From 89469ff02867027199b4c79cfb977a70a6b09a53 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Mon, 27 Jul 2026 22:04:05 -0500 Subject: [PATCH] feat: full re-audit of all 7 hosts with fresh ground truth Deployed check.sh to all 7 hosts at 21:50 CDT. Captures the live state after the user's PDM migrations: Cnode movements since last audit: - cnode1: tsys1 -> tsys9 - cnode2: tsys6 -> tsys7 - cnode5: tsys6 -> tsys7, storage D5(tsys4) -> S2(tsys5) Wnode changes: - wnode-tsys1 (102): new VM on S2, stopped - wnode-tsys3: RAM bumped 20 -> 28 GB - wnode-tsys6: now running (was stopped) - wnode-tsys9: storage moved S3 -> S2 Storage distribution improved from 90/10 to 73/27 (tsys4/tsys5). Still need 2 more cnode moves for etcd quorum survival. Updated executive summary, k8s distribution tables, storage utilization, and open items with the fresh data. Captured future k8s requirements: vcluster + Rancher, OIDC to Keycloak, workload isolation (RackRental/Suborbital ITAR/non-ITAR/SLP), and solar-aware scale-out with PowerEdge 19xx/2950 systems. Added tsys9 to deploy-check.sh host list. --- AGENTS.md | 29 +- PROJECT.md | 228 +- deploy-check.sh | 2 +- netinfra/baseline.sh | 14 + netinfra/gather-configs.sh | 54 + netinfra/netboot-configs.txt | Bin 0 -> 9747 bytes netinfra/setup-netinfra.sh | 283 + returned-logs/_marker.pfv-tsys1 | 2 +- returned-logs/_marker.pfv-tsys3 | 2 +- returned-logs/_marker.pfv-tsys4 | 2 +- returned-logs/_marker.pfv-tsys5 | 2 +- returned-logs/_marker.pfv-tsys6 | 2 +- returned-logs/_marker.pfv-tsys7 | 2 +- returned-logs/_marker.pfv-tsys9 | 2 + returned-logs/pfv-tsys1.log | 9338 ++++++++++++-------------- returned-logs/pfv-tsys3.log | 6267 +++++++++++------- returned-logs/pfv-tsys4.log | 1889 +++--- returned-logs/pfv-tsys5.log | 5528 ++++++++++------ returned-logs/pfv-tsys6.log | 10616 ++++++++++++++++++------------ returned-logs/pfv-tsys7.log | 9023 ++++++++++++++----------- returned-logs/pfv-tsys9.log | 7630 ++++++++++++--------- 21 files changed, 29261 insertions(+), 21654 deletions(-) create mode 100755 netinfra/baseline.sh create mode 100755 netinfra/gather-configs.sh create mode 100644 netinfra/netboot-configs.txt create mode 100755 netinfra/setup-netinfra.sh create mode 100644 returned-logs/_marker.pfv-tsys9 diff --git a/AGENTS.md b/AGENTS.md index f6f5ea4..8f7c629 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -51,22 +51,21 @@ Cnodes weighted to tsys1/9 (lightweight hosts, keep heavy hosts free for workers). Wnodes: one per hypervisor host across the fleet. Production lives on a VPS in Reston VA (Cloudron) -- this cluster is R&D only. -## Critical VM-layer findings (see PROJECT.md + K8S.md for full detail) +## Critical VM-layer findings (re-audited 2026-07-27 21:50) -1. **ALL 10 pfv-k8s nodes store disks on tsys4 NFS.** tsys4 failure = entire - k8s cluster dead. etcd quorum lost. -2. **Both -01/-02 pairs (netinfra, UCS) on tsys4 NFS only.** Both halves die - if tsys4 goes down. Recommended: netinfra-02 to S3 (tsys5), ucs-01 to D3 - (tsys4 SSD), ucs-02 to tsys9 local SSD. -3. **No k8s node uses SSD or NVMe.** All on NFS-over-HDD. tsys9 has 136 GB - unused local SSD; tsys3 has 349 GB unused local **NVMe** (Samsung PM961). -4. **D3 SSD (tsys4) is 99% empty (445 GB free).** Nobody using the only SSD - NFS export. Should host ucs-01 (LDAP/AD latency benefit). -5. **S2/S3/S4 (tsys5) are all 99% empty.** Secondary storage server barely - used. VMs should be rebalanced to reduce tsys4 blast radius. -6. **tsys6/7 local-lvm is USB 2.0 portable HDD** (WD My Passport, ~30 MB/s). - Slower than NFS-HDD. Do NOT use for VM storage. Entire Proxmox OS on these - hosts boots from USB 2.0 -- user accepts this risk. +1. **4 of 5 cnodes still on tsys4 NFS** (cnode5 moved to tsys5 S2). Need 2 + more moves (cnode3→S3, cnode4→S2) for etcd quorum survival. User has been + actively rebalancing via PDM -- storage distribution improved 90/10 to 73/27. +2. **Both -01/-02 pairs (netinfra, UCS) on tsys4 NFS.** TODO today: move + netinfra-02 to S3, ucs-02 to S2 (both tsys5 HDD). +3. **No k8s node uses SSD/NVMe yet.** tsys3 has 349 GB unused local NVMe + (Samsung PM961), tsys9 has 136 GB local SSD. Deferred to k8s session. +4. **tsys6/7 local-lvm is USB 2.0 portable HDD** (~30 MB/s). Slower than NFS. + Do NOT use for VM storage. User accepts OS-on-USB for these hosts. +5. **Storage philosophy:** NVMe/SSD = k8s scratch + ultix-streaming (dev + workstation). Spinning rust = all infrastructure VMs. +6. **Hosts are standalone, managed via PDM** (Proxmox Datacenter Manager). + VM migration between nodes is done through PDM UI, not manual disk copy. ## Storage network IPs (VLAN1000, 10.100.100.0/24) diff --git a/PROJECT.md b/PROJECT.md index a972981..a749abf 100644 --- a/PROJECT.md +++ b/PROJECT.md @@ -1,9 +1,13 @@ # Proxmox Cluster Project Report -**Date:** 2026-07-27 +**Date:** 2026-07-27 (re-audited) **Prepared by:** Performance Optimization Engagement **Status:** Comprehensive fleet assessment with VM placement and redundancy analysis +**Data freshness:** All 7 hosts re-audited at 21:50 CDT 2026-07-27 via +`deploy-check.sh`. VM placements reflect live state after user's PDM +migrations. This is ground truth. + --- ## Table of Contents @@ -26,22 +30,23 @@ ## 1. Executive Summary The cluster consists of 7 active Proxmox hosts and 1 incoming (pfv-tsys2), -running 40+ VMs across two NFS storage servers (tsys4, tsys5). Host-side -performance tunings (CPU governor, swappiness, BBR, NFS nconnect, tuned -profiles) are complete on 5 of 7 hosts. Two hosts (tsys4, tsys5) are blocked -on physical hardware work scheduled for Friday. +running 43 VMs across two NFS storage servers (tsys4, tsys5). Host-side +performance tunings are complete on 5 of 7 hosts. Two hosts (tsys4, tsys5) +are blocked on physical hardware work scheduled for Friday. -The VM-layer assessment reveals three structural issues: +**Progress since initial audit:** The user has been actively rebalancing k8s +nodes via PDM. Storage distribution improved from 90%/10% (tsys4/tsys5) to +73%/27%. One cnode now uses tsys5 storage (cnode5 on S2). More migration +needed for etcd quorum survival. -| # | Finding | Severity | Fix Cost | -|---|---------|----------|----------| -| 1 | **Every pfv-k8s node stores its disk on tsys4 NFS** (10 of 10 nodes). tsys4 failure kills the entire kubernetes cluster. | **CRITICAL** | $0 (rebalance) | -| 2 | **No k8s node uses SSD or NVMe.** All boot from NFS on spinning disks, adding latency to every etcd write and container pull. | **HIGH** | $0 (move to local SSD where available) | -| 3 | **Both -01/-02 infrastructure pairs (netinfra, UCS) are on tsys4 NFS only.** tsys4 failure takes down both halves of each pair. | **HIGH** | $0 (move -02 halves to tsys5 NFS) | +The VM-layer assessment reveals: -Additionally, tsys9 was validated this session and revealed two new findings: -its storage NIC is also a USB dongle (same anti-pattern as tsys4), and it has -a 250 GB local SSD that no VM is using. +| # | Finding | Severity | Status | +|---|---------|----------|--------| +| 1 | **4 of 5 cnodes still store disks on tsys4 NFS.** cnode5 moved to tsys5. Still need 1-2 more moves for quorum survival. | **CRITICAL** | Improving | +| 2 | **Both -01/-02 infrastructure pairs (netinfra, UCS) on tsys4 NFS only.** | **HIGH** | TODO today | +| 3 | **No k8s node uses SSD or NVMe yet.** tsys3 has 349 GB unused local NVMe; tsys9 has 136 GB local SSD. | **HIGH** | Deferred to k8s session | +| 4 | **D3 SSD (tsys4, USB) is 99% empty (445 GB free).** Moving to tsys5 SAS Friday. | **MEDIUM** | Friday | --- @@ -87,7 +92,7 @@ running Cloudron -- not in this cluster. |--------|-----------|------|-----|-------|------|------|------| | D2 | WDC WD30EFRX Red | HDD (7200rpm) | SATA | 2.7 TB | 187 GB | **2.4 TB** | 8% | | ~~D3~~ | ~~SK hynix SC300~~ | ~~SSD~~ | ~~USB~~ | — | — | — | **moving to tsys5 Friday** | -| D5 | Hitachi HDS72302 | HDD (7200rpm) | SATA | 1.8 TB | 233 GB | **1.5 TB** | 14% | +| D5 | Hitachi HDS72302 | HDD (7200rpm) | SATA | 1.8 TB | 236 GB | **1.5 TB** | 14% | Non-exported disks on tsys4: - sda (Hitachi 1.8T) at /mnt/albert -- not NFS shared, 1.7 TB free @@ -103,11 +108,11 @@ eliminating the USB bottleneck. tsys4's 4 SATA ports are all occupied (sda/sdb | Export | Disk model | Type | Bus | Total | Used | Free | Use% | |--------|-----------|------|-----|-------|------|------|------| -| S1 | Seagate ST1000VN | HDD | SAS | 916 GB | 53 GB | 817 GB | 7% | -| S2 | Seagate ST1000VN | HDD | SAS | 916 GB | 2 MB | **870 GB** | **0%** | -| S3 | Seagate ST1000VN | HDD | SAS | 916 GB | 3 MB | **870 GB** | **0%** | +| S1 | Seagate ST1000VN | HDD | SAS | 916 GB | 60 GB | 810 GB | 7% | +| S2 | Seagate ST1000VN | HDD | SAS | 916 GB | **6.9 GB** | **863 GB** | **1%** | +| S3 | Seagate ST1000VN | HDD | SAS | 916 GB | 7.0 GB | **863 GB** | **1%** | | S4 | Toshiba DT01ACA050 | HDD | SAS | 458 GB | 2 MB | **435 GB** | **0%** | -| T5-SSD | Samsung 860 PRO | **SSD** | SAS | 234 GB | 83 GB | **140 GB** | 35% | +| T5-SSD | Samsung 860 PRO | **SSD** | SAS | 234 GB | **122 GB** | **101 GB** | **55%** | | **D3** (Friday) | SK hynix SC300 | **SSD** | **SAS** | **469 GB** | **2 MB** | **445 GB** | **0%** | **tsys5 storage controllers (plenty of free ports):** @@ -117,9 +122,11 @@ eliminating the USB bottleneck. tsys4's 4 SATA ports are all occupied (sda/sdb - Intel ICH10 SATA #2 (2-port): **status unknown, likely free** - 2x Renesas USB 3.0 xHCI controllers (real USB 3.0, unlike tsys6/7) -**Key finding: S2, S3, and S4 are all 99% empty.** The secondary storage server -has 2.2 TB of unused HDD capacity. This is where VMs should be relocated to -reduce tsys4's blast radius. +**Key finding: S2 and S3 now have k8s node disks.** S2 holds cnode5 + +wnode-tsys1 + wnode-tsys9 (6.9 GB used). S3 has wnode-tsys9's old disk +(unused, 7 GB). S4 still 99% empty (435 GB free). + +T5-SSD grew to 55% used (122 GB) -- ultix-streaming is the primary consumer. **Friday additions:** 1. **D3 (SK hynix SSD)** moves from tsys4 USB to tsys5 SAS port. Eliminates @@ -312,57 +319,98 @@ If tsys4 goes offline, two-thirds of the fleet loses its storage. --- -## 5. Kubernetes Node Distribution +## 5. Kubernetes Node Distribution (re-audited 21:50 CDT) -### 5.1 pfv-k8s cnode (control plane) placement +### 5.1 pfv-k8s cnode (control plane) placement -- CURRENT -| VMID | Name | Hypervisor | Storage | Disk Type | Host Role Compliant? | -|------|------|------------|---------|-----------|---------------------| -| 107 | cnode1 | tsys1 | D5 (tsys4) | HDD | **NO** (infra host) | -| 106 | cnode3 | tsys1 | D2 (tsys4) | HDD | **NO** (infra host) | -| 603 | cnode2 | tsys6 | D2 (tsys4) | HDD | YES | -| 601 | cnode4 | tsys6 | D2 (tsys4) | HDD | YES | -| 602 | cnode5 | tsys6 | D5 (tsys4) | HDD | YES | +| VMID | Name | Hypervisor | Storage | NFS Server | Changed? | +|------|------|------------|---------|-----------|----------| +| 906 | cnode1 | **tsys9** | D5 | tsys4 | **MOVED from tsys1** | +| 705 | cnode2 | **tsys7** | D2 | tsys4 | **MOVED from tsys6** | +| 106 | cnode3 | tsys1 | D2 | tsys4 | no change | +| 601 | cnode4 | tsys6 | D2 | tsys4 | no change | +| 706 | cnode5 | **tsys7** | **S2** | **tsys5** | **MOVED from tsys6, storage moved D5→S2** | -**Findings:** -- 2 of 5 cnodes are on tsys1 (an infrastructure host, should be k8s-only). -- **All 5 cnodes store disks on tsys4 NFS.** Zero use tsys5 storage. -- 3 of 5 cnodes share the same physical disk (D2 = WDC Red 3TB). -- All cnodes on spinning HDDs. No SSD/NVMe use. -- **etcd quorum risk:** if D2 (tsys4) fails, cnode2/cnode3/cnode4 lose their - disks simultaneously. That is 3 of 5 control plane nodes -- etcd quorum is - LOST (need 3 of 5 alive; only 2 survive). The kubernetes cluster becomes - inoperable. +**Storage distribution:** -### 5.2 pfv-k8s wnode (worker) placement +| Storage server | cnodes | Quorum impact if it fails | +|---------------|--------|--------------------------| +| tsys4 (D2+D5) | **4** (cnode1,2,3,4) | Only cnode5 survives = **QUORUM LOST** | +| tsys5 (S2) | **1** (cnode5) | 4 survive = quorum OK | -| VMID | Name | Hypervisor | Storage | Disk Type | Status | Host Role Compliant? | -|------|------|------------|---------|-----------|--------|---------------------| -| 313 | wnode-tsys3 | tsys3 | D5 (tsys4) | HDD | running | YES | -| 509 | wnode-tsys5 | tsys5 | D2 (tsys4) | HDD | running | **NO** (storage host) | -| 100 | wnode-tsys6 | tsys6 | D5 (tsys4) | HDD | **STOPPED** | YES (but offline) | -| 701 | wnode-tsys7 | tsys7 | D5 (tsys4) | HDD | running | YES | -| 905 | wnode-tsys9 | tsys9 | S3 (tsys5) | HDD | running | **NO** (infra host) | +**Progress:** cnode5 is now on tsys5 (was all 5 on tsys4). But 4-of-5 on tsys4 +still means a tsys4 failure loses quorum. **Need 2 more cnodes on tsys5.** -**Findings:** -- 4 of 5 wnodes are on tsys4 NFS. Only wnode-tsys9 uses tsys5 (S3). -- wnode-tsys5 is on a storage host AND its disk is on tsys4 NFS (not local) -- - it depends on tsys4 for its disk despite running on tsys5. -- wnode-tsys6 is STOPPED. The cluster is running without a worker on tsys6. -- wnode-tsys9 is on an infrastructure host (should be on a k8s host), but it - is the ONLY k8s node using tsys5 storage (which is good for redundancy). -- All wnodes on spinning HDDs. No local SSD/NVMe use anywhere. +**Host distribution:** cnodes spread across 4 hosts (tsys1, tsys6, tsys7, +tsys9) -- good host diversity. + +### 5.2 pfv-k8s wnode (worker) placement -- CURRENT + +| VMID | Name | Hypervisor | Storage | NFS Server | RAM | Status | Changed? | +|------|------|------------|---------|-----------|-----|--------|----------| +| 102 | wnode-tsys1 | tsys1 | S2 | tsys5 | 4 GB | **STOPPED** | **NEW** | +| 313 | wnode-tsys3 | tsys3 | D5 | tsys4 | **28 GB** | running | **RAM bumped 20→28** | +| 509 | wnode-tsys5 | tsys5 | D2 | tsys4 | 32 GB | running | no change | +| 100 | wnode-tsys6 | tsys6 | D5 | tsys4 | 32 GB | running | **NOW RUNNING** | +| 701 | wnode-tsys7 | tsys7 | D5 | tsys4 | 32 GB | running | no change | +| 905 | wnode-tsys9 | tsys9 | **S2** | tsys5 | 4 GB | running | **Storage moved S3→S2** | + +**One wnode per host achieved** (tsys1,3,5,6,7,9). wnode-tsys1 is created but +stopped. wnode-tsys6 restarted. + +**Storage distribution:** + +| Storage server | wnodes | Notes | +|---------------|--------|-------| +| tsys4 (D2+D5) | 4 (tsys3,5,6,7) | Still concentrated | +| tsys5 (S2) | 2 (tsys1,tsys9) | Improving | ### 5.3 Summary: k8s node storage distribution | Storage server | cnodes | wnodes | Total k8s nodes | |---------------|--------|--------|-----------------| -| **tsys4 NFS** | **5 (100%)** | **4 (80%)** | **9 (90%)** | -| tsys5 NFS | 0 | 1 (20%) | 1 (10%) | +| **tsys4 NFS** | **4 (80%)** | **4 (67%)** | **8 (73%)** | +| **tsys5 NFS** | **1 (20%)** | **2 (33%)** | **3 (27%)** | | Local SSD/NVMe | 0 | 0 | 0 (0%) | -**90% of the kubernetes cluster's storage depends on a single host (tsys4).** -This is the single most critical risk in the VM layer. +**Was 90%/10%. Now 73%/27%.** Improving but still tsys4-heavy. Target: 3 +cnodes on each storage server (60/40 or better) so either server failing +leaves quorum intact. + +### 5.4 Remaining cnode migration needed for etcd quorum survival + +To survive a tsys4 failure with quorum (3 of 5 alive), at least 3 cnodes must +be on tsys5: + +| Action | Effect | +|--------|--------| +| Move cnode3 (D2→S3 on tsys5) | 3 cnodes on tsys5, 2 on tsys4. tsys4 fail = 3 survive | +| Move cnode4 (D2→S2 on tsys5) | Same result, different disk | +| Leave cnode1 and one other on tsys4 | tsys5 fail = 4 survive (OK) | + +**Simplest path:** migrate cnode3 and cnode4 storage to tsys5 (S3 and S2) via +PDM. Then tsys4 failure leaves cnode5 + cnode3 + cnode4 = 3 of 5 = quorum OK. + +### 5.5 Future k8s architecture (next session -- see K8S.md) + +The k8s layer will be tackled soon. Key requirements from user: + +- **Platform:** vcluster + Rancher for multi-tenant management +- **Auth:** OIDC to Keycloak (running on Cloudron in Reston, VA production) +- **Workload isolation (vcluster per tenant):** + - RackRental workloads (containerlab network labs) + - Suborbital ITAR (compliance-restricted) + - Suborbital non-ITAR + - Starting Line Productions customer workloads +- **Solar-aware scale-out:** PowerEdge 19xx and 2950 systems (older hardware) + will be brought online during peak solar production for burst capacity. + These older cores/ram supplement the main fleet when power is abundant. +- **WNode sizing:** every Proxmox node will have a wnode. Some nodes will host + both cnodes + wnodes. Worker sizes will vary from small (4 GB, fitting into + leftover host capacity) to large (28-32 GB, consuming most of a host). +- **Friday final audit:** tsys2 will be loaded with Proxmox on Friday, and a + full final audit will be performed at that time (post-NVMe install on tsys5, + post-D3 SSD relocation, post-tsys4 NIC+RAM). ### 5.4 sectestbed k8s nodes (separate from pfv-k8s) @@ -745,37 +793,65 @@ This belongs in the next budget cycle. ## 12. Open Items -### 12.1 Friday maintenance window (user action) +### 12.1 Immediate (do today via PDM) -1. **tsys5:** Plug 2nd ethernet cable into storage NIC, verify bond0 recovers, - apply layer3+4 hash, reboot to activate NFS nconnect. -2. **tsys4:** Install PCIe NIC (replace USB dongle), add RAM (16 to 64 GB), +1. **Migrate ucs-02** (VM 902) from D5 (tsys4) to S2 (tsys5) for cross-server + redundancy. UCS stays on HDD. +2. **Migrate netinfra-02** (VM 904) from D2 (tsys4) to S3 (tsys5). +3. **Migrate cnode3** (VM 106) from D2 (tsys4) to S3 (tsys5) -- etcd quorum. +4. **Migrate cnode4** (VM 601) from D2 (tsys4) to S2 (tsys5) -- etcd quorum. +5. **Start wnode-tsys1** (VM 102) if the cluster needs the capacity. + +### 12.2 Friday maintenance window (user action) + +1. **tsys4:** Install PCIe NIC (replace USB dongle), add RAM (16 to 64 GB), reconfigure `/etc/network/interfaces`, reboot. -3. **tsys5:** Install PCI NVMe drive, format and mount (recommend local - directory storage for VM images). +2. **tsys5:** Plug 2nd ethernet cable, verify bond0, apply layer3+4 hash, + install PCI NVMe, relocate D3 SSD from tsys4 USB to tsys5 SAS port, + format NVMe as local storage, reboot. +3. **tsys2:** Load Proxmox (replacing Windows 10). +4. **Final audit:** Re-run `deploy-check.sh` across all hosts including tsys2. -### 12.2 Post-hardware validation +### 12.3 Post-Friday validation -1. Re-run `iperf-full-matrix.sh` to confirm tsys4/tsys5 network recovery. -2. Run `validate-fixes.sh` on tsys4 and tsys5. +1. Re-run iperf matrix: `./iperf-full-matrix.sh` +2. Validate tsys4 and tsys5: `./validate-fixes.sh pfv-tsys4 && ./validate-fixes.sh pfv-tsys5` +3. Run `scripts/check.sh` on tsys2 once Proxmox is loaded. +4. Update PROJECT.md with post-hardware numbers. -### 12.3 Data gaps +### 12.4 Future: Kubernetes deep-dive (see K8S.md) + +Next major workstream. Requirements captured: +- **vcluster + Rancher** for multi-tenant k8s management +- **OIDC auth** to Keycloak (on Cloudron, Reston VA production) +- **Workload isolation** via separate vclusters: + - RackRental (containerlab) + - Suborbital ITAR + - Suborbital non-ITAR + - Starting Line Productions customer workloads +- **Solar-aware scale-out:** PowerEdge 19xx + 2950 systems brought online + during peak solar production for burst capacity +- **Every host gets a wnode** (variable sizing: small 4 GB to large 32 GB) +- **SSD/NVMe reserved for k8s scratch** (plus ultix-streaming exception) +- **Spinning rust for all infrastructure VMs** + +### 12.5 Data gaps | Gap | How to close | |-----|--------------| -| tsys5 SDR/parallel-port workload dependency | Confirm what uses the SDR before planning tsys5 role changes | -| tsys2 post-rebuild baseline | Run `check.sh` once it is converted to Proxmox | +| tsys5 SDR/parallel-port workload dependency | Confirm what uses the SDR | +| tsys2 post-Proxmox baseline | Run `check.sh` after Friday install | | tsys5 NVMe size and model | Confirm after Friday installation | -| Whether hosts form a Proxmox cluster or are standalone | Check `pvecm status` on each host | | tsys3 thermal state (laptop in rack) | Check `sensors` on next maintenance | +| PowerEdge 19xx/2950 inventory | When solar scale-out is planned | -### 12.4 Scripts and tools available +### 12.6 Scripts and tools available | Script | Purpose | |--------|---------| | `scripts/check.sh` | Read-only data collector (run on hosts) | | `scripts/apply-tunings.sh` | Apply all Tier 0 tunings (dry-run/apply/rollback) | -| `scripts/fix-bond-nfs.sh` | Fix NFS options + bond hash (live) | +| `scripts/fix-bond-nfs.sh` | Fix NFS options + bond hash | | `validate-fixes.sh` | Read-only validation of all applied changes | | `iperf-full-matrix.sh` | Full iperf test suite (mgmt + storage) | -| `deploy-check.sh` | Deploy check.sh to all hosts via SSH | +| `deploy-check.sh` | Deploy check.sh to all hosts via SSH (now includes tsys9) | diff --git a/deploy-check.sh b/deploy-check.sh index c77746b..262d3d7 100755 --- a/deploy-check.sh +++ b/deploy-check.sh @@ -24,7 +24,7 @@ LOG_DIR="$SCRIPT_DIR/returned-logs" mkdir -p "$LOG_DIR" # ONLY the hosts the user told us are alive. -HOSTS=(pfv-tsys1 pfv-tsys3 pfv-tsys4 pfv-tsys5 pfv-tsys6 pfv-tsys7) +HOSTS=(pfv-tsys1 pfv-tsys3 pfv-tsys4 pfv-tsys5 pfv-tsys6 pfv-tsys7 pfv-tsys9) # Common ssh options: non-interactive, fail-fast, no host-key prompt blocking. SSH_OPTS=(-o BatchMode=yes diff --git a/netinfra/baseline.sh b/netinfra/baseline.sh new file mode 100755 index 0000000..5e1958a --- /dev/null +++ b/netinfra/baseline.sh @@ -0,0 +1,14 @@ +#!/usr/bin/env bash +# baseline.sh — quick read-only baseline of a target node. +set -u +hdr() { printf '\n=== %s ===\n' "$1"; } +hdr "WHO/SUDO"; id; echo "--- sudo -n ---"; sudo -n true 2>&1 && echo "sudo OK" || echo "sudo FAIL" +hdr "OS"; cat /etc/os-release 2>/dev/null | grep PRETTY; uname -r +hdr "NET"; hostname -I 2>/dev/null; ip -br addr 2>/dev/null; echo "-- tailscale --"; tailscale ip -4 2>/dev/null || echo "(tailscale CLI absent or no ip)" +hdr "DISK/MEM"; df -h / 2>/dev/null | tail -2; free -h 2>/dev/null | head -2 +hdr "DOCKER"; docker --version 2>&1; sudo docker version --format '{{.Server.Version}}' 2>&1 | tail -1; id -nG | tr ' ' '\n' | grep -qx docker && echo "localuser IN docker group" || echo "localuser NOT in docker group" +hdr "EXISTING RELEVANT SERVICES"; systemctl is-active docker 2>/dev/null; systemctl is-enabled docker 2>/dev/null +hdr "PORTS 53/67/80/123/443/5380/53443"; ss -tlnup 2>/dev/null | grep -E ':53|:67|:80|:123|:443|:5380|:53443' || echo "(none of those ports listening)" +hdr "EXISTING SERVICES DIRS"; ls -la /home/localuser/services 2>/dev/null || echo "(no ~/services)"; ls -la /root/pihole /root/NTP 2>/dev/null || sudo -n ls -la /root 2>/dev/null | head +hdr "DNS RESOLV"; cat /etc/resolv.conf 2>/dev/null +hdr "HOME"; ls -la /home/localuser 2>/dev/null | head diff --git a/netinfra/gather-configs.sh b/netinfra/gather-configs.sh new file mode 100755 index 0000000..f48c411 --- /dev/null +++ b/netinfra/gather-configs.sh @@ -0,0 +1,54 @@ +#!/usr/bin/env bash +# gather-configs.sh — READ-ONLY. Pull Technitium configs, pihole.toml, gravity.db +# contents, and chrony NTP details from pfv-netboot for replication. +set -u +hdr() { printf '\n=== %s ===\n' "$1"; } + +hdr "TECHNITIUM dns.config" +sudo cat /var/lib/docker/volumes/dns_tsys-dns-config/_data/dns.config 2>&1 + +hdr "TECHNITIUM auth.config" +sudo cat /var/lib/docker/volumes/dns_tsys-dns-config/_data/auth.config 2>&1 + +hdr "TECHNITIUM log.config" +sudo cat /var/lib/docker/volumes/dns_tsys-dns-config/_data/log.config 2>&1 + +hdr "TECHNITIUM scopes/Default.scope" +sudo cat /var/lib/docker/volumes/dns_tsys-dns-config/_data/scopes/Default.scope 2>&1 + +hdr "TECHNITIUM zone: knel.net.zone" +sudo cat /var/lib/docker/volumes/dns_tsys-dns-config/_data/zones/knel.net.zone 2>&1 + +hdr "TECHNITIUM all zone files listing + sizes" +sudo ls -la /var/lib/docker/volumes/dns_tsys-dns-config/_data/zones/ 2>&1 + +hdr "TECHNITIUM reverse zones (one sample)" +sudo cat /var/lib/docker/volumes/dns_tsys-dns-config/_data/zones/199.86.100.in-addr.arpa.zone 2>&1 + +hdr "TECHNITIUM top-level listing" +sudo ls -la /var/lib/docker/volumes/dns_tsys-dns-config/_data/ 2>&1 + +hdr "PI-HOLE pihole.toml (v6 config) from host bind mount" +cat /root/pihole/etc-pihole/pihole.toml 2>&1 + +hdr "PI-HOLE dnsmasq.conf" +cat /root/pihole/etc-pihole/dnsmasq.conf 2>&1 + +hdr "PI-HOLE versions file" +cat /root/pihole/etc-pihole/versions 2>&1 + +hdr "GRAVITY.DB contents (host sqlite3 if present)" +if command -v sqlite3 >/dev/null 2>&1; then + G=/root/pihole/etc-pihole/gravity.db + echo "-- adlist --"; sqlite3 -readonly "$G" "SELECT address,enabled,comment,DATE(date_added,'unixepoch'),DATE(date_updated,'unixepoch') FROM adlist;" 2>&1 + echo "-- adlist count --"; sqlite3 -readonly "$G" "SELECT COUNT(*) FROM adlist;" 2>&1 + echo "-- domainlist count by type --"; sqlite3 -readonly "$G" "SELECT type,COUNT(*) FROM domainlist GROUP BY type;" 2>&1 + echo "-- domainlist (allow=0/allow_exact, deny=1/deny_exact, etc.) first 80 --"; sqlite3 -readonly "$G" "SELECT type,domain,enabled,comment FROM domainlist LIMIT 80;" 2>&1 + echo -- client --"; sqlite3 -readonly "$G" "SELECT ip,comment FROM client;" 2>&1 + echo "-- group --"; sqlite3 -readonly "$G" "SELECT id,name,enabled,comment FROM 'group';" 2>&1 + echo "-- info --"; sqlite3 -readonly "$G" "SELECT * FROM info;" 2>&1 +else + echo "(sqlite3 not on host PATH)" +fi + +hdr "DONE" diff --git a/netinfra/netboot-configs.txt b/netinfra/netboot-configs.txt new file mode 100644 index 0000000000000000000000000000000000000000..22fdc40b43af735f51c3a51e7d383e4be462a44c GIT binary patch literal 9747 zcmcgyU5w*a6~0cgok_Mk8nw&rQV_Z-4?80^9^0{G7Knca?NrrUyqw2pl< zamTS!+nJvgf_+$8A@SE25K?JN`D+Dl2&ob;sDO$DNQ;VEfslX~gn)_{9uPuZ&b>}1 zwqqxg?0|Qib#CtY&i(E^KIiycZ#7I0dk3CRni#J92Ei@YX%W{yz)l^n+RmPhmo3sH zwvU%>pSUg8^oWPo))x6fVWI6e9M`->4BV!zj%^+Ac)_x;ru*iu2`EkN0M`g^I=1OM zE_Bpv1G}WCz>*h9wUkXc`v$^*m^pm>?WjF*! zhJJ((XobK0lf?~CRlK_XAVt`*iN)K*4`h^nDFty14s(5gx2LBl{ss7*o)rFWjzi}v z2(`{4^dtzJfYx(xLK8xFClH!GADlP;ijVcH;2jfIDZ@%-X zH}2hocB+?-mQfDHrOB5B8}WbOV>AX zwBsYR$s_Krse=tfyH76f68FHdNuJsl*rw}o4==4OuE#Lm$J$arxKj~@Czy`ROV4l! z&zIi**WZ4Zf7#5x^X@Me|NhpiXP#Z%y!dP3^y-Vx{`~HrKY3ZK=~9I#C0QrcvLflE zBnf3hRLfOjlx0DzmFpE%mP>*r=~|^)BNeeG%k^qaG}Nl5Dr`wU_vt$?d=;jV`~GRf z{pt13_P%5$Nr&K6l=(@R`OHa_iB0On;e;@|1LGamBZIPWjD$4^;XVYKClBwA3>Qq- zM4z4{6lyQiqEzNhyQmq4%WG~+%VhcnnPdix&^fUp^P*6JQ;2~a4kSr&oFW~_IZ;*s zhn~lPRS^NFbR1Y`WRz~VTf3$l~tn&2cJ&yZD65)OksZGUcjC>!T zp|*4^9s%x`DqlI4TQ8Fx)vr>Ql*x@Hbz&^32gZ_`7)xrh&p0QN+%%hme7}aIkRA$2 zOss(783yDi5L4-SxvUC0(W<&ZBtcd*t)k0BAc`!N#j2s{6{S?ER?9k3C87u#5p=m$ zuT~_fqKb8clvNG|VQ%>!&-a3}bIrMBT9!7a@B*HB!n6%%&%@WZFx=q6MGOt9d=c-f z@+@9xwJh=ksjZs+oKh z?m@1{LM}po$!2m57#HI1KZl2kR9d@GVHx=5aT7;OW;OMgK(Z z)L}}&{pZ$mY>qoPkY>)nWsZtvAt6WT0g9fzgVZb}>b>?nb!aS0>b33v;NJ7BFXAqs z{QPZt&E>hbKKcw((d#%O=+_fKf8~Cjfu8W;K}!rlLn4jP)HKQ&i?3(LCo)K9NZV+$ z^FjiV5C1eEa>{j!P17(evZuKuq@qV?`-ijR6B?vDq-``pFD4NB%KN{-R_0`@zFPzn zsyU7yQV^nZd1HJ!gEWVDQ7NNg*A*HL_m&;P{LNDGzBIZH-<|VDwo2i_GMrYg7v9=rOvjvgZ`b02PDkn)hW(HMOzfzj7~nZ!s5>F6=K@rF148Vyn&(l#2SZznMF znqP`q-5&J}$yWE7z0>0}8l-$|M&C(b^xHoKjLy)YN}Zi}~POY^@#+m}!<-+->Gh8%mCEsR{T2R4ma>d9**fjxa;d?H%5@`h zf?TT0r*hr67nK|ASgBk$x-hw;WS&&0n|d>$qvhXJto!J}#71R%SZYxGXHS!L(}K+<3pN>G6A6C^d$4Eav1d%* z@nIiH6$*yCx9=9|AC|BSPXfV*EL2tev9^t+62_7sDVPs;tqktU7mDs)(Jj(HEQb1G zRVqhe#gr-fH4-Fzc_?;}2hcgv5 z3pMMB&IVSFZeaB)Qp>TJeOQr77iFa~C}u?qRNVoj%XLHkSSl%@h)UolD(T7|?Bpcx zjmGzA++?14*h~$`Zn~T)4)?#B>^|l+wuCjqe&~HpMI5oO6ze;!q6OAz9R@1;oQq&t zAc--@p=)}B@HNv;9Ud+zu|VE?AtYT0i!n~U;`#`bX!U)B?mQ3wSoNZ3 zZrj8t>hSUo->UDAqR-c0vQrYE1T&y1l@~bH^{d5|$JUl{%WOCn;eDrR;h9|(2QS*p z;yP?xVCwELtc?Nh^t9ncB5KyU=Fj6fnrF=gvUBk0UhG_k(B| zYKB#8YTnaq$748hxc5+K8Yn=mhiUpa9J|{+75B=}G5`Po literal 0 HcmV?d00001 diff --git a/netinfra/setup-netinfra.sh b/netinfra/setup-netinfra.sh new file mode 100755 index 0000000..9bf3609 --- /dev/null +++ b/netinfra/setup-netinfra.sh @@ -0,0 +1,283 @@ +#!/usr/bin/env bash +# ============================================================================= +# setup-netinfra.sh +# ----------------------------------------------------------------------------- +# Replicate pfv-netboot's network services (Pi-hole, Technitium DNS, NTP) +# onto pfv-netinfra-01 and pfv-netinfra-02. +# +# DESIGN +# * pfv-netboot is REFERENCE ONLY -- this script NEVER mutates it. All reads +# from it are via `ssh localuser@pfv-netboot 'sudo ...'` (read-only cmds). +# * The targets cannot SSH to pfv-netboot directly, so config tarballs are +# relayed through this workstation: +# ssh netboot 'sudo tar -cf - ...' | ssh target 'sudo tar -xf - ...' +# * Services are deployed under /home/localuser/services// on each +# target so localuser can manage them (mirrors netboot's localuser-owned +# pihole data dir). `sudo docker` is used since localuser is not in the +# docker group (same as on netboot). +# +# SERVICES +# pihole pihole/pihole:latest :53 tcp/udp :10002->80 :10003->443 +# ntp (chrony) dockurr/chrony :123:123/udp +# technitium technitium/dns-server :5300->53 tcp/udp :5380 :53443 +# (Technitium DNS is remapped off :53 to avoid clashing with Pi-hole. +# The knel.net authoritative zone + Tailscale reverse zones are preserved +# verbatim from netboot's orphaned dns_tsys-dns-config volume.) +# +# USAGE +# ./setup-netinfra.sh # deploy to BOTH nodes +# ./setup-netinfra.sh pfv-netinfra-01 # deploy to one node +# ./setup-netinfra.sh pfv-netinfra-01 verify # verify only +# ============================================================================= + +set -euo pipefail + +NETBOOT="localuser@pfv-netboot" +SVC_ROOT="/home/localuser/services" +PIHOLE_PW='Gransyan1!' # replicated verbatim from netboot compose + +log() { printf '\n\033[1;36m[%s]\033[0m %s\n' "$(date +%H:%M:%S)" "$*" >&2; } +warn() { printf '\n\033[1;33m[WARN %s]\033[0m %s\n' "$(date +%H:%M:%S)" "$*" >&2; } + +# Per-node parameters. (LAN iface is auto-detected at deploy time as a fallback.) +declare -A NODE_TSIP=( + [pfv-netinfra-01]="100.70.181.72" + [pfv-netinfra-02]="100.93.194.82" +) + +on_node() { ssh -o StrictHostKeyChecking=no "localuser@$1" "$2"; } + +#------------------------------------------------------------------------------ +# Verify-only mode +#------------------------------------------------------------------------------ +verify_node() { + local node="$1" tsip="${NODE_TSIP[$1]}" + log "VERIFY $node (tailscale $tsip)" + on_node "$node" "bash -s" <&1 +echo +echo "### Pi-hole DNS (dig @127.0.0.1:53 pi.hole) ###" +dig +time=3 +tries=1 +short @127.0.0.1 -p 53 pi.hole 2>&1 +echo "### Pi-hole web (curl :10002) ###" +curl -sk -o /dev/null -w 'http=%{http_code}\n' http://127.0.0.1:10002/admin/ 2>&1 +echo +echo "### Technitium DNS (dig @127.0.0.1:5300 knel.net SOA) ###" +dig +time=3 +tries=1 @127.0.0.1 -p 5300 knel.net SOA +short 2>&1 +echo "### Technitium web (curl :5380) ###" +curl -sk -o /dev/null -w 'http=%{http_code}\n' http://127.0.0.1:5380/ 2>&1 +echo +echo "### NTP on tailscale IP (ntpdig -p 1) ###" +timeout 5 ntpdig -t1 -c1 -p1 $tsip 2>&1 || echo "(ntpdig not available or no response)" +echo "### chrony container sources ###" +sudo docker exec tsys-ntp chronyc -n sources 2>&1 | head -8 +EOF +} + +#------------------------------------------------------------------------------ +# Deploy to one node +#------------------------------------------------------------------------------ +deploy_node() { + local node="$1" tsip="${NODE_TSIP[$1]}" + log "==== DEPLOY $node (tailscale $tsip) ====" + + # ---- 1. Prepare directories on the target ------------------------------- + log "$node: create service dirs" + on_node "$node" "bash -s" < $SVC_ROOT/pihole/docker-compose.yml" <<'YAML' +services: + pihole: + container_name: pihole + image: pihole/pihole:latest + hostname: pihole + ports: + - "53:53/tcp" + - "53:53/udp" + - "10002:80/tcp" + - "10003:443/tcp" + environment: + TZ: 'America/Chicago' + FTLCONF_webserver_api_password: 'Gransyan1!' + FTLCONF_dns_listeningMode: 'all' + volumes: + - './etc-pihole:/etc/pihole' + cap_add: + - SYS_NICE + restart: always +YAML + + on_node "$node" "cat > $SVC_ROOT/ntp/docker-compose.yml" < $SVC_ROOT/technitium/docker-compose.yml" <<'YAML' +services: + technitium: + image: technitium/dns-server + container_name: tsys-dns + ports: + - "5300:53/tcp" + - "5300:53/udp" + - "5380:5380/tcp" + - "53443:53443/tcp" + volumes: + - './config:/etc/dns' + restart: always +YAML + + # ---- 3. Relay Pi-hole config from netboot -> target --------------------- + log "$node: copy Pi-hole /etc/pihole from netboot (excluding query logs)" + if on_node "$node" "test -f $SVC_ROOT/pihole/etc-pihole/gravity.db"; then + log "$node: Pi-hole config already present; skipping copy" + else + on_node "$node" "sudo rm -rf $SVC_ROOT/pihole/etc-pihole" + ssh -o StrictHostKeyChecking=no "$NETBOOT" \ + "sudo tar -cf - -C /root/pihole --exclude='etc-pihole/pihole-FTL.db*' \ + --exclude='etc-pihole/listsCache' \ + --exclude='etc-pihole/gravity_backups' \ + --exclude='etc-pihole/config_backups' \ + etc-pihole" \ + | on_node "$node" "sudo tar -xf - -C $SVC_ROOT/pihole" + fi + + # ---- 4. Relay Technitium config from netboot orphaned volume ----------- + log "$node: copy Technitium config from netboot (orphaned dns_tsys-dns-config volume)" + if on_node "$node" "test -f $SVC_ROOT/technitium/config/dns.config"; then + log "$node: Technitium config already present; skipping copy" + else + on_node "$node" "sudo rm -rf $SVC_ROOT/technitium/config" + ssh -o StrictHostKeyChecking=no "$NETBOOT" \ + "sudo tar -cf - -C /var/lib/docker/volumes/dns_tsys-dns-config _data" \ + | on_node "$node" "sudo tar -xf - -C $SVC_ROOT/technitium && sudo mv $SVC_ROOT/technitium/_data $SVC_ROOT/technitium/config" + fi + + # ---- 5. Adapt copied config: Pi-hole interface name --------------------- + log "$node: adapt Pi-hole pihole.toml interface name to actual iface" + on_node "$node" "bash -s" <<'EOF' +set -e +IFACE=$(ip -o -4 route show to default 2>/dev/null | awk '{print $5; exit}') +IFACE=${IFACE:-ens18} +TOML=/home/localuser/services/pihole/etc-pihole/pihole.toml +if sudo test -f "$TOML"; then + sudo sed -i "s|^ interface = .*| interface = \"$IFACE\" ### ADAPTED from eth0 on clone|" "$TOML" + echo "set interface=$IFACE" +else + echo "(pihole.toml not present; FTL will create it on first run)" +fi +# Strip netboot-specific primary upstream 192.168.3.16? -> keep, it is reachable on LAN. +EOF + + # ---- 6. Pull images ----------------------------------------------------- + log "$node: docker compose pull (pihole, ntp, technitium)" + on_node "$node" "bash -s" </dev/null | awk '$5 ~ /:123$/ {print}' | head -1) +if [ -n "$HOST_NTP" ]; then + echo "Host already serves UDP/123 ($HOST_NTP); host daemon:" + for u in ntpsec ntp chrony openntpd systemd-timesyncd; do + systemctl is-active "$u" 2>/dev/null | grep -q active && echo " -> $u active" + done + echo "Skipping chrony container (host NTP provides the service)." + echo "Removing any stale tsys-ntp container..." + sudo docker rm -f tsys-ntp 2>/dev/null || true +else + echo "Nothing serving UDP/123; starting chrony container." + sudo docker compose -f /home/localuser/services/ntp/docker-compose.yml up -d +fi +EOF + + # ---- 6c. Technitium up -------------------------------------------------- + log "$node: bring up Technitium" + on_node "$node" "sudo docker compose -f $SVC_ROOT/technitium/docker-compose.yml up -d" + + # ---- 7. Wait for Pi-hole health ----------------------------------------- + log "$node: wait for Pi-hole to become healthy" + on_node "$node" "bash -s" <<'EOF' +for i in $(seq 1 30); do + st=$(sudo docker inspect --format '{{.State.Health.Status}}' pihole 2>/dev/null || echo none) + echo " pihole health: $st" + [ "$st" = "healthy" ] && break + sleep 4 +done +EOF + + # ---- 8. Technitium defensive fallback ----------------------------------- + # If the copied (binary) config from an older Technitium version makes the + # new container crash, move it aside and let Technitium start fresh so the + # service is at least up (admin reachable) rather than crash-looping. + log "$node: check Technitium health (fallback to fresh config if crash)" + on_node "$node" "bash -s" <<'EOF' +set +e +sleep 8 +rst=$(sudo docker inspect --format '{{.RestartCount}}' tsys-dns 2>/dev/null || echo 0) +running=$(sudo docker inspect --format '{{.State.Running}}' tsys-dns 2>/dev/null || echo false) +if [ "$running" != "true" ] || [ "$rst" -ge 4 ]; then + echo "Technitium unhealthy (running=$running restarts=$rst); quarantining copied config" + sudo docker compose -f /home/localuser/services/technitium/docker-compose.yml stop + sudo mv /home/localuser/services/technitium/config /home/localuser/services/technitium/config.quarantine.$(date +%s) + sudo mkdir -p /home/localuser/services/technitium/config + sudo docker compose -f /home/localuser/services/technitium/docker-compose.yml up -d + echo "Technitium restarted with fresh config (old config saved as config.quarantine.*)" +else + echo "Technitium OK (running=$running restarts=$rst)" +fi +EOF + + # ---- 9. Final status ----------------------------------------------------- + log "$node: final container status" + on_node "$node" "sudo docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}'" +} + +#------------------------------------------------------------------------------ +# Main +#------------------------------------------------------------------------------ +main() { + local mode="${2:-deploy}" + if [ "${1:-all}" = "all" ]; then + targets=(pfv-netinfra-01 pfv-netinfra-02) + else + targets=("$1") + fi + for t in "${targets[@]}"; do + : "${NODE_TSIP[$t]:?unknown node $t}" + if [ "$mode" = "verify" ]; then verify_node "$t"; else deploy_node "$t"; fi + done + log "DONE" +} + +main "$@" diff --git a/returned-logs/_marker.pfv-tsys1 b/returned-logs/_marker.pfv-tsys1 index 89e8480..8469ff3 100644 --- a/returned-logs/_marker.pfv-tsys1 +++ b/returned-logs/_marker.pfv-tsys1 @@ -1,2 +1,2 @@ running -ok pfv-tsys1.log 911607 17324 +ok pfv-tsys1.log 951792 16094 diff --git a/returned-logs/_marker.pfv-tsys3 b/returned-logs/_marker.pfv-tsys3 index 4fc20ca..896a6fa 100644 --- a/returned-logs/_marker.pfv-tsys3 +++ b/returned-logs/_marker.pfv-tsys3 @@ -1,2 +1,2 @@ running -ok pfv-tsys3.log 725429 10091 +ok pfv-tsys3.log 750211 11660 diff --git a/returned-logs/_marker.pfv-tsys4 b/returned-logs/_marker.pfv-tsys4 index b864562..c208ff5 100644 --- a/returned-logs/_marker.pfv-tsys4 +++ b/returned-logs/_marker.pfv-tsys4 @@ -1,2 +1,2 @@ running -ok pfv-tsys4.log 603525 11030 +ok pfv-tsys4.log 617476 11115 diff --git a/returned-logs/_marker.pfv-tsys5 b/returned-logs/_marker.pfv-tsys5 index ef09dcc..82fd6b8 100644 --- a/returned-logs/_marker.pfv-tsys5 +++ b/returned-logs/_marker.pfv-tsys5 @@ -1,2 +1,2 @@ running -ok pfv-tsys5.log 1047724 17559 +ok pfv-tsys5.log 1064227 18745 diff --git a/returned-logs/_marker.pfv-tsys6 b/returned-logs/_marker.pfv-tsys6 index 38c89d9..32e0de6 100644 --- a/returned-logs/_marker.pfv-tsys6 +++ b/returned-logs/_marker.pfv-tsys6 @@ -1,2 +1,2 @@ running -ok pfv-tsys6.log 743495 14563 +ok pfv-tsys6.log 907424 16997 diff --git a/returned-logs/_marker.pfv-tsys7 b/returned-logs/_marker.pfv-tsys7 index 93696d7..0e05075 100644 --- a/returned-logs/_marker.pfv-tsys7 +++ b/returned-logs/_marker.pfv-tsys7 @@ -1,2 +1,2 @@ running -ok pfv-tsys7.log 896348 17341 +ok pfv-tsys7.log 1114764 18714 diff --git a/returned-logs/_marker.pfv-tsys9 b/returned-logs/_marker.pfv-tsys9 new file mode 100644 index 0000000..42d7695 --- /dev/null +++ b/returned-logs/_marker.pfv-tsys9 @@ -0,0 +1,2 @@ +running +ok pfv-tsys9.log 793781 14230 diff --git a/returned-logs/pfv-tsys1.log b/returned-logs/pfv-tsys1.log index bc3f665..5974f9e 100644 --- a/returned-logs/pfv-tsys1.log +++ b/returned-logs/pfv-tsys1.log @@ -3,8 +3,8 @@ # Host: pfv-tsys1 (pfv-tsys1.knel.net) # FQDN: pfv-tsys1.knel.net # All IPs: 100.121.189.98 192.168.3.11 10.100.100.1 fd7a:115c:a1e0::713b:bd62 -# Collected: 2026-07-26T21:25:59Z (UTC) -# Kernel: 6.17.2-1-pve +# Collected: 2026-07-28T02:50:35Z (UTC) +# Kernel: 7.0.14-6-pve # Machine: x86_64 GNU/Linux # Caller: root (uid=0) # Script: check.sh - strictly READ-ONLY @@ -59,7 +59,7 @@ do done TOOL PRESENT PATH VERSION/NOTE ---- ------- ---- ------------ -pveversion yes /usr/bin/pveversion pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve) +pveversion yes /usr/bin/pveversion pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve) pvecm yes /usr/bin/pvecm qm yes /usr/sbin/qm pct yes /usr/sbin/pct @@ -74,7 +74,7 @@ bridge yes /usr/sbin/bridge brctl yes /usr/sbin/brctl nmcli no - - tcpdump yes /usr/bin/tcpdump -mtr no - - +mtr yes /usr/bin/mtr nstat yes /usr/bin/nstat netstat no - - nicstat no - - @@ -86,16 +86,16 @@ hwinfo no - - inxi no - - lspci yes /usr/bin/lspci lsusb yes /usr/bin/lsusb -numactl no - - -numastat no - - +numactl yes /usr/bin/numactl +numastat yes /usr/bin/numastat cpupower yes /usr/bin/cpupower cpupower 6.12 turbostat yes /usr/sbin/turbostat x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy rdmsr no - - tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1 irqbalance no - - -zpool yes /usr/sbin/zpool zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1 -zfs yes /usr/sbin/zfs zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1 +zpool yes /usr/sbin/zpool zfs-2.4.3-pve1 zfs-kmod-2.4.3-pve1 +zfs yes /usr/sbin/zfs zfs-2.4.3-pve1 zfs-kmod-2.4.3-pve1 zdb yes /usr/sbin/zdb arcstat yes /usr/sbin/arcstat arc_summary yes /usr/sbin/arc_summary @@ -103,8 +103,8 @@ lsblk yes /usr/bin/lsblk blkid yes /usr/sbin/blkid blockdev yes /usr/sbin/blockdev findmnt yes /usr/bin/findmnt -smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) -nvme no - - +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) +nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13) hdparm yes /usr/sbin/hdparm storcli no - - storcli64 no - - @@ -131,10 +131,10 @@ iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON sysbench no - - bonnie++ no - - iozone no - - -iostat no - - -mpstat no - - -pidstat no - - -sar no - - +iostat yes /usr/bin/iostat +mpstat yes /usr/bin/mpstat +pidstat yes /usr/bin/pidstat +sar yes /usr/bin/sar vmstat yes /usr/bin/vmstat top yes /usr/bin/top htop yes /usr/bin/htop @@ -162,11 +162,11 @@ iptables yes /usr/sbin/iptables iptables-save yes /usr/sbin/iptables-save ipset yes /usr/sbin/ipset ufw no - - -jq no - - +jq yes /usr/bin/jq bc yes /usr/bin/bc awk yes /usr/bin/awk -smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) -nvme no - - +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) +nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13) apt yes /usr/bin/apt dpkg yes /usr/bin/dpkg @@ -180,15 +180,21 @@ ethtool 1:6.14.2-1 htop 3.4.1-5 iperf3 3.18-2+deb13u2 nfs-common 1:2.8.3-1 +numactl 2.0.19-1 +nvme-cli 2.13-2 open-iscsi 2.1.11-1+deb13u2 proxmox-archive-keyring 4.0 proxmox-backup-client 4.2.3-1 proxmox-backup-file-restore 4.2.3-1 proxmox-backup-restore-image 1.0.0 -proxmox-default-kernel 2.0.1 +proxmox-default-kernel 2.1.0 +proxmox-enterprise-support-keyring 1.0 proxmox-firewall 1.2.3 -proxmox-kernel-6.17 6.17.2-1 +proxmox-kernel-6.17 6.17.13-19 +proxmox-kernel-6.17.13-19-pve-signed 6.17.13-19 proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1 +proxmox-kernel-7.0 7.0.14-6 +proxmox-kernel-7.0.14-6-pve-signed 7.0.14-6 proxmox-kernel-helper 9.2.0 proxmox-mail-forward 1.0.3 proxmox-mini-journalreader 1.7 @@ -199,7 +205,7 @@ proxmox-ve 9.2.0 proxmox-websocket-tunnel 1.0.0 proxmox-widget-toolkit 5.2.6 pve-cluster 9.1.6 -pve-container 6.0.18 +pve-container 6.1.12 pve-docs 9.2.3 pve-edk2-firmware 4.2025.05-2 pve-edk2-firmware-legacy 4.2025.05-2 @@ -207,21 +213,22 @@ pve-edk2-firmware-ovmf 4.2025.05-2 pve-esxi-import-tools 1.0.1 pve-firewall 6.0.5 pve-firmware 3.18-5 -pve-ha-manager 5.0.8 +pve-ha-manager 5.2.4 pve-i18n 3.9.0 pve-lxc-syscalld 2.0.2 -pve-manager 9.1.1 +pve-manager 9.2.5 pve-nvidia-vgpu-helper 0.3.1 pve-qemu-kvm 11.0.2-2 pve-xtermjs 6.0.0-2 pve-yew-mobile-gui 0.7.0 pve-yew-mobile-i18n 3.9.0 -qemu-server 9.0.30 +qemu-server 9.2.1 smartmontools 7.5-pve2 +sysstat 12.7.5-2 tuned 2.25.1-1 -zfs-initramfs 2.3.4-pve1 -zfs-zed 2.3.4-pve1 -zfsutils-linux 2.3.4-pve1 +zfs-initramfs 2.4.3-pve1 +zfs-zed 2.4.3-pve1 +zfsutils-linux 2.4.3-pve1 --- kernel modules available (relevant to perf) $ for m in kvm_intel kvm_amd \ @@ -260,19 +267,19 @@ available : nvme-tcp () available : nvme-fabrics () available : sd_mod () available : sr_mod () -available : zfs (2.3.4-pve1) -available : spl (2.3.4-pve1) -available : znvpair (2.3.4-pve1) -available : zcommon (2.3.4-pve1) -available : zunicode (2.3.4-pve1) -available : zavl (2.3.4-pve1) -available : icp (2.3.4-pve1) -available : zlua (2.3.4-pve1) +available : zfs (2.4.3-pve1) +available : spl (2.4.3-pve1) +available : znvpair (2.4.3-pve1) +available : zcommon (2.4.3-pve1) +available : zunicode (2.4.3-pve1) +available : zavl (2.4.3-pve1) +available : icp (2.4.3-pve1) +available : zlua (2.4.3-pve1) available : megaraid_sas (07.734.00.00-rc1) -available : mpt3sas (52.100.00.00) +available : mpt3sas (54.100.00.00) available : hpsa (3.4.20-200) available : aacraid (1.2.1[50983]-custom) -available : smartpqi (2.1.34-035) +available : smartpqi (2.1.36-026) available : isci (1.2.0) available : dm_multipath () available : tcp_dctcp () @@ -293,23 +300,27 @@ available : rpcsec_gss_krb5 () --- currently loaded modules (filtered) $ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}' Module Size Used by -tcp_bbr 20480 2 -tcp_diag 12288 0 -rpcsec_gss_krb5 28672 0 -nfsv4 1175552 2 -bonding 245760 0 -sunrpc 786432 17 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs -kvm_intel 532480 46 -kvm 1376256 25 kvm_intel -zfs 6344704 6 +nvme_fabrics 36864 0 +nvme_core 229376 1 nvme_fabrics +nvme_keyring 20480 2 nvme_core,nvme_fabrics +nvme_auth 28672 1 nvme_core +tcp_diag 20480 0 +rpcsec_gss_krb5 32768 0 +nfsv4 1200128 2 +bonding 253952 0 +sunrpc 815104 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs +kvm_intel 507904 42 +kvm 1445888 23 kvm_intel +zfs 6258688 6 spl 151552 1 zfs -vhost_net 32768 12 +vhost_net 36864 10 vhost 69632 1 vhost_net vhost_iotlb 16384 1 vhost +tcp_bbr 24576 32 dm_thin_pool 94208 1 -dm_persistent_data 114688 1 dm_thin_pool +dm_persistent_data 118784 1 dm_thin_pool dm_bio_prison 24576 1 dm_thin_pool -dm_bufio 53248 1 dm_persistent_data +dm_bufio 57344 1 dm_persistent_data ############################################################################### # 2. OS / DISTRO / UPTIME @@ -334,15 +345,21 @@ BUG_REPORT_URL="https://bugs.debian.org/" --- uptime $ uptime - 16:26:02 up 7:11, 1 user, load average: 0.52, 0.59, 0.68 + 21:50:37 up 21:14, 1 user, load average: 0.20, 0.33, 0.33 --- uptime raw (since boot) $ cat /proc/uptime -25893.98 177207.61 +76478.49 497545.12 --- last reboot $ last -x reboot -reboot system boot 6.17.2-1-pve Sun Jul 26 09:14 - still running +reboot system boot 7.0.14-6-pve Mon Jul 27 00:35 - still running +reboot system boot 7.0.14-6-pve Sun Jul 26 17:51 - 00:30 (06:39) +shutdown system down 7.0.14-6-pve Mon Jul 27 00:30 - 00:35 (00:05) +reboot system boot 7.0.14-6-pve Sun Jul 26 17:19 - 17:50 (00:31) +shutdown system down 7.0.14-6-pve Sun Jul 26 17:50 - 17:51 (00:00) +reboot system boot 6.17.2-1-pve Sun Jul 26 09:14 - 17:14 (08:00) +shutdown system down 6.17.2-1-pve Sun Jul 26 17:14 - 17:19 (00:04) reboot system boot 6.17.2-1-pve Fri Jul 24 13:59 - 09:10 (1+19:11) shutdown system down 6.17.2-1-pve Sun Jul 26 09:10 - 09:14 (00:03) reboot system boot 6.17.2-1-pve Wed Jul 22 18:31 - 10:43 (1+16:11) @@ -381,6 +398,24 @@ wtmpdb begins Wed Sep 3 13:38:11 2025 --- last logins $ last +root pts/0 100.87.49.37 Mon Jul 27 13:49 - 13:49 (00:00) +root pts/0 100.87.49.37 Mon Jul 27 13:40 - 13:41 (00:00) +root pts/0 100.87.49.37 Mon Jul 27 13:12 - 13:12 (00:00) +root pts/0 100.87.49.37 Mon Jul 27 13:03 - 13:03 (00:00) +root pts/0 100.87.49.37 Mon Jul 27 08:40 - 08:41 (00:01) +reboot system boot 7.0.14-6-pve Mon Jul 27 00:35 - still running +root pts/0 10.100.100.3 Mon Jul 27 00:35 - 00:35 (00:00) +root pts/0 10.100.100.3 Mon Jul 27 00:33 - 00:34 (00:01) +root pts/1 10.100.100.3 Mon Jul 27 00:30 - 00:30 (00:00) +root pts/0 10.100.100.3 Mon Jul 27 00:27 - 00:30 (00:03) +root pts/0 100.87.49.37 Sun Jul 26 20:20 - 20:20 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 19:26 - 19:26 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 18:53 - 18:57 (00:03) +root pts/0 100.87.49.37 Sun Jul 26 17:53 - 17:53 (00:00) +reboot system boot 7.0.14-6-pve Sun Jul 26 17:51 - 00:30 (06:39) +root pts/0 100.87.49.37 Sun Jul 26 17:49 - 17:50 (00:00) +reboot system boot 7.0.14-6-pve Sun Jul 26 17:19 - 17:50 (00:31) +root pts/0 100.87.49.37 Sun Jul 26 17:08 - 17:14 (00:06) root pts/0 100.87.49.37 Sun Jul 26 16:05 - 16:09 (00:04) root pts/0 100.87.49.37 Sun Jul 26 15:03 - 15:06 (00:03) root pts/1 10.100.100.3 Sun Jul 26 13:32 - 13:33 (00:00) @@ -390,7 +425,7 @@ root pts/0 100.87.49.37 Sun Jul 26 11:33 - 11:51 (00:17) root pts/0 100.87.49.37 Sun Jul 26 11:11 - 11:13 (00:01) root pts/0 100.87.49.37 Sun Jul 26 09:47 - 09:47 (00:00) root pts/0 100.87.49.37 Sun Jul 26 09:16 - 09:21 (00:05) -reboot system boot 6.17.2-1-pve Sun Jul 26 09:14 - still running +reboot system boot 6.17.2-1-pve Sun Jul 26 09:14 - 17:14 (08:00) root pts/0 10.100.100.3 Sun Jul 26 09:12 - 09:13 (00:01) root pts/0 100.87.49.37 Sun Jul 26 09:07 - 09:10 (00:03) root pts/0 100.87.49.37 Sun Jul 26 08:58 - 09:05 (00:07) @@ -490,11 +525,11 @@ wtmpdb begins Wed Sep 3 13:38:11 2025 --- uname $ uname -a -Linux pfv-tsys1 6.17.2-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) x86_64 GNU/Linux +Linux pfv-tsys1 7.0.14-6-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.14-6 (2026-07-20T14:45Z) x86_64 GNU/Linux --- /proc/cmdline (boot args) $ cat /proc/cmdline -BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet +BOOT_IMAGE=/boot/vmlinuz-7.0.14-6-pve root=/dev/mapper/pve-root ro quiet ############################################################################### # 3. HARDWARE INVENTORY @@ -1177,10 +1212,10 @@ Thread(s) per core: 2 Core(s) per socket: 4 Socket(s): 1 Stepping: 3 -CPU(s) scaling MHz: 96% +CPU(s) scaling MHz: 97% CPU max MHz: 3900.0000 CPU min MHz: 800.0000 -BogoMIPS: 6784.31 +BogoMIPS: 6784.59 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts vnmi md_clear flush_l1d Virtualization: VT-x L1d cache: 128 KiB (4 instances) @@ -1219,13 +1254,23 @@ L3 8M 8M 16 Unified 3 8192 1 64 --- numactl --hardware $ numactl --hardware -/root/check.sh: line 45: numactl: command not found - [exit=127 / not installed or not permitted] +available: 1 nodes (0) +node 0 cpus: 0 1 2 3 4 5 6 7 +node 0 size: 32003 MB +node 0 free: 1327 MB +node distances: +node 0 + 0: 10 --- numactl --show $ numactl --show -/root/check.sh: line 45: numactl: command not found - [exit=127 / not installed or not permitted] +policy: default +preferred node: current +physcpubind: 0 1 2 3 4 5 6 7 +cpubind: 0 +nodebind: 0 +membind: 0 +preferred: --- lspci -nnvv (verbose) $ lspci -nnvv @@ -1244,7 +1289,7 @@ L3 8M 8M 16 Unified 3 8192 1 64 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- /dev/null)" done affected_cpus = 0 -cpuinfo_avg_freq = 3787024 +cpuinfo_avg_freq = 3879220 cpuinfo_max_freq = 3900000 cpuinfo_min_freq = 800000 cpuinfo_transition_latency = 20000 related_cpus = 0 scaling_available_governors = conservative ondemand userspace powersave performance schedutil -scaling_cur_freq = 3783857 +scaling_cur_freq = 3863970 scaling_driver = intel_cpufreq scaling_governor = performance scaling_max_freq = 3900000 @@ -1623,24 +1669,24 @@ analyzing CPU 3: The governor "performance" may decide which speed to use within this range. current CPU frequency: Unable to call hardware - current CPU frequency: 3.79 GHz (asserted by call to kernel) + current CPU frequency: 3.89 GHz (asserted by call to kernel) boost state support: Supported: yes Active: yes --- turbostat snapshot $ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 -1.001446 sec +1.001444 sec Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp -- - 4.80 3847 3392 8353 51 51 -0 0 5.94 3844 3392 1724 48 51 -0 4 3.11 3835 3392 723 -1 1 6.83 3855 3392 1951 48 -1 5 5.44 3859 3392 889 -2 2 4.77 3853 3392 695 51 -2 6 4.44 3840 3392 878 -3 3 2.83 3833 3392 605 46 -3 7 5.03 3841 3392 888 +- - 2.07 3866 3392 5115 50 50 +0 0 3.27 3870 3392 1200 48 50 +0 4 1.99 3872 3392 525 +1 1 1.94 3863 3392 539 47 +1 5 1.43 3864 3392 243 +2 2 2.06 3853 3392 406 50 +2 6 1.78 3859 3392 507 +3 3 2.86 3876 3392 1417 46 +3 7 1.22 3860 3392 278 --- x86_energy_perf_policy -r $ x86_energy_perf_policy -r @@ -1663,12 +1709,12 @@ cpu7: EPB 0 "$(cat "$s/latency" 2>/dev/null)" \ "$(cat "$s/time" 2>/dev/null)" done - POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=1038459us - C1 : MWAIT 0x00 disabled=0 latency=2us residency=124089586us - C1E : MWAIT 0x01 disabled=0 latency=10us residency=643123583us - C3 : MWAIT 0x10 disabled=0 latency=33us residency=5043451874us - C6 : MWAIT 0x20 disabled=0 latency=133us residency=1200147003us - C7s : MWAIT 0x32 disabled=0 latency=166us residency=16127806344us + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=8652698us + C1 : MWAIT 0x00 disabled=0 latency=2us residency=236092753us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=1299395139us + C3 : MWAIT 0x10 disabled=0 latency=33us residency=69910019578us + C6 : MWAIT 0x20 disabled=0 latency=133us residency=324125us + C7s : MWAIT 0x32 disabled=0 latency=166us residency=68792259us --- THP enabled $ cat /sys/kernel/mm/transparent_hugepage/enabled @@ -1688,1845 +1734,1547 @@ always defer defer+madvise [madvise] never --- microcode $ dmesg -[ 0.000000] Linux version 6.17.2-1-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) () -[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet -[ 0.000000] KERNEL supported cpus: -[ 0.000000] Intel GenuineIntel -[ 0.000000] AMD AuthenticAMD -[ 0.000000] Hygon HygonGenuine -[ 0.000000] Centaur CentaurHauls -[ 0.000000] zhaoxin Shanghai -[ 0.000000] BIOS-provided physical RAM map: -[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000917ff] usable -[ 0.000000] BIOS-e820: [mem 0x0000000000091800-0x000000000009ffff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved -[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d2196fff] usable -[ 0.000000] BIOS-e820: [mem 0x00000000d2197000-0x00000000d219dfff] ACPI NVS -[ 0.000000] BIOS-e820: [mem 0x00000000d219e000-0x00000000d25d3fff] usable -[ 0.000000] BIOS-e820: [mem 0x00000000d25d4000-0x00000000d2a6bfff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000d2a6c000-0x00000000d7eeafff] usable -[ 0.000000] BIOS-e820: [mem 0x00000000d7eeb000-0x00000000d7ffffff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000d8000000-0x00000000d875ffff] usable -[ 0.000000] BIOS-e820: [mem 0x00000000d8760000-0x00000000d87fffff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000d8800000-0x00000000d8fadfff] usable -[ 0.000000] BIOS-e820: [mem 0x00000000d8fae000-0x00000000d8ffffff] ACPI data -[ 0.000000] BIOS-e820: [mem 0x00000000d9000000-0x00000000da71cfff] usable -[ 0.000000] BIOS-e820: [mem 0x00000000da71d000-0x00000000da7fffff] ACPI NVS -[ 0.000000] BIOS-e820: [mem 0x00000000da800000-0x00000000dbe10fff] usable -[ 0.000000] BIOS-e820: [mem 0x00000000dbe11000-0x00000000dbffffff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved -[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081edfffff] usable -[ 0.000000] NX (Execute Disable) protection: active -[ 0.000000] APIC: Static calls initialized -[ 0.000000] SMBIOS 2.7 present. -[ 0.000000] DMI: Dell Inc. OptiPlex 9020/0XCR8D, BIOS A25 05/30/2019 -[ 0.000000] DMI: Memory slots populated: 4/4 -[ 0.000000] tsc: Fast TSC calibration using PIT -[ 0.000000] tsc: Detected 3392.155 MHz processor -[ 0.001194] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved -[ 0.001196] e820: remove [mem 0x000a0000-0x000fffff] usable -[ 0.001205] last_pfn = 0x81ee00 max_arch_pfn = 0x400000000 -[ 0.001212] total RAM covered: 32702M -[ 0.001345] gran_size: 64K chunk_size: 64K num_reg: 10 lose cover RAM: 238M -[ 0.001347] gran_size: 64K chunk_size: 128K num_reg: 10 lose cover RAM: 238M -[ 0.001349] gran_size: 64K chunk_size: 256K num_reg: 10 lose cover RAM: 238M -[ 0.001350] gran_size: 64K chunk_size: 512K num_reg: 10 lose cover RAM: 238M -[ 0.001351] gran_size: 64K chunk_size: 1M num_reg: 10 lose cover RAM: 238M -[ 0.001352] gran_size: 64K chunk_size: 2M num_reg: 10 lose cover RAM: 238M -[ 0.001353] gran_size: 64K chunk_size: 4M num_reg: 10 lose cover RAM: 238M -[ 0.001354] gran_size: 64K chunk_size: 8M num_reg: 10 lose cover RAM: 238M -[ 0.001355] gran_size: 64K chunk_size: 16M num_reg: 10 lose cover RAM: 238M -[ 0.001356] gran_size: 64K chunk_size: 32M num_reg: 10 lose cover RAM: 494M -[ 0.001357] *BAD*gran_size: 64K chunk_size: 64M num_reg: 10 lose cover RAM: -16M -[ 0.001358] *BAD*gran_size: 64K chunk_size: 128M num_reg: 10 lose cover RAM: -16M -[ 0.001359] *BAD*gran_size: 64K chunk_size: 256M num_reg: 10 lose cover RAM: -16M -[ 0.001360] *BAD*gran_size: 64K chunk_size: 512M num_reg: 10 lose cover RAM: -16M -[ 0.001361] *BAD*gran_size: 64K chunk_size: 1G num_reg: 10 lose cover RAM: -512M -[ 0.001363] *BAD*gran_size: 64K chunk_size: 2G num_reg: 10 lose cover RAM: -1536M -[ 0.001364] gran_size: 128K chunk_size: 128K num_reg: 10 lose cover RAM: 238M -[ 0.001365] gran_size: 128K chunk_size: 256K num_reg: 10 lose cover RAM: 238M -[ 0.001366] gran_size: 128K chunk_size: 512K num_reg: 10 lose cover RAM: 238M -[ 0.001367] gran_size: 128K chunk_size: 1M num_reg: 10 lose cover RAM: 238M -[ 0.001368] gran_size: 128K chunk_size: 2M num_reg: 10 lose cover RAM: 238M -[ 0.001369] gran_size: 128K chunk_size: 4M num_reg: 10 lose cover RAM: 238M -[ 0.001370] gran_size: 128K chunk_size: 8M num_reg: 10 lose cover RAM: 238M -[ 0.001371] gran_size: 128K chunk_size: 16M num_reg: 10 lose cover RAM: 238M -[ 0.001372] gran_size: 128K chunk_size: 32M num_reg: 10 lose cover RAM: 494M -[ 0.001373] *BAD*gran_size: 128K chunk_size: 64M num_reg: 10 lose cover RAM: -16M -[ 0.001374] *BAD*gran_size: 128K chunk_size: 128M num_reg: 10 lose cover RAM: -16M -[ 0.001375] *BAD*gran_size: 128K chunk_size: 256M num_reg: 10 lose cover RAM: -16M -[ 0.001376] *BAD*gran_size: 128K chunk_size: 512M num_reg: 10 lose cover RAM: -16M -[ 0.001377] *BAD*gran_size: 128K chunk_size: 1G num_reg: 10 lose cover RAM: -512M -[ 0.001378] *BAD*gran_size: 128K chunk_size: 2G num_reg: 10 lose cover RAM: -1536M -[ 0.001380] gran_size: 256K chunk_size: 256K num_reg: 10 lose cover RAM: 238M -[ 0.001381] gran_size: 256K chunk_size: 512K num_reg: 10 lose cover RAM: 238M -[ 0.001382] gran_size: 256K chunk_size: 1M num_reg: 10 lose cover RAM: 238M -[ 0.001383] gran_size: 256K chunk_size: 2M num_reg: 10 lose cover RAM: 238M -[ 0.001384] gran_size: 256K chunk_size: 4M num_reg: 10 lose cover RAM: 238M -[ 0.001385] gran_size: 256K chunk_size: 8M num_reg: 10 lose cover RAM: 238M -[ 0.001386] gran_size: 256K chunk_size: 16M num_reg: 10 lose cover RAM: 238M -[ 0.001387] gran_size: 256K chunk_size: 32M num_reg: 10 lose cover RAM: 494M -[ 0.001388] *BAD*gran_size: 256K chunk_size: 64M num_reg: 10 lose cover RAM: -16M -[ 0.001389] *BAD*gran_size: 256K chunk_size: 128M num_reg: 10 lose cover RAM: -16M -[ 0.001390] *BAD*gran_size: 256K chunk_size: 256M num_reg: 10 lose cover RAM: -16M -[ 0.001391] *BAD*gran_size: 256K chunk_size: 512M num_reg: 10 lose cover RAM: -16M -[ 0.001392] *BAD*gran_size: 256K chunk_size: 1G num_reg: 10 lose cover RAM: -512M -[ 0.001393] *BAD*gran_size: 256K chunk_size: 2G num_reg: 10 lose cover RAM: -1536M -[ 0.001394] gran_size: 512K chunk_size: 512K num_reg: 10 lose cover RAM: 238M -[ 0.001395] gran_size: 512K chunk_size: 1M num_reg: 10 lose cover RAM: 238M -[ 0.001396] gran_size: 512K chunk_size: 2M num_reg: 10 lose cover RAM: 238M -[ 0.001397] gran_size: 512K chunk_size: 4M num_reg: 10 lose cover RAM: 238M -[ 0.001398] gran_size: 512K chunk_size: 8M num_reg: 10 lose cover RAM: 238M -[ 0.001399] gran_size: 512K chunk_size: 16M num_reg: 10 lose cover RAM: 238M -[ 0.001400] gran_size: 512K chunk_size: 32M num_reg: 10 lose cover RAM: 494M -[ 0.001402] *BAD*gran_size: 512K chunk_size: 64M num_reg: 10 lose cover RAM: -16M -[ 0.001403] *BAD*gran_size: 512K chunk_size: 128M num_reg: 10 lose cover RAM: -16M -[ 0.001404] *BAD*gran_size: 512K chunk_size: 256M num_reg: 10 lose cover RAM: -16M -[ 0.001405] *BAD*gran_size: 512K chunk_size: 512M num_reg: 10 lose cover RAM: -16M -[ 0.001406] *BAD*gran_size: 512K chunk_size: 1G num_reg: 10 lose cover RAM: -512M -[ 0.001407] *BAD*gran_size: 512K chunk_size: 2G num_reg: 10 lose cover RAM: -1536M -[ 0.001408] gran_size: 1M chunk_size: 1M num_reg: 10 lose cover RAM: 238M -[ 0.001409] gran_size: 1M chunk_size: 2M num_reg: 10 lose cover RAM: 238M -[ 0.001410] gran_size: 1M chunk_size: 4M num_reg: 10 lose cover RAM: 238M -[ 0.001411] gran_size: 1M chunk_size: 8M num_reg: 10 lose cover RAM: 238M -[ 0.001412] gran_size: 1M chunk_size: 16M num_reg: 10 lose cover RAM: 238M -[ 0.001413] gran_size: 1M chunk_size: 32M num_reg: 10 lose cover RAM: 494M -[ 0.001414] *BAD*gran_size: 1M chunk_size: 64M num_reg: 10 lose cover RAM: -16M -[ 0.001415] *BAD*gran_size: 1M chunk_size: 128M num_reg: 10 lose cover RAM: -16M -[ 0.001416] *BAD*gran_size: 1M chunk_size: 256M num_reg: 10 lose cover RAM: -16M -[ 0.001417] *BAD*gran_size: 1M chunk_size: 512M num_reg: 10 lose cover RAM: -16M -[ 0.001418] *BAD*gran_size: 1M chunk_size: 1G num_reg: 10 lose cover RAM: -512M -[ 0.001419] *BAD*gran_size: 1M chunk_size: 2G num_reg: 10 lose cover RAM: -1536M -[ 0.001420] gran_size: 2M chunk_size: 2M num_reg: 10 lose cover RAM: 238M -[ 0.001421] gran_size: 2M chunk_size: 4M num_reg: 10 lose cover RAM: 238M -[ 0.001422] gran_size: 2M chunk_size: 8M num_reg: 10 lose cover RAM: 238M -[ 0.001423] gran_size: 2M chunk_size: 16M num_reg: 10 lose cover RAM: 238M -[ 0.001425] gran_size: 2M chunk_size: 32M num_reg: 10 lose cover RAM: 494M -[ 0.001426] *BAD*gran_size: 2M chunk_size: 64M num_reg: 10 lose cover RAM: -16M -[ 0.001427] *BAD*gran_size: 2M chunk_size: 128M num_reg: 10 lose cover RAM: -16M -[ 0.001428] *BAD*gran_size: 2M chunk_size: 256M num_reg: 10 lose cover RAM: -16M -[ 0.001429] *BAD*gran_size: 2M chunk_size: 512M num_reg: 10 lose cover RAM: -16M -[ 0.001430] *BAD*gran_size: 2M chunk_size: 1G num_reg: 10 lose cover RAM: -512M -[ 0.001431] *BAD*gran_size: 2M chunk_size: 2G num_reg: 10 lose cover RAM: -1536M -[ 0.001432] gran_size: 4M chunk_size: 4M num_reg: 10 lose cover RAM: 238M -[ 0.001433] gran_size: 4M chunk_size: 8M num_reg: 10 lose cover RAM: 238M -[ 0.001434] gran_size: 4M chunk_size: 16M num_reg: 10 lose cover RAM: 238M -[ 0.001435] gran_size: 4M chunk_size: 32M num_reg: 10 lose cover RAM: 494M -[ 0.001436] *BAD*gran_size: 4M chunk_size: 64M num_reg: 10 lose cover RAM: -14M -[ 0.001437] *BAD*gran_size: 4M chunk_size: 128M num_reg: 10 lose cover RAM: -14M -[ 0.001438] *BAD*gran_size: 4M chunk_size: 256M num_reg: 10 lose cover RAM: -14M -[ 0.001439] *BAD*gran_size: 4M chunk_size: 512M num_reg: 10 lose cover RAM: -14M -[ 0.001440] *BAD*gran_size: 4M chunk_size: 1G num_reg: 10 lose cover RAM: -510M -[ 0.001441] *BAD*gran_size: 4M chunk_size: 2G num_reg: 10 lose cover RAM: -1534M -[ 0.001442] gran_size: 8M chunk_size: 8M num_reg: 10 lose cover RAM: 238M -[ 0.001443] gran_size: 8M chunk_size: 16M num_reg: 10 lose cover RAM: 238M -[ 0.001444] gran_size: 8M chunk_size: 32M num_reg: 10 lose cover RAM: 494M -[ 0.001445] *BAD*gran_size: 8M chunk_size: 64M num_reg: 10 lose cover RAM: -10M -[ 0.001446] *BAD*gran_size: 8M chunk_size: 128M num_reg: 10 lose cover RAM: -10M -[ 0.001447] *BAD*gran_size: 8M chunk_size: 256M num_reg: 10 lose cover RAM: -10M -[ 0.001448] *BAD*gran_size: 8M chunk_size: 512M num_reg: 10 lose cover RAM: -10M -[ 0.001449] *BAD*gran_size: 8M chunk_size: 1G num_reg: 10 lose cover RAM: -506M -[ 0.001450] *BAD*gran_size: 8M chunk_size: 2G num_reg: 10 lose cover RAM: -1530M -[ 0.001452] gran_size: 16M chunk_size: 16M num_reg: 10 lose cover RAM: 238M -[ 0.001453] gran_size: 16M chunk_size: 32M num_reg: 10 lose cover RAM: 494M -[ 0.001454] gran_size: 16M chunk_size: 64M num_reg: 10 lose cover RAM: 14M -[ 0.001455] gran_size: 16M chunk_size: 128M num_reg: 10 lose cover RAM: 14M -[ 0.001456] gran_size: 16M chunk_size: 256M num_reg: 10 lose cover RAM: 14M -[ 0.001457] gran_size: 16M chunk_size: 512M num_reg: 10 lose cover RAM: 14M -[ 0.001458] gran_size: 16M chunk_size: 1G num_reg: 10 lose cover RAM: 14M -[ 0.001459] *BAD*gran_size: 16M chunk_size: 2G num_reg: 10 lose cover RAM: -1010M -[ 0.001460] gran_size: 32M chunk_size: 32M num_reg: 10 lose cover RAM: 126M -[ 0.001461] gran_size: 32M chunk_size: 64M num_reg: 10 lose cover RAM: 30M -[ 0.001462] gran_size: 32M chunk_size: 128M num_reg: 9 lose cover RAM: 30M -[ 0.001463] gran_size: 32M chunk_size: 256M num_reg: 9 lose cover RAM: 30M -[ 0.001464] gran_size: 32M chunk_size: 512M num_reg: 9 lose cover RAM: 30M -[ 0.001465] gran_size: 32M chunk_size: 1G num_reg: 9 lose cover RAM: 30M -[ 0.001466] gran_size: 32M chunk_size: 2G num_reg: 10 lose cover RAM: 30M -[ 0.001467] gran_size: 64M chunk_size: 64M num_reg: 10 lose cover RAM: 126M -[ 0.001469] gran_size: 64M chunk_size: 128M num_reg: 9 lose cover RAM: 62M -[ 0.001470] gran_size: 64M chunk_size: 256M num_reg: 9 lose cover RAM: 62M -[ 0.001471] gran_size: 64M chunk_size: 512M num_reg: 9 lose cover RAM: 62M -[ 0.001472] gran_size: 64M chunk_size: 1G num_reg: 9 lose cover RAM: 62M -[ 0.001473] gran_size: 64M chunk_size: 2G num_reg: 10 lose cover RAM: 62M -[ 0.001474] gran_size: 128M chunk_size: 128M num_reg: 9 lose cover RAM: 190M -[ 0.001475] gran_size: 128M chunk_size: 256M num_reg: 9 lose cover RAM: 190M -[ 0.001476] gran_size: 128M chunk_size: 512M num_reg: 9 lose cover RAM: 190M -[ 0.001477] gran_size: 128M chunk_size: 1G num_reg: 9 lose cover RAM: 190M -[ 0.001478] gran_size: 128M chunk_size: 2G num_reg: 10 lose cover RAM: 190M -[ 0.001479] gran_size: 256M chunk_size: 256M num_reg: 7 lose cover RAM: 446M -[ 0.001480] gran_size: 256M chunk_size: 512M num_reg: 9 lose cover RAM: 446M -[ 0.001481] gran_size: 256M chunk_size: 1G num_reg: 9 lose cover RAM: 446M -[ 0.001482] gran_size: 256M chunk_size: 2G num_reg: 10 lose cover RAM: 446M -[ 0.001483] gran_size: 512M chunk_size: 512M num_reg: 5 lose cover RAM: 958M -[ 0.001484] gran_size: 512M chunk_size: 1G num_reg: 5 lose cover RAM: 958M -[ 0.001485] gran_size: 512M chunk_size: 2G num_reg: 5 lose cover RAM: 958M -[ 0.001486] gran_size: 1G chunk_size: 1G num_reg: 5 lose cover RAM: 958M -[ 0.001487] gran_size: 1G chunk_size: 2G num_reg: 5 lose cover RAM: 958M -[ 0.001488] gran_size: 2G chunk_size: 2G num_reg: 4 lose cover RAM: 1982M -[ 0.001489] mtrr_cleanup: can not find optimal value -[ 0.001490] please specify mtrr_gran_size/mtrr_chunk_size -[ 0.001492] MTRR map: 9 entries (5 fixed + 4 variable; max 25), built from 10 variable MTRRs -[ 0.001494] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT -[ 0.001793] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved -[ 0.001796] last_pfn = 0xdbe11 max_arch_pfn = 0x400000000 -[ 0.007714] found SMP MP-table at [mem 0x000fd8c0-0x000fd8cf] -[ 0.007729] Using GB pages for direct mapping -[ 0.008469] RAMDISK: [mem 0x2d72d000-0x32b8dfff] -[ 0.008478] ACPI: Early table checksum verification disabled -[ 0.008481] ACPI: RSDP 0x00000000000F0490 000024 (v02 DELL ) -[ 0.008484] ACPI: XSDT 0x00000000D8FEE088 000094 (v01 DELL CBX3 01072009 AMI 00010013) -[ 0.008489] ACPI: FACP 0x00000000D8FF9B30 00010C (v05 DELL CBX3 01072009 AMI 00010013) -[ 0.008494] ACPI: DSDT 0x00000000D8FEE1B0 00B97E (v02 DELL CBX3 00000014 INTL 20091112) -[ 0.008497] ACPI: FACS 0x00000000DA7FE080 000040 -[ 0.008499] ACPI: APIC 0x00000000D8FF9C40 000092 (v03 DELL CBX3 01072009 AMI 00010013) -[ 0.008502] ACPI: FPDT 0x00000000D8FF9CD8 000044 (v01 DELL CBX3 01072009 AMI 00010013) -[ 0.008504] ACPI: SLIC 0x00000000D8FF9D20 000176 (v03 DELL CBX3 01072009 MSFT 00010013) -[ 0.008507] ACPI: LPIT 0x00000000D8FF9E98 00005C (v01 DELL CBX3 00000000 AMI. 00000005) -[ 0.008510] ACPI: SSDT 0x00000000D8FF9EF8 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711) -[ 0.008512] ACPI: SSDT 0x00000000D8FFA438 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711) -[ 0.008515] ACPI: SSDT 0x00000000D8FFAF10 0001C7 (v01 PmRef LakeTiny 00003000 INTL 20120711) -[ 0.008517] ACPI: HPET 0x00000000D8FFB0D8 000038 (v01 DELL CBX3 01072009 AMI. 00000005) -[ 0.008520] ACPI: SSDT 0x00000000D8FFB110 00036D (v01 SataRe SataTabl 00001000 INTL 20120711) -[ 0.008522] ACPI: MCFG 0x00000000D8FFB480 00003C (v01 DELL CBX3 01072009 MSFT 00000097) -[ 0.008525] ACPI: SSDT 0x00000000D8FFB4C0 0034D6 (v01 SaSsdt SaSsdt 00003000 INTL 20091112) -[ 0.008528] ACPI: ASF! 0x00000000D8FFE998 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240) -[ 0.008530] ACPI: DMAR 0x00000000D8FFEA40 0000B8 (v01 INTEL HSW 00000001 INTL 00000001) -[ 0.008532] ACPI: Reserving FACP table memory at [mem 0xd8ff9b30-0xd8ff9c3b] -[ 0.008533] ACPI: Reserving DSDT table memory at [mem 0xd8fee1b0-0xd8ff9b2d] -[ 0.008534] ACPI: Reserving FACS table memory at [mem 0xda7fe080-0xda7fe0bf] -[ 0.008535] ACPI: Reserving APIC table memory at [mem 0xd8ff9c40-0xd8ff9cd1] -[ 0.008535] ACPI: Reserving FPDT table memory at [mem 0xd8ff9cd8-0xd8ff9d1b] -[ 0.008536] ACPI: Reserving SLIC table memory at [mem 0xd8ff9d20-0xd8ff9e95] -[ 0.008536] ACPI: Reserving LPIT table memory at [mem 0xd8ff9e98-0xd8ff9ef3] -[ 0.008537] ACPI: Reserving SSDT table memory at [mem 0xd8ff9ef8-0xd8ffa430] -[ 0.008538] ACPI: Reserving SSDT table memory at [mem 0xd8ffa438-0xd8ffaf0f] -[ 0.008538] ACPI: Reserving SSDT table memory at [mem 0xd8ffaf10-0xd8ffb0d6] -[ 0.008539] ACPI: Reserving HPET table memory at [mem 0xd8ffb0d8-0xd8ffb10f] -[ 0.008540] ACPI: Reserving SSDT table memory at [mem 0xd8ffb110-0xd8ffb47c] -[ 0.008540] ACPI: Reserving MCFG table memory at [mem 0xd8ffb480-0xd8ffb4bb] -[ 0.008541] ACPI: Reserving SSDT table memory at [mem 0xd8ffb4c0-0xd8ffe995] -[ 0.008542] ACPI: Reserving ASF! table memory at [mem 0xd8ffe998-0xd8ffea3c] -[ 0.008542] ACPI: Reserving DMAR table memory at [mem 0xd8ffea40-0xd8ffeaf7] -[ 0.008599] No NUMA configuration found -[ 0.008600] Faking a node at [mem 0x0000000000000000-0x000000081edfffff] -[ 0.008608] NODE_DATA(0) allocated [mem 0x81edd52c0-0x81edfffff] -[ 0.008809] Zone ranges: -[ 0.008810] DMA [mem 0x0000000000001000-0x0000000000ffffff] -[ 0.008811] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] -[ 0.008812] Normal [mem 0x0000000100000000-0x000000081edfffff] -[ 0.008814] Device empty -[ 0.008814] Movable zone start for each node -[ 0.008817] Early memory node ranges -[ 0.008817] node 0: [mem 0x0000000000001000-0x0000000000090fff] -[ 0.008818] node 0: [mem 0x0000000000100000-0x00000000d2196fff] -[ 0.008819] node 0: [mem 0x00000000d219e000-0x00000000d25d3fff] -[ 0.008820] node 0: [mem 0x00000000d2a6c000-0x00000000d7eeafff] -[ 0.008821] node 0: [mem 0x00000000d8000000-0x00000000d875ffff] -[ 0.008821] node 0: [mem 0x00000000d8800000-0x00000000d8fadfff] -[ 0.008822] node 0: [mem 0x00000000d9000000-0x00000000da71cfff] -[ 0.008822] node 0: [mem 0x00000000da800000-0x00000000dbe10fff] -[ 0.008823] node 0: [mem 0x0000000100000000-0x000000081edfffff] -[ 0.008827] Initmem setup node 0 [mem 0x0000000000001000-0x000000081edfffff] -[ 0.008831] On node 0, zone DMA: 1 pages in unavailable ranges -[ 0.008851] On node 0, zone DMA: 111 pages in unavailable ranges -[ 0.013876] On node 0, zone DMA32: 7 pages in unavailable ranges -[ 0.014027] On node 0, zone DMA32: 1176 pages in unavailable ranges -[ 0.014042] On node 0, zone DMA32: 277 pages in unavailable ranges -[ 0.014058] On node 0, zone DMA32: 160 pages in unavailable ranges -[ 0.014096] On node 0, zone DMA32: 82 pages in unavailable ranges -[ 0.014134] On node 0, zone DMA32: 227 pages in unavailable ranges -[ 0.059687] On node 0, zone Normal: 16879 pages in unavailable ranges -[ 0.059724] On node 0, zone Normal: 4608 pages in unavailable ranges -[ 0.059735] Reserving Intel graphics memory at [mem 0xdd200000-0xdf1fffff] -[ 0.059791] ACPI: PM-Timer IO Port: 0x1808 -[ 0.059801] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) -[ 0.059810] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 -[ 0.059813] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) -[ 0.059815] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) -[ 0.059818] ACPI: Using ACPI (MADT) for SMP configuration information -[ 0.059819] ACPI: HPET id: 0x8086a701 base: 0xfed00000 -[ 0.059823] TSC deadline timer available -[ 0.059827] CPU topo: Max. logical packages: 1 -[ 0.059828] CPU topo: Max. logical dies: 1 -[ 0.059829] CPU topo: Max. dies per package: 1 -[ 0.059833] CPU topo: Max. threads per core: 2 -[ 0.059834] CPU topo: Num. cores per package: 4 -[ 0.059834] CPU topo: Num. threads per package: 8 -[ 0.059835] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs -[ 0.059853] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] -[ 0.059855] PM: hibernation: Registered nosave memory: [mem 0x00091000-0x000fffff] -[ 0.059856] PM: hibernation: Registered nosave memory: [mem 0xd2197000-0xd219dfff] -[ 0.059858] PM: hibernation: Registered nosave memory: [mem 0xd25d4000-0xd2a6bfff] -[ 0.059859] PM: hibernation: Registered nosave memory: [mem 0xd7eeb000-0xd7ffffff] -[ 0.059861] PM: hibernation: Registered nosave memory: [mem 0xd8760000-0xd87fffff] -[ 0.059862] PM: hibernation: Registered nosave memory: [mem 0xd8fae000-0xd8ffffff] -[ 0.059864] PM: hibernation: Registered nosave memory: [mem 0xda71d000-0xda7fffff] -[ 0.059865] PM: hibernation: Registered nosave memory: [mem 0xdbe11000-0xffffffff] -[ 0.059867] [mem 0xdf200000-0xf7ffffff] available for PCI devices -[ 0.059868] Booting paravirtualized kernel on bare hardware -[ 0.059870] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns -[ 0.059877] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 -[ 0.060377] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288 -[ 0.060383] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152 -[ 0.060385] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 -[ 0.060405] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet -[ 0.060450] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve", will be passed to user space. -[ 0.060464] random: crng init done -[ 0.060465] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes -[ 0.063678] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) -[ 0.065320] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) -[ 0.065445] software IO TLB: area num 8. -[ 0.078647] Fallback order for Node 0: 0 -[ 0.078652] Built 1 zonelists, mobility grouping on. Total pages: 8365080 -[ 0.078653] Policy zone: Normal -[ 0.078661] mem auto-init: stack:all(zero), heap alloc:on, heap free:off -[ 0.154562] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 -[ 0.154589] Kernel/User page tables isolation: enabled -[ 0.163482] ftrace: allocating 58381 entries in 230 pages -[ 0.163483] ftrace: allocated 230 pages with 5 groups -[ 0.164299] Dynamic Preempt: voluntary -[ 0.164367] rcu: Preemptible hierarchical RCU implementation. -[ 0.164367] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8. -[ 0.164368] Trampoline variant of Tasks RCU enabled. -[ 0.164369] Rude variant of Tasks RCU enabled. -[ 0.164369] Tracing variant of Tasks RCU enabled. -[ 0.164370] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. -[ 0.164370] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 -[ 0.164379] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. -[ 0.164381] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. -[ 0.164382] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. -[ 0.168681] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16 -[ 0.168888] rcu: srcu_init: Setting srcu_struct sizes based on contention. -[ 0.169307] spurious 8259A interrupt: IRQ7. -[ 0.170705] Console: colour VGA+ 80x25 -[ 0.170708] printk: legacy console [tty0] enabled -[ 0.170760] ACPI: Core revision 20250404 -[ 0.170866] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns -[ 0.170881] APIC: Switch to symmetric I/O mode setup -[ 0.170883] DMAR: Host address width 39 -[ 0.170884] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 -[ 0.170892] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a -[ 0.170894] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 -[ 0.170897] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da -[ 0.170899] DMAR: RMRR base: 0x000000dbf7b000 end: 0x000000dbf88fff -[ 0.170901] DMAR: RMRR base: 0x000000dd000000 end: 0x000000df1fffff -[ 0.170903] DMAR-IR: IOAPIC id 8 under DRHD base 0xfed91000 IOMMU 1 -[ 0.170904] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 -[ 0.170905] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. -[ 0.171380] DMAR-IR: Enabled IRQ remapping in x2apic mode -[ 0.171382] x2apic enabled -[ 0.171435] APIC: Switched APIC routing to: cluster x2apic -[ 0.171861] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 -[ 0.175885] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x30e55bfef60, max_idle_ns: 440795304971 ns -[ 0.175889] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.31 BogoMIPS (lpj=3392155) -[ 0.175911] CPU0: Thermal monitoring enabled (TM1) -[ 0.175944] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 -[ 0.175945] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 -[ 0.175948] process: using mwait in idle threads -[ 0.175950] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto -[ 0.175955] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl -[ 0.175956] SRBDS: Mitigation: Microcode -[ 0.175957] Spectre V2 : Mitigation: Retpolines -[ 0.175958] Spectre V2 : User space: Mitigation: STIBP via prctl -[ 0.175959] MDS: Mitigation: Clear CPU buffers -[ 0.175960] VMSCAPE: Mitigation: IBPB before exit to userspace -[ 0.175961] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization -[ 0.175962] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT -[ 0.175962] Spectre V2 : Enabling Restricted Speculation for firmware calls -[ 0.175964] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier -[ 0.175969] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' -[ 0.175971] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' -[ 0.175972] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' -[ 0.175973] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 -[ 0.175974] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. -[ 0.195988] Freeing SMP alternatives memory: 52K -[ 0.195993] pid_max: default: 32768 minimum: 301 -[ 0.196041] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm -[ 0.196056] Yama: becoming mindful. -[ 0.196087] AppArmor: AppArmor initialized -[ 0.196149] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) -[ 0.196174] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) -[ 0.196553] smpboot: CPU0: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz (family: 0x6, model: 0x3c, stepping: 0x3) -[ 0.196718] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver. -[ 0.196748] ... version: 3 -[ 0.196749] ... bit width: 48 -[ 0.196750] ... generic registers: 4 -[ 0.196750] ... value mask: 0000ffffffffffff -[ 0.196751] ... max period: 00007fffffffffff -[ 0.196752] ... fixed-purpose events: 3 -[ 0.196753] ... event mask: 000000070000000f -[ 0.196887] signal: max sigframe size: 1776 -[ 0.196887] Estimated ratio of average max frequency by base frequency (times 1024): 1114 -[ 0.198070] rcu: Hierarchical SRCU implementation. -[ 0.198072] rcu: Max phase no-delay instances is 400. -[ 0.198118] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level -[ 0.198529] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. -[ 0.198598] smp: Bringing up secondary CPUs ... -[ 0.198701] smpboot: x86: Booting SMP configuration: -[ 0.198702] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 -[ 0.201221] 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. -[ 0.201221] VMSCAPE: SMT on, STIBP is required for full protection. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/vmscape.html for more details. -[ 0.201221] smp: Brought up 1 node, 8 CPUs -[ 0.201221] smpboot: Total of 8 processors activated (54274.48 BogoMIPS) -[ 0.201965] Memory: 32658916K/33460320K available (21386K kernel code, 3800K rwdata, 14940K rodata, 4948K init, 5380K bss, 782992K reserved, 0K cma-reserved) -[ 0.202937] devtmpfs: initialized -[ 0.202937] x86/mm: Memory block size: 128MB -[ 0.205245] ACPI: PM: Registering ACPI NVS region [mem 0xd2197000-0xd219dfff] (28672 bytes) -[ 0.205245] ACPI: PM: Registering ACPI NVS region [mem 0xda71d000-0xda7fffff] (929792 bytes) -[ 0.205245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns -[ 0.205245] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear) -[ 0.205245] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear). -[ 0.205245] pinctrl core: initialized pinctrl subsystem -[ 0.205245] PM: RTC time: 14:14:28, date: 2026-07-26 -[ 0.205954] NET: Registered PF_NETLINK/PF_ROUTE protocol family -[ 0.206219] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations -[ 0.206412] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations -[ 0.206604] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations -[ 0.206612] audit: initializing netlink subsys (disabled) -[ 0.206621] audit: type=2000 audit(1785075268.035:1): state=initialized audit_enabled=0 res=1 -[ 0.206621] thermal_sys: Registered thermal governor 'fair_share' -[ 0.206621] thermal_sys: Registered thermal governor 'bang_bang' -[ 0.206621] thermal_sys: Registered thermal governor 'step_wise' -[ 0.206621] thermal_sys: Registered thermal governor 'user_space' -[ 0.206621] thermal_sys: Registered thermal governor 'power_allocator' -[ 0.206621] cpuidle: using governor ladder -[ 0.206621] cpuidle: using governor menu -[ 0.206621] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it -[ 0.206621] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 -[ 0.206621] PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f] -[ 0.206621] PCI: Using configuration type 1 for base access -[ 0.206933] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on -[ 0.206992] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. -[ 0.206998] HugeTLB: allocation took 0ms with hugepage_allocation_threads=2 -[ 0.206998] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages -[ 0.206998] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page -[ 0.206998] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages -[ 0.206998] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page -[ 0.207178] ACPI: Added _OSI(Module Device) -[ 0.207180] ACPI: Added _OSI(Processor Device) -[ 0.207181] ACPI: Added _OSI(Processor Aggregator Device) -[ 0.215708] ACPI: 6 ACPI AML tables successfully acquired and loaded -[ 0.216306] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored -[ 0.217199] ACPI: Dynamic OEM Table Load: -[ 0.217205] ACPI: SSDT 0xFFFF8EBA80065C00 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711) -[ 0.217830] ACPI: Dynamic OEM Table Load: -[ 0.217834] ACPI: SSDT 0xFFFF8EBA80079800 0005AA (v01 PmRef ApIst 00003000 INTL 20120711) -[ 0.218535] ACPI: Dynamic OEM Table Load: -[ 0.218539] ACPI: SSDT 0xFFFF8EBA8005F800 000119 (v01 PmRef ApCst 00003000 INTL 20120711) -[ 0.220098] ACPI: Interpreter enabled -[ 0.220119] ACPI: PM: (supports S0 S3 S4 S5) -[ 0.220120] ACPI: Using IOAPIC for interrupt routing -[ 0.220693] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug -[ 0.220695] PCI: Using E820 reservations for host bridge windows -[ 0.220870] ACPI: Enabled 8 GPEs in block 00 to 3F -[ 0.232241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) -[ 0.232247] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] -[ 0.232706] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] -[ 0.232708] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration -[ 0.233194] PCI host bridge to bus 0000:00 -[ 0.233198] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] -[ 0.233200] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] -[ 0.233201] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] -[ 0.233202] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e7fff window] -[ 0.233204] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff window] -[ 0.233205] pci_bus 0000:00: root bus resource [bus 00-3e] -[ 0.233221] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000 conventional PCI endpoint -[ 0.233287] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000 conventional PCI endpoint -[ 0.233300] pci 0000:00:02.0: BAR 0 [mem 0xf7800000-0xf7bfffff 64bit] -[ 0.233303] pci 0000:00:02.0: BAR 2 [mem 0xe0000000-0xefffffff 64bit pref] -[ 0.233304] pci 0000:00:02.0: BAR 4 [io 0xf000-0xf03f] -[ 0.233311] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] -[ 0.233390] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint -[ 0.233403] pci 0000:00:03.0: BAR 0 [mem 0xf7c34000-0xf7c37fff 64bit] -[ 0.233487] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 conventional PCI endpoint -[ 0.233517] pci 0000:00:14.0: BAR 0 [mem 0xf7c20000-0xf7c2ffff 64bit] -[ 0.233546] pci 0000:00:14.0: PME# supported from D3hot D3cold -[ 0.233642] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 conventional PCI endpoint -[ 0.233674] pci 0000:00:16.0: BAR 0 [mem 0xf7c40000-0xf7c4000f 64bit] -[ 0.233704] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold -[ 0.233751] pci 0000:00:16.3: [8086:8c3d] type 00 class 0x070002 conventional PCI endpoint -[ 0.233783] pci 0000:00:16.3: BAR 0 [io 0xf0e0-0xf0e7] -[ 0.233786] pci 0000:00:16.3: BAR 1 [mem 0xf7c3e000-0xf7c3efff] -[ 0.233865] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000 conventional PCI endpoint -[ 0.233896] pci 0000:00:19.0: BAR 0 [mem 0xf7c00000-0xf7c1ffff] -[ 0.233899] pci 0000:00:19.0: BAR 1 [mem 0xf7c3d000-0xf7c3dfff] -[ 0.233901] pci 0000:00:19.0: BAR 2 [io 0xf080-0xf09f] -[ 0.233932] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold -[ 0.234001] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 conventional PCI endpoint -[ 0.234038] pci 0000:00:1a.0: BAR 0 [mem 0xf7c3c000-0xf7c3c3ff] -[ 0.234077] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold -[ 0.234154] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint -[ 0.234185] pci 0000:00:1b.0: BAR 0 [mem 0xf7c30000-0xf7c33fff 64bit] -[ 0.234226] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold -[ 0.234306] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 conventional PCI endpoint -[ 0.234342] pci 0000:00:1d.0: BAR 0 [mem 0xf7c3b000-0xf7c3b3ff] -[ 0.234382] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold -[ 0.234462] pci 0000:00:1f.0: [8086:8c4e] type 00 class 0x060100 conventional PCI endpoint -[ 0.234615] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400 conventional PCI endpoint -[ 0.234642] pci 0000:00:1f.2: BAR 0 [io 0xf0d0-0xf0d7] -[ 0.234644] pci 0000:00:1f.2: BAR 1 [io 0xf0c0-0xf0c3] -[ 0.234647] pci 0000:00:1f.2: BAR 2 [io 0xf0b0-0xf0b7] -[ 0.234649] pci 0000:00:1f.2: BAR 3 [io 0xf0a0-0xf0a3] -[ 0.234652] pci 0000:00:1f.2: BAR 4 [io 0xf060-0xf07f] -[ 0.234655] pci 0000:00:1f.2: BAR 5 [mem 0xf7c3a000-0xf7c3a7ff] -[ 0.234680] pci 0000:00:1f.2: PME# supported from D3hot -[ 0.234743] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 conventional PCI endpoint -[ 0.234773] pci 0000:00:1f.3: BAR 0 [mem 0xf7c39000-0xf7c390ff 64bit] -[ 0.234777] pci 0000:00:1f.3: BAR 4 [io 0xf040-0xf05f] -[ 0.235581] ACPI: PCI: Interrupt link LNKA configured for IRQ 11 -[ 0.235639] ACPI: PCI: Interrupt link LNKB configured for IRQ 0 -[ 0.235640] ACPI: PCI: Interrupt link LNKB disabled -[ 0.235694] ACPI: PCI: Interrupt link LNKC configured for IRQ 10 -[ 0.235740] ACPI: PCI: Interrupt link LNKD configured for IRQ 10 -[ 0.235790] ACPI: PCI: Interrupt link LNKE configured for IRQ 5 -[ 0.235845] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 -[ 0.235846] ACPI: PCI: Interrupt link LNKF disabled -[ 0.235892] ACPI: PCI: Interrupt link LNKG configured for IRQ 3 -[ 0.235948] ACPI: PCI: Interrupt link LNKH configured for IRQ 11 -[ 0.236213] iommu: Default domain type: Translated -[ 0.236213] iommu: DMA domain TLB invalidation policy: lazy mode -[ 0.236213] SCSI subsystem initialized -[ 0.236213] libata version 3.00 loaded. -[ 0.236213] ACPI: bus type USB registered -[ 0.236213] usbcore: registered new interface driver usbfs -[ 0.236213] usbcore: registered new interface driver hub -[ 0.236213] usbcore: registered new device driver usb -[ 0.236213] pps_core: LinuxPPS API ver. 1 registered -[ 0.236213] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti -[ 0.236213] PTP clock support registered -[ 0.236213] EDAC MC: Ver: 3.0.0 -[ 0.236213] NetLabel: Initializing -[ 0.236213] NetLabel: domain hash size = 128 -[ 0.236213] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO -[ 0.236213] NetLabel: unlabeled traffic allowed by default -[ 0.236912] mctp: management component transport protocol core -[ 0.236912] NET: Registered PF_MCTP protocol family -[ 0.236912] PCI: Using ACPI for IRQ routing -[ 0.238208] PCI: pci_cache_line_size set to 64 bytes -[ 0.238233] e820: reserve RAM buffer [mem 0x00091800-0x0009ffff] -[ 0.238234] e820: reserve RAM buffer [mem 0xd2197000-0xd3ffffff] -[ 0.238236] e820: reserve RAM buffer [mem 0xd25d4000-0xd3ffffff] -[ 0.238237] e820: reserve RAM buffer [mem 0xd7eeb000-0xd7ffffff] -[ 0.238237] e820: reserve RAM buffer [mem 0xd8760000-0xdbffffff] -[ 0.238239] e820: reserve RAM buffer [mem 0xd8fae000-0xdbffffff] -[ 0.238240] e820: reserve RAM buffer [mem 0xda71d000-0xdbffffff] -[ 0.238240] e820: reserve RAM buffer [mem 0xdbe11000-0xdbffffff] -[ 0.238241] e820: reserve RAM buffer [mem 0x81ee00000-0x81fffffff] -[ 0.238254] pci 0000:00:02.0: vgaarb: setting as boot VGA device -[ 0.238254] pci 0000:00:02.0: vgaarb: bridge control possible -[ 0.238254] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none -[ 0.238254] vgaarb: loaded -[ 0.238275] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 -[ 0.238275] hpet0: 8 comparators, 64-bit 14.318180 MHz counter -[ 0.239945] clocksource: Switched to clocksource tsc-early -[ 0.240516] VFS: Disk quotas dquot_6.6.0 -[ 0.240526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) -[ 0.240594] AppArmor: AppArmor Filesystem Enabled -[ 0.240617] pnp: PnP ACPI init -[ 0.240674] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved -[ 0.240830] system 00:01: [io 0x0680-0x069f] has been reserved -[ 0.240832] system 00:01: [io 0xffff] has been reserved -[ 0.240839] system 00:01: [io 0xffff] has been reserved -[ 0.240841] system 00:01: [io 0xffff] has been reserved -[ 0.240843] system 00:01: [io 0x1c00-0x1cfe] has been reserved -[ 0.240844] system 00:01: [io 0x1d00-0x1dfe] has been reserved -[ 0.240845] system 00:01: [io 0x1e00-0x1efe] has been reserved -[ 0.240847] system 00:01: [io 0x1f00-0x1ffe] has been reserved -[ 0.240848] system 00:01: [io 0x1800-0x18fe] could not be reserved -[ 0.240849] system 00:01: [io 0x164e-0x164f] has been reserved -[ 0.240967] system 00:03: [io 0x0a00-0x0a0f] has been reserved -[ 0.241005] system 00:04: [io 0x04d0-0x04d1] has been reserved -[ 0.241519] pnp 00:05: [dma 0 disabled] -[ 0.241940] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved -[ 0.241943] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved -[ 0.241944] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved -[ 0.241946] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved -[ 0.241947] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved -[ 0.241948] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved -[ 0.241950] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved -[ 0.241951] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved -[ 0.241952] system 00:06: [mem 0xff000000-0xffffffff] has been reserved -[ 0.241954] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved -[ 0.241955] system 00:06: [mem 0xf7fdf000-0xf7fdffff] has been reserved -[ 0.241957] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved -[ 0.242168] pnp: PnP ACPI: found 7 devices -[ 0.247720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns -[ 0.247765] NET: Registered PF_INET protocol family -[ 0.247872] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) -[ 0.260034] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) -[ 0.260071] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) -[ 0.260165] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) -[ 0.260419] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) -[ 0.260600] TCP: Hash tables configured (established 262144 bind 65536) -[ 0.260694] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear) -[ 0.260818] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear) -[ 0.260959] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear) -[ 0.261097] NET: Registered PF_UNIX/PF_LOCAL protocol family -[ 0.261103] NET: Registered PF_XDP protocol family -[ 0.261119] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] -[ 0.261122] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] -[ 0.261124] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] -[ 0.261125] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e7fff window] -[ 0.261126] pci_bus 0000:00: resource 8 [mem 0xdf200000-0xfeafffff window] -[ 0.286811] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x740 took 15540 usecs -[ 0.302812] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x740 took 15603 usecs -[ 0.302843] PCI: CLS 64 bytes, default 64 -[ 0.302866] DMAR: No ATSR found -[ 0.302867] DMAR: No SATC found -[ 0.302868] DMAR: dmar0: Using Queued invalidation -[ 0.302874] DMAR: dmar1: Using Queued invalidation -[ 0.302921] Trying to unpack rootfs image as initramfs... -[ 0.302990] pci 0000:00:02.0: Adding to iommu group 0 -[ 0.303316] pci 0000:00:00.0: Adding to iommu group 1 -[ 0.303323] pci 0000:00:03.0: Adding to iommu group 2 -[ 0.303329] pci 0000:00:14.0: Adding to iommu group 3 -[ 0.303340] pci 0000:00:16.0: Adding to iommu group 4 -[ 0.303346] pci 0000:00:16.3: Adding to iommu group 4 -[ 0.303352] pci 0000:00:19.0: Adding to iommu group 5 -[ 0.303359] pci 0000:00:1a.0: Adding to iommu group 6 -[ 0.303365] pci 0000:00:1b.0: Adding to iommu group 7 -[ 0.303371] pci 0000:00:1d.0: Adding to iommu group 8 -[ 0.303382] pci 0000:00:1f.0: Adding to iommu group 9 -[ 0.303389] pci 0000:00:1f.2: Adding to iommu group 9 -[ 0.303396] pci 0000:00:1f.3: Adding to iommu group 9 -[ 0.304055] DMAR: Intel(R) Virtualization Technology for Directed I/O -[ 0.304056] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) -[ 0.304057] software IO TLB: mapped [mem 0x00000000d3eeb000-0x00000000d7eeb000] (64MB) -[ 0.322680] Initialise system trusted keyrings -[ 0.322689] Key type blacklist registered -[ 0.322810] workingset: timestamp_bits=36 max_order=23 bucket_order=0 -[ 0.323038] squashfs: version 4.0 (2009/01/31) Phillip Lougher -[ 0.323150] fuse: init (API version 7.44) -[ 0.323330] integrity: Platform Keyring initialized -[ 0.323334] integrity: Machine keyring initialized -[ 0.333007] Key type asymmetric registered -[ 0.333011] Asymmetric key parser 'x509' registered -[ 0.333039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) -[ 0.333116] io scheduler mq-deadline registered -[ 0.333477] ledtrig-cpu: registered to indicate activity on CPUs -[ 0.333636] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 -[ 0.333698] ACPI: button: Power Button [PWRB] -[ 0.333724] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 -[ 0.333753] ACPI: button: Power Button [PWRF] -[ 0.334382] ACPI: \_TZ_.TZ00: _AL0 evaluation failure -[ 0.334457] thermal LNXTHERM:00: registered as thermal_zone0 -[ 0.334459] ACPI: thermal: Thermal Zone [TZ00] (28 C) -[ 0.334637] thermal LNXTHERM:01: registered as thermal_zone1 -[ 0.334643] ACPI: thermal: Thermal Zone [TZ01] (30 C) -[ 0.334824] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled -[ 0.355768] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A -[ 0.378375] 0000:00:16.3: ttyS4 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A -[ 0.378797] Linux agpgart interface v0.103 -[ 0.381907] loop: module loaded -[ 0.382098] ACPI: bus type drm_connector registered -[ 0.382386] tun: Universal TUN/TAP device driver, 1.6 -[ 0.382428] PPP generic driver version 2.4.2 -[ 0.382480] i8042: PNP: No PS/2 controller found. -[ 0.382520] mousedev: PS/2 mouse device common for all mice -[ 0.382597] rtc_cmos 00:02: RTC can wake from S4 -[ 0.382847] rtc_cmos 00:02: registered as rtc0 -[ 0.382881] rtc_cmos 00:02: setting system clock to 2026-07-26T14:14:28 UTC (1785075268) -[ 0.382907] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram -[ 0.382915] i2c_dev: i2c /dev entries driver -[ 0.383171] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. -[ 0.383194] device-mapper: uevent: version 1.0.3 -[ 0.383227] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev -[ 0.383233] intel_pstate: Intel P-state driver initializing -[ 0.383530] drop_monitor: Initializing network drop monitor service -[ 0.383606] NET: Registered PF_INET6 protocol family -[ 0.383860] Segment Routing with IPv6 -[ 0.383867] In-situ OAM (IOAM) with IPv6 -[ 0.383880] NET: Registered PF_PACKET protocol family -[ 0.383892] Bridge firewalling registered -[ 0.383921] Key type dns_resolver registered -[ 0.384365] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' -[ 0.384505] microcode: Current revision: 0x00000028 -[ 0.384506] microcode: Updated early from: 0x00000027 -[ 0.384743] IPI shorthand broadcast: enabled -[ 0.386216] sched_clock: Marking stable (384001741, 1637843)->(390702614, -5063030) -[ 0.386371] registered taskstats version 1 -[ 0.387070] Loading compiled-in X.509 certificates -[ 0.387568] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' -[ 0.390900] Demotion targets for Node 0: null -[ 0.391002] Key type .fscrypt registered -[ 0.391003] Key type fscrypt-provisioning registered -[ 0.391053] Key type big_key registered -[ 0.725448] Freeing initrd memory: 86404K -[ 0.738543] Key type encrypted registered -[ 0.738547] AppArmor: AppArmor sha256 policy hashing enabled -[ 0.738560] ima: No TPM chip found, activating TPM-bypass! -[ 0.738564] Loading compiled-in module X.509 certificates -[ 0.739066] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' -[ 0.739068] ima: Allocated hash algorithm: sha256 -[ 0.739079] ima: No architecture policies found -[ 0.739093] evm: Initialising EVM extended attributes: -[ 0.739094] evm: security.selinux -[ 0.739095] evm: security.SMACK64 -[ 0.739096] evm: security.SMACK64EXEC -[ 0.739096] evm: security.SMACK64TRANSMUTE -[ 0.739097] evm: security.SMACK64MMAP -[ 0.739098] evm: security.apparmor -[ 0.739099] evm: security.ima -[ 0.739099] evm: security.capability -[ 0.739100] evm: HMAC attrs: 0x1 -[ 0.739424] PM: Magic number: 2:613:233 -[ 0.739478] acpi device:4d: hash matches -[ 0.739510] memory memory111: hash matches -[ 0.740576] RAS: Correctable Errors collector initialized. -[ 0.744535] clk: Disabling unused clocks -[ 0.744537] PM: genpd: Disabling unused power domains -[ 0.745745] Freeing unused decrypted memory: 2028K -[ 0.746295] Freeing unused kernel image (initmem) memory: 4948K -[ 0.746354] Write protecting the kernel read-only data: 38912k -[ 0.746738] Freeing unused kernel image (text/rodata gap) memory: 1140K -[ 0.747035] Freeing unused kernel image (rodata/data gap) memory: 1444K -[ 0.784017] x86/mm: Checked W+X mappings: passed, no W+X pages found. -[ 0.784019] x86/mm: Checking user space page tables -[ 0.818975] x86/mm: Checked W+X mappings: passed, no W+X pages found. -[ 0.818983] Run /init as init process -[ 0.818985] with arguments: -[ 0.818986] /init -[ 0.818987] with environment: -[ 0.818988] HOME=/ -[ 0.818988] TERM=linux -[ 0.818989] BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve -[ 0.976608] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found -[ 0.986186] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, RAID mode -[ 0.986195] ahci 0000:00:1f.2: 1/6 ports implemented (port mask 0x2) -[ 0.986197] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst -[ 0.986525] i801_smbus 0000:00:1f.3: SPD Write Disable is set -[ 0.986553] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt -[ 0.986859] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20250404/utaddress-204) -[ 0.986866] ACPI: OSL: Resource conflict; ACPI support missing from driver? -[ 0.986874] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204) -[ 0.986878] ACPI: OSL: Resource conflict; ACPI support missing from driver? -[ 0.986907] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20250404/utaddress-204) -[ 0.986910] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204) -[ 0.986913] ACPI: OSL: Resource conflict; ACPI support missing from driver? -[ 0.986917] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20250404/utaddress-204) -[ 0.986919] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204) -[ 0.986922] ACPI: OSL: Resource conflict; ACPI support missing from driver? -[ 0.986923] lpc_ich: Resource conflict(s) found affecting gpio_ich -[ 0.987155] scsi host0: ahci -[ 0.987371] scsi host1: ahci -[ 0.987596] scsi host2: ahci -[ 0.987623] i2c i2c-0: Successfully instantiated SPD at 0x50 -[ 0.987742] scsi host3: ahci -[ 0.987855] scsi host4: ahci -[ 0.987925] i2c i2c-0: Successfully instantiated SPD at 0x51 -[ 0.988204] i2c i2c-0: Successfully instantiated SPD at 0x52 -[ 0.988500] i2c i2c-0: Successfully instantiated SPD at 0x53 -[ 0.989718] scsi host5: ahci -[ 0.989756] ata1: DUMMY -[ 0.989764] ata2: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a180 irq 26 lpm-pol 3 -[ 0.989765] ata3: DUMMY -[ 0.989766] ata4: DUMMY -[ 0.989767] ata5: DUMMY -[ 0.989767] ata6: DUMMY -[ 0.990244] ehci-pci 0000:00:1a.0: EHCI Host Controller -[ 0.990254] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 -[ 0.990271] ehci-pci 0000:00:1a.0: debug port 2 -[ 0.994228] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c3c000 -[ 0.999653] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 -[ 0.999738] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 -[ 0.999742] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 0.999744] usb usb1: Product: EHCI Host Controller -[ 0.999746] usb usb1: Manufacturer: Linux 6.17.2-1-pve ehci_hcd -[ 0.999748] usb usb1: SerialNumber: 0000:00:1a.0 -[ 1.000208] hub 1-0:1.0: USB hub found -[ 1.000220] hub 1-0:1.0: 3 ports detected -[ 1.000503] ehci-pci 0000:00:1d.0: EHCI Host Controller -[ 1.000512] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 -[ 1.000530] ehci-pci 0000:00:1d.0: debug port 2 -[ 1.004493] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c3b000 -[ 1.004725] e1000e: Intel(R) PRO/1000 Network Driver -[ 1.004728] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. -[ 1.004948] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode -[ 1.009650] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 -[ 1.009732] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 -[ 1.009736] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 1.009738] usb usb2: Product: EHCI Host Controller -[ 1.009740] usb usb2: Manufacturer: Linux 6.17.2-1-pve ehci_hcd -[ 1.009742] usb usb2: SerialNumber: 0000:00:1d.0 -[ 1.013797] hub 2-0:1.0: USB hub found -[ 1.013806] hub 2-0:1.0: 3 ports detected -[ 1.074833] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock -[ 1.136539] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 34:17:eb:b3:b1:2d -[ 1.136555] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection -[ 1.136599] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF -[ 1.234711] usb 1-1: new high-speed USB device number 2 using ehci-pci -[ 1.250710] usb 2-1: new high-speed USB device number 2 using ehci-pci -[ 1.297017] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) -[ 1.297696] ata2.00: ATA-8: WDC WD10EADS-65M2B1, 01.00A01, max UDMA/133 -[ 1.298176] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA -[ 1.299101] ata2.00: configured for UDMA/133 -[ 1.309627] scsi 1:0:0:0: Direct-Access ATA WDC WD10EADS-65M 0A01 PQ: 0 ANSI: 5 -[ 1.309879] sd 1:0:0:0: Attached scsi generic sg0 type 0 -[ 1.309888] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) -[ 1.309895] sd 1:0:0:0: [sda] Write Protect is off -[ 1.309898] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 -[ 1.309906] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA -[ 1.309920] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes -[ 1.354708] tsc: Refined TSC clocksource calibration: 3392.140 MHz -[ 1.354717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e54dfcc20, max_idle_ns: 440795380751 ns -[ 1.354745] clocksource: Switched to clocksource tsc -[ 1.360382] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04 -[ 1.360388] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 -[ 1.360729] hub 1-1:1.0: USB hub found -[ 1.360795] hub 1-1:1.0: 6 ports detected -[ 1.376373] usb 2-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04 -[ 1.376378] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 -[ 1.376739] hub 2-1:1.0: USB hub found -[ 1.376843] hub 2-1:1.0: 8 ports detected -[ 1.379753] sda: sda1 sda2 sda3 -[ 1.380039] sd 1:0:0:0: [sda] Attached SCSI disk -[ 1.382111] xhci_hcd 0000:00:14.0: xHCI Host Controller -[ 1.382118] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 -[ 1.382571] e1000e 0000:00:19.0 eno1: renamed from eth0 -[ 1.383208] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810 -[ 1.384035] xhci_hcd 0000:00:14.0: xHCI Host Controller -[ 1.384040] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 -[ 1.384045] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed -[ 1.384134] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 -[ 1.384138] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 1.384140] usb usb3: Product: xHCI Host Controller -[ 1.384142] usb usb3: Manufacturer: Linux 6.17.2-1-pve xhci-hcd -[ 1.384144] usb usb3: SerialNumber: 0000:00:14.0 -[ 1.384366] hub 3-0:1.0: USB hub found -[ 1.384398] hub 3-0:1.0: 15 ports detected -[ 1.388173] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17 -[ 1.388176] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 1.388178] usb usb4: Product: xHCI Host Controller -[ 1.388179] usb usb4: Manufacturer: Linux 6.17.2-1-pve xhci-hcd -[ 1.388180] usb usb4: SerialNumber: 0000:00:14.0 -[ 1.388279] hub 4-0:1.0: USB hub found -[ 1.388296] hub 4-0:1.0: 6 ports detected -[ 1.626687] usb 3-4: new high-speed USB device number 2 using xhci_hcd -[ 1.751479] usb 3-4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.70 -[ 1.751485] usb 3-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 -[ 1.751486] usb 3-4: Product: USB2.0 Hub -[ 1.752615] hub 3-4:1.0: USB hub found -[ 1.752946] hub 3-4:1.0: 4 ports detected -[ 1.866706] usb 3-7: new high-speed USB device number 3 using xhci_hcd -[ 1.992543] usb 3-7: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.55 -[ 1.992558] usb 3-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0 -[ 1.992560] usb 3-7: Product: USB2.1 Hub -[ 1.992561] usb 3-7: Manufacturer: GenesysLogic -[ 1.993853] hub 3-7:1.0: USB hub found -[ 1.994190] hub 3-7:1.0: 4 ports detected -[ 2.063710] usb 3-4.1: new full-speed USB device number 4 using xhci_hcd -[ 2.143483] usb 3-4.1: New USB device found, idVendor=047d, idProduct=105e, bcdDevice= 0.00 -[ 2.143489] usb 3-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 -[ 2.143491] usb 3-4.1: Product: Bluetooth EDR Dongle -[ 2.143492] usb 3-4.1: Manufacturer: Kensington -[ 2.249719] usb 3-8: new high-speed USB device number 5 using xhci_hcd -[ 2.494707] usb 3-4.3: new low-speed USB device number 6 using xhci_hcd -[ 2.574541] usb 3-4.3: New USB device found, idVendor=0c45, idProduct=7401, bcdDevice= 0.01 -[ 2.574549] usb 3-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 -[ 2.574552] usb 3-4.3: Product: TEMPerV1.4 -[ 2.574555] usb 3-4.3: Manufacturer: RDing -[ 2.585161] hid: raw HID events driver (C) Jiri Kosina -[ 2.591387] usbcore: registered new interface driver usbhid -[ 2.591389] usbhid: USB HID core driver -[ 2.592478] usbcore: registered new interface driver usbmouse -[ 2.592518] usbcore: registered new interface driver usbkbd -[ 2.594576] input: RDing TEMPerV1.4 as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.3/3-4.3:1.0/0003:0C45:7401.0001/input/input2 -[ 2.623337] usb 3-8: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 2.00 -[ 2.623343] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3 -[ 2.623345] usb 3-8: Product: AX88179A -[ 2.623347] usb 3-8: Manufacturer: ASIX -[ 2.623348] usb 3-8: SerialNumber: 00000000004885 -[ 2.644965] hid-generic 0003:0C45:7401.0001: input,hidraw0: USB HID v1.10 Keyboard [RDing TEMPerV1.4] on usb-0000:00:14.0-4.3/input0 -[ 2.645195] hid-generic 0003:0C45:7401.0002: hiddev0,hidraw1: USB HID v1.10 Device [RDing TEMPerV1.4] on usb-0000:00:14.0-4.3/input1 -[ 2.655664] usb 3-7.2: new full-speed USB device number 7 using xhci_hcd -[ 2.669719] usbcore: registered new interface driver cdc_ether -[ 2.765399] usb 3-7.2: New USB device found, idVendor=067b, idProduct=23a3, bcdDevice= 3.05 -[ 2.765405] usb 3-7.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 -[ 2.765406] usb 3-7.2: Product: USB-Serial Controller -[ 2.765408] usb 3-7.2: Manufacturer: Prolific Technology Inc. -[ 2.765409] usb 3-7.2: SerialNumber: BJAAb144J07 -[ 2.859548] cdc_ncm 3-8:2.0: MAC-Address: 8c:ae:4c:cd:a6:2d -[ 2.859554] cdc_ncm 3-8:2.0: setting rx_max = 16384 -[ 2.872570] cdc_ncm 3-8:2.0: setting tx_max = 16384 -[ 2.873708] usb 3-7.3: new full-speed USB device number 8 using xhci_hcd -[ 2.882596] cdc_ncm 3-8:2.0 eth0: register 'cdc_ncm' at usb-0000:00:14.0-8, CDC NCM (NO ZLP), 8c:ae:4c:cd:a6:2d -[ 2.882646] usbcore: registered new interface driver cdc_ncm -[ 2.884702] cdc_ncm 3-8:2.0 enx8cae4ccda62d: renamed from eth0 -[ 2.960785] usb 3-7.3: device descriptor read/64, error -32 -[ 3.153781] usb 3-7.3: device descriptor read/64, error -32 -[ 3.355708] usb 3-7.3: new full-speed USB device number 9 using xhci_hcd -[ 3.465344] usb 3-7.3: New USB device found, idVendor=0658, idProduct=0200, bcdDevice= 0.00 -[ 3.465361] usb 3-7.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 -[ 3.570709] usb 3-7.4: new full-speed USB device number 10 using xhci_hcd -[ 3.681316] usb 3-7.4: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00 -[ 3.681322] usb 3-7.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 -[ 3.681323] usb 3-7.4: Product: Sonoff Zigbee 3.0 USB Dongle Plus -[ 3.681324] usb 3-7.4: Manufacturer: ITead -[ 3.681325] usb 3-7.4: SerialNumber: 72eecef4ee3aec1197c7a4957a0af07f -[ 3.977787] device-mapper: thin: Data device (dm-3) discard unsupported: Disabling discard passdown. -[ 4.137641] raid6: avx2x4 gen() 36864 MB/s -[ 4.154640] raid6: avx2x2 gen() 35003 MB/s -[ 4.171639] raid6: avx2x1 gen() 32430 MB/s -[ 4.171640] raid6: using algorithm avx2x4 gen() 36864 MB/s -[ 4.188639] raid6: .... xor() 12977 MB/s, rmw enabled -[ 4.188641] raid6: using avx2x2 recovery algorithm -[ 4.189713] xor: automatically using best checksumming function avx -[ 4.271065] Btrfs loaded, zoned=yes, fsverity=yes -[ 4.489822] EXT4-fs (dm-1): orphan cleanup on readonly fs -[ 4.490177] EXT4-fs (dm-1): mounted filesystem dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a ro with ordered data mode. Quota mode: none. -[ 6.201904] systemd[1]: Inserted module 'autofs4' -[ 6.360624] systemd[1]: systemd 257.13-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) -[ 6.360632] systemd[1]: Detected architecture x86-64. -[ 6.398564] systemd[1]: Hostname set to . -[ 6.466431] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. -[ 8.712870] systemd[1]: Queued start job for default target graphical.target. -[ 8.756348] systemd[1]: Created slice system-getty.slice - Slice /system/getty. -[ 8.756781] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. -[ 8.757313] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice. -[ 8.757566] systemd[1]: Created slice user.slice - User and Session Slice. -[ 8.757621] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. -[ 8.757698] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. -[ 8.757845] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. -[ 8.757866] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap... -[ 8.757874] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once. -[ 8.757885] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once. -[ 8.757908] systemd[1]: Reached target network-pre.target - Preparation for Network. -[ 8.757921] systemd[1]: Reached target paths.target - Path Units. -[ 8.757947] systemd[1]: Reached target slices.target - Slice Units. -[ 8.758029] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. -[ 8.758084] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. -[ 8.760965] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. -[ 8.761844] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. -[ 8.761918] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. -[ 8.762014] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). -[ 8.762109] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. -[ 8.762136] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki -[ 8.762150] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki -[ 8.762226] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. -[ 8.762282] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. -[ 8.774068] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... -[ 8.774991] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... -[ 8.775053] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway. -[ 8.775844] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... -[ 8.776538] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... -[ 8.777559] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... -[ 8.777625] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS skipped, unmet condition check ConditionPathExists=/etc/krb5.keytab -[ 8.792555] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... -[ 8.793370] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... -[ 8.794101] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... -[ 8.794841] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... -[ 8.795967] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... -[ 8.797117] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... -[ 8.798250] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... -[ 8.798564] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root -[ 8.798604] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 -[ 8.801034] systemd[1]: Starting systemd-journald.service - Journal Service... -[ 8.805575] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... -[ 8.805595] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki -[ 8.806480] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... -[ 8.806525] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki -[ 8.807352] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... -[ 8.808560] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... -[ 8.811120] systemd[1]: modprobe@configfs.service: Deactivated successfully. -[ 8.811356] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. -[ 8.811915] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. -[ 8.812210] systemd[1]: modprobe@drm.service: Deactivated successfully. -[ 8.812417] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. -[ 8.812794] systemd[1]: modprobe@fuse.service: Deactivated successfully. -[ 8.813031] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. -[ 8.814187] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... -[ 8.814883] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... -[ 8.816097] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... -[ 8.828222] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. -[ 8.828375] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. -[ 8.927892] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. -[ 8.927981] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. -[ 8.928049] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. -[ 8.928116] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. -[ 8.928179] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. -[ 8.928243] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. -[ 8.928305] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. -[ 9.026549] EXT4-fs (dm-1): re-mounted dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a r/w. -[ 9.027802] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. -[ 9.028217] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc -[ 9.028267] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore -[ 9.029206] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... -[ 9.029222] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki -[ 9.122099] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. -[ 9.166045] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. -[ 9.228896] systemd[1]: Starting ifupdown2-pre.service - Helper to synchronize boot up for ifupdown... -[ 9.229824] systemd[1]: Starting systemd-udev-settle.service - Wait for udev To Complete Device Initialization... -[ 9.230293] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. -[ 9.880877] systemd-journald[346]: Collecting audit messages is disabled. -[ 9.956379] systemd[1]: Started dm-event.service - Device-mapper event daemon. -[ 9.959341] systemd[1]: Started systemd-journald.service - Journal Service. -[ 10.065102] systemd-journald[346]: Received client request to flush runtime journal. -[ 10.308856] spl: loading out-of-tree module taints kernel. -[ 11.371045] zfs: module license 'CDDL' taints kernel. -[ 11.371050] Disabling lock debugging due to kernel taint -[ 11.371067] zfs: module license taints kernel. -[ 11.964881] ZFS: Loaded module v2.3.4-pve1, ZFS pool version 5000, ZFS filesystem version 5 -[ 15.526849] e1000e 0000:00:19.0 nic0: renamed from eno1 -[ 15.598259] cdc_acm 3-7.3:1.0: ttyACM0: USB ACM device -[ 15.598276] usbcore: registered new interface driver cdc_acm -[ 15.598278] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters -[ 15.601503] at24 0-0050: supply vcc not found, using dummy regulator -[ 15.603065] at24 0-0050: 256 byte spd EEPROM, read-only -[ 15.603093] at24 0-0051: supply vcc not found, using dummy regulator -[ 15.604611] at24 0-0051: 256 byte spd EEPROM, read-only -[ 15.604644] at24 0-0052: supply vcc not found, using dummy regulator -[ 15.605881] usbcore: registered new interface driver cdc_wdm -[ 15.606137] at24 0-0052: 256 byte spd EEPROM, read-only -[ 15.606158] at24 0-0053: supply vcc not found, using dummy regulator -[ 15.607804] at24 0-0053: 256 byte spd EEPROM, read-only -[ 15.623337] spi-nor spi0.0: supply vcc not found, using dummy regulator -[ 15.661894] Bluetooth: Core ver 2.22 -[ 15.661923] usbcore: registered new interface driver cdc_mbim -[ 15.661925] NET: Registered PF_BLUETOOTH protocol family -[ 15.661926] Bluetooth: HCI device and connection manager initialized -[ 15.661929] Bluetooth: HCI socket layer initialized -[ 15.661931] Bluetooth: L2CAP socket layer initialized -[ 15.661936] Bluetooth: SCO socket layer initialized -[ 15.665463] cdc_ncm 3-8:2.0 nic1: renamed from enx8cae4ccda62d -[ 15.684834] Creating 1 MTD partitions on "intel-spi": -[ 15.684839] 0x000000000000-0x000000800000 : "BIOS" -[ 15.686485] spi-nor spi0.1: supply vcc not found, using dummy regulator -[ 15.687992] Creating 1 MTD partitions on "intel-spi-chip1": -[ 15.687996] 0x000000000000-0x000000400000 : "BIOS1" -[ 15.805201] input: PC Speaker as /devices/platform/pcspkr/input/input3 -[ 15.893702] usbcore: registered new interface driver usbserial_generic -[ 15.893712] usbserial: USB Serial support registered for generic -[ 15.905105] usbcore: registered new interface driver pl2303 -[ 15.905114] usbserial: USB Serial support registered for pl2303 -[ 15.905128] pl2303 3-7.2:1.0: pl2303 converter detected -[ 15.905186] usb 3-7.2: pl2303 converter now attached to ttyUSB0 -[ 15.907946] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4) -[ 15.920140] usbcore: registered new interface driver cp210x -[ 15.920149] usbserial: USB Serial support registered for cp210x -[ 15.920170] cp210x 3-7.4:1.0: cp210x converter detected -[ 15.921973] usb 3-7.4: cp210x converter now attached to ttyUSB1 -[ 16.235523] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer -[ 16.235527] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules -[ 16.235528] RAPL PMU: hw unit of domain package 2^-14 Joules -[ 16.235529] RAPL PMU: hw unit of domain dram 2^-14 Joules -[ 16.235530] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules -[ 16.405992] usbcore: registered new interface driver btusb -[ 16.914621] snd_hda_codec_alc269 hdaudioC0D0: autoconfig for ALC3220: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line -[ 16.914627] snd_hda_codec_alc269 hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) -[ 16.914629] snd_hda_codec_alc269 hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0) -[ 16.914630] snd_hda_codec_alc269 hdaudioC0D0: mono: mono_out=0x0 -[ 16.914631] snd_hda_codec_alc269 hdaudioC0D0: inputs: -[ 16.914632] snd_hda_codec_alc269 hdaudioC0D0: Rear Mic=0x18 -[ 16.914634] snd_hda_codec_alc269 hdaudioC0D0: Front Mic=0x1a -[ 16.952061] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4 -[ 16.952130] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5 -[ 16.952196] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6 -[ 16.952253] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 -[ 17.546045] i915 0000:00:02.0: [drm] Found haswell (device ID 0412) integrated display version 7.00 stepping N/A -[ 17.546312] i915 0000:00:02.0: [drm] VT-d active for gfx access -[ 17.546346] i915 0000:00:02.0: vgaarb: deactivate vga console -[ 17.546758] Console: switching to colour dummy device 80x25 -[ 17.546801] i915 0000:00:02.0: [drm] Using Transparent Hugepages -[ 17.546804] i915 0000:00:02.0: [drm] DMAR active, disabling use of stolen memory -[ 17.547540] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem -[ 17.563923] i915 0000:00:02.0: [drm] Registered 3 planes with drm panic -[ 17.563927] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0 -[ 17.565439] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) -[ 17.565676] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8 -[ 17.601978] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes -[ 17.621070] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915]) -[ 17.634026] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes -[ 17.731907] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card1/input9 -[ 17.731990] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card1/input10 -[ 17.732061] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card1/input11 -[ 17.755405] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:8388604k -[ 18.406910] intel_rapl_common: Found RAPL domain package -[ 18.406914] intel_rapl_common: Found RAPL domain core -[ 18.406915] intel_rapl_common: Found RAPL domain uncore -[ 18.406916] intel_rapl_common: Found RAPL domain dram -[ 18.406921] intel_rapl_common: package-0:package:long_term locked by BIOS -[ 18.406923] intel_rapl_common: package-0:package:short_term locked by BIOS -[ 19.825297] RPC: Registered named UNIX socket transport module. -[ 19.825301] RPC: Registered udp transport module. -[ 19.825302] RPC: Registered tcp transport module. -[ 19.825302] RPC: Registered tcp-with-tls transport module. -[ 19.825303] RPC: Registered tcp NFSv4.1 backchannel transport module. -[ 20.345652] audit: type=1400 audit(1785075288.461:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=602 comm="apparmor_parser" -[ 20.345687] audit: type=1400 audit(1785075288.461:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=603 comm="apparmor_parser" -[ 20.345719] audit: type=1400 audit(1785075288.461:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=598 comm="apparmor_parser" -[ 20.345754] audit: type=1400 audit(1785075288.461:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=601 comm="apparmor_parser" -[ 20.345784] audit: type=1400 audit(1785075288.461:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=597 comm="apparmor_parser" -[ 20.345819] audit: type=1400 audit(1785075288.461:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=596 comm="apparmor_parser" -[ 20.345850] audit: type=1400 audit(1785075288.461:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=599 comm="apparmor_parser" -[ 20.468084] audit: type=1400 audit(1785075288.583:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=615 comm="apparmor_parser" -[ 20.468284] audit: type=1400 audit(1785075288.583:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=613 comm="apparmor_parser" -[ 20.468313] audit: type=1400 audit(1785075288.583:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=614 comm="apparmor_parser" -[ 22.488399] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) -[ 22.488404] softdog: soft_reboot_cmd= soft_active_on_boot=0 -[ 30.558839] vmbr0: port 1(nic0) entered blocking state -[ 30.558844] vmbr0: port 1(nic0) entered disabled state -[ 30.558857] e1000e 0000:00:19.0 nic0: entered allmulticast mode -[ 30.558893] e1000e 0000:00:19.0 nic0: entered promiscuous mode -[ 34.750952] e1000e 0000:00:19.0 nic0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None -[ 34.751000] vmbr0: port 1(nic0) entered blocking state -[ 34.751004] vmbr0: port 1(nic0) entered forwarding state -[ 35.793472] kauditd_printk_skb: 109 callbacks suppressed -[ 35.793475] audit: type=1400 audit(1785075303.910:121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=936 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 35.794047] audit: type=1400 audit(1785075303.910:122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none -[ 35.794051] audit: type=1400 audit(1785075303.910:123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none -[ 35.891614] audit: type=1400 audit(1785075304.008:124): apparmor="DENIED" operation="capable" class="cap" profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" capability=21 capname="sys_admin" -[ 35.891767] audit: type=1400 audit(1785075304.008:125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 39.653826] audit: type=1400 audit(1785075307.770:126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 42.597487] audit: type=1400 audit(1785075310.714:127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 49.884298] audit: type=1400 audit(1785075318.000:128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 65.412767] audit: type=1400 audit(1785075333.529:129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 65.414986] audit: type=1400 audit(1785075333.532:130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 65.414998] audit: type=1400 audit(1785075333.532:131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 65.417535] audit: type=1400 audit(1785075333.534:132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 65.541028] audit: type=1400 audit(1785075333.658:133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 65.556499] datanet: port 1(nic1) entered blocking state -[ 65.556506] datanet: port 1(nic1) entered disabled state -[ 65.556529] cdc_ncm 3-8:2.0 nic1: entered allmulticast mode -[ 65.556576] cdc_ncm 3-8:2.0 nic1: entered promiscuous mode -[ 65.899034] datanet: port 1(nic1) entered blocking state -[ 65.899039] datanet: port 1(nic1) entered forwarding state -[ 66.579746] audit: type=1400 audit(1785075334.696:134): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=1076 comm="apparmor_parser" -[ 66.587464] audit: type=1400 audit(1785075334.704:135): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=1080 comm="apparmor_parser" -[ 66.602592] audit: type=1400 audit(1785075334.719:136): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=1084 comm="apparmor_parser" -[ 66.602597] audit: type=1400 audit(1785075334.719:137): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=1084 comm="apparmor_parser" -[ 66.602598] audit: type=1400 audit(1785075334.719:138): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=1084 comm="apparmor_parser" -[ 70.075352] sctp: Hash tables configured (bind 512/512) -[ 79.039626] netfs: FS-Cache loaded -[ 79.281222] NFS: Registering the id_resolver key type -[ 79.281231] Key type id_resolver registered -[ 79.281232] Key type id_legacy registered -[ 82.456131] kvm_intel: L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details. -[ 83.025165] tap100i0: entered promiscuous mode -[ 83.049339] vmbr0: port 2(tap100i0) entered blocking state -[ 83.049344] vmbr0: port 2(tap100i0) entered disabled state -[ 83.049362] tap100i0: entered allmulticast mode -[ 83.049458] vmbr0: port 2(tap100i0) entered blocking state -[ 83.049461] vmbr0: port 2(tap100i0) entered forwarding state -[ 83.581689] cp210x ttyUSB1: cp210x converter now disconnected from ttyUSB1 -[ 83.586144] cp210x 3-7.4:1.0: device disconnected -[ 87.736184] tap101i0: entered promiscuous mode -[ 87.806818] vmbr0: port 3(fwpr101p0) entered blocking state -[ 87.806824] vmbr0: port 3(fwpr101p0) entered disabled state -[ 87.806835] fwpr101p0: entered allmulticast mode -[ 87.806874] fwpr101p0: entered promiscuous mode -[ 87.806919] vmbr0: port 3(fwpr101p0) entered blocking state -[ 87.806921] vmbr0: port 3(fwpr101p0) entered forwarding state -[ 87.814537] fwbr101i0: port 1(fwln101i0) entered blocking state -[ 87.814541] fwbr101i0: port 1(fwln101i0) entered disabled state -[ 87.814557] fwln101i0: entered allmulticast mode -[ 87.814592] fwln101i0: entered promiscuous mode -[ 87.814646] fwbr101i0: port 1(fwln101i0) entered blocking state -[ 87.814648] fwbr101i0: port 1(fwln101i0) entered forwarding state -[ 87.822403] fwbr101i0: port 2(tap101i0) entered blocking state -[ 87.822407] fwbr101i0: port 2(tap101i0) entered disabled state -[ 87.822417] tap101i0: entered allmulticast mode -[ 87.822480] fwbr101i0: port 2(tap101i0) entered blocking state -[ 87.822482] fwbr101i0: port 2(tap101i0) entered forwarding state -[ 91.853832] tap103i0: entered promiscuous mode -[ 91.909171] vmbr0: port 4(fwpr103p0) entered blocking state -[ 91.909176] vmbr0: port 4(fwpr103p0) entered disabled state -[ 91.909188] fwpr103p0: entered allmulticast mode -[ 91.909239] fwpr103p0: entered promiscuous mode -[ 91.909260] vmbr0: port 4(fwpr103p0) entered blocking state -[ 91.909261] vmbr0: port 4(fwpr103p0) entered forwarding state -[ 91.917566] fwbr103i0: port 1(fwln103i0) entered blocking state -[ 91.917571] fwbr103i0: port 1(fwln103i0) entered disabled state -[ 91.917588] fwln103i0: entered allmulticast mode -[ 91.917636] fwln103i0: entered promiscuous mode -[ 91.917677] fwbr103i0: port 1(fwln103i0) entered blocking state -[ 91.917679] fwbr103i0: port 1(fwln103i0) entered forwarding state -[ 91.925570] fwbr103i0: port 2(tap103i0) entered blocking state -[ 91.925575] fwbr103i0: port 2(tap103i0) entered disabled state -[ 91.925582] tap103i0: entered allmulticast mode -[ 91.925633] fwbr103i0: port 2(tap103i0) entered blocking state -[ 91.925634] fwbr103i0: port 2(tap103i0) entered forwarding state -[ 93.153747] usb 3-7.4: reset full-speed USB device number 10 using xhci_hcd -[ 93.615984] usb 3-7.3: reset full-speed USB device number 9 using xhci_hcd -[ 97.001899] tap104i0: entered promiscuous mode -[ 97.062337] vmbr0: port 5(fwpr104p0) entered blocking state -[ 97.062343] vmbr0: port 5(fwpr104p0) entered disabled state -[ 97.062361] fwpr104p0: entered allmulticast mode -[ 97.062447] fwpr104p0: entered promiscuous mode -[ 97.062491] vmbr0: port 5(fwpr104p0) entered blocking state -[ 97.062494] vmbr0: port 5(fwpr104p0) entered forwarding state -[ 97.070175] fwbr104i0: port 1(fwln104i0) entered blocking state -[ 97.070179] fwbr104i0: port 1(fwln104i0) entered disabled state -[ 97.070190] fwln104i0: entered allmulticast mode -[ 97.070225] fwln104i0: entered promiscuous mode -[ 97.070263] fwbr104i0: port 1(fwln104i0) entered blocking state -[ 97.070264] fwbr104i0: port 1(fwln104i0) entered forwarding state -[ 97.077872] fwbr104i0: port 2(tap104i0) entered blocking state -[ 97.077886] fwbr104i0: port 2(tap104i0) entered disabled state -[ 97.077898] tap104i0: entered allmulticast mode -[ 97.077959] fwbr104i0: port 2(tap104i0) entered blocking state -[ 97.077961] fwbr104i0: port 2(tap104i0) entered forwarding state -[ 103.179039] tap107i0: entered promiscuous mode -[ 103.256301] vmbr0: port 6(fwpr107p0) entered blocking state -[ 103.256306] vmbr0: port 6(fwpr107p0) entered disabled state -[ 103.256325] fwpr107p0: entered allmulticast mode -[ 103.256369] fwpr107p0: entered promiscuous mode -[ 103.256406] vmbr0: port 6(fwpr107p0) entered blocking state -[ 103.256408] vmbr0: port 6(fwpr107p0) entered forwarding state -[ 103.267378] fwbr107i0: port 1(fwln107i0) entered blocking state -[ 103.267384] fwbr107i0: port 1(fwln107i0) entered disabled state -[ 103.267498] fwln107i0: entered allmulticast mode -[ 103.267546] fwln107i0: entered promiscuous mode -[ 103.267579] fwbr107i0: port 1(fwln107i0) entered blocking state -[ 103.267581] fwbr107i0: port 1(fwln107i0) entered forwarding state -[ 103.279112] fwbr107i0: port 2(tap107i0) entered blocking state -[ 103.279120] fwbr107i0: port 2(tap107i0) entered disabled state -[ 103.279138] tap107i0: entered allmulticast mode -[ 103.279241] fwbr107i0: port 2(tap107i0) entered blocking state -[ 103.279244] fwbr107i0: port 2(tap107i0) entered forwarding state -[ 104.129730] tap107i1: entered promiscuous mode -[ 104.220842] datanet: port 2(fwpr107p1) entered blocking state -[ 104.220858] datanet: port 2(fwpr107p1) entered disabled state -[ 104.220890] fwpr107p1: entered allmulticast mode -[ 104.221047] fwpr107p1: entered promiscuous mode -[ 104.221179] datanet: port 2(fwpr107p1) entered blocking state -[ 104.221184] datanet: port 2(fwpr107p1) entered forwarding state -[ 104.238601] fwbr107i1: port 1(fwln107i1) entered blocking state -[ 104.238612] fwbr107i1: port 1(fwln107i1) entered disabled state -[ 104.238641] fwln107i1: entered allmulticast mode -[ 104.238722] fwln107i1: entered promiscuous mode -[ 104.238793] fwbr107i1: port 1(fwln107i1) entered blocking state -[ 104.238798] fwbr107i1: port 1(fwln107i1) entered forwarding state -[ 104.257047] fwbr107i1: port 2(tap107i1) entered blocking state -[ 104.257055] fwbr107i1: port 2(tap107i1) entered disabled state -[ 104.257088] tap107i1: entered allmulticast mode -[ 104.257293] fwbr107i1: port 2(tap107i1) entered blocking state -[ 104.257300] fwbr107i1: port 2(tap107i1) entered forwarding state -[ 110.093660] tap108i0: entered promiscuous mode -[ 110.233470] vmbr0: port 7(fwpr108p0) entered blocking state -[ 110.233481] vmbr0: port 7(fwpr108p0) entered disabled state -[ 110.233508] fwpr108p0: entered allmulticast mode -[ 110.233635] fwpr108p0: entered promiscuous mode -[ 110.233716] vmbr0: port 7(fwpr108p0) entered blocking state -[ 110.233720] vmbr0: port 7(fwpr108p0) entered forwarding state -[ 110.253076] fwbr108i0: port 1(fwln108i0) entered blocking state -[ 110.253083] fwbr108i0: port 1(fwln108i0) entered disabled state -[ 110.253109] fwln108i0: entered allmulticast mode -[ 110.253226] fwln108i0: entered promiscuous mode -[ 110.253353] fwbr108i0: port 1(fwln108i0) entered blocking state -[ 110.253356] fwbr108i0: port 1(fwln108i0) entered forwarding state -[ 110.270984] fwbr108i0: port 2(tap108i0) entered blocking state -[ 110.270992] fwbr108i0: port 2(tap108i0) entered disabled state -[ 110.271010] tap108i0: entered allmulticast mode -[ 110.271124] fwbr108i0: port 2(tap108i0) entered blocking state -[ 110.271128] fwbr108i0: port 2(tap108i0) entered forwarding state -[ 116.684588] tap114i0: entered promiscuous mode -[ 116.762533] vmbr0: port 8(fwpr114p0) entered blocking state -[ 116.762539] vmbr0: port 8(fwpr114p0) entered disabled state -[ 116.762750] fwpr114p0: entered allmulticast mode -[ 116.762837] fwpr114p0: entered promiscuous mode -[ 116.762889] vmbr0: port 8(fwpr114p0) entered blocking state -[ 116.762892] vmbr0: port 8(fwpr114p0) entered forwarding state -[ 116.777028] fwbr114i0: port 1(fwln114i0) entered blocking state -[ 116.777033] fwbr114i0: port 1(fwln114i0) entered disabled state -[ 116.777051] fwln114i0: entered allmulticast mode -[ 116.777129] fwln114i0: entered promiscuous mode -[ 116.777200] fwbr114i0: port 1(fwln114i0) entered blocking state -[ 116.777202] fwbr114i0: port 1(fwln114i0) entered forwarding state -[ 116.788014] fwbr114i0: port 2(tap114i0) entered blocking state -[ 116.788021] fwbr114i0: port 2(tap114i0) entered disabled state -[ 116.788042] tap114i0: entered allmulticast mode -[ 116.788163] fwbr114i0: port 2(tap114i0) entered blocking state -[ 116.788166] fwbr114i0: port 2(tap114i0) entered forwarding state -[ 121.250014] tap117i0: entered promiscuous mode -[ 121.381937] vmbr0: port 9(fwpr117p0) entered blocking state -[ 121.381945] vmbr0: port 9(fwpr117p0) entered disabled state -[ 121.381969] fwpr117p0: entered allmulticast mode -[ 121.382117] fwpr117p0: entered promiscuous mode -[ 121.382222] vmbr0: port 9(fwpr117p0) entered blocking state -[ 121.382227] vmbr0: port 9(fwpr117p0) entered forwarding state -[ 121.396871] fwbr117i0: port 1(fwln117i0) entered blocking state -[ 121.396879] fwbr117i0: port 1(fwln117i0) entered disabled state -[ 121.396903] fwln117i0: entered allmulticast mode -[ 121.397034] fwln117i0: entered promiscuous mode -[ 121.397210] fwbr117i0: port 1(fwln117i0) entered blocking state -[ 121.397214] fwbr117i0: port 1(fwln117i0) entered forwarding state -[ 121.422999] fwbr117i0: port 2(tap117i0) entered blocking state -[ 121.423005] fwbr117i0: port 2(tap117i0) entered disabled state -[ 121.423020] tap117i0: entered allmulticast mode -[ 121.423125] fwbr117i0: port 2(tap117i0) entered blocking state -[ 121.423128] fwbr117i0: port 2(tap117i0) entered forwarding state -[ 320.298502] kauditd_printk_skb: 1 callbacks suppressed -[ 320.298505] audit: type=1400 audit(1785075588.111:140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 320.300367] audit: type=1400 audit(1785075588.112:141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 320.393534] audit: type=1400 audit(1785075588.206:142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 348.212737] tap107i0: left allmulticast mode -[ 348.212765] fwbr107i0: port 2(tap107i0) entered disabled state -[ 348.215308] fwbr107i0: port 1(fwln107i0) entered disabled state -[ 348.215532] vmbr0: port 6(fwpr107p0) entered disabled state -[ 348.216066] fwln107i0 (unregistering): left allmulticast mode -[ 348.216069] fwln107i0 (unregistering): left promiscuous mode -[ 348.216070] fwbr107i0: port 1(fwln107i0) entered disabled state -[ 348.216260] fwpr107p0 (unregistering): left allmulticast mode -[ 348.216262] fwpr107p0 (unregistering): left promiscuous mode -[ 348.216263] vmbr0: port 6(fwpr107p0) entered disabled state -[ 348.458746] tap107i1: left allmulticast mode -[ 348.458764] fwbr107i1: port 2(tap107i1) entered disabled state -[ 348.461200] fwbr107i1: port 1(fwln107i1) entered disabled state -[ 348.461242] datanet: port 2(fwpr107p1) entered disabled state -[ 348.461773] fwln107i1 (unregistering): left allmulticast mode -[ 348.461775] fwln107i1 (unregistering): left promiscuous mode -[ 348.461777] fwbr107i1: port 1(fwln107i1) entered disabled state -[ 348.462029] fwpr107p1 (unregistering): left allmulticast mode -[ 348.462031] fwpr107p1 (unregistering): left promiscuous mode -[ 348.462033] datanet: port 2(fwpr107p1) entered disabled state -[ 350.946665] tap107i0: entered promiscuous mode -[ 351.006613] vmbr0: port 6(fwpr107p0) entered blocking state -[ 351.006619] vmbr0: port 6(fwpr107p0) entered disabled state -[ 351.006637] fwpr107p0: entered allmulticast mode -[ 351.006680] fwpr107p0: entered promiscuous mode -[ 351.006715] vmbr0: port 6(fwpr107p0) entered blocking state -[ 351.006717] vmbr0: port 6(fwpr107p0) entered forwarding state -[ 351.015110] fwbr107i0: port 1(fwln107i0) entered blocking state -[ 351.015115] fwbr107i0: port 1(fwln107i0) entered disabled state -[ 351.015132] fwln107i0: entered allmulticast mode -[ 351.015186] fwln107i0: entered promiscuous mode -[ 351.015216] fwbr107i0: port 1(fwln107i0) entered blocking state -[ 351.015217] fwbr107i0: port 1(fwln107i0) entered forwarding state -[ 351.023234] fwbr107i0: port 2(tap107i0) entered blocking state -[ 351.023242] fwbr107i0: port 2(tap107i0) entered disabled state -[ 351.023259] tap107i0: entered allmulticast mode -[ 351.023342] fwbr107i0: port 2(tap107i0) entered blocking state -[ 351.023357] fwbr107i0: port 2(tap107i0) entered forwarding state -[ 351.662605] tap107i1: entered promiscuous mode -[ 351.721108] datanet: port 2(fwpr107p1) entered blocking state -[ 351.721114] datanet: port 2(fwpr107p1) entered disabled state -[ 351.721127] fwpr107p1: entered allmulticast mode -[ 351.721225] fwpr107p1: entered promiscuous mode -[ 351.721282] datanet: port 2(fwpr107p1) entered blocking state -[ 351.721285] datanet: port 2(fwpr107p1) entered forwarding state -[ 351.729235] fwbr107i1: port 1(fwln107i1) entered blocking state -[ 351.729239] fwbr107i1: port 1(fwln107i1) entered disabled state -[ 351.729252] fwln107i1: entered allmulticast mode -[ 351.729288] fwln107i1: entered promiscuous mode -[ 351.729333] fwbr107i1: port 1(fwln107i1) entered blocking state -[ 351.729335] fwbr107i1: port 1(fwln107i1) entered forwarding state -[ 351.737760] fwbr107i1: port 2(tap107i1) entered blocking state -[ 351.737765] fwbr107i1: port 2(tap107i1) entered disabled state -[ 351.737787] tap107i1: entered allmulticast mode -[ 351.737871] fwbr107i1: port 2(tap107i1) entered blocking state -[ 351.737874] fwbr107i1: port 2(tap107i1) entered forwarding state -[ 577.936582] audit: type=1400 audit(1785075845.780:143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 577.938964] audit: type=1400 audit(1785075845.783:144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 578.003064] audit: type=1400 audit(1785075845.847:145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 876.700592] audit: type=1400 audit(1785076144.579:146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 876.702827] audit: type=1400 audit(1785076144.581:147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 876.769968] audit: type=1400 audit(1785076144.648:148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1163.202802] audit: type=1400 audit(1785076431.061:149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1163.205021] audit: type=1400 audit(1785076431.063:150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1163.289473] audit: type=1400 audit(1785076431.147:151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1291.321089] usb 3-4: USB disconnect, device number 2 -[ 1291.321094] usb 3-4.1: USB disconnect, device number 4 -[ 1291.322495] usb 3-4.3: USB disconnect, device number 6 -[ 1456.593993] audit: type=1400 audit(1785076724.457:152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1456.596226] audit: type=1400 audit(1785076724.459:153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1456.663344] audit: type=1400 audit(1785076724.526:154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1691.371552] audit: type=1400 audit(1785076959.239:155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1691.373473] audit: type=1400 audit(1785076959.241:156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1691.458638] audit: type=1400 audit(1785076959.326:157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1960.668659] audit: type=1400 audit(1785077228.541:158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1960.671053] audit: type=1400 audit(1785077228.544:159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1960.734014] audit: type=1400 audit(1785077228.607:160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2257.123972] audit: type=1400 audit(1785077525.002:161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2257.127577] audit: type=1400 audit(1785077525.005:162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2257.222284] audit: type=1400 audit(1785077525.100:163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2491.757637] audit: type=1400 audit(1785077759.640:164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2491.759842] audit: type=1400 audit(1785077759.642:165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2491.848543] audit: type=1400 audit(1785077759.731:166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2735.212883] audit: type=1400 audit(1785078003.100:167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2735.214419] audit: type=1400 audit(1785078003.101:168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2735.310645] audit: type=1400 audit(1785078003.197:169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2993.850497] audit: type=1400 audit(1785078261.742:170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2993.851636] audit: type=1400 audit(1785078261.743:171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2993.928158] audit: type=1400 audit(1785078261.820:172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3259.749319] audit: type=1400 audit(1785078527.646:173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3259.751584] audit: type=1400 audit(1785078527.649:174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3259.823575] audit: type=1400 audit(1785078527.721:175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3525.387226] audit: type=1400 audit(1785078793.289:176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3525.389606] audit: type=1400 audit(1785078793.291:177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3525.453984] audit: type=1400 audit(1785078793.355:178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3784.760336] audit: type=1400 audit(1785079052.667:179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3784.762265] audit: type=1400 audit(1785079052.669:180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3784.828136] audit: type=1400 audit(1785079052.734:181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4071.417660] audit: type=1400 audit(1785079339.331:182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4071.419409] audit: type=1400 audit(1785079339.332:183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4071.478675] audit: type=1400 audit(1785079339.392:184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4333.295722] audit: type=1400 audit(1785079601.214:185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4333.297983] audit: type=1400 audit(1785079601.216:186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4333.371881] audit: type=1400 audit(1785079601.290:187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4630.763727] audit: type=1400 audit(1785079898.688:188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4630.765940] audit: type=1400 audit(1785079898.690:189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4630.819953] audit: type=1400 audit(1785079898.744:190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4871.577665] audit: type=1400 audit(1785080139.506:191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4871.579861] audit: type=1400 audit(1785080139.508:192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4871.657156] audit: type=1400 audit(1785080139.586:193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5115.361621] audit: type=1400 audit(1785080383.294:194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5115.363951] audit: type=1400 audit(1785080383.296:195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5115.427529] audit: type=1400 audit(1785080383.360:196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5408.043539] audit: type=1400 audit(1785080675.983:197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5408.045760] audit: type=1400 audit(1785080675.985:198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5408.109939] audit: type=1400 audit(1785080676.049:199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5700.839715] audit: type=1400 audit(1785080968.784:200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5700.841940] audit: type=1400 audit(1785080968.787:201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5700.925722] audit: type=1400 audit(1785080968.870:202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5929.758197] audit: type=1400 audit(1785081197.707:203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5929.760338] audit: type=1400 audit(1785081197.709:204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5929.974314] audit: type=1400 audit(1785081197.923:205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6230.601357] audit: type=1400 audit(1785081498.556:206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6230.603034] audit: type=1400 audit(1785081498.558:207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6230.833767] audit: type=1400 audit(1785081498.789:208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6521.038134] audit: type=1400 audit(1785081788.999:209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6521.040380] audit: type=1400 audit(1785081789.001:210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6521.116757] audit: type=1400 audit(1785081789.077:211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6776.683601] audit: type=1400 audit(1785082044.648:212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6776.685931] audit: type=1400 audit(1785082044.650:213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6776.755734] audit: type=1400 audit(1785082044.720:214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7029.541932] audit: type=1400 audit(1785082297.511:215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7029.544434] audit: type=1400 audit(1785082297.514:216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7029.718996] audit: type=1400 audit(1785082297.688:217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7298.596246] audit: type=1400 audit(1785082566.572:218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7298.598553] audit: type=1400 audit(1785082566.574:219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7298.670560] audit: type=1400 audit(1785082566.646:220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7580.627698] audit: type=1400 audit(1785082848.609:221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7580.629748] audit: type=1400 audit(1785082848.611:222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7580.700660] audit: type=1400 audit(1785082848.682:223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7845.595381] audit: type=1400 audit(1785083113.581:224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7845.597730] audit: type=1400 audit(1785083113.584:225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7845.696084] audit: type=1400 audit(1785083113.682:226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 8107.639596] audit: type=1400 audit(1785083375.631:227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 8107.641949] audit: type=1400 audit(1785083375.633:228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 8107.836586] audit: type=1400 audit(1785083375.828:229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 8373.190571] audit: type=1400 audit(1785083641.187:230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 8373.192803] audit: type=1400 audit(1785083641.189:231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 8373.271763] audit: type=1400 audit(1785083641.268:232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 8601.262160] audit: type=1400 audit(1785083869.263:233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 8601.264728] audit: type=1400 audit(1785083869.265:234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 8601.453166] audit: type=1400 audit(1785083869.454:235): apparmor="DENIED" operation="sendmsg" class="file" profile="/usr/sbin/chronyd" name="/run/chrony/chronyc.47035/P9CuENNWu4ODBTjG/sock" pid=47035 comm="chronyc" requested_mask="r" denied_mask="r" fsuid=100 ouid=100 -[ 8602.362046] audit: type=1400 audit(1785083870.363:236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 8632.861020] audit: type=1400 audit(1785083900.862:237): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/chronyd" pid=47768 comm="apparmor_parser" -[ 8644.625885] audit: type=1400 audit(1785083912.628:238): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=48091 comm="apparmor_parser" -[ 8644.752343] audit: type=1400 audit(1785083912.755:239): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=48094 comm="apparmor_parser" -[ 8644.754639] audit: type=1400 audit(1785083912.757:240): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=48094 comm="apparmor_parser" -[ 8644.756731] audit: type=1400 audit(1785083912.759:241): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=48094 comm="apparmor_parser" -[ 8644.760246] audit: type=1400 audit(1785083912.763:242): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-nesting" pid=48094 comm="apparmor_parser" -[ 8645.688205] audit: type=1400 audit(1785083913.691:243): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=48227 comm="apparmor_parser" -[ 8645.696504] audit: type=1400 audit(1785083913.699:244): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=48231 comm="apparmor_parser" -[ 8645.712695] audit: type=1400 audit(1785083913.715:245): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=48235 comm="apparmor_parser" -[ 8645.712701] audit: type=1400 audit(1785083913.715:246): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=48235 comm="apparmor_parser" -[ 8645.712702] audit: type=1400 audit(1785083913.715:247): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=48235 comm="apparmor_parser" -[ 8778.489401] tap102i0: entered promiscuous mode -[ 8778.561849] vmbr0: port 10(fwpr102p0) entered blocking state -[ 8778.561854] vmbr0: port 10(fwpr102p0) entered disabled state -[ 8778.561872] fwpr102p0: entered allmulticast mode -[ 8778.561913] fwpr102p0: entered promiscuous mode -[ 8778.561955] vmbr0: port 10(fwpr102p0) entered blocking state -[ 8778.561957] vmbr0: port 10(fwpr102p0) entered forwarding state -[ 8778.570833] fwbr102i0: port 1(fwln102i0) entered blocking state -[ 8778.570837] fwbr102i0: port 1(fwln102i0) entered disabled state -[ 8778.570876] fwln102i0: entered allmulticast mode -[ 8778.570912] fwln102i0: entered promiscuous mode -[ 8778.570971] fwbr102i0: port 1(fwln102i0) entered blocking state -[ 8778.570972] fwbr102i0: port 1(fwln102i0) entered forwarding state -[ 8778.582291] fwbr102i0: port 2(tap102i0) entered blocking state -[ 8778.582296] fwbr102i0: port 2(tap102i0) entered disabled state -[ 8778.582309] tap102i0: entered allmulticast mode -[ 8778.582379] fwbr102i0: port 2(tap102i0) entered blocking state -[ 8778.582381] fwbr102i0: port 2(tap102i0) entered forwarding state -[ 8844.545043] tap105i0: entered promiscuous mode -[ 8844.625166] vmbr0: port 11(fwpr105p0) entered blocking state -[ 8844.625172] vmbr0: port 11(fwpr105p0) entered disabled state -[ 8844.625189] fwpr105p0: entered allmulticast mode -[ 8844.625242] fwpr105p0: entered promiscuous mode -[ 8844.625270] vmbr0: port 11(fwpr105p0) entered blocking state -[ 8844.625272] vmbr0: port 11(fwpr105p0) entered forwarding state -[ 8844.635282] fwbr105i0: port 1(fwln105i0) entered blocking state -[ 8844.635286] fwbr105i0: port 1(fwln105i0) entered disabled state -[ 8844.635302] fwln105i0: entered allmulticast mode -[ 8844.635338] fwln105i0: entered promiscuous mode -[ 8844.635383] fwbr105i0: port 1(fwln105i0) entered blocking state -[ 8844.635385] fwbr105i0: port 1(fwln105i0) entered forwarding state -[ 8844.645201] fwbr105i0: port 2(tap105i0) entered blocking state -[ 8844.645207] fwbr105i0: port 2(tap105i0) entered disabled state -[ 8844.645235] tap105i0: entered allmulticast mode -[ 8844.645300] fwbr105i0: port 2(tap105i0) entered blocking state -[ 8844.645302] fwbr105i0: port 2(tap105i0) entered forwarding state -[ 8884.166005] kauditd_printk_skb: 1 callbacks suppressed -[ 8884.166008] audit: type=1400 audit(1785084152.174:249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 8884.168161] audit: type=1400 audit(1785084152.176:250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 8884.269542] audit: type=1400 audit(1785084152.277:251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 8947.672738] tap109i0: entered promiscuous mode -[ 8947.759218] vmbr0: port 12(fwpr109p0) entered blocking state -[ 8947.759223] vmbr0: port 12(fwpr109p0) entered disabled state -[ 8947.759243] fwpr109p0: entered allmulticast mode -[ 8947.759315] fwpr109p0: entered promiscuous mode -[ 8947.759353] vmbr0: port 12(fwpr109p0) entered blocking state -[ 8947.759355] vmbr0: port 12(fwpr109p0) entered forwarding state -[ 8947.769227] fwbr109i0: port 1(fwln109i0) entered blocking state -[ 8947.769232] fwbr109i0: port 1(fwln109i0) entered disabled state -[ 8947.769245] fwln109i0: entered allmulticast mode -[ 8947.769286] fwln109i0: entered promiscuous mode -[ 8947.769332] fwbr109i0: port 1(fwln109i0) entered blocking state -[ 8947.769334] fwbr109i0: port 1(fwln109i0) entered forwarding state -[ 8947.778207] fwbr109i0: port 2(tap109i0) entered blocking state -[ 8947.778221] fwbr109i0: port 2(tap109i0) entered disabled state -[ 8947.778233] tap109i0: entered allmulticast mode -[ 8947.778298] fwbr109i0: port 2(tap109i0) entered blocking state -[ 8947.778300] fwbr109i0: port 2(tap109i0) entered forwarding state -[ 9172.023751] audit: type=1400 audit(1785084440.036:252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 9172.025526] audit: type=1400 audit(1785084440.038:253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 9172.090257] audit: type=1400 audit(1785084440.102:254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 9401.648809] audit: type=1400 audit(1785084669.667:255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 9401.650441] audit: type=1400 audit(1785084669.668:256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 9401.719646] audit: type=1400 audit(1785084669.737:257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 9655.919147] audit: type=1400 audit(1785084923.942:258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 9655.920817] audit: type=1400 audit(1785084923.944:259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 9655.982292] audit: type=1400 audit(1785084924.005:260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 9714.055577] hrtimer: interrupt took 17209 ns -[ 9876.459538] tap109i0: left allmulticast mode -[ 9876.459561] fwbr109i0: port 2(tap109i0) entered disabled state -[ 9876.463216] fwbr109i0: port 1(fwln109i0) entered disabled state -[ 9876.463475] vmbr0: port 12(fwpr109p0) entered disabled state -[ 9876.464190] fwln109i0 (unregistering): left allmulticast mode -[ 9876.464200] fwln109i0 (unregistering): left promiscuous mode -[ 9876.464203] fwbr109i0: port 1(fwln109i0) entered disabled state -[ 9876.464529] fwpr109p0 (unregistering): left allmulticast mode -[ 9876.464534] fwpr109p0 (unregistering): left promiscuous mode -[ 9876.464536] vmbr0: port 12(fwpr109p0) entered disabled state -[ 9945.063896] audit: type=1400 audit(1785085213.093:261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 9945.065726] audit: type=1400 audit(1785085213.094:262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 9945.269850] audit: type=1400 audit(1785085213.299:263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 9994.724020] tap105i0: left allmulticast mode -[ 9994.724039] fwbr105i0: port 2(tap105i0) entered disabled state -[ 9994.726596] fwbr105i0: port 1(fwln105i0) entered disabled state -[ 9994.726770] vmbr0: port 11(fwpr105p0) entered disabled state -[ 9994.726867] fwln105i0 (unregistering): left allmulticast mode -[ 9994.726870] fwln105i0 (unregistering): left promiscuous mode -[ 9994.726872] fwbr105i0: port 1(fwln105i0) entered disabled state -[ 9994.727124] fwpr105p0 (unregistering): left allmulticast mode -[ 9994.727126] fwpr105p0 (unregistering): left promiscuous mode -[ 9994.727128] vmbr0: port 11(fwpr105p0) entered disabled state -[10178.785309] audit: type=1400 audit(1785085446.819:264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[10178.787515] audit: type=1400 audit(1785085446.821:265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[10178.950983] audit: type=1400 audit(1785085446.985:266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[10445.239530] tap102i0: left allmulticast mode -[10445.239549] fwbr102i0: port 2(tap102i0) entered disabled state -[10445.242069] fwbr102i0: port 1(fwln102i0) entered disabled state -[10445.242226] vmbr0: port 10(fwpr102p0) entered disabled state -[10445.242365] fwln102i0 (unregistering): left allmulticast mode -[10445.242369] fwln102i0 (unregistering): left promiscuous mode -[10445.242370] fwbr102i0: port 1(fwln102i0) entered disabled state -[10445.242594] fwpr102p0 (unregistering): left allmulticast mode -[10445.242597] fwpr102p0 (unregistering): left promiscuous mode -[10445.242599] vmbr0: port 10(fwpr102p0) entered disabled state -[10447.364223] audit: type=1400 audit(1785085715.403:267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[10447.366473] audit: type=1400 audit(1785085715.405:268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[10447.454987] audit: type=1400 audit(1785085715.493:269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[10712.004005] audit: type=1400 audit(1785085980.049:270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[10712.005985] audit: type=1400 audit(1785085980.051:271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[10712.069725] audit: type=1400 audit(1785085980.115:272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[10971.387398] audit: type=1400 audit(1785086239.438:273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[10971.389619] audit: type=1400 audit(1785086239.440:274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[10971.452331] audit: type=1400 audit(1785086239.502:275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[10998.983100] tap109i0: entered promiscuous mode -[10999.055634] vmbr0: port 10(fwpr109p0) entered blocking state -[10999.055639] vmbr0: port 10(fwpr109p0) entered disabled state -[10999.055652] fwpr109p0: entered allmulticast mode -[10999.055702] fwpr109p0: entered promiscuous mode -[10999.055794] vmbr0: port 10(fwpr109p0) entered blocking state -[10999.055808] vmbr0: port 10(fwpr109p0) entered forwarding state -[10999.064877] fwbr109i0: port 1(fwln109i0) entered blocking state -[10999.064881] fwbr109i0: port 1(fwln109i0) entered disabled state -[10999.064898] fwln109i0: entered allmulticast mode -[10999.064935] fwln109i0: entered promiscuous mode -[10999.064989] fwbr109i0: port 1(fwln109i0) entered blocking state -[10999.064991] fwbr109i0: port 1(fwln109i0) entered forwarding state -[10999.074162] fwbr109i0: port 2(tap109i0) entered blocking state -[10999.074167] fwbr109i0: port 2(tap109i0) entered disabled state -[10999.074173] tap109i0: entered allmulticast mode -[10999.074228] fwbr109i0: port 2(tap109i0) entered blocking state -[10999.074231] fwbr109i0: port 2(tap109i0) entered forwarding state -[11257.359834] audit: type=1400 audit(1785086525.416:276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[11257.362138] audit: type=1400 audit(1785086525.418:277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[11257.418814] audit: type=1400 audit(1785086525.475:278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[11533.953964] audit: type=1400 audit(1785086802.016:279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[11533.956577] audit: type=1400 audit(1785086802.018:280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[11534.018530] audit: type=1400 audit(1785086802.080:281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[11814.868282] audit: type=1400 audit(1785087082.936:282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[11814.872117] audit: type=1400 audit(1785087082.940:283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[11814.948195] audit: type=1400 audit(1785087083.016:284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[12054.766259] perf: interrupt took too long (2555 > 2500), lowering kernel.perf_event_max_sample_rate to 78000 -[12076.566267] audit: type=1400 audit(1785087344.639:285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[12076.568576] audit: type=1400 audit(1785087344.641:286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[12076.688799] audit: type=1400 audit(1785087344.762:287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[12311.829737] audit: type=1400 audit(1785087579.907:288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[12311.831738] audit: type=1400 audit(1785087579.909:289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[12311.896210] audit: type=1400 audit(1785087579.974:290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[12563.873770] audit: type=1400 audit(1785087831.956:291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[12563.875912] audit: type=1400 audit(1785087831.958:292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[12563.947781] audit: type=1400 audit(1785087832.030:293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[12838.524679] audit: type=1400 audit(1785088106.613:294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[12838.526077] audit: type=1400 audit(1785088106.614:295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[12838.599869] audit: type=1400 audit(1785088106.688:296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[13118.571271] audit: type=1400 audit(1785088386.665:297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[13118.573555] audit: type=1400 audit(1785088386.667:298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[13118.641983] audit: type=1400 audit(1785088386.735:299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[13224.641305] tap105i0: entered promiscuous mode -[13224.710921] vmbr0: port 11(fwpr105p0) entered blocking state -[13224.710926] vmbr0: port 11(fwpr105p0) entered disabled state -[13224.710980] fwpr105p0: entered allmulticast mode -[13224.711041] fwpr105p0: entered promiscuous mode -[13224.711077] vmbr0: port 11(fwpr105p0) entered blocking state -[13224.711079] vmbr0: port 11(fwpr105p0) entered forwarding state -[13224.720575] fwbr105i0: port 1(fwln105i0) entered blocking state -[13224.720580] fwbr105i0: port 1(fwln105i0) entered disabled state -[13224.720597] fwln105i0: entered allmulticast mode -[13224.720635] fwln105i0: entered promiscuous mode -[13224.720683] fwbr105i0: port 1(fwln105i0) entered blocking state -[13224.720685] fwbr105i0: port 1(fwln105i0) entered forwarding state -[13224.729878] fwbr105i0: port 2(tap105i0) entered blocking state -[13224.729883] fwbr105i0: port 2(tap105i0) entered disabled state -[13224.729894] tap105i0: entered allmulticast mode -[13224.729987] fwbr105i0: port 2(tap105i0) entered blocking state -[13224.729989] fwbr105i0: port 2(tap105i0) entered forwarding state -[13361.633377] audit: type=1400 audit(1785088629.732:300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[13361.635403] audit: type=1400 audit(1785088629.733:301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[13361.717723] audit: type=1400 audit(1785088629.816:302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[13625.607391] audit: type=1400 audit(1785088893.710:303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[13625.609464] audit: type=1400 audit(1785088893.712:304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[13625.691617] audit: type=1400 audit(1785088893.794:305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[13895.096720] audit: type=1400 audit(1785089163.205:306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[13895.099024] audit: type=1400 audit(1785089163.208:307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[13895.298971] audit: type=1400 audit(1785089163.408:308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[14133.483337] audit: type=1400 audit(1785089401.596:309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[14133.484892] audit: type=1400 audit(1785089401.597:310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[14133.549899] audit: type=1400 audit(1785089401.662:311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[14427.536511] audit: type=1400 audit(1785089695.656:312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[14427.538955] audit: type=1400 audit(1785089695.658:313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[14427.592376] audit: type=1400 audit(1785089695.711:314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[14686.669472] audit: type=1400 audit(1785089954.794:315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[14686.671204] audit: type=1400 audit(1785089954.795:316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[14686.830661] audit: type=1400 audit(1785089954.955:317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[14985.171544] audit: type=1400 audit(1785090253.302:318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[14985.173158] audit: type=1400 audit(1785090253.303:319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[14985.362218] audit: type=1400 audit(1785090253.492:320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[15017.670067] tap105i0: left allmulticast mode -[15017.670086] fwbr105i0: port 2(tap105i0) entered disabled state -[15017.672809] fwbr105i0: port 1(fwln105i0) entered disabled state -[15017.672934] vmbr0: port 11(fwpr105p0) entered disabled state -[15017.673444] fwln105i0 (unregistering): left allmulticast mode -[15017.673448] fwln105i0 (unregistering): left promiscuous mode -[15017.673451] fwbr105i0: port 1(fwln105i0) entered disabled state -[15017.673704] fwpr105p0 (unregistering): left allmulticast mode -[15017.673706] fwpr105p0 (unregistering): left promiscuous mode -[15017.673707] vmbr0: port 11(fwpr105p0) entered disabled state -[15214.058154] tap105i0: entered promiscuous mode -[15214.158441] vmbr0: port 11(fwpr105p0) entered blocking state -[15214.158447] vmbr0: port 11(fwpr105p0) entered disabled state -[15214.158465] fwpr105p0: entered allmulticast mode -[15214.158515] fwpr105p0: entered promiscuous mode -[15214.158540] vmbr0: port 11(fwpr105p0) entered blocking state -[15214.158542] vmbr0: port 11(fwpr105p0) entered forwarding state -[15214.168418] fwbr105i0: port 1(fwln105i0) entered blocking state -[15214.168423] fwbr105i0: port 1(fwln105i0) entered disabled state -[15214.168440] fwln105i0: entered allmulticast mode -[15214.168489] fwln105i0: entered promiscuous mode -[15214.168519] fwbr105i0: port 1(fwln105i0) entered blocking state -[15214.168521] fwbr105i0: port 1(fwln105i0) entered forwarding state -[15214.179108] fwbr105i0: port 2(tap105i0) entered blocking state -[15214.179113] fwbr105i0: port 2(tap105i0) entered disabled state -[15214.179125] tap105i0: entered allmulticast mode -[15214.179176] fwbr105i0: port 2(tap105i0) entered blocking state -[15214.179178] fwbr105i0: port 2(tap105i0) entered forwarding state -[15269.889885] audit: type=1400 audit(1785090538.026:321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[15269.891616] audit: type=1400 audit(1785090538.027:322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[15269.963904] audit: type=1400 audit(1785090538.100:323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[15370.859344] tap106i0: entered promiscuous mode -[15370.934130] vmbr0: port 12(fwpr106p0) entered blocking state -[15370.934135] vmbr0: port 12(fwpr106p0) entered disabled state -[15370.934148] fwpr106p0: entered allmulticast mode -[15370.934187] fwpr106p0: entered promiscuous mode -[15370.934221] vmbr0: port 12(fwpr106p0) entered blocking state -[15370.934223] vmbr0: port 12(fwpr106p0) entered forwarding state -[15370.942588] fwbr106i0: port 1(fwln106i0) entered blocking state -[15370.942593] fwbr106i0: port 1(fwln106i0) entered disabled state -[15370.942613] fwln106i0: entered allmulticast mode -[15370.942649] fwln106i0: entered promiscuous mode -[15370.942705] fwbr106i0: port 1(fwln106i0) entered blocking state -[15370.942706] fwbr106i0: port 1(fwln106i0) entered forwarding state -[15370.952114] fwbr106i0: port 2(tap106i0) entered blocking state -[15370.952128] fwbr106i0: port 2(tap106i0) entered disabled state -[15370.952134] tap106i0: entered allmulticast mode -[15370.952198] fwbr106i0: port 2(tap106i0) entered blocking state -[15370.952200] fwbr106i0: port 2(tap106i0) entered forwarding state -[15551.598352] audit: type=1400 audit(1785090819.739:324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[15551.600592] audit: type=1400 audit(1785090819.741:325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[15551.665196] audit: type=1400 audit(1785090819.805:326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[15763.095269] tap106i0: left allmulticast mode -[15763.095288] fwbr106i0: port 2(tap106i0) entered disabled state -[15763.097876] fwbr106i0: port 1(fwln106i0) entered disabled state -[15763.098123] vmbr0: port 12(fwpr106p0) entered disabled state -[15763.098688] fwln106i0 (unregistering): left allmulticast mode -[15763.098691] fwln106i0 (unregistering): left promiscuous mode -[15763.098693] fwbr106i0: port 1(fwln106i0) entered disabled state -[15763.098888] fwpr106p0 (unregistering): left allmulticast mode -[15763.098890] fwpr106p0 (unregistering): left promiscuous mode -[15763.098892] vmbr0: port 12(fwpr106p0) entered disabled state -[15799.741211] audit: type=1400 audit(1785091067.887:327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[15799.742582] audit: type=1400 audit(1785091067.889:328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[15799.818014] audit: type=1400 audit(1785091067.964:329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[15974.626709] tap106i0: entered promiscuous mode -[15974.712762] vmbr0: port 12(fwpr106p0) entered blocking state -[15974.712767] vmbr0: port 12(fwpr106p0) entered disabled state -[15974.712781] fwpr106p0: entered allmulticast mode -[15974.712822] fwpr106p0: entered promiscuous mode -[15974.712893] vmbr0: port 12(fwpr106p0) entered blocking state -[15974.712906] vmbr0: port 12(fwpr106p0) entered forwarding state -[15974.722997] fwbr106i0: port 1(fwln106i0) entered blocking state -[15974.723002] fwbr106i0: port 1(fwln106i0) entered disabled state -[15974.723020] fwln106i0: entered allmulticast mode -[15974.723057] fwln106i0: entered promiscuous mode -[15974.723103] fwbr106i0: port 1(fwln106i0) entered blocking state -[15974.723105] fwbr106i0: port 1(fwln106i0) entered forwarding state -[15974.733747] fwbr106i0: port 2(tap106i0) entered blocking state -[15974.733752] fwbr106i0: port 2(tap106i0) entered disabled state -[15974.733773] tap106i0: entered allmulticast mode -[15974.733850] fwbr106i0: port 2(tap106i0) entered blocking state -[15974.733852] fwbr106i0: port 2(tap106i0) entered forwarding state -[16047.199347] audit: type=1400 audit(1785091315.350:330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[16047.201995] audit: type=1400 audit(1785091315.353:331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[16047.260869] audit: type=1400 audit(1785091315.412:332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[16136.772128] perf: interrupt took too long (3226 > 3193), lowering kernel.perf_event_max_sample_rate to 62000 -[16345.875737] audit: type=1400 audit(1785091614.033:333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[16345.877444] audit: type=1400 audit(1785091614.034:334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[16345.936145] audit: type=1400 audit(1785091614.093:335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[16632.075989] audit: type=1400 audit(1785091900.239:336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[16632.078465] audit: type=1400 audit(1785091900.241:337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[16632.166671] audit: type=1400 audit(1785091900.329:338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[16898.382713] audit: type=1400 audit(1785092166.551:339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[16898.385148] audit: type=1400 audit(1785092166.553:340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[16898.462663] audit: type=1400 audit(1785092166.631:341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[17166.176443] audit: type=1400 audit(1785092434.349:342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[17166.178622] audit: type=1400 audit(1785092434.351:343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[17166.249037] audit: type=1400 audit(1785092434.421:344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[17450.483588] audit: type=1400 audit(1785092718.663:345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[17450.485871] audit: type=1400 audit(1785092718.665:346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[17450.557388] audit: type=1400 audit(1785092718.736:347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[17741.829151] audit: type=1400 audit(1785093010.014:348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[17741.831301] audit: type=1400 audit(1785093010.016:349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[17741.899055] audit: type=1400 audit(1785093010.084:350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[18030.725746] audit: type=1400 audit(1785093298.916:351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[18030.727932] audit: type=1400 audit(1785093298.918:352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[18031.084441] audit: type=1400 audit(1785093299.275:353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[18269.104218] audit: type=1400 audit(1785093537.299:354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[18269.106599] audit: type=1400 audit(1785093537.301:355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[18269.180489] audit: type=1400 audit(1785093537.375:356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[18567.761555] audit: type=1400 audit(1785093835.963:357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[18567.763596] audit: type=1400 audit(1785093835.965:358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[18567.823303] audit: type=1400 audit(1785093836.024:359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[18837.428264] audit: type=1400 audit(1785094105.635:360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[18837.430269] audit: type=1400 audit(1785094105.637:361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[18837.531616] audit: type=1400 audit(1785094105.738:362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[19081.224796] audit: type=1400 audit(1785094349.435:363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[19081.227018] audit: type=1400 audit(1785094349.437:364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[19081.282480] audit: type=1400 audit(1785094349.493:365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[19325.700606] audit: type=1400 audit(1785094593.917:366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[19325.702634] audit: type=1400 audit(1785094593.919:367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[19325.789340] audit: type=1400 audit(1785094594.005:368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[19598.775304] audit: type=1400 audit(1785094866.997:369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[19598.777249] audit: type=1400 audit(1785094866.999:370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[19598.842177] audit: type=1400 audit(1785094867.064:371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[19867.052747] audit: type=1400 audit(1785095135.279:372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[19867.054972] audit: type=1400 audit(1785095135.282:373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[19867.115014] audit: type=1400 audit(1785095135.342:374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[20131.232093] audit: type=1400 audit(1785095399.464:375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[20131.234413] audit: type=1400 audit(1785095399.466:376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[20131.518871] audit: type=1400 audit(1785095399.751:377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[20376.651097] audit: type=1400 audit(1785095644.888:378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[20376.653480] audit: type=1400 audit(1785095644.890:379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[20376.713239] audit: type=1400 audit(1785095644.950:380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[20470.125795] Kernel: 'panic_print' sysctl interface will be obsoleted by both 'panic_sys_info' and 'panic_console_replay' -[20477.294527] sh (115309): drop_caches: 3 -[20480.594330] sh (115311): drop_caches: 3 -[20483.642926] sh (115338): drop_caches: 3 -[20632.667302] sh (118730): drop_caches: 3 -[20636.010336] sh (118733): drop_caches: 3 -[20639.038712] sh (118751): drop_caches: 3 -[20662.943567] audit: type=1400 audit(1785095931.186:381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[20662.946035] audit: type=1400 audit(1785095931.188:382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[20663.301391] audit: type=1400 audit(1785095931.544:383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[20919.856984] audit: type=1400 audit(1785096188.104:384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[20919.858516] audit: type=1400 audit(1785096188.105:385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[20920.052570] audit: type=1400 audit(1785096188.300:386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[21210.993666] audit: type=1400 audit(1785096479.246:387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[21210.996131] audit: type=1400 audit(1785096479.249:388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[21211.059277] audit: type=1400 audit(1785096479.312:389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[21491.119541] audit: type=1400 audit(1785096759.377:390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[21491.121661] audit: type=1400 audit(1785096759.380:391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[21491.209320] audit: type=1400 audit(1785096759.467:392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[21772.720516] audit: type=1400 audit(1785097040.984:393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[21772.722859] audit: type=1400 audit(1785097040.986:394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[21772.791340] audit: type=1400 audit(1785097041.055:395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[22042.458947] audit: type=1400 audit(1785097310.728:396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[22042.461215] audit: type=1400 audit(1785097310.730:397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[22042.527655] audit: type=1400 audit(1785097310.796:398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[22108.839536] perf: interrupt took too long (4038 > 4032), lowering kernel.perf_event_max_sample_rate to 49000 -[22337.592086] audit: type=1400 audit(1785097605.867:399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[22337.594162] audit: type=1400 audit(1785097605.869:400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[22337.664943] audit: type=1400 audit(1785097605.939:401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[22617.208620] audit: type=1400 audit(1785097885.489:402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[22617.210709] audit: type=1400 audit(1785097885.491:403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[22617.268675] audit: type=1400 audit(1785097885.549:404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[22895.399314] audit: type=1400 audit(1785098163.684:405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[22895.401656] audit: type=1400 audit(1785098163.686:406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[22895.595548] audit: type=1400 audit(1785098163.881:407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[23149.208836] audit: type=1400 audit(1785098417.498:408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[23149.211177] audit: type=1400 audit(1785098417.501:409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[23149.277712] audit: type=1400 audit(1785098417.567:410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[23426.581324] audit: type=1400 audit(1785098694.877:411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[23426.583566] audit: type=1400 audit(1785098694.879:412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[23426.670565] audit: type=1400 audit(1785098694.966:413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[23661.942378] audit: type=1400 audit(1785098930.242:414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[23661.944581] audit: type=1400 audit(1785098930.244:415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[23662.018671] audit: type=1400 audit(1785098930.318:416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[23909.345215] audit: type=1400 audit(1785099177.650:417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[23909.347359] audit: type=1400 audit(1785099177.652:418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[23909.412248] audit: type=1400 audit(1785099177.717:419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[24206.626929] audit: type=1400 audit(1785099474.938:420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[24206.629101] audit: type=1400 audit(1785099474.940:421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[24206.727464] audit: type=1400 audit(1785099475.038:422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[24495.561239] audit: type=1400 audit(1785099763.877:423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[24495.563081] audit: type=1400 audit(1785099763.878:424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[24495.642849] audit: type=1400 audit(1785099763.958:425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[24759.935725] audit: type=1400 audit(1785100028.257:426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[24759.937702] audit: type=1400 audit(1785100028.259:427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[24759.993939] audit: type=1400 audit(1785100028.315:428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[24997.471153] audit: type=1400 audit(1785100265.797:429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[24997.473246] audit: type=1400 audit(1785100265.799:430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[24997.597747] audit: type=1400 audit(1785100265.924:431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[25275.654148] audit: type=1400 audit(1785100543.986:432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[25275.656266] audit: type=1400 audit(1785100543.988:433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[25275.734199] audit: type=1400 audit(1785100544.066:434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[25524.624318] audit: type=1400 audit(1785100792.960:435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[25524.626028] audit: type=1400 audit(1785100792.961:436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[25524.682942] audit: type=1400 audit(1785100793.018:437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[25806.436230] audit: type=1400 audit(1785101074.778:438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[25806.438340] audit: type=1400 audit(1785101074.780:439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[25806.498550] audit: type=1400 audit(1785101074.840:440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12725.631175] audit: type=1400 audit(1785143285.182:279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12725.633150] audit: type=1400 audit(1785143285.184:280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12725.705472] audit: type=1400 audit(1785143285.256:281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13012.346385] audit: type=1400 audit(1785143571.900:282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13012.348197] audit: type=1400 audit(1785143571.902:283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13012.410864] audit: type=1400 audit(1785143571.964:284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13253.079068] audit: type=1400 audit(1785143812.636:285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13253.081105] audit: type=1400 audit(1785143812.638:286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13253.150035] audit: type=1400 audit(1785143812.707:287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13521.933259] audit: type=1400 audit(1785144081.491:288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13521.935333] audit: type=1400 audit(1785144081.493:289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13521.990392] audit: type=1400 audit(1785144081.548:290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13761.958621] audit: type=1400 audit(1785144321.519:291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13761.960796] audit: type=1400 audit(1785144321.521:292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13762.041117] audit: type=1400 audit(1785144321.601:293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14025.577157] audit: type=1400 audit(1785144585.139:294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14025.579107] audit: type=1400 audit(1785144585.141:295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14025.668125] audit: type=1400 audit(1785144585.230:296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14296.498703] audit: type=1400 audit(1785144856.064:297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14296.501605] audit: type=1400 audit(1785144856.067:298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14296.563798] audit: type=1400 audit(1785144856.129:299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14571.187592] audit: type=1400 audit(1785145130.755:300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14571.189686] audit: type=1400 audit(1785145130.757:301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14571.271185] audit: type=1400 audit(1785145130.838:302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14803.123490] audit: type=1400 audit(1785145362.693:303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14803.125607] audit: type=1400 audit(1785145362.695:304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14803.210481] audit: type=1400 audit(1785145362.780:305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15041.948413] audit: type=1400 audit(1785145601.520:306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15041.950470] audit: type=1400 audit(1785145601.522:307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15042.015287] audit: type=1400 audit(1785145601.586:308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15282.965800] audit: type=1400 audit(1785145842.539:309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15282.967774] audit: type=1400 audit(1785145842.541:310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15283.032422] audit: type=1400 audit(1785145842.606:311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15556.424216] audit: type=1400 audit(1785146116.001:312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15556.426360] audit: type=1400 audit(1785146116.003:313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15556.505612] audit: type=1400 audit(1785146116.082:314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15790.740434] audit: type=1400 audit(1785146350.319:315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15790.742406] audit: type=1400 audit(1785146350.320:316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15790.823222] audit: type=1400 audit(1785146350.401:317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16006.504386] perf: interrupt took too long (3929 > 3916), lowering kernel.perf_event_max_sample_rate to 50000 +[16061.084516] audit: type=1400 audit(1785146620.665:318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16061.086682] audit: type=1400 audit(1785146620.667:319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16061.163174] audit: type=1400 audit(1785146620.743:320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16323.624991] audit: type=1400 audit(1785146883.207:321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16323.627167] audit: type=1400 audit(1785146883.210:322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16323.702298] audit: type=1400 audit(1785146883.285:323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16580.496001] audit: type=1400 audit(1785147140.082:324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16580.497703] audit: type=1400 audit(1785147140.083:325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16580.597651] audit: type=1400 audit(1785147140.183:326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16873.546453] audit: type=1400 audit(1785147433.134:327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16873.548545] audit: type=1400 audit(1785147433.136:328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16873.615853] audit: type=1400 audit(1785147433.203:329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17106.502301] audit: type=1400 audit(1785147666.091:330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17106.504481] audit: type=1400 audit(1785147666.094:331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17106.644340] audit: type=1400 audit(1785147666.233:332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17407.293147] audit: type=1400 audit(1785147966.885:333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17407.295090] audit: type=1400 audit(1785147966.887:334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17407.362668] audit: type=1400 audit(1785147966.954:335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17646.866756] audit: type=1400 audit(1785148206.461:336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17646.868975] audit: type=1400 audit(1785148206.463:337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17646.944689] audit: type=1400 audit(1785148206.539:338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17947.215634] audit: type=1400 audit(1785148506.812:339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17947.217386] audit: type=1400 audit(1785148506.814:340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17947.285229] audit: type=1400 audit(1785148506.882:341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18204.833914] audit: type=1400 audit(1785148764.434:342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18204.835996] audit: type=1400 audit(1785148764.436:343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18204.981029] audit: type=1400 audit(1785148764.581:344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18464.182008] audit: type=1400 audit(1785149023.783:345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18464.184542] audit: type=1400 audit(1785149023.785:346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18464.239138] audit: type=1400 audit(1785149023.840:347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18700.866248] audit: type=1400 audit(1785149260.469:348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18700.868309] audit: type=1400 audit(1785149260.471:349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18700.956316] audit: type=1400 audit(1785149260.559:350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18979.958716] audit: type=1400 audit(1785149539.564:351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18979.960362] audit: type=1400 audit(1785149539.566:352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18980.085564] audit: type=1400 audit(1785149539.691:353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19245.191684] audit: type=1400 audit(1785149804.800:354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19245.193789] audit: type=1400 audit(1785149804.802:355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19245.280914] audit: type=1400 audit(1785149804.890:356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19480.987604] audit: type=1400 audit(1785150040.597:357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19480.989713] audit: type=1400 audit(1785150040.599:358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19481.051968] audit: type=1400 audit(1785150040.662:359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19750.973009] audit: type=1400 audit(1785150310.585:360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19750.974942] audit: type=1400 audit(1785150310.587:361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19751.047845] audit: type=1400 audit(1785150310.660:362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19983.131195] audit: type=1400 audit(1785150542.745:363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19983.133295] audit: type=1400 audit(1785150542.747:364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19983.187603] audit: type=1400 audit(1785150542.802:365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20260.800581] audit: type=1400 audit(1785150820.418:366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20260.802741] audit: type=1400 audit(1785150820.420:367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20260.883386] audit: type=1400 audit(1785150820.501:368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20523.101149] audit: type=1400 audit(1785151082.720:369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20523.103324] audit: type=1400 audit(1785151082.722:370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20523.178288] audit: type=1400 audit(1785151082.797:371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20766.183614] audit: type=1400 audit(1785151325.805:372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20766.187188] audit: type=1400 audit(1785151325.808:373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20766.461248] audit: type=1400 audit(1785151326.082:374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21066.869180] audit: type=1400 audit(1785151626.494:375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21066.871395] audit: type=1400 audit(1785151626.496:376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21066.946271] audit: type=1400 audit(1785151626.571:377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21298.217529] audit: type=1400 audit(1785151857.844:378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21298.227963] audit: type=1400 audit(1785151857.855:379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21298.295873] audit: type=1400 audit(1785151857.922:380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21588.452455] audit: type=1400 audit(1785152148.081:381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21588.454552] audit: type=1400 audit(1785152148.083:382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21588.513723] audit: type=1400 audit(1785152148.142:383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21844.817210] audit: type=1400 audit(1785152404.448:384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21844.818938] audit: type=1400 audit(1785152404.449:385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21844.974727] audit: type=1400 audit(1785152404.605:386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22087.980261] audit: type=1400 audit(1785152647.613:387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22087.982403] audit: type=1400 audit(1785152647.615:388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22088.048070] audit: type=1400 audit(1785152647.681:389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22384.975463] audit: type=1400 audit(1785152944.610:390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22384.977613] audit: type=1400 audit(1785152944.613:391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22385.054554] audit: type=1400 audit(1785152944.690:392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22686.305378] audit: type=1400 audit(1785153245.944:393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22686.306945] audit: type=1400 audit(1785153245.946:394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22686.451196] audit: type=1400 audit(1785153246.090:395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22949.411110] audit: type=1400 audit(1785153509.051:396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22949.412934] audit: type=1400 audit(1785153509.053:397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22949.480186] audit: type=1400 audit(1785153509.120:398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23233.008227] audit: type=1400 audit(1785153792.651:399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23233.010293] audit: type=1400 audit(1785153792.653:400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23233.075647] audit: type=1400 audit(1785153792.718:401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23518.638660] audit: type=1400 audit(1785154078.284:402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23518.640739] audit: type=1400 audit(1785154078.286:403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23518.725645] audit: type=1400 audit(1785154078.371:404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23808.471670] audit: type=1400 audit(1785154368.119:405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23808.473426] audit: type=1400 audit(1785154368.121:406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23808.544118] audit: type=1400 audit(1785154368.192:407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24090.706719] audit: type=1400 audit(1785154650.357:408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24090.708337] audit: type=1400 audit(1785154650.358:409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24090.773776] audit: type=1400 audit(1785154650.424:410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24346.059864] audit: type=1400 audit(1785154905.712:411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24346.061702] audit: type=1400 audit(1785154905.714:412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24346.113138] audit: type=1400 audit(1785154905.765:413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24598.498479] audit: type=1400 audit(1785155158.153:414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24598.500517] audit: type=1400 audit(1785155158.155:415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24598.574772] audit: type=1400 audit(1785155158.229:416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24894.819225] audit: type=1400 audit(1785155454.476:417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24894.829966] audit: type=1400 audit(1785155454.487:418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24894.904177] audit: type=1400 audit(1785155454.561:419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25145.168494] audit: type=1400 audit(1785155704.828:420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25145.170589] audit: type=1400 audit(1785155704.830:421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25145.253728] audit: type=1400 audit(1785155704.913:422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25400.251273] audit: type=1400 audit(1785155959.913:423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25400.252598] audit: type=1400 audit(1785155959.914:424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25400.338763] audit: type=1400 audit(1785155960.000:425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25647.489714] audit: type=1400 audit(1785156207.153:426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25647.491524] audit: type=1400 audit(1785156207.155:427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25647.566813] audit: type=1400 audit(1785156207.230:428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25915.227661] audit: type=1400 audit(1785156474.893:429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25915.229694] audit: type=1400 audit(1785156474.895:430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25915.295327] audit: type=1400 audit(1785156474.961:431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26155.291093] audit: type=1400 audit(1785156714.959:432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26155.293237] audit: type=1400 audit(1785156714.961:433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26155.355453] audit: type=1400 audit(1785156715.023:434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26397.402561] audit: type=1400 audit(1785156957.073:435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26397.404193] audit: type=1400 audit(1785156957.074:436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26397.461266] audit: type=1400 audit(1785156957.131:437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26674.053185] audit: type=1400 audit(1785157233.726:438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26674.055393] audit: type=1400 audit(1785157233.728:439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26674.112560] audit: type=1400 audit(1785157233.785:440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26889.619744] Key type psk registered +[26956.955673] audit: type=1400 audit(1785157516.631:441): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26956.957861] audit: type=1400 audit(1785157516.633:442): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26957.013727] audit: type=1400 audit(1785157516.689:443): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27229.659294] audit: type=1400 audit(1785157789.337:444): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27229.661129] audit: type=1400 audit(1785157789.338:445): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27229.732104] audit: type=1400 audit(1785157789.409:446): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27520.966740] audit: type=1400 audit(1785158080.647:447): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27520.968795] audit: type=1400 audit(1785158080.649:448): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27521.028651] audit: type=1400 audit(1785158080.709:449): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27800.666252] audit: type=1400 audit(1785158360.349:450): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27800.668244] audit: type=1400 audit(1785158360.351:451): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27800.735549] audit: type=1400 audit(1785158360.418:452): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28084.161760] audit: type=1400 audit(1785158643.847:453): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28084.163650] audit: type=1400 audit(1785158643.848:454): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28084.232957] audit: type=1400 audit(1785158643.918:455): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28116.544780] tap100i0: left allmulticast mode +[28116.544810] vmbr0: port 2(tap100i0) entered disabled state +[28116.652602] usb 3-7.3: reset full-speed USB device number 5 using xhci_hcd +[28116.757373] cdc_acm 3-7.3:1.0: ttyACM0: USB ACM device +[28116.844597] usb 3-7.4: reset full-speed USB device number 6 using xhci_hcd +[28116.949392] cp210x 3-7.4:1.0: cp210x converter detected +[28116.951307] usb 3-7.4: cp210x converter now attached to ttyUSB0 +[28125.559678] tap101i0: left allmulticast mode +[28125.559708] fwbr101i0: port 2(tap101i0) entered disabled state +[28125.562415] fwbr101i0: port 1(fwln101i0) entered disabled state +[28125.562559] vmbr0: port 3(fwpr101p0) entered disabled state +[28125.562710] fwln101i0 (unregistering): left allmulticast mode +[28125.562713] fwln101i0 (unregistering): left promiscuous mode +[28125.562716] fwbr101i0: port 1(fwln101i0) entered disabled state +[28125.562941] fwpr101p0 (unregistering): left allmulticast mode +[28125.562943] fwpr101p0 (unregistering): left promiscuous mode +[28125.562945] vmbr0: port 3(fwpr101p0) entered disabled state +[28247.702824] tap102i0: left allmulticast mode +[28247.702844] fwbr102i0: port 2(tap102i0) entered disabled state +[28247.705598] fwbr102i0: port 1(fwln102i0) entered disabled state +[28247.705754] vmbr0: port 4(fwpr102p0) entered disabled state +[28247.705892] fwln102i0 (unregistering): left allmulticast mode +[28247.705896] fwln102i0 (unregistering): left promiscuous mode +[28247.705899] fwbr102i0: port 1(fwln102i0) entered disabled state +[28247.706171] fwpr102p0 (unregistering): left allmulticast mode +[28247.706174] fwpr102p0 (unregistering): left promiscuous mode +[28247.706177] vmbr0: port 4(fwpr102p0) entered disabled state +[28254.736792] tap103i0: left allmulticast mode +[28254.736812] fwbr103i0: port 2(tap103i0) entered disabled state +[28254.739340] fwbr103i0: port 1(fwln103i0) entered disabled state +[28254.739475] vmbr0: port 5(fwpr103p0) entered disabled state +[28254.739617] fwln103i0 (unregistering): left allmulticast mode +[28254.739621] fwln103i0 (unregistering): left promiscuous mode +[28254.739623] fwbr103i0: port 1(fwln103i0) entered disabled state +[28254.739881] fwpr103p0 (unregistering): left allmulticast mode +[28254.739884] fwpr103p0 (unregistering): left promiscuous mode +[28254.739886] vmbr0: port 5(fwpr103p0) entered disabled state +[28263.804657] tap104i0: left allmulticast mode +[28263.804677] fwbr104i0: port 2(tap104i0) entered disabled state +[28263.807238] fwbr104i0: port 1(fwln104i0) entered disabled state +[28263.807378] vmbr0: port 6(fwpr104p0) entered disabled state +[28263.807506] fwln104i0 (unregistering): left allmulticast mode +[28263.807510] fwln104i0 (unregistering): left promiscuous mode +[28263.807513] fwbr104i0: port 1(fwln104i0) entered disabled state +[28263.807806] fwpr104p0 (unregistering): left allmulticast mode +[28263.807809] fwpr104p0 (unregistering): left promiscuous mode +[28263.807812] vmbr0: port 6(fwpr104p0) entered disabled state +[28272.014454] tap105i0: left allmulticast mode +[28272.014473] fwbr105i0: port 2(tap105i0) entered disabled state +[28272.016925] fwbr105i0: port 1(fwln105i0) entered disabled state +[28272.017066] vmbr0: port 7(fwpr105p0) entered disabled state +[28272.017194] fwln105i0 (unregistering): left allmulticast mode +[28272.017197] fwln105i0 (unregistering): left promiscuous mode +[28272.017200] fwbr105i0: port 1(fwln105i0) entered disabled state +[28272.017501] fwpr105p0 (unregistering): left allmulticast mode +[28272.017504] fwpr105p0 (unregistering): left promiscuous mode +[28272.017506] vmbr0: port 7(fwpr105p0) entered disabled state +[28302.741840] tap106i0: left allmulticast mode +[28302.741861] fwbr106i0: port 2(tap106i0) entered disabled state +[28302.745335] fwbr106i0: port 1(fwln106i0) entered disabled state +[28302.745616] vmbr0: port 8(fwpr106p0) entered disabled state +[28302.745758] fwln106i0 (unregistering): left allmulticast mode +[28302.745762] fwln106i0 (unregistering): left promiscuous mode +[28302.745774] fwbr106i0: port 1(fwln106i0) entered disabled state +[28302.746478] fwpr106p0 (unregistering): left allmulticast mode +[28302.746480] fwpr106p0 (unregistering): left promiscuous mode +[28302.746482] vmbr0: port 8(fwpr106p0) entered disabled state +[28311.903907] tap107i0: left allmulticast mode +[28311.903929] fwbr107i0: port 2(tap107i0) entered disabled state +[28311.907233] fwbr107i0: port 1(fwln107i0) entered disabled state +[28311.907423] vmbr0: port 9(fwpr107p0) entered disabled state +[28311.907534] fwln107i0 (unregistering): left allmulticast mode +[28311.907538] fwln107i0 (unregistering): left promiscuous mode +[28311.907541] fwbr107i0: port 1(fwln107i0) entered disabled state +[28311.907779] fwpr107p0 (unregistering): left allmulticast mode +[28311.907783] fwpr107p0 (unregistering): left promiscuous mode +[28311.907785] vmbr0: port 9(fwpr107p0) entered disabled state +[28312.150592] tap107i1: left allmulticast mode +[28312.150623] fwbr107i1: port 2(tap107i1) entered disabled state +[28312.153038] fwbr107i1: port 1(fwln107i1) entered disabled state +[28312.153078] datanet: port 2(fwpr107p1) entered disabled state +[28312.153180] fwln107i1 (unregistering): left allmulticast mode +[28312.153184] fwln107i1 (unregistering): left promiscuous mode +[28312.153186] fwbr107i1: port 1(fwln107i1) entered disabled state +[28312.153384] fwpr107p1 (unregistering): left allmulticast mode +[28312.153387] fwpr107p1 (unregistering): left promiscuous mode +[28312.153389] datanet: port 2(fwpr107p1) entered disabled state +[28337.482462] audit: type=1400 audit(1785158897.169:456): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28337.484158] audit: type=1400 audit(1785158897.171:457): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28337.547628] audit: type=1400 audit(1785158897.235:458): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28355.633735] tap108i0: left allmulticast mode +[28355.633754] fwbr108i0: port 2(tap108i0) entered disabled state +[28355.636230] fwbr108i0: port 1(fwln108i0) entered disabled state +[28355.636505] vmbr0: port 10(fwpr108p0) entered disabled state +[28355.636603] fwln108i0 (unregistering): left allmulticast mode +[28355.636606] fwln108i0 (unregistering): left promiscuous mode +[28355.636609] fwbr108i0: port 1(fwln108i0) entered disabled state +[28355.636930] fwpr108p0 (unregistering): left allmulticast mode +[28355.636932] fwpr108p0 (unregistering): left promiscuous mode +[28355.636934] vmbr0: port 10(fwpr108p0) entered disabled state +[28364.550263] tap109i0: left allmulticast mode +[28364.550283] fwbr109i0: port 2(tap109i0) entered disabled state +[28364.552734] fwbr109i0: port 1(fwln109i0) entered disabled state +[28364.552916] vmbr0: port 11(fwpr109p0) entered disabled state +[28364.553021] fwln109i0 (unregistering): left allmulticast mode +[28364.553025] fwln109i0 (unregistering): left promiscuous mode +[28364.553027] fwbr109i0: port 1(fwln109i0) entered disabled state +[28364.553215] fwpr109p0 (unregistering): left allmulticast mode +[28364.553217] fwpr109p0 (unregistering): left promiscuous mode +[28364.553218] vmbr0: port 11(fwpr109p0) entered disabled state +[28588.957029] audit: type=1400 audit(1785159148.646:459): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28588.959247] audit: type=1400 audit(1785159148.648:460): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28589.200517] audit: type=1400 audit(1785159148.890:461): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28758.776753] usb 3-3: new high-speed USB device number 7 using xhci_hcd +[28758.901942] usb 3-3: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 +[28758.901947] usb 3-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0 +[28758.901949] usb 3-3: Product: USB 2.0 Hub +[28758.903024] hub 3-3:1.0: USB hub found +[28758.903097] hub 3-3:1.0: 4 ports detected +[28759.635095] fbcon: i915drmfb (fb0) is primary device +[28759.679773] Console: switching to colour frame buffer device 240x67 +[28759.689936] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device +[28765.541565] usb 3-3: USB disconnect, device number 7 +[28815.872282] audit: type=1400 audit(1785159375.563:462): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28815.874381] audit: type=1400 audit(1785159375.566:463): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28815.940685] audit: type=1400 audit(1785159375.632:464): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29077.154100] tap109i0: entered promiscuous mode +[29077.211028] vmbr0: port 2(fwpr109p0) entered blocking state +[29077.211034] vmbr0: port 2(fwpr109p0) entered disabled state +[29077.211045] fwpr109p0: entered allmulticast mode +[29077.211085] fwpr109p0: entered promiscuous mode +[29077.211125] vmbr0: port 2(fwpr109p0) entered blocking state +[29077.211127] vmbr0: port 2(fwpr109p0) entered forwarding state +[29077.218902] fwbr109i0: port 1(fwln109i0) entered blocking state +[29077.218906] fwbr109i0: port 1(fwln109i0) entered disabled state +[29077.218916] fwln109i0: entered allmulticast mode +[29077.218951] fwln109i0: entered promiscuous mode +[29077.219018] fwbr109i0: port 1(fwln109i0) entered blocking state +[29077.219020] fwbr109i0: port 1(fwln109i0) entered forwarding state +[29077.226961] fwbr109i0: port 2(tap109i0) entered blocking state +[29077.226980] fwbr109i0: port 2(tap109i0) entered disabled state +[29077.226987] tap109i0: entered allmulticast mode +[29077.227088] fwbr109i0: port 2(tap109i0) entered blocking state +[29077.227091] fwbr109i0: port 2(tap109i0) entered forwarding state +[29087.966591] tap108i0: entered promiscuous mode +[29088.029103] vmbr0: port 3(fwpr108p0) entered blocking state +[29088.029108] vmbr0: port 3(fwpr108p0) entered disabled state +[29088.029120] fwpr108p0: entered allmulticast mode +[29088.029170] fwpr108p0: entered promiscuous mode +[29088.029204] vmbr0: port 3(fwpr108p0) entered blocking state +[29088.029206] vmbr0: port 3(fwpr108p0) entered forwarding state +[29088.038202] fwbr108i0: port 1(fwln108i0) entered blocking state +[29088.038208] fwbr108i0: port 1(fwln108i0) entered disabled state +[29088.038219] fwln108i0: entered allmulticast mode +[29088.038257] fwln108i0: entered promiscuous mode +[29088.038298] fwbr108i0: port 1(fwln108i0) entered blocking state +[29088.038300] fwbr108i0: port 1(fwln108i0) entered forwarding state +[29088.046988] fwbr108i0: port 2(tap108i0) entered blocking state +[29088.046993] fwbr108i0: port 2(tap108i0) entered disabled state +[29088.046998] tap108i0: entered allmulticast mode +[29088.047057] fwbr108i0: port 2(tap108i0) entered blocking state +[29088.047059] fwbr108i0: port 2(tap108i0) entered forwarding state +[29091.118353] tap107i0: entered promiscuous mode +[29091.184183] vmbr0: port 4(fwpr107p0) entered blocking state +[29091.184187] vmbr0: port 4(fwpr107p0) entered disabled state +[29091.184210] fwpr107p0: entered allmulticast mode +[29091.184251] fwpr107p0: entered promiscuous mode +[29091.184291] vmbr0: port 4(fwpr107p0) entered blocking state +[29091.184293] vmbr0: port 4(fwpr107p0) entered forwarding state +[29091.195177] fwbr107i0: port 1(fwln107i0) entered blocking state +[29091.195181] fwbr107i0: port 1(fwln107i0) entered disabled state +[29091.195194] fwln107i0: entered allmulticast mode +[29091.195231] fwln107i0: entered promiscuous mode +[29091.195263] fwbr107i0: port 1(fwln107i0) entered blocking state +[29091.195264] fwbr107i0: port 1(fwln107i0) entered forwarding state +[29091.208347] fwbr107i0: port 2(tap107i0) entered blocking state +[29091.208352] fwbr107i0: port 2(tap107i0) entered disabled state +[29091.208358] tap107i0: entered allmulticast mode +[29091.208428] fwbr107i0: port 2(tap107i0) entered blocking state +[29091.208430] fwbr107i0: port 2(tap107i0) entered forwarding state +[29091.909147] tap107i1: entered promiscuous mode +[29091.977499] datanet: port 2(fwpr107p1) entered blocking state +[29091.977504] datanet: port 2(fwpr107p1) entered disabled state +[29091.977517] fwpr107p1: entered allmulticast mode +[29091.977566] fwpr107p1: entered promiscuous mode +[29091.977584] datanet: port 2(fwpr107p1) entered blocking state +[29091.977586] datanet: port 2(fwpr107p1) entered forwarding state +[29091.986388] fwbr107i1: port 1(fwln107i1) entered blocking state +[29091.986392] fwbr107i1: port 1(fwln107i1) entered disabled state +[29091.986405] fwln107i1: entered allmulticast mode +[29091.986442] fwln107i1: entered promiscuous mode +[29091.986473] fwbr107i1: port 1(fwln107i1) entered blocking state +[29091.986475] fwbr107i1: port 1(fwln107i1) entered forwarding state +[29091.995681] fwbr107i1: port 2(tap107i1) entered blocking state +[29091.995686] fwbr107i1: port 2(tap107i1) entered disabled state +[29091.995692] tap107i1: entered allmulticast mode +[29091.995754] fwbr107i1: port 2(tap107i1) entered blocking state +[29091.995756] fwbr107i1: port 2(tap107i1) entered forwarding state +[29094.657914] tap106i0: entered promiscuous mode +[29094.726208] vmbr0: port 5(fwpr106p0) entered blocking state +[29094.726213] vmbr0: port 5(fwpr106p0) entered disabled state +[29094.726226] fwpr106p0: entered allmulticast mode +[29094.726267] fwpr106p0: entered promiscuous mode +[29094.726311] vmbr0: port 5(fwpr106p0) entered blocking state +[29094.726315] vmbr0: port 5(fwpr106p0) entered forwarding state +[29094.735005] fwbr106i0: port 1(fwln106i0) entered blocking state +[29094.735010] fwbr106i0: port 1(fwln106i0) entered disabled state +[29094.735022] fwln106i0: entered allmulticast mode +[29094.735062] fwln106i0: entered promiscuous mode +[29094.735093] fwbr106i0: port 1(fwln106i0) entered blocking state +[29094.735095] fwbr106i0: port 1(fwln106i0) entered forwarding state +[29094.743731] fwbr106i0: port 2(tap106i0) entered blocking state +[29094.743735] fwbr106i0: port 2(tap106i0) entered disabled state +[29094.743741] tap106i0: entered allmulticast mode +[29094.743792] fwbr106i0: port 2(tap106i0) entered blocking state +[29094.743794] fwbr106i0: port 2(tap106i0) entered forwarding state +[29100.243898] tap100i0: entered promiscuous mode +[29100.285800] vmbr0: port 6(tap100i0) entered blocking state +[29100.285815] vmbr0: port 6(tap100i0) entered disabled state +[29100.285827] tap100i0: entered allmulticast mode +[29100.285899] vmbr0: port 6(tap100i0) entered blocking state +[29100.285901] vmbr0: port 6(tap100i0) entered forwarding state +[29100.375010] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0 +[29100.375196] cp210x 3-7.4:1.0: device disconnected +[29101.809835] audit: type=1400 audit(1785159661.504:465): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29101.811927] audit: type=1400 audit(1785159661.506:466): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29101.896321] audit: type=1400 audit(1785159661.590:467): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29103.298024] tap101i0: entered promiscuous mode +[29103.379030] vmbr0: port 7(fwpr101p0) entered blocking state +[29103.379035] vmbr0: port 7(fwpr101p0) entered disabled state +[29103.379049] fwpr101p0: entered allmulticast mode +[29103.379095] fwpr101p0: entered promiscuous mode +[29103.379121] vmbr0: port 7(fwpr101p0) entered blocking state +[29103.379122] vmbr0: port 7(fwpr101p0) entered forwarding state +[29103.391877] fwbr101i0: port 1(fwln101i0) entered blocking state +[29103.391883] fwbr101i0: port 1(fwln101i0) entered disabled state +[29103.391895] fwln101i0: entered allmulticast mode +[29103.391947] fwln101i0: entered promiscuous mode +[29103.391972] fwbr101i0: port 1(fwln101i0) entered blocking state +[29103.391974] fwbr101i0: port 1(fwln101i0) entered forwarding state +[29103.406030] fwbr101i0: port 2(tap101i0) entered blocking state +[29103.406035] fwbr101i0: port 2(tap101i0) entered disabled state +[29103.406042] tap101i0: entered allmulticast mode +[29103.406094] fwbr101i0: port 2(tap101i0) entered blocking state +[29103.406096] fwbr101i0: port 2(tap101i0) entered forwarding state +[29110.026577] tap102i0: entered promiscuous mode +[29110.202956] vmbr0: port 8(fwpr102p0) entered blocking state +[29110.202963] vmbr0: port 8(fwpr102p0) entered disabled state +[29110.202981] fwpr102p0: entered allmulticast mode +[29110.203048] fwpr102p0: entered promiscuous mode +[29110.203079] vmbr0: port 8(fwpr102p0) entered blocking state +[29110.203082] vmbr0: port 8(fwpr102p0) entered forwarding state +[29110.229426] fwbr102i0: port 1(fwln102i0) entered blocking state +[29110.229437] fwbr102i0: port 1(fwln102i0) entered disabled state +[29110.229459] fwln102i0: entered allmulticast mode +[29110.229548] fwln102i0: entered promiscuous mode +[29110.229584] fwbr102i0: port 1(fwln102i0) entered blocking state +[29110.229590] fwbr102i0: port 1(fwln102i0) entered forwarding state +[29110.244073] fwbr102i0: port 2(tap102i0) entered blocking state +[29110.244078] fwbr102i0: port 2(tap102i0) entered disabled state +[29110.244084] tap102i0: entered allmulticast mode +[29110.244144] fwbr102i0: port 2(tap102i0) entered blocking state +[29110.244147] fwbr102i0: port 2(tap102i0) entered forwarding state +[29111.441857] usb 3-7.4: reset full-speed USB device number 6 using xhci_hcd +[29111.902861] usb 3-7.3: reset full-speed USB device number 5 using xhci_hcd +[29114.057642] tap103i0: entered promiscuous mode +[29114.185710] vmbr0: port 9(fwpr103p0) entered blocking state +[29114.185718] vmbr0: port 9(fwpr103p0) entered disabled state +[29114.185734] fwpr103p0: entered allmulticast mode +[29114.185801] fwpr103p0: entered promiscuous mode +[29114.185837] vmbr0: port 9(fwpr103p0) entered blocking state +[29114.185840] vmbr0: port 9(fwpr103p0) entered forwarding state +[29114.202205] fwbr103i0: port 1(fwln103i0) entered blocking state +[29114.202217] fwbr103i0: port 1(fwln103i0) entered disabled state +[29114.202240] fwln103i0: entered allmulticast mode +[29114.202332] fwln103i0: entered promiscuous mode +[29114.202379] fwbr103i0: port 1(fwln103i0) entered blocking state +[29114.202383] fwbr103i0: port 1(fwln103i0) entered forwarding state +[29114.220197] fwbr103i0: port 2(tap103i0) entered blocking state +[29114.220207] fwbr103i0: port 2(tap103i0) entered disabled state +[29114.220220] tap103i0: entered allmulticast mode +[29114.220324] fwbr103i0: port 2(tap103i0) entered blocking state +[29114.220328] fwbr103i0: port 2(tap103i0) entered forwarding state +[29118.660788] tap104i0: entered promiscuous mode +[29118.797117] vmbr0: port 10(fwpr104p0) entered blocking state +[29118.797128] vmbr0: port 10(fwpr104p0) entered disabled state +[29118.797151] fwpr104p0: entered allmulticast mode +[29118.797254] fwpr104p0: entered promiscuous mode +[29118.797316] vmbr0: port 10(fwpr104p0) entered blocking state +[29118.797321] vmbr0: port 10(fwpr104p0) entered forwarding state +[29118.810960] fwbr104i0: port 1(fwln104i0) entered blocking state +[29118.810966] fwbr104i0: port 1(fwln104i0) entered disabled state +[29118.810979] fwln104i0: entered allmulticast mode +[29118.811018] fwln104i0: entered promiscuous mode +[29118.811049] fwbr104i0: port 1(fwln104i0) entered blocking state +[29118.811052] fwbr104i0: port 1(fwln104i0) entered forwarding state +[29118.825283] fwbr104i0: port 2(tap104i0) entered blocking state +[29118.825289] fwbr104i0: port 2(tap104i0) entered disabled state +[29118.825298] tap104i0: entered allmulticast mode +[29118.825367] fwbr104i0: port 2(tap104i0) entered blocking state +[29118.825369] fwbr104i0: port 2(tap104i0) entered forwarding state +[29384.722699] audit: type=1400 audit(1785159944.419:468): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29384.726331] audit: type=1400 audit(1785159944.423:469): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29384.845154] audit: type=1400 audit(1785159944.541:470): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29658.284767] audit: type=1400 audit(1785160217.984:471): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29658.286886] audit: type=1400 audit(1785160217.987:472): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29658.486511] audit: type=1400 audit(1785160218.186:473): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29952.727411] audit: type=1400 audit(1785160512.429:474): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29952.729578] audit: type=1400 audit(1785160512.431:475): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29952.794926] audit: type=1400 audit(1785160512.496:476): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30253.735762] audit: type=1400 audit(1785160813.440:477): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30253.741735] audit: type=1400 audit(1785160813.446:478): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30253.802566] audit: type=1400 audit(1785160813.506:479): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30492.873869] audit: type=1400 audit(1785161052.580:480): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30492.876048] audit: type=1400 audit(1785161052.582:481): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30492.974546] audit: type=1400 audit(1785161052.680:482): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30765.932082] audit: type=1400 audit(1785161325.640:483): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30765.935733] audit: type=1400 audit(1785161325.644:484): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30766.014819] audit: type=1400 audit(1785161325.723:485): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31036.317948] audit: type=1400 audit(1785161596.030:486): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31036.320047] audit: type=1400 audit(1785161596.032:487): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31036.399864] audit: type=1400 audit(1785161596.112:488): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31286.602586] audit: type=1400 audit(1785161846.315:489): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31286.604740] audit: type=1400 audit(1785161846.318:490): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31286.728259] audit: type=1400 audit(1785161846.441:491): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31548.956429] audit: type=1400 audit(1785162108.672:492): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31548.958615] audit: type=1400 audit(1785162108.674:493): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31549.022178] audit: type=1400 audit(1785162108.737:494): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31847.621870] audit: type=1400 audit(1785162407.341:495): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31847.624068] audit: type=1400 audit(1785162407.343:496): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31847.674252] audit: type=1400 audit(1785162407.393:497): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32120.514505] audit: type=1400 audit(1785162680.235:498): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32120.516552] audit: type=1400 audit(1785162680.237:499): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32120.570175] audit: type=1400 audit(1785162680.290:500): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32392.273127] audit: type=1400 audit(1785162951.996:501): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32392.275160] audit: type=1400 audit(1785162951.998:502): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32392.344138] audit: type=1400 audit(1785162952.067:503): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32633.048087] audit: type=1400 audit(1785163192.774:504): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32633.050272] audit: type=1400 audit(1785163192.776:505): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32633.128158] audit: type=1400 audit(1785163192.854:506): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32904.672717] audit: type=1400 audit(1785163464.400:507): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32904.674757] audit: type=1400 audit(1785163464.402:508): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32904.757743] audit: type=1400 audit(1785163464.485:509): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33183.332825] audit: type=1400 audit(1785163743.062:510): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33183.334949] audit: type=1400 audit(1785163743.064:511): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33183.410639] audit: type=1400 audit(1785163743.140:512): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33447.569075] audit: type=1400 audit(1785164007.302:513): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33447.570699] audit: type=1400 audit(1785164007.303:514): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33447.638432] audit: type=1400 audit(1785164007.371:515): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33729.402605] audit: type=1400 audit(1785164289.137:516): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33729.404438] audit: type=1400 audit(1785164289.138:517): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33729.489575] audit: type=1400 audit(1785164289.224:518): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33994.067374] audit: type=1400 audit(1785164553.804:519): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33994.069386] audit: type=1400 audit(1785164553.806:520): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33994.140644] audit: type=1400 audit(1785164553.877:521): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34230.200638] audit: type=1400 audit(1785164789.939:522): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34230.203348] audit: type=1400 audit(1785164789.942:523): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34230.280377] audit: type=1400 audit(1785164790.019:524): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34474.402484] audit: type=1400 audit(1785165034.143:525): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34474.404583] audit: type=1400 audit(1785165034.145:526): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34474.462876] audit: type=1400 audit(1785165034.203:527): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34757.379769] audit: type=1400 audit(1785165317.123:528): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34757.381419] audit: type=1400 audit(1785165317.124:529): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34757.458952] audit: type=1400 audit(1785165317.202:530): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35010.478573] audit: type=1400 audit(1785165570.224:531): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35010.480482] audit: type=1400 audit(1785165570.225:532): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35010.554572] audit: type=1400 audit(1785165570.300:533): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35249.230541] audit: type=1400 audit(1785165808.978:534): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35249.232620] audit: type=1400 audit(1785165808.980:535): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35249.327122] audit: type=1400 audit(1785165809.074:536): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35549.350185] audit: type=1400 audit(1785166109.101:537): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35549.352300] audit: type=1400 audit(1785166109.103:538): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35549.412280] audit: type=1400 audit(1785166109.163:539): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35825.651389] audit: type=1400 audit(1785166385.403:540): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35825.653444] audit: type=1400 audit(1785166385.405:541): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35825.706411] audit: type=1400 audit(1785166385.458:542): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36114.384098] audit: type=1400 audit(1785166674.139:543): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36114.386250] audit: type=1400 audit(1785166674.141:544): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36114.458125] audit: type=1400 audit(1785166674.213:545): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36415.506873] audit: type=1400 audit(1785166975.264:546): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36415.508997] audit: type=1400 audit(1785166975.266:547): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36415.576424] audit: type=1400 audit(1785166975.333:548): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36709.269049] audit: type=1400 audit(1785167269.030:549): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36709.271242] audit: type=1400 audit(1785167269.032:550): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36709.361645] audit: type=1400 audit(1785167269.122:551): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36993.532247] audit: type=1400 audit(1785167553.294:552): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36993.534285] audit: type=1400 audit(1785167553.296:553): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36993.613596] audit: type=1400 audit(1785167553.376:554): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37228.851537] audit: type=1400 audit(1785167788.616:555): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37228.853685] audit: type=1400 audit(1785167788.618:556): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37228.919876] audit: type=1400 audit(1785167788.684:557): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37495.075037] audit: type=1400 audit(1785168054.841:558): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37495.076825] audit: type=1400 audit(1785168054.843:559): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37495.136316] audit: type=1400 audit(1785168054.903:560): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37737.404174] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[37767.627615] audit: type=1400 audit(1785168327.397:561): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37767.629951] audit: type=1400 audit(1785168327.400:562): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37767.691923] audit: type=1400 audit(1785168327.462:563): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37917.754651] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[37924.026603] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38052.927899] audit: type=1400 audit(1785168612.699:564): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38052.930110] audit: type=1400 audit(1785168612.701:565): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38053.001396] audit: type=1400 audit(1785168612.772:566): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38232.824012] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38311.144429] audit: type=1400 audit(1785168870.918:567): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38311.147254] audit: type=1400 audit(1785168870.920:568): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38311.211226] audit: type=1400 audit(1785168870.984:569): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38412.982504] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38419.190430] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38579.686160] audit: type=1400 audit(1785169139.462:570): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38579.688141] audit: type=1400 audit(1785169139.464:571): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38579.742846] audit: type=1400 audit(1785169139.518:572): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38593.204996] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38599.348927] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38605.556884] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38773.299457] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38779.443385] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38785.652351] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38792.371294] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38815.053169] audit: type=1400 audit(1785169374.831:573): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38815.055274] audit: type=1400 audit(1785169374.833:574): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38815.129765] audit: type=1400 audit(1785169374.907:575): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38953.329915] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38961.329851] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38967.473805] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38973.617773] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[38979.761685] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39086.826850] audit: type=1400 audit(1785169646.608:576): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39086.828974] audit: type=1400 audit(1785169646.610:577): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39086.895837] audit: type=1400 audit(1785169646.677:578): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39133.360411] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39139.504339] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39148.720269] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39152.944209] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39159.088159] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39167.152123] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39314.606846] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39320.750804] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39324.974771] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39339.182652] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39345.326584] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39351.053681] audit: type=1400 audit(1785169910.836:579): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39351.055816] audit: type=1400 audit(1785169910.838:580): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39351.116820] audit: type=1400 audit(1785169910.899:581): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39352.622515] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39494.637318] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39501.997241] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39510.317171] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39526.573063] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39532.717008] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39537.964946] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39617.245599] audit: type=1400 audit(1785170177.030:582): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39617.247665] audit: type=1400 audit(1785170177.032:583): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39617.327328] audit: type=1400 audit(1785170177.112:584): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39674.667770] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39680.171728] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39689.387672] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39698.603603] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39712.043454] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39726.251366] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39844.397387] audit: type=1400 audit(1785170404.184:585): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39844.402927] audit: type=1400 audit(1785170404.189:586): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39844.469486] audit: type=1400 audit(1785170404.256:587): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39854.698253] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39861.418182] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39867.562150] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39874.858063] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39885.993981] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39898.281893] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[39911.721791] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40036.520698] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40040.232638] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40046.888588] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40054.953538] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40060.200477] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40073.384405] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40085.672268] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40097.960162] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40135.166879] audit: type=1400 audit(1785170694.957:588): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40135.169100] audit: type=1400 audit(1785170694.959:589): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40135.247222] audit: type=1400 audit(1785170695.037:590): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40216.551167] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40226.983062] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40233.127002] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40248.487892] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40260.774762] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40271.142688] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40283.430557] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40379.105304] audit: type=1400 audit(1785170938.896:591): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40379.107410] audit: type=1400 audit(1785170938.898:592): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40379.167901] audit: type=1400 audit(1785170938.959:593): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40396.581621] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40402.085549] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40414.373459] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40420.517406] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40435.877283] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40448.165184] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40456.485110] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40468.773000] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40576.612058] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40581.924004] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40587.555953] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40599.843866] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40607.907791] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40621.347676] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40633.636581] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40644.771501] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40654.084393] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40660.162433] audit: type=1400 audit(1785171219.956:594): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40660.164574] audit: type=1400 audit(1785171219.958:595): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40660.225364] audit: type=1400 audit(1785171220.018:596): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40758.434536] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40767.266450] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40772.898403] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40786.082286] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40793.378227] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40806.690119] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40818.978015] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40832.162887] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40839.457826] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40938.465013] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40943.904971] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40952.608870] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40958.209818] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40961.276851] audit: type=1400 audit(1785171521.074:597): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40961.278635] audit: type=1400 audit(1785171521.075:598): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40961.336883] audit: type=1400 audit(1785171521.134:599): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40971.552719] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40979.616657] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[40992.001542] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41004.289422] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41017.632334] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41025.696286] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41118.495462] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41123.999456] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41130.143363] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41139.359283] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41145.503237] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41157.791128] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41165.087063] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41179.294954] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41189.662845] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41203.870767] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41208.859145] audit: type=1400 audit(1785171768.657:600): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41208.860797] audit: type=1400 audit(1785171768.659:601): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41208.924283] audit: type=1400 audit(1785171768.722:602): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41211.166703] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41299.101930] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41303.837896] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41311.389826] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41317.533793] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41326.749801] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41330.973661] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41345.181544] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41351.325492] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41364.765369] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41375.901291] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41391.261149] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41397.405099] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41479.132397] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41489.564316] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41498.780231] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41502.799661] audit: type=1400 audit(1785172062.600:603): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41502.801313] audit: type=1400 audit(1785172062.602:604): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41502.857903] audit: type=1400 audit(1785172062.658:605): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41504.924211] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41517.212093] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41530.651966] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41538.715907] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41551.003798] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41563.291710] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41576.732576] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41584.795510] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41659.162905] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41664.282849] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41676.954777] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41686.170664] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41690.394648] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41704.602549] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41716.890439] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41724.187361] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41736.054501] audit: type=1400 audit(1785172295.857:606): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41736.059726] audit: type=1400 audit(1785172295.862:607): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41736.122739] audit: type=1400 audit(1785172295.925:608): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41738.394256] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41750.682166] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41762.970043] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41770.265983] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41839.769439] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41852.057322] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41864.345250] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41875.737119] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41891.992982] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41904.280885] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41910.424846] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41923.864720] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41938.072609] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41950.360513] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41956.504455] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[41998.973444] audit: type=1400 audit(1785172558.778:609): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41998.975181] audit: type=1400 audit(1785172558.780:610): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41999.032710] audit: type=1400 audit(1785172558.837:611): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42019.799982] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42027.159884] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42037.719792] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42050.007719] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42061.048619] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42079.383463] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42089.752386] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42095.896318] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42109.399205] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42125.463082] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42135.830982] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42141.974956] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42199.830470] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42205.334428] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42212.630360] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42222.870309] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42235.350193] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42246.614107] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42264.853950] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42274.597942] audit: type=1400 audit(1785172834.406:612): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42274.601018] audit: type=1400 audit(1785172834.409:613): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42274.654366] audit: type=1400 audit(1785172834.462:614): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42275.285866] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42282.133809] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42294.741713] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42312.853546] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42321.365501] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42327.509438] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42380.502099] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42385.876955] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42390.996929] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42398.868850] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42408.181769] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42420.469668] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42432.660586] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42451.092414] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42460.406339] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42467.604302] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42479.892200] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42500.244025] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42509.459964] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42512.851917] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42531.890813] audit: type=1400 audit(1785173091.700:615): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42531.892427] audit: type=1400 audit(1785173091.701:616): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42531.964079] audit: type=1400 audit(1785173091.773:617): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42561.747645] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42565.907472] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42570.996448] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42577.043403] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42584.339319] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42593.555260] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42605.843178] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42618.132058] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42636.562897] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42645.778824] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42653.842767] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42665.426671] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42685.714514] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42698.002382] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42741.778023] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42756.561901] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42762.513845] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42769.873782] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42779.089716] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42791.377607] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42803.473510] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42815.603381] audit: type=1400 audit(1785173375.415:618): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42815.604996] audit: type=1400 audit(1785173375.416:619): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42815.676821] audit: type=1400 audit(1785173375.488:620): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42821.905344] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42831.313275] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42839.313188] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42850.546105] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42871.952924] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42884.240828] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42921.808493] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42927.248457] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42941.712325] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42948.752268] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42954.993242] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42964.211133] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42976.497018] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[42988.784915] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43010.192752] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43016.432685] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43024.655649] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43037.839515] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43050.556472] audit: type=1400 audit(1785173610.370:621): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43050.558091] audit: type=1400 audit(1785173610.371:622): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43050.619419] audit: type=1400 audit(1785173610.433:623): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43059.343356] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43071.631238] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43101.838981] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43107.086920] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43112.718869] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43129.998751] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43134.222708] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43142.286650] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43149.582580] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43161.870460] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43174.158353] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43197.583173] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43201.806130] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43209.968043] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43223.309942] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43245.005771] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43257.101640] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43281.869463] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43292.621372] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43298.061308] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43309.345958] audit: type=1400 audit(1785173869.161:624): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43309.347580] audit: type=1400 audit(1785173869.163:625): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43309.507617] audit: type=1400 audit(1785173869.323:626): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43319.757171] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43329.677068] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43335.117011] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43347.212965] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43359.692793] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43388.044540] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43395.340500] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43408.844380] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43430.348211] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43443.340082] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43462.091921] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43467.019879] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43477.771788] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43483.372741] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43504.876568] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43515.147495] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43523.211407] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43535.499312] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43547.787205] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43573.514988] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43580.874930] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43593.963807] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43598.454095] audit: type=1400 audit(1785174158.273:627): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43598.455657] audit: type=1400 audit(1785174158.274:628): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43598.752142] audit: type=1400 audit(1785174158.571:629): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43615.467624] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43628.811521] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43642.314409] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43647.136984] tap105i0: entered promiscuous mode +[43647.224190] vmbr0: port 11(fwpr105p0) entered blocking state +[43647.224195] vmbr0: port 11(fwpr105p0) entered disabled state +[43647.224208] fwpr105p0: entered allmulticast mode +[43647.224249] fwpr105p0: entered promiscuous mode +[43647.224296] vmbr0: port 11(fwpr105p0) entered blocking state +[43647.224297] vmbr0: port 11(fwpr105p0) entered forwarding state +[43647.235420] fwbr105i0: port 1(fwln105i0) entered blocking state +[43647.235426] fwbr105i0: port 1(fwln105i0) entered disabled state +[43647.235439] fwln105i0: entered allmulticast mode +[43647.235480] fwln105i0: entered promiscuous mode +[43647.235523] fwbr105i0: port 1(fwln105i0) entered blocking state +[43647.235525] fwbr105i0: port 1(fwln105i0) entered forwarding state +[43647.246302] fwbr105i0: port 2(tap105i0) entered blocking state +[43647.246307] fwbr105i0: port 2(tap105i0) entered disabled state +[43647.246313] tap105i0: entered allmulticast mode +[43647.246394] fwbr105i0: port 2(tap105i0) entered blocking state +[43647.246397] fwbr105i0: port 2(tap105i0) entered forwarding state +[43652.331314] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43663.115202] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43668.746185] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43690.441988] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43701.385899] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43708.681849] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43720.970719] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43733.257621] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43758.857412] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43766.217366] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43781.257235] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43802.761058] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43814.152945] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43822.344877] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43827.656836] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43837.704769] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43848.456654] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43854.984635] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43875.592435] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43885.036405] audit: type=1400 audit(1785174444.857:630): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43885.038688] audit: type=1400 audit(1785174444.859:631): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43885.106180] audit: type=1400 audit(1785174444.926:632): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43886.856335] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43894.024294] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43907.208219] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43918.600066] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43946.439870] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43951.367791] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43966.727689] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43970.016155] fwbr102i0: port 2(tap102i0) entered disabled state +[43970.016297] tap102i0 (unregistering): left allmulticast mode +[43970.016302] fwbr102i0: port 2(tap102i0) entered disabled state +[43988.231493] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[43999.687425] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44002.375410] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44007.687316] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44014.728306] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44023.239224] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44036.231119] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44040.455041] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44060.904883] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44073.095802] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44082.310743] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44082.374804] nfs: server pfv-tsys5-nfs-stor not responding, still trying +[44092.678637] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44103.913496] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44133.720976] audit: type=1400 audit(1785174693.543:633): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44133.722622] audit: type=1400 audit(1785174693.545:634): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44133.779703] audit: type=1400 audit(1785174693.602:635): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44137.606241] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44152.070124] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44173.573956] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44182.405845] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44192.998774] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44202.117713] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44208.359677] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44226.693463] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44248.261461] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44260.485190] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44267.781164] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44278.021058] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44291.204957] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44323.076658] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44337.381547] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44361.860364] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44364.932297] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44367.620305] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44373.791342] audit: type=1400 audit(1785174933.616:636): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44373.793130] audit: type=1400 audit(1785174933.617:637): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44373.859067] audit: type=1400 audit(1785174933.683:638): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44378.372226] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44387.588117] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44395.652118] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44412.163949] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44433.859776] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44445.955635] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44454.019583] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44463.334526] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44476.675391] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44509.315133] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44523.970985] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44544.962822] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44555.394743] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44563.906683] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44573.123560] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44581.123507] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44597.698366] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44619.010199] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44632.194091] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44639.490045] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44647.308268] audit: type=1400 audit(1785175207.136:639): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44647.310170] audit: type=1400 audit(1785175207.138:640): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44647.372781] audit: type=1400 audit(1785175207.200:641): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44650.625955] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44662.018825] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44694.785559] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44709.091413] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44724.993314] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44730.113248] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44741.057165] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[44744.854468] nfs: server pfv-tsys5-nfs-stor OK +[44933.524629] audit: type=1400 audit(1785175493.354:642): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44933.526266] audit: type=1400 audit(1785175493.355:643): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44933.591393] audit: type=1400 audit(1785175493.420:644): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45215.903513] audit: type=1400 audit(1785175775.735:645): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45215.905270] audit: type=1400 audit(1785175775.737:646): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45216.092632] audit: type=1400 audit(1785175775.924:647): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45507.331488] audit: type=1400 audit(1785176067.165:648): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45507.336463] audit: type=1400 audit(1785176067.170:649): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45507.419199] audit: type=1400 audit(1785176067.253:650): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45540.683712] tap102i0: entered promiscuous mode +[45540.721358] fwbr102i0: port 1(fwln102i0) entered disabled state +[45540.721499] vmbr0: port 8(fwpr102p0) entered disabled state +[45540.721617] fwln102i0 (unregistering): left allmulticast mode +[45540.721621] fwln102i0 (unregistering): left promiscuous mode +[45540.721624] fwbr102i0: port 1(fwln102i0) entered disabled state +[45540.721924] fwpr102p0 (unregistering): left allmulticast mode +[45540.721926] fwpr102p0 (unregistering): left promiscuous mode +[45540.721928] vmbr0: port 8(fwpr102p0) entered disabled state +[45540.808815] vmbr0: port 8(fwpr102p0) entered blocking state +[45540.808820] vmbr0: port 8(fwpr102p0) entered disabled state +[45540.808833] fwpr102p0: entered allmulticast mode +[45540.808875] fwpr102p0: entered promiscuous mode +[45540.808918] vmbr0: port 8(fwpr102p0) entered blocking state +[45540.808920] vmbr0: port 8(fwpr102p0) entered forwarding state +[45540.818470] fwbr102i0: port 1(fwln102i0) entered blocking state +[45540.818475] fwbr102i0: port 1(fwln102i0) entered disabled state +[45540.818488] fwln102i0: entered allmulticast mode +[45540.818526] fwln102i0: entered promiscuous mode +[45540.818576] fwbr102i0: port 1(fwln102i0) entered blocking state +[45540.818578] fwbr102i0: port 1(fwln102i0) entered forwarding state +[45540.828003] fwbr102i0: port 2(tap102i0) entered blocking state +[45540.828008] fwbr102i0: port 2(tap102i0) entered disabled state +[45540.828015] tap102i0: entered allmulticast mode +[45540.828083] fwbr102i0: port 2(tap102i0) entered blocking state +[45540.828085] fwbr102i0: port 2(tap102i0) entered forwarding state +[45751.820892] audit: type=1400 audit(1785176311.657:651): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45751.822742] audit: type=1400 audit(1785176311.659:652): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45751.979691] audit: type=1400 audit(1785176311.816:653): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46034.588460] audit: type=1400 audit(1785176594.427:654): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46034.589634] audit: type=1400 audit(1785176594.428:655): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46034.671887] audit: type=1400 audit(1785176594.510:656): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46313.513238] audit: type=1400 audit(1785176873.354:657): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46313.516397] audit: type=1400 audit(1785176873.357:658): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46313.582663] audit: type=1400 audit(1785176873.423:659): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46574.004198] audit: type=1400 audit(1785177133.847:660): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46574.005752] audit: type=1400 audit(1785177133.848:661): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46574.071413] audit: type=1400 audit(1785177133.914:662): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46828.080297] audit: type=1400 audit(1785177387.925:663): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46828.082118] audit: type=1400 audit(1785177387.926:664): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46828.148516] audit: type=1400 audit(1785177387.993:665): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47070.854992] audit: type=1400 audit(1785177630.702:666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47070.857261] audit: type=1400 audit(1785177630.704:667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47070.925081] audit: type=1400 audit(1785177630.772:668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47345.256492] audit: type=1400 audit(1785177905.104:669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47345.258468] audit: type=1400 audit(1785177905.106:670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47345.330142] audit: type=1400 audit(1785177905.177:671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47631.868815] audit: type=1400 audit(1785178191.718:672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47631.870790] audit: type=1400 audit(1785178191.720:673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47631.930832] audit: type=1400 audit(1785178191.780:674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47873.594070] audit: type=1400 audit(1785178433.444:675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47873.595742] audit: type=1400 audit(1785178433.446:676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47873.653621] audit: type=1400 audit(1785178433.504:677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47913.794985] tap107i0: left allmulticast mode +[47913.795032] fwbr107i0: port 2(tap107i0) entered disabled state +[47913.797806] fwbr107i0: port 1(fwln107i0) entered disabled state +[47913.798054] vmbr0: port 4(fwpr107p0) entered disabled state +[47913.798152] fwln107i0 (unregistering): left allmulticast mode +[47913.798157] fwln107i0 (unregistering): left promiscuous mode +[47913.798160] fwbr107i0: port 1(fwln107i0) entered disabled state +[47913.798392] fwpr107p0 (unregistering): left allmulticast mode +[47913.798396] fwpr107p0 (unregistering): left promiscuous mode +[47913.798398] vmbr0: port 4(fwpr107p0) entered disabled state +[47914.027799] tap107i1: left allmulticast mode +[47914.027828] fwbr107i1: port 2(tap107i1) entered disabled state +[47914.030421] fwbr107i1: port 1(fwln107i1) entered disabled state +[47914.030468] datanet: port 2(fwpr107p1) entered disabled state +[47914.030567] fwln107i1 (unregistering): left allmulticast mode +[47914.030571] fwln107i1 (unregistering): left promiscuous mode +[47914.030574] fwbr107i1: port 1(fwln107i1) entered disabled state +[47914.030838] fwpr107p1 (unregistering): left allmulticast mode +[47914.030840] fwpr107p1 (unregistering): left promiscuous mode +[47914.030842] datanet: port 2(fwpr107p1) entered disabled state +[47915.733933] tap107i0: entered promiscuous mode +[47915.811153] vmbr0: port 4(fwpr107p0) entered blocking state +[47915.811159] vmbr0: port 4(fwpr107p0) entered disabled state +[47915.811172] fwpr107p0: entered allmulticast mode +[47915.811214] fwpr107p0: entered promiscuous mode +[47915.811253] vmbr0: port 4(fwpr107p0) entered blocking state +[47915.811255] vmbr0: port 4(fwpr107p0) entered forwarding state +[47915.822530] fwbr107i0: port 1(fwln107i0) entered blocking state +[47915.822535] fwbr107i0: port 1(fwln107i0) entered disabled state +[47915.822547] fwln107i0: entered allmulticast mode +[47915.822595] fwln107i0: entered promiscuous mode +[47915.822628] fwbr107i0: port 1(fwln107i0) entered blocking state +[47915.822633] fwbr107i0: port 1(fwln107i0) entered forwarding state +[47915.831504] fwbr107i0: port 2(tap107i0) entered blocking state +[47915.831518] fwbr107i0: port 2(tap107i0) entered disabled state +[47915.831524] tap107i0: entered allmulticast mode +[47915.831601] fwbr107i0: port 2(tap107i0) entered blocking state +[47915.831604] fwbr107i0: port 2(tap107i0) entered forwarding state +[47916.506797] tap107i1: entered promiscuous mode +[47916.584092] datanet: port 2(fwpr107p1) entered blocking state +[47916.584097] datanet: port 2(fwpr107p1) entered disabled state +[47916.584110] fwpr107p1: entered allmulticast mode +[47916.584158] fwpr107p1: entered promiscuous mode +[47916.584176] datanet: port 2(fwpr107p1) entered blocking state +[47916.584178] datanet: port 2(fwpr107p1) entered forwarding state +[47916.593687] fwbr107i1: port 1(fwln107i1) entered blocking state +[47916.593692] fwbr107i1: port 1(fwln107i1) entered disabled state +[47916.593704] fwln107i1: entered allmulticast mode +[47916.593753] fwln107i1: entered promiscuous mode +[47916.593783] fwbr107i1: port 1(fwln107i1) entered blocking state +[47916.593785] fwbr107i1: port 1(fwln107i1) entered forwarding state +[47916.603075] fwbr107i1: port 2(tap107i1) entered blocking state +[47916.603080] fwbr107i1: port 2(tap107i1) entered disabled state +[47916.603086] tap107i1: entered allmulticast mode +[47916.603154] fwbr107i1: port 2(tap107i1) entered blocking state +[47916.603157] fwbr107i1: port 2(tap107i1) entered forwarding state +[48109.098535] audit: type=1400 audit(1785178668.951:678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48109.103124] audit: type=1400 audit(1785178668.955:679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48109.169297] audit: type=1400 audit(1785178669.021:680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48357.016212] audit: type=1400 audit(1785178916.870:681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48357.017936] audit: type=1400 audit(1785178916.872:682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48357.081938] audit: type=1400 audit(1785178916.936:683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48648.171352] audit: type=1400 audit(1785179208.028:684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48648.173137] audit: type=1400 audit(1785179208.029:685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48648.251639] audit: type=1400 audit(1785179208.108:686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48949.895876] audit: type=1400 audit(1785179509.756:687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48949.897980] audit: type=1400 audit(1785179509.758:688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48949.967267] audit: type=1400 audit(1785179509.827:689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49174.868091] tap107i0: left allmulticast mode +[49174.868111] fwbr107i0: port 2(tap107i0) entered disabled state +[49174.870886] fwbr107i0: port 1(fwln107i0) entered disabled state +[49174.871180] vmbr0: port 4(fwpr107p0) entered disabled state +[49174.871297] fwln107i0 (unregistering): left allmulticast mode +[49174.871301] fwln107i0 (unregistering): left promiscuous mode +[49174.871303] fwbr107i0: port 1(fwln107i0) entered disabled state +[49174.871529] fwpr107p0 (unregistering): left allmulticast mode +[49174.871533] fwpr107p0 (unregistering): left promiscuous mode +[49174.871535] vmbr0: port 4(fwpr107p0) entered disabled state +[49175.094674] tap107i1: left allmulticast mode +[49175.094704] fwbr107i1: port 2(tap107i1) entered disabled state +[49175.097367] fwbr107i1: port 1(fwln107i1) entered disabled state +[49175.097431] datanet: port 2(fwpr107p1) entered disabled state +[49175.097558] fwln107i1 (unregistering): left allmulticast mode +[49175.097562] fwln107i1 (unregistering): left promiscuous mode +[49175.097566] fwbr107i1: port 1(fwln107i1) entered disabled state +[49175.097838] fwpr107p1 (unregistering): left allmulticast mode +[49175.097841] fwpr107p1 (unregistering): left promiscuous mode +[49175.097843] datanet: port 2(fwpr107p1) entered disabled state +[49208.044414] audit: type=1400 audit(1785179767.906:690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49208.045993] audit: type=1400 audit(1785179767.908:691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49208.124300] audit: type=1400 audit(1785179767.986:692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49503.760562] audit: type=1400 audit(1785180063.624:693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49503.762721] audit: type=1400 audit(1785180063.626:694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49503.824959] audit: type=1400 audit(1785180063.688:695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49735.751744] audit: type=1400 audit(1785180295.617:696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49735.753782] audit: type=1400 audit(1785180295.619:697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49735.858799] audit: type=1400 audit(1785180295.724:698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50006.816371] audit: type=1400 audit(1785180566.683:699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50006.818590] audit: type=1400 audit(1785180566.686:700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50006.892671] audit: type=1400 audit(1785180566.760:701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50260.048972] audit: type=1400 audit(1785180819.918:702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50260.051053] audit: type=1400 audit(1785180819.920:703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50260.102759] audit: type=1400 audit(1785180819.972:704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50531.074431] audit: type=1400 audit(1785181090.946:705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50531.076098] audit: type=1400 audit(1785181090.947:706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50531.169752] audit: type=1400 audit(1785181091.041:707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50783.725719] audit: type=1400 audit(1785181343.599:708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50783.727792] audit: type=1400 audit(1785181343.601:709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50783.790683] audit: type=1400 audit(1785181343.664:710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51083.870990] audit: type=1400 audit(1785181643.748:711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51083.873025] audit: type=1400 audit(1785181643.750:712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51083.924467] audit: type=1400 audit(1785181643.801:713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51343.214848] audit: type=1400 audit(1785181903.093:714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51343.216975] audit: type=1400 audit(1785181903.095:715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51343.301072] audit: type=1400 audit(1785181903.179:716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51608.349342] audit: type=1400 audit(1785182168.229:717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51608.351448] audit: type=1400 audit(1785182168.232:718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51608.421610] audit: type=1400 audit(1785182168.302:719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51909.960927] audit: type=1400 audit(1785182469.845:720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51909.963031] audit: type=1400 audit(1785182469.847:721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51910.023699] audit: type=1400 audit(1785182469.907:722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52198.974346] audit: type=1400 audit(1785182758.860:723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52198.976676] audit: type=1400 audit(1785182758.862:724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52199.078574] audit: type=1400 audit(1785182758.964:725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52429.880179] audit: type=1400 audit(1785182989.768:726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52429.881681] audit: type=1400 audit(1785182989.769:727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52429.954598] audit: type=1400 audit(1785182989.842:728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52669.670580] audit: type=1400 audit(1785183229.561:729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52669.672701] audit: type=1400 audit(1785183229.563:730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52669.730572] audit: type=1400 audit(1785183229.621:731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52915.194684] audit: type=1400 audit(1785183475.087:732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52915.196772] audit: type=1400 audit(1785183475.089:733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52915.261995] audit: type=1400 audit(1785183475.154:734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53150.190518] audit: type=1400 audit(1785183710.085:735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53150.192652] audit: type=1400 audit(1785183710.087:736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53150.249163] audit: type=1400 audit(1785183710.143:737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53414.260836] audit: type=1400 audit(1785183974.157:738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53414.271186] audit: type=1400 audit(1785183974.168:739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53414.348385] audit: type=1400 audit(1785183974.245:740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53530.746392] tap102i0: left allmulticast mode +[53530.746412] fwbr102i0: port 2(tap102i0) entered disabled state +[53530.748998] fwbr102i0: port 1(fwln102i0) entered disabled state +[53530.749244] vmbr0: port 8(fwpr102p0) entered disabled state +[53530.749361] fwln102i0 (unregistering): left allmulticast mode +[53530.749365] fwln102i0 (unregistering): left promiscuous mode +[53530.749367] fwbr102i0: port 1(fwln102i0) entered disabled state +[53530.749603] fwpr102p0 (unregistering): left allmulticast mode +[53530.749606] fwpr102p0 (unregistering): left promiscuous mode +[53530.749607] vmbr0: port 8(fwpr102p0) entered disabled state +[53560.183582] tap102i0: entered promiscuous mode +[53560.264003] vmbr0: port 4(fwpr102p0) entered blocking state +[53560.264008] vmbr0: port 4(fwpr102p0) entered disabled state +[53560.264020] fwpr102p0: entered allmulticast mode +[53560.264060] fwpr102p0: entered promiscuous mode +[53560.264113] vmbr0: port 4(fwpr102p0) entered blocking state +[53560.264115] vmbr0: port 4(fwpr102p0) entered forwarding state +[53560.273706] fwbr102i0: port 1(fwln102i0) entered blocking state +[53560.273711] fwbr102i0: port 1(fwln102i0) entered disabled state +[53560.273724] fwln102i0: entered allmulticast mode +[53560.273762] fwln102i0: entered promiscuous mode +[53560.273834] fwbr102i0: port 1(fwln102i0) entered blocking state +[53560.273838] fwbr102i0: port 1(fwln102i0) entered forwarding state +[53560.283685] fwbr102i0: port 2(tap102i0) entered blocking state +[53560.283689] fwbr102i0: port 2(tap102i0) entered disabled state +[53560.283696] tap102i0: entered allmulticast mode +[53560.283755] fwbr102i0: port 2(tap102i0) entered blocking state +[53560.283757] fwbr102i0: port 2(tap102i0) entered forwarding state +[53653.048091] audit: type=1400 audit(1785184212.947:741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53653.049346] audit: type=1400 audit(1785184212.948:742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53653.105644] audit: type=1400 audit(1785184213.004:743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53946.584457] audit: type=1400 audit(1785184506.486:744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53946.586590] audit: type=1400 audit(1785184506.488:745): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53946.649774] audit: type=1400 audit(1785184506.551:746): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54208.904243] audit: type=1400 audit(1785184768.808:747): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54208.906012] audit: type=1400 audit(1785184768.809:748): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54209.072903] audit: type=1400 audit(1785184768.976:749): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54486.502519] audit: type=1400 audit(1785185046.408:750): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54486.504731] audit: type=1400 audit(1785185046.411:751): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54486.572451] audit: type=1400 audit(1785185046.478:752): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54775.173359] audit: type=1400 audit(1785185335.082:753): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54775.175440] audit: type=1400 audit(1785185335.084:754): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54775.251358] audit: type=1400 audit(1785185335.160:755): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55004.415116] audit: type=1400 audit(1785185564.326:756): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55004.416631] audit: type=1400 audit(1785185564.327:757): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55004.538843] audit: type=1400 audit(1785185564.449:758): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55274.092758] audit: type=1400 audit(1785185834.006:759): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55274.094888] audit: type=1400 audit(1785185834.008:760): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55274.271836] audit: type=1400 audit(1785185834.185:761): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55569.191201] audit: type=1400 audit(1785186129.107:762): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55569.193315] audit: type=1400 audit(1785186129.109:763): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55569.251676] audit: type=1400 audit(1785186129.167:764): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55837.391967] audit: type=1400 audit(1785186397.311:765): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55837.394044] audit: type=1400 audit(1785186397.313:766): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55837.453008] audit: type=1400 audit(1785186397.372:767): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56067.372587] audit: type=1400 audit(1785186627.293:768): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56067.374702] audit: type=1400 audit(1785186627.295:769): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56067.438803] audit: type=1400 audit(1785186627.359:770): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56367.304688] audit: type=1400 audit(1785186927.227:771): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56367.306867] audit: type=1400 audit(1785186927.229:772): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56367.364123] audit: type=1400 audit(1785186927.286:773): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56618.370325] audit: type=1400 audit(1785187178.294:774): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56618.372506] audit: type=1400 audit(1785187178.297:775): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56618.507511] audit: type=1400 audit(1785187178.432:776): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56883.687391] audit: type=1400 audit(1785187443.614:777): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56883.689520] audit: type=1400 audit(1785187443.616:778): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56883.840791] audit: type=1400 audit(1785187443.767:779): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57152.762282] audit: type=1400 audit(1785187712.691:780): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57152.764457] audit: type=1400 audit(1785187712.693:781): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57152.952413] audit: type=1400 audit(1785187712.881:782): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57452.973020] audit: type=1400 audit(1785188012.903:783): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57452.975096] audit: type=1400 audit(1785188012.905:784): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57453.040651] audit: type=1400 audit(1785188012.970:785): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57749.324998] audit: type=1400 audit(1785188309.256:786): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57749.327054] audit: type=1400 audit(1785188309.258:787): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57749.394063] audit: type=1400 audit(1785188309.325:788): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57976.901271] audit: type=1400 audit(1785188536.834:789): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57976.903286] audit: type=1400 audit(1785188536.836:790): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57976.968318] audit: type=1400 audit(1785188536.901:791): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58272.323539] audit: type=1400 audit(1785188832.257:792): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58272.325677] audit: type=1400 audit(1785188832.259:793): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58272.387944] audit: type=1400 audit(1785188832.322:794): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58550.778517] audit: type=1400 audit(1785189110.714:795): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58550.780836] audit: type=1400 audit(1785189110.716:796): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58550.863233] audit: type=1400 audit(1785189110.798:797): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58792.606356] audit: type=1400 audit(1785189352.543:798): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58792.608458] audit: type=1400 audit(1785189352.545:799): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58792.668801] audit: type=1400 audit(1785189352.605:800): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59061.586481] audit: type=1400 audit(1785189621.525:801): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59061.588575] audit: type=1400 audit(1785189621.527:802): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59061.698857] audit: type=1400 audit(1785189621.637:803): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59329.811106] audit: type=1400 audit(1785189889.751:804): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59329.813293] audit: type=1400 audit(1785189889.753:805): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59330.361934] audit: type=1400 audit(1785189890.302:806): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59613.438516] audit: type=1400 audit(1785190173.379:807): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59613.440721] audit: type=1400 audit(1785190173.381:808): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59613.503977] audit: type=1400 audit(1785190173.444:809): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59911.057663] audit: type=1400 audit(1785190470.999:810): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59911.061273] audit: type=1400 audit(1785190471.003:811): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59911.145914] audit: type=1400 audit(1785190471.087:812): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60088.458825] tap102i0: left allmulticast mode +[60088.458846] fwbr102i0: port 2(tap102i0) entered disabled state +[60088.461315] fwbr102i0: port 1(fwln102i0) entered disabled state +[60088.461524] vmbr0: port 4(fwpr102p0) entered disabled state +[60088.461667] fwln102i0 (unregistering): left allmulticast mode +[60088.461671] fwln102i0 (unregistering): left promiscuous mode +[60088.461673] fwbr102i0: port 1(fwln102i0) entered disabled state +[60088.461916] fwpr102p0 (unregistering): left allmulticast mode +[60088.461918] fwpr102p0 (unregistering): left promiscuous mode +[60088.461920] vmbr0: port 4(fwpr102p0) entered disabled state +[60162.298796] audit: type=1400 audit(1785190722.241:813): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60162.300923] audit: type=1400 audit(1785190722.243:814): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60162.357419] audit: type=1400 audit(1785190722.300:815): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60456.082604] audit: type=1400 audit(1785191016.027:816): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60456.084628] audit: type=1400 audit(1785191016.029:817): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60456.159668] audit: type=1400 audit(1785191016.104:818): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60724.868505] audit: type=1400 audit(1785191284.814:819): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60724.870666] audit: type=1400 audit(1785191284.816:820): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60724.970160] audit: type=1400 audit(1785191284.916:821): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60953.245155] audit: type=1400 audit(1785191513.193:822): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60953.247284] audit: type=1400 audit(1785191513.195:823): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60953.301767] audit: type=1400 audit(1785191513.249:824): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61249.440492] audit: type=1400 audit(1785191809.389:825): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61249.442246] audit: type=1400 audit(1785191809.390:826): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61249.503863] audit: type=1400 audit(1785191809.452:827): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61531.344993] audit: type=1400 audit(1785192091.296:828): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61531.347132] audit: type=1400 audit(1785192091.298:829): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61531.437639] audit: type=1400 audit(1785192091.388:830): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61793.855997] audit: type=1400 audit(1785192353.807:831): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61793.858156] audit: type=1400 audit(1785192353.809:832): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61793.936374] audit: type=1400 audit(1785192353.887:833): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62076.175374] audit: type=1400 audit(1785192636.128:834): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62076.177456] audit: type=1400 audit(1785192636.130:835): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62076.235782] audit: type=1400 audit(1785192636.188:836): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62312.088440] audit: type=1400 audit(1785192872.042:837): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62312.090563] audit: type=1400 audit(1785192872.044:838): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62312.145728] audit: type=1400 audit(1785192872.099:839): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62545.883911] audit: type=1400 audit(1785193105.840:840): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62545.886071] audit: type=1400 audit(1785193105.842:841): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62546.010376] audit: type=1400 audit(1785193105.966:842): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62778.706892] audit: type=1400 audit(1785193338.663:843): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62778.709611] audit: type=1400 audit(1785193338.666:844): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62778.786721] audit: type=1400 audit(1785193338.743:845): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63032.674889] audit: type=1400 audit(1785193592.632:846): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63032.676728] audit: type=1400 audit(1785193592.634:847): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63032.753056] audit: type=1400 audit(1785193592.710:848): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63270.004739] audit: type=1400 audit(1785193829.964:849): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63270.006887] audit: type=1400 audit(1785193829.967:850): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63270.084179] audit: type=1400 audit(1785193830.044:851): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63506.796547] audit: type=1400 audit(1785194066.757:852): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63506.797999] audit: type=1400 audit(1785194066.758:853): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63507.037978] audit: type=1400 audit(1785194066.998:854): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63745.566870] audit: type=1400 audit(1785194305.528:855): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63745.568958] audit: type=1400 audit(1785194305.530:856): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63745.625326] audit: type=1400 audit(1785194305.587:857): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64014.775168] audit: type=1400 audit(1785194574.738:858): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64014.777398] audit: type=1400 audit(1785194574.740:859): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64014.834106] audit: type=1400 audit(1785194574.797:860): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64259.014128] audit: type=1400 audit(1785194818.979:861): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64259.016264] audit: type=1400 audit(1785194818.981:862): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64259.095231] audit: type=1400 audit(1785194819.060:863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64535.378167] audit: type=1400 audit(1785195095.344:864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64535.380288] audit: type=1400 audit(1785195095.346:865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64535.469998] audit: type=1400 audit(1785195095.436:866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64807.217572] audit: type=1400 audit(1785195367.186:867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64807.219413] audit: type=1400 audit(1785195367.188:868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64807.299739] audit: type=1400 audit(1785195367.268:869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65053.586469] audit: type=1400 audit(1785195613.556:870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65053.590116] audit: type=1400 audit(1785195613.559:871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65053.663236] audit: type=1400 audit(1785195613.632:872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65312.992866] audit: type=1400 audit(1785195872.964:873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65312.995080] audit: type=1400 audit(1785195872.966:874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65313.070857] audit: type=1400 audit(1785195873.042:875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65574.525590] audit: type=1400 audit(1785196134.498:876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65574.527769] audit: type=1400 audit(1785196134.500:877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65574.589648] audit: type=1400 audit(1785196134.562:878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65867.415753] audit: type=1400 audit(1785196427.390:879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65867.417918] audit: type=1400 audit(1785196427.392:880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65867.486952] audit: type=1400 audit(1785196427.461:881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66126.170471] audit: type=1400 audit(1785196686.147:882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66126.172856] audit: type=1400 audit(1785196686.149:883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66126.238510] audit: type=1400 audit(1785196686.215:884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66408.240742] audit: type=1400 audit(1785196968.219:885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66408.242987] audit: type=1400 audit(1785196968.221:886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66408.401859] audit: type=1400 audit(1785196968.380:887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66671.993840] audit: type=1400 audit(1785197231.974:888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66671.996105] audit: type=1400 audit(1785197231.976:889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66672.054585] audit: type=1400 audit(1785197232.034:890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66910.124972] audit: type=1400 audit(1785197470.106:891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66910.127121] audit: type=1400 audit(1785197470.108:892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66910.194800] audit: type=1400 audit(1785197470.176:893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67200.291380] audit: type=1400 audit(1785197760.275:894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67200.293763] audit: type=1400 audit(1785197760.277:895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67200.357904] audit: type=1400 audit(1785197760.341:896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67480.461957] audit: type=1400 audit(1785198040.447:897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67480.464042] audit: type=1400 audit(1785198040.449:898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67480.533131] audit: type=1400 audit(1785198040.518:899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67714.469107] audit: type=1400 audit(1785198274.457:900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67714.471242] audit: type=1400 audit(1785198274.459:901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67714.739074] audit: type=1400 audit(1785198274.727:902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68008.709974] audit: type=1400 audit(1785198568.698:903): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68008.712175] audit: type=1400 audit(1785198568.701:904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68008.780854] audit: type=1400 audit(1785198568.769:905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68281.186600] audit: type=1400 audit(1785198841.177:906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68281.188642] audit: type=1400 audit(1785198841.179:907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68281.266349] audit: type=1400 audit(1785198841.256:908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68542.023819] audit: type=1400 audit(1785199102.016:909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68542.025883] audit: type=1400 audit(1785199102.018:910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68542.085915] audit: type=1400 audit(1785199102.078:911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68777.944794] audit: type=1400 audit(1785199337.938:912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68777.946835] audit: type=1400 audit(1785199337.940:913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68778.026564] audit: type=1400 audit(1785199338.020:914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69028.891553] audit: type=1400 audit(1785199588.886:915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69028.893340] audit: type=1400 audit(1785199588.888:916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69028.978125] audit: type=1400 audit(1785199588.973:917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69313.835481] audit: type=1400 audit(1785199873.833:918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69313.837599] audit: type=1400 audit(1785199873.835:919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69313.907455] audit: type=1400 audit(1785199873.905:920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69612.654027] audit: type=1400 audit(1785200172.654:921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69612.656196] audit: type=1400 audit(1785200172.656:922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69612.727183] audit: type=1400 audit(1785200172.727:923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69838.088394] audit: type=1400 audit(1785200398.088:924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69838.090590] audit: type=1400 audit(1785200398.091:925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69838.178180] audit: type=1400 audit(1785200398.178:926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70068.998081] audit: type=1400 audit(1785200629.000:927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70069.000299] audit: type=1400 audit(1785200629.002:928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70069.085263] audit: type=1400 audit(1785200629.087:929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70326.573322] audit: type=1400 audit(1785200886.576:930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70326.575423] audit: type=1400 audit(1785200886.579:931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70326.660108] audit: type=1400 audit(1785200886.663:932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70581.935215] audit: type=1400 audit(1785201141.941:933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70581.937343] audit: type=1400 audit(1785201141.943:934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70582.001118] audit: type=1400 audit(1785201142.007:935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70839.053192] audit: type=1400 audit(1785201399.060:936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70839.055402] audit: type=1400 audit(1785201399.062:937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70839.128994] audit: type=1400 audit(1785201399.135:938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71083.062484] audit: type=1400 audit(1785201643.070:939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71083.064304] audit: type=1400 audit(1785201643.072:940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71083.192312] audit: type=1400 audit(1785201643.200:941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71372.479964] audit: type=1400 audit(1785201932.491:942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71372.482085] audit: type=1400 audit(1785201932.493:943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71372.546102] audit: type=1400 audit(1785201932.557:944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71651.811545] audit: type=1400 audit(1785202211.823:945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71651.813757] audit: type=1400 audit(1785202211.825:946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71651.875824] audit: type=1400 audit(1785202211.887:947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71928.689522] audit: type=1400 audit(1785202488.703:948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71928.691639] audit: type=1400 audit(1785202488.705:949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71928.761457] audit: type=1400 audit(1785202488.775:950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72212.344698] audit: type=1400 audit(1785202772.360:951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72212.346685] audit: type=1400 audit(1785202772.362:952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72212.414726] audit: type=1400 audit(1785202772.430:953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72480.834488] audit: type=1400 audit(1785203040.852:954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72480.836683] audit: type=1400 audit(1785203040.854:955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72480.898977] audit: type=1400 audit(1785203040.917:956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72711.882022] audit: type=1400 audit(1785203271.900:957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72711.884135] audit: type=1400 audit(1785203271.902:958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72711.961338] audit: type=1400 audit(1785203271.979:959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72946.221126] audit: type=1400 audit(1785203506.241:960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72946.223382] audit: type=1400 audit(1785203506.243:961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72946.290301] audit: type=1400 audit(1785203506.310:962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73234.097241] audit: type=1400 audit(1785203794.118:963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73234.099395] audit: type=1400 audit(1785203794.121:964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73234.153786] audit: type=1400 audit(1785203794.175:965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73499.012267] audit: type=1400 audit(1785204059.035:966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73499.014349] audit: type=1400 audit(1785204059.037:967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73499.072110] audit: type=1400 audit(1785204059.095:968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73730.048609] audit: type=1400 audit(1785204290.073:969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73730.050447] audit: type=1400 audit(1785204290.075:970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73730.133650] audit: type=1400 audit(1785204290.158:971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73974.340013] audit: type=1400 audit(1785204534.367:972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73974.342143] audit: type=1400 audit(1785204534.368:973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73974.418704] audit: type=1400 audit(1785204534.445:974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74274.673309] audit: type=1400 audit(1785204834.702:975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74274.675361] audit: type=1400 audit(1785204834.704:976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74274.749651] audit: type=1400 audit(1785204834.778:977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74571.686010] audit: type=1400 audit(1785205131.715:978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74571.688174] audit: type=1400 audit(1785205131.718:979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74571.758711] audit: type=1400 audit(1785205131.788:980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74860.394445] audit: type=1400 audit(1785205420.426:981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74860.396431] audit: type=1400 audit(1785205420.428:982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74860.455626] audit: type=1400 audit(1785205420.487:983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75090.846929] audit: type=1400 audit(1785205650.880:984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75090.849356] audit: type=1400 audit(1785205650.883:985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75090.906895] audit: type=1400 audit(1785205650.940:986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75350.138510] audit: type=1400 audit(1785205910.173:987): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75350.140619] audit: type=1400 audit(1785205910.175:988): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75350.212655] audit: type=1400 audit(1785205910.247:989): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75643.310540] audit: type=1400 audit(1785206203.346:990): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75643.312620] audit: type=1400 audit(1785206203.348:991): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75643.387877] audit: type=1400 audit(1785206203.424:992): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75924.345065] audit: type=1400 audit(1785206484.383:993): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75924.346837] audit: type=1400 audit(1785206484.384:994): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75924.396150] audit: type=1400 audit(1785206484.434:995): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76153.426014] audit: type=1400 audit(1785206713.465:996): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76153.428031] audit: type=1400 audit(1785206713.467:997): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76153.480867] audit: type=1400 audit(1785206713.520:998): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76426.547118] audit: type=1400 audit(1785206986.588:999): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76426.549241] audit: type=1400 audit(1785206986.590:1000): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76426.610665] audit: type=1400 audit(1785206986.651:1001): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none --- cpu MHz (live snapshot) $ grep -c ^processor /proc/cpuinfo @@ -3539,51 +3287,51 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 31Gi 16Gi 13Gi 67Mi 1.7Gi 14Gi +Mem: 31Gi 19Gi 1.3Gi 80Mi 10Gi 11Gi Swap: 8.0Gi 0B 8.0Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 33559851008 18136645632 14027292672 70676480 1870532608 15423205376 +Mem: 33557622784 20869427200 1379188736 84840448 11806179328 12688195584 Swap: 8589930496 0 8589930496 --- swapon $ swapon --show NAME TYPE SIZE USED PRIO -/dev/dm-0 partition 8G 0B -2 +/dev/dm-0 partition 8G 0B -1 --- /proc/meminfo highlights $ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo -MemTotal: 32773292 kB -MemFree: 13698608 kB -MemAvailable: 15061816 kB -Buffers: 29576 kB -Cached: 1757576 kB +MemTotal: 32771116 kB +MemFree: 1346948 kB +MemAvailable: 12390904 kB +Buffers: 133288 kB +Cached: 11327768 kB SwapTotal: 8388604 kB SwapFree: 8388604 kB -Dirty: 1732 kB +Dirty: 2116 kB Writeback: 0 kB -AnonPages: 16744092 kB -Mapped: 242132 kB -Shmem: 69020 kB -Slab: 205940 kB -SReclaimable: 39556 kB -SUnreclaim: 166384 kB -KernelStack: 6888 kB -PageTables: 49672 kB -SecPageTables: 18020 kB +AnonPages: 19290000 kB +Mapped: 202384 kB +Shmem: 82852 kB +Slab: 327752 kB +SReclaimable: 68420 kB +SUnreclaim: 259332 kB +KernelStack: 6832 kB +PageTables: 54372 kB +SecPageTables: 14952 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 15087616 kB -ShmemHugePages: 0 kB +AnonHugePages: 17694720 kB +ShmemHugePages: 6144 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB HugePages_Total: 0 HugePages_Free: 0 Hugepagesize: 2048 kB -DirectMap4k: 246304 kB -DirectMap2M: 3854336 kB +DirectMap4k: 248352 kB +DirectMap2M: 3852288 kB DirectMap1G: 30408704 kB --- numa stat @@ -3600,386 +3348,389 @@ DirectMap1G: 30408704 kB --- slab top (top 20) $ slabtop -o -s c - Active / Total Objects (% used) : 652174 / 673942 (96.8%) - Active / Total Slabs (% used) : 16273 / 16273 (100.0%) - Active / Total Caches (% used) : 367 / 473 (77.6%) - Active / Total Size (% used) : 135547.27K / 141260.65K (96.0%) - Minimum / Average / Maximum Object : 0.01K / 0.21K / 16.00K + Active / Total Objects (% used) : 2038411 / 2095464 (97.3%) + Active / Total Slabs (% used) : 41996 / 41996 (100.0%) + Active / Total Caches (% used) : 370 / 477 (77.6%) + Active / Total Size (% used) : 255096.65K / 272594.93K (93.6%) + Minimum / Average / Maximum Object : 0.01K / 0.13K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME - 65700 65651 99% 0.13K 2190 30 8760K kernfs_node_cache - 7743 7743 100% 1.10K 267 29 8544K ext4_inode_cache - 11284 11258 99% 0.57K 403 28 6448K radix_tree_node - 31521 31521 100% 0.19K 1501 21 6004K dentry - 486 474 97% 10.44K 162 3 5184K task_struct - 8050 8050 100% 0.62K 322 25 5152K inode_cache - 23394 23394 100% 0.19K 1114 21 4456K vm_area_struct - 42666 42666 100% 0.10K 1094 39 4376K buffer_head - 5474 5343 97% 0.69K 238 23 3808K proc_inode_cache - 5280 2776 52% 0.50K 165 32 2640K kmalloc-rnd-12-512 - 27278 27183 99% 0.09K 593 46 2372K lsm_inode_cache - 1040 907 87% 2.00K 65 16 2080K kmalloc-cg-2k - 2200 2164 98% 0.77K 110 20 1760K shmem_inode_cache - 6560 2993 45% 0.25K 205 32 1640K skbuff_head_cache - 2525 2431 96% 0.63K 101 25 1616K debugfs_inode_cache - 392 382 97% 4.00K 49 8 1568K kmalloc-cg-4k - 2116 2100 99% 0.69K 92 23 1472K skbuff_small_head - 14235 14177 99% 0.10K 365 39 1460K anon_vma - 20384 20364 99% 0.07K 364 56 1456K vmap_area - 1408 1361 96% 1.00K 44 32 1408K iommu_iova_magazine - 20288 19228 94% 0.06K 317 64 1268K anon_vma_chain - 2432 2250 92% 0.50K 76 32 1216K kmalloc-rnd-09-512 - 152 136 89% 8.00K 38 4 1216K kmalloc-rnd-07-8k - 560 560 100% 2.00K 35 16 1120K kmalloc-rnd-08-2k - 17408 13887 79% 0.06K 272 64 1088K dmaengine-unmap-2 - 1248 1089 87% 0.81K 32 39 1024K sock_inode_cache - 512 477 93% 2.00K 32 16 1024K kmalloc-rnd-15-2k - 5271 4111 77% 0.19K 251 21 1004K kmalloc-rnd-12-192 - 5187 5115 98% 0.19K 247 21 988K filp - 3904 2754 70% 0.25K 122 32 976K kmalloc-rnd-12-256 - 450 393 87% 2.06K 30 15 960K sighand_cache +1359552 1359540 99% 0.06K 21243 64 84972K kmalloc-cg-64 + 36596 33151 90% 0.57K 1307 28 20912K radix_tree_node + 16066 16044 99% 1.10K 554 29 17728K ext4_inode_cache + 24320 24319 99% 0.50K 760 32 12160K kmalloc-rnd-13-512 + 66690 65700 98% 0.13K 2223 30 8892K kernfs_node_cache + 43092 43076 99% 0.19K 2052 21 8208K dentry + 11778 11760 99% 0.60K 453 26 7248K inode_cache + 69303 69300 99% 0.10K 1777 39 7108K buffer_head + 2848 1020 35% 2.00K 178 16 5696K kmalloc-cg-2k + 519 509 98% 10.62K 173 3 5536K task_struct + 27300 23820 87% 0.19K 1300 21 5200K vm_area_struct + 36800 36767 99% 0.09K 800 46 3200K lsm_inode_cache + 3082 3024 98% 0.67K 134 23 2144K proc_inode_cache + 3968 3956 99% 0.50K 124 32 1984K kmalloc-rnd-07-512 + 480 344 71% 4.00K 60 8 1920K kmalloc-cg-4k + 17745 15180 85% 0.10K 455 39 1820K anon_vma + 2352 2352 100% 0.75K 112 21 1792K shmem_inode_cache + 24416 24220 99% 0.07K 436 56 1744K vmap_area + 2438 1349 55% 0.69K 106 23 1696K skbuff_small_head + 26496 21960 82% 0.06K 414 64 1656K anon_vma_chain + 2550 2548 99% 0.62K 102 25 1632K debugfs_inode_cache + 800 228 28% 2.00K 50 16 1600K kmalloc-rnd-15-2k + 5696 1733 30% 0.25K 178 32 1424K skbuff_head_cache + 304 300 98% 4.00K 38 8 1216K kmalloc-rnd-05-4k + 1184 1152 97% 1.00K 37 32 1184K kmalloc-rnd-08-1k + 1152 1128 97% 1.00K 36 32 1152K iommu_iova_magazine + 576 576 100% 2.00K 36 16 1152K kmalloc-rnd-04-2k + 5796 5460 94% 0.19K 276 21 1104K filp + 4352 3267 75% 0.25K 136 32 1088K maple_node + 1122 476 42% 0.94K 33 34 1056K nfs_read_data 812 789 97% 1.12K 29 28 928K signal_cache - 3712 3095 83% 0.25K 116 32 928K maple_node - 464 410 88% 2.00K 29 16 928K kmalloc-rnd-07-2k - 216 200 92% 4.00K 27 8 864K biovec-max - 216 216 100% 4.00K 27 8 864K kmalloc-rnd-13-4k - 4664 4591 98% 0.18K 212 22 848K kvm_mmu_page_header - 208 179 86% 4.00K 26 8 832K kmalloc-rnd-07-4k - 416 349 83% 2.00K 26 16 832K kmalloc-rnd-04-2k - 850 816 96% 0.94K 25 34 800K nfs_read_data - 100 100 100% 8.00K 25 4 800K kmalloc-rnd-13-8k - 768 711 92% 1.00K 24 32 768K kmalloc-cg-1k - 184 176 95% 4.00K 23 8 736K kmalloc-rnd-03-4k - 352 352 100% 2.00K 22 16 704K biovec-128 - 176 145 82% 4.00K 22 8 704K kmalloc-rnd-14-4k - 560 560 100% 1.12K 20 28 640K drm_i915_gem_object - 9856 9400 95% 0.06K 154 64 616K kmalloc-cg-64 - 1216 1070 87% 0.50K 38 32 608K pool_workqueue - 152 120 78% 4.00K 19 8 608K kmalloc-rnd-12-4k - 152 152 100% 4.00K 19 8 608K kmalloc-4k - 72 72 100% 8.00K 18 4 576K kmalloc-cg-8k - 576 566 98% 1.00K 18 32 576K kmalloc-rnd-14-1k - 576 558 96% 1.00K 18 32 576K kmalloc-rnd-04-1k - 288 288 100% 2.00K 18 16 576K kmalloc-2k - 2240 2240 100% 0.25K 70 32 560K kmalloc-rnd-04-256 - 68 68 100% 8.00K 17 4 544K kmalloc-rnd-15-8k - 136 136 100% 4.00K 17 8 544K kmalloc-rnd-08-4k - 544 544 100% 1.00K 17 32 544K kmalloc-rnd-06-1k - 128 128 100% 4.00K 16 8 512K kmalloc-rnd-10-4k - 2562 2562 100% 0.19K 122 21 488K kmalloc-rnd-05-192 - 210 210 100% 2.19K 15 14 480K mem_cgroup - 60 60 100% 8.00K 15 4 480K kmalloc-rnd-08-8k - 960 847 88% 0.50K 30 32 480K kmalloc-rnd-04-512 - 294 294 100% 1.50K 14 21 448K mm_struct - 896 896 100% 0.50K 28 32 448K kmalloc-cg-512 - 221 221 100% 1.88K 13 17 416K mem_cgroup_per_node - 104 104 100% 4.00K 13 8 416K names_cache - 208 208 100% 2.00K 13 16 416K kmalloc-rnd-13-2k - 416 405 97% 1.00K 13 32 416K kmalloc-rnd-10-1k - 7519 7519 100% 0.05K 103 73 412K ftrace_event_field - 36 36 100% 8.94K 12 3 384K kvm_vcpu - 48 48 100% 8.00K 12 4 384K kmalloc-rnd-12-8k - 384 384 100% 1.00K 12 32 384K kmalloc-rnd-02-1k - 384 384 100% 1.00K 12 32 384K kmalloc-1k - 1472 1472 100% 0.25K 46 32 368K io_kiocb - 9180 9180 100% 0.04K 90 102 360K extent_status - 308 308 100% 1.14K 11 28 352K nfs_inode_cache - 264 217 82% 1.31K 11 24 352K perf_event - 176 176 100% 2.00K 11 16 352K kmalloc-rnd-14-2k - 352 352 100% 1.00K 11 32 352K kmalloc-rnd-12-1k - 352 352 100% 1.00K 11 32 352K kmalloc-rnd-11-1k - 44 44 100% 8.00K 11 4 352K kmalloc-rnd-02-8k - 3612 3612 100% 0.09K 86 42 344K trace_event_file - 3444 3255 94% 0.09K 82 42 328K kmalloc-cg-96 - 320 320 100% 1.00K 10 32 320K kmalloc-rnd-13-1k - 80 80 100% 4.00K 10 8 320K kmalloc-rnd-05-4k - 320 320 100% 1.00K 10 32 320K kmalloc-rnd-03-1k - 1617 1617 100% 0.19K 77 21 308K pid - 798 741 92% 0.38K 38 21 304K mnt_cache - 234 234 100% 1.19K 9 26 288K RAWv6 - 288 288 100% 1.00K 9 32 288K RAW - 288 288 100% 1.00K 9 32 288K kmalloc-rnd-08-1k - 288 288 100% 1.00K 9 32 288K kmalloc-rnd-07-1k - 144 144 100% 2.00K 9 16 288K kmalloc-rnd-06-2k - 3024 3024 100% 0.09K 72 42 288K kmalloc-rnd-06-96 - 72 72 100% 4.00K 9 8 288K kmalloc-rnd-04-4k - 2176 1946 89% 0.12K 68 32 272K eventpoll_epi - 1221 1221 100% 0.21K 33 37 264K nfs_direct_cache - 2112 1869 88% 0.12K 66 32 264K bio_integrity_data - 96 96 100% 2.61K 8 12 256K x86_emulator - 184 184 100% 1.38K 8 23 256K UDPv6 - 96 96 100% 2.56K 8 12 256K TCPv6 - 288 288 100% 0.88K 8 36 256K fuse_inode - 208 208 100% 1.19K 8 26 256K UDP - 104 104 100% 2.38K 8 13 256K TCP - 64 64 100% 4.00K 8 8 256K memdup_user-4k - 128 128 100% 2.00K 8 16 256K memdup_user-2k - 256 256 100% 1.00K 8 32 256K memdup_user-1k - 64 64 100% 4.00K 8 8 256K kmalloc-rnd-15-4k - 256 256 100% 1.00K 8 32 256K kmalloc-rnd-15-1k - 128 128 100% 2.00K 8 16 256K kmalloc-rnd-12-2k - 64 64 100% 4.00K 8 8 256K kmalloc-rnd-11-4k - 128 128 100% 2.00K 8 16 256K kmalloc-rnd-11-2k - 128 128 100% 2.00K 8 16 256K kmalloc-rnd-10-2k - 128 128 100% 2.00K 8 16 256K kmalloc-rnd-09-2k - 256 256 100% 1.00K 8 32 256K kmalloc-rnd-09-1k + 1824 1140 62% 0.50K 57 32 912K pool_workqueue + 14400 14400 100% 0.06K 225 64 900K dmaengine-unmap-2 + 420 420 100% 2.06K 28 15 896K sighand_cache + 896 636 70% 1.00K 28 32 896K kmalloc-cg-1k + 1760 1512 85% 0.50K 55 32 880K kmalloc-rnd-08-512 + 4557 4555 99% 0.19K 217 21 868K kmalloc-rnd-13-192 + 432 288 66% 2.00K 27 16 864K kmalloc-rnd-11-2k + 108 108 100% 8.00K 27 4 864K kmalloc-rnd-01-8k + 6816 2580 37% 0.12K 213 32 852K bio_integrity_data + 4400 3720 84% 0.18K 200 22 800K kvm_mmu_page_header + 192 108 56% 4.00K 24 8 768K kmalloc-rnd-11-4k + 572 552 96% 1.19K 22 26 704K drm_i915_gem_object + 858 858 100% 0.81K 22 39 704K sock_inode_cache + 308 300 97% 2.25K 22 14 704K mem_cgroup + 2816 2785 98% 0.25K 88 32 704K kmalloc-rnd-13-256 + 1376 644 46% 0.50K 43 32 688K kmalloc-rnd-01-512 + 84 84 100% 8.00K 21 4 672K kmalloc-cg-8k + 672 672 100% 1.00K 21 32 672K kmalloc-rnd-02-1k + 160 148 92% 4.00K 20 8 640K biovec-max + 160 92 57% 4.00K 20 8 640K kmalloc-rnd-10-4k + 3108 1260 40% 0.19K 148 21 592K kmalloc-cg-192 + 2336 1148 49% 0.25K 73 32 584K kmalloc-rnd-15-256 + 54 52 96% 9.19K 18 3 576K kvm_vcpu + 306 300 98% 1.88K 18 17 576K mem_cgroup_per_node + 2272 2272 100% 0.25K 71 32 568K kmalloc-rnd-07-256 + 272 264 97% 2.00K 17 16 544K kmalloc-rnd-06-2k + 13668 13620 99% 0.04K 134 102 536K extent_status + 1024 952 92% 0.50K 32 32 512K kmalloc-cg-512 + 1984 1979 99% 0.25K 62 32 496K io_kiocb + 240 192 80% 2.00K 15 16 480K biovec-128 + 120 112 93% 4.00K 15 8 480K kmalloc-rnd-04-4k + 240 240 100% 2.00K 15 16 480K kmalloc-2k + 2499 1500 60% 0.19K 119 21 476K kmalloc-rnd-08-192 + 3744 1440 38% 0.12K 117 32 468K kmalloc-cg-128 + 1824 588 32% 0.25K 57 32 456K nf_conntrack + 112 108 96% 4.00K 14 8 448K kmalloc-rnd-14-4k + 56 56 100% 8.00K 14 4 448K kmalloc-rnd-10-8k + 7811 7800 99% 0.05K 107 73 428K ftrace_event_field + 234 228 97% 1.75K 13 18 416K mm_struct + 52 52 100% 8.00K 13 4 416K kmalloc-rnd-09-8k + 52 52 100% 8.00K 13 4 416K kmalloc-rnd-04-8k + 144 144 100% 2.50K 12 12 384K TCPv6 + 156 144 92% 2.38K 12 13 384K TCP + 384 372 96% 1.00K 12 32 384K kmalloc-rnd-14-1k + 384 384 100% 1.00K 12 32 384K kmalloc-rnd-11-1k + 192 180 93% 2.00K 12 16 384K kmalloc-rnd-10-2k + 1472 1456 98% 0.25K 46 32 368K kmalloc-rnd-10-256 + 3738 3720 99% 0.09K 89 42 356K trace_event_file + 44 44 100% 8.00K 11 4 352K kmalloc-rnd-15-8k + 176 168 95% 2.00K 11 16 352K kmalloc-rnd-08-2k + 882 784 88% 0.38K 42 21 336K mnt_cache + 1743 1020 58% 0.19K 83 21 332K file_lock_cache + 360 336 93% 0.88K 10 36 320K fuse_inode + 1680 1675 99% 0.19K 80 21 320K pid + 320 312 97% 1.00K 10 32 320K kmalloc-rnd-15-1k + 640 616 96% 0.50K 20 32 320K kmalloc-rnd-14-512 + 320 300 93% 1.00K 10 32 320K kmalloc-rnd-07-1k + 2528 2340 92% 0.12K 79 32 316K eventpoll_epi + 437 420 96% 0.69K 19 23 304K files_cache + 3066 3060 99% 0.09K 73 42 292K kmalloc-rnd-03-96 + 99 96 96% 2.75K 9 11 288K x86_emulator + 207 193 93% 1.38K 9 23 288K RAWv6 + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-12-2k + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-05-2k + 336 336 100% 0.75K 16 21 256K intel_context + 208 204 98% 1.19K 8 26 256K RAW + 32 32 100% 8.00K 8 4 256K kmalloc-rnd-11-8k + 256 252 98% 1.00K 8 32 256K kmalloc-rnd-10-1k + 128 120 93% 2.00K 8 16 256K kmalloc-rnd-09-2k + 256 240 93% 1.00K 8 32 256K kmalloc-rnd-09-1k 32 32 100% 8.00K 8 4 256K kmalloc-rnd-06-8k - 64 64 100% 4.00K 8 8 256K kmalloc-rnd-06-4k - 128 128 100% 2.00K 8 16 256K kmalloc-rnd-05-2k - 256 256 100% 1.00K 8 32 256K kmalloc-rnd-05-1k - 128 128 100% 2.00K 8 16 256K kmalloc-rnd-02-2k - 64 64 100% 4.00K 8 8 256K kmalloc-rnd-01-4k - 128 128 100% 2.00K 8 16 256K kmalloc-rnd-01-2k - 256 256 100% 1.00K 8 32 256K kmalloc-rnd-01-1k - 512 512 100% 0.50K 16 32 256K kmalloc-rnd-01-512 - 928 824 88% 0.25K 29 32 232K nf_conntrack - 1197 1049 87% 0.19K 57 21 228K kmalloc-cg-192 - 868 837 96% 0.26K 28 31 224K tw_sock_TCP - 448 448 100% 0.50K 14 32 224K kmalloc-rnd-15-512 - 448 448 100% 0.50K 14 32 224K kmalloc-rnd-13-512 - 448 448 100% 0.50K 14 32 224K kmalloc-rnd-11-512 - 28 28 100% 8.00K 7 4 224K kmalloc-rnd-10-8k - 28 28 100% 8.00K 7 4 224K kmalloc-rnd-03-8k - 112 112 100% 2.00K 7 16 224K kmalloc-rnd-03-2k - 864 864 100% 0.25K 27 32 216K kmalloc-rnd-14-256 - 650 650 100% 0.31K 26 25 208K bio-256 - 2184 2140 97% 0.09K 52 42 208K kmalloc-rnd-09-96 - 1568 1568 100% 0.12K 49 32 196K kmalloc-rnd-12-128 - 276 276 100% 0.69K 12 23 192K files_cache - 24 24 100% 8.00K 6 4 192K kmalloc-rnd-14-8k - 24 24 100% 8.00K 6 4 192K kmalloc-rnd-04-8k + 256 252 98% 1.00K 8 32 256K kmalloc-rnd-01-1k + 256 240 93% 1.00K 8 32 256K kmalloc-1k + 7680 7680 100% 0.03K 60 128 240K kmalloc-cg-32 + 2520 2520 100% 0.09K 60 42 240K kmalloc-rnd-08-96 + 112 108 96% 2.00K 7 16 224K memdup_user-2k + 322 308 95% 0.69K 14 23 224K task_group + 56 56 100% 4.00K 7 8 224K kmalloc-rnd-15-4k + 448 420 93% 0.50K 14 32 224K kmalloc-rnd-15-512 + 224 223 99% 1.00K 7 32 224K kmalloc-rnd-13-1k + 28 28 100% 8.00K 7 4 224K kmalloc-rnd-12-8k + 448 448 100% 0.50K 14 32 224K kmalloc-rnd-10-512 + 112 108 96% 2.00K 7 16 224K kmalloc-rnd-07-2k + 224 204 91% 1.00K 7 32 224K kmalloc-rnd-05-1k + 448 420 93% 0.50K 14 32 224K kmalloc-rnd-05-512 + 448 448 100% 0.50K 14 32 224K kmalloc-rnd-04-512 + 56 56 100% 4.00K 7 8 224K kmalloc-rnd-03-4k + 3264 3180 97% 0.06K 51 64 204K kmalloc-rnd-10-64 + 800 616 77% 0.25K 25 32 200K kmalloc-rnd-04-256 + 2058 2040 99% 0.09K 49 42 196K kmalloc-cg-96 + 144 132 91% 1.31K 6 24 192K UDP + 300 280 93% 0.63K 12 25 192K tracefs_inode_cache + 144 132 91% 1.32K 6 24 192K perf_event + 2016 1980 98% 0.09K 48 42 192K kmalloc-rcl-96 + 96 96 100% 2.00K 6 16 192K kmalloc-rnd-14-2k + 192 168 87% 1.00K 6 32 192K kmalloc-rnd-12-1k + 1536 1518 98% 0.12K 48 32 192K kmalloc-rnd-07-128 + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-05-8k + 192 180 93% 1.00K 6 32 192K kmalloc-rnd-04-1k 48 48 100% 4.00K 6 8 192K kmalloc-rnd-02-4k - 384 384 100% 0.50K 12 32 192K kmalloc-rnd-02-512 - 12032 11843 98% 0.02K 47 256 188K kmalloc-rnd-14-16 - 903 903 100% 0.19K 43 21 172K file_lock_cache - 1312 1192 90% 0.12K 41 32 164K kmalloc-cg-128 - 640 640 100% 0.25K 20 32 160K bio-200 - 240 240 100% 0.65K 10 24 160K tracefs_inode_cache - 840 840 100% 0.19K 40 21 160K proc_dir_entry - 250 250 100% 0.62K 10 25 160K task_group - 320 320 100% 0.50K 10 32 160K kmalloc-rnd-10-512 - 320 320 100% 0.50K 10 32 160K kmalloc-rnd-06-512 - 20 20 100% 8.00K 5 4 160K kmalloc-rnd-05-8k - 640 640 100% 0.25K 20 32 160K kmem_cache - 4864 4854 99% 0.03K 38 128 152K kmalloc-rnd-14-32 - 1596 1596 100% 0.09K 38 42 152K kmalloc-rnd-11-96 - 608 608 100% 0.25K 19 32 152K kmalloc-rnd-07-256 - 6290 6008 95% 0.02K 37 170 148K lsm_file_cache - 1554 1554 100% 0.09K 37 42 148K kmalloc-rcl-96 - 2368 2187 92% 0.06K 37 64 148K kmalloc-64 - 189 189 100% 0.75K 9 21 144K intel_context - 3060 3060 100% 0.05K 36 85 144K shared_policy_node - 576 576 100% 0.25K 18 32 144K kmalloc-rnd-13-256 - 288 288 100% 0.50K 9 32 144K kmalloc-rnd-08-512 - 288 288 100% 0.50K 9 32 144K kmalloc-rnd-05-512 - 2176 2046 94% 0.06K 34 64 136K kmalloc-rnd-14-64 - 544 544 100% 0.25K 17 32 136K kmalloc-rnd-08-256 - 2112 2112 100% 0.06K 33 64 132K kmalloc-rnd-02-64 + 96 96 100% 2.00K 6 16 192K kmalloc-rnd-02-2k + 48 48 100% 4.00K 6 8 192K kmalloc-rnd-01-4k + 96 96 100% 2.00K 6 16 192K kmalloc-rnd-01-2k + 851 840 98% 0.21K 23 37 184K nfs_direct_cache + 966 960 99% 0.19K 46 21 184K proc_dir_entry + 352 336 95% 0.50K 11 32 176K kmalloc-rnd-11-512 + 903 900 99% 0.19K 43 21 172K kmalloc-rnd-10-192 + 11008 10800 98% 0.02K 43 256 172K kmalloc-rnd-08-16 + 5248 5160 98% 0.03K 41 128 164K kmalloc-rnd-08-32 + 230 224 97% 0.69K 10 23 160K rpc_inode_cache + 110 108 98% 1.44K 5 22 160K UDPv6 + 20 20 100% 8.00K 5 4 160K memdup_user-8k + 180 168 93% 0.88K 5 36 160K user_namespace + 20 20 100% 8.00K 5 4 160K kmalloc-rnd-13-8k + 40 36 90% 4.00K 5 8 160K kmalloc-rnd-12-4k + 20 20 100% 8.00K 5 4 160K kmalloc-rnd-08-8k + 40 40 100% 4.00K 5 8 160K kmalloc-rnd-08-4k + 40 40 100% 4.00K 5 8 160K kmalloc-rnd-06-4k + 80 72 90% 2.00K 5 16 160K kmalloc-rnd-03-2k + 160 132 82% 1.00K 5 32 160K kmalloc-rnd-03-1k + 551 532 96% 0.27K 19 29 152K tw_sock_TCP + 798 780 97% 0.19K 38 21 152K kmalloc-rnd-15-192 + 1554 1320 84% 0.09K 37 42 148K kmalloc-rnd-02-96 + 207 196 94% 0.67K 9 23 144K taskstats + 288 280 97% 0.50K 9 32 144K kmalloc-rnd-09-512 + 288 280 97% 0.50K 9 32 144K kmalloc-rnd-06-512 + 5950 5460 91% 0.02K 35 170 140K lsm_file_cache + 735 721 98% 0.19K 35 21 140K kmalloc-rnd-11-192 + 735 720 97% 0.19K 35 21 140K kmalloc-rnd-04-192 + 2890 2820 97% 0.05K 34 85 136K shared_policy_node + 1088 1070 98% 0.12K 34 32 136K kmalloc-rnd-13-128 + 112 108 96% 1.12K 4 28 128K nfs_inode_cache + 8 8 100% 16.00K 4 2 128K zio_buf_comb_16384 + 400 392 98% 0.31K 16 25 128K bio-256 224 224 100% 0.56K 8 28 128K kioctx - 256 256 100% 0.50K 8 32 128K memdup_user-512 - 232 232 100% 0.55K 8 29 128K taskstats - 76 76 100% 1.62K 4 19 128K bdev_cache - 256 256 100% 0.50K 8 32 128K kmalloc-rnd-14-512 + 208 196 94% 0.61K 8 26 128K hugetlbfs_inode_cache + 32 32 100% 4.00K 4 8 128K memdup_user-4k + 672 660 98% 0.19K 32 21 128K names_cache + 16 16 100% 8.00K 4 4 128K kmalloc-rnd-14-8k + 32 29 90% 4.00K 4 8 128K kmalloc-rnd-13-4k + 64 62 96% 2.00K 4 16 128K kmalloc-rnd-13-2k + 256 252 98% 0.50K 8 32 128K kmalloc-rnd-12-512 32 32 100% 4.00K 4 8 128K kmalloc-rnd-09-4k - 256 256 100% 0.50K 8 32 128K kmalloc-rnd-07-512 - 256 256 100% 0.50K 8 32 128K kmalloc-rnd-03-512 - 16 16 100% 8.00K 4 4 128K kmalloc-rnd-01-8k - 256 256 100% 0.50K 8 32 128K kmalloc-512 - 1581 1581 100% 0.08K 31 51 124K sigqueue - 992 992 100% 0.12K 31 32 124K kmalloc-rcl-128 + 128 120 93% 1.00K 4 32 128K kmalloc-rnd-06-1k + 16 16 100% 8.00K 4 4 128K kmalloc-rnd-03-8k + 256 252 98% 0.50K 8 32 128K kmalloc-rnd-03-512 + 256 252 98% 0.50K 8 32 128K kmalloc-rnd-02-512 + 32 32 100% 4.00K 4 8 128K kmalloc-4k 780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k - 1260 1260 100% 0.09K 30 42 120K kmalloc-rnd-08-96 - 161 161 100% 0.69K 7 23 112K rpc_inode_cache - 175 175 100% 0.62K 7 25 112K hugetlbfs_inode_cache - 182 182 100% 0.60K 7 26 112K user_namespace - 3584 3584 100% 0.03K 28 128 112K kmalloc-rnd-07-32 - 1176 1176 100% 0.09K 28 42 112K kmalloc-96 - 1664 1664 100% 0.06K 26 64 104K kmalloc-rnd-12-64 - 6 6 100% 16.00K 3 2 96K zio_buf_comb_16384 - 117 117 100% 0.81K 3 39 96K dax_cache - 96 96 100% 0.98K 3 32 96K request_queue - 222 222 100% 0.42K 6 37 96K uts_namespace - 3072 2673 87% 0.03K 24 128 96K kmalloc-cg-32 - 504 504 100% 0.19K 24 21 96K kmalloc-rnd-02-192 - 483 483 100% 0.19K 23 21 92K kmalloc-rnd-06-192 - 1472 1472 100% 0.06K 23 64 92K kmalloc-rnd-04-64 - 748 748 100% 0.12K 22 34 88K jbd2_journal_head - 352 352 100% 0.25K 11 32 88K kmalloc-rnd-02-256 - 10752 8277 76% 0.01K 21 512 84K kmalloc-rnd-03-8 - 320 320 100% 0.25K 10 32 80K kmalloc-rnd-10-256 - 1280 1127 88% 0.06K 20 64 80K kmalloc-rnd-07-64 - 320 320 100% 0.25K 10 32 80K kmalloc-rnd-05-256 - 420 420 100% 0.19K 20 21 80K kmalloc-192 - 399 399 100% 0.19K 19 21 76K kmalloc-rnd-03-192 - 1314 1022 77% 0.05K 18 73 72K mb_cache_entry - 288 288 100% 0.25K 9 32 72K kmalloc-cg-256 - 288 288 100% 0.25K 9 32 72K kmalloc-rnd-09-256 - 288 288 100% 0.25K 9 32 72K kmalloc-rnd-01-256 - 2176 2176 100% 0.03K 17 128 68K kmalloc-rnd-11-32 - 100 100 100% 0.62K 4 25 64K netfs_request - 30 30 100% 2.06K 2 15 64K MPTCPv6 - 248 248 100% 0.26K 8 31 64K tw_sock_TCPv6 - 200 200 100% 0.31K 8 25 64K bio-264 - 336 336 100% 0.19K 16 21 64K jbd2_transaction_s - 32 32 100% 1.94K 2 16 64K MPTCP - 200 200 100% 0.31K 8 25 64K request_sock_TCP - 8 8 100% 8.00K 2 4 64K memdup_user-8k - 256 256 100% 0.25K 8 32 64K memdup_user-256 - 256 256 100% 0.25K 8 32 64K task_delay_info - 256 256 100% 0.25K 8 32 64K kmalloc-rnd-15-256 - 8 8 100% 8.00K 2 4 64K kmalloc-rnd-11-8k - 256 256 100% 0.25K 8 32 64K kmalloc-rnd-11-256 - 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-08-32 - 256 256 100% 0.25K 8 32 64K kmalloc-rnd-06-256 - 2048 1880 91% 0.03K 16 128 64K kmalloc-rnd-06-32 - 512 512 100% 0.12K 16 32 64K kmalloc-rnd-04-128 - 256 256 100% 0.25K 8 32 64K kmalloc-rnd-03-256 - 1024 1024 100% 0.06K 16 64 64K kmalloc-rnd-03-64 - 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-03-32 - 8 8 100% 8.00K 2 4 64K kmalloc-8k - 256 256 100% 0.25K 8 32 64K kmalloc-256 - 765 765 100% 0.08K 15 51 60K Acpi-State - 960 960 100% 0.06K 15 64 60K kmalloc-rnd-15-64 - 7680 7665 99% 0.01K 15 512 60K kmalloc-rnd-14-8 - 315 315 100% 0.19K 15 21 60K kmalloc-rnd-04-192 - 1792 1792 100% 0.03K 14 128 56K kmalloc-rnd-15-32 - 896 896 100% 0.06K 14 64 56K kmalloc-rnd-11-64 - 294 294 100% 0.19K 14 21 56K kmalloc-rnd-08-192 - 588 588 100% 0.09K 14 42 56K kmalloc-rnd-07-96 - 896 896 100% 0.06K 14 64 56K kmem_cache_node - 832 832 100% 0.06K 13 64 52K kmalloc-rnd-13-64 - 416 416 100% 0.12K 13 32 52K kmalloc-rnd-08-128 - 3328 3328 100% 0.02K 13 256 52K kmalloc-rnd-06-16 - 416 416 100% 0.12K 13 32 52K kmalloc-128 - 384 384 100% 0.12K 12 32 48K kmalloc-rnd-03-128 - 504 504 100% 0.09K 12 42 48K kmalloc-rnd-03-96 - 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-01-32 - 1408 1152 81% 0.03K 11 128 44K pending_reservation - 352 352 100% 0.12K 11 32 44K kmalloc-rnd-11-128 - 352 352 100% 0.12K 11 32 44K kmalloc-rnd-10-128 - 704 704 100% 0.06K 11 64 44K kmalloc-rnd-09-64 - 1408 1408 100% 0.03K 11 128 44K kmalloc-rnd-05-32 - 462 462 100% 0.09K 11 42 44K kmalloc-rnd-05-96 - 2560 2560 100% 0.02K 10 256 40K kmalloc-rnd-15-16 - 210 210 100% 0.19K 10 21 40K kmalloc-rnd-14-192 - 420 420 100% 0.09K 10 42 40K kmalloc-rnd-12-96 - 210 210 100% 0.19K 10 21 40K kmalloc-rnd-10-192 - 640 640 100% 0.06K 10 64 40K kmalloc-rnd-08-64 - 640 640 100% 0.06K 10 64 40K kmalloc-rnd-05-64 - 320 320 100% 0.12K 10 32 40K kmalloc-rnd-02-128 - 640 640 100% 0.06K 10 64 40K kmalloc-rnd-01-64 - 288 288 100% 0.12K 9 32 36K scsi_sense_cache - 189 189 100% 0.19K 9 21 36K bio-136 - 918 918 100% 0.04K 9 102 36K khugepaged_mm_slot - 288 288 100% 0.12K 9 32 36K kmalloc-rnd-15-128 - 378 378 100% 0.09K 9 42 36K kmalloc-rnd-15-96 - 378 378 100% 0.09K 9 42 36K kmalloc-rnd-14-96 - 378 378 100% 0.09K 9 42 36K kmalloc-rnd-13-96 - 576 576 100% 0.06K 9 64 36K kmalloc-rnd-10-64 - 378 378 100% 0.09K 9 42 36K kmalloc-rnd-10-96 - 288 288 100% 0.12K 9 32 36K kmalloc-rnd-09-128 - 288 288 100% 0.12K 9 32 36K kmalloc-rnd-06-128 - 576 576 100% 0.06K 9 64 36K kmalloc-rnd-06-64 - 288 288 100% 0.12K 9 32 36K kmalloc-rnd-05-128 - 1152 1152 100% 0.03K 9 128 36K kmalloc-rnd-04-32 - 2304 2304 100% 0.02K 9 256 36K kmalloc-rnd-04-16 - 1152 1152 100% 0.03K 9 128 36K kmalloc-rnd-02-32 - 378 378 100% 0.09K 9 42 36K kmalloc-rnd-02-96 - 4608 4608 100% 0.01K 9 512 36K kmalloc-8 - 20 20 100% 1.56K 1 20 32K SCTPv6 - 23 23 100% 1.38K 1 23 32K SCTP - 10 10 100% 3.16K 1 10 32K kcopyd_job - 34 34 100% 0.94K 1 34 32K mqueue_inode_cache - 184 184 100% 0.17K 8 23 32K fuse_request - 192 192 100% 0.16K 8 24 32K ext4_allocation_context - 288 288 100% 0.11K 8 36 32K ext4_prealloc_space - 512 512 100% 0.06K 8 64 32K ext4_io_end - 1024 1024 100% 0.03K 8 128 32K xsk_generic_xmit_cache - 2048 2048 100% 0.02K 8 256 32K ep_head - 512 512 100% 0.06K 8 64 32K memdup_user-64 - 1024 1024 100% 0.03K 8 128 32K memdup_user-32 - 2048 2048 100% 0.02K 8 256 32K memdup_user-16 - 4096 4096 100% 0.01K 8 512 32K memdup_user-8 - 168 168 100% 0.19K 8 21 32K memdup_user-192 - 15 15 100% 2.06K 1 15 32K dmaengine-unmap-256 - 30 30 100% 1.06K 1 30 32K dmaengine-unmap-128 - 1024 1024 100% 0.03K 8 128 32K pidfs_attr_cache - 816 816 100% 0.04K 8 102 32K pde_opener - 272 272 100% 0.12K 8 34 32K seq_file - 5 5 100% 5.81K 1 5 32K net_namespace - 448 448 100% 0.07K 8 56 32K nsproxy - 312 312 100% 0.10K 8 39 32K Acpi-ParseExt - 2048 2048 100% 0.02K 8 256 32K kmalloc-cg-16 - 4096 4096 100% 0.01K 8 512 32K kmalloc-cg-8 - 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-15-8 - 168 168 100% 0.19K 8 21 32K kmalloc-rnd-15-192 - 256 256 100% 0.12K 8 32 32K kmalloc-rnd-14-128 - 256 256 100% 0.12K 8 32 32K kmalloc-rnd-13-128 - 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-13-32 - 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-13-16 - 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-13-8 - 168 168 100% 0.19K 8 21 32K kmalloc-rnd-13-192 - 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-12-32 - 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-12-16 - 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-11-16 - 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-11-8 - 168 168 100% 0.19K 8 21 32K kmalloc-rnd-11-192 - 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-10-32 - 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-10-16 - 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-10-8 - 4 4 100% 8.00K 1 4 32K kmalloc-rnd-09-8k - 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-09-32 - 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-09-16 - 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-08-16 - 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-08-8 - 256 256 100% 0.12K 8 32 32K kmalloc-rnd-07-128 - 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-07-16 - 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-07-8 - 168 168 100% 0.19K 8 21 32K kmalloc-rnd-07-192 - 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-06-8 - 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-05-16 - 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-05-8 - 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-04-8 - 336 336 100% 0.09K 8 42 32K kmalloc-rnd-04-96 - 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-03-16 - 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-02-16 - 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-02-8 - 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-01-16 - 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-01-8 - 168 168 100% 0.19K 8 21 32K kmalloc-rnd-01-192 - 336 336 100% 0.09K 8 42 32K kmalloc-rnd-01-96 - 1024 1024 100% 0.03K 8 128 32K kmalloc-32 - 2048 2048 100% 0.02K 8 256 32K kmalloc-16 - 252 252 100% 0.09K 6 42 24K memdup_user-96 - 126 126 100% 0.19K 6 21 24K kmalloc-rcl-192 - 3072 3072 100% 0.01K 6 512 24K kmalloc-rnd-09-8 - 126 126 100% 0.19K 6 21 24K kmalloc-rnd-09-192 - 105 105 100% 0.19K 5 21 20K bio-176 - 2560 2560 100% 0.01K 5 512 20K kmalloc-rnd-12-8 - 160 160 100% 0.12K 5 32 20K kmalloc-rnd-01-128 - 23 23 100% 0.69K 1 23 16K i915_request - 36 36 100% 0.44K 1 36 16K bio-384 - 36 36 100% 0.44K 1 36 16K bio-400 - 32 32 100% 0.50K 1 32 16K bio-456 - 340 340 100% 0.05K 4 85 16K ip_fib_trie - 292 292 100% 0.05K 4 73 16K ip_fib_alias - 50 50 100% 0.31K 2 25 16K bio-280 - 34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full - 84 84 100% 0.09K 2 42 8K abd_t - 21 21 100% 0.38K 1 21 8K bio-320 - 170 170 100% 0.05K 2 85 8K bio_post_read_ctx - 20 20 100% 0.38K 1 20 8K request_sock_subflow_v4 - 25 25 100% 0.31K 1 25 8K xfrm_dst - 30 30 100% 0.27K 1 30 8K numa_policy - 25 25 100% 0.16K 1 25 4K dm_bufio_buffer-16-1 - 256 256 100% 0.02K 1 256 4K jbd2_revoke_table_s - 36 36 100% 0.11K 1 36 4K kmalloc_buckets + 1920 1920 100% 0.06K 30 64 120K kmalloc-rnd-11-64 + 480 477 99% 0.25K 15 32 120K kmem_cache + 667 660 98% 0.17K 29 23 116K fuse_request + 609 600 98% 0.19K 29 21 116K kmalloc-rnd-12-192 + 448 364 81% 0.25K 14 32 112K bio-200 + 224 224 100% 0.50K 7 32 112K memdup_user-512 + 1176 1140 96% 0.09K 28 42 112K kmalloc-rnd-04-96 + 448 420 93% 0.25K 14 32 112K kmalloc-rnd-03-256 + 448 420 93% 0.25K 14 32 112K kmalloc-rnd-01-256 + 224 224 100% 0.50K 7 32 112K kmalloc-512 + 864 840 97% 0.12K 27 32 108K kmalloc-rnd-15-128 + 1728 1667 96% 0.06K 27 64 108K kmalloc-rnd-14-64 + 1728 1699 98% 0.06K 27 64 108K kmalloc-rnd-07-64 + 546 540 98% 0.19K 26 21 104K jbd2_transaction_s + 416 392 94% 0.25K 13 32 104K kmalloc-cg-256 + 416 392 94% 0.25K 13 32 104K kmalloc-rnd-14-256 + 546 540 98% 0.19K 26 21 104K kmalloc-rnd-14-192 + 1664 1609 96% 0.06K 26 64 104K kmalloc-rnd-13-64 + 1092 1077 98% 0.09K 26 42 104K kmalloc-rnd-10-96 + 1664 1620 97% 0.06K 26 64 104K kmalloc-rnd-09-64 + 850 840 98% 0.12K 25 34 100K jbd2_journal_head + 800 780 97% 0.12K 25 32 100K kmalloc-rcl-128 + 348 336 96% 0.27K 12 29 96K tw_sock_TCPv6 + 288 280 97% 0.32K 12 24 96K request_sock_TCP + 99 84 84% 0.97K 3 33 96K request_queue + 96 96 100% 1.00K 3 32 96K memdup_user-1k + 57 48 84% 1.62K 3 19 96K bdev_cache + 384 364 94% 0.25K 12 32 96K key_jar + 3072 3060 99% 0.03K 24 128 96K kmalloc-rnd-11-32 + 12 12 100% 8.00K 3 4 96K kmalloc-rnd-02-8k + 483 480 99% 0.19K 23 21 92K bio-136 + 483 480 99% 0.19K 23 21 92K memdup_user-192 + 1173 1140 97% 0.08K 23 51 92K sigqueue + 736 720 97% 0.12K 23 32 92K kmalloc-rnd-10-128 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-09-192 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-06-192 + 2944 2937 99% 0.03K 23 128 92K kmalloc-rnd-05-32 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-05-192 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-03-192 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-02-192 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-01-192 + 483 480 99% 0.19K 23 21 92K kmalloc-192 + 125 112 89% 0.62K 5 25 80K netfs_request + 480 480 100% 0.16K 20 24 80K ext4_allocation_context + 115 112 97% 0.69K 5 23 80K uts_namespace + 840 840 100% 0.09K 20 42 80K kmalloc-rnd-15-96 + 320 308 96% 0.25K 10 32 80K kmalloc-rnd-08-256 + 320 308 96% 0.25K 10 32 80K kmalloc-rnd-06-256 + 1280 1261 98% 0.06K 20 64 80K kmalloc-rnd-04-64 + 320 308 96% 0.25K 10 32 80K kmalloc-256 + 608 600 98% 0.12K 19 32 76K kmalloc-rnd-11-128 + 608 600 98% 0.12K 19 32 76K kmalloc-rnd-09-128 + 798 780 97% 0.09K 19 42 76K kmalloc-rnd-05-96 + 225 224 99% 0.31K 9 25 72K bio-264 + 288 280 97% 0.25K 9 32 72K kmalloc-rnd-11-256 + 544 540 99% 0.12K 17 32 68K kmalloc-rnd-08-128 + 544 540 99% 0.12K 17 32 68K kmalloc-rnd-06-128 + 1088 1080 99% 0.06K 17 64 68K kmalloc-rnd-06-64 + 544 540 99% 0.12K 17 32 68K kmalloc-rnd-05-128 + 544 540 99% 0.12K 17 32 68K kmalloc-rnd-03-128 + 544 540 99% 0.12K 17 32 68K kmalloc-rnd-01-128 + 30 24 80% 2.12K 2 15 64K MPTCPv6 + 20 12 60% 3.16K 2 10 64K kcopyd_job + 32 24 75% 2.00K 2 16 64K MPTCP + 84 84 100% 0.75K 4 21 64K dax_cache + 10 8 80% 6.19K 2 5 64K net_namespace + 816 780 95% 0.08K 16 51 64K Acpi-State + 16 16 100% 4.00K 2 8 64K kmalloc-rnd-07-4k + 256 252 98% 0.25K 8 32 64K kmalloc-rnd-05-256 + 480 480 100% 0.12K 15 32 60K scsi_sense_cache + 510 480 94% 0.12K 15 34 60K seq_file + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-14-128 + 630 600 95% 0.09K 15 42 60K kmalloc-rnd-13-96 + 630 600 95% 0.09K 15 42 60K kmalloc-rnd-12-96 + 630 600 95% 0.09K 15 42 60K kmalloc-rnd-09-96 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-04-128 + 960 900 93% 0.06K 15 64 60K kmalloc-rnd-01-64 + 480 477 99% 0.12K 15 32 60K kmem_cache_node + 224 224 100% 0.25K 7 32 56K ip6_dst_cache + 504 480 95% 0.11K 14 36 56K ext4_prealloc_space + 224 224 100% 0.25K 7 32 56K memdup_user-256 + 224 224 100% 0.25K 7 32 56K kmalloc-rnd-12-256 + 224 224 100% 0.25K 7 32 56K kmalloc-rnd-09-256 + 896 840 93% 0.06K 14 64 56K kmalloc-rnd-08-64 + 896 840 93% 0.06K 14 64 56K kmalloc-rnd-05-64 + 448 420 93% 0.12K 14 32 56K kmalloc-128 + 1326 1260 95% 0.04K 13 102 52K fsnotify_inode_mark_connector + 507 480 94% 0.10K 13 39 52K Acpi-ParseExt + 832 780 93% 0.06K 13 64 52K kmalloc-rcl-64 + 832 780 93% 0.06K 13 64 52K kmalloc-rnd-15-64 + 546 540 98% 0.09K 13 42 52K kmalloc-rnd-14-96 + 546 540 98% 0.09K 13 42 52K kmalloc-rnd-11-96 + 6656 6360 95% 0.01K 13 512 52K kmalloc-rnd-08-8 + 1664 1140 68% 0.03K 13 128 52K kmalloc-rnd-04-32 + 832 780 93% 0.06K 13 64 52K kmalloc-rnd-03-64 + 1664 1560 93% 0.03K 13 128 52K kmalloc-rnd-01-32 + 546 540 98% 0.09K 13 42 52K kmalloc-96 + 75 56 74% 0.62K 3 25 48K dio + 768 720 93% 0.06K 12 64 48K pidfs_attr_cache + 252 240 95% 0.19K 12 21 48K kmalloc-rcl-192 + 6144 1440 23% 0.01K 12 512 48K kmalloc-rnd-10-8 + 252 240 95% 0.19K 12 21 48K kmalloc-rnd-07-192 + 504 480 95% 0.09K 12 42 48K kmalloc-rnd-07-96 + 504 480 95% 0.09K 12 42 48K kmalloc-rnd-06-96 + 504 480 95% 0.09K 12 42 48K kmalloc-rnd-01-96 + 1408 1320 93% 0.03K 11 128 44K kmalloc-rnd-12-32 + 730 720 98% 0.05K 10 73 40K mb_cache_entry + 320 300 93% 0.12K 10 32 40K kmalloc-rnd-12-128 + 160 140 87% 0.25K 5 32 40K kmalloc-rnd-02-256 + 189 180 95% 0.19K 9 21 36K bio-176 + 576 540 93% 0.06K 9 64 36K kmalloc-rnd-12-64 + 2304 2100 91% 0.02K 9 256 36K kmalloc-rnd-12-16 + 1152 1080 93% 0.03K 9 128 36K kmalloc-rnd-09-32 + 576 540 93% 0.06K 9 64 36K kmalloc-rnd-02-64 + 46 28 60% 0.69K 2 23 32K i915_request + 50 28 56% 0.62K 2 25 32K kvm_gmem_inode_cache + 23 12 52% 1.38K 1 23 32K PINGv6 + 34 28 82% 0.94K 1 34 32K mqueue_inode_cache + 512 480 93% 0.06K 8 64 32K ext4_io_end + 30 12 40% 1.06K 1 30 32K PING + 15 12 80% 2.06K 1 15 32K dmaengine-unmap-256 + 30 12 40% 1.06K 1 30 32K dmaengine-unmap-128 + 448 420 93% 0.07K 8 56 32K nsproxy + 1024 1020 99% 0.03K 8 128 32K kmalloc-rnd-14-32 + 1024 900 87% 0.03K 8 128 32K kmalloc-rnd-10-32 + 4 4 100% 8.00K 1 4 32K kmalloc-rnd-07-8k + 1024 1020 99% 0.03K 8 128 32K kmalloc-rnd-03-32 + 4 4 100% 8.00K 1 4 32K kmalloc-8k + 512 480 93% 0.06K 8 64 32K kmalloc-64 + 448 420 93% 0.06K 7 64 28K memdup_user-64 + 896 780 87% 0.03K 7 128 28K kmalloc-rnd-07-32 + 60 56 93% 0.39K 3 20 24K request_sock_subflow_v4 + 75 56 74% 0.31K 3 25 24K xfrm_dst + 75 56 74% 0.31K 3 25 24K bio-280 + 252 240 95% 0.09K 6 42 24K memdup_user-96 + 768 660 85% 0.03K 6 128 24K kmalloc-rnd-15-32 + 768 720 93% 0.03K 6 128 24K kmalloc-rnd-13-32 + 1536 1500 97% 0.02K 6 256 24K kmalloc-rnd-06-16 + 192 180 93% 0.12K 6 32 24K kmalloc-rnd-02-128 + 640 540 84% 0.03K 5 128 20K ext4_io_end_vec + 365 300 82% 0.05K 5 73 20K ip_fib_alias + 510 480 94% 0.04K 5 102 20K pde_opener + 640 540 84% 0.03K 5 128 20K kmalloc-rnd-06-32 + 68 60 88% 0.23K 2 34 16K arc_buf_hdr_t_full + 42 28 66% 0.38K 2 21 16K bio-328 + 36 28 77% 0.44K 1 36 16K bio-392 + 36 28 77% 0.44K 1 36 16K bio-408 + 36 28 77% 0.44K 1 36 16K bio-424 + 340 300 88% 0.05K 4 85 16K ip_fib_trie + 1024 840 82% 0.02K 4 256 16K ep_head + 512 480 93% 0.03K 4 128 16K memdup_user-32 + 144 120 83% 0.11K 4 36 16K kmalloc_buckets + 1024 960 93% 0.02K 4 256 16K kmalloc-cg-16 + 1024 1020 99% 0.02K 4 256 16K kmalloc-rnd-13-16 + 2048 1740 84% 0.01K 4 512 16K kmalloc-rnd-11-8 + 512 480 93% 0.03K 4 128 16K kmalloc-rnd-02-32 + 512 480 93% 0.03K 4 128 16K kmalloc-32 + 75 60 80% 0.16K 3 25 12K dm_bufio_buffer-16-1 + 384 360 93% 0.03K 3 128 12K pending_reservation + 768 480 62% 0.02K 3 256 12K memdup_user-16 + 1536 1435 93% 0.01K 3 512 12K kmalloc-cg-8 + 768 660 85% 0.02K 3 256 12K kmalloc-rnd-14-16 + 1536 1200 78% 0.01K 3 512 12K kmalloc-rnd-12-8 + 768 600 78% 0.02K 3 256 12K kmalloc-rnd-11-16 + 768 660 85% 0.02K 3 256 12K kmalloc-rnd-10-16 + 1536 1200 78% 0.01K 3 512 12K kmalloc-rnd-06-8 + 768 540 70% 0.02K 3 256 12K kmalloc-rnd-04-16 + 768 480 62% 0.02K 3 256 12K kmalloc-rnd-02-16 + 768 540 70% 0.02K 3 256 12K kmalloc-rnd-01-16 + 1536 1380 89% 0.01K 3 512 12K kmalloc-rnd-01-8 + 84 60 71% 0.09K 2 42 8K abd_t + 28 28 100% 0.28K 1 28 8K numa_policy + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-15-16 + 1024 540 52% 0.01K 2 512 8K kmalloc-rnd-15-8 + 1024 600 58% 0.01K 2 512 8K kmalloc-rnd-13-8 + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-09-16 + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-05-16 + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-03-16 + 512 480 93% 0.02K 2 256 8K kmalloc-16 + 256 60 23% 0.02K 1 256 4K jbd2_revoke_table_s + 512 480 93% 0.01K 1 512 4K memdup_user-8 + 512 300 58% 0.01K 1 512 4K kmalloc-rnd-14-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-09-8 + 256 180 70% 0.02K 1 256 4K kmalloc-rnd-07-16 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-07-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-05-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-04-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-03-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-02-8 + 512 480 93% 0.01K 1 512 4K kmalloc-8 0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache - 0 0 0% 0.20K 0 39 0K nf_conntrack_expect + 0 0 0% 0.23K 0 35 0K nf_conntrack_expect 0 0 0% 0.12K 0 32 0K i915_dependency 0 0 0% 0.06K 0 64 0K execute_cb 0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache - 0 0 0% 1.09K 0 29 0K zfs_znode_cache + 0 0 0% 1.08K 0 29 0K zfs_znode_cache 0 0 0% 1.03K 0 31 0K zap_attr_long_cache 0 0 0% 1.07K 0 29 0K zap_name_long 0 0 0% 0.28K 0 28 0K zap_attr_cache @@ -3989,11 +3740,11 @@ DirectMap1G: 30408704 kB 0 0 0% 0.13K 0 30 0K sio_cache_0 0 0 0% 0.15K 0 26 0K zil_zcw_cache 0 0 0% 0.38K 0 20 0K zil_lwb_cache - 0 0 0% 0.36K 0 22 0K dbuf_dirty_record_t + 0 0 0% 0.37K 0 21 0K dbuf_dirty_record_t 0 0 0% 0.36K 0 22 0K dmu_buf_impl_t 0 0 0% 0.03K 0 128 0K arc_buf_t 0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only - 0 0 0% 0.93K 0 34 0K dnode_t + 0 0 0% 0.91K 0 35 0K dnode_t 0 0 0% 0.25K 0 32 0K sa_cache 0 0 0% 16.00K 0 2 0K lz4_cache 0 0 0% 12.00K 0 2 0K zio_buf_comb_12288 @@ -4006,7 +3757,7 @@ DirectMap1G: 30408704 kB 0 0 0% 1.00K 0 32 0K zio_buf_comb_1024 0 0 0% 0.50K 0 32 0K zio_buf_comb_512 0 0 0% 0.05K 0 85 0K zio_link_cache - 0 0 0% 1.19K 0 26 0K zio_cache + 0 0 0% 1.12K 0 28 0K zio_cache 0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache 0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache 0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache @@ -4018,25 +3769,25 @@ DirectMap1G: 30408704 kB 0 0 0% 0.30K 0 26 0K btrfs_delayed_node 0 0 0% 0.41K 0 39 0K btrfs_ordered_extent 0 0 0% 0.23K 0 34 0K btrfs_extent_buffer - 0 0 0% 1.00K 0 32 0K btrfs_inode - 0 0 0% 0.26K 0 31 0K fsverity_info + 0 0 0% 0.98K 0 32 0K btrfs_inode + 0 0 0% 0.27K 0 30 0K fsverity_info 0 0 0% 0.12K 0 32 0K fscrypt_inode_info + 0 0 0% 0.39K 0 20 0K request_sock_subflow_v6 0 0 0% 0.18K 0 22 0K ip6-frags - 0 0 0% 0.31K 0 25 0K request_sock_TCPv6 + 0 0 0% 0.32K 0 24 0K request_sock_TCPv6 0 0 0% 2.82K 0 11 0K dm_uevent 0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache 0 0 0% 0.02K 0 256 0K ecryptfs_file_cache - 0 0 0% 0.77K 0 20 0K fat_inode_cache + 0 0 0% 0.75K 0 21 0K fat_inode_cache 0 0 0% 0.04K 0 102 0K fat_cache 0 0 0% 0.69K 0 23 0K squashfs_inode_cache 0 0 0% 0.19K 0 21 0K userfaultfd_ctx_cache 0 0 0% 0.11K 0 36 0K fanotify_perm_event 0 0 0% 0.03K 0 128 0K dnotify_struct - 0 0 0% 0.28K 0 28 0K pid_namespace + 0 0 0% 0.01K 0 512 0K zs_handle + 0 0 0% 0.56K 0 28 0K pid_namespace 0 0 0% 0.20K 0 20 0K ip4-frags - 0 0 0% 0.38K 0 20 0K request_sock_subflow_v6 0 0 0% 0.81K 0 39 0K xfrm_state - 0 0 0% 1.00K 0 32 0K PING 0 0 0% 0.25K 0 32 0K dquot 0 0 0% 8.00K 0 4 0K msg_msg-8k 0 0 0% 4.00K 0 8 0K msg_msg-4k @@ -4054,9 +3805,11 @@ DirectMap1G: 30408704 kB 0 0 0% 0.12K 0 32 0K memdup_user-128 0 0 0% 0.16K 0 25 0K file_lease_cache 0 0 0% 0.78K 0 20 0K x86_lbr + 0 0 0% 0.36K 0 22 0K task_delay_info 0 0 0% 0.02K 0 256 0K pidfs_xattr_cache 0 0 0% 0.25K 0 32 0K bfilp 0 0 0% 0.10K 0 39 0K ima_iint_cache + 0 0 0% 0.34K 0 23 0K apparmor_auditcache 0 0 0% 8.00K 0 4 0K dma-kmalloc-8k 0 0 0% 4.00K 0 8 0K dma-kmalloc-4k 0 0 0% 2.00K 0 16 0K dma-kmalloc-2k @@ -4076,7 +3829,6 @@ DirectMap1G: 30408704 kB 0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k 0 0 0% 0.50K 0 32 0K kmalloc-rcl-512 0 0 0% 0.25K 0 32 0K kmalloc-rcl-256 - 0 0 0% 0.06K 0 64 0K kmalloc-rcl-64 0 0 0% 0.03K 0 128 0K kmalloc-rcl-32 0 0 0% 0.02K 0 256 0K kmalloc-rcl-16 0 0 0% 0.01K 0 512 0K kmalloc-rcl-8 @@ -4134,7 +3886,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 9223372036854775807 -fs.file-nr = 4798 0 9223372036854775807 +fs.file-nr = 4712 0 9223372036854775807 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -4151,6 +3903,7 @@ kernel.hung_task_check_count = 4194304 kernel.hung_task_check_interval_secs = 0 kernel.hung_task_detect_count = 0 kernel.hung_task_panic = 0 +kernel.hung_task_sys_info = kernel.hung_task_timeout_secs = 120 kernel.hung_task_warnings = 10 kernel.nmi_watchdog = 1 @@ -4159,7 +3912,7 @@ kernel.numa_balancing_promote_rate_limit_MBps = 65536 kernel.randomize_va_space = 2 kernel.sched_rt_period_us = 1000000 kernel.sched_rt_runtime_us = 950000 -kernel.threads-max = 255287 +kernel.threads-max = 232500 kernel.watchdog = 1 kernel.watchdog_cpumask = 0-7 kernel.watchdog_thresh = 10 @@ -4198,6 +3951,8 @@ net.ipv4.tcp_available_congestion_control = reno cubic bbr net.ipv4.tcp_congestion_control = bbr net.ipv4.tcp_ecn = 2 net.ipv4.tcp_ecn_fallback = 1 +net.ipv4.tcp_ecn_option = 2 +net.ipv4.tcp_ecn_option_beacon = 3 net.ipv4.tcp_fastopen = 1 net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0 net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000 @@ -4238,7 +3993,7 @@ net.ipv6.conf.all.disable_ipv6 = 0 --- sysctl.d total 16 drwxr-xr-x 2 root root 4096 Jul 26 15:48 . -drwxr-xr-x 104 root root 4096 Jul 26 16:24 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:49 .. -rw-r--r-- 1 root root 499 Jul 26 15:48 99-perfopt.conf -rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl @@ -4333,8 +4088,8 @@ inactive --- modprobe.d total 20 -drwxr-xr-x 2 root root 4096 Apr 6 09:11 . -drwxr-xr-x 104 root root 4096 Jul 26 16:24 .. +drwxr-xr-x 2 root root 4096 Jul 26 17:11 . +drwxr-xr-x 107 root root 4096 Jul 27 21:49 .. -rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf -rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf -rw-r--r-- 1 root root 0 Jul 26 15:48 tuned.conf @@ -4370,6 +4125,7 @@ done enable_apicv = N enable_device_posted_irqs = N enable_ipiv = N + enable_mediated_pmu = N enable_shadow_vmcs = Y enlightened_vmcs = N ept = Y @@ -4377,8 +4133,8 @@ done error_on_inconsistent_vmcs_config = Y fasteoi = Y flexpriority = Y + mbec = N nested = Y - nested_early_check = N ple_gap = 128 ple_window = 4096 ple_window_grow = 2 @@ -4392,6 +4148,7 @@ done vmentry_l1d_flush = cond vnmi = Y vpid = Y + warn_on_missed_cc = N --- module params: kvm_amd $ for p in /sys/module/kvm_amd/parameters/*; do @@ -4419,15 +4176,18 @@ done --- pveversion $ pveversion -pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve) +pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve) --- pveversion -v $ pveversion -v -proxmox-ve: 9.2.0 (running kernel: 6.17.2-1-pve) -pve-manager: 9.1.1 (running version: 9.1.1/42db4a6cf33dac83) +proxmox-ve: 9.2.0 (running kernel: 7.0.14-6-pve) +pve-manager: 9.2.5 (running version: 9.2.5/20242970da7fbcef) proxmox-kernel-helper: 9.2.0 +proxmox-kernel-7.0.14-6-pve-signed: 7.0.14-6 +proxmox-kernel-7.0: 7.0.14-6 +proxmox-kernel-6.17.13-19-pve-signed: 6.17.13-19 +proxmox-kernel-6.17: 6.17.13-19 proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1 -proxmox-kernel-6.17: 6.17.2-1 ceph-fuse: 19.2.3-pve2 corosync: 3.1.10-pve3 criu: 4.1.1-1 @@ -4439,16 +4199,17 @@ libjs-extjs: 7.0.0-5 libproxmox-acme-perl: 1.7.1 libproxmox-backup-qemu0: 2.0.2 libproxmox-rs-perl: 0.4.1 -libpve-access-control: 9.0.4 +libpve-access-control: 9.1.1 libpve-apiclient-perl: 3.4.2 libpve-cluster-api-perl: 9.1.6 libpve-cluster-perl: 9.1.6 libpve-common-perl: 9.1.19 libpve-guest-common-perl: 6.0.5 libpve-http-server-perl: 6.0.5 -libpve-network-perl: 1.2.3 -libpve-rs-perl: 0.11.3 -libpve-storage-perl: 9.0.18 +libpve-network-perl: 1.6.7 +libpve-notify-perl: 9.1.6 +libpve-rs-perl: 0.15.3 +libpve-storage-perl: 9.1.6 libspice-server1: 0.15.2-1+b1 lvm2: 2.03.31-2+pmx1 lxc-pve: 7.0.0-2 @@ -4464,22 +4225,22 @@ proxmox-mini-journalreader: 1.7 proxmox-offline-mirror-helper: 0.7.4 proxmox-widget-toolkit: 5.2.6 pve-cluster: 9.1.6 -pve-container: 6.0.18 +pve-container: 6.1.12 pve-docs: 9.2.3 pve-edk2-firmware: 4.2025.05-2 pve-esxi-import-tools: 1.0.1 pve-firewall: 6.0.5 pve-firmware: 3.18-5 -pve-ha-manager: 5.0.8 +pve-ha-manager: 5.2.4 pve-i18n: 3.9.0 pve-qemu-kvm: 11.0.2-2 pve-xtermjs: 6.0.0-2 -qemu-server: 9.0.30 +qemu-server: 9.2.1 smartmontools: 7.5-pve2 spiceterm: 3.4.2 swtpm: 0.8.0+pve3 vncterm: 1.9.2 -zfsutils-linux: 2.3.4-pve1 +zfsutils-linux: 2.4.3-pve1 --- pvecm status $ pvecm status @@ -4492,11 +4253,11 @@ Secure auth: on Quorum information ------------------ -Date: Sun Jul 26 16:26:06 2026 +Date: Mon Jul 27 21:50:41 2026 Quorum provider: corosync_votequorum Nodes: 1 Node ID: 0x00000001 -Ring ID: 1.f +Ring ID: 1.1e Quorate: Yes Votequorum information @@ -4528,12 +4289,12 @@ pvecm expected --- pveperf $ timeout 15 pveperf -CPU BOGOMIPS: 54274.48 -REGEX/SECOND: 3933894 +CPU BOGOMIPS: 54276.72 +REGEX/SECOND: 3963937 HD SIZE: 93.93 GB (/dev/mapper/pve-root) -BUFFERED READS: 95.32 MB/sec -AVERAGE SEEK TIME: 17.05 ms -FSYNCS/SECOND: 27.19 +BUFFERED READS: 93.77 MB/sec +AVERAGE SEEK TIME: 35.68 ms +FSYNCS/SECOND: 28.93 [exit=124 / not installed or not permitted] --- corosync.conf @@ -4585,7 +4346,7 @@ lvmthin: local-lvm content images,rootdir nfs: D2 - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 export /mnt/tsys4/D2 path /mnt/pve/D2 server pfv-tsys4-nfs-stor @@ -4593,7 +4354,7 @@ nfs: D2 prune-backups keep-all=1 nfs: D3 - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 export /mnt/tsys4/D3 path /mnt/pve/D3 server pfv-tsys4-nfs-stor @@ -4601,7 +4362,7 @@ nfs: D3 prune-backups keep-all=1 nfs: D5 - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 export /mnt/tsys4/D5 path /mnt/pve/D5 server pfv-tsys4-nfs-stor @@ -4609,7 +4370,7 @@ nfs: D5 prune-backups keep-all=1 nfs: S2 - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 export /mnt/pfv-tsys5/S2 path /mnt/pve/S2 server pfv-tsys5-nfs-stor @@ -4617,7 +4378,7 @@ nfs: S2 prune-backups keep-all=1 nfs: S3 - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 export /mnt/pfv-tsys5/S3 path /mnt/pve/S3 server pfv-tsys5-nfs-stor @@ -4625,7 +4386,7 @@ nfs: S3 prune-backups keep-all=1 nfs: S4 - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 export /mnt/pfv-tsys5/S4 path /mnt/pve/S4 server pfv-tsys5-nfs-stor @@ -4633,7 +4394,7 @@ nfs: S4 prune-backups keep-all=1 nfs: T5-SSD - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 export /mnt/pfv-tsys5/ssd path /mnt/pve/T5-SSD server pfv-tsys5-nfs-stor @@ -4657,11 +4418,7 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host $ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \ | jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \ || pvesh get /cluster/resources --type node 2>/dev/null -┌────────────────┬──────┬─────────────┬─────────┬────────┬───────────┬──────────┬───────────┬─────────┬───────┬──────┬────────┬───────────┬───────────┬───────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬─────────┬──────┬──────────┬───────────┬──────┬───────────┐ -│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ -╞════════════════╪══════╪═════════════╪═════════╪════════╪═══════════╪══════════╪═══════════╪═════════╪═══════╪══════╪════════╪═══════════╪═══════════╪═══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪═════════╪══════╪══════════╪═══════════╪══════╪═══════════╡ -│ node/pfv-tsys1 │ node │ 2 │ │ 10.84% │ 16.01 GiB │ │ │ │ │ │ 8 │ 93.93 GiB │ 31.26 GiB │ 16.92 GiB │ │ │ │ │ │ │ pfv-tsys1 │ │ │ │ │ online │ │ │ │ 7h 12m 1s │ │ │ -└────────────────┴──────┴─────────────┴─────────┴────────┴───────────┴──────────┴───────────┴─────────┴───────┴──────┴────────┴───────────┴───────────┴───────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴─────────┴──────┴──────────┴───────────┴──────┴───────────┘ +pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=100861726720 status=online ssl_fingerprint=null ############################################################################### # 10. NETWORK: INTERFACES @@ -4671,259 +4428,221 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host $ ip -d link 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 promiscuity 0 allmulti 0 minmtu 0 maxmtu 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -2: nic0: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000 +2: nic0: mtu 1500 qdisc fq master vmbr0 state UP mode DEFAULT group default qlen 1000 link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 9000 bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:00:19.0 altname enp0s25 altname enx3417ebb3b12d -3: nic1: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000 +3: nic1: mtu 1500 qdisc fq master datanet state UP mode DEFAULT group default qlen 1000 link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 0 maxmtu 1500 bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.8c:ae:4c:cd:a6:2d designated_root 8000.8c:ae:4c:cd:a6:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus usb parentdev 3-8:2.0 -4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 +4: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 98.43 fdb_n_learned 97 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 94 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.8c:ae:4c:cd:a6:2d designated_root 8000.8c:ae:4c:cd:a6:2d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 102.31 fdb_n_learned 7 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -7: tap100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 36:8f:01:5d:d2:de brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.8c:ae:4c:cd:a6:2d designated_root 8000.8c:ae:4c:cd:a6:2d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 144.27 fdb_n_learned 5 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +48: tap114i0: mtu 1500 qdisc fq master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 22:76:84:c2:b7:d5 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -8: tap101i0: mtu 1500 qdisc fq_codel master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether c6:1b:fc:ac:2f:dc brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 - tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.82:69:78:9d:93:1c designated_root 8000.82:69:78:9d:93:1c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -9: fwbr101i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.82:69:78:9d:93:1c designated_root 8000.82:69:78:9d:93:1c root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 11 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -10: fwpr101p0@fwln101i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 26:7e:b6:c8:5c:e3 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -11: fwln101i0@fwpr101p0: mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000 - link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.82:69:78:9d:93:1c designated_root 8000.82:69:78:9d:93:1c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -12: tap103i0: mtu 1500 qdisc fq_codel master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 86:42:6d:4c:bb:7b brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 - tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.f6:57:b0:2a:b7:4d designated_root 8000.f6:57:b0:2a:b7:4d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -13: fwbr103i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.f6:57:b0:2a:b7:4d designated_root 8000.f6:57:b0:2a:b7:4d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 15 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -14: fwpr103p0@fwln103i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 56:ed:83:08:9f:7d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8004 port_no 0x4 designated_port 32772 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -15: fwln103i0@fwpr103p0: mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000 - link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.f6:57:b0:2a:b7:4d designated_root 8000.f6:57:b0:2a:b7:4d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -16: tap104i0: mtu 1500 qdisc fq_codel master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether fa:d3:4d:72:58:ac brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 - tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.e6:dc:ba:ca:4:e5 designated_root 8000.e6:dc:ba:ca:4:e5 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -17: fwbr104i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.e6:dc:ba:ca:4:e5 designated_root 8000.e6:dc:ba:ca:4:e5 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 19 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -18: fwpr104p0@fwln104i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 0a:07:3e:be:21:c2 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8005 port_no 0x5 designated_port 32773 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -19: fwln104i0@fwpr104p0: mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000 - link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.e6:dc:ba:ca:4:e5 designated_root 8000.e6:dc:ba:ca:4:e5 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -28: tap108i0: mtu 1500 qdisc fq_codel master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 56:77:52:bf:3b:fc brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 - tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ea:95:35:5:b3:35 designated_root 8000.ea:95:35:5:b3:35 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -29: fwbr108i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ea:95:35:5:b3:35 designated_root 8000.ea:95:35:5:b3:35 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 31 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -30: fwpr108p0@fwln108i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 6e:f8:d8:48:ee:0c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8007 port_no 0x7 designated_port 32775 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -31: fwln108i0@fwpr108p0: mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000 - link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ea:95:35:5:b3:35 designated_root 8000.ea:95:35:5:b3:35 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -32: tap114i0: mtu 1500 qdisc fq_codel master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 7e:bb:27:0a:cb:bb brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 - tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.36:dc:45:25:b8:37 designated_root 8000.36:dc:45:25:b8:37 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -33: fwbr114i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.36:dc:45:25:b8:37 designated_root 8000.36:dc:45:25:b8:37 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 35 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -34: fwpr114p0@fwln114i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether ea:d4:c6:df:c2:86 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8008 port_no 0x8 designated_port 32776 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -35: fwln114i0@fwpr114p0: mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000 - link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.36:dc:45:25:b8:37 designated_root 8000.36:dc:45:25:b8:37 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -36: tap117i0: mtu 1500 qdisc fq_codel master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 1a:0f:f7:08:0a:f0 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 - tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.7e:c3:db:7a:94:8d designated_root 8000.7e:c3:db:7a:94:8d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -37: fwbr117i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.7e:c3:db:7a:94:8d designated_root 8000.7e:c3:db:7a:94:8d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 39 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -38: fwpr117p0@fwln117i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether a6:3c:d4:11:29:e4 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8009 port_no 0x9 designated_port 32777 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -39: fwln117i0@fwpr117p0: mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000 - link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.7e:c3:db:7a:94:8d designated_root 8000.7e:c3:db:7a:94:8d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -40: tap107i0: mtu 1500 qdisc fq_codel master fwbr107i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether aa:ea:e4:a8:a5:c0 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 - tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.7e:56:d6:18:c5:c4 designated_root 8000.7e:56:d6:18:c5:c4 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -41: fwbr107i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.7e:56:d6:18:c5:c4 designated_root 8000.7e:56:d6:18:c5:c4 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 43 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -42: fwpr107p0@fwln107i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 0e:40:f7:5b:ba:50 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8006 port_no 0x6 designated_port 32774 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -43: fwln107i0@fwpr107p0: mtu 1500 qdisc noqueue master fwbr107i0 state UP mode DEFAULT group default qlen 1000 - link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.7e:56:d6:18:c5:c4 designated_root 8000.7e:56:d6:18:c5:c4 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -44: tap107i1: mtu 1500 qdisc fq_codel master fwbr107i1 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether ae:f7:54:94:11:a5 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 - tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.d6:ec:c:a0:f3:10 designated_root 8000.d6:ec:c:a0:f3:10 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -45: fwbr107i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.d6:ec:c:a0:f3:10 designated_root 8000.d6:ec:c:a0:f3:10 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 88.82 fdb_n_learned 5 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -46: fwpr107p1@fwln107i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 - link/ether 06:50:86:78:17:86 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.8c:ae:4c:cd:a6:2d designated_root 8000.8c:ae:4c:cd:a6:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -47: fwln107i1@fwpr107p1: mtu 1500 qdisc noqueue master fwbr107i1 state UP mode DEFAULT group default qlen 1000 - link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.d6:ec:c:a0:f3:10 designated_root 8000.d6:ec:c:a0:f3:10 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -60: tap109i0: mtu 1500 qdisc fq_codel master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether ca:dc:5c:ee:eb:14 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 - tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.6e:b1:2d:c:c8:31 designated_root 8000.6e:b1:2d:c:c8:31 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -61: fwbr109i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.6e:b1:2d:c:c8:31 designated_root 8000.6e:b1:2d:c:c8:31 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 38.20 fdb_n_learned 91 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 63 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -62: fwpr109p0@fwln109i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 72:60:40:95:ea:0b brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800a port_no 0xa designated_port 32778 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -63: fwln109i0@fwpr109p0: mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000 - link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.6e:b1:2d:c:c8:31 designated_root 8000.6e:b1:2d:c:c8:31 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -68: tap105i0: mtu 1500 qdisc fq_codel master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 06:7b:3b:0a:39:c9 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 - tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.6e:e2:a6:d1:ae:a5 designated_root 8000.6e:e2:a6:d1:ae:a5 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -69: fwbr105i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.6e:e2:a6:d1:ae:a5 designated_root 8000.6e:e2:a6:d1:ae:a5 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 3.99 fdb_n_learned 90 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 71 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -70: fwpr105p0@fwln105i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether f6:50:ac:fb:66:72 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800b port_no 0xb designated_port 32779 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -71: fwln105i0@fwpr105p0: mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000 - link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.6e:e2:a6:d1:ae:a5 designated_root 8000.6e:e2:a6:d1:ae:a5 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -76: tap106i0: mtu 1500 qdisc fq_codel master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 0e:e3:06:48:92:e2 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 - tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.26:7a:93:23:30:25 designated_root 8000.26:7a:93:23:30:25 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -77: fwbr106i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.26:7a:93:23:30:25 designated_root 8000.26:7a:93:23:30:25 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 79 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -78: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 2a:15:86:d3:b2:91 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.da:63:76:70:82:2 designated_root 8000.da:63:76:70:82:2 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +49: fwbr114i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.da:63:76:70:82:2 designated_root 8000.da:63:76:70:82:2 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 68 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 51 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +50: fwpr114p0@fwln114i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 7a:e7:f9:2a:bb:7d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800c port_no 0xc designated_port 32780 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -79: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000 - link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 +51: fwln114i0@fwpr114p0: mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000 + link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.26:7a:93:23:30:25 designated_root 8000.26:7a:93:23:30:25 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.da:63:76:70:82:2 designated_root 8000.da:63:76:70:82:2 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +52: tap117i0: mtu 1500 qdisc fq master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether a6:80:fc:26:43:f3 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.d2:2:2e:14:de:ad designated_root 8000.d2:2:2e:14:de:ad hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +53: fwbr117i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.d2:2:2e:14:de:ad designated_root 8000.d2:2:2e:14:de:ad root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 55 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +54: fwpr117p0@fwln117i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 62:63:a9:37:c7:92 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800d port_no 0xd designated_port 32781 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +55: fwln117i0@fwpr117p0: mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000 + link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.d2:2:2e:14:de:ad designated_root 8000.d2:2:2e:14:de:ad hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +56: tap109i0: mtu 1500 qdisc fq master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 2a:7b:11:22:7d:ec brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.fe:e0:ab:d8:b:71 designated_root 8000.fe:e0:ab:d8:b:71 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +57: fwbr109i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.fe:e0:ab:d8:b:71 designated_root 8000.fe:e0:ab:d8:b:71 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 74 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 59 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +58: fwpr109p0@fwln109i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 02:ad:67:e0:f2:89 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +59: fwln109i0@fwpr109p0: mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000 + link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.fe:e0:ab:d8:b:71 designated_root 8000.fe:e0:ab:d8:b:71 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +60: tap108i0: mtu 1500 qdisc fq master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 76:67:1a:20:a0:6d brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ce:7:7c:1b:29:52 designated_root 8000.ce:7:7c:1b:29:52 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +61: fwbr108i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ce:7:7c:1b:29:52 designated_root 8000.ce:7:7c:1b:29:52 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 63 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +62: fwpr108p0@fwln108i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether f6:9b:01:fd:1d:24 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +63: fwln108i0@fwpr108p0: mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000 + link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ce:7:7c:1b:29:52 designated_root 8000.ce:7:7c:1b:29:52 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +72: tap106i0: mtu 1500 qdisc fq master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 72:9a:17:da:9d:31 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ee:da:cb:88:b3:87 designated_root 8000.ee:da:cb:88:b3:87 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +73: fwbr106i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ee:da:cb:88:b3:87 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ee:da:cb:88:b3:87 designated_root 8000.ee:da:cb:88:b3:87 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 75 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +74: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 9e:e7:f3:dd:50:f0 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8005 port_no 0x5 designated_port 32773 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +75: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000 + link/ether ee:da:cb:88:b3:87 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ee:da:cb:88:b3:87 designated_root 8000.ee:da:cb:88:b3:87 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +76: tap100i0: mtu 1500 qdisc fq master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 5e:1a:95:25:2d:b1 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8006 port_no 0x6 designated_port 32774 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +77: tap101i0: mtu 1500 qdisc fq master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 82:3c:b3:85:36:54 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ba:97:d5:84:ab:47 designated_root 8000.ba:97:d5:84:ab:47 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +78: fwbr101i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ba:97:d5:84:ab:47 designated_root 8000.ba:97:d5:84:ab:47 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 80 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +79: fwpr101p0@fwln101i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 2a:e8:5c:77:68:72 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8007 port_no 0x7 designated_port 32775 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +80: fwln101i0@fwpr101p0: mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000 + link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ba:97:d5:84:ab:47 designated_root 8000.ba:97:d5:84:ab:47 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +85: tap103i0: mtu 1500 qdisc fq master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 6a:5d:ff:52:a5:34 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.3e:71:96:cf:cc:2e designated_root 8000.3e:71:96:cf:cc:2e hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +86: fwbr103i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.3e:71:96:cf:cc:2e designated_root 8000.3e:71:96:cf:cc:2e root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 88 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +87: fwpr103p0@fwln103i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 5a:ac:1e:bf:d3:4d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8009 port_no 0x9 designated_port 32777 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +88: fwln103i0@fwpr103p0: mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000 + link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.3e:71:96:cf:cc:2e designated_root 8000.3e:71:96:cf:cc:2e hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +89: tap104i0: mtu 1500 qdisc fq master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 16:1c:fe:8b:66:60 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.d6:1a:ca:87:48:81 designated_root 8000.d6:1a:ca:87:48:81 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +90: fwbr104i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.d6:1a:ca:87:48:81 designated_root 8000.d6:1a:ca:87:48:81 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 71 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 92 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +91: fwpr104p0@fwln104i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 26:ed:3c:28:5e:45 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800a port_no 0xa designated_port 32778 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +92: fwln104i0@fwpr104p0: mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000 + link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.d6:1a:ca:87:48:81 designated_root 8000.d6:1a:ca:87:48:81 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +93: tap105i0: mtu 1500 qdisc fq master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 02:e3:bf:71:16:76 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.46:61:b6:41:6e:74 designated_root 8000.46:61:b6:41:6e:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +94: fwbr105i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.46:61:b6:41:6e:74 designated_root 8000.46:61:b6:41:6e:74 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 77 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 96 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +95: fwpr105p0@fwln105i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether d2:c7:77:d6:f7:7d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800b port_no 0xb designated_port 32779 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +96: fwln105i0@fwpr105p0: mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000 + link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.46:61:b6:41:6e:74 designated_root 8000.46:61:b6:41:6e:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 --- ip -o link $ ip -o link 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\ link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 -2: nic0: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff\ altname enp0s25\ altname enx3417ebb3b12d -3: nic1: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff -4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500\ link/none +2: nic0: mtu 1500 qdisc fq master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff\ altname enp0s25\ altname enx3417ebb3b12d +3: nic1: mtu 1500 qdisc fq master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff +4: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500\ link/none 5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff 6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff -7: tap100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 36:8f:01:5d:d2:de brd ff:ff:ff:ff:ff:ff -8: tap101i0: mtu 1500 qdisc fq_codel master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether c6:1b:fc:ac:2f:dc brd ff:ff:ff:ff:ff:ff -9: fwbr101i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff -10: fwpr101p0@fwln101i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 26:7e:b6:c8:5c:e3 brd ff:ff:ff:ff:ff:ff -11: fwln101i0@fwpr101p0: mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000\ link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff -12: tap103i0: mtu 1500 qdisc fq_codel master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 86:42:6d:4c:bb:7b brd ff:ff:ff:ff:ff:ff -13: fwbr103i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff -14: fwpr103p0@fwln103i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 56:ed:83:08:9f:7d brd ff:ff:ff:ff:ff:ff -15: fwln103i0@fwpr103p0: mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000\ link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff -16: tap104i0: mtu 1500 qdisc fq_codel master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether fa:d3:4d:72:58:ac brd ff:ff:ff:ff:ff:ff -17: fwbr104i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff -18: fwpr104p0@fwln104i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 0a:07:3e:be:21:c2 brd ff:ff:ff:ff:ff:ff -19: fwln104i0@fwpr104p0: mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000\ link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff -28: tap108i0: mtu 1500 qdisc fq_codel master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 56:77:52:bf:3b:fc brd ff:ff:ff:ff:ff:ff -29: fwbr108i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff -30: fwpr108p0@fwln108i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 6e:f8:d8:48:ee:0c brd ff:ff:ff:ff:ff:ff -31: fwln108i0@fwpr108p0: mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000\ link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff -32: tap114i0: mtu 1500 qdisc fq_codel master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 7e:bb:27:0a:cb:bb brd ff:ff:ff:ff:ff:ff -33: fwbr114i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff -34: fwpr114p0@fwln114i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether ea:d4:c6:df:c2:86 brd ff:ff:ff:ff:ff:ff -35: fwln114i0@fwpr114p0: mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000\ link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff -36: tap117i0: mtu 1500 qdisc fq_codel master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 1a:0f:f7:08:0a:f0 brd ff:ff:ff:ff:ff:ff -37: fwbr117i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff -38: fwpr117p0@fwln117i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether a6:3c:d4:11:29:e4 brd ff:ff:ff:ff:ff:ff -39: fwln117i0@fwpr117p0: mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000\ link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff -40: tap107i0: mtu 1500 qdisc fq_codel master fwbr107i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether aa:ea:e4:a8:a5:c0 brd ff:ff:ff:ff:ff:ff -41: fwbr107i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff -42: fwpr107p0@fwln107i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 0e:40:f7:5b:ba:50 brd ff:ff:ff:ff:ff:ff -43: fwln107i0@fwpr107p0: mtu 1500 qdisc noqueue master fwbr107i0 state UP mode DEFAULT group default qlen 1000\ link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff -44: tap107i1: mtu 1500 qdisc fq_codel master fwbr107i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ae:f7:54:94:11:a5 brd ff:ff:ff:ff:ff:ff -45: fwbr107i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff -46: fwpr107p1@fwln107i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 06:50:86:78:17:86 brd ff:ff:ff:ff:ff:ff -47: fwln107i1@fwpr107p1: mtu 1500 qdisc noqueue master fwbr107i1 state UP mode DEFAULT group default qlen 1000\ link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff -60: tap109i0: mtu 1500 qdisc fq_codel master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ca:dc:5c:ee:eb:14 brd ff:ff:ff:ff:ff:ff -61: fwbr109i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff -62: fwpr109p0@fwln109i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 72:60:40:95:ea:0b brd ff:ff:ff:ff:ff:ff -63: fwln109i0@fwpr109p0: mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000\ link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff -68: tap105i0: mtu 1500 qdisc fq_codel master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 06:7b:3b:0a:39:c9 brd ff:ff:ff:ff:ff:ff -69: fwbr105i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff -70: fwpr105p0@fwln105i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether f6:50:ac:fb:66:72 brd ff:ff:ff:ff:ff:ff -71: fwln105i0@fwpr105p0: mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000\ link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff -76: tap106i0: mtu 1500 qdisc fq_codel master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 0e:e3:06:48:92:e2 brd ff:ff:ff:ff:ff:ff -77: fwbr106i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff -78: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 2a:15:86:d3:b2:91 brd ff:ff:ff:ff:ff:ff -79: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000\ link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff +48: tap114i0: mtu 1500 qdisc fq master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 22:76:84:c2:b7:d5 brd ff:ff:ff:ff:ff:ff +49: fwbr114i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff +50: fwpr114p0@fwln114i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 7a:e7:f9:2a:bb:7d brd ff:ff:ff:ff:ff:ff +51: fwln114i0@fwpr114p0: mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000\ link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff +52: tap117i0: mtu 1500 qdisc fq master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether a6:80:fc:26:43:f3 brd ff:ff:ff:ff:ff:ff +53: fwbr117i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff +54: fwpr117p0@fwln117i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 62:63:a9:37:c7:92 brd ff:ff:ff:ff:ff:ff +55: fwln117i0@fwpr117p0: mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000\ link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff +56: tap109i0: mtu 1500 qdisc fq master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 2a:7b:11:22:7d:ec brd ff:ff:ff:ff:ff:ff +57: fwbr109i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff +58: fwpr109p0@fwln109i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 02:ad:67:e0:f2:89 brd ff:ff:ff:ff:ff:ff +59: fwln109i0@fwpr109p0: mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000\ link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff +60: tap108i0: mtu 1500 qdisc fq master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 76:67:1a:20:a0:6d brd ff:ff:ff:ff:ff:ff +61: fwbr108i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff +62: fwpr108p0@fwln108i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether f6:9b:01:fd:1d:24 brd ff:ff:ff:ff:ff:ff +63: fwln108i0@fwpr108p0: mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000\ link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff +72: tap106i0: mtu 1500 qdisc fq master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 72:9a:17:da:9d:31 brd ff:ff:ff:ff:ff:ff +73: fwbr106i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ee:da:cb:88:b3:87 brd ff:ff:ff:ff:ff:ff +74: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 9e:e7:f3:dd:50:f0 brd ff:ff:ff:ff:ff:ff +75: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000\ link/ether ee:da:cb:88:b3:87 brd ff:ff:ff:ff:ff:ff +76: tap100i0: mtu 1500 qdisc fq master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 5e:1a:95:25:2d:b1 brd ff:ff:ff:ff:ff:ff +77: tap101i0: mtu 1500 qdisc fq master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 82:3c:b3:85:36:54 brd ff:ff:ff:ff:ff:ff +78: fwbr101i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff +79: fwpr101p0@fwln101i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 2a:e8:5c:77:68:72 brd ff:ff:ff:ff:ff:ff +80: fwln101i0@fwpr101p0: mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000\ link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff +85: tap103i0: mtu 1500 qdisc fq master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 6a:5d:ff:52:a5:34 brd ff:ff:ff:ff:ff:ff +86: fwbr103i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff +87: fwpr103p0@fwln103i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 5a:ac:1e:bf:d3:4d brd ff:ff:ff:ff:ff:ff +88: fwln103i0@fwpr103p0: mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000\ link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff +89: tap104i0: mtu 1500 qdisc fq master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 16:1c:fe:8b:66:60 brd ff:ff:ff:ff:ff:ff +90: fwbr104i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff +91: fwpr104p0@fwln104i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 26:ed:3c:28:5e:45 brd ff:ff:ff:ff:ff:ff +92: fwln104i0@fwpr104p0: mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000\ link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff +93: tap105i0: mtu 1500 qdisc fq master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 02:e3:bf:71:16:76 brd ff:ff:ff:ff:ff:ff +94: fwbr105i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff +95: fwpr105p0@fwln105i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether d2:c7:77:d6:f7:7d brd ff:ff:ff:ff:ff:ff +96: fwln105i0@fwpr105p0: mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000\ link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff --- ip -o -4 addr $ ip -o -4 addr 1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever 4: tailscale0 inet 100.121.189.98/32 scope global tailscale0\ valid_lft forever preferred_lft forever -5: vmbr0 inet 192.168.3.11/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 483sec preferred_lft 483sec +5: vmbr0 inet 192.168.3.11/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 520sec preferred_lft 520sec 6: datanet inet 10.100.100.1/24 scope global datanet\ valid_lft forever preferred_lft forever --- ip -o -6 addr (link-local filter) $ ip -o -6 addr 1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever 4: tailscale0 inet6 fd7a:115c:a1e0::713b:bd62/128 scope global \ valid_lft forever preferred_lft forever -4: tailscale0 inet6 fe80::79e:6df7:a707:9e92/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever +4: tailscale0 inet6 fe80::6596:1e22:c0ea:f7c3/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever 5: vmbr0 inet6 fe80::3617:ebff:feb3:b12d/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever 6: datanet inet6 fe80::8eae:4cff:fecd:a62d/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever @@ -4935,24 +4654,24 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever -2: nic0: mtu 1500 qdisc fq_codel master vmbr0 state UP group default qlen 1000 +2: nic0: mtu 1500 qdisc fq master vmbr0 state UP group default qlen 1000 link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff altname enp0s25 altname enx3417ebb3b12d -3: nic1: mtu 1500 qdisc fq_codel master datanet state UP group default qlen 1000 +3: nic1: mtu 1500 qdisc fq master datanet state UP group default qlen 1000 link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff -4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN group default qlen 500 +4: tailscale0: mtu 1280 qdisc fq state UNKNOWN group default qlen 500 link/none inet 100.121.189.98/32 scope global tailscale0 valid_lft forever preferred_lft forever inet6 fd7a:115c:a1e0::713b:bd62/128 scope global valid_lft forever preferred_lft forever - inet6 fe80::79e:6df7:a707:9e92/64 scope link stable-privacy proto kernel_ll + inet6 fe80::6596:1e22:c0ea:f7c3/64 scope link stable-privacy proto kernel_ll valid_lft forever preferred_lft forever 5: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff inet 192.168.3.11/22 brd 192.168.3.255 scope global dynamic vmbr0 - valid_lft 483sec preferred_lft 483sec + valid_lft 520sec preferred_lft 520sec inet6 fe80::3617:ebff:feb3:b12d/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 6: datanet: mtu 1500 qdisc noqueue state UP group default qlen 1000 @@ -4961,96 +4680,80 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host valid_lft forever preferred_lft forever inet6 fe80::8eae:4cff:fecd:a62d/64 scope link proto kernel_ll valid_lft forever preferred_lft forever -7: tap100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 - link/ether 36:8f:01:5d:d2:de brd ff:ff:ff:ff:ff:ff -8: tap101i0: mtu 1500 qdisc fq_codel master fwbr101i0 state UNKNOWN group default qlen 1000 - link/ether c6:1b:fc:ac:2f:dc brd ff:ff:ff:ff:ff:ff -9: fwbr101i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff -10: fwpr101p0@fwln101i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 26:7e:b6:c8:5c:e3 brd ff:ff:ff:ff:ff:ff -11: fwln101i0@fwpr101p0: mtu 1500 qdisc noqueue master fwbr101i0 state UP group default qlen 1000 - link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff -12: tap103i0: mtu 1500 qdisc fq_codel master fwbr103i0 state UNKNOWN group default qlen 1000 - link/ether 86:42:6d:4c:bb:7b brd ff:ff:ff:ff:ff:ff -13: fwbr103i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff -14: fwpr103p0@fwln103i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 56:ed:83:08:9f:7d brd ff:ff:ff:ff:ff:ff -15: fwln103i0@fwpr103p0: mtu 1500 qdisc noqueue master fwbr103i0 state UP group default qlen 1000 - link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff -16: tap104i0: mtu 1500 qdisc fq_codel master fwbr104i0 state UNKNOWN group default qlen 1000 - link/ether fa:d3:4d:72:58:ac brd ff:ff:ff:ff:ff:ff -17: fwbr104i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff -18: fwpr104p0@fwln104i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 0a:07:3e:be:21:c2 brd ff:ff:ff:ff:ff:ff -19: fwln104i0@fwpr104p0: mtu 1500 qdisc noqueue master fwbr104i0 state UP group default qlen 1000 - link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff -28: tap108i0: mtu 1500 qdisc fq_codel master fwbr108i0 state UNKNOWN group default qlen 1000 - link/ether 56:77:52:bf:3b:fc brd ff:ff:ff:ff:ff:ff -29: fwbr108i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff -30: fwpr108p0@fwln108i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 6e:f8:d8:48:ee:0c brd ff:ff:ff:ff:ff:ff -31: fwln108i0@fwpr108p0: mtu 1500 qdisc noqueue master fwbr108i0 state UP group default qlen 1000 - link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff -32: tap114i0: mtu 1500 qdisc fq_codel master fwbr114i0 state UNKNOWN group default qlen 1000 - link/ether 7e:bb:27:0a:cb:bb brd ff:ff:ff:ff:ff:ff -33: fwbr114i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff -34: fwpr114p0@fwln114i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether ea:d4:c6:df:c2:86 brd ff:ff:ff:ff:ff:ff -35: fwln114i0@fwpr114p0: mtu 1500 qdisc noqueue master fwbr114i0 state UP group default qlen 1000 - link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff -36: tap117i0: mtu 1500 qdisc fq_codel master fwbr117i0 state UNKNOWN group default qlen 1000 - link/ether 1a:0f:f7:08:0a:f0 brd ff:ff:ff:ff:ff:ff -37: fwbr117i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff -38: fwpr117p0@fwln117i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether a6:3c:d4:11:29:e4 brd ff:ff:ff:ff:ff:ff -39: fwln117i0@fwpr117p0: mtu 1500 qdisc noqueue master fwbr117i0 state UP group default qlen 1000 - link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff -40: tap107i0: mtu 1500 qdisc fq_codel master fwbr107i0 state UNKNOWN group default qlen 1000 - link/ether aa:ea:e4:a8:a5:c0 brd ff:ff:ff:ff:ff:ff -41: fwbr107i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff -42: fwpr107p0@fwln107i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 0e:40:f7:5b:ba:50 brd ff:ff:ff:ff:ff:ff -43: fwln107i0@fwpr107p0: mtu 1500 qdisc noqueue master fwbr107i0 state UP group default qlen 1000 - link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff -44: tap107i1: mtu 1500 qdisc fq_codel master fwbr107i1 state UNKNOWN group default qlen 1000 - link/ether ae:f7:54:94:11:a5 brd ff:ff:ff:ff:ff:ff -45: fwbr107i1: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff -46: fwpr107p1@fwln107i1: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 - link/ether 06:50:86:78:17:86 brd ff:ff:ff:ff:ff:ff -47: fwln107i1@fwpr107p1: mtu 1500 qdisc noqueue master fwbr107i1 state UP group default qlen 1000 - link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff -60: tap109i0: mtu 1500 qdisc fq_codel master fwbr109i0 state UNKNOWN group default qlen 1000 - link/ether ca:dc:5c:ee:eb:14 brd ff:ff:ff:ff:ff:ff -61: fwbr109i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff -62: fwpr109p0@fwln109i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 72:60:40:95:ea:0b brd ff:ff:ff:ff:ff:ff -63: fwln109i0@fwpr109p0: mtu 1500 qdisc noqueue master fwbr109i0 state UP group default qlen 1000 - link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff -68: tap105i0: mtu 1500 qdisc fq_codel master fwbr105i0 state UNKNOWN group default qlen 1000 - link/ether 06:7b:3b:0a:39:c9 brd ff:ff:ff:ff:ff:ff -69: fwbr105i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff -70: fwpr105p0@fwln105i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether f6:50:ac:fb:66:72 brd ff:ff:ff:ff:ff:ff -71: fwln105i0@fwpr105p0: mtu 1500 qdisc noqueue master fwbr105i0 state UP group default qlen 1000 - link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff -76: tap106i0: mtu 1500 qdisc fq_codel master fwbr106i0 state UNKNOWN group default qlen 1000 - link/ether 0e:e3:06:48:92:e2 brd ff:ff:ff:ff:ff:ff -77: fwbr106i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff -78: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 2a:15:86:d3:b2:91 brd ff:ff:ff:ff:ff:ff -79: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP group default qlen 1000 - link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff +48: tap114i0: mtu 1500 qdisc fq master fwbr114i0 state UNKNOWN group default qlen 1000 + link/ether 22:76:84:c2:b7:d5 brd ff:ff:ff:ff:ff:ff +49: fwbr114i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff +50: fwpr114p0@fwln114i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 7a:e7:f9:2a:bb:7d brd ff:ff:ff:ff:ff:ff +51: fwln114i0@fwpr114p0: mtu 1500 qdisc noqueue master fwbr114i0 state UP group default qlen 1000 + link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff +52: tap117i0: mtu 1500 qdisc fq master fwbr117i0 state UNKNOWN group default qlen 1000 + link/ether a6:80:fc:26:43:f3 brd ff:ff:ff:ff:ff:ff +53: fwbr117i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff +54: fwpr117p0@fwln117i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 62:63:a9:37:c7:92 brd ff:ff:ff:ff:ff:ff +55: fwln117i0@fwpr117p0: mtu 1500 qdisc noqueue master fwbr117i0 state UP group default qlen 1000 + link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff +56: tap109i0: mtu 1500 qdisc fq master fwbr109i0 state UNKNOWN group default qlen 1000 + link/ether 2a:7b:11:22:7d:ec brd ff:ff:ff:ff:ff:ff +57: fwbr109i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff +58: fwpr109p0@fwln109i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 02:ad:67:e0:f2:89 brd ff:ff:ff:ff:ff:ff +59: fwln109i0@fwpr109p0: mtu 1500 qdisc noqueue master fwbr109i0 state UP group default qlen 1000 + link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff +60: tap108i0: mtu 1500 qdisc fq master fwbr108i0 state UNKNOWN group default qlen 1000 + link/ether 76:67:1a:20:a0:6d brd ff:ff:ff:ff:ff:ff +61: fwbr108i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff +62: fwpr108p0@fwln108i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether f6:9b:01:fd:1d:24 brd ff:ff:ff:ff:ff:ff +63: fwln108i0@fwpr108p0: mtu 1500 qdisc noqueue master fwbr108i0 state UP group default qlen 1000 + link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff +72: tap106i0: mtu 1500 qdisc fq master fwbr106i0 state UNKNOWN group default qlen 1000 + link/ether 72:9a:17:da:9d:31 brd ff:ff:ff:ff:ff:ff +73: fwbr106i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether ee:da:cb:88:b3:87 brd ff:ff:ff:ff:ff:ff +74: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 9e:e7:f3:dd:50:f0 brd ff:ff:ff:ff:ff:ff +75: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP group default qlen 1000 + link/ether ee:da:cb:88:b3:87 brd ff:ff:ff:ff:ff:ff +76: tap100i0: mtu 1500 qdisc fq master vmbr0 state UNKNOWN group default qlen 1000 + link/ether 5e:1a:95:25:2d:b1 brd ff:ff:ff:ff:ff:ff +77: tap101i0: mtu 1500 qdisc fq master fwbr101i0 state UNKNOWN group default qlen 1000 + link/ether 82:3c:b3:85:36:54 brd ff:ff:ff:ff:ff:ff +78: fwbr101i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff +79: fwpr101p0@fwln101i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 2a:e8:5c:77:68:72 brd ff:ff:ff:ff:ff:ff +80: fwln101i0@fwpr101p0: mtu 1500 qdisc noqueue master fwbr101i0 state UP group default qlen 1000 + link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff +85: tap103i0: mtu 1500 qdisc fq master fwbr103i0 state UNKNOWN group default qlen 1000 + link/ether 6a:5d:ff:52:a5:34 brd ff:ff:ff:ff:ff:ff +86: fwbr103i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff +87: fwpr103p0@fwln103i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 5a:ac:1e:bf:d3:4d brd ff:ff:ff:ff:ff:ff +88: fwln103i0@fwpr103p0: mtu 1500 qdisc noqueue master fwbr103i0 state UP group default qlen 1000 + link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff +89: tap104i0: mtu 1500 qdisc fq master fwbr104i0 state UNKNOWN group default qlen 1000 + link/ether 16:1c:fe:8b:66:60 brd ff:ff:ff:ff:ff:ff +90: fwbr104i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff +91: fwpr104p0@fwln104i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 26:ed:3c:28:5e:45 brd ff:ff:ff:ff:ff:ff +92: fwln104i0@fwpr104p0: mtu 1500 qdisc noqueue master fwbr104i0 state UP group default qlen 1000 + link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff +93: tap105i0: mtu 1500 qdisc fq master fwbr105i0 state UNKNOWN group default qlen 1000 + link/ether 02:e3:bf:71:16:76 brd ff:ff:ff:ff:ff:ff +94: fwbr105i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff +95: fwpr105p0@fwln105i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether d2:c7:77:d6:f7:7d brd ff:ff:ff:ff:ff:ff +96: fwln105i0@fwpr105p0: mtu 1500 qdisc noqueue master fwbr105i0 state UP group default qlen 1000 + link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff --- ip route $ ip route @@ -5073,623 +4776,547 @@ default via 192.168.3.254 dev vmbr0 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 RX: bytes packets errors dropped missed mcast - 15200669 111463 0 0 0 0 + 23725195 98098 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 15200669 111463 0 0 0 0 + 23725195 98098 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -2: nic0: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000 +2: nic0: mtu 1500 qdisc fq master vmbr0 state UP mode DEFAULT group default qlen 1000 link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 58888851332 45947905 0 863 176 661727 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 1173655996 5326651 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 2923690804 9967535 0 2550 0 1742162 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 5899948683 8684778 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 altname enp0s25 altname enx3417ebb3b12d -3: nic1: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000 +3: nic1: mtu 1500 qdisc fq master datanet state UP mode DEFAULT group default qlen 1000 link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 8831031361 15090959 0 862 0 0 + 56476414667 46802927 0 2548 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 56951964663 39898500 0 31 0 0 + 27297878408 36100265 0 33 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 +4: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 link/none - RX: bytes packets errors dropped missed mcast - 52401608715 5638396 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 292938345 3628636 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 85754270 491691 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 4375100797 262041 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 56292616970 6905883 0 0 0 582041 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 627268157 3741479 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 450966881 3041075 0 0 0 1488725 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 4736417377 584281 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 8817857649 15077598 0 0 0 21974 + 56476049061 46799476 0 5 0 64576 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 54575734695 3910064 0 0 0 0 + 26735561068 27623657 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -7: tap100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 36:8f:01:5d:d2:de brd ff:ff:ff:ff:ff:ff +48: tap114i0: mtu 1500 qdisc fq master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 22:76:84:c2:b7:d5 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 30319907 179763 0 0 0 0 + 0 0 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 222388882 1218544 0 0 0 0 + 86 1 0 2192840 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -8: tap101i0: mtu 1500 qdisc fq_codel master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether c6:1b:fc:ac:2f:dc brd ff:ff:ff:ff:ff:ff +49: fwbr114i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 12442811 63444 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 118166671 982535 0 2334 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 -9: fwbr101i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 75833009 876424 0 1017 0 565958 + 203562424 2190372 0 3015 0 1484930 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -10: fwpr101p0@fwln101i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 26:7e:b6:c8:5c:e3 brd ff:ff:ff:ff:ff:ff +50: fwpr114p0@fwln114i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 7a:e7:f9:2a:bb:7d brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 12442811 63444 0 0 0 0 + 0 0 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 118424605 984902 0 15563 0 0 + 235018539 2195422 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -11: fwln101i0@fwpr101p0: mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000 - link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff +51: fwln114i0@fwpr114p0: mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000 + link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 118424605 984902 0 15563 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 12442811 63444 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -12: tap103i0: mtu 1500 qdisc fq_codel master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 86:42:6d:4c:bb:7b brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 1323012 9292 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 89405146 881590 0 6981 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 -13: fwbr103i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 75818830 876302 0 1017 0 565894 + 235018539 2195422 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -14: fwpr103p0@fwln103i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 56:ed:83:08:9f:7d brd ff:ff:ff:ff:ff:ff +52: tap117i0: mtu 1500 qdisc fq master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether a6:80:fc:26:43:f3 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1323012 9292 0 0 0 0 + 5110486 27012 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 90126220 888604 0 15542 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -15: fwln103i0@fwpr103p0: mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000 - link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 90126220 888604 0 15542 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 1323012 9292 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -16: tap104i0: mtu 1500 qdisc fq_codel master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether fa:d3:4d:72:58:ac brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 26382487 130869 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 137667679 1062743 0 5421 0 0 + 237261848 2210244 0 6622 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -17: fwbr104i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff +53: fwbr117i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 75802974 876127 0 1016 0 565781 + 203533529 2190100 0 3015 0 1484750 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -18: fwpr104p0@fwln104i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 0a:07:3e:be:21:c2 brd ff:ff:ff:ff:ff:ff +54: fwpr117p0@fwln117i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 62:63:a9:37:c7:92 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 26382487 130869 0 0 0 0 + 5110486 27012 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 138238626 1068197 0 15546 0 0 + 238140052 2218447 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -19: fwln104i0@fwpr104p0: mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000 - link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff +55: fwln117i0@fwpr117p0: mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000 + link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 138238626 1068197 0 15546 0 0 + 238140052 2218447 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 26382487 130869 0 0 0 0 + 5110486 27012 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -28: tap108i0: mtu 1500 qdisc fq_codel master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 56:77:52:bf:3b:fc brd ff:ff:ff:ff:ff:ff +56: tap109i0: mtu 1500 qdisc fq master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 2a:7b:11:22:7d:ec brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 22234096 107965 0 0 0 0 + 388273070 1555614 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 130037442 1019455 0 7939 0 0 + 432991734 2975211 0 1419 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -29: fwbr108i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff +57: fwbr109i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 75756797 875656 0 1016 0 565492 + 124487866 1343306 0 1939 0 900320 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -30: fwpr108p0@fwln108i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 6e:f8:d8:48:ee:0c brd ff:ff:ff:ff:ff:ff +58: fwpr109p0@fwln109i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 02:ad:67:e0:f2:89 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 22234096 107965 0 0 0 0 + 388273070 1555614 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 130866887 1026788 0 15563 0 0 + 433141486 2976692 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -31: fwln108i0@fwpr108p0: mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000 - link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff +59: fwln109i0@fwpr109p0: mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000 + link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 130866887 1026788 0 15563 0 0 + 433141486 2976692 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 22234096 107965 0 0 0 0 + 388273070 1555614 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -32: tap114i0: mtu 1500 qdisc fq_codel master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 7e:bb:27:0a:cb:bb brd ff:ff:ff:ff:ff:ff +60: tap108i0: mtu 1500 qdisc fq master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 76:67:1a:20:a0:6d brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 0 0 0 0 0 0 + 54322243 254151 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 60 1 0 877435 0 0 + 236459900 1681071 0 71 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -33: fwbr114i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff +61: fwbr108i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 75722495 875299 0 1016 0 565217 + 124444901 1342756 0 1939 0 899987 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -34: fwpr114p0@fwln114i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether ea:d4:c6:df:c2:86 brd ff:ff:ff:ff:ff:ff +62: fwpr108p0@fwln108i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether f6:9b:01:fd:1d:24 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 0 0 0 0 0 0 + 54322243 254151 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 88490069 878467 0 15538 0 0 + 236377292 1678998 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -35: fwln114i0@fwpr114p0: mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000 - link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff +63: fwln108i0@fwpr108p0: mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000 + link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 88490069 878467 0 15538 0 0 + 236377292 1678998 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 54322243 254151 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +72: tap106i0: mtu 1500 qdisc fq master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 72:9a:17:da:9d:31 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 28618300 151208 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 617208777 1583871 0 604 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +73: fwbr106i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ee:da:cb:88:b3:87 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 124413108 1342345 0 1939 0 899713 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -36: tap117i0: mtu 1500 qdisc fq_codel master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 1a:0f:f7:08:0a:f0 brd ff:ff:ff:ff:ff:ff +74: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 9e:e7:f3:dd:50:f0 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1266774 7753 0 0 0 0 + 28618300 151208 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 88999207 880577 0 4758 0 0 + 617280393 1584536 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +75: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000 + link/ether ee:da:cb:88:b3:87 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 617280393 1584536 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 28618300 151208 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +76: tap100i0: mtu 1500 qdisc fq master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 5e:1a:95:25:2d:b1 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 62683820 360332 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 391281714 2014039 0 1383 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -37: fwbr117i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff +77: tap101i0: mtu 1500 qdisc fq master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 82:3c:b3:85:36:54 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 75703500 875143 0 1016 0 565121 + 25748530 128119 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 201757980 1543405 0 6299 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +78: fwbr101i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 124383267 1341929 0 1938 0 899452 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -38: fwpr117p0@fwln117i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether a6:3c:d4:11:29:e4 brd ff:ff:ff:ff:ff:ff +79: fwpr101p0@fwln101i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 2a:e8:5c:77:68:72 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1266774 7753 0 0 0 0 + 25748530 128119 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 89492923 885368 0 15538 0 0 + 202453217 1549765 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -39: fwln117i0@fwpr117p0: mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000 - link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff +80: fwln101i0@fwpr101p0: mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000 + link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 89492923 885368 0 15538 0 0 + 202453217 1549765 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 1266774 7753 0 0 0 0 + 25748530 128119 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -40: tap107i0: mtu 1500 qdisc fq_codel master fwbr107i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether aa:ea:e4:a8:a5:c0 brd ff:ff:ff:ff:ff:ff +85: tap103i0: mtu 1500 qdisc fq master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 6a:5d:ff:52:a5:34 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 12801869 63426 0 0 0 0 + 2775067 21710 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 117085526 973901 0 314 0 0 + 150892942 1367865 0 5188 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -41: fwbr107i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff +86: fwbr103i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 74846172 866103 0 1003 0 558963 + 124329703 1341302 0 1938 0 899071 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -42: fwpr107p0@fwln107i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 0e:40:f7:5b:ba:50 brd ff:ff:ff:ff:ff:ff +87: fwpr103p0@fwln103i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 5a:ac:1e:bf:d3:4d brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 12801869 63426 0 0 0 0 + 2775067 21710 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 117127866 974215 0 15565 0 0 + 151478924 1373118 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -43: fwln107i0@fwpr107p0: mtu 1500 qdisc noqueue master fwbr107i0 state UP mode DEFAULT group default qlen 1000 - link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff +88: fwln103i0@fwpr103p0: mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000 + link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 117127866 974215 0 15565 0 0 + 151478924 1373118 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 12801869 63426 0 0 0 0 + 2775067 21710 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -44: tap107i1: mtu 1500 qdisc fq_codel master fwbr107i1 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether ae:f7:54:94:11:a5 brd ff:ff:ff:ff:ff:ff +89: tap104i0: mtu 1500 qdisc fq master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 16:1c:fe:8b:66:60 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 0 0 0 0 0 0 + 67386195 343103 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 60 1 0 22665 0 0 + 251225498 1790188 0 6583 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -45: fwbr107i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff +90: fwbr104i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1875089 23082 0 0 0 21753 + 124306472 1341048 0 1938 0 898915 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -46: fwpr107p1@fwln107i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 - link/ether 06:50:86:78:17:86 brd ff:ff:ff:ff:ff:ff +91: fwpr104p0@fwln104i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 26:ed:3c:28:5e:45 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 0 0 0 0 0 0 + 67386195 343103 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 2254449 23713 0 0 0 0 + 251952132 1796835 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -47: fwln107i1@fwpr107p1: mtu 1500 qdisc noqueue master fwbr107i1 state UP mode DEFAULT group default qlen 1000 - link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff +92: fwln104i0@fwpr104p0: mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000 + link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 2254449 23713 0 0 0 0 + 251952132 1796835 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 67386195 343103 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +93: tap105i0: mtu 1500 qdisc fq master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 02:e3:bf:71:16:76 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 143231850 468333 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 522510105 1438289 0 2165 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +94: fwbr105i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 83588830 898176 0 1369 0 600029 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -60: tap109i0: mtu 1500 qdisc fq_codel master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether ca:dc:5c:ee:eb:14 brd ff:ff:ff:ff:ff:ff +95: fwpr105p0@fwln105i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether d2:c7:77:d6:f7:7d brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 396610081 878842 0 0 0 0 + 143231850 468333 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 405514604 1306779 0 544 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 -61: fwbr109i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 43292110 510091 0 586 0 323122 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 0 0 0 0 0 0 + 522746227 1440515 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -62: fwpr109p0@fwln109i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 72:60:40:95:ea:0b brd ff:ff:ff:ff:ff:ff +96: fwln105i0@fwpr105p0: mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000 + link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 396610081 878842 0 0 0 0 + 522746227 1440515 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 405562225 1307323 0 11129 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -63: fwln109i0@fwpr109p0: mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000 - link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 405562225 1307323 0 11129 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 396610081 878842 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -68: tap105i0: mtu 1500 qdisc fq_codel master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 06:7b:3b:0a:39:c9 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 46693517 138105 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 159312399 531025 0 2275 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 -69: fwbr105i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 30873979 368463 0 418 0 230984 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 0 0 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -70: fwpr105p0@fwln105i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether f6:50:ac:fb:66:72 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 46693517 138105 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 159544397 533300 0 8778 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -71: fwln105i0@fwpr105p0: mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000 - link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 159544397 533300 0 8778 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 46693517 138105 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -76: tap106i0: mtu 1500 qdisc fq_codel master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 0e:e3:06:48:92:e2 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 4601295 24787 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 45789730 386004 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 -77: fwbr106i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 28580810 341966 0 391 0 213408 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 0 0 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -78: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 2a:15:86:d3:b2:91 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 4601295 24787 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 45789730 386004 0 8099 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -79: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000 - link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 45789730 386004 0 8099 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 4601295 24787 0 0 0 0 + 143231850 468333 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 --- ip neigh $ ip neigh -192.168.1.164 dev vmbr0 FAILED -192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 STALE -192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE -10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 STALE -192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE -192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE -192.168.0.250 dev vmbr0 lladdr f8:bc:12:34:e0:74 STALE +192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc STALE +192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE +192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE 192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE -192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE -10.100.100.7 dev datanet lladdr f8:bc:12:34:e0:75 STALE -192.168.2.5 dev vmbr0 lladdr a4:4c:c8:08:d1:b8 STALE 10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE -192.168.1.45 dev vmbr0 FAILED 192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE +10.100.100.9 dev datanet lladdr 9c:69:d3:6a:5b:6c STALE +192.168.3.58 dev vmbr0 lladdr a4:bb:6d:e3:56:86 STALE 10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE 192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 STALE -192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE -192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE -10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 STALE -192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc STALE -192.168.3.135 dev vmbr0 lladdr 44:09:da:4e:84:63 STALE -192.168.3.169 dev vmbr0 lladdr 00:21:9b:a2:7c:53 STALE -fe80::406a:9d5b:52e1:a762 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE -fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE -fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE -fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE -fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE -fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE -fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE -fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE -fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE -fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE -fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE -fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE -fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE -fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE -fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE -fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE -fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE -fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE -fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE -fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE -fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 STALE +10.100.100.2 dev datanet lladdr d4:81:d7:3e:0d:5e STALE +192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +192.168.3.173 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE +192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d STALE +192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE +192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE +192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE +192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +fe80::21b:78ff:fe5c:e9ce dev datanet lladdr 00:1b:78:5c:e9:ce STALE +fe80::be24:11ff:feee:2bb6 dev vmbr0 lladdr bc:24:11:ee:2b:b6 STALE fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE -fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE +fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE +fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE +fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE -fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::10e8:fff4:c9c7:c57b dev vmbr0 lladdr ba:71:00:a6:a3:12 STALE +fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +fe80::be24:11ff:febb:6af dev vmbr0 lladdr bc:24:11:bb:06:af STALE +fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE +fe80::1041:575c:79d7:c3f3 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE +fe80::b6f4:eaa:36af:1d47 dev vmbr0 lladdr f0:6e:0b:cf:c7:55 STALE +fe80::ae76:5582:7949:6783 dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE +fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE +fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE +fe80::6ae7:a88a:4305:7761 dev vmbr0 lladdr e8:4e:06:af:b8:92 STALE +fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 STALE +fe80::109b:d06f:f2be:1dc4 dev vmbr0 lladdr 16:bc:55:38:d3:7f STALE +fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE +fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE +fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE +fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE +fe80::6bea:ca7:4c8c:182f dev vmbr0 lladdr bc:24:11:80:0d:16 STALE +fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE +fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE +fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE +fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE +fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE +fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE +fe80::466:5100:c752:a95d dev vmbr0 lladdr ca:c3:35:a4:7f:c4 STALE +fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE +fe80::7172:40ba:b966:69df dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE +fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE +fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE +fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE --- /proc/net/dev (counters) $ cat /proc/net/dev Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 15200669 111463 0 0 0 0 0 0 15200669 111463 0 0 0 0 0 0 - nic0: 58888851332 45947905 0 1039 0 0 0 661727 1173655996 5326651 0 0 0 0 0 0 - nic1: 8831031361 15090959 0 862 0 0 0 0 56951964663 39898500 0 31 0 0 0 0 -tailscale0: 52401608715 5638396 0 0 0 0 0 0 292938345 3628636 0 0 0 0 0 0 - vmbr0: 56292616970 6905883 0 0 0 0 0 582041 627268157 3741479 0 0 0 0 0 0 -datanet: 8817857649 15077598 0 0 0 0 0 21974 54575734695 3910064 0 0 0 0 0 0 -tap100i0: 30319907 179763 0 0 0 0 0 0 222388882 1218544 0 0 0 0 0 0 -tap101i0: 12442811 63444 0 0 0 0 0 0 118166671 982535 0 2334 0 0 0 0 -fwbr101i0: 75833009 876424 0 1017 0 0 0 565958 0 0 0 0 0 0 0 0 -fwpr101p0: 12442811 63444 0 0 0 0 0 0 118424605 984902 0 15563 0 0 0 0 -fwln101i0: 118424605 984902 0 15563 0 0 0 0 12442811 63444 0 0 0 0 0 0 -tap103i0: 1323012 9292 0 0 0 0 0 0 89405146 881590 0 6981 0 0 0 0 -fwbr103i0: 75818830 876302 0 1017 0 0 0 565894 0 0 0 0 0 0 0 0 -fwpr103p0: 1323012 9292 0 0 0 0 0 0 90126220 888604 0 15542 0 0 0 0 -fwln103i0: 90126220 888604 0 15542 0 0 0 0 1323012 9292 0 0 0 0 0 0 -tap104i0: 26382487 130869 0 0 0 0 0 0 137667679 1062743 0 5421 0 0 0 0 -fwbr104i0: 75802974 876127 0 1016 0 0 0 565781 0 0 0 0 0 0 0 0 -fwpr104p0: 26382487 130869 0 0 0 0 0 0 138238626 1068197 0 15546 0 0 0 0 -fwln104i0: 138238626 1068197 0 15546 0 0 0 0 26382487 130869 0 0 0 0 0 0 -tap108i0: 22234096 107965 0 0 0 0 0 0 130037442 1019455 0 7939 0 0 0 0 -fwbr108i0: 75756797 875656 0 1016 0 0 0 565492 0 0 0 0 0 0 0 0 -fwpr108p0: 22234096 107965 0 0 0 0 0 0 130866887 1026788 0 15563 0 0 0 0 -fwln108i0: 130866887 1026788 0 15563 0 0 0 0 22234096 107965 0 0 0 0 0 0 -tap114i0: 0 0 0 0 0 0 0 0 60 1 0 877435 0 0 0 0 -fwbr114i0: 75722495 875299 0 1016 0 0 0 565217 0 0 0 0 0 0 0 0 -fwpr114p0: 0 0 0 0 0 0 0 0 88490069 878467 0 15538 0 0 0 0 -fwln114i0: 88490069 878467 0 15538 0 0 0 0 0 0 0 0 0 0 0 0 -tap117i0: 1266774 7753 0 0 0 0 0 0 88999207 880577 0 4758 0 0 0 0 -fwbr117i0: 75703500 875143 0 1016 0 0 0 565121 0 0 0 0 0 0 0 0 -fwpr117p0: 1266774 7753 0 0 0 0 0 0 89492923 885368 0 15538 0 0 0 0 -fwln117i0: 89492923 885368 0 15538 0 0 0 0 1266774 7753 0 0 0 0 0 0 -tap107i0: 12801869 63426 0 0 0 0 0 0 117085526 973901 0 314 0 0 0 0 -fwbr107i0: 74846172 866103 0 1003 0 0 0 558963 0 0 0 0 0 0 0 0 -fwpr107p0: 12801869 63426 0 0 0 0 0 0 117127866 974215 0 15565 0 0 0 0 -fwln107i0: 117127866 974215 0 15565 0 0 0 0 12801869 63426 0 0 0 0 0 0 -tap107i1: 0 0 0 0 0 0 0 0 60 1 0 22665 0 0 0 0 -fwbr107i1: 1875089 23082 0 0 0 0 0 21753 0 0 0 0 0 0 0 0 -fwpr107p1: 0 0 0 0 0 0 0 0 2254449 23713 0 0 0 0 0 0 -fwln107i1: 2254449 23713 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -tap109i0: 396610081 878842 0 0 0 0 0 0 405514604 1306779 0 544 0 0 0 0 -fwbr109i0: 43292110 510091 0 586 0 0 0 323122 0 0 0 0 0 0 0 0 -fwpr109p0: 396610081 878842 0 0 0 0 0 0 405562225 1307323 0 11129 0 0 0 0 -fwln109i0: 405562225 1307323 0 11129 0 0 0 0 396610081 878842 0 0 0 0 0 0 -tap105i0: 46693517 138105 0 0 0 0 0 0 159312399 531025 0 2275 0 0 0 0 -fwbr105i0: 30873979 368463 0 418 0 0 0 230984 0 0 0 0 0 0 0 0 -fwpr105p0: 46693517 138105 0 0 0 0 0 0 159544397 533300 0 8778 0 0 0 0 -fwln105i0: 159544397 533300 0 8778 0 0 0 0 46693517 138105 0 0 0 0 0 0 -tap106i0: 4601295 24787 0 0 0 0 0 0 45789730 386004 0 0 0 0 0 0 -fwbr106i0: 28580810 341966 0 391 0 0 0 213408 0 0 0 0 0 0 0 0 -fwpr106p0: 4601295 24787 0 0 0 0 0 0 45789730 386004 0 8099 0 0 0 0 -fwln106i0: 45789730 386004 0 8099 0 0 0 0 4601295 24787 0 0 0 0 0 0 + lo: 23725195 98098 0 0 0 0 0 0 23725195 98098 0 0 0 0 0 0 + nic0: 2923690804 9967535 0 2550 0 0 0 1742162 5899948683 8684778 0 0 0 0 0 0 + nic1: 56476414667 46802927 0 2548 0 0 0 0 27297878408 36100265 0 33 0 0 0 0 +tailscale0: 85754270 491691 0 0 0 0 0 0 4375100797 262041 0 0 0 0 0 0 + vmbr0: 450966881 3041075 0 0 0 0 0 1488725 4736417377 584281 0 0 0 0 0 0 +datanet: 56476049061 46799476 0 5 0 0 0 64576 26735561068 27623657 0 0 0 0 0 0 +tap114i0: 0 0 0 0 0 0 0 0 86 1 0 2192840 0 0 0 0 +fwbr114i0: 203562424 2190372 0 3015 0 0 0 1484930 0 0 0 0 0 0 0 0 +fwpr114p0: 0 0 0 0 0 0 0 0 235018539 2195422 0 0 0 0 0 0 +fwln114i0: 235018539 2195422 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +tap117i0: 5110486 27012 0 0 0 0 0 0 237261848 2210244 0 6622 0 0 0 0 +fwbr117i0: 203533529 2190100 0 3015 0 0 0 1484750 0 0 0 0 0 0 0 0 +fwpr117p0: 5110486 27012 0 0 0 0 0 0 238140052 2218447 0 0 0 0 0 0 +fwln117i0: 238140052 2218447 0 0 0 0 0 0 5110486 27012 0 0 0 0 0 0 +tap109i0: 388273070 1555614 0 0 0 0 0 0 432991734 2975211 0 1419 0 0 0 0 +fwbr109i0: 124487866 1343306 0 1939 0 0 0 900320 0 0 0 0 0 0 0 0 +fwpr109p0: 388273070 1555614 0 0 0 0 0 0 433141486 2976692 0 0 0 0 0 0 +fwln109i0: 433141486 2976692 0 0 0 0 0 0 388273070 1555614 0 0 0 0 0 0 +tap108i0: 54322243 254151 0 0 0 0 0 0 236459900 1681071 0 71 0 0 0 0 +fwbr108i0: 124444901 1342756 0 1939 0 0 0 899987 0 0 0 0 0 0 0 0 +fwpr108p0: 54322243 254151 0 0 0 0 0 0 236377292 1678998 0 0 0 0 0 0 +fwln108i0: 236377292 1678998 0 0 0 0 0 0 54322243 254151 0 0 0 0 0 0 +tap106i0: 28618300 151208 0 0 0 0 0 0 617208777 1583871 0 604 0 0 0 0 +fwbr106i0: 124413108 1342345 0 1939 0 0 0 899713 0 0 0 0 0 0 0 0 +fwpr106p0: 28618300 151208 0 0 0 0 0 0 617280393 1584536 0 0 0 0 0 0 +fwln106i0: 617280393 1584536 0 0 0 0 0 0 28618300 151208 0 0 0 0 0 0 +tap100i0: 62683820 360332 0 0 0 0 0 0 391281714 2014039 0 1383 0 0 0 0 +tap101i0: 25748530 128119 0 0 0 0 0 0 201757980 1543405 0 6299 0 0 0 0 +fwbr101i0: 124383267 1341929 0 1938 0 0 0 899452 0 0 0 0 0 0 0 0 +fwpr101p0: 25748530 128119 0 0 0 0 0 0 202453217 1549765 0 0 0 0 0 0 +fwln101i0: 202453217 1549765 0 0 0 0 0 0 25748530 128119 0 0 0 0 0 0 +tap103i0: 2775067 21710 0 0 0 0 0 0 150892942 1367865 0 5188 0 0 0 0 +fwbr103i0: 124329703 1341302 0 1938 0 0 0 899071 0 0 0 0 0 0 0 0 +fwpr103p0: 2775067 21710 0 0 0 0 0 0 151478924 1373118 0 0 0 0 0 0 +fwln103i0: 151478924 1373118 0 0 0 0 0 0 2775067 21710 0 0 0 0 0 0 +tap104i0: 67386195 343103 0 0 0 0 0 0 251225498 1790188 0 6583 0 0 0 0 +fwbr104i0: 124306472 1341048 0 1938 0 0 0 898915 0 0 0 0 0 0 0 0 +fwpr104p0: 67386195 343103 0 0 0 0 0 0 251952132 1796835 0 0 0 0 0 0 +fwln104i0: 251952132 1796835 0 0 0 0 0 0 67386195 343103 0 0 0 0 0 0 +tap105i0: 143231850 468333 0 0 0 0 0 0 522510105 1438289 0 2165 0 0 0 0 +fwbr105i0: 83588830 898176 0 1369 0 0 0 600029 0 0 0 0 0 0 0 0 +fwpr105p0: 143231850 468333 0 0 0 0 0 0 522746227 1440515 0 0 0 0 0 0 +fwln105i0: 522746227 1440515 0 0 0 0 0 0 143231850 468333 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route @@ -5712,14 +5339,12 @@ fe80::/64 dev datanet proto kernel metric 256 pref medium "$(cat "$d/tx_queue_len" 2>/dev/null)" \ "$(cat "$d/type" 2>/dev/null)" done -datanet speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +datanet speed=0 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr101i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr103i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr104i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr105i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr106i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -fwbr107i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -fwbr107i1 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr108i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr109i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr114i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 @@ -5729,8 +5354,6 @@ fwln103i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_ fwln104i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln105i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln106i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -fwln107i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -fwln107i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln108i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln109i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln114i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 @@ -5740,8 +5363,6 @@ fwpr103p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_ fwpr104p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr105p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr106p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -fwpr107p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -fwpr107p1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr108p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr109p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr114p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 @@ -5754,8 +5375,6 @@ tap103i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_ tap104i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap105i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap106i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -tap107i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -tap107i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap108i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap109i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap114i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 @@ -5820,7 +5439,7 @@ Settings for datanet: Advertised pause frame use: No Advertised auto-negotiation: No Advertised FEC modes: Not reported - Speed: 10000Mb/s + Speed: Unknown! Duplex: Unknown! (255) Auto-negotiation: off Port: Other @@ -5844,23 +5463,23 @@ tx-checksumming: on tx-checksum-ipv6: off [fixed] tx-checksum-fcoe-crc: off [fixed] tx-checksum-sctp: off [fixed] -scatter-gather: on - tx-scatter-gather: on - tx-scatter-gather-fraglist: on -tcp-segmentation-offload: on - tx-tcp-segmentation: on - tx-tcp-ecn-segmentation: on - tx-tcp-mangleid-segmentation: on - tx-tcp6-segmentation: on - tx-tcp-accecn-segmentation: on -generic-segmentation-offload: on +scatter-gather: off + tx-scatter-gather: off [requested on] + tx-scatter-gather-fraglist: off [requested on] +tcp-segmentation-offload: off + tx-tcp-segmentation: off [requested on] + tx-tcp-ecn-segmentation: off [requested on] + tx-tcp-mangleid-segmentation: off [requested on] + tx-tcp6-segmentation: off [requested on] + tx-tcp-accecn-segmentation: off [requested on] +generic-segmentation-offload: off [requested on] generic-receive-offload: on large-receive-offload: off [fixed] rx-vlan-offload: off [fixed] tx-vlan-offload: on ntuple-filters: off [fixed] receive-hashing: off [fixed] -highdma: on +highdma: off [requested on] rx-vlan-filter: off [fixed] vlan-challenged: off [fixed] tx-gso-robust: off [requested on] @@ -5873,10 +5492,10 @@ tx-udp_tnl-segmentation: on tx-udp_tnl-csum-segmentation: on tx-gso-partial: on tx-tunnel-remcsum-segmentation: on -tx-sctp-segmentation: on +tx-sctp-segmentation: off [requested on] tx-esp-segmentation: on -tx-udp-segmentation: on -tx-gso-list: on +tx-udp-segmentation: off [requested on] +tx-gso-list: off [requested on] tx-nocache-copy: off loopback: off [fixed] rx-fcs: off [fixed] @@ -6481,234 +6100,6 @@ netlink error: Operation not supported [statistics -S (key error/drop counters only)] [statistics -S (throughput counters)] ------ ethtool: fwbr107i0 ----- -[driver/version/firmware/bus-info -i] -driver: bridge -version: 2.3 -firmware-version: N/A -expansion-rom-version: -bus-info: N/A -supports-statistics: no -supports-test: no -supports-eeprom-access: no -supports-register-dump: no -supports-priv-flags: no -[settings - speed/duplex/autoneg/port] -Settings for fwbr107i0: - Supported ports: [ ] - Supported link modes: Not reported - Supported pause frame use: No - Supports auto-negotiation: No - Supported FEC modes: Not reported - Advertised link modes: Not reported - Advertised pause frame use: No - Advertised auto-negotiation: No - Advertised FEC modes: Not reported - Speed: 10000Mb/s - Duplex: Unknown! (255) - Auto-negotiation: off - Port: Other - PHYAD: 0 - Transceiver: internal - Link detected: yes -[channels -l (RX/TX/combined queue counts)] -netlink error: Operation not supported -[coalesce -c (interrupt moderation)] -netlink error: Operation not supported -[ring -g (descriptor counts)] -netlink error: Operation not supported -[pause / flow-control -a] -netlink error: Operation not supported -[offload features -k] -Features for fwbr107i0: -rx-checksumming: off [fixed] -tx-checksumming: on - tx-checksum-ipv4: off [fixed] - tx-checksum-ip-generic: on - tx-checksum-ipv6: off [fixed] - tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: off [fixed] -scatter-gather: on - tx-scatter-gather: on - tx-scatter-gather-fraglist: on -tcp-segmentation-offload: on - tx-tcp-segmentation: on - tx-tcp-ecn-segmentation: on - tx-tcp-mangleid-segmentation: on - tx-tcp6-segmentation: on - tx-tcp-accecn-segmentation: on -generic-segmentation-offload: on -generic-receive-offload: on -large-receive-offload: off [fixed] -rx-vlan-offload: off [fixed] -tx-vlan-offload: on -ntuple-filters: off [fixed] -receive-hashing: off [fixed] -highdma: on -rx-vlan-filter: off [fixed] -vlan-challenged: off [fixed] -tx-gso-robust: off [requested on] -tx-fcoe-segmentation: off [requested on] -tx-gre-segmentation: on -tx-gre-csum-segmentation: on -tx-ipxip4-segmentation: on -tx-ipxip6-segmentation: on -tx-udp_tnl-segmentation: on -tx-udp_tnl-csum-segmentation: on -tx-gso-partial: on -tx-tunnel-remcsum-segmentation: on -tx-sctp-segmentation: on -tx-esp-segmentation: on -tx-udp-segmentation: on -tx-gso-list: on -tx-nocache-copy: off -loopback: off [fixed] -rx-fcs: off [fixed] -rx-all: off [fixed] -tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: off [fixed] -rx-vlan-stag-filter: off [fixed] -l2-fwd-offload: off [fixed] -hw-tc-offload: off [fixed] -esp-hw-offload: off [fixed] -esp-tx-csum-hw-offload: off [fixed] -rx-udp_tunnel-port-offload: off [fixed] -tls-hw-tx-offload: off [fixed] -tls-hw-rx-offload: off [fixed] -rx-gro-hw: off [fixed] -tls-hw-record: off [fixed] -rx-gro-list: off -macsec-hw-offload: off [fixed] -rx-udp-gro-forwarding: off -hsr-tag-ins-offload: off [fixed] -hsr-tag-rm-offload: off [fixed] -hsr-fwd-offload: off [fixed] -hsr-dup-offload: off [fixed] -[private flags --show-priv-flags] -netlink error: Operation not supported -[ntuple/RSS -n] -Cannot get RX rings: Operation not supported -rxclass: Cannot get RX class rule count: Operation not supported -RX classification rule retrieval failed -[SFP/DOM transceiver -m] -netlink error: Operation not supported -[statistics -S (key error/drop counters only)] -[statistics -S (throughput counters)] - ------ ethtool: fwbr107i1 ----- -[driver/version/firmware/bus-info -i] -driver: bridge -version: 2.3 -firmware-version: N/A -expansion-rom-version: -bus-info: N/A -supports-statistics: no -supports-test: no -supports-eeprom-access: no -supports-register-dump: no -supports-priv-flags: no -[settings - speed/duplex/autoneg/port] -Settings for fwbr107i1: - Supported ports: [ ] - Supported link modes: Not reported - Supported pause frame use: No - Supports auto-negotiation: No - Supported FEC modes: Not reported - Advertised link modes: Not reported - Advertised pause frame use: No - Advertised auto-negotiation: No - Advertised FEC modes: Not reported - Speed: 10000Mb/s - Duplex: Unknown! (255) - Auto-negotiation: off - Port: Other - PHYAD: 0 - Transceiver: internal - Link detected: yes -[channels -l (RX/TX/combined queue counts)] -netlink error: Operation not supported -[coalesce -c (interrupt moderation)] -netlink error: Operation not supported -[ring -g (descriptor counts)] -netlink error: Operation not supported -[pause / flow-control -a] -netlink error: Operation not supported -[offload features -k] -Features for fwbr107i1: -rx-checksumming: off [fixed] -tx-checksumming: on - tx-checksum-ipv4: off [fixed] - tx-checksum-ip-generic: on - tx-checksum-ipv6: off [fixed] - tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: off [fixed] -scatter-gather: on - tx-scatter-gather: on - tx-scatter-gather-fraglist: on -tcp-segmentation-offload: on - tx-tcp-segmentation: on - tx-tcp-ecn-segmentation: on - tx-tcp-mangleid-segmentation: on - tx-tcp6-segmentation: on - tx-tcp-accecn-segmentation: on -generic-segmentation-offload: on -generic-receive-offload: on -large-receive-offload: off [fixed] -rx-vlan-offload: off [fixed] -tx-vlan-offload: on -ntuple-filters: off [fixed] -receive-hashing: off [fixed] -highdma: on -rx-vlan-filter: off [fixed] -vlan-challenged: off [fixed] -tx-gso-robust: off [requested on] -tx-fcoe-segmentation: off [requested on] -tx-gre-segmentation: on -tx-gre-csum-segmentation: on -tx-ipxip4-segmentation: on -tx-ipxip6-segmentation: on -tx-udp_tnl-segmentation: on -tx-udp_tnl-csum-segmentation: on -tx-gso-partial: on -tx-tunnel-remcsum-segmentation: on -tx-sctp-segmentation: on -tx-esp-segmentation: on -tx-udp-segmentation: on -tx-gso-list: on -tx-nocache-copy: off -loopback: off [fixed] -rx-fcs: off [fixed] -rx-all: off [fixed] -tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: off [fixed] -rx-vlan-stag-filter: off [fixed] -l2-fwd-offload: off [fixed] -hw-tc-offload: off [fixed] -esp-hw-offload: off [fixed] -esp-tx-csum-hw-offload: off [fixed] -rx-udp_tunnel-port-offload: off [fixed] -tls-hw-tx-offload: off [fixed] -tls-hw-rx-offload: off [fixed] -rx-gro-hw: off [fixed] -tls-hw-record: off [fixed] -rx-gro-list: off -macsec-hw-offload: off [fixed] -rx-udp-gro-forwarding: off -hsr-tag-ins-offload: off [fixed] -hsr-tag-rm-offload: off [fixed] -hsr-fwd-offload: off [fixed] -hsr-dup-offload: off [fixed] -[private flags --show-priv-flags] -netlink error: Operation not supported -[ntuple/RSS -n] -Cannot get RX rings: Operation not supported -rxclass: Cannot get RX class rule count: Operation not supported -RX classification rule retrieval failed -[SFP/DOM transceiver -m] -netlink error: Operation not supported -[statistics -S (key error/drop counters only)] -[statistics -S (throughput counters)] - ----- ethtool: fwbr108i0 ----- [driver/version/firmware/bus-info -i] driver: bridge @@ -7810,264 +7201,6 @@ netlink error: Operation not supported tx_queue_0_xdp_xmit_errors: 0 [statistics -S (throughput counters)] ------ ethtool: fwln107i0 ----- -[driver/version/firmware/bus-info -i] -driver: veth -version: 1.0 -firmware-version: -expansion-rom-version: -bus-info: -supports-statistics: yes -supports-test: no -supports-eeprom-access: no -supports-register-dump: no -supports-priv-flags: no -[settings - speed/duplex/autoneg/port] -Settings for fwln107i0: - Supported ports: [ ] - Supported link modes: Not reported - Supported pause frame use: No - Supports auto-negotiation: No - Supported FEC modes: Not reported - Advertised link modes: Not reported - Advertised pause frame use: No - Advertised auto-negotiation: No - Advertised FEC modes: Not reported - Speed: 10000Mb/s - Duplex: Full - Auto-negotiation: off - Port: Twisted Pair - PHYAD: 0 - Transceiver: internal - MDI-X: Unknown - Link detected: yes -[channels -l (RX/TX/combined queue counts)] -Channel parameters for fwln107i0: -Pre-set maximums: -RX: 8 -TX: 8 -Other: n/a -Combined: n/a -Current hardware settings: -RX: 1 -TX: 1 -Other: n/a -Combined: n/a -[coalesce -c (interrupt moderation)] -netlink error: Operation not supported -[ring -g (descriptor counts)] -netlink error: Operation not supported -[pause / flow-control -a] -netlink error: Operation not supported -[offload features -k] -Features for fwln107i0: -rx-checksumming: on -tx-checksumming: on - tx-checksum-ipv4: off [fixed] - tx-checksum-ip-generic: on - tx-checksum-ipv6: off [fixed] - tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: on -scatter-gather: on - tx-scatter-gather: on - tx-scatter-gather-fraglist: on -tcp-segmentation-offload: on - tx-tcp-segmentation: on - tx-tcp-ecn-segmentation: on - tx-tcp-mangleid-segmentation: on - tx-tcp6-segmentation: on - tx-tcp-accecn-segmentation: on -generic-segmentation-offload: on -generic-receive-offload: off -large-receive-offload: off [fixed] -rx-vlan-offload: on -tx-vlan-offload: on -ntuple-filters: off [fixed] -receive-hashing: off [fixed] -highdma: on -rx-vlan-filter: off [fixed] -vlan-challenged: off [fixed] -tx-gso-robust: off [fixed] -tx-fcoe-segmentation: off [fixed] -tx-gre-segmentation: on -tx-gre-csum-segmentation: on -tx-ipxip4-segmentation: on -tx-ipxip6-segmentation: on -tx-udp_tnl-segmentation: on -tx-udp_tnl-csum-segmentation: on -tx-gso-partial: off [fixed] -tx-tunnel-remcsum-segmentation: off [fixed] -tx-sctp-segmentation: on -tx-esp-segmentation: off [fixed] -tx-udp-segmentation: on -tx-gso-list: on -tx-nocache-copy: off -loopback: off [fixed] -rx-fcs: off [fixed] -rx-all: off [fixed] -tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: on -rx-vlan-stag-filter: off [fixed] -l2-fwd-offload: off [fixed] -hw-tc-offload: off [fixed] -esp-hw-offload: off [fixed] -esp-tx-csum-hw-offload: off [fixed] -rx-udp_tunnel-port-offload: off [fixed] -tls-hw-tx-offload: off [fixed] -tls-hw-rx-offload: off [fixed] -rx-gro-hw: off [fixed] -tls-hw-record: off [fixed] -rx-gro-list: off -macsec-hw-offload: off [fixed] -rx-udp-gro-forwarding: off -hsr-tag-ins-offload: off [fixed] -hsr-tag-rm-offload: off [fixed] -hsr-fwd-offload: off [fixed] -hsr-dup-offload: off [fixed] -[private flags --show-priv-flags] -netlink error: Operation not supported -[ntuple/RSS -n] -Cannot get RX rings: Operation not supported -rxclass: Cannot get RX class rule count: Operation not supported -RX classification rule retrieval failed -[SFP/DOM transceiver -m] -netlink error: Operation not supported -[statistics -S (key error/drop counters only)] - rx_queue_0_drops: 0 - rx_queue_0_xdp_drops: 0 - rx_queue_0_xdp_tx_errors: 0 - tx_queue_0_xdp_xmit_errors: 0 -[statistics -S (throughput counters)] - ------ ethtool: fwln107i1 ----- -[driver/version/firmware/bus-info -i] -driver: veth -version: 1.0 -firmware-version: -expansion-rom-version: -bus-info: -supports-statistics: yes -supports-test: no -supports-eeprom-access: no -supports-register-dump: no -supports-priv-flags: no -[settings - speed/duplex/autoneg/port] -Settings for fwln107i1: - Supported ports: [ ] - Supported link modes: Not reported - Supported pause frame use: No - Supports auto-negotiation: No - Supported FEC modes: Not reported - Advertised link modes: Not reported - Advertised pause frame use: No - Advertised auto-negotiation: No - Advertised FEC modes: Not reported - Speed: 10000Mb/s - Duplex: Full - Auto-negotiation: off - Port: Twisted Pair - PHYAD: 0 - Transceiver: internal - MDI-X: Unknown - Link detected: yes -[channels -l (RX/TX/combined queue counts)] -Channel parameters for fwln107i1: -Pre-set maximums: -RX: 8 -TX: 8 -Other: n/a -Combined: n/a -Current hardware settings: -RX: 1 -TX: 1 -Other: n/a -Combined: n/a -[coalesce -c (interrupt moderation)] -netlink error: Operation not supported -[ring -g (descriptor counts)] -netlink error: Operation not supported -[pause / flow-control -a] -netlink error: Operation not supported -[offload features -k] -Features for fwln107i1: -rx-checksumming: on -tx-checksumming: on - tx-checksum-ipv4: off [fixed] - tx-checksum-ip-generic: on - tx-checksum-ipv6: off [fixed] - tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: on -scatter-gather: on - tx-scatter-gather: on - tx-scatter-gather-fraglist: on -tcp-segmentation-offload: on - tx-tcp-segmentation: on - tx-tcp-ecn-segmentation: on - tx-tcp-mangleid-segmentation: on - tx-tcp6-segmentation: on - tx-tcp-accecn-segmentation: on -generic-segmentation-offload: on -generic-receive-offload: off -large-receive-offload: off [fixed] -rx-vlan-offload: on -tx-vlan-offload: on -ntuple-filters: off [fixed] -receive-hashing: off [fixed] -highdma: on -rx-vlan-filter: off [fixed] -vlan-challenged: off [fixed] -tx-gso-robust: off [fixed] -tx-fcoe-segmentation: off [fixed] -tx-gre-segmentation: on -tx-gre-csum-segmentation: on -tx-ipxip4-segmentation: on -tx-ipxip6-segmentation: on -tx-udp_tnl-segmentation: on -tx-udp_tnl-csum-segmentation: on -tx-gso-partial: off [fixed] -tx-tunnel-remcsum-segmentation: off [fixed] -tx-sctp-segmentation: on -tx-esp-segmentation: off [fixed] -tx-udp-segmentation: on -tx-gso-list: on -tx-nocache-copy: off -loopback: off [fixed] -rx-fcs: off [fixed] -rx-all: off [fixed] -tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: on -rx-vlan-stag-filter: off [fixed] -l2-fwd-offload: off [fixed] -hw-tc-offload: off [fixed] -esp-hw-offload: off [fixed] -esp-tx-csum-hw-offload: off [fixed] -rx-udp_tunnel-port-offload: off [fixed] -tls-hw-tx-offload: off [fixed] -tls-hw-rx-offload: off [fixed] -rx-gro-hw: off [fixed] -tls-hw-record: off [fixed] -rx-gro-list: off -macsec-hw-offload: off [fixed] -rx-udp-gro-forwarding: off -hsr-tag-ins-offload: off [fixed] -hsr-tag-rm-offload: off [fixed] -hsr-fwd-offload: off [fixed] -hsr-dup-offload: off [fixed] -[private flags --show-priv-flags] -netlink error: Operation not supported -[ntuple/RSS -n] -Cannot get RX rings: Operation not supported -rxclass: Cannot get RX class rule count: Operation not supported -RX classification rule retrieval failed -[SFP/DOM transceiver -m] -netlink error: Operation not supported -[statistics -S (key error/drop counters only)] - rx_queue_0_drops: 0 - rx_queue_0_xdp_drops: 0 - rx_queue_0_xdp_tx_errors: 0 - tx_queue_0_xdp_xmit_errors: 0 -[statistics -S (throughput counters)] - ----- ethtool: fwln108i0 ----- [driver/version/firmware/bus-info -i] driver: veth @@ -9229,264 +8362,6 @@ netlink error: Operation not supported tx_queue_0_xdp_xmit_errors: 0 [statistics -S (throughput counters)] ------ ethtool: fwpr107p0 ----- -[driver/version/firmware/bus-info -i] -driver: veth -version: 1.0 -firmware-version: -expansion-rom-version: -bus-info: -supports-statistics: yes -supports-test: no -supports-eeprom-access: no -supports-register-dump: no -supports-priv-flags: no -[settings - speed/duplex/autoneg/port] -Settings for fwpr107p0: - Supported ports: [ ] - Supported link modes: Not reported - Supported pause frame use: No - Supports auto-negotiation: No - Supported FEC modes: Not reported - Advertised link modes: Not reported - Advertised pause frame use: No - Advertised auto-negotiation: No - Advertised FEC modes: Not reported - Speed: 10000Mb/s - Duplex: Full - Auto-negotiation: off - Port: Twisted Pair - PHYAD: 0 - Transceiver: internal - MDI-X: Unknown - Link detected: yes -[channels -l (RX/TX/combined queue counts)] -Channel parameters for fwpr107p0: -Pre-set maximums: -RX: 8 -TX: 8 -Other: n/a -Combined: n/a -Current hardware settings: -RX: 1 -TX: 1 -Other: n/a -Combined: n/a -[coalesce -c (interrupt moderation)] -netlink error: Operation not supported -[ring -g (descriptor counts)] -netlink error: Operation not supported -[pause / flow-control -a] -netlink error: Operation not supported -[offload features -k] -Features for fwpr107p0: -rx-checksumming: on -tx-checksumming: on - tx-checksum-ipv4: off [fixed] - tx-checksum-ip-generic: on - tx-checksum-ipv6: off [fixed] - tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: on -scatter-gather: on - tx-scatter-gather: on - tx-scatter-gather-fraglist: on -tcp-segmentation-offload: on - tx-tcp-segmentation: on - tx-tcp-ecn-segmentation: on - tx-tcp-mangleid-segmentation: on - tx-tcp6-segmentation: on - tx-tcp-accecn-segmentation: on -generic-segmentation-offload: on -generic-receive-offload: off -large-receive-offload: off [fixed] -rx-vlan-offload: on -tx-vlan-offload: on -ntuple-filters: off [fixed] -receive-hashing: off [fixed] -highdma: on -rx-vlan-filter: off [fixed] -vlan-challenged: off [fixed] -tx-gso-robust: off [fixed] -tx-fcoe-segmentation: off [fixed] -tx-gre-segmentation: on -tx-gre-csum-segmentation: on -tx-ipxip4-segmentation: on -tx-ipxip6-segmentation: on -tx-udp_tnl-segmentation: on -tx-udp_tnl-csum-segmentation: on -tx-gso-partial: off [fixed] -tx-tunnel-remcsum-segmentation: off [fixed] -tx-sctp-segmentation: on -tx-esp-segmentation: off [fixed] -tx-udp-segmentation: on -tx-gso-list: on -tx-nocache-copy: off -loopback: off [fixed] -rx-fcs: off [fixed] -rx-all: off [fixed] -tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: on -rx-vlan-stag-filter: off [fixed] -l2-fwd-offload: off [fixed] -hw-tc-offload: off [fixed] -esp-hw-offload: off [fixed] -esp-tx-csum-hw-offload: off [fixed] -rx-udp_tunnel-port-offload: off [fixed] -tls-hw-tx-offload: off [fixed] -tls-hw-rx-offload: off [fixed] -rx-gro-hw: off [fixed] -tls-hw-record: off [fixed] -rx-gro-list: off -macsec-hw-offload: off [fixed] -rx-udp-gro-forwarding: off -hsr-tag-ins-offload: off [fixed] -hsr-tag-rm-offload: off [fixed] -hsr-fwd-offload: off [fixed] -hsr-dup-offload: off [fixed] -[private flags --show-priv-flags] -netlink error: Operation not supported -[ntuple/RSS -n] -Cannot get RX rings: Operation not supported -rxclass: Cannot get RX class rule count: Operation not supported -RX classification rule retrieval failed -[SFP/DOM transceiver -m] -netlink error: Operation not supported -[statistics -S (key error/drop counters only)] - rx_queue_0_drops: 0 - rx_queue_0_xdp_drops: 0 - rx_queue_0_xdp_tx_errors: 0 - tx_queue_0_xdp_xmit_errors: 0 -[statistics -S (throughput counters)] - ------ ethtool: fwpr107p1 ----- -[driver/version/firmware/bus-info -i] -driver: veth -version: 1.0 -firmware-version: -expansion-rom-version: -bus-info: -supports-statistics: yes -supports-test: no -supports-eeprom-access: no -supports-register-dump: no -supports-priv-flags: no -[settings - speed/duplex/autoneg/port] -Settings for fwpr107p1: - Supported ports: [ ] - Supported link modes: Not reported - Supported pause frame use: No - Supports auto-negotiation: No - Supported FEC modes: Not reported - Advertised link modes: Not reported - Advertised pause frame use: No - Advertised auto-negotiation: No - Advertised FEC modes: Not reported - Speed: 10000Mb/s - Duplex: Full - Auto-negotiation: off - Port: Twisted Pair - PHYAD: 0 - Transceiver: internal - MDI-X: Unknown - Link detected: yes -[channels -l (RX/TX/combined queue counts)] -Channel parameters for fwpr107p1: -Pre-set maximums: -RX: 8 -TX: 8 -Other: n/a -Combined: n/a -Current hardware settings: -RX: 1 -TX: 1 -Other: n/a -Combined: n/a -[coalesce -c (interrupt moderation)] -netlink error: Operation not supported -[ring -g (descriptor counts)] -netlink error: Operation not supported -[pause / flow-control -a] -netlink error: Operation not supported -[offload features -k] -Features for fwpr107p1: -rx-checksumming: on -tx-checksumming: on - tx-checksum-ipv4: off [fixed] - tx-checksum-ip-generic: on - tx-checksum-ipv6: off [fixed] - tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: on -scatter-gather: on - tx-scatter-gather: on - tx-scatter-gather-fraglist: on -tcp-segmentation-offload: on - tx-tcp-segmentation: on - tx-tcp-ecn-segmentation: on - tx-tcp-mangleid-segmentation: on - tx-tcp6-segmentation: on - tx-tcp-accecn-segmentation: on -generic-segmentation-offload: on -generic-receive-offload: off -large-receive-offload: off [fixed] -rx-vlan-offload: on -tx-vlan-offload: on -ntuple-filters: off [fixed] -receive-hashing: off [fixed] -highdma: on -rx-vlan-filter: off [fixed] -vlan-challenged: off [fixed] -tx-gso-robust: off [fixed] -tx-fcoe-segmentation: off [fixed] -tx-gre-segmentation: on -tx-gre-csum-segmentation: on -tx-ipxip4-segmentation: on -tx-ipxip6-segmentation: on -tx-udp_tnl-segmentation: on -tx-udp_tnl-csum-segmentation: on -tx-gso-partial: off [fixed] -tx-tunnel-remcsum-segmentation: off [fixed] -tx-sctp-segmentation: on -tx-esp-segmentation: off [fixed] -tx-udp-segmentation: on -tx-gso-list: on -tx-nocache-copy: off -loopback: off [fixed] -rx-fcs: off [fixed] -rx-all: off [fixed] -tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: on -rx-vlan-stag-filter: off [fixed] -l2-fwd-offload: off [fixed] -hw-tc-offload: off [fixed] -esp-hw-offload: off [fixed] -esp-tx-csum-hw-offload: off [fixed] -rx-udp_tunnel-port-offload: off [fixed] -tls-hw-tx-offload: off [fixed] -tls-hw-rx-offload: off [fixed] -rx-gro-hw: off [fixed] -tls-hw-record: off [fixed] -rx-gro-list: off -macsec-hw-offload: off [fixed] -rx-udp-gro-forwarding: off -hsr-tag-ins-offload: off [fixed] -hsr-tag-rm-offload: off [fixed] -hsr-fwd-offload: off [fixed] -hsr-dup-offload: off [fixed] -[private flags --show-priv-flags] -netlink error: Operation not supported -[ntuple/RSS -n] -Cannot get RX rings: Operation not supported -rxclass: Cannot get RX class rule count: Operation not supported -RX classification rule retrieval failed -[SFP/DOM transceiver -m] -netlink error: Operation not supported -[statistics -S (key error/drop counters only)] - rx_queue_0_drops: 0 - rx_queue_0_xdp_drops: 0 - rx_queue_0_xdp_tx_errors: 0 - tx_queue_0_xdp_xmit_errors: 0 -[statistics -S (throughput counters)] - ----- ethtool: fwpr108p0 ----- [driver/version/firmware/bus-info -i] driver: veth @@ -10006,7 +8881,7 @@ netlink error: Operation not supported ----- ethtool: nic0 ----- [driver/version/firmware/bus-info -i] driver: e1000e -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: 0.13-4 expansion-rom-version: bus-info: 0000:00:19.0 @@ -10123,11 +8998,11 @@ tx-checksumming: on scatter-gather: on tx-scatter-gather: on tx-scatter-gather-fraglist: off [fixed] -tcp-segmentation-offload: on - tx-tcp-segmentation: on +tcp-segmentation-offload: off + tx-tcp-segmentation: off tx-tcp-ecn-segmentation: off [fixed] tx-tcp-mangleid-segmentation: off - tx-tcp6-segmentation: on + tx-tcp6-segmentation: off tx-tcp-accecn-segmentation: off [fixed] generic-segmentation-offload: on generic-receive-offload: on @@ -10179,6 +9054,7 @@ hsr-dup-offload: off [fixed] [private flags --show-priv-flags] Private flags for nic0: s0ix-enabled: off +disable-k1 : off [ntuple/RSS -n] Cannot get RX rings: Operation not supported rxclass: Cannot get RX class rule count: Operation not supported @@ -10193,8 +9069,8 @@ netlink error: Operation not supported rx_over_errors: 0 rx_crc_errors: 0 rx_frame_errors: 0 - rx_no_buffer_count: 151 - rx_missed_errors: 176 + rx_no_buffer_count: 0 + rx_missed_errors: 0 tx_aborted_errors: 0 tx_carrier_errors: 0 tx_fifo_errors: 0 @@ -10203,24 +9079,24 @@ netlink error: Operation not supported rx_long_length_errors: 0 rx_short_length_errors: 0 rx_align_errors: 0 - rx_csum_offload_errors: 3 + rx_csum_offload_errors: 2 dropped_smbus: 0 uncorr_ecc_errors: 0 corr_ecc_errors: 0 [statistics -S (throughput counters)] - rx_packets: 45948140 - tx_packets: 5326829 - rx_bytes: 58888900263 - tx_bytes: 1173691373 - rx_broadcast: 306608 - tx_broadcast: 4205 - rx_multicast: 661733 - tx_multicast: 24605 + rx_packets: 9967647 + tx_packets: 8684847 + rx_bytes: 2923711649 + tx_bytes: 5899960951 + rx_broadcast: 700776 + tx_broadcast: 6137 + rx_multicast: 1742174 + tx_multicast: 73254 ----- ethtool: nic1 ----- [driver/version/firmware/bus-info -i] driver: cdc_ncm -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: CDC NCM (NO ZLP) expansion-rom-version: bus-info: usb-0000:00:14.0-8 @@ -10451,8 +9327,8 @@ tx-gre-segmentation: off [fixed] tx-gre-csum-segmentation: off [fixed] tx-ipxip4-segmentation: off [fixed] tx-ipxip6-segmentation: off [fixed] -tx-udp_tnl-segmentation: off -tx-udp_tnl-csum-segmentation: off +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on tx-gso-partial: off [fixed] tx-tunnel-remcsum-segmentation: off [fixed] tx-sctp-segmentation: off [fixed] @@ -11288,324 +10164,6 @@ netlink error: Operation not supported [statistics -S (key error/drop counters only)] [statistics -S (throughput counters)] ------ ethtool: tap107i0 ----- -[driver/version/firmware/bus-info -i] -driver: tun -version: 1.6 -firmware-version: -expansion-rom-version: -bus-info: tap -supports-statistics: no -supports-test: no -supports-eeprom-access: no -supports-register-dump: no -supports-priv-flags: no -[settings - speed/duplex/autoneg/port] -Settings for tap107i0: - Supported ports: [ ] - Supported link modes: Not reported - Supported pause frame use: No - Supports auto-negotiation: No - Supported FEC modes: Not reported - Advertised link modes: Not reported - Advertised pause frame use: No - Advertised auto-negotiation: No - Advertised FEC modes: Not reported - Speed: 10000Mb/s - Duplex: Full - Auto-negotiation: off - Port: Twisted Pair - PHYAD: 0 - Transceiver: internal - MDI-X: Unknown - Current message level: 0x00000000 (0) - - Link detected: yes -[channels -l (RX/TX/combined queue counts)] -Channel parameters for tap107i0: -Pre-set maximums: -RX: n/a -TX: n/a -Other: n/a -Combined: 1 -Current hardware settings: -RX: n/a -TX: n/a -Other: n/a -Combined: 1 -[coalesce -c (interrupt moderation)] -Coalesce parameters for tap107i0: -Adaptive RX: n/a TX: n/a -stats-block-usecs: n/a -sample-interval: n/a -pkt-rate-low: n/a -pkt-rate-high: n/a - -rx-usecs: n/a -rx-frames: 0 -rx-usecs-irq: n/a -rx-frames-irq: n/a - -tx-usecs: n/a -tx-frames: n/a -tx-usecs-irq: n/a -tx-frames-irq: n/a - -rx-usecs-low: n/a -rx-frame-low: n/a -tx-usecs-low: n/a -tx-frame-low: n/a - -rx-usecs-high: n/a -rx-frame-high: n/a -tx-usecs-high: n/a -tx-frame-high: n/a - -CQE mode RX: n/a TX: n/a - -tx-aggr-max-bytes: n/a -tx-aggr-max-frames: n/a -tx-aggr-time-usecs: n/a - -[ring -g (descriptor counts)] -netlink error: Operation not supported -[pause / flow-control -a] -netlink error: Operation not supported -[offload features -k] -Features for tap107i0: -rx-checksumming: off [fixed] -tx-checksumming: on - tx-checksum-ipv4: off [fixed] - tx-checksum-ip-generic: on - tx-checksum-ipv6: off [fixed] - tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: off [fixed] -scatter-gather: on - tx-scatter-gather: on - tx-scatter-gather-fraglist: on -tcp-segmentation-offload: on - tx-tcp-segmentation: on - tx-tcp-ecn-segmentation: on - tx-tcp-mangleid-segmentation: off - tx-tcp6-segmentation: on - tx-tcp-accecn-segmentation: off [fixed] -generic-segmentation-offload: on -generic-receive-offload: on -large-receive-offload: off [fixed] -rx-vlan-offload: off [fixed] -tx-vlan-offload: on -ntuple-filters: off [fixed] -receive-hashing: off [fixed] -highdma: off [fixed] -rx-vlan-filter: off [fixed] -vlan-challenged: off [fixed] -tx-gso-robust: off [fixed] -tx-fcoe-segmentation: off [fixed] -tx-gre-segmentation: off [fixed] -tx-gre-csum-segmentation: off [fixed] -tx-ipxip4-segmentation: off [fixed] -tx-ipxip6-segmentation: off [fixed] -tx-udp_tnl-segmentation: off -tx-udp_tnl-csum-segmentation: off -tx-gso-partial: off [fixed] -tx-tunnel-remcsum-segmentation: off [fixed] -tx-sctp-segmentation: off [fixed] -tx-esp-segmentation: off [fixed] -tx-udp-segmentation: on -tx-gso-list: off [fixed] -tx-nocache-copy: off -loopback: off [fixed] -rx-fcs: off [fixed] -rx-all: off [fixed] -tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: off [fixed] -rx-vlan-stag-filter: off [fixed] -l2-fwd-offload: off [fixed] -hw-tc-offload: off [fixed] -esp-hw-offload: off [fixed] -esp-tx-csum-hw-offload: off [fixed] -rx-udp_tunnel-port-offload: off [fixed] -tls-hw-tx-offload: off [fixed] -tls-hw-rx-offload: off [fixed] -rx-gro-hw: off [fixed] -tls-hw-record: off [fixed] -rx-gro-list: off -macsec-hw-offload: off [fixed] -rx-udp-gro-forwarding: off -hsr-tag-ins-offload: off [fixed] -hsr-tag-rm-offload: off [fixed] -hsr-fwd-offload: off [fixed] -hsr-dup-offload: off [fixed] -[private flags --show-priv-flags] -netlink error: Operation not supported -[ntuple/RSS -n] -Cannot get RX rings: Operation not supported -rxclass: Cannot get RX class rule count: Operation not supported -RX classification rule retrieval failed -[SFP/DOM transceiver -m] -netlink error: Operation not supported -[statistics -S (key error/drop counters only)] -[statistics -S (throughput counters)] - ------ ethtool: tap107i1 ----- -[driver/version/firmware/bus-info -i] -driver: tun -version: 1.6 -firmware-version: -expansion-rom-version: -bus-info: tap -supports-statistics: no -supports-test: no -supports-eeprom-access: no -supports-register-dump: no -supports-priv-flags: no -[settings - speed/duplex/autoneg/port] -Settings for tap107i1: - Supported ports: [ ] - Supported link modes: Not reported - Supported pause frame use: No - Supports auto-negotiation: No - Supported FEC modes: Not reported - Advertised link modes: Not reported - Advertised pause frame use: No - Advertised auto-negotiation: No - Advertised FEC modes: Not reported - Speed: 10000Mb/s - Duplex: Full - Auto-negotiation: off - Port: Twisted Pair - PHYAD: 0 - Transceiver: internal - MDI-X: Unknown - Current message level: 0x00000000 (0) - - Link detected: yes -[channels -l (RX/TX/combined queue counts)] -Channel parameters for tap107i1: -Pre-set maximums: -RX: n/a -TX: n/a -Other: n/a -Combined: 1 -Current hardware settings: -RX: n/a -TX: n/a -Other: n/a -Combined: 1 -[coalesce -c (interrupt moderation)] -Coalesce parameters for tap107i1: -Adaptive RX: n/a TX: n/a -stats-block-usecs: n/a -sample-interval: n/a -pkt-rate-low: n/a -pkt-rate-high: n/a - -rx-usecs: n/a -rx-frames: 0 -rx-usecs-irq: n/a -rx-frames-irq: n/a - -tx-usecs: n/a -tx-frames: n/a -tx-usecs-irq: n/a -tx-frames-irq: n/a - -rx-usecs-low: n/a -rx-frame-low: n/a -tx-usecs-low: n/a -tx-frame-low: n/a - -rx-usecs-high: n/a -rx-frame-high: n/a -tx-usecs-high: n/a -tx-frame-high: n/a - -CQE mode RX: n/a TX: n/a - -tx-aggr-max-bytes: n/a -tx-aggr-max-frames: n/a -tx-aggr-time-usecs: n/a - -[ring -g (descriptor counts)] -netlink error: Operation not supported -[pause / flow-control -a] -netlink error: Operation not supported -[offload features -k] -Features for tap107i1: -rx-checksumming: off [fixed] -tx-checksumming: on - tx-checksum-ipv4: off [fixed] - tx-checksum-ip-generic: on - tx-checksum-ipv6: off [fixed] - tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: off [fixed] -scatter-gather: on - tx-scatter-gather: on - tx-scatter-gather-fraglist: on -tcp-segmentation-offload: on - tx-tcp-segmentation: on - tx-tcp-ecn-segmentation: on - tx-tcp-mangleid-segmentation: off - tx-tcp6-segmentation: on - tx-tcp-accecn-segmentation: off [fixed] -generic-segmentation-offload: on -generic-receive-offload: on -large-receive-offload: off [fixed] -rx-vlan-offload: off [fixed] -tx-vlan-offload: on -ntuple-filters: off [fixed] -receive-hashing: off [fixed] -highdma: off [fixed] -rx-vlan-filter: off [fixed] -vlan-challenged: off [fixed] -tx-gso-robust: off [fixed] -tx-fcoe-segmentation: off [fixed] -tx-gre-segmentation: off [fixed] -tx-gre-csum-segmentation: off [fixed] -tx-ipxip4-segmentation: off [fixed] -tx-ipxip6-segmentation: off [fixed] -tx-udp_tnl-segmentation: off -tx-udp_tnl-csum-segmentation: off -tx-gso-partial: off [fixed] -tx-tunnel-remcsum-segmentation: off [fixed] -tx-sctp-segmentation: off [fixed] -tx-esp-segmentation: off [fixed] -tx-udp-segmentation: on -tx-gso-list: off [fixed] -tx-nocache-copy: off -loopback: off [fixed] -rx-fcs: off [fixed] -rx-all: off [fixed] -tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: off [fixed] -rx-vlan-stag-filter: off [fixed] -l2-fwd-offload: off [fixed] -hw-tc-offload: off [fixed] -esp-hw-offload: off [fixed] -esp-tx-csum-hw-offload: off [fixed] -rx-udp_tunnel-port-offload: off [fixed] -tls-hw-tx-offload: off [fixed] -tls-hw-rx-offload: off [fixed] -rx-gro-hw: off [fixed] -tls-hw-record: off [fixed] -rx-gro-list: off -macsec-hw-offload: off [fixed] -rx-udp-gro-forwarding: off -hsr-tag-ins-offload: off [fixed] -hsr-tag-rm-offload: off [fixed] -hsr-fwd-offload: off [fixed] -hsr-dup-offload: off [fixed] -[private flags --show-priv-flags] -netlink error: Operation not supported -[ntuple/RSS -n] -Cannot get RX rings: Operation not supported -rxclass: Cannot get RX class rule count: Operation not supported -RX classification rule retrieval failed -[SFP/DOM transceiver -m] -netlink error: Operation not supported -[statistics -S (key error/drop counters only)] -[statistics -S (throughput counters)] - ----- ethtool: tap108i0 ----- [driver/version/firmware/bus-info -i] driver: tun @@ -12364,115 +10922,97 @@ netlink error: Operation not supported $ bridge link 2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 3: nic1: mtu 1500 master datanet state forwarding priority 32 cost 100 -7: tap100i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -8: tap101i0: mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2 -10: fwpr101p0@fwln101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -11: fwln101i0@fwpr101p0: mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2 -12: tap103i0: mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2 -14: fwpr103p0@fwln103i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -15: fwln103i0@fwpr103p0: mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2 -16: tap104i0: mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2 -18: fwpr104p0@fwln104i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -19: fwln104i0@fwpr104p0: mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2 -28: tap108i0: mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2 -30: fwpr108p0@fwln108i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -31: fwln108i0@fwpr108p0: mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2 -32: tap114i0: mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2 -34: fwpr114p0@fwln114i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -35: fwln114i0@fwpr114p0: mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2 -36: tap117i0: mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2 -38: fwpr117p0@fwln117i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -39: fwln117i0@fwpr117p0: mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2 -40: tap107i0: mtu 1500 master fwbr107i0 state forwarding priority 32 cost 2 -42: fwpr107p0@fwln107i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -43: fwln107i0@fwpr107p0: mtu 1500 master fwbr107i0 state forwarding priority 32 cost 2 -44: tap107i1: mtu 1500 master fwbr107i1 state forwarding priority 32 cost 2 -46: fwpr107p1@fwln107i1: mtu 1500 master datanet state forwarding priority 32 cost 2 -47: fwln107i1@fwpr107p1: mtu 1500 master fwbr107i1 state forwarding priority 32 cost 2 -60: tap109i0: mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2 -62: fwpr109p0@fwln109i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -63: fwln109i0@fwpr109p0: mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2 -68: tap105i0: mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2 -70: fwpr105p0@fwln105i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -71: fwln105i0@fwpr105p0: mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2 -76: tap106i0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 -78: fwpr106p0@fwln106i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -79: fwln106i0@fwpr106p0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 +48: tap114i0: mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2 +50: fwpr114p0@fwln114i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +51: fwln114i0@fwpr114p0: mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2 +52: tap117i0: mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2 +54: fwpr117p0@fwln117i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +55: fwln117i0@fwpr117p0: mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2 +56: tap109i0: mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2 +58: fwpr109p0@fwln109i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +59: fwln109i0@fwpr109p0: mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2 +60: tap108i0: mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2 +62: fwpr108p0@fwln108i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +63: fwln108i0@fwpr108p0: mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2 +72: tap106i0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 +74: fwpr106p0@fwln106i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +75: fwln106i0@fwpr106p0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 +76: tap100i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +77: tap101i0: mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2 +79: fwpr101p0@fwln101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +80: fwln101i0@fwpr101p0: mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2 +85: tap103i0: mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2 +87: fwpr103p0@fwln103i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +88: fwln103i0@fwpr103p0: mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2 +89: tap104i0: mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2 +91: fwpr104p0@fwln104i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +92: fwln104i0@fwpr104p0: mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2 +93: tap105i0: mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2 +95: fwpr105p0@fwln105i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +96: fwln105i0@fwpr105p0: mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2 --- bridge -d link $ bridge -d link 2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 110 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 36 mcast_max_groups 0 3: nic1: mtu 1500 master datanet state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 -7: tap100i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +48: tap114i0: mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +50: fwpr114p0@fwln114i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +51: fwln114i0@fwpr114p0: mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 +52: tap117i0: mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +54: fwpr117p0@fwln117i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +55: fwln117i0@fwpr117p0: mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 +56: tap109i0: mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +58: fwpr109p0@fwln109i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +59: fwln109i0@fwpr109p0: mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 +60: tap108i0: mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +62: fwpr108p0@fwln108i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +63: fwln108i0@fwpr108p0: mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 +72: tap106i0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +74: fwpr106p0@fwln106i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +75: fwln106i0@fwpr106p0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 +76: tap100i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 10 mcast_max_groups 0 -8: tap101i0: mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -10: fwpr101p0@fwln101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -11: fwln101i0@fwpr101p0: mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 -12: tap103i0: mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2 +77: tap101i0: mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -14: fwpr103p0@fwln103i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +79: fwpr101p0@fwln101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -15: fwln103i0@fwpr103p0: mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0 -16: tap104i0: mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -18: fwpr104p0@fwln104i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -19: fwln104i0@fwpr104p0: mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 -28: tap108i0: mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2 +80: fwln101i0@fwpr101p0: mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 +85: tap103i0: mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -30: fwpr108p0@fwln108i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +87: fwpr103p0@fwln103i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -31: fwln108i0@fwpr108p0: mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0 -32: tap114i0: mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2 +88: fwln103i0@fwpr103p0: mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 +89: tap104i0: mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -34: fwpr114p0@fwln114i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +91: fwpr104p0@fwln104i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -35: fwln114i0@fwpr114p0: mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0 -36: tap117i0: mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -38: fwpr117p0@fwln117i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -39: fwln117i0@fwpr117p0: mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 -40: tap107i0: mtu 1500 master fwbr107i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -42: fwpr107p0@fwln107i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -43: fwln107i0@fwpr107p0: mtu 1500 master fwbr107i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 -44: tap107i1: mtu 1500 master fwbr107i1 state forwarding priority 32 cost 2 +92: fwln104i0@fwpr104p0: mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 +93: tap105i0: mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -46: fwpr107p1@fwln107i1: mtu 1500 master datanet state forwarding priority 32 cost 2 +95: fwpr105p0@fwln105i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -47: fwln107i1@fwpr107p1: mtu 1500 master fwbr107i1 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 -60: tap109i0: mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 6 mcast_max_groups 0 -62: fwpr109p0@fwln109i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 6 mcast_max_groups 0 -63: fwln109i0@fwpr109p0: mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 -68: tap105i0: mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -70: fwpr105p0@fwln105i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -71: fwln105i0@fwpr105p0: mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0 -76: tap106i0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -78: fwpr106p0@fwln106i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -79: fwln106i0@fwpr106p0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 +96: fwln105i0@fwpr105p0: mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 --- bridge vlan $ bridge vlan @@ -12481,6 +11021,26 @@ nic0 1 PVID Egress Untagged nic1 1 PVID Egress Untagged vmbr0 1 PVID Egress Untagged datanet 1 PVID Egress Untagged +tap114i0 1 PVID Egress Untagged +fwbr114i0 1 PVID Egress Untagged +fwpr114p0 1 PVID Egress Untagged +fwln114i0 1 PVID Egress Untagged +tap117i0 1 PVID Egress Untagged +fwbr117i0 1 PVID Egress Untagged +fwpr117p0 1 PVID Egress Untagged +fwln117i0 1 PVID Egress Untagged +tap109i0 1 PVID Egress Untagged +fwbr109i0 1 PVID Egress Untagged +fwpr109p0 1 PVID Egress Untagged +fwln109i0 1 PVID Egress Untagged +tap108i0 1 PVID Egress Untagged +fwbr108i0 1 PVID Egress Untagged +fwpr108p0 1 PVID Egress Untagged +fwln108i0 1 PVID Egress Untagged +tap106i0 1 PVID Egress Untagged +fwbr106i0 1 PVID Egress Untagged +fwpr106p0 1 PVID Egress Untagged +fwln106i0 1 PVID Egress Untagged tap100i0 1 PVID Egress Untagged tap101i0 1 PVID Egress Untagged fwbr101i0 1 PVID Egress Untagged @@ -12494,38 +11054,10 @@ tap104i0 1 PVID Egress Untagged fwbr104i0 1 PVID Egress Untagged fwpr104p0 1 PVID Egress Untagged fwln104i0 1 PVID Egress Untagged -tap108i0 1 PVID Egress Untagged -fwbr108i0 1 PVID Egress Untagged -fwpr108p0 1 PVID Egress Untagged -fwln108i0 1 PVID Egress Untagged -tap114i0 1 PVID Egress Untagged -fwbr114i0 1 PVID Egress Untagged -fwpr114p0 1 PVID Egress Untagged -fwln114i0 1 PVID Egress Untagged -tap117i0 1 PVID Egress Untagged -fwbr117i0 1 PVID Egress Untagged -fwpr117p0 1 PVID Egress Untagged -fwln117i0 1 PVID Egress Untagged -tap107i0 1 PVID Egress Untagged -fwbr107i0 1 PVID Egress Untagged -fwpr107p0 1 PVID Egress Untagged -fwln107i0 1 PVID Egress Untagged -tap107i1 1 PVID Egress Untagged -fwbr107i1 1 PVID Egress Untagged -fwpr107p1 1 PVID Egress Untagged -fwln107i1 1 PVID Egress Untagged -tap109i0 1 PVID Egress Untagged -fwbr109i0 1 PVID Egress Untagged -fwpr109p0 1 PVID Egress Untagged -fwln109i0 1 PVID Egress Untagged tap105i0 1 PVID Egress Untagged fwbr105i0 1 PVID Egress Untagged fwpr105p0 1 PVID Egress Untagged fwln105i0 1 PVID Egress Untagged -tap106i0 1 PVID Egress Untagged -fwbr106i0 1 PVID Egress Untagged -fwpr106p0 1 PVID Egress Untagged -fwln106i0 1 PVID Egress Untagged --- bridge vlan show $ bridge vlan show @@ -12534,6 +11066,26 @@ nic0 1 PVID Egress Untagged nic1 1 PVID Egress Untagged vmbr0 1 PVID Egress Untagged datanet 1 PVID Egress Untagged +tap114i0 1 PVID Egress Untagged +fwbr114i0 1 PVID Egress Untagged +fwpr114p0 1 PVID Egress Untagged +fwln114i0 1 PVID Egress Untagged +tap117i0 1 PVID Egress Untagged +fwbr117i0 1 PVID Egress Untagged +fwpr117p0 1 PVID Egress Untagged +fwln117i0 1 PVID Egress Untagged +tap109i0 1 PVID Egress Untagged +fwbr109i0 1 PVID Egress Untagged +fwpr109p0 1 PVID Egress Untagged +fwln109i0 1 PVID Egress Untagged +tap108i0 1 PVID Egress Untagged +fwbr108i0 1 PVID Egress Untagged +fwpr108p0 1 PVID Egress Untagged +fwln108i0 1 PVID Egress Untagged +tap106i0 1 PVID Egress Untagged +fwbr106i0 1 PVID Egress Untagged +fwpr106p0 1 PVID Egress Untagged +fwln106i0 1 PVID Egress Untagged tap100i0 1 PVID Egress Untagged tap101i0 1 PVID Egress Untagged fwbr101i0 1 PVID Egress Untagged @@ -12547,72 +11099,38 @@ tap104i0 1 PVID Egress Untagged fwbr104i0 1 PVID Egress Untagged fwpr104p0 1 PVID Egress Untagged fwln104i0 1 PVID Egress Untagged -tap108i0 1 PVID Egress Untagged -fwbr108i0 1 PVID Egress Untagged -fwpr108p0 1 PVID Egress Untagged -fwln108i0 1 PVID Egress Untagged -tap114i0 1 PVID Egress Untagged -fwbr114i0 1 PVID Egress Untagged -fwpr114p0 1 PVID Egress Untagged -fwln114i0 1 PVID Egress Untagged -tap117i0 1 PVID Egress Untagged -fwbr117i0 1 PVID Egress Untagged -fwpr117p0 1 PVID Egress Untagged -fwln117i0 1 PVID Egress Untagged -tap107i0 1 PVID Egress Untagged -fwbr107i0 1 PVID Egress Untagged -fwpr107p0 1 PVID Egress Untagged -fwln107i0 1 PVID Egress Untagged -tap107i1 1 PVID Egress Untagged -fwbr107i1 1 PVID Egress Untagged -fwpr107p1 1 PVID Egress Untagged -fwln107i1 1 PVID Egress Untagged -tap109i0 1 PVID Egress Untagged -fwbr109i0 1 PVID Egress Untagged -fwpr109p0 1 PVID Egress Untagged -fwln109i0 1 PVID Egress Untagged tap105i0 1 PVID Egress Untagged fwbr105i0 1 PVID Egress Untagged fwpr105p0 1 PVID Egress Untagged fwln105i0 1 PVID Egress Untagged -tap106i0 1 PVID Egress Untagged -fwbr106i0 1 PVID Egress Untagged -fwpr106p0 1 PVID Egress Untagged -fwln106i0 1 PVID Egress Untagged --- brctl show $ brctl show bridge name bridge id STP enabled interfaces -datanet 8000.8cae4ccda62d no fwpr107p1 - nic1 -fwbr101i0 8000.8269789d931c no fwln101i0 +datanet 8000.8cae4ccda62d no nic1 +fwbr101i0 8000.ba97d584ab47 no fwln101i0 tap101i0 -fwbr103i0 8000.f657b02ab74d no fwln103i0 +fwbr103i0 8000.3e7196cfcc2e no fwln103i0 tap103i0 -fwbr104i0 8000.e6dcbaca04e5 no fwln104i0 +fwbr104i0 8000.d61aca874881 no fwln104i0 tap104i0 -fwbr105i0 8000.6ee2a6d1aea5 no fwln105i0 +fwbr105i0 8000.4661b6416e74 no fwln105i0 tap105i0 -fwbr106i0 8000.267a93233025 no fwln106i0 +fwbr106i0 8000.eedacb88b387 no fwln106i0 tap106i0 -fwbr107i0 8000.7e56d618c5c4 no fwln107i0 - tap107i0 -fwbr107i1 8000.d6ec0ca0f310 no fwln107i1 - tap107i1 -fwbr108i0 8000.ea953505b335 no fwln108i0 +fwbr108i0 8000.ce077c1b2952 no fwln108i0 tap108i0 -fwbr109i0 8000.6eb12d0cc831 no fwln109i0 +fwbr109i0 8000.fee0abd80b71 no fwln109i0 tap109i0 -fwbr114i0 8000.36dc4525b837 no fwln114i0 +fwbr114i0 8000.da6376708202 no fwln114i0 tap114i0 -fwbr117i0 8000.7ec3db7a948d no fwln117i0 +fwbr117i0 8000.d2022e14dead no fwln117i0 tap117i0 vmbr0 8000.3417ebb3b12d no fwpr101p0 fwpr103p0 fwpr104p0 fwpr105p0 fwpr106p0 - fwpr107p0 fwpr108p0 fwpr109p0 fwpr114p0 @@ -12637,6 +11155,7 @@ auto lo iface lo inet loopback iface nic0 inet manual + post-up ethtool -K nic0 tso off auto vmbr0 iface vmbr0 inet dhcp @@ -12674,40 +11193,41 @@ done --- /proc/interrupts $ cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 - 0: 25 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer + 0: 26 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer 8: 0 0 0 0 0 0 0 0 IR-IO-APIC 8-edge rtc0 - 9: 0 2303 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi - 16: 0 0 0 0 0 0 0 29 IR-IO-APIC 16-fasteoi ehci_hcd:usb1 - 18: 0 0 0 0 0 0 16 0 IR-IO-APIC 18-fasteoi i801_smbus - 23: 35 0 0 0 0 0 0 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb2 + 9: 0 6797 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 16: 0 0 0 0 0 0 0 29 IR-IO-APIC 16-fasteoi ehci_hcd:usb2 + 18: 0 16 0 0 0 0 0 0 IR-IO-APIC 18-fasteoi i801_smbus + 23: 0 0 0 0 0 33 0 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb1 24: 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0 25: 0 0 0 0 0 0 0 0 DMAR-MSI 1-edge dmar1 - 26: 0 0 0 0 0 136423 0 0 IR-PCI-MSI-0000:00:1f.2 0-edge ahci[0000:00:1f.2] - 27: 0 7568533 0 0 0 0 0 0 IR-PCI-MSI-0000:00:19.0 0-edge nic0 - 28: 0 0 8495707 0 0 0 0 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd - 36: 0 0 26 0 0 0 0 0 IR-PCI-MSI-0000:00:16.0 0-edge mei_me - 37: 0 0 0 272 0 0 0 0 IR-PCI-MSI-0000:00:1b.0 0-edge snd_hda_intel:card0 - 38: 0 0 0 0 13796 0 0 0 IR-PCI-MSI-0000:00:02.0 0-edge i915 - 39: 0 0 0 0 0 87 0 0 IR-PCI-MSI-0000:00:03.0 0-edge snd_hda_intel:card1 -NMI: 172 180 187 161 151 155 156 153 Non-maskable interrupts -LOC: 23575740 22586700 24344405 21993696 21859411 22100386 22747641 22200992 Local timer interrupts + 26: 0 0 0 0 0 0 12659378 0 IR-PCI-MSI-0000:00:19.0 0-edge nic0 + 27: 209014 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1f.2 0-edge ahci[0000:00:1f.2] + 28: 0 15300577 0 0 0 0 0 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd + 36: 0 0 25 0 0 0 0 0 IR-PCI-MSI-0000:00:16.0 0-edge mei_me + 37: 0 0 0 42929 0 0 0 0 IR-PCI-MSI-0000:00:02.0 0-edge i915 + 38: 0 0 0 0 195 0 0 0 IR-PCI-MSI-0000:00:03.0 0-edge snd_hda_intel:card0 + 39: 0 0 0 0 0 272 0 0 IR-PCI-MSI-0000:00:1b.0 0-edge snd_hda_intel:card1 +NMI: 578 1345 1370 1314 711 1072 1099 1340 Non-maskable interrupts +LOC: 65255549 71544035 66987207 65428928 64985563 66015634 65504875 65156911 Local timer interrupts SPU: 0 0 0 0 0 0 0 0 Spurious interrupts -PMI: 172 180 187 161 151 155 156 153 Performance monitoring interrupts -IWI: 1900 12827 3272 8251 1221 5411 2565 7963 IRQ work interrupts +PMI: 578 1345 1370 1314 711 1072 1099 1340 Performance monitoring interrupts +IWI: 2089 1250 1525 1282 1620 1893 2126 1428 IRQ work interrupts RTR: 0 0 0 0 0 0 0 0 APIC ICR read retries -RES: 718150 569899 633289 692532 682923 695083 711117 760497 Rescheduling interrupts -CAL: 1872632 1790558 1616435 1334375 1250829 1290865 1258875 1255466 Function call interrupts -TLB: 15170 15572 15305 14358 13787 14552 14936 15577 TLB shootdowns +RES: 1885224 1591104 1610935 1652663 1710398 1650633 1452205 2231301 Rescheduling interrupts +CAL: 5473969 3378300 2783633 2578458 2818762 2706359 2213181 2672824 Function call interrupts +TLB: 33192 33443 30074 28933 33967 31006 34828 26364 TLB shootdowns TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts DFR: 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts MCE: 0 0 0 0 0 0 0 0 Machine check exceptions -MCP: 80 81 81 81 81 81 81 81 Machine check polls +MCP: 234 235 235 235 235 235 235 235 Machine check polls ERR: 1 MIS: 0 PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event NPI: 0 0 0 0 0 0 0 0 Nested posted-interrupt event PIW: 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event +VPMI: 0 0 0 0 0 0 0 0 Perf Guest Mediated PMI --- NIC IRQ affinities (which CPUs handle which queue) $ for ifc in $NETIFS; do @@ -12716,7 +11236,7 @@ PIW: 0 0 0 0 0 0 ls "/sys/class/net/$ifc/device/msi_irqs" 2>/dev/null | head -n 40 done === nic0 IRQ list (first 40) === -27 +26 --- RPS masks (non-zero only) $ for q in /sys/class/net/*/queues/rx-*/rps_cpus; do @@ -12730,8 +11250,6 @@ done | head -n 60 /sys/class/net/fwbr104i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwbr105i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwbr106i0/queues/rx-0/rps_cpus = 00 - /sys/class/net/fwbr107i0/queues/rx-0/rps_cpus = 00 - /sys/class/net/fwbr107i1/queues/rx-0/rps_cpus = 00 /sys/class/net/fwbr108i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwbr109i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwbr114i0/queues/rx-0/rps_cpus = 00 @@ -12741,8 +11259,6 @@ done | head -n 60 /sys/class/net/fwln104i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwln105i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwln106i0/queues/rx-0/rps_cpus = 00 - /sys/class/net/fwln107i0/queues/rx-0/rps_cpus = 00 - /sys/class/net/fwln107i1/queues/rx-0/rps_cpus = 00 /sys/class/net/fwln108i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwln109i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwln114i0/queues/rx-0/rps_cpus = 00 @@ -12752,8 +11268,6 @@ done | head -n 60 /sys/class/net/fwpr104p0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwpr105p0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwpr106p0/queues/rx-0/rps_cpus = 00 - /sys/class/net/fwpr107p0/queues/rx-0/rps_cpus = 00 - /sys/class/net/fwpr107p1/queues/rx-0/rps_cpus = 00 /sys/class/net/fwpr108p0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwpr109p0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwpr114p0/queues/rx-0/rps_cpus = 00 @@ -12768,8 +11282,6 @@ done | head -n 60 /sys/class/net/tap104i0/queues/rx-0/rps_cpus = 00 /sys/class/net/tap105i0/queues/rx-0/rps_cpus = 00 /sys/class/net/tap106i0/queues/rx-0/rps_cpus = 00 - /sys/class/net/tap107i0/queues/rx-0/rps_cpus = 00 - /sys/class/net/tap107i1/queues/rx-0/rps_cpus = 00 /sys/class/net/tap108i0/queues/rx-0/rps_cpus = 00 /sys/class/net/tap109i0/queues/rx-0/rps_cpus = 00 /sys/class/net/tap114i0/queues/rx-0/rps_cpus = 00 @@ -12788,8 +11300,6 @@ cat: /sys/class/net/fwbr103i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr104i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr105i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr106i0/queues/tx-0/xps_cpus: No such file or directory -cat: /sys/class/net/fwbr107i0/queues/tx-0/xps_cpus: No such file or directory -cat: /sys/class/net/fwbr107i1/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr108i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr109i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr114i0/queues/tx-0/xps_cpus: No such file or directory @@ -12804,8 +11314,6 @@ cat: /sys/class/net/tap103i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap104i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap105i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap106i0/queues/tx-0/xps_cpus: No such file or directory -cat: /sys/class/net/tap107i0/queues/tx-0/xps_cpus: No such file or directory -cat: /sys/class/net/tap107i1/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap108i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap109i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap114i0/queues/tx-0/xps_cpus: No such file or directory @@ -12817,8 +11325,6 @@ cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory /sys/class/net/fwbr104i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr105i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr106i0/queues/tx-0/xps_cpus = - /sys/class/net/fwbr107i0/queues/tx-0/xps_cpus = - /sys/class/net/fwbr107i1/queues/tx-0/xps_cpus = /sys/class/net/fwbr108i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr109i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr114i0/queues/tx-0/xps_cpus = @@ -12828,8 +11334,6 @@ cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory /sys/class/net/fwln104i0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwln105i0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwln106i0/queues/tx-0/xps_cpus = 00 - /sys/class/net/fwln107i0/queues/tx-0/xps_cpus = 00 - /sys/class/net/fwln107i1/queues/tx-0/xps_cpus = 00 /sys/class/net/fwln108i0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwln109i0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwln114i0/queues/tx-0/xps_cpus = 00 @@ -12839,8 +11343,6 @@ cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory /sys/class/net/fwpr104p0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwpr105p0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwpr106p0/queues/tx-0/xps_cpus = 00 - /sys/class/net/fwpr107p0/queues/tx-0/xps_cpus = 00 - /sys/class/net/fwpr107p1/queues/tx-0/xps_cpus = 00 /sys/class/net/fwpr108p0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwpr109p0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwpr114p0/queues/tx-0/xps_cpus = 00 @@ -12855,8 +11357,6 @@ cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory /sys/class/net/tap104i0/queues/tx-0/xps_cpus = /sys/class/net/tap105i0/queues/tx-0/xps_cpus = /sys/class/net/tap106i0/queues/tx-0/xps_cpus = - /sys/class/net/tap107i0/queues/tx-0/xps_cpus = - /sys/class/net/tap107i1/queues/tx-0/xps_cpus = /sys/class/net/tap108i0/queues/tx-0/xps_cpus = /sys/class/net/tap109i0/queues/tx-0/xps_cpus = /sys/class/net/tap114i0/queues/tx-0/xps_cpus = @@ -12874,8 +11374,6 @@ done | head -n 60 /sys/class/net/fwbr104i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr105i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr106i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/fwbr107i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/fwbr107i1/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr108i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr109i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr114i0/queues/rx-0/rps_flow_cnt = 0 @@ -12885,8 +11383,6 @@ done | head -n 60 /sys/class/net/fwln104i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln105i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln106i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/fwln107i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/fwln107i1/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln108i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln109i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln114i0/queues/rx-0/rps_flow_cnt = 0 @@ -12896,8 +11392,6 @@ done | head -n 60 /sys/class/net/fwpr104p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr105p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr106p0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/fwpr107p0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/fwpr107p1/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr108p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr109p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr114p0/queues/rx-0/rps_flow_cnt = 0 @@ -12912,8 +11406,6 @@ done | head -n 60 /sys/class/net/tap104i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tap105i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tap106i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/tap107i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/tap107i1/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tap108i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tap109i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tap114i0/queues/rx-0/rps_flow_cnt = 0 @@ -12922,62 +11414,58 @@ done | head -n 60 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -000f9366 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 -01fed7ff 000223e2 00000b66 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 -01dee583 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 -001126b6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 -0010841a 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 -00116a1c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 -00108a72 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 -000faeb9 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 +0017cd6d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +05ac0072 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +00178f14 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +00158421 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +0016eff0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +0015965a 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +03b2350e 00000000 0000041c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +001539fb 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 --- softnet_stat decoded $ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n", NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat -cpu0 total=000f9366 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu1 total=01fed855 dropped=000223e2 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu2 total=01dee58d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu3 total=001126b6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu4 total=0010841a dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu5 total=00116a1c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu6 total=00108a7a dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu7 total=000faebb dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu0 total=0017cd6d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=05ac0072 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=00178f14 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=00158421 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=0016eff0 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=0015965a dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=03b2355e dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=00153a13 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 --- netstat drop counters (significant ones) $ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \ netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen|error)' | head -n 60 -SctpAborteds 0 0.0 -SctpT3Retransmits 0 0.0 -SctpPmtudRetransmits 0 0.0 -SctpFastRetransmits 0 0.0 IpReasmFails 0 0.0 IpFragFails 0 0.0 -TcpAttemptFails 2 0.0 -TcpRetransSegs 16678 0.0 +TcpAttemptFails 9626 0.0 +TcpRetransSegs 159527 0.0 TcpInErrs 0 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 -TcpExtSyncookiesFailed 1 0.0 +TcpExtSyncookiesFailed 0 0.0 TcpExtEmbryonicRsts 0 0.0 TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 -TcpExtTCPLossUndo 2 0.0 -TcpExtTCPLostRetransmit 311 0.0 +TcpExtTCPLossUndo 9 0.0 +TcpExtTCPLostRetransmit 22415 0.0 TcpExtTCPRenoFailures 0 0.0 TcpExtTCPSackFailures 0 0.0 -TcpExtTCPLossFailures 53 0.0 -TcpExtTCPFastRetrans 2702 0.0 -TcpExtTCPSlowStartRetrans 233 0.0 -TcpExtTCPLossProbes 18366 0.0 -TcpExtTCPLossProbeRecovery 36 0.0 +TcpExtTCPLossFailures 26 0.0 +TcpExtTCPFastRetrans 67784 0.0 +TcpExtTCPSlowStartRetrans 11583 0.0 +TcpExtTCPLossProbes 82905 0.0 +TcpExtTCPLossProbeRecovery 112 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 73 0.0 -TcpExtTCPAbortOnData 365 0.0 -TcpExtTCPAbortOnClose 0 0.0 +TcpExtTCPSackRecoveryFail 490 0.0 +TcpExtTCPAbortOnData 361 0.0 +TcpExtTCPAbortOnClose 5 0.0 TcpExtTCPAbortOnMemory 0 0.0 -TcpExtTCPAbortOnTimeout 2 0.0 +TcpExtTCPAbortOnTimeout 11 0.0 TcpExtTCPAbortOnLinger 0 0.0 TcpExtTCPAbortFailed 0 0.0 TcpExtTCPMD5Failure 0 0.0 @@ -12992,7 +11480,7 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 102 0.0 +TcpExtTCPSynRetrans 1854 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 TcpExtTCPRcvQDrop 0 0.0 @@ -13017,57 +11505,81 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 431 -TCP: 111 (estab 6, closed 87, orphaned 0, timewait 85) +Total: 430 +TCP: 117 (estab 12, closed 85, orphaned 0, timewait 85) Transport Total IP IPv6 RAW 0 0 0 -UDP 7 4 3 -TCP 24 14 10 -INET 31 18 13 +UDP 9 6 3 +TCP 32 20 12 +INET 41 26 15 FRAG 0 0 0 --- ss -t -m (top TCP with skmem/cwnd/rto) $ ss -tno state established ( dport != :22 and sport != :22 ) -m -Recv-Q Send-Q Local Address:Port Peer Address:Port -0 0 192.168.3.11:57968 209.177.156.94:443 timer:(keepalive,1.392sec,0) - skmem:(r0,rb262438,t0,tb87040,f0,w0,o0,bl0,d0) -0 0 192.168.3.11:46718 192.200.0.107:443 timer:(keepalive,7.140sec,0) - skmem:(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) -0 0 10.100.100.1:922 10.100.100.5:2049 timer:(keepalive,25sec,0) - skmem:(r0,rb256704,t0,tb87040,f0,w0,o0,bl0,d2) -0 1412 10.100.100.1:668 10.100.100.4:2049 timer:(on,193ms,0) - skmem:(r0,rb1880106,t0,tb4194304,f1724,w2372,o0,bl0,d245) -0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:58334 timer:(keepalive,6.144sec,0) - skmem:(r0,rb442091,t0,tb87040,f0,w0,o0,bl0,d1291) +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 10.100.100.1:718 10.100.100.4:2049 timer:(keepalive,29sec,0) + skmem:(r0,rb12098700,t0,tb4151808,f0,w0,o0,bl0,d725) +0 0 10.100.100.1:749 10.100.100.4:2049 timer:(keepalive,17sec,0) + skmem:(r0,rb17082899,t0,tb4935168,f0,w0,o0,bl0,d766) +0 0 10.100.100.1:843 10.100.100.4:2049 timer:(keepalive,13sec,0) + skmem:(r0,rb7515684,t0,tb6292992,f0,w0,o0,bl0,d589) +0 0 10.100.100.1:857 10.100.100.4:2049 timer:(keepalive,17sec,0) + skmem:(r0,rb25369065,t0,tb4386816,f0,w0,o0,bl0,d762) +0 0 10.100.100.1:836 10.100.100.5:2049 timer:(keepalive,42sec,0) + skmem:(r0,rb2221836,t0,tb3342336,f0,w0,o0,bl0,d80) +0 0 10.100.100.1:897 10.100.100.5:2049 timer:(keepalive,1min23sec,0) + skmem:(r0,rb2439669,t0,tb6423552,f0,w0,o0,bl0,d27) +0 0 10.100.100.1:911 10.100.100.5:2049 timer:(keepalive,2.925sec,0) + skmem:(r0,rb1760039,t0,tb4752384,f0,w0,o0,bl0,d10) +0 0 10.100.100.1:969 10.100.100.5:2049 timer:(keepalive,54sec,0) + skmem:(r0,rb1873998,t0,tb4190976,f0,w0,o0,bl0,d55) +0 0 192.168.3.11:52212 209.177.156.94:443 timer:(keepalive,17sec,0) + skmem:(r0,rb760496,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.3.11:58704 192.200.0.105:443 timer:(keepalive,2.949sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:52248 timer:(keepalive,2.654sec,0) + skmem:(r0,rb1739661,t0,tb130560,f0,w0,o0,bl0,d1464) --- ss -ti (TCP internals) $ ss -ti -State Recv-Q Send-Q Local Address:Port Peer Address:Port -ESTAB 0 0 192.168.3.11:57968 209.177.156.94:https - cubic wscale:7,10 rto:213 rtt:12.903/2.363 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:342759 bytes_acked:342760 bytes_received:308307 segs_out:3587 segs_in:3279 data_segs_out:1753 data_segs_in:1719 send 8.98Mbps lastsnd:13648 lastrcv:13632 lastack:13632 pacing_rate 18Mbps delivery_rate 9.76Mbps delivered:1754 app_limited busy:26065ms rcv_rtt:164120 rcv_space:82012 rcv_ssthresh:163423 minrtt:10.071 snd_wnd:64128 rcv_wnd:163840 -ESTAB 0 0 192.168.3.11:46718 192.200.0.107:https - cubic wscale:10,10 rto:342 rtt:141.048/15.017 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:7359 bytes_acked:7360 bytes_received:116847 segs_out:1096 segs_in:1103 data_segs_out:30 data_segs_in:610 send 821kbps lastsnd:364370 lastrcv:22871 lastack:22871 pacing_rate 1.64Mbps delivery_rate 341kbps delivered:31 app_limited busy:3049ms rcv_rtt:603 rcv_space:14760 rcv_ssthresh:81320 minrtt:129.794 snd_wnd:69632 rcv_wnd:81920 -ESTAB 0 0 100.121.189.98:ssh 100.101.187.119:46336 - bbr wscale:7,12 rto:206 rtt:5.297/8.666 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:27 bytes_sent:5633 bytes_acked:5633 bytes_received:3941 segs_out:24 segs_in:23 data_segs_out:17 data_segs_in:14 bbr:(bw:26.1Mbps,mrtt:0.57,pacing_gain:2.88672,cwnd_gain:2.88672) send 50.1Mbps lastsnd:797 lastrcv:797 lastack:797 pacing_rate 412Mbps delivery_rate 26.1Mbps delivered:18 app_limited busy:63ms rcv_rtt:6 rcv_space:12280 rcv_ssthresh:78504 minrtt:0.57 snd_wnd:76928 rcv_wnd:81920 -ESTAB 0 0 10.100.100.1:922 10.100.100.5:nfs - cubic wscale:10,10 rto:203 rtt:2.096/0.079 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:2 ssthresh:2 bytes_sent:2356004 bytes_retrans:2200 bytes_acked:2353805 bytes_received:2764560 segs_out:23439 segs_in:14060 data_segs_out:13932 data_segs_in:14044 send 11.1Mbps lastsnd:3944 lastrcv:3942 lastack:3942 pacing_rate 13.3Mbps delivery_rate 17.4Mbps delivered:13926 app_limited busy:86568ms retrans:0/13 dsack_dups:6 rcv_rtt:10.542 rcv_space:64176 rcv_ssthresh:169830 minrtt:0.959 snd_wnd:130048 rcv_wnd:169984 rehash:1 -ESTAB 0 1412 10.100.100.1:668 10.100.100.4:nfs - cubic wscale:9,10 rto:205 rtt:4.824/4.525 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:30 ssthresh:223 bytes_sent:54288111596 bytes_retrans:14527732 bytes_acked:54273582453 bytes_received:8023929760 segs_out:39653891 segs_in:14891651 data_segs_out:37755966 data_segs_in:6188979 send 72Mbps lastsnd:26 lastrcv:80 lastack:23 pacing_rate 144Mbps delivery_rate 14.2Mbps delivered:37752888 app_limited busy:4422891ms rwnd_limited:115577ms(2.6%) unacked:1 retrans:0/16332 dsack_dups:13251 rcv_rtt:2.234 rcv_space:315799 rcv_ssthresh:1248256 minrtt:0.433 rcv_ooopack:2420412 snd_wnd:11138560 rcv_wnd:1248256 rehash:237 -ESTAB 0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:58334 - cubic wscale:11,10 rto:245 rtt:44.941/0.846 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:16 bytes_sent:557311 bytes_acked:557311 bytes_received:97755 segs_out:6228 segs_in:5254 data_segs_out:2335 data_segs_in:2203 send 3.5Mbps lastsnd:24269 lastrcv:24223 lastack:8825 pacing_rate 7Mbps delivery_rate 1.35Mbps delivered:2336 app_limited busy:59863ms rcv_rtt:40141.2 rcv_space:65623 rcv_ssthresh:38912 minrtt:43.275 snd_wnd:444416 rcv_wnd:65536 +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 100.121.189.98:ssh 100.101.187.119:50014 + bbr wscale:7,12 rto:206 rtt:5.854/9.581 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:26 bytes_sent:5605 bytes_acked:5605 bytes_received:3889 segs_out:23 segs_in:21 data_segs_out:16 data_segs_in:13 bbr:(bw:23.5Mbps,mrtt:0.764,pacing_gain:2.88672,cwnd_gain:2.88672) send 43.6Mbps lastsnd:9735 lastrcv:9735 lastack:9734 pacing_rate 367Mbps delivery_rate 23.5Mbps delivered:17 app_limited busy:62ms rcv_rtt:7 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.764 snd_wnd:76928 rcv_wnd:61440 +ESTAB 0 0 10.100.100.1:718 10.100.100.4:nfs + bbr wscale:9,12 rto:203 rtt:2.974/0.565 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:22 ssthresh:162 bytes_sent:4254119888 bytes_retrans:22425040 bytes_acked:4231694849 bytes_received:13082982012 segs_out:7378734 segs_in:10687758 data_segs_out:3112111 data_segs_in:9469150 bbr:(bw:20.6Mbps,mrtt:0.415,pacing_gain:1.25,cwnd_gain:2) send 85.7Mbps lastsnd:117 lastrcv:247 lastack:112 pacing_rate 25.5Mbps delivery_rate 20.6Mbps delivered:3108551 app_limited busy:3654384ms rwnd_limited:1765ms(0.0%) retrans:0/20353 dsack_dups:19140 reordering:6 reord_seen:1 rcv_rtt:1.343 rcv_space:1330952 rcv_ssthresh:8034292 minrtt:0.35 rcv_ooopack:5204047 snd_wnd:2774016 rcv_wnd:8036352 rehash:52 +ESTAB 0 0 10.100.100.1:kerberos-adm 10.100.100.4:nfs + bbr wscale:9,12 rto:207 rtt:6.898/8.013 ato:52 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:195 ssthresh:162 bytes_sent:4295660704 bytes_retrans:22643452 bytes_acked:4273017253 bytes_received:13202577728 segs_out:7479056 segs_in:10779707 data_segs_out:3140246 data_segs_in:9551433 bbr:(bw:172Mbps,mrtt:0.886,pacing_gain:1.25,cwnd_gain:2) send 327Mbps lastsnd:261 lastrcv:228 lastack:228 pacing_rate 213Mbps delivery_rate 57.1Mbps delivered:3138932 busy:3647640ms rwnd_limited:327ms(0.0%) retrans:0/20494 dsack_dups:19186 reordering:9 reord_seen:2 rcv_rtt:2 rcv_space:1443284 rcv_ssthresh:11344112 minrtt:0.386 rcv_ooopack:5259717 snd_wnd:4195328 rcv_wnd:11345920 rehash:60 +ESTAB 0 0 10.100.100.1:843 10.100.100.4:nfs + bbr wscale:9,12 rto:203 rtt:2.025/0.219 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:119 ssthresh:232 bytes_sent:4263008572 bytes_retrans:22714992 bytes_acked:4240293581 bytes_received:13118609040 segs_out:7396498 segs_in:10716824 data_segs_out:3117576 data_segs_in:9493161 bbr:(bw:223Mbps,mrtt:0.734,pacing_gain:1.25,cwnd_gain:2) send 681Mbps lastsnd:306 lastrcv:247 lastack:247 pacing_rate 276Mbps delivery_rate 223Mbps delivered:3116203 app_limited busy:3675344ms rwnd_limited:385ms(0.0%) retrans:0/20722 dsack_dups:19347 reordering:18 reord_seen:3 rcv_rtt:1.234 rcv_space:1545016 rcv_ssthresh:4990883 minrtt:0.302 rcv_ooopack:5233496 snd_wnd:4992000 rcv_wnd:4993024 rehash:60 +ESTAB 0 0 10.100.100.1:857 10.100.100.4:nfs + bbr wscale:9,12 rto:202 rtt:1.937/0.477 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:68 ssthresh:138 bytes_sent:4292014552 bytes_retrans:22951912 bytes_acked:4269062641 bytes_received:13057579108 segs_out:7438566 segs_in:10663857 data_segs_out:3138189 data_segs_in:9450696 bbr:(bw:212Mbps,mrtt:0.451,pacing_gain:1,cwnd_gain:2) send 407Mbps lastsnd:298 lastrcv:261 lastack:261 pacing_rate 209Mbps delivery_rate 56.4Mbps delivered:3136685 busy:3627024ms retrans:0/20842 dsack_dups:19335 rcv_rtt:5.283 rcv_space:2486548 rcv_ssthresh:16846644 minrtt:0.305 rcv_ooopack:5180614 snd_wnd:3663872 rcv_wnd:16846848 rehash:58 +ESTAB 0 0 10.100.100.1:836 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.525/0.177 ato:40 mss:1448 pmtu:1500 rcvmss:304 advmss:1448 cwnd:34 ssthresh:176 bytes_sent:1887139508 bytes_retrans:27391964 bytes_acked:1859747545 bytes_received:400059248 segs_out:1456469 segs_in:872966 data_segs_out:1315724 data_segs_in:301808 bbr:(bw:71.5Mbps,mrtt:0.481,pacing_gain:1.25,cwnd_gain:2) send 258Mbps lastsnd:6095 lastrcv:6093 lastack:6093 pacing_rate 88.4Mbps delivery_rate 71.5Mbps delivered:1296867 busy:451381ms rwnd_limited:66ms(0.0%) retrans:0/18945 dsack_dups:87 rcv_rtt:1 rcv_space:373199 rcv_ssthresh:659607 minrtt:0.417 rcv_ooopack:176301 snd_wnd:7647232 rcv_wnd:1478656 rehash:113 +ESTAB 0 0 10.100.100.1:897 10.100.100.5:nfs + bbr wscale:12,12 rto:205 rtt:4.104/4.492 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:101 ssthresh:174 bytes_sent:1884614224 bytes_retrans:28186936 bytes_acked:1856427289 bytes_received:366769368 segs_out:1449420 segs_in:851707 data_segs_out:1314023 data_segs_in:278899 bbr:(bw:253Mbps,mrtt:1.192,pacing_gain:1.25,cwnd_gain:2) send 285Mbps lastsnd:786 lastrcv:777 lastack:777 pacing_rate 313Mbps delivery_rate 253Mbps delivered:1294581 app_limited busy:474471ms rwnd_limited:25ms(0.0%) retrans:0/19494 dsack_dups:51 reordering:21 reord_seen:3 rcv_rtt:1.125 rcv_space:354760 rcv_ssthresh:1620092 minrtt:0.325 rcv_ooopack:144769 snd_wnd:13307904 rcv_wnd:1622016 rehash:100 +ESTAB 0 0 10.100.100.1:911 10.100.100.5:nfs + bbr wscale:12,12 rto:205 rtt:4.38/5.488 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:89 ssthresh:212 bytes_sent:1811707868 bytes_retrans:23165696 bytes_acked:1788542173 bytes_received:381113292 segs_out:1407283 segs_in:838783 data_segs_out:1263612 data_segs_in:288647 bbr:(bw:197Mbps,mrtt:1.52,pacing_gain:1.25,cwnd_gain:2) send 235Mbps lastsnd:828 lastrcv:786 lastack:786 pacing_rate 243Mbps delivery_rate 197Mbps delivered:1247673 app_limited busy:446387ms rwnd_limited:19ms(0.0%) retrans:0/16035 dsack_dups:95 rcv_rtt:1.33 rcv_space:322904 rcv_ssthresh:1168775 minrtt:0.333 rcv_ooopack:153751 snd_wnd:10272768 rcv_wnd:1171456 rehash:93 +ESTAB 0 0 10.100.100.1:969 10.100.100.5:nfs + bbr wscale:12,12 rto:204 rtt:3.632/3.894 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:104 ssthresh:146 bytes_sent:1877603508 bytes_retrans:29580872 bytes_acked:1848022637 bytes_received:406655668 segs_out:1455009 segs_in:875996 data_segs_out:1309081 data_segs_in:306374 bbr:(bw:256Mbps,mrtt:0.463,pacing_gain:1.25,cwnd_gain:2) send 332Mbps lastsnd:6098 lastrcv:6097 lastack:6097 pacing_rate 317Mbps delivery_rate 256Mbps delivered:1288672 app_limited busy:475932ms rwnd_limited:28ms(0.0%) retrans:0/20462 dsack_dups:52 reordering:6 reord_seen:2 rcv_rtt:1 rcv_space:319192 rcv_ssthresh:1244451 minrtt:0.296 rcv_ooopack:181276 snd_wnd:9187328 rcv_wnd:1245184 rehash:105 +ESTAB 0 0 192.168.3.11:52212 209.177.156.94:https + bbr wscale:7,12 rto:221 rtt:20.935/14.248 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:24 bytes_sent:41665 bytes_acked:41666 bytes_received:269951 segs_out:2181 segs_in:2100 data_segs_out:236 data_segs_in:1545 bbr:(bw:2.71Mbps,mrtt:10.101,pacing_gain:2.88672,cwnd_gain:2.88672) send 13.3Mbps lastsnd:12081 lastrcv:12053 lastack:12053 pacing_rate 31Mbps delivery_rate 2.71Mbps delivered:237 app_limited busy:2099ms rcv_rtt:114687 rcv_space:46530 rcv_ssthresh:504379 minrtt:10.101 snd_wnd:64128 rcv_wnd:507904 +ESTAB 0 0 192.168.3.11:58704 192.200.0.105:https + bbr wscale:10,12 rto:343 rtt:141.549/2.574 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:24 bytes_sent:11356 bytes_acked:11357 bytes_received:101290 segs_out:1195 segs_in:1202 data_segs_out:32 data_segs_in:641 bbr:(bw:488kbps,mrtt:138.087,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.96Mbps lastsnd:2533908 lastrcv:4055 lastack:4055 pacing_rate 2.35Mbps delivery_rate 489kbps delivered:33 app_limited busy:2828ms retrans:0/1 rcv_rtt:4913.12 rcv_space:17695 rcv_ssthresh:57388 minrtt:138.085 snd_wnd:72704 rcv_wnd:61440 rehash:1 +ESTAB 0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:52248 + bbr wscale:11,12 rto:249 rtt:48.918/0.828 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:23 bytes_sent:613867 bytes_acked:613867 bytes_received:110295 segs_out:6997 segs_in:5966 data_segs_out:2587 data_segs_in:2488 bbr:(bw:967kbps,mrtt:49.136,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.62Mbps lastsnd:58197 lastrcv:58148 lastack:12308 pacing_rate 6Mbps delivery_rate 967kbps delivered:2588 app_limited busy:72866ms rcv_rtt:308833 rcv_space:43007 rcv_ssthresh:25940 minrtt:46.858 snd_wnd:546816 rcv_wnd:45056 --- /proc/net/snmp (TCP summary) $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 40701 13190 2 0 6 20828927 43699748 16678 0 904 0 +Tcp: 1 200 120000 -1 118065 25886 9626 19 12 47287210 39744186 159527 0 876 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- TCP retrans stats $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 40701 13190 2 0 6 20828927 43699748 16678 0 904 0 +Tcp: 1 200 120000 -1 118065 25886 9626 19 12 47287210 39744186 159527 0 876 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -13114,7 +11626,7 @@ ALIGNMENT ID-LINK ID DISC-ALN DAX DIS 0 wwn-0x50014ee2597bc3b9-part2 0x50014ee2597bc3b9-part2 0 0 0B 9 0B 0 vfat FAT32 disk 0 sda2 512 8:2 8 2 512 brw-rw---- 1 ├─sda2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 8f4ef1cb-7225-4e9d-8708-aec9c52d2e64 /dev/sda2 512 sda gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 0 0 1 64 mq-deadline 1G 2048 block:scsi:pci part F58A-0A72 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0 0 wwn-0x50014ee2597bc3b9-part3 0x50014ee2597bc3b9-part3 0 0 0B 9 0B 0 LVM2_member LVM2 001 disk 0 sda3 512 8:3 8 3 512 brw-rw---- 1 └─sda3 0 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM f985858c-1c75-46ac-b274-b588fd99aca0 /dev/sda3 512 sda gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 0 0 1 64 mq-deadline 930.5G 2099200 block:scsi:pci part ji8DZ3-koja-1fdL-VOhN-YYV7-8iTz-j8o94b 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0 0 dm-name-pve-swap name-pve-swap 0 0 0B 10 0B 0 swap 1 disk 0 dm-0 512 252:0 252 0 512 brw-rw---- 1 ├─pve-swap 0 root /dev/mapper/pve-swap 512 sda3 8192 0 0 0 1 8G running block [SWAP] [SWAP] lvm 5bf853da-6468-471d-b882-880162b77bc0 0B none 0B 0B 0B 0 0 0 - 0 dm-name-pve-root name-pve-root 0 0 0B 11 0B 0 73.1G / 93.9G ext4 16G 17% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 sda3 8192 0 0 0 1 96G running block / / lvm dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-root name-pve-root 0 0 0B 11 0B 0 70.8G / 93.9G ext4 18.4G 20% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 sda3 8192 0 0 0 1 96G running block / / lvm dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a 0B none 0B 0B 0B 0 0 0 0 0 0 0B 12 0B 0 disk 0 dm-2 512 252:2 252 2 512 brw-rw---- 1 ├─pve-data_tmeta 0 root /dev/mapper/pve-data_tmeta 512 sda3 8192 0 0 0 1 8.1G running block lvm 0B none 0B 0B 0B 0 0 0 0 0 0 0B 14 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 │ └─pve-data 65536 root /dev/mapper/pve-data 512 dm-2 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0 0 0 0 0B 13 0B 0 disk 0 dm-3 512 252:3 252 3 512 brw-rw---- 1 └─pve-data_tdata 0 root /dev/mapper/pve-data_tdata 512 sda3 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0 @@ -13222,44 +11734,44 @@ printf: usage: printf [-v var] format [arguments] --- df -h (filesystem usage) $ df -h Filesystem Size Used Avail Use% Mounted on -udev 16G 0 16G 0% /dev -tmpfs 3.2G 6.8M 3.2G 1% /run -/dev/mapper/pve-root 94G 17G 74G 18% / -tmpfs 16G 60M 16G 1% /dev/shm +udev 15G 0 15G 0% /dev +tmpfs 3.2G 6.3M 3.2G 1% /run +/dev/mapper/pve-root 94G 19G 71G 21% / +tmpfs 16G 66M 16G 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service tmpfs 16G 24K 16G 1% /tmp +/dev/fuse 128M 28K 128M 1% /etc/pve tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 2.0M 870G 1% /mnt/pve/S2 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 2.0M 870G 1% /mnt/pve/S3 -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 233G 1.5T 14% /mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 83G 140G 38% /mnt/pve/T5-SSD -/dev/fuse 128M 28K 128M 1% /etc/pve +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 7.0G 863G 1% /mnt/pve/S3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 6.9G 863G 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 122G 101G 55% /mnt/pve/T5-SSD +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 236G 1.5T 14% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4 tmpfs 3.2G 4.0K 3.2G 1% /run/user/0 --- df -i (inode usage) $ df -i Filesystem Inodes IUsed IFree IUse% Mounted on -udev 4084666 604 4084062 1% /dev -tmpfs 4096661 1152 4095509 1% /run -/dev/mapper/pve-root 6291456 63470 6227986 2% / -tmpfs 4096661 123 4096538 1% /dev/shm -tmpfs 4096661 27 4096634 1% /run/lock +udev 3719946 612 3719334 1% /dev +tmpfs 4096389 1143 4095246 1% /run +/dev/mapper/pve-root 6291456 80718 6210738 2% / +tmpfs 4096389 137 4096252 1% /dev/shm +tmpfs 4096389 28 4096361 1% /run/lock tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service tmpfs 1048576 14 1048562 1% /tmp -tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 56 183148488 1% /mnt/pve/D2 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 13 61054963 1% /mnt/pve/S2 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 13 61054963 1% /mnt/pve/S3 -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 66 122101694 1% /mnt/pve/D5 -pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD /dev/fuse 262144 48 262096 1% /etc/pve -tmpfs 819332 26 819306 1% /run/user/0 +tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 54 183148490 1% /mnt/pve/D2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 19 61054957 1% /mnt/pve/S3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 19 61054957 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 64 122101696 1% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4 +tmpfs 819277 26 819251 1% /run/user/0 ############################################################################### # 15. STORAGE: MOUNTS & FILESYSTEMS @@ -13269,50 +11781,50 @@ tmpfs 819332 26 819306 1% /run/user/ $ mount sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,relatime) -udev on /dev type devtmpfs (rw,nosuid,relatime,size=16338664k,nr_inodes=4084666,mode=755,inode64) +udev on /dev type devtmpfs (rw,nosuid,relatime,size=14879784k,nr_inodes=3719946,mode=755,inode64) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000) -tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=3277332k,mode=755,inode64) +tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=3277112k,mode=755,inode64) /dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64) -cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime) +cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot) none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) -systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=7719) +systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10554) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) -tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) -debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) +tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) -hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) +hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) +debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) -tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=16386648k,nr_inodes=1048576,inode64) +tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=16385560k,nr_inodes=1048576,inode64) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) -tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5) -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4) -pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5) /dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) -tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=3277328k,nr_inodes=819332,mode=700,inode64) +tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4) +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5) +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5) +tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=3277108k,nr_inodes=819277,mode=700,inode64) --- findmnt (tree) $ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs TARGET SOURCE FSTYPE OPTIONS / /dev/mapper/pve-root ext4 rw,relatime,errors=remount-ro -├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 -├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 -├─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 -├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 -├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 -├─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 -└─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 +└─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 --- /etc/fstab --- /etc/fstab --- @@ -13330,12 +11842,12 @@ done Last mounted on: / Block count: 25165824 Reserved block count: 1258291 -Free blocks: 20426534 +Free blocks: 19813034 Block size: 4096 Reserved GDT blocks: 1024 -Last mount time: Sun Jul 26 09:14:37 2026 -Last write time: Sun Jul 26 16:14:51 2026 -Mount count: 20 +Last mount time: Mon Jul 27 00:36:07 2026 +Last write time: Mon Jul 27 21:36:56 2026 +Mount count: 23 Maximum mount count: -1 Last checked: Thu Mar 12 09:36:08 2026 Reserved blocks uid: 0 (user root) @@ -13354,58 +11866,58 @@ done --- nfsstat -m (mount options) $ nfsstat -m /mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2 - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 - -/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 - -/mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 - -/mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 - -/mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5 - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 /mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3 - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 + +/mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 + +/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 /mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 + +/mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 + +/mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 --- nfsstat -c (client stats) $ nfsstat -c Client rpc stats: calls retrans authrefrsh -862775 0 866813 +2307028 4 2315653 Client nfs v4: null read write commit open -2 0% 217713 25% 597511 69% 21585 2% 8 0% +2 0% 454576 19% 1644731 71% 87765 3% 2 0% open_conf open_noat open_dgrd close setattr -0 0% 128 0% 0 0% 69 0% 1 0% +0 0% 36 0% 0 0% 16 0% 0 0% fsinfo renew setclntid confirm lock -35 0% 0 0% 0 0% 0 0% 0 0% +32 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 180 0% 6163 0% 110 0% +0 0% 0 0% 114 0% 15978 0% 94 0% lookup_root remove rename link symlink -7 0% 10 0% 2 0% 0 0% 0 0% +8 0% 4 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -6 0% 28 0% 18484 2% 0 0% 122 0% +2 0% 32 0% 49424 2% 0 0% 8 0% server_caps delegreturn getacl setacl fs_locations -63 0% 47 0% 0 0% 0 0% 0 0% +64 0% 11 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session 0 0% 0 0% 0 0% 4 0% 2 0% destroy_session sequence get_lease_time reclaim_comp layoutget -0 0% 2 0% 0 0% 2 0% 0 0% +0 0% 385 0% 0 0% 2 0% 0 0% getdevinfo layoutcommit layoutreturn secinfo_no test_stateid -0 0% 0 0% 0 0% 7 0% 0 0% +0 0% 0 0% 0 0% 8 0% 0 0% free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek -0 0% 0 0% 0 0% 0 0% 324 0% +0 0% 0 0% 8 0% 0 0% 45016 1% allocate deallocate layoutstats clone -0 0% 22 0% 46 0% 0 0% +0 0% 8480 0% 388 0% 0 0% --- nfsstat -s (server stats) @@ -13417,7 +11929,7 @@ Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory). $ nfsstat -234 Client rpc stats: calls retrans authrefrsh -862776 0 866814 +2307028 4 2315653 Client nfs v2: null getattr setattr root lookup @@ -13443,29 +11955,29 @@ pathconf commit Client nfs v4: null read write commit open -2 0% 217713 25% 597512 69% 21585 2% 8 0% +2 0% 454576 19% 1644731 71% 87765 3% 2 0% open_conf open_noat open_dgrd close setattr -0 0% 128 0% 0 0% 69 0% 1 0% +0 0% 36 0% 0 0% 16 0% 0 0% fsinfo renew setclntid confirm lock -35 0% 0 0% 0 0% 0 0% 0 0% +32 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 180 0% 6163 0% 110 0% +0 0% 0 0% 114 0% 15978 0% 94 0% lookup_root remove rename link symlink -7 0% 10 0% 2 0% 0 0% 0 0% +8 0% 4 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -6 0% 28 0% 18484 2% 0 0% 122 0% +2 0% 32 0% 49424 2% 0 0% 8 0% server_caps delegreturn getacl setacl fs_locations -63 0% 47 0% 0 0% 0 0% 0 0% +64 0% 11 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session 0 0% 0 0% 0 0% 4 0% 2 0% destroy_session sequence get_lease_time reclaim_comp layoutget -0 0% 2 0% 0 0% 2 0% 0 0% +0 0% 385 0% 0 0% 2 0% 0 0% getdevinfo layoutcommit layoutreturn secinfo_no test_stateid -0 0% 0 0% 0 0% 7 0% 0 0% +0 0% 0 0% 0 0% 8 0% 0 0% free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek -0 0% 0 0% 0 0% 0 0% 324 0% +0 0% 0 0% 8 0% 0 0% 45016 1% allocate deallocate layoutstats clone -0 0% 22 0% 46 0% 0 0% +0 0% 8480 0% 388 0% 0 0% --- showmount -e (exports) @@ -13476,8 +11988,8 @@ clnt_create: RPC: Timed out --- /proc/net/rpc/nfs $ cat /proc/net/rpc/nfs net 0 0 0 0 -rpc 866370 0 870432 -proc4 71 2 217801 600724 21703 8 0 128 0 69 1 35 0 0 0 0 0 0 180 6203 110 7 10 2 0 0 6 28 18617 0 122 63 47 0 0 0 0 0 0 4 2 0 2 0 2 0 0 0 0 7 0 0 0 0 0 324 0 22 47 0 0 0 0 0 0 0 0 0 0 0 0 0 +rpc 2312359 4 2321008 +proc4 71 2 454738 1649469 88022 2 0 37 0 16 0 32 0 0 0 0 0 0 114 16015 94 8 4 0 0 0 2 32 49564 0 8 64 12 0 0 0 0 0 0 4 2 0 385 0 2 0 0 0 0 8 0 0 0 8 0 45016 0 8480 388 0 0 0 0 0 0 0 0 0 0 0 0 0 --- /proc/net/rpc/nfsd $ cat /proc/net/rpc/nfsd @@ -13622,14 +12134,14 @@ Nobody-Group = nogroup --- pvesm status $ pvesm status Name Type Status Total (KiB) Used (KiB) Available (KiB) % -D2 nfs active 2883130368 195840000 2540761088 6.79% +D2 nfs active 2883130368 195178496 2541422592 6.77% D3 nfs active 491133952 2048 466110464 0.00% -D5 nfs active 1921726464 244210688 1579823104 12.71% -S2 nfs active 960304128 2048 911448064 0.00% -S3 nfs active 960304128 2048 911448064 0.00% +D5 nfs active 1921726464 246711296 1577322496 12.84% +S2 nfs active 960304128 7176192 904272896 0.75% +S3 nfs active 960304128 7307264 904142848 0.76% S4 nfs active 479597568 2048 455159808 0.00% -T5-SSD nfs active 245023744 86468608 146035712 35.29% -local dir active 98497780 16791392 76656840 17.05% +T5-SSD nfs active 245023744 126919680 105585664 51.80% +local dir active 98497780 19245576 74202656 19.54% local-lvm lvmthin active 832888832 0 832888832 0.00% --- pvesm list per storage @@ -13646,7 +12158,6 @@ D2:100/vm-100-disk-1.raw raw images 540672 100 D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101 D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104 D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105 -D2:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108 D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109 D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114 @@ -13656,10 +12167,10 @@ D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500 D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509 D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600 D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601 -D2:603/vm-603-disk-0.qcow2 qcow2 images 34359738368 603 D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702 D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703 D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704 +D2:705/vm-705-disk-0.qcow2 qcow2 images 34359738368 705 D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901 D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904 --- pvesm config D2 --- @@ -13670,7 +12181,6 @@ Volid Format Type Size VMID Volid Format Type Size VMID D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 -D5:107/vm-107-disk-0.qcow2 qcow2 images 34359738368 107 D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313 D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530 D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531 @@ -13683,16 +12193,22 @@ D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537 D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538 D5:538/vm-812-disk-2.raw raw images 429496729600 538 D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541 -D5:602/vm-602-disk-0.qcow2 qcow2 images 34359738368 602 D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903 +D5:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906 --- pvesm config D5 --- --- storage: S2 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S2:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S2:706/vm-706-disk-0.qcow2 qcow2 images 34359738368 706 +S2:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 --- pvesm config S2 --- --- storage: S3 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S3:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S3:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 +S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 --- pvesm config S3 --- --- storage: S4 --- Volid Format Type Size VMID @@ -14164,13 +12680,13 @@ inactive --- zfs version (userland) $ zfs version -zfs-2.3.4-pve1 -zfs-kmod-2.3.4-pve1 +zfs-2.4.3-pve1 +zfs-kmod-2.4.3-pve1 --- zpool version $ zpool version -zfs-2.3.4-pve1 -zfs-kmod-2.3.4-pve1 +zfs-2.4.3-pve1 +zfs-kmod-2.4.3-pve1 --- zpool list -v $ zpool list -v @@ -14190,7 +12706,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -21 1 0x01 147 39984 11674781698 26133554569410 +21 1 0x01 148 40256 10348983182 76719857497457 name type data hits 4 0 iohits 4 0 @@ -14231,8 +12747,8 @@ hash_chain_max 4 0 meta 4 1073741824 pd 4 2147483648 pm 4 2147483648 -c 4 1048745344 -c_min 4 1048745344 +c 4 1048675712 +c_min 4 1048675712 c_max 4 3355443200 size 4 1920 compressed_size 4 0 @@ -14274,6 +12790,7 @@ uncached_data 4 0 uncached_metadata 4 0 uncached_evictable_data 4 0 uncached_evictable_metadata 4 0 +l2_ndev 4 0 l2_hits 4 0 l2_misses 4 0 l2_prefetch_asize 4 0 @@ -14318,9 +12835,9 @@ l2_rebuild_log_blks 4 0 memory_throttle_count 4 0 memory_direct_count 4 0 memory_indirect_count 4 0 -memory_all_bytes 4 33559851008 -memory_free_bytes 4 15340724224 -memory_available_bytes 3 14116114560 +memory_all_bytes 4 33557622784 +memory_free_bytes 4 12672057344 +memory_available_bytes 3 11447524992 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -14335,14 +12852,14 @@ prescient_prefetch 4 0 demand_hit_prescient_prefetch 4 0 demand_iohit_prescient_prefetch 4 0 arc_need_free 4 0 -arc_sys_free 4 1224609664 +arc_sys_free 4 1224532352 arc_raw_size 4 0 cached_only_in_progress 4 0 abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -17 1 0x01 13 3536 11672355662 26133555648153 +17 1 0x01 13 3536 10346484575 76719858393962 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -14360,7 +12877,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -16 1 0x01 8 2176 11672355056 26133556710000 +16 1 0x01 8 2176 10346483899 76719859151558 name type data hits 4 0 future 4 0 @@ -14378,7 +12895,7 @@ cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory --- abdstats $ cat /proc/spl/kstat/zfs/abdstats -14 1 0x01 20 5440 11672290633 26133558810364 +14 1 0x01 20 5440 10346406584 76719860734973 name type data struct_size 4 96 linear_cnt 4 0 @@ -14433,6 +12950,7 @@ done zfs_arc_dnode_limit = 0 zfs_arc_dnode_limit_percent = 10 zfs_arc_dnode_reduce_percent = 10 + zfs_arc_evict_batches_limit = 5 zfs_arc_evict_batch_limit = 10 zfs_arc_eviction_pct = 200 zfs_arc_evict_threads = 3 @@ -14449,10 +12967,12 @@ done zfs_arc_shrinker_seeks = 2 zfs_arc_shrink_shift = 0 zfs_arc_sys_free = 0 + zfs_async_free_zio_wait_interval = 2000 zfs_dbuf_state_index = 0 zfs_dio_enabled = 1 + zfs_dio_strict = 0 zfs_dio_write_verify_events_per_second = 20 - zfs_dirty_data_max = 3355985100 + zfs_dirty_data_max = 3355762278 zfs_dirty_data_max_max = 4294967296 zfs_dirty_data_max_max_percent = 25 zfs_dirty_data_max_percent = 10 @@ -14474,9 +12994,7 @@ done zfs_vdev_async_write_min_active = 2 zfs_vdev_default_ms_count = 200 zfs_vdev_default_ms_shift = 29 - zfs_vdev_def_queue_depth = 32 zfs_vdev_direct_write_verify = 1 - zfs_vdev_disk_classic = 0 zfs_vdev_disk_max_segs = 0 zfs_vdev_failfast_mask = 1 zfs_vdev_initializing_max_active = 1 @@ -14495,14 +13013,12 @@ done zfs_vdev_nia_credit = 5 zfs_vdev_nia_delay = 5 zfs_vdev_open_timeout_ms = 1000 - zfs_vdev_queue_depth_pct = 1000 zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3 avx2 zfs_vdev_read_gap_limit = 32768 zfs_vdev_rebuild_max_active = 3 zfs_vdev_rebuild_min_active = 1 zfs_vdev_removal_max_active = 2 zfs_vdev_removal_min_active = 1 - zfs_vdev_scheduler = unused zfs_vdev_scrub_max_active = 3 zfs_vdev_scrub_min_active = 1 zfs_vdev_sync_read_max_active = 10 @@ -14537,18 +13053,18 @@ no pools available $ arc_summary ------------------------------------------------------------------------ -ZFS Subsystem Report Sun Jul 26 16:30:02 2026 -Linux 6.17.2-1-pve 2.3.4-pve1 -Machine: pfv-tsys1 (x86_64) 2.3.4-pve1 +ZFS Subsystem Report Mon Jul 27 21:54:40 2026 +Linux 7.0.14-6-pve 2.4.3-pve1 +Machine: pfv-tsys1 (x86_64) 2.4.3-pve1 ARC status: Total memory size: 31.3 GiB - Min target size: 3.1 % 1000.2 MiB + Min target size: 3.1 % 1000.1 MiB Max target size: 10.0 % 3.1 GiB - Target size (adaptive): < 0.1 % 1000.2 MiB + Target size (adaptive): < 0.1 % 1000.1 MiB Current size: < 0.1 % 1.9 KiB - Free memory size: 14.3 GiB - Available memory size: 13.1 GiB + Free memory size: 11.8 GiB + Available memory size: 10.7 GiB ARC structural breakdown (current size): 1.9 KiB Compressed size: 0.0 % 0 Bytes @@ -14680,8 +13196,8 @@ Solaris Porting Layer (SPL): spl_taskq_thread_timeout_ms 5000 Tunables: - brt_zap_default_bs 12 - brt_zap_default_ibs 12 + brt_zap_default_bs 13 + brt_zap_default_ibs 13 brt_zap_prefetch 1 dbuf_cache_hiwater_pct 10 dbuf_cache_lowater_pct 10 @@ -14713,7 +13229,7 @@ Tunables: l2arc_trim_ahead 0 l2arc_write_boost 33554432 l2arc_write_max 33554432 - metaslab_aliquot 1048576 + metaslab_aliquot 2097152 metaslab_bias_enabled 1 metaslab_debug_load 0 metaslab_debug_unload 0 @@ -14723,6 +13239,7 @@ Tunables: metaslab_force_ganging_pct 3 metaslab_fragmentation_factor_enabled 1 metaslab_lba_weighting_enabled 1 + metaslab_perf_bias 1 metaslab_preload_enabled 1 metaslab_preload_limit 10 metaslab_preload_pct 50 @@ -14735,15 +13252,20 @@ Tunables: spa_asize_inflation 24 spa_config_path /etc/zfs/zpool.cache spa_cpus_per_allocator 4 + spa_flush_txg_time 600 spa_load_print_vdev_tree 0 spa_load_verify_data 1 spa_load_verify_metadata 1 spa_load_verify_shift 4 + spa_note_txg_time 600 spa_num_allocators 4 spa_slop_shift 5 spa_upgrade_errlog_limit 0 vdev_file_logical_ashift 9 vdev_file_physical_ashift 9 + vdev_raidz_outlier_check_interval_ms 1000 + vdev_raidz_outlier_insensitivity 50 + vdev_read_sit_out_secs 600 vdev_removal_max_span 32768 vdev_validate_skip 0 zap_iterate_prefetch 1 @@ -14768,6 +13290,7 @@ Tunables: zfs_arc_dnode_limit_percent 10 zfs_arc_dnode_reduce_percent 10 zfs_arc_evict_batch_limit 10 + zfs_arc_evict_batches_limit 5 zfs_arc_evict_threads 3 zfs_arc_eviction_pct 200 zfs_arc_grow_retry 0 @@ -14784,7 +13307,7 @@ Tunables: zfs_arc_shrinker_seeks 2 zfs_arc_sys_free 0 zfs_async_block_max_blocks 18446744073709551615 - zfs_autoimport_disable 1 + zfs_async_free_zio_wait_interval 2000 zfs_bclone_enabled 1 zfs_bclone_wait_dirty 1 zfs_blake3_impl cycle [fastest] generic sse2 sse41 avx2 @@ -14814,7 +13337,7 @@ Tunables: zfs_dedup_log_flush_min_time_ms 1000 zfs_dedup_log_flush_txgs 100 zfs_dedup_log_hard_cap 0 - zfs_dedup_log_mem_max 335598510 + zfs_dedup_log_mem_max 335576227 zfs_dedup_log_mem_max_percent 1 zfs_dedup_log_txg_max 8 zfs_dedup_prefetch 0 @@ -14823,9 +13346,12 @@ Tunables: zfs_delay_min_dirty_percent 60 zfs_delay_scale 500000 zfs_delete_blocks 20480 + zfs_delete_dentry 0 + zfs_delete_inode 0 zfs_dio_enabled 1 + zfs_dio_strict 0 zfs_dio_write_verify_events_per_second 20 - zfs_dirty_data_max 3355985100 + zfs_dirty_data_max 3355762278 zfs_dirty_data_max_max 4294967296 zfs_dirty_data_max_max_percent 25 zfs_dirty_data_max_percent 10 @@ -14839,9 +13365,10 @@ Tunables: zfs_fletcher_4_impl [fastest] scalar superscalar superscalar4 sse2 ssse3 avx2 zfs_free_bpobj_enabled 1 zfs_free_leak_on_eio 0 - zfs_free_min_time_ms 1000 + zfs_free_min_time_ms 500 zfs_history_output_max 1048576 zfs_immediate_write_sz 32768 + zfs_import_defer_txgs 5 zfs_initialize_chunk_size 1048576 zfs_initialize_value 16045690984833335022 zfs_keep_log_spacemaps_at_export 0 @@ -14855,7 +13382,7 @@ Tunables: zfs_livelist_min_percent_shared 75 zfs_lua_max_instrlimit 100000000 zfs_lua_max_memlimit 104857600 - zfs_max_async_dedup_frees 100000 + zfs_max_async_dedup_frees 250000 zfs_max_dataset_nesting 50 zfs_max_log_walking 5 zfs_max_logsm_summary_length 10 @@ -14903,7 +13430,7 @@ Tunables: zfs_remove_max_segment 16777216 zfs_resilver_defer_percent 10 zfs_resilver_disable_defer 0 - zfs_resilver_min_time_ms 3000 + zfs_resilver_min_time_ms 1500 zfs_scan_blkstats 0 zfs_scan_checkpoint_intval 7200 zfs_scan_fill_weight 3 @@ -14919,7 +13446,7 @@ Tunables: zfs_scan_vdev_limit 16777216 zfs_scrub_after_expand 1 zfs_scrub_error_blocks_per_txg 4096 - zfs_scrub_min_time_ms 1000 + zfs_scrub_min_time_ms 750 zfs_send_corrupt_data 0 zfs_send_no_prefetch_queue_ff 20 zfs_send_no_prefetch_queue_length 1048576 @@ -14960,11 +13487,9 @@ Tunables: zfs_vdev_async_write_active_min_dirty_percent 30 zfs_vdev_async_write_max_active 10 zfs_vdev_async_write_min_active 2 - zfs_vdev_def_queue_depth 32 zfs_vdev_default_ms_count 200 zfs_vdev_default_ms_shift 29 zfs_vdev_direct_write_verify 1 - zfs_vdev_disk_classic 0 zfs_vdev_disk_max_segs 0 zfs_vdev_failfast_mask 1 zfs_vdev_initializing_max_active 1 @@ -14983,14 +13508,12 @@ Tunables: zfs_vdev_nia_credit 5 zfs_vdev_nia_delay 5 zfs_vdev_open_timeout_ms 1000 - zfs_vdev_queue_depth_pct 1000 zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3 avx2 zfs_vdev_read_gap_limit 32768 zfs_vdev_rebuild_max_active 3 zfs_vdev_rebuild_min_active 1 zfs_vdev_removal_max_active 2 zfs_vdev_removal_min_active 1 - zfs_vdev_scheduler unused zfs_vdev_scrub_max_active 3 zfs_vdev_scrub_min_active 1 zfs_vdev_sync_read_max_active 10 @@ -15001,7 +13524,7 @@ Tunables: zfs_vdev_trim_min_active 1 zfs_vdev_write_gap_limit 4096 zfs_vnops_read_chunk_size 33554432 - zfs_wrlog_data_max 6711970200 + zfs_wrlog_data_max 6711524556 zfs_xattr_compat 0 zfs_zevent_len_max 512 zfs_zevent_retain_expire_secs 900 @@ -15015,12 +13538,14 @@ Tunables: zil_nocacheflush 0 zil_replay_disable 0 zil_slog_bulk 67108864 + zil_special_is_slog 1 zio_deadman_log_all 0 zio_dva_throttle_enabled 1 zio_requeue_io_start_cut_in_line 1 zio_slow_io_ms 30000 zio_taskq_batch_pct 80 zio_taskq_batch_tpq 0 + zio_taskq_free scale,32 null fixed,1,1 null zio_taskq_read fixed,1,8 null scale null zio_taskq_write sync null scale null zio_taskq_write_tpq 16 @@ -15060,8 +13585,8 @@ TIME CLASS --- nvme list $ nvme list -/root/check.sh: line 45: nvme: command not found - [exit=127 / not installed or not permitted] +Node Generic SN Model Namespace Usage Format FW Rev +--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- --- nvme smart-log per device $ for n in /dev/nvme[0-9]*; do @@ -15087,7 +13612,7 @@ done smartctl -a "$dev" 2>&1 | head -n 200 done --- smartctl -a /dev/sda --- -smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === @@ -15101,7 +13626,7 @@ Sector Size: 512 bytes logical/physical Device is: In smartctl database 7.5/5706 ATA Version is: ATA8-ACS (minor revision not indicated) SATA Version is: SATA 2.6, 3.0 Gb/s -Local Time is: Sun Jul 26 16:30:02 2026 CDT +Local Time is: Mon Jul 27 21:54:40 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -15149,13 +13674,13 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 4 Start_Stop_Count 0x0032 098 098 000 Old_age Always - 2826 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0 - 9 Power_On_Hours 0x0032 025 025 000 Old_age Always - 55358 + 9 Power_On_Hours 0x0032 025 025 000 Old_age Always - 55388 10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0 11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0 12 Power_Cycle_Count 0x0032 098 098 000 Old_age Always - 2697 192 Power-Off_Retract_Count 0x0032 199 199 000 Old_age Always - 1312 -193 Load_Cycle_Count 0x0032 062 062 000 Old_age Always - 415485 -194 Temperature_Celsius 0x0022 111 096 000 Old_age Always - 36 +193 Load_Cycle_Count 0x0032 062 062 000 Old_age Always - 415779 +194 Temperature_Celsius 0x0022 110 096 000 Old_age Always - 37 196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 0 @@ -15197,17 +13722,17 @@ The above only provides legacy SMART information - try 'smartctl -x' for more --- qm list $ qm list VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID - 100 pfv-bms running 4096 32.00 1808 - 101 tsys-ca running 2048 32.00 1964 - 103 pfv-netinfra-01 running 2048 32.00 2050 - 104 tsys-librenms running 2048 50.00 2178 - 105 tsys-proxmox-datacenter running 2048 32.00 87913 - 106 pfv-k8s-cnode3 running 4096 32.00 92047 - 107 pfv-k8s-cnode1 running 4096 32.00 4120 - 108 tsys-ucs-01 running 8000 32.00 2480 - 109 tailscale-router running 2048 25.00 66517 - 114 kali-tsys running 2048 32.00 2614 - 117 tsys-secure-workbench running 4000 32.00 2699 + 100 pfv-bms running 4096 32.00 149139 + 101 tsys-ca running 2048 32.00 149214 + 102 pfv-k8s-wnode-tsys1 stopped 4096 32.00 0 + 103 pfv-netinfra-01 running 2048 32.00 149467 + 104 tsys-librenms running 2048 50.00 149583 + 105 tsys-proxmox-datacenter running 2048 32.00 212290 + 106 pfv-k8s-cnode3 running 4096 32.00 149024 + 108 tsys-ucs-01 running 8000 32.00 148819 + 109 tailscale-router running 2048 25.00 148662 + 114 kali-tsys running 2048 32.00 2388 + 117 tsys-secure-workbench running 4000 32.00 2457 1000 KNELTemplate stopped 2048 32.00 0 --- qm config per VM @@ -15264,6 +13789,26 @@ usb1: host=20a0:4230 virtio0: D2:101/vm-101-disk-0.qcow2,iothread=1,size=32G vmgenid: fe0485bd-0998-4eef-a6e0-beeed3fcd1f3 +--- VM 102 --- +balloon: 0 +boot: order=ide2;scsi0;net0 +cores: 4 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=11.0.2,ctime=1785115335 +name: pfv-k8s-wnode-tsys1 +net0: virtio=BC:24:11:BB:06:AF,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: S2:102/vm-102-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=42f4f59a-e508-49fd-9e2d-84932901d6e6 +sockets: 1 +unused0: S3:102/vm-102-disk-0.qcow2 +vmgenid: 64c67916-698e-4292-8cb1-9a04abf2fd21 + --- VM 103 --- boot: order=scsi0;ide2;net0 cores: 2 @@ -15334,32 +13879,12 @@ net0: virtio=BC:24:11:38:C0:58,bridge=vmbr0,firewall=1 numa: 0 onboot: 1 ostype: l26 -scsi0: D2:106/vm-106-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G +scsi0: S3:106/vm-106-disk-0.qcow2,cache=writethrough,iothread=1,size=32G scsihw: virtio-scsi-single smbios1: uuid=36b0ebb0-c6d3-42d7-bc5e-e2af10215588 sockets: 1 vmgenid: adb3367d-1556-4357-ab99-ba335ee21657 ---- VM 107 --- -balloon: 0 -boot: order=scsi0 -cores: 2 -cpu: host -ide2: local:iso/debian13.iso,media=cdrom,size=754M -memory: 4096 -meta: creation-qemu=10.1.2,ctime=1770665145 -name: pfv-k8s-cnode1 -net0: virtio=BC:24:11:96:F7:B9,bridge=vmbr0,firewall=1 -net1: virtio=BC:24:11:C8:D5:7E,bridge=datanet,firewall=1 -numa: 0 -onboot: 1 -ostype: l26 -scsi0: D5:107/vm-107-disk-0.qcow2,iothread=1,size=32G -scsihw: virtio-scsi-single -smbios1: uuid=2140593d-8cf6-4877-a2b6-3d2ac9bd0e2f -sockets: 1 -vmgenid: f46c4cfd-c0e4-406d-a68c-a0e355244475 - --- VM 108 --- agent: 1 balloon: 0 @@ -15482,14 +14007,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 696785, + "rx-bytes" : 2573158, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 7661, - "tx-bytes" : 696785, + "rx-packets" : 28773, + "tx-bytes" : 2573158, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 7661 + "tx-packets" : 28773 } }, { @@ -15523,14 +14048,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 19440, + "rx-bytes" : 110145, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 240, - "tx-bytes" : 19440, + "rx-packets" : 1220, + "tx-bytes" : 110145, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 240 + "tx-packets" : 1220 } }, { @@ -15546,6 +14071,7 @@ done "ip-address-type" : "ipv6", "prefix" : 128 }, +--- VM 102 runtime --- --- VM 103 runtime --- --- VM 104 runtime --- [ @@ -15565,14 +14091,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 148740, + "rx-bytes" : 87012, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 817, - "tx-bytes" : 148740, + "rx-packets" : 926, + "tx-bytes" : 87012, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 817 + "tx-packets" : 926 } }, { @@ -15607,14 +14133,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 16960, + "rx-bytes" : 73079758, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 176, - "tx-bytes" : 16960, + "rx-packets" : 132493, + "tx-bytes" : 73079758, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 176 + "tx-packets" : 132493 } }, { @@ -15630,7 +14156,6 @@ done "ip-address-type" : "ipv6", "prefix" : 128 }, ---- VM 107 runtime --- --- VM 108 runtime --- --- VM 109 runtime --- [ @@ -15650,14 +14175,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 469692, + "rx-bytes" : 855562, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 2774, - "tx-bytes" : 469692, + "rx-packets" : 5803, + "tx-bytes" : 855562, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 2774 + "tx-packets" : 5803 } }, { @@ -15669,7 +14194,7 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::f", + "ip-address" : "2600:1700:1d1:eb00::e", "ip-address-type" : "ipv6", "prefix" : 128 }, @@ -15692,14 +14217,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 19440, + "rx-bytes" : 72187, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 240, - "tx-bytes" : 19440, + "rx-packets" : 846, + "tx-bytes" : 72187, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 240 + "tx-packets" : 846 } }, { @@ -15822,6 +14347,8 @@ netavark-dhcp-proxy.service enabled enabled netavark-firewalld-reload.service enabled enabled networking.service enabled enabled nfs-blkmap.service enabled enabled +nvmefc-boot-connections.service enabled enabled +nvmf-autoconnect.service enabled enabled open-iscsi.service enabled enabled perfopt-cpu-performance.service enabled enabled postfix.service enabled enabled @@ -15852,6 +14379,7 @@ smartmontools.service enabled enabled spiceproxy.service enabled enabled ssh.service enabled enabled sshd-keygen.service enabled enabled +sysstat.service enabled enabled systemd-pstore.service enabled enabled tailscaled.service enabled enabled tuned.service enabled enabled @@ -15868,6 +14396,7 @@ lvm2-lvmpolld.socket enabled enabled netavark-dhcp-proxy.socket enabled enabled rpcbind.socket enabled enabled rrdcached.socket enabled enabled +uuidd.socket enabled enabled ceph-fuse.target enabled enabled ceph.target enabled enabled nfs-client.target enabled enabled @@ -15884,132 +14413,135 @@ fstrim.timer enabled enabled logrotate.timer enabled enabled man-db.timer enabled enabled pve-daily-update.timer enabled enabled +sysstat-collect.timer enabled enabled +sysstat-rotate.timer enabled enabled +sysstat-summary.timer enabled enabled xfs_scrub_all.timer enabled enabled -84 unit files listed. +91 unit files listed. --- pve-* service status $ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120 ● pve-cluster.service - The Proxmox VE cluster filesystem Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 11:38:47 CDT; 4h 51min ago - Invocation: 9fc50771bbb04896bd1449fab2969c00 - Main PID: 48458 (pmxcfs) - Tasks: 7 (limit: 38293) - Memory: 61.2M (peak: 83.2M) - CPU: 22.389s + Active: active (running) since Mon 2026-07-27 00:37:09 CDT; 21h ago + Invocation: 41f418b55c4744c1b6fb80c30b3908f4 + Main PID: 1084 (pmxcfs) + Tasks: 9 (limit: 34875) + Memory: 63.1M (peak: 81.3M) + CPU: 1min 14.623s CGroup: /system.slice/pve-cluster.service - └─48458 /usr/bin/pmxcfs + └─1084 /usr/bin/pmxcfs -Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [status] notice: node has quorum -Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: members: 1/48458 -Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: all data is up to date -Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [status] notice: members: 1/48458 -Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [status] notice: all data is up to date -Jul 26 11:38:47 pfv-tsys1 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem. -Jul 26 12:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: data verification successful -Jul 26 13:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: data verification successful -Jul 26 14:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: data verification successful -Jul 26 15:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: data verification successful +Jul 27 12:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 27 13:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 27 14:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 27 15:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 27 16:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 27 17:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 27 18:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 27 19:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 27 20:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 27 21:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful ● pvedaemon.service - PVE API Daemon Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 09:15:41 CDT; 7h ago - Invocation: c5b84adcc0e84c89a9d5f582b040b68e - Main PID: 1741 (pvedaemon) - Tasks: 4 (limit: 38293) - Memory: 224.4M (peak: 491.6M) - CPU: 1min 39.838s + Active: active (running) since Mon 2026-07-27 00:37:16 CDT; 21h ago + Invocation: d5e334fd34334b00be0f56ff3c56f871 + Main PID: 1362 (pvedaemon) + Tasks: 4 (limit: 34875) + Memory: 187M (peak: 3G) + CPU: 1min 32.826s CGroup: /system.slice/pvedaemon.service - ├─ 1741 pvedaemon - ├─ 54658 "pvedaemon worker" - ├─ 91700 "pvedaemon worker" - └─108567 "pvedaemon worker" + ├─ 1362 pvedaemon + ├─279069 "pvedaemon worker" + ├─293938 "pvedaemon worker" + └─294210 "pvedaemon worker" -Jul 26 13:43:22 pfv-tsys1 pvedaemon[54658]: end task UPID:pfv-tsys1:000167D5:0018604A:6A6654AB:vncproxy:106:root@pam: OK -Jul 26 13:50:37 pfv-tsys1 pvedaemon[91700]: successful auth for user 'root@pam' -Jul 26 14:06:37 pfv-tsys1 pvedaemon[91700]: successful auth for user 'root@pam' -Jul 26 14:21:37 pfv-tsys1 pvedaemon[54658]: successful auth for user 'root@pam' -Jul 26 14:36:00 pfv-tsys1 pvedaemon[54659]: worker exit -Jul 26 14:36:00 pfv-tsys1 pvedaemon[1741]: worker 54659 finished -Jul 26 14:36:00 pfv-tsys1 pvedaemon[1741]: starting 1 worker(s) -Jul 26 14:36:00 pfv-tsys1 pvedaemon[1741]: worker 108567 started -Jul 26 14:37:37 pfv-tsys1 pvedaemon[91700]: successful auth for user 'root@pam' -Jul 26 16:19:23 pfv-tsys1 pvedaemon[91700]: successful auth for user 'root@pam' +Jul 27 17:18:34 pfv-tsys1 pvedaemon[1362]: starting 1 worker(s) +Jul 27 17:18:34 pfv-tsys1 pvedaemon[1362]: worker 293938 started +Jul 27 17:19:26 pfv-tsys1 pvedaemon[238369]: worker exit +Jul 27 17:19:26 pfv-tsys1 pvedaemon[1362]: worker 238369 finished +Jul 27 17:19:26 pfv-tsys1 pvedaemon[1362]: starting 1 worker(s) +Jul 27 17:19:26 pfv-tsys1 pvedaemon[1362]: worker 294210 started +Jul 27 17:20:58 pfv-tsys1 pvedaemon[279069]: end task UPID:pfv-tsys1:00047B85:005BBE5A:6A67D91C:qmmove:102:root@pam: OK +Jul 27 17:32:38 pfv-tsys1 pvedaemon[279069]: successful auth for user 'root@pam' +Jul 27 17:48:38 pfv-tsys1 pvedaemon[279069]: successful auth for user 'root@pam' +Jul 27 18:04:38 pfv-tsys1 pvedaemon[293938]: successful auth for user 'root@pam' ● pveproxy.service - PVE API Proxy Server Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 09:15:44 CDT; 7h ago - Invocation: 3b3a45ba099f4d1c82ec83931c490904 - Main PID: 1757 (pveproxy) - Tasks: 4 (limit: 38293) - Memory: 264M (peak: 435.1M) - CPU: 9min 8.712s + Active: active (running) since Mon 2026-07-27 00:37:17 CDT; 21h ago + Invocation: 3d9f663c8d334a9295e23e69aef95c3f + Main PID: 1375 (pveproxy) + Tasks: 4 (limit: 34875) + Memory: 292.8M (peak: 428.5M) + CPU: 2min 14.940s CGroup: /system.slice/pveproxy.service - ├─ 1757 pveproxy - ├─ 98849 "pveproxy worker" - ├─103022 "pveproxy worker" - └─104412 "pveproxy worker" + ├─ 1375 pveproxy + ├─308038 "pveproxy worker" + ├─310103 "pveproxy worker" + └─336440 "pveproxy worker" -Jul 26 14:03:22 pfv-tsys1 pveproxy[1757]: starting 1 worker(s) -Jul 26 14:03:22 pfv-tsys1 pveproxy[1757]: worker 98849 started -Jul 26 14:17:21 pfv-tsys1 pveproxy[88138]: worker exit -Jul 26 14:17:21 pfv-tsys1 pveproxy[1757]: worker 88138 finished -Jul 26 14:17:21 pfv-tsys1 pveproxy[1757]: starting 1 worker(s) -Jul 26 14:17:21 pfv-tsys1 pveproxy[1757]: worker 103022 started -Jul 26 14:22:00 pfv-tsys1 pveproxy[1757]: worker 90745 finished -Jul 26 14:22:00 pfv-tsys1 pveproxy[1757]: starting 1 worker(s) -Jul 26 14:22:00 pfv-tsys1 pveproxy[1757]: worker 104412 started -Jul 26 14:22:02 pfv-tsys1 pveproxy[104411]: worker exit +Jul 27 18:05:19 pfv-tsys1 pveproxy[1375]: worker 308038 started +Jul 27 18:05:20 pfv-tsys1 pveproxy[308037]: worker exit +Jul 27 18:12:07 pfv-tsys1 pveproxy[299192]: worker exit +Jul 27 18:12:07 pfv-tsys1 pveproxy[1375]: worker 299192 finished +Jul 27 18:12:07 pfv-tsys1 pveproxy[1375]: starting 1 worker(s) +Jul 27 18:12:07 pfv-tsys1 pveproxy[1375]: worker 310103 started +Jul 27 19:39:10 pfv-tsys1 pveproxy[302435]: worker exit +Jul 27 19:39:10 pfv-tsys1 pveproxy[1375]: worker 302435 finished +Jul 27 19:39:10 pfv-tsys1 pveproxy[1375]: starting 1 worker(s) +Jul 27 19:39:10 pfv-tsys1 pveproxy[1375]: worker 336440 started ● pve-firewall.service - Proxmox VE firewall Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 09:15:40 CDT; 7h ago - Invocation: dd2bf54c30ea44748063e8554541d560 - Main PID: 1716 (pve-firewall) - Tasks: 1 (limit: 38293) - Memory: 111.4M (peak: 222.4M) - CPU: 2min 49.984s + Active: active (running) since Mon 2026-07-27 00:37:15 CDT; 21h ago + Invocation: 022958cd38a94d3a91e55ffc76156c2c + Main PID: 1332 (pve-firewall) + Tasks: 1 (limit: 34875) + Memory: 110M (peak: 149.9M) + CPU: 7min 5.532s CGroup: /system.slice/pve-firewall.service - └─1716 pve-firewall + └─1332 pve-firewall -Jul 26 09:15:37 pfv-tsys1 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... -Jul 26 09:15:40 pfv-tsys1 pve-firewall[1716]: starting server -Jul 26 09:15:40 pfv-tsys1 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. -Jul 26 11:38:51 pfv-tsys1 systemd[1]: Reloading pve-firewall.service - Proxmox VE firewall... -Jul 26 11:38:52 pfv-tsys1 pve-firewall[48684]: send HUP to 1716 -Jul 26 11:38:52 pfv-tsys1 pve-firewall[1716]: received signal HUP -Jul 26 11:38:52 pfv-tsys1 pve-firewall[1716]: server shutdown (restart) -Jul 26 11:38:52 pfv-tsys1 systemd[1]: Reloaded pve-firewall.service - Proxmox VE firewall. -Jul 26 11:38:52 pfv-tsys1 pve-firewall[1716]: restarting server +Jul 27 00:37:10 pfv-tsys1 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... +Jul 27 00:37:15 pfv-tsys1 pve-firewall[1332]: starting server +Jul 27 00:37:15 pfv-tsys1 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. ● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 11:39:03 CDT; 4h 51min ago - Invocation: 482501a72b5649d1af1a3104120e00d5 - Main PID: 48841 (pve-ha-crm) - Tasks: 1 (limit: 38293) - Memory: 115.8M (peak: 135M) - CPU: 2.700s + Active: active (running) since Mon 2026-07-27 00:37:17 CDT; 21h ago + Invocation: 9e81fad693f1445e923ff5ede55061d4 + Main PID: 1372 (pve-ha-crm) + Tasks: 1 (limit: 34875) + Memory: 118.2M (peak: 137.8M) + CPU: 5.811s CGroup: /system.slice/pve-ha-crm.service - └─48841 pve-ha-crm + └─1372 pve-ha-crm -Jul 26 11:39:02 pfv-tsys1 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon... -Jul 26 11:39:03 pfv-tsys1 pve-ha-crm[48841]: starting server -Jul 26 11:39:03 pfv-tsys1 pve-ha-crm[48841]: status change startup => wait_for_quorum -Jul 26 11:39:03 pfv-tsys1 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon. +Jul 27 00:37:16 pfv-tsys1 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon... +Jul 27 00:37:17 pfv-tsys1 pve-ha-crm[1372]: starting server +Jul 27 00:37:17 pfv-tsys1 pve-ha-crm[1372]: status change startup => wait_for_quorum +Jul 27 00:37:17 pfv-tsys1 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon. ● pve-ha-lrm.service - PVE Local HA Resource Manager Daemon Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 11:39:00 CDT; 4h 51min ago - Invocation: 7fba27b15b674e0ebc7247d5e31e11f9 - Main PID: 48812 (pve-ha-lrm) - Tasks: 1 (limit: 38293) - Memory: 115.4M (peak: 134.6M) - CPU: 3.501s + Active: active (running) since Mon 2026-07-27 00:37:18 CDT; 21h ago + Invocation: aaad04ba66c948f297603416775f4455 + Main PID: 1392 (pve-ha-lrm) + Tasks: 1 (limit: 34875) + Memory: 117.5M (peak: 136.8M) + CPU: 8.882s CGroup: /system.slice/pve-ha-lrm.service - └─48812 pve-ha-lrm + └─1392 pve-ha-lrm +Jul 27 00:37:17 pfv-tsys1 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon... +Jul 27 00:37:18 pfv-tsys1 pve-ha-lrm[1392]: starting server +Jul 27 00:37:18 pfv-tsys1 pve-ha-lrm[1392]: status change startup => wait_for_agent_lock +Jul 27 00:37:18 pfv-tsys1 systemd[1]: Started pve-ha-lrm.service - PVE Local HA Resource Manager Daemon. + +● pvestatd.service - PVE Status Daemon --- storage-related service status $ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80 @@ -16020,19 +14552,19 @@ Unit nvme-stat.service could not be found. Unit multipathd.service could not be found. ● rpcbind.service - RPC bind portmap service Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 09:14:47 CDT; 7h ago - Invocation: 2df44310ae55459da93cec07dc9c4ec7 + Active: active (running) since Mon 2026-07-27 00:36:16 CDT; 21h ago + Invocation: 573b8ff574344bab840da2754a7e37fb TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) - Main PID: 605 (rpcbind) - Tasks: 1 (limit: 38293) + Main PID: 599 (rpcbind) + Tasks: 1 (limit: 34875) Memory: 608K (peak: 1.7M) - CPU: 42ms + CPU: 62ms CGroup: /system.slice/rpcbind.service - └─605 /usr/sbin/rpcbind -f -w + └─599 /usr/sbin/rpcbind -f -w -Jul 26 09:14:47 pfv-tsys1 systemd[1]: Starting rpcbind.service - RPC bind portmap service... -Jul 26 09:14:47 pfv-tsys1 systemd[1]: Started rpcbind.service - RPC bind portmap service. +Jul 27 00:36:16 pfv-tsys1 systemd[1]: Starting rpcbind.service - RPC bind portmap service... +Jul 27 00:36:16 pfv-tsys1 systemd[1]: Started rpcbind.service - RPC bind portmap service. ○ rpc-statd.service - NFS status monitor for NFSv2/3 locking. Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static) @@ -16045,40 +14577,40 @@ Jul 26 09:14:47 pfv-tsys1 systemd[1]: Started rpcbind.service - RPC bind portmap ● zfs-mount.service - Mount ZFS filesystems Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled) - Active: active (exited) since Sun 2026-07-26 09:14:46 CDT; 7h ago - Invocation: 69b60e18da52415ca471429eac6182db + Active: active (exited) since Mon 2026-07-27 00:36:15 CDT; 21h ago + Invocation: b9093ce8c96f41d79c2c56a05430bbe3 Docs: man:zfs(8) - Main PID: 552 (code=exited, status=0/SUCCESS) + Main PID: 549 (code=exited, status=0/SUCCESS) Mem peak: 1.7M CPU: 9ms -Jul 26 09:14:46 pfv-tsys1 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... -Jul 26 09:14:46 pfv-tsys1 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems. +Jul 27 00:36:15 pfv-tsys1 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... +Jul 27 00:36:15 pfv-tsys1 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems. ● smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon Loaded: loaded (/usr/lib/systemd/system/smartmontools.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 11:38:14 CDT; 4h 52min ago - Invocation: a05533b3fb744312a068cec32ec3d546 + Active: active (running) since Mon 2026-07-27 00:36:19 CDT; 21h ago + Invocation: 78212dc838134fc6aa7d64fdab2502fd Docs: man:smartd(8) man:smartd.conf(5) - Main PID: 47479 (smartd) - Status: "Next check of 1 device will start at 16:38:14" - Tasks: 1 (limit: 38293) - Memory: 1.5M (peak: 2M) - CPU: 39ms + Main PID: 737 (smartd) + Status: "Next check of 1 device will start at 22:06:19" + Tasks: 1 (limit: 34875) + Memory: 3.4M (peak: 5.6M) + CPU: 60ms CGroup: /system.slice/smartmontools.service - └─47479 /usr/sbin/smartd -n -q never + └─737 /usr/sbin/smartd -n -q never -Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], found in smartd database 7.5/5706: Western Digital Caviar Green -Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list. -Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], state read from /var/lib/smartmontools/smartd.WDC_WD10EADS_65M2B1-WD_WCAV59018871.ata.state -Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Monitoring 1 ATA/SATA, 0 SCSI/SAS and 0 NVMe devices -Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD10EADS_65M2B1-WD_WCAV59018871.ata.state -Jul 26 11:38:14 pfv-tsys1 systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon. -Jul 26 12:08:15 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 110 -Jul 26 12:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111 -Jul 26 13:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 110 -Jul 26 14:08:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111 +Jul 27 03:36:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 109 to 110 +Jul 27 04:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 109 +Jul 27 04:36:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 109 to 110 +Jul 27 05:36:20 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 109 +Jul 27 09:06:20 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 109 to 110 +Jul 27 13:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111 +Jul 27 14:36:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 110 +Jul 27 16:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111 +Jul 27 17:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 112 +Jul 27 18:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 112 to 111 ############################################################################### # 25. TIMERS / CRON @@ -16086,50 +14618,55 @@ Jul 26 14:08:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], SMART Usage Att --- systemctl list-timers $ systemctl list-timers --all --no-pager -NEXT LEFT LAST PASSED UNIT ACTIVATES -Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:16 CDT - dpkg-db-backup.timer dpkg-db-backup.service -Mon 2026-07-27 00:07:28 CDT 7h Mon 2026-07-20 00:21:18 CDT - fstrim.timer fstrim.service -Mon 2026-07-27 00:22:15 CDT 7h Sun 2026-07-26 00:05:44 CDT - logrotate.timer logrotate.service -Mon 2026-07-27 01:40:50 CDT 9h Sun 2026-07-26 11:38:13 CDT 4h 52min ago apt-daily.timer apt-daily.service -Mon 2026-07-27 02:49:21 CDT 10h Sun 2026-07-26 00:15:43 CDT - beszel-agent-update.timer beszel-agent-update.service -Mon 2026-07-27 04:12:59 CDT 11h Sun 2026-07-26 01:31:37 CDT - pve-daily-update.timer pve-daily-update.service -Mon 2026-07-27 06:06:32 CDT 13h Sun 2026-07-26 09:26:31 CDT 7h ago man-db.timer man-db.service -Mon 2026-07-27 06:07:57 CDT 13h Sun 2026-07-26 06:56:44 CDT - apt-daily-upgrade.timer apt-daily-upgrade.service -Mon 2026-07-27 09:29:31 CDT 16h Sun 2026-07-26 09:29:31 CDT 7h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service -Sun 2026-08-02 03:10:47 CDT 6 days Sun 2026-07-26 03:11:39 CDT - e2scrub_all.timer e2scrub_all.service -Sun 2026-08-02 03:10:53 CDT 6 days Sun 2026-07-26 03:10:44 CDT - xfs_scrub_all.timer xfs_scrub_all.service +NEXT LEFT LAST PASSED UNIT ACTIVATES +Mon 2026-07-27 22:00:00 CDT 4min 36s Mon 2026-07-27 21:50:32 CDT 4min 51s ago sysstat-collect.timer sysstat-collect.service +Tue 2026-07-28 00:00:00 CDT 2h 4min Mon 2026-07-27 00:00:06 CDT - dpkg-db-backup.timer dpkg-db-backup.service +Tue 2026-07-28 00:00:00 CDT 2h 4min - - sysstat-rotate.timer sysstat-rotate.service +Tue 2026-07-28 00:07:00 CDT 2h 11min - - sysstat-summary.timer sysstat-summary.service +Tue 2026-07-28 00:47:20 CDT 2h 51min Mon 2026-07-27 00:00:43 CDT - logrotate.timer logrotate.service +Tue 2026-07-28 00:51:08 CDT 2h 55min Mon 2026-07-27 00:51:08 CDT 21h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Tue 2026-07-28 02:07:47 CDT 4h 12min Mon 2026-07-27 03:43:32 CDT 18h ago beszel-agent-update.timer beszel-agent-update.service +Tue 2026-07-28 05:36:30 CDT 7h Mon 2026-07-27 05:42:32 CDT 16h ago pve-daily-update.timer pve-daily-update.service +Tue 2026-07-28 06:05:26 CDT 8h Mon 2026-07-27 06:55:32 CDT 14h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Tue 2026-07-28 08:50:50 CDT 10h Mon 2026-07-27 08:04:01 CDT 13h ago man-db.timer man-db.service +Tue 2026-07-28 12:29:11 CDT 14h Mon 2026-07-27 20:25:32 CDT 1h 29min ago apt-daily.timer apt-daily.service +Sun 2026-08-02 03:10:18 CDT 5 days Sun 2026-07-26 03:10:44 CDT - xfs_scrub_all.timer xfs_scrub_all.service +Sun 2026-08-02 03:10:36 CDT 5 days Sun 2026-07-26 03:11:39 CDT - e2scrub_all.timer e2scrub_all.service +Mon 2026-08-03 00:58:41 CDT 6 days Mon 2026-07-27 00:18:43 CDT - fstrim.timer fstrim.service -11 timers listed. +14 timers listed. --- /etc/cron.d -total 20 -drwxr-xr-x 2 root root 4096 Jul 22 20:22 . -drwxr-xr-x 104 root root 4096 Jul 26 16:28 .. +total 24 +drwxr-xr-x 2 root root 4096 Jul 27 08:04 . +drwxr-xr-x 107 root root 4096 Jul 27 21:53 .. -rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder +-rw-r--r-- 1 root root 400 Jan 15 2024 sysstat lrwxrwxrwx 1 root root 20 Mar 12 09:41 vzdump -> /etc/pve/vzdump.cron -rw-r--r-- 1 root root 377 Aug 26 2025 zfsutils-linux --- /etc/cron.daily -total 28 -drwxr-xr-x 2 root root 4096 Mar 17 13:04 . -drwxr-xr-x 104 root root 4096 Jul 26 16:28 .. +total 32 +drwxr-xr-x 2 root root 4096 Jul 27 08:04 . +drwxr-xr-x 107 root root 4096 Jul 27 21:53 .. -rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat -rwxr-xr-x 1 root root 123 May 27 2025 dpkg -rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate -rwxr-xr-x 1 root root 1395 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder +-rwxr-xr-x 1 root root 526 Jan 15 2024 sysstat --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Mar 12 09:38 . -drwxr-xr-x 104 root root 4096 Jul 26 16:28 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:53 .. -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder --- /etc/cron.weekly total 16 drwxr-xr-x 2 root root 4096 Mar 12 09:39 . -drwxr-xr-x 104 root root 4096 Jul 26 16:28 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:53 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -16168,77 +14705,339 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -1.34 0.87 0.78 4/422 157074 +1.03 0.62 0.47 1/418 380520 --- vmstat 1 3 $ vmstat 1 3 procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- r b swpd free buff cache si so bi bo in cs us sy id wa st gu - 0 0 0 14322944 16532 1195764 0 0 204 109 8278 15 1 2 87 5 0 4 - 0 0 0 14327140 16540 1195812 0 0 24 24 7569 12714 0 1 94 2 0 3 - 0 0 0 14330072 16540 1195812 0 0 0 0 6446 9075 0 1 97 1 0 1 + 0 0 0 11631720 17456 1199672 0 0 74 20 7806 13 0 1 82 6 0 11 + 0 0 0 11630360 17456 1199788 0 0 0 0 7486 10639 0 1 82 15 0 2 + 0 0 0 11630372 17456 1199792 0 0 0 0 6786 9863 0 0 88 8 0 3 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 -/root/check.sh: line 45: mpstat: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) + +09:55:26 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +09:55:27 PM all 0.25 0.00 0.38 1.14 0.00 0.00 0.00 1.27 0.00 96.84 +09:55:28 PM all 0.25 0.00 0.76 14.92 0.00 0.00 0.00 1.39 0.00 82.68 +09:55:29 PM all 0.38 0.00 0.88 10.35 0.00 0.13 0.00 1.14 0.00 87.12 +Average: all 0.30 0.00 0.67 8.81 0.00 0.04 0.00 1.26 0.00 88.91 --- iostat -xz 1 3 $ iostat -xz 1 3 -/root/check.sh: line 45: iostat: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) + +avg-cpu: %user %nice %system %iowait %steal %idle + 11.21 0.00 0.89 5.97 0.00 81.93 + +Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util +dm-0 0.00 0.04 0.00 0.00 21.88 16.87 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +dm-1 0.30 26.08 0.00 0.00 21.76 85.75 2.80 20.94 0.00 0.00 4.83 7.47 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.58 +dm-2 0.00 0.05 0.00 0.00 6.83 160.17 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +sda 0.60 74.61 0.09 12.95 8.57 123.36 1.81 20.94 0.99 35.43 1826.25 11.56 0.00 0.00 0.00 0.00 0.00 0.00 0.36 23.66 3.32 1.04 + + +avg-cpu: %user %nice %system %iowait %steal %idle + 1.27 0.00 0.25 1.27 0.00 97.21 + +Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util + + +avg-cpu: %user %nice %system %iowait %steal %idle + 2.66 0.00 1.90 0.00 0.00 95.43 + +Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util +sda 4.00 512.00 0.00 0.00 3.00 128.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 1.30 + + --- sar -dp 1 2 $ sar -dp 1 2 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) + +09:55:31 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +09:55:32 PM 91.00 0.00 400.00 0.00 4.40 0.05 0.54 0.80 sda +09:55:32 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +09:55:32 PM 92.00 0.00 400.00 0.00 4.35 0.06 0.64 1.00 pve-root +09:55:32 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta + +09:55:32 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +09:55:33 PM 8.00 24.00 48.00 0.00 9.00 0.26 21.50 8.60 sda +09:55:33 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +09:55:33 PM 18.00 24.00 48.00 0.00 4.00 0.17 9.56 8.70 pve-root +09:55:33 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta + +Average: tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +Average: 49.50 12.00 224.00 0.00 4.77 0.15 2.23 4.70 sda +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +Average: 55.00 12.00 224.00 0.00 4.29 0.12 2.10 4.85 pve-root +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta --- sar -n DEV 1 2 $ sar -n DEV 1 2 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) + +09:55:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +09:55:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:55:34 PM nic0 117.00 90.00 20.77 21.02 0.00 0.00 16.00 0.02 +09:55:34 PM nic1 382.00 649.00 43.86 810.63 0.00 0.00 0.00 0.00 +09:55:34 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:55:34 PM vmbr0 27.00 3.00 4.81 0.47 0.00 0.00 12.00 0.00 +09:55:34 PM datanet 382.00 649.00 43.86 810.63 0.00 0.00 0.00 0.00 +09:55:34 PM tap114i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:55:34 PM fwbr114i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00 +09:55:34 PM fwpr114p0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00 +09:55:34 PM fwln114i0 24.00 0.00 4.72 0.00 0.00 0.00 0.00 0.00 +09:55:34 PM tap117i0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00 +09:55:34 PM fwbr117i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00 +09:55:34 PM fwpr117p0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00 +09:55:34 PM fwln117i0 24.00 0.00 4.72 0.00 0.00 0.00 0.00 0.00 +09:55:34 PM tap109i0 55.00 70.00 13.55 12.66 0.00 0.00 0.00 0.00 +09:55:34 PM fwbr109i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00 +09:55:34 PM fwpr109p0 55.00 70.00 13.55 12.66 0.00 0.00 0.00 0.00 +09:55:34 PM fwln109i0 70.00 55.00 12.66 13.55 0.00 0.00 0.00 0.00 +09:55:34 PM tap108i0 4.00 27.00 0.66 5.21 0.00 0.00 0.00 0.00 +09:55:34 PM fwbr108i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00 +09:55:34 PM fwpr108p0 4.00 27.00 0.66 5.21 0.00 0.00 0.00 0.00 +09:55:34 PM fwln108i0 27.00 4.00 5.21 0.66 0.00 0.00 0.00 0.00 +09:55:34 PM tap106i0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00 +09:55:34 PM fwbr106i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00 +09:55:34 PM fwpr106p0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00 +09:55:34 PM fwln106i0 24.00 0.00 4.72 0.00 0.00 0.00 0.00 0.00 +09:55:34 PM tap100i0 12.00 46.00 3.08 8.61 0.00 0.00 0.00 0.00 +09:55:34 PM tap101i0 2.00 27.00 0.35 5.16 0.00 0.00 0.00 0.00 +09:55:34 PM fwbr101i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00 +09:55:34 PM fwpr101p0 2.00 27.00 0.35 5.16 0.00 0.00 0.00 0.00 +09:55:34 PM fwln101i0 27.00 2.00 5.16 0.35 0.00 0.00 0.00 0.00 +09:55:34 PM tap103i0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00 +09:55:34 PM fwbr103i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00 +09:55:34 PM fwpr103p0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00 +09:55:34 PM fwln103i0 24.00 0.00 4.72 0.00 0.00 0.00 0.00 0.00 +09:55:34 PM tap104i0 9.00 32.00 1.79 6.02 0.00 0.00 0.00 0.00 +09:55:34 PM fwbr104i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00 +09:55:34 PM fwpr104p0 9.00 32.00 1.79 6.02 0.00 0.00 0.00 0.00 +09:55:34 PM fwln104i0 32.00 9.00 6.02 1.79 0.00 0.00 0.00 0.00 +09:55:34 PM tap105i0 17.00 40.00 2.65 7.34 0.00 0.00 0.00 0.00 +09:55:34 PM fwbr105i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00 +09:55:34 PM fwpr105p0 17.00 40.00 2.65 7.34 0.00 0.00 0.00 0.00 +09:55:34 PM fwln105i0 40.00 17.00 7.34 2.65 0.00 0.00 0.00 0.00 + +09:55:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +09:55:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:55:35 PM nic0 65.00 45.00 9.08 11.57 0.00 0.00 11.00 0.01 +09:55:35 PM nic1 60.00 94.00 4.85 116.46 0.00 0.00 0.00 0.00 +09:55:35 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:55:35 PM vmbr0 22.00 3.00 2.78 0.35 0.00 0.00 11.00 0.00 +09:55:35 PM datanet 60.00 94.00 4.85 116.46 0.00 0.00 1.00 0.00 +09:55:35 PM tap114i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:55:35 PM fwbr114i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00 +09:55:35 PM fwpr114p0 0.00 18.00 0.00 2.64 0.00 0.00 0.00 0.00 +09:55:35 PM fwln114i0 18.00 0.00 2.64 0.00 0.00 0.00 0.00 0.00 +09:55:35 PM tap117i0 1.00 19.00 0.06 2.71 0.00 0.00 0.00 0.00 +09:55:35 PM fwbr117i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00 +09:55:35 PM fwpr117p0 1.00 19.00 0.06 2.71 0.00 0.00 0.00 0.00 +09:55:35 PM fwln117i0 19.00 1.00 2.71 0.06 0.00 0.00 0.00 0.00 +09:55:35 PM tap109i0 34.00 50.00 9.89 6.84 0.00 0.00 0.00 0.00 +09:55:35 PM fwbr109i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00 +09:55:35 PM fwpr109p0 34.00 50.00 9.89 6.84 0.00 0.00 0.00 0.00 +09:55:35 PM fwln109i0 50.00 34.00 6.84 9.89 0.00 0.00 0.00 0.00 +09:55:35 PM tap108i0 0.00 19.00 0.00 2.81 0.00 0.00 0.00 0.00 +09:55:35 PM fwbr108i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00 +09:55:35 PM fwpr108p0 0.00 19.00 0.00 2.81 0.00 0.00 0.00 0.00 +09:55:35 PM fwln108i0 19.00 0.00 2.81 0.00 0.00 0.00 0.00 0.00 +09:55:35 PM tap106i0 0.00 18.00 0.00 2.64 0.00 0.00 0.00 0.00 +09:55:35 PM fwbr106i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00 +09:55:35 PM fwpr106p0 0.00 18.00 0.00 2.64 0.00 0.00 0.00 0.00 +09:55:35 PM fwln106i0 18.00 0.00 2.64 0.00 0.00 0.00 0.00 0.00 +09:55:35 PM tap100i0 0.00 19.00 0.00 2.88 0.00 0.00 0.00 0.00 +09:55:35 PM tap101i0 1.00 19.00 0.08 2.73 0.00 0.00 0.00 0.00 +09:55:35 PM fwbr101i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00 +09:55:35 PM fwpr101p0 1.00 19.00 0.08 2.73 0.00 0.00 0.00 0.00 +09:55:35 PM fwln101i0 19.00 1.00 2.73 0.08 0.00 0.00 0.00 0.00 +09:55:35 PM tap103i0 0.00 18.00 0.00 2.64 0.00 0.00 0.00 0.00 +09:55:35 PM fwbr103i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00 +09:55:35 PM fwpr103p0 0.00 18.00 0.00 2.64 0.00 0.00 0.00 0.00 +09:55:35 PM fwln103i0 18.00 0.00 2.64 0.00 0.00 0.00 0.00 0.00 +09:55:35 PM tap104i0 5.00 23.00 0.83 3.49 0.00 0.00 0.00 0.00 +09:55:35 PM fwbr104i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00 +09:55:35 PM fwpr104p0 5.00 23.00 0.83 3.49 0.00 0.00 0.00 0.00 +09:55:35 PM fwln104i0 23.00 5.00 3.49 0.83 0.00 0.00 0.00 0.00 +09:55:35 PM tap105i0 1.00 19.00 0.08 2.73 0.00 0.00 0.00 0.00 +09:55:35 PM fwbr105i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00 +09:55:35 PM fwpr105p0 1.00 19.00 0.08 2.73 0.00 0.00 0.00 0.00 +09:55:35 PM fwln105i0 19.00 1.00 2.73 0.08 0.00 0.00 0.00 0.00 + +Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: nic0 91.00 67.50 14.93 16.30 0.00 0.00 13.50 0.01 +Average: nic1 221.00 371.50 24.36 463.54 0.00 0.00 0.00 0.00 +Average: tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: vmbr0 24.50 3.00 3.80 0.41 0.00 0.00 11.50 0.00 +Average: datanet 221.00 371.50 24.36 463.54 0.00 0.00 0.50 0.00 +Average: tap114i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: fwbr114i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00 +Average: fwpr114p0 0.00 21.00 0.00 3.68 0.00 0.00 0.00 0.00 +Average: fwln114i0 21.00 0.00 3.68 0.00 0.00 0.00 0.00 0.00 +Average: tap117i0 0.50 21.50 0.03 3.71 0.00 0.00 0.00 0.00 +Average: fwbr117i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00 +Average: fwpr117p0 0.50 21.50 0.03 3.71 0.00 0.00 0.00 0.00 +Average: fwln117i0 21.50 0.50 3.71 0.03 0.00 0.00 0.00 0.00 +Average: tap109i0 44.50 60.00 11.72 9.75 0.00 0.00 0.00 0.00 +Average: fwbr109i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00 +Average: fwpr109p0 44.50 60.00 11.72 9.75 0.00 0.00 0.00 0.00 +Average: fwln109i0 60.00 44.50 9.75 11.72 0.00 0.00 0.00 0.00 +Average: tap108i0 2.00 23.00 0.33 4.01 0.00 0.00 0.00 0.00 +Average: fwbr108i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00 +Average: fwpr108p0 2.00 23.00 0.33 4.01 0.00 0.00 0.00 0.00 +Average: fwln108i0 23.00 2.00 4.01 0.33 0.00 0.00 0.00 0.00 +Average: tap106i0 0.00 21.00 0.00 3.68 0.00 0.00 0.00 0.00 +Average: fwbr106i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00 +Average: fwpr106p0 0.00 21.00 0.00 3.68 0.00 0.00 0.00 0.00 +Average: fwln106i0 21.00 0.00 3.68 0.00 0.00 0.00 0.00 0.00 +Average: tap100i0 6.00 32.50 1.54 5.75 0.00 0.00 0.00 0.00 +Average: tap101i0 1.50 23.00 0.22 3.94 0.00 0.00 0.00 0.00 +Average: fwbr101i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00 +Average: fwpr101p0 1.50 23.00 0.22 3.94 0.00 0.00 0.00 0.00 +Average: fwln101i0 23.00 1.50 3.94 0.22 0.00 0.00 0.00 0.00 +Average: tap103i0 0.00 21.00 0.00 3.68 0.00 0.00 0.00 0.00 +Average: fwbr103i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00 +Average: fwpr103p0 0.00 21.00 0.00 3.68 0.00 0.00 0.00 0.00 +Average: fwln103i0 21.00 0.00 3.68 0.00 0.00 0.00 0.00 0.00 +Average: tap104i0 7.00 27.50 1.31 4.75 0.00 0.00 0.00 0.00 +Average: fwbr104i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00 +Average: fwpr104p0 7.00 27.50 1.31 4.75 0.00 0.00 0.00 0.00 +Average: fwln104i0 27.50 7.00 4.75 1.31 0.00 0.00 0.00 0.00 +Average: tap105i0 9.00 29.50 1.37 5.04 0.00 0.00 0.00 0.00 +Average: fwbr105i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00 +Average: fwpr105p0 9.00 29.50 1.37 5.04 0.00 0.00 0.00 0.00 +Average: fwln105i0 29.50 9.00 5.04 1.37 0.00 0.00 0.00 0.00 --- sar -n NFS,NFSD 1 2 $ sar -n NFS,NFSD 1 2 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) + +09:55:35 PM call/s retrans/s read/s write/s access/s getatt/s +09:55:36 PM 3.00 0.00 0.00 3.00 0.00 0.00 + +09:55:35 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +09:55:36 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 + +09:55:36 PM call/s retrans/s read/s write/s access/s getatt/s +09:55:37 PM 52.00 0.00 0.00 53.00 0.00 0.00 + +09:55:36 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +09:55:37 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 + +Average: call/s retrans/s read/s write/s access/s getatt/s +Average: 27.50 0.00 0.00 28.00 0.00 0.00 + +Average: scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 --- sar -n SOCK 1 1 $ sar -n SOCK 1 1 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) + +09:55:37 PM totsck tcpsck udpsck rawsck ip-frag tcp-tw +09:55:38 PM 428 20 4 0 0 89 +Average: 428 20 4 0 0 89 --- sar -n TCP,ETCP 1 2 $ sar -n TCP,ETCP 1 2 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) + +09:55:38 PM active/s passive/s iseg/s oseg/s +09:55:39 PM 0.00 0.00 33.00 50.00 + +09:55:38 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +09:55:39 PM 0.00 0.00 0.00 0.00 0.00 + +09:55:39 PM active/s passive/s iseg/s oseg/s +09:55:40 PM 0.00 0.00 83.00 171.00 + +09:55:39 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +09:55:40 PM 0.00 0.00 0.00 0.00 0.00 + +Average: active/s passive/s iseg/s oseg/s +Average: 0.00 0.00 58.00 110.50 + +Average: atmptf/s estres/s retrans/s isegerr/s orsts/s +Average: 0.00 0.00 0.00 0.00 0.00 --- pidstat -d 1 2 (top disk) $ pidstat -d 1 2 -/root/check.sh: line 45: pidstat: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) + +09:55:40 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +09:55:41 PM 0 721 0.00 47.52 0.00 0 rrdcached +09:55:41 PM 0 1344 506.93 0.00 0.00 0 pvestatd +09:55:41 PM 0 149024 0.00 3.96 0.00 0 kvm + +09:55:41 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +09:55:42 PM 0 149583 0.00 24.00 0.00 0 kvm +09:55:42 PM 0 380604 0.00 4.00 0.00 0 pidstat + +Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +Average: 0 721 0.00 23.88 0.00 0 rrdcached +Average: 0 1344 254.73 0.00 0.00 0 pvestatd +Average: 0 149024 0.00 1.99 0.00 0 kvm +Average: 0 149583 0.00 11.94 0.00 0 kvm +Average: 0 380604 0.00 1.99 0.00 0 pidstat --- pidstat -u 1 2 (top cpu) $ pidstat -u 1 2 -/root/check.sh: line 45: pidstat: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) + +09:55:42 PM UID PID %usr %system %guest %wait %CPU CPU Command +09:55:43 PM 0 1151 0.99 0.00 0.00 0.00 0.99 0 corosync +09:55:43 PM 0 2388 0.00 1.98 0.99 0.00 1.98 6 kvm +09:55:43 PM 0 148662 0.99 0.00 2.97 0.00 3.96 4 kvm +09:55:43 PM 0 148819 0.99 0.00 1.98 0.00 2.97 3 kvm +09:55:43 PM 0 149024 0.99 0.00 0.00 0.00 0.99 7 kvm +09:55:43 PM 0 149139 1.98 0.99 2.97 0.00 5.94 3 kvm +09:55:43 PM 0 149214 0.99 0.99 0.00 0.00 1.98 6 kvm +09:55:43 PM 0 149467 0.99 0.99 0.00 0.00 1.98 7 kvm +09:55:43 PM 0 149583 0.00 0.00 0.99 0.00 0.99 2 kvm +09:55:43 PM 0 212290 0.00 0.00 0.99 0.00 0.99 4 kvm +09:55:43 PM 0 380632 0.00 0.99 0.00 0.00 0.99 7 pidstat + +09:55:43 PM UID PID %usr %system %guest %wait %CPU CPU Command +09:55:44 PM 0 2388 1.00 2.00 0.00 0.00 3.00 7 kvm +09:55:44 PM 0 2457 1.00 1.00 0.00 0.00 2.00 3 kvm +09:55:44 PM 0 148662 0.00 0.00 2.00 0.00 2.00 4 kvm +09:55:44 PM 0 148819 0.00 0.00 2.00 0.00 2.00 3 kvm +09:55:44 PM 0 149139 0.00 0.00 3.00 0.00 3.00 3 kvm +09:55:44 PM 0 149214 1.00 0.00 0.00 0.00 1.00 1 kvm +09:55:44 PM 0 149583 0.00 1.00 1.00 0.00 2.00 2 kvm + +Average: UID PID %usr %system %guest %wait %CPU CPU Command +Average: 0 1151 0.50 0.00 0.00 0.00 0.50 - corosync +Average: 0 2388 0.00 1.99 0.50 0.00 2.49 - kvm +Average: 0 2457 0.50 0.50 0.00 0.00 1.00 - kvm +Average: 0 148662 0.50 0.00 2.49 0.00 2.99 - kvm +Average: 0 148819 0.50 0.00 1.99 0.00 2.49 - kvm +Average: 0 149024 0.00 0.00 0.50 0.00 0.50 - kvm +Average: 0 149139 1.00 0.50 2.99 0.00 4.48 - kvm +Average: 0 149214 1.00 0.50 0.00 0.00 1.49 - kvm +Average: 0 149467 0.50 0.50 0.00 0.00 1.00 - kvm +Average: 0 149583 0.00 0.50 1.00 0.00 1.49 - kvm +Average: 0 212290 0.00 0.00 0.50 0.00 0.50 - kvm +Average: 0 380632 0.00 0.50 0.00 0.00 0.50 - pidstat --- top (single snapshot, top 30) $ top -b -n 1 -top - 16:30:47 up 7:16, 1 user, load average: 1.34, 0.87, 0.78 -Tasks: 255 total, 1 running, 254 sleeping, 0 stopped, 0 zombie -%Cpu(s): 2.5 us, 2.5 sy, 0.0 ni, 91.7 id, 3.3 wa, 0.0 hi, 0.0 si, 0.0 st -MiB Mem : 32005.2 total, 13994.2 free, 17274.7 used, 1184.1 buff/cache -MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 14730.5 avail Mem +top - 21:55:44 up 21:19, 1 user, load average: 0.80, 0.60, 0.46 +Tasks: 259 total, 1 running, 258 sleeping, 0 stopped, 0 zombie +%Cpu(s): 1.7 us, 1.7 sy, 0.0 ni, 79.8 id, 16.8 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 32003.0 total, 11369.0 free, 19900.3 used, 1190.8 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 12102.8 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 1808 root 20 0 5040536 4.0g 11348 S 9.1 12.9 63:06.41 kvm - 2614 root 20 0 2695412 502428 11448 S 9.1 1.5 46:34.08 kvm - 2699 root 20 0 4821896 699688 11352 S 9.1 2.1 8:07.63 kvm - 66517 root 20 0 2751604 1.0g 13836 S 9.1 3.3 19:39.88 kvm - 149674 root 20 0 0 0 0 I 9.1 0.0 0:00.08 kworker+ - 1 root 20 0 25292 16248 10944 S 0.0 0.0 0:09.81 systemd - 2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kthreadd + 149139 root 20 0 4976832 4.0g 11916 S 10.0 12.7 53:13.97 kvm + 1 root 20 0 25260 16396 11060 S 0.0 0.1 0:09.76 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kthreadd 3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+ 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ @@ -16247,246 +15046,254 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 14730.5 avail Mem 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 14 root 20 0 0 0 0 S 0.0 0.0 0:01.01 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 0:24.88 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:01.14 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 0:31.56 rcu_pre+ 16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ 17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ - 18 root rt 0 0 0 0 S 0.0 0.0 0:00.09 migrati+ - 19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 - 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 - 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 23 root rt 0 0 0 0 S 0.0 0.0 0:00.29 migrati+ - 24 root 20 0 0 0 0 S 0.0 0.0 0:08.72 ksoftir+ - 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 - 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 29 root rt 0 0 0 0 S 0.0 0.0 0:00.29 migrati+ - 30 root 20 0 0 0 0 S 0.0 0.0 0:12.25 ksoftir+ - 32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 - 34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 35 root rt 0 0 0 0 S 0.0 0.0 0:00.29 migrati+ - 36 root 20 0 0 0 0 S 0.0 0.0 0:00.20 ksoftir+ - 38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 - 40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 41 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ - 42 root 20 0 0 0 0 S 0.0 0.0 0:00.16 ksoftir+ - 44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 - 46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 47 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ - 48 root 20 0 0 0 0 S 0.0 0.0 0:00.15 ksoftir+ - 50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 - 52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 53 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ - 54 root 20 0 0 0 0 S 0.0 0.0 0:00.13 ksoftir+ - 56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 - 58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 59 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ - 60 root 20 0 0 0 0 S 0.0 0.0 0:00.12 ksoftir+ - 62 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ - 64 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 65 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.16 migrati+ + 19 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kprobe-+ + 20 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 + 22 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 + 23 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 24 root rt 0 0 0 0 S 0.0 0.0 0:00.19 migrati+ + 25 root 20 0 0 0 0 S 0.0 0.0 0:09.21 ksoftir+ + 27 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 28 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 + 29 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 30 root rt 0 0 0 0 S 0.0 0.0 0:00.19 migrati+ + 31 root 20 0 0 0 0 S 0.0 0.0 0:00.25 ksoftir+ + 33 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 34 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 + 35 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 36 root rt 0 0 0 0 S 0.0 0.0 0:00.19 migrati+ + 37 root 20 0 0 0 0 S 0.0 0.0 0:00.16 ksoftir+ + 39 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 40 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 + 41 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 42 root rt 0 0 0 0 S 0.0 0.0 0:00.13 migrati+ + 43 root 20 0 0 0 0 S 0.0 0.0 0:00.16 ksoftir+ + 45 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 46 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 + 47 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 48 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ + 49 root 20 0 0 0 0 S 0.0 0.0 0:00.13 ksoftir+ + 51 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 52 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 + 53 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 54 root rt 0 0 0 0 S 0.0 0.0 0:00.15 migrati+ + 55 root 20 0 0 0 0 S 0.0 0.0 0:07.77 ksoftir+ + 57 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 58 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 + 59 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 60 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ + 61 root 20 0 0 0 0 S 0.0 0.0 0:00.10 ksoftir+ + 63 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 64 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ + 65 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 66 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ 67 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ 68 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd - 69 root 20 0 0 0 0 S 0.0 0.0 0:00.01 khungta+ - 71 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ - 72 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 73 root 20 0 0 0 0 S 0.0 0.0 0:00.77 kcompac+ - 74 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd - 75 root 39 19 0 0 0 S 0.0 0.0 0:00.12 khugepa+ - 76 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.04 khungta+ + 70 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ + 73 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 74 root 20 0 0 0 0 S 0.0 0.0 0:01.05 kcompac+ + 75 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd + 76 root 39 19 0 0 0 S 0.0 0.0 0:00.28 khugepa+ 77 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 78 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 80 root -51 0 0 0 0 S 0.0 0.0 0:00.19 irq/9-a+ - 82 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 79 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 80 root -51 0 0 0 0 S 0.0 0.0 0:00.51 irq/9-a+ 83 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 84 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 85 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 88 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ - 90 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 - 94 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ - 95 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 88 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 89 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 90 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ + 91 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 92 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 + 93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ 96 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 97 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 99 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 100 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 115 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 116 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ - 144 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 148 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ - 159 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ - 162 root 0 -20 0 0 0 I 0.0 0.0 0:00.36 kworker+ - 169 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 173 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ - 188 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 189 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 190 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 191 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 192 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 193 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 194 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 195 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 196 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 197 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 198 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 199 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 227 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 228 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 236 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 237 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 238 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 263 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 264 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 265 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 298 root 20 0 0 0 0 S 0.0 0.0 0:01.04 jbd2/dm+ - 299 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 346 root 20 0 106972 69608 68000 S 0.0 0.2 0:01.13 systemd+ - 367 root 20 0 77296 22300 9124 S 0.0 0.1 0:01.54 dmeventd - 389 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ - 390 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ - 391 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ - 392 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ - 396 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 397 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 398 root 20 0 36952 10696 7988 S 0.0 0.0 0:00.47 systemd+ - 399 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ - 400 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 401 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 181 root 20 0 0 0 0 I 0.0 0.0 0:29.40 kworker+ + 191 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 192 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 193 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 194 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 195 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 196 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 197 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 198 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 199 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 200 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 201 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 202 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 222 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 223 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 231 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 232 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 233 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 256 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 257 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 258 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 289 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 292 root 20 0 0 0 0 S 0.0 0.0 0:01.37 jbd2/dm+ + 293 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 340 root 20 0 59748 36512 34920 S 0.0 0.1 0:01.92 systemd+ + 352 root 0 -20 0 0 0 I 0.0 0.0 0:00.31 kworker+ + 357 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 359 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 360 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 361 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 364 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 385 root 20 0 77296 22300 9124 S 0.0 0.1 0:02.58 dmeventd + 388 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 391 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ + 392 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ + 393 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ + 394 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ + 398 root 20 0 37240 10880 8148 S 0.0 0.0 0:00.55 systemd+ + 399 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 400 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 401 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ 402 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 403 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ - 404 root 20 0 0 0 0 S 0.0 0.0 0:00.44 arc_evi+ - 405 root 39 19 0 0 0 S 0.0 0.0 0:00.45 arc_reap - 406 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ - 407 root 39 19 0 0 0 S 0.0 0.0 0:00.44 dbuf_ev+ - 408 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ - 409 root 20 0 0 0 0 S 0.0 0.0 0:00.37 l2arc_f+ - 415 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 505 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/36-+ - 509 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 519 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 403 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 404 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 405 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ + 406 root 20 0 0 0 0 S 0.0 0.0 0:00.69 arc_evi+ + 407 root 39 19 0 0 0 S 0.0 0.0 0:00.74 arc_reap + 408 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ + 409 root 39 19 0 0 0 S 0.0 0.0 0:00.67 dbuf_ev+ + 410 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ + 411 root 20 0 0 0 0 S 0.0 0.0 0:00.53 l2arc_f+ + 416 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 488 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/36-+ + 514 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 520 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ 521 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ 522 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ - 523 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ - 605 _rpc 20 0 6568 3852 3444 S 0.0 0.0 0:00.03 rpcbind - 606 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 607 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 610 root 20 0 5256 1596 1376 S 0.0 0.0 0:00.00 blkmapd - 713 message+ 20 0 8612 5260 4280 S 0.0 0.0 0:02.38 dbus-da+ - 720 root 20 0 276136 3496 3208 S 0.0 0.0 0:00.00 pve-lxc+ - 723 root 20 0 765312 8508 7116 S 0.0 0.0 0:10.12 rrdcach+ - 726 root 20 0 19108 9272 7948 S 0.0 0.0 0:00.43 systemd+ - 735 root 20 0 7216 2268 1920 S 0.0 0.0 0:00.36 ksmtuned - 770 root 20 0 5748 2328 2108 S 0.0 0.0 0:00.03 qmeventd - 771 root 20 0 1553632 113464 26676 S 0.0 0.3 13:39.62 tailsca+ - 773 root 20 0 2432 1628 1528 S 0.0 0.0 0:01.02 watchdo+ - 776 root 20 0 104404 6372 5224 S 0.0 0.0 0:00.00 zed - 779 root 20 0 159064 2560 2196 S 0.0 0.0 0:00.00 lxcfs - 858 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 937 root 20 0 5984 3532 2688 S 0.0 0.0 0:00.25 dhclient - 1047 beszel 20 0 2157520 16672 10476 S 0.0 0.1 0:05.42 beszel-+ - 1048 root 20 0 5520 2764 2512 S 0.0 0.0 0:00.00 lxc-mon+ - 1054 root 20 0 6364 4124 3684 S 0.0 0.0 0:00.04 ser2net - 1057 root 20 0 340044 33012 15596 S 0.0 0.1 0:05.75 tuned - 1066 root 20 0 8168 2676 2444 S 0.0 0.0 0:00.00 agetty - 1071 root 20 0 11776 7988 6756 S 0.0 0.0 0:00.09 sshd - 1283 root 20 0 43984 4884 4244 S 0.0 0.0 0:00.11 master - 1285 postfix 20 0 44524 7600 6908 S 0.0 0.0 0:00.01 qmgr - 1296 root 20 0 6864 2916 2664 S 0.0 0.0 0:00.06 cron - 1666 polkitd 20 0 306704 8252 7160 S 0.0 0.0 0:00.78 polkitd - 1716 root 20 0 170768 133300 29688 S 0.0 0.4 1:09.63 pve-fir+ - 1723 root 20 0 185488 143864 31704 S 0.0 0.4 5:17.34 pvestatd - 1741 root 20 0 219492 178296 31988 S 0.0 0.5 0:01.37 pvedaem+ - 1757 www-data 20 0 220752 179436 31956 S 0.0 0.5 0:01.43 pveproxy - 1767 www-data 20 0 92504 68856 16952 S 0.0 0.2 0:00.73 spicepr+ - 1782 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 1788 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ - 1871 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 1964 root 20 0 2808436 574292 11748 S 0.0 1.8 9:39.32 kvm - 2029 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 2050 root 20 0 2770900 395328 13608 S 0.0 1.2 10:26.35 kvm - 2117 root 20 0 0 0 0 S 0.0 0.0 0:00.02 kvm-pit+ - 2178 root 20 0 2856680 921052 11192 S 0.0 2.8 14:03.15 kvm - 2247 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 2480 root 20 0 9071664 4.4g 11380 S 0.0 13.9 48:27.67 kvm - 2552 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 2681 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 2770 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 2820 root 20 0 201204 153180 32100 S 0.0 0.5 0:03.61 pvesche+ - 4120 root 20 0 4814692 695244 11320 S 0.0 2.1 8:49.18 kvm - 4232 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 47479 root 20 0 10124 6248 4796 S 0.0 0.0 0:00.02 smartd - 47895 _chrony 20 0 19940 5720 4948 S 0.0 0.0 0:00.09 chronyd - 47899 _chrony 20 0 11612 2284 1652 S 0.0 0.0 0:00.00 chronyd - 48379 root rt 0 226020 160568 51588 S 0.0 0.5 1:51.43 corosync - 48458 root 20 0 576380 68388 50020 S 0.0 0.2 0:22.37 pmxcfs - 48537 root 20 0 79620 2352 2140 S 0.0 0.0 0:02.45 pvefw-l+ - 48772 root 20 0 13584 5448 4584 S 0.0 0.0 0:01.49 proxmox+ - 48812 root 20 0 204556 122428 5204 S 0.0 0.4 0:02.73 pve-ha-+ - 48841 root 20 0 205200 123132 5264 S 0.0 0.4 0:01.96 pve-ha-+ - 54658 root 20 0 266136 198332 13504 S 0.0 0.6 0:20.13 pvedaem+ - 54669 www-data 20 0 92736 56004 3948 S 0.0 0.2 0:00.63 spicepr+ - 66586 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 71459 root 20 0 0 0 0 I 0.0 0.0 0:00.89 kworker+ - 78164 root 20 0 0 0 0 I 0.0 0.0 0:06.19 kworker+ - 82759 root 20 0 0 0 0 I 0.0 0.0 0:00.73 kworker+ - 87913 root 20 0 2931084 1.1g 13832 S 0.0 3.4 6:50.36 kvm - 88000 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 91700 root 20 0 228624 157176 8904 S 0.0 0.5 0:01.82 pvedaem+ - 92047 root 20 0 4961964 710160 13776 S 0.0 2.2 3:34.13 kvm - 92114 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 98849 www-data 20 0 259092 192344 13564 S 0.0 0.6 0:07.30 pveprox+ - 103022 www-data 20 0 252276 185556 13536 S 0.0 0.6 0:05.96 pveprox+ - 104412 www-data 20 0 257928 190752 13148 S 0.0 0.6 0:03.96 pveprox+ - 105381 root 20 0 0 0 0 I 0.0 0.0 0:00.61 kworker+ - 108567 root 20 0 228356 156124 8332 S 0.0 0.5 0:00.36 pvedaem+ - 109877 root 20 0 0 0 0 I 0.0 0.0 0:02.17 kworker+ - 117879 root 20 0 0 0 0 I 0.0 0.0 0:00.40 kworker+ - 121927 root 20 0 0 0 0 I 0.0 0.0 0:01.72 kworker+ - 123691 root 20 0 0 0 0 I 0.0 0.0 0:00.33 kworker+ - 127909 root 20 0 0 0 0 I 0.0 0.0 0:01.62 kworker+ - 130051 root 20 0 0 0 0 I 0.0 0.0 0:01.33 kworker+ - 135813 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ - 140056 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+ - 140512 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+ - 141409 root 20 0 0 0 0 I 0.0 0.0 0:00.45 kworker+ - 142684 postfix 20 0 44472 7804 7040 S 0.0 0.0 0:00.00 pickup - 144653 root 20 0 0 0 0 I 0.0 0.0 0:00.19 kworker+ - 145395 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 145534 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ - 146407 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 147058 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ - 148521 root 20 0 0 0 0 I 0.0 0.0 0:00.22 kworker+ - 148813 root 20 0 0 0 0 I 0.0 0.0 0:00.17 kworker+ - 149874 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 150343 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 150357 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 151236 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ - 152133 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 152139 root 20 0 22396 12772 10224 S 0.0 0.0 0:00.17 systemd - 152141 root 20 0 24404 3776 1980 S 0.0 0.0 0:00.00 (sd-pam) - 152146 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 152177 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 152193 root 20 0 19652 11712 9940 S 0.0 0.0 0:00.00 sshd-se+ - 152194 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 152215 root 20 0 19908 7436 5388 S 0.0 0.0 0:00.00 sshd-se+ - 152217 root 20 0 7344 3772 3220 S 0.0 0.0 0:00.45 bash - 153025 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ - 155938 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 156880 root 20 0 5580 2184 2076 S 0.0 0.0 0:00.00 sleep - 157091 root 20 0 7344 2312 1760 S 0.0 0.0 0:00.00 bash - 157092 root 20 0 5588 2156 2040 S 0.0 0.0 0:00.00 head - 157093 root 20 0 10424 5356 3272 R 0.0 0.0 0:00.00 top + 599 _rpc 20 0 6568 3932 3516 S 0.0 0.0 0:00.06 rpcbind + 600 root 20 0 79620 2612 2404 S 0.0 0.0 0:05.57 pvefw-l+ + 603 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 604 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 607 root 20 0 5264 1600 1376 S 0.0 0.0 0:00.00 blkmapd + 708 _chrony 20 0 19940 5708 4940 S 0.0 0.0 0:00.14 chronyd + 709 message+ 20 0 8612 5396 4404 S 0.0 0.0 0:04.53 dbus-da+ + 718 root 20 0 276136 3576 3284 S 0.0 0.0 0:00.00 pve-lxc+ + 721 root 20 0 839044 8524 6988 S 0.0 0.0 0:10.95 rrdcach+ + 722 root 20 0 7216 2252 1904 S 0.0 0.0 0:01.03 ksmtuned + 737 root 20 0 10124 6264 4816 S 0.0 0.0 0:00.05 smartd + 738 root 20 0 19108 9232 7880 S 0.0 0.0 0:00.54 systemd+ + 745 root 20 0 5748 2344 2112 S 0.0 0.0 0:00.06 qmeventd + 767 root 20 0 1421328 61960 26608 S 0.0 0.2 2:57.81 tailsca+ + 771 root 20 0 2432 1580 1484 S 0.0 0.0 0:01.70 watchdo+ + 774 root 20 0 104420 6356 5204 S 0.0 0.0 0:00.00 zed + 776 root 20 0 159036 2544 2176 S 0.0 0.0 0:00.00 lxcfs + 804 _chrony 20 0 11612 2248 1616 S 0.0 0.0 0:00.00 chronyd + 866 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 931 root 20 0 5984 3580 2740 S 0.0 0.0 0:00.48 dhclient + 1038 beszel 20 0 2157520 16716 10500 S 0.0 0.1 0:09.65 beszel-+ + 1039 root 20 0 5520 2624 2372 S 0.0 0.0 0:00.00 lxc-mon+ + 1047 root 20 0 6364 4032 3580 S 0.0 0.0 0:00.06 ser2net + 1050 root 20 0 266312 32780 15576 S 0.0 0.1 0:09.14 tuned + 1057 root 20 0 8168 2760 2524 S 0.0 0.0 0:00.00 agetty + 1059 root 20 0 11776 7980 6752 S 0.0 0.0 0:00.18 sshd + 1084 root 20 0 739472 69640 56340 S 0.0 0.2 1:14.62 pmxcfs + 1151 root rt 0 226084 160632 51588 S 0.0 0.5 7:44.15 corosync + 1154 root 20 0 6864 2908 2652 S 0.0 0.0 0:00.12 cron + 1155 root 20 0 13584 6100 5148 S 0.0 0.0 0:04.56 proxmox+ + 1227 root 20 0 43984 4680 4044 S 0.0 0.0 0:00.18 master + 1235 postfix 20 0 44524 7628 6932 S 0.0 0.0 0:00.03 qmgr + 1241 polkitd 20 0 306704 8280 7152 S 0.0 0.0 0:01.25 polkitd + 1332 root 20 0 186436 112972 7464 S 0.0 0.3 2:45.27 pve-fir+ + 1344 root 20 0 202392 133012 13752 S 0.0 0.4 13:10.96 pvestatd + 1362 root 20 0 230084 153624 3364 S 0.0 0.5 0:00.75 pvedaem+ + 1372 root 20 0 214180 125828 5588 S 0.0 0.4 0:05.11 pve-ha-+ + 1375 www-data 20 0 231256 154964 3472 S 0.0 0.5 0:00.80 pveproxy + 1389 www-data 20 0 99312 55444 3384 S 0.0 0.2 0:00.69 spicepr+ + 1390 www-data 20 0 99444 56236 4012 S 0.0 0.2 0:01.76 spicepr+ + 1392 root 20 0 213184 124840 5556 S 0.0 0.4 0:08.18 pve-ha-+ + 1412 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1418 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ + 2388 root 20 0 2953216 487748 11532 S 0.0 1.5 28:51.27 kvm + 2445 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 2457 root 20 0 5082712 803436 11500 S 0.0 2.5 9:45.23 kvm + 2527 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 2560 root 20 0 209808 126492 3380 S 0.0 0.4 0:08.14 pvesche+ + 137026 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 137027 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 137028 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 137029 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 137267 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 148662 root 20 0 2749720 1.1g 11528 S 0.0 3.6 23:03.28 kvm + 148746 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 148819 root 20 0 9697004 4.4g 13608 S 0.0 14.2 51:58.63 kvm + 148888 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 149024 root 20 0 6359716 3.1g 13840 S 0.0 9.9 16:53.14 kvm + 149077 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 149174 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 149214 root 20 0 2769412 578148 11864 S 0.0 1.8 7:59.41 kvm + 149277 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 149467 root 20 0 2769912 743420 11616 S 0.0 2.3 5:56.80 kvm + 149520 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 149583 root 20 0 2863396 990.1m 11324 S 0.0 3.1 14:37.68 kvm + 149652 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 150532 root 20 0 0 0 0 I 0.0 0.0 0:16.81 kworker+ + 190618 root 20 0 0 0 0 I 0.0 0.0 0:15.56 kworker+ + 212290 root 20 0 2900136 1.2g 11648 S 0.0 3.7 9:45.14 kvm + 212359 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 254006 root 20 0 0 0 0 I 0.0 0.0 0:05.86 kworker+ + 265869 root 20 0 0 0 0 I 0.0 0.0 0:05.29 kworker+ + 279069 root 20 0 239096 161280 9184 S 0.0 0.5 0:04.83 pvedaem+ + 293593 root 20 0 0 0 0 I 0.0 0.0 0:04.18 kworker+ + 293938 root 20 0 238968 161108 9112 S 0.0 0.5 0:05.14 pvedaem+ + 294210 root 20 0 238676 160708 8860 S 0.0 0.5 0:04.93 pvedaem+ + 308038 www-data 20 0 291264 221956 18628 S 0.0 0.7 0:04.26 pveprox+ + 310103 www-data 20 0 268028 193996 12860 S 0.0 0.6 0:02.68 pveprox+ + 310255 root 20 0 0 0 0 I 0.0 0.0 0:02.93 kworker+ + 336275 root 20 0 0 0 0 I 0.0 0.0 0:00.42 kworker+ + 336440 www-data 20 0 267828 192592 11668 S 0.0 0.6 0:01.16 pveprox+ + 343341 root 20 0 0 0 0 I 0.0 0.0 0:00.41 kworker+ + 348684 root 20 0 0 0 0 I 0.0 0.0 0:01.15 kworker+ + 354110 postfix 20 0 44472 7768 7024 S 0.0 0.0 0:00.00 pickup + 359924 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+ + 360556 root 20 0 0 0 0 I 0.0 0.0 0:00.75 kworker+ + 360908 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+ + 362704 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+ + 362932 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 363715 root 20 0 0 0 0 I 0.0 0.0 0:00.19 kworker+ + 367988 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 369231 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 369824 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 370678 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ + 370774 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 371926 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 372022 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 375267 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 375609 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 375815 root 20 0 22356 12700 10192 S 0.0 0.0 0:00.16 systemd + 375816 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 375818 root 20 0 24404 3812 2012 S 0.0 0.0 0:00.00 (sd-pam) + 375823 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 375863 root 20 0 19652 11676 9904 S 0.0 0.0 0:00.00 sshd-se+ + 375870 root 20 0 19908 7436 5388 S 0.0 0.0 0:00.00 sshd-se+ + 375871 root 20 0 7328 3856 3312 S 0.0 0.0 0:00.41 bash + 378422 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 378637 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 378769 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 378964 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 380347 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 380479 root 20 0 5580 2072 1956 S 0.0 0.0 0:00.00 sleep + 380636 root 20 0 7328 2472 1928 S 0.0 0.0 0:00.00 bash + 380637 root 20 0 5588 2092 1972 S 0.0 0.0 0:00.00 head + 380638 root 20 0 10424 5452 3364 R 0.0 0.0 0:00.00 top --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -16496,8 +15303,8 @@ no pools available --- arcstat 1 2 $ arcstat 1 2 time read ddread ddh% dmread dmh% pread ph% size c avail -16:30:48 0 0 0 0 0 0 0 1.9K 1000M 12.6G -16:30:49 0 0 0 0 0 0 0 1.9K 1000M 12.6G +21:55:45 0 0 0 0 0 0 0 1.9K 1000M 10.0G +21:55:46 0 0 0 0 0 0 0 1.9K 1000M 10.0G --- /proc/net/dev delta (1s) $ awk '{print $1}' /proc/net/dev @@ -16514,6 +15321,26 @@ nic1: tailscale0: vmbr0: datanet: +tap114i0: +fwbr114i0: +fwpr114p0: +fwln114i0: +tap117i0: +fwbr117i0: +fwpr117p0: +fwln117i0: +tap109i0: +fwbr109i0: +fwpr109p0: +fwln109i0: +tap108i0: +fwbr108i0: +fwpr108p0: +fwln108i0: +tap106i0: +fwbr106i0: +fwpr106p0: +fwln106i0: tap100i0: tap101i0: fwbr101i0: @@ -16527,146 +15354,102 @@ tap104i0: fwbr104i0: fwpr104p0: fwln104i0: -tap108i0: -fwbr108i0: -fwpr108p0: -fwln108i0: -tap114i0: -fwbr114i0: -fwpr114p0: -fwln114i0: -tap117i0: -fwbr117i0: -fwpr117p0: -fwln117i0: -tap107i0: -fwbr107i0: -fwpr107p0: -fwln107i0: -tap107i1: -fwbr107i1: -fwpr107p1: -fwln107i1: -tap109i0: -fwbr109i0: -fwpr109p0: -fwln109i0: tap105i0: fwbr105i0: fwpr105p0: fwln105i0: -tap106i0: -fwbr106i0: -fwpr106p0: -fwln106i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 15206501 111503 0 0 0 0 0 0 15206501 111503 0 0 0 0 0 0 - nic0: 58899360413 45983473 0 1047 0 0 0 666929 1178755267 5347091 0 0 0 0 0 0 - nic1: 8837710593 15117572 0 870 0 0 0 0 57029554523 39956546 0 31 0 0 0 0 -tailscale0: 52401631852 5638592 0 0 0 0 0 0 293827555 3628800 0 0 0 0 0 0 - vmbr0: 56293735146 6915449 0 0 0 0 0 586480 628444732 3742912 0 0 0 0 0 0 -datanet: 8824530141 15104192 0 0 0 0 0 22186 54650471507 3924882 0 0 0 0 0 0 -tap100i0: 30601484 181358 0 0 0 0 0 0 224198244 1229184 0 0 0 0 0 0 -tap101i0: 12559577 64005 0 0 0 0 0 0 119170100 991026 0 2334 0 0 0 0 -fwbr101i0: 76453430 883960 0 1025 0 0 0 570397 0 0 0 0 0 0 0 0 -fwpr101p0: 12559577 64005 0 0 0 0 0 0 119428034 993393 0 15563 0 0 0 0 -fwln101i0: 119428034 993393 0 15563 0 0 0 0 12559577 64005 0 0 0 0 0 0 -tap103i0: 1326506 9333 0 0 0 0 0 0 90136268 889176 0 6981 0 0 0 0 -fwbr103i0: 76439251 883838 0 1025 0 0 0 570333 0 0 0 0 0 0 0 0 -fwpr103p0: 1326506 9333 0 0 0 0 0 0 90857342 896190 0 15542 0 0 0 0 -fwln103i0: 90857342 896190 0 15542 0 0 0 0 1326506 9333 0 0 0 0 0 0 -tap104i0: 26630611 132060 0 0 0 0 0 0 138881056 1072095 0 5421 0 0 0 0 -fwbr104i0: 76423395 883663 0 1024 0 0 0 570220 0 0 0 0 0 0 0 0 -fwpr104p0: 26630611 132060 0 0 0 0 0 0 139452003 1077549 0 15546 0 0 0 0 -fwln104i0: 139452003 1077549 0 15546 0 0 0 0 26630611 132060 0 0 0 0 0 0 -tap108i0: 22441027 108935 0 0 0 0 0 0 131169886 1028424 0 7939 0 0 0 0 -fwbr108i0: 76377218 883192 0 1024 0 0 0 569931 0 0 0 0 0 0 0 0 -fwpr108p0: 22441027 108935 0 0 0 0 0 0 131999123 1035753 0 15563 0 0 0 0 -fwln108i0: 131999123 1035753 0 15563 0 0 0 0 22441027 108935 0 0 0 0 0 0 -tap114i0: 0 0 0 0 0 0 0 0 60 1 0 884980 0 0 0 0 -fwbr114i0: 76342916 882835 0 1024 0 0 0 569656 0 0 0 0 0 0 0 0 -fwpr114p0: 0 0 0 0 0 0 0 0 89217290 886012 0 15538 0 0 0 0 -fwln114i0: 89217290 886012 0 15538 0 0 0 0 0 0 0 0 0 0 0 0 -tap117i0: 1277014 7818 0 0 0 0 0 0 89732660 888182 0 4758 0 0 0 0 -fwbr117i0: 76323921 882679 0 1024 0 0 0 569560 0 0 0 0 0 0 0 0 -fwpr117p0: 1277014 7818 0 0 0 0 0 0 90226376 892973 0 15538 0 0 0 0 -fwln117i0: 90226376 892973 0 15538 0 0 0 0 1277014 7818 0 0 0 0 0 0 -tap107i0: 12944207 64141 0 0 0 0 0 0 118159031 982665 0 314 0 0 0 0 -fwbr107i0: 75466593 873639 0 1011 0 0 0 563402 0 0 0 0 0 0 0 0 -fwpr107p0: 12944207 64141 0 0 0 0 0 0 118201371 982979 0 15565 0 0 0 0 -fwln107i0: 118201371 982979 0 15565 0 0 0 0 12944207 64141 0 0 0 0 0 0 -tap107i1: 0 0 0 0 0 0 0 0 60 1 0 22899 0 0 0 0 -fwbr107i1: 1893977 23309 0 0 0 0 0 21965 0 0 0 0 0 0 0 0 -fwpr107p1: 0 0 0 0 0 0 0 0 2276985 23947 0 0 0 0 0 0 -fwln107i1: 2276985 23947 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -tap109i0: 400012414 890826 0 0 0 0 0 0 408878576 1326550 0 544 0 0 0 0 -fwbr109i0: 43912531 517627 0 594 0 0 0 327561 0 0 0 0 0 0 0 0 -fwpr109p0: 400012414 890826 0 0 0 0 0 0 408926197 1327094 0 11129 0 0 0 0 -fwln109i0: 408926197 1327094 0 11129 0 0 0 0 400012414 890826 0 0 0 0 0 0 -tap105i0: 47254007 141121 0 0 0 0 0 0 164793379 542349 0 2275 0 0 0 0 -fwbr105i0: 31494400 375999 0 426 0 0 0 235423 0 0 0 0 0 0 0 0 -fwpr105p0: 47254007 141121 0 0 0 0 0 0 165025377 544624 0 8778 0 0 0 0 -fwln105i0: 165025377 544624 0 8778 0 0 0 0 47254007 141121 0 0 0 0 0 0 -tap106i0: 4712378 25399 0 0 0 0 0 0 46798536 394565 0 0 0 0 0 0 -fwbr106i0: 29201231 349502 0 399 0 0 0 217847 0 0 0 0 0 0 0 0 -fwpr106p0: 4712378 25399 0 0 0 0 0 0 46798536 394565 0 8099 0 0 0 0 -fwln106i0: 46798536 394565 0 8099 0 0 0 0 4712378 25399 0 0 0 0 0 0 + lo: 23731027 98138 0 0 0 0 0 0 23731027 98138 0 0 0 0 0 0 + nic0: 2931228160 10002855 0 2559 0 0 0 1748161 5904871020 8706458 0 0 0 0 0 0 + nic1: 56486331937 46834192 0 2558 0 0 0 0 27355275814 36149590 0 33 0 0 0 0 +tailscale0: 85775418 491876 0 0 0 0 0 0 4375130677 262195 0 0 0 0 0 0 + vmbr0: 452198504 3050970 0 0 0 0 0 1493777 4736690620 585785 0 0 0 0 0 0 +datanet: 56485965871 46830731 0 5 0 0 0 64787 26792958474 27672982 0 0 0 0 0 0 +tap114i0: 0 0 0 0 0 0 0 0 86 1 0 2200559 0 0 0 0 +fwbr114i0: 204249593 2198081 0 3028 0 0 0 1489982 0 0 0 0 0 0 0 0 +fwpr114p0: 0 0 0 0 0 0 0 0 235815093 2203141 0 0 0 0 0 0 +fwln114i0: 235815093 2203141 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +tap117i0: 5130863 27104 0 0 0 0 0 0 238065300 2218037 0 6622 0 0 0 0 +fwbr117i0: 204220698 2197809 0 3028 0 0 0 1489802 0 0 0 0 0 0 0 0 +fwpr117p0: 5130863 27104 0 0 0 0 0 0 238943504 2226240 0 0 0 0 0 0 +fwln117i0: 238943504 2226240 0 0 0 0 0 0 5130863 27104 0 0 0 0 0 0 +tap109i0: 391201321 1567398 0 0 0 0 0 0 436002490 2994879 0 1419 0 0 0 0 +fwbr109i0: 125175035 1351015 0 1952 0 0 0 905372 0 0 0 0 0 0 0 0 +fwpr109p0: 391201321 1567398 0 0 0 0 0 0 436152242 2996360 0 0 0 0 0 0 +fwln109i0: 436152242 2996360 0 0 0 0 0 0 391201321 1567398 0 0 0 0 0 0 +tap108i0: 54639815 255644 0 0 0 0 0 0 237782329 1690766 0 71 0 0 0 0 +fwbr108i0: 125132070 1350465 0 1952 0 0 0 905039 0 0 0 0 0 0 0 0 +fwpr108p0: 54639815 255644 0 0 0 0 0 0 237699199 1688682 0 0 0 0 0 0 +fwln108i0: 237699199 1688682 0 0 0 0 0 0 54639815 255644 0 0 0 0 0 0 +tap106i0: 28758472 151927 0 0 0 0 0 0 618323628 1592754 0 604 0 0 0 0 +fwbr106i0: 125100277 1350054 0 1952 0 0 0 904765 0 0 0 0 0 0 0 0 +fwpr106p0: 28758472 151927 0 0 0 0 0 0 618395244 1593419 0 0 0 0 0 0 +fwln106i0: 618395244 1593419 0 0 0 0 0 0 28758472 151927 0 0 0 0 0 0 +tap100i0: 63047584 362343 0 0 0 0 0 0 393492123 2025855 0 1383 0 0 0 0 +tap101i0: 25885926 128831 0 0 0 0 0 0 202876931 1552287 0 6299 0 0 0 0 +fwbr101i0: 125070436 1349638 0 1951 0 0 0 904504 0 0 0 0 0 0 0 0 +fwpr101p0: 25885926 128831 0 0 0 0 0 0 203572168 1558647 0 0 0 0 0 0 +fwln101i0: 203572168 1558647 0 0 0 0 0 0 25885926 128831 0 0 0 0 0 0 +tap103i0: 2810795 21889 0 0 0 0 0 0 151798870 1375937 0 5188 0 0 0 0 +fwbr103i0: 125016872 1349011 0 1951 0 0 0 904123 0 0 0 0 0 0 0 0 +fwpr103p0: 2810795 21889 0 0 0 0 0 0 152384852 1381190 0 0 0 0 0 0 +fwln103i0: 152384852 1381190 0 0 0 0 0 0 2810795 21889 0 0 0 0 0 0 +tap104i0: 67799200 345239 0 0 0 0 0 0 252652760 1800645 0 6583 0 0 0 0 +fwbr104i0: 124993641 1348757 0 1951 0 0 0 903967 0 0 0 0 0 0 0 0 +fwpr104p0: 67799200 345239 0 0 0 0 0 0 253379394 1807292 0 0 0 0 0 0 +fwln104i0: 253379394 1807292 0 0 0 0 0 0 67799200 345239 0 0 0 0 0 0 +tap105i0: 143804591 471375 0 0 0 0 0 0 524171902 1449484 0 2165 0 0 0 0 +fwbr105i0: 84275999 905885 0 1382 0 0 0 605081 0 0 0 0 0 0 0 0 +fwpr105p0: 143804591 471375 0 0 0 0 0 0 524408024 1451710 0 0 0 0 0 0 +fwln105i0: 524408024 1451710 0 0 0 0 0 0 143804591 471375 0 0 0 0 0 0 --- t1 (1s later) --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 15206501 111503 0 0 0 0 0 0 15206501 111503 0 0 0 0 0 0 - nic0: 58899377780 45983562 0 1047 0 0 0 666941 1178767688 5347144 0 0 0 0 0 0 - nic1: 8837722259 15117685 0 870 0 0 0 0 57029682493 39956735 0 31 0 0 0 0 -tailscale0: 52401631852 5638592 0 0 0 0 0 0 293827555 3628800 0 0 0 0 0 0 - vmbr0: 56293736610 6915470 0 0 0 0 0 586490 628445216 3742915 0 0 0 0 0 0 -datanet: 8824541807 15104305 0 0 0 0 0 22187 54650595847 3925016 0 0 0 0 0 0 -tap100i0: 30601832 181361 0 0 0 0 0 0 224200109 1229206 0 0 0 0 0 0 -tap101i0: 12559577 64005 0 0 0 0 0 0 119171388 991044 0 2334 0 0 0 0 -fwbr101i0: 76454466 883978 0 1025 0 0 0 570407 0 0 0 0 0 0 0 0 -fwpr101p0: 12559577 64005 0 0 0 0 0 0 119429322 993411 0 15563 0 0 0 0 -fwln101i0: 119429322 993411 0 15563 0 0 0 0 12559577 64005 0 0 0 0 0 0 -tap103i0: 1326592 9334 0 0 0 0 0 0 90137642 889195 0 6981 0 0 0 0 -fwbr103i0: 76440287 883856 0 1025 0 0 0 570343 0 0 0 0 0 0 0 0 -fwpr103p0: 1326592 9334 0 0 0 0 0 0 90858716 896209 0 15542 0 0 0 0 -fwln103i0: 90858716 896209 0 15542 0 0 0 0 1326592 9334 0 0 0 0 0 0 -tap104i0: 26631015 132063 0 0 0 0 0 0 138882845 1072116 0 5421 0 0 0 0 -fwbr104i0: 76424431 883681 0 1024 0 0 0 570230 0 0 0 0 0 0 0 0 -fwpr104p0: 26631015 132063 0 0 0 0 0 0 139453792 1077570 0 15546 0 0 0 0 -fwln104i0: 139453792 1077570 0 15546 0 0 0 0 26631015 132063 0 0 0 0 0 0 -tap108i0: 22444465 108945 0 0 0 0 0 0 131181234 1028469 0 7939 0 0 0 0 -fwbr108i0: 76378254 883210 0 1024 0 0 0 569941 0 0 0 0 0 0 0 0 -fwpr108p0: 22444465 108945 0 0 0 0 0 0 132010471 1035798 0 15563 0 0 0 0 -fwln108i0: 132010471 1035798 0 15563 0 0 0 0 22444465 108945 0 0 0 0 0 0 -tap114i0: 0 0 0 0 0 0 0 0 60 1 0 884998 0 0 0 0 -fwbr114i0: 76343952 882853 0 1024 0 0 0 569666 0 0 0 0 0 0 0 0 -fwpr114p0: 0 0 0 0 0 0 0 0 89218578 886030 0 15538 0 0 0 0 -fwln114i0: 89218578 886030 0 15538 0 0 0 0 0 0 0 0 0 0 0 0 -tap117i0: 1277014 7818 0 0 0 0 0 0 89733948 888200 0 4758 0 0 0 0 -fwbr117i0: 76324957 882697 0 1024 0 0 0 569570 0 0 0 0 0 0 0 0 -fwpr117p0: 1277014 7818 0 0 0 0 0 0 90227664 892991 0 15538 0 0 0 0 -fwln117i0: 90227664 892991 0 15538 0 0 0 0 1277014 7818 0 0 0 0 0 0 -tap107i0: 12944207 64141 0 0 0 0 0 0 118160319 982683 0 314 0 0 0 0 -fwbr107i0: 75467629 873657 0 1011 0 0 0 563412 0 0 0 0 0 0 0 0 -fwpr107p0: 12944207 64141 0 0 0 0 0 0 118202659 982997 0 15565 0 0 0 0 -fwln107i0: 118202659 982997 0 15565 0 0 0 0 12944207 64141 0 0 0 0 0 0 -tap107i1: 0 0 0 0 0 0 0 0 60 1 0 22900 0 0 0 0 -fwbr107i1: 1894023 23310 0 0 0 0 0 21966 0 0 0 0 0 0 0 0 -fwpr107p1: 0 0 0 0 0 0 0 0 2277045 23948 0 0 0 0 0 0 -fwln107i1: 2277045 23948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -tap109i0: 400019637 890857 0 0 0 0 0 0 408883640 1326598 0 544 0 0 0 0 -fwbr109i0: 43913567 517645 0 594 0 0 0 327571 0 0 0 0 0 0 0 0 -fwpr109p0: 400019637 890857 0 0 0 0 0 0 408931261 1327142 0 11129 0 0 0 0 -fwln109i0: 408931261 1327142 0 11129 0 0 0 0 400019637 890857 0 0 0 0 0 0 -tap105i0: 47254093 141122 0 0 0 0 0 0 164794745 542368 0 2275 0 0 0 0 -fwbr105i0: 31495436 376017 0 426 0 0 0 235433 0 0 0 0 0 0 0 0 -fwpr105p0: 47254093 141122 0 0 0 0 0 0 165026743 544643 0 8778 0 0 0 0 -fwln105i0: 165026743 544643 0 8778 0 0 0 0 47254093 141122 0 0 0 0 0 0 -tap106i0: 4712464 25400 0 0 0 0 0 0 46799937 394584 0 0 0 0 0 0 -fwbr106i0: 29202267 349520 0 399 0 0 0 217857 0 0 0 0 0 0 0 0 -fwpr106p0: 4712464 25400 0 0 0 0 0 0 46799937 394584 0 8099 0 0 0 0 -fwln106i0: 46799937 394584 0 8099 0 0 0 0 4712464 25400 0 0 0 0 0 0 + lo: 23731027 98138 0 0 0 0 0 0 23731027 98138 0 0 0 0 0 0 + nic0: 2931256368 10002984 0 2559 0 0 0 1748188 5904886786 8706522 0 0 0 0 0 0 + nic1: 56486334463 46834223 0 2558 0 0 0 0 27355289494 36149602 0 33 0 0 0 0 +tailscale0: 85775418 491876 0 0 0 0 0 0 4375130677 262195 0 0 0 0 0 0 + vmbr0: 452201372 3050998 0 0 0 0 0 1493799 4736690938 585787 0 0 0 0 0 0 +datanet: 56485968397 46830762 0 5 0 0 0 64812 26792972154 27672994 0 0 0 0 0 0 +tap114i0: 0 0 0 0 0 0 0 0 86 1 0 2200585 0 0 0 0 +fwbr114i0: 204252171 2198107 0 3028 0 0 0 1490004 0 0 0 0 0 0 0 0 +fwpr114p0: 0 0 0 0 0 0 0 0 235818035 2203167 0 0 0 0 0 0 +fwln114i0: 235818035 2203167 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +tap117i0: 5130949 27105 0 0 0 0 0 0 238068391 2218064 0 6622 0 0 0 0 +fwbr117i0: 204223276 2197835 0 3028 0 0 0 1489824 0 0 0 0 0 0 0 0 +fwpr117p0: 5130949 27105 0 0 0 0 0 0 238946595 2226267 0 0 0 0 0 0 +fwln117i0: 238946595 2226267 0 0 0 0 0 0 5130949 27105 0 0 0 0 0 0 +tap109i0: 391211218 1567440 0 0 0 0 0 0 436011176 2994945 0 1419 0 0 0 0 +fwbr109i0: 125177613 1351041 0 1952 0 0 0 905394 0 0 0 0 0 0 0 0 +fwpr109p0: 391211218 1567440 0 0 0 0 0 0 436160928 2996426 0 0 0 0 0 0 +fwln109i0: 436160928 2996426 0 0 0 0 0 0 391211218 1567440 0 0 0 0 0 0 +tap108i0: 54643023 255654 0 0 0 0 0 0 237794741 1690818 0 71 0 0 0 0 +fwbr108i0: 125134648 1350491 0 1952 0 0 0 905061 0 0 0 0 0 0 0 0 +fwpr108p0: 54643023 255654 0 0 0 0 0 0 237711611 1688734 0 0 0 0 0 0 +fwln108i0: 237711611 1688734 0 0 0 0 0 0 54643023 255654 0 0 0 0 0 0 +tap106i0: 28758644 151929 0 0 0 0 0 0 618326742 1592782 0 604 0 0 0 0 +fwbr106i0: 125102855 1350080 0 1952 0 0 0 904787 0 0 0 0 0 0 0 0 +fwpr106p0: 28758644 151929 0 0 0 0 0 0 618398358 1593447 0 0 0 0 0 0 +fwln106i0: 618398358 1593447 0 0 0 0 0 0 28758644 151929 0 0 0 0 0 0 +tap100i0: 63047630 362344 0 0 0 0 0 0 393495277 2025882 0 1383 0 0 0 0 +tap101i0: 25886012 128832 0 0 0 0 0 0 202881115 1552317 0 6299 0 0 0 0 +fwbr101i0: 125073014 1349664 0 1951 0 0 0 904526 0 0 0 0 0 0 0 0 +fwpr101p0: 25886012 128832 0 0 0 0 0 0 203576352 1558677 0 0 0 0 0 0 +fwln101i0: 203576352 1558677 0 0 0 0 0 0 25886012 128832 0 0 0 0 0 0 +tap103i0: 2810795 21889 0 0 0 0 0 0 151801812 1375963 0 5188 0 0 0 0 +fwbr103i0: 125019450 1349037 0 1951 0 0 0 904145 0 0 0 0 0 0 0 0 +fwpr103p0: 2810795 21889 0 0 0 0 0 0 152387794 1381216 0 0 0 0 0 0 +fwln103i0: 152387794 1381216 0 0 0 0 0 0 2810795 21889 0 0 0 0 0 0 +tap104i0: 67800706 345243 0 0 0 0 0 0 252663120 1800692 0 6583 0 0 0 0 +fwbr104i0: 124996219 1348783 0 1951 0 0 0 903989 0 0 0 0 0 0 0 0 +fwpr104p0: 67800706 345243 0 0 0 0 0 0 253389754 1807339 0 0 0 0 0 0 +fwln104i0: 253389754 1807339 0 0 0 0 0 0 67800706 345243 0 0 0 0 0 0 +tap105i0: 143805290 471377 0 0 0 0 0 0 524175027 1449511 0 2165 0 0 0 0 +fwbr105i0: 84278577 905911 0 1382 0 0 0 605103 0 0 0 0 0 0 0 0 +fwpr105p0: 143805290 471377 0 0 0 0 0 0 524411149 1451737 0 0 0 0 0 0 +fwln105i0: 524411149 1451737 0 0 0 0 0 0 143805290 471377 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -16755,9 +15538,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - Local time: Sun 2026-07-26 16:30:50 CDT - Universal time: Sun 2026-07-26 21:30:50 UTC - RTC time: Sun 2026-07-26 21:30:50 + Local time: Mon 2026-07-27 21:55:47 CDT + Universal time: Tue 2026-07-28 02:55:47 UTC + RTC time: Tue 2026-07-28 02:55:47 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -16765,28 +15548,28 @@ System clock synchronized: yes --- chronyc tracking $ chronyc tracking -Reference ID : 2CBE057B (44.190.5.123) -Stratum : 3 -Ref time (UTC) : Sun Jul 26 21:18:36 2026 -System time : 0.000401489 seconds fast of NTP time -Last offset : -0.000049404 seconds -RMS offset : 0.000367263 seconds -Frequency : 19.600 ppm slow -Residual freq : -0.000 ppm -Skew : 0.115 ppm -Root delay : 0.047080245 seconds -Root dispersion : 0.001945785 seconds -Update interval : 1031.4 seconds +Reference ID : A29FC87B (time.cloudflare.com) +Stratum : 4 +Ref time (UTC) : Tue Jul 28 02:55:29 2026 +System time : 0.000533638 seconds fast of NTP time +Last offset : -0.000023552 seconds +RMS offset : 0.000659764 seconds +Frequency : 6.006 ppm slow +Residual freq : +0.004 ppm +Skew : 0.114 ppm +Root delay : 0.027680647 seconds +Root dispersion : 0.001174472 seconds +Update interval : 1033.5 seconds Leap status : Normal --- chronyc sources $ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== -^+ 216-144-228-179-host.col> 2 10 377 944 +470us[ +421us] +/- 29ms -^+ y.ns.gin.ntt.net 2 10 377 350 +79us[ +79us] +/- 35ms -^- 172-233-189-68.ip.linode> 2 10 377 916 -5295us[-5345us] +/- 85ms -^* 44.190.5.123 2 10 377 733 -2134us[-2183us] +/- 24ms +^+ time-usw5.crimpac.net 2 10 377 723 -1987us[-2031us] +/- 25ms +^+ 216-144-228-179-host.col> 2 10 377 153 -103us[ -130us] +/- 31ms +^* time.cloudflare.com 3 10 377 18 +1210us[+1187us] +/- 16ms +^+ c540ab0ef3.dorkhost.com 2 10 377 844 -1826us[-1874us] +/- 30ms --- ntpq peers $ ntpq -pn @@ -16809,39 +15592,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:51 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:48 2026 *raw -:PREROUTING ACCEPT [29379962:117767404033] -:OUTPUT ACCEPT [11395241:55480832010] +:PREROUTING ACCEPT [56815310:57914671332] +:OUTPUT ACCEPT [22908610:35235944586] COMMIT -# Completed on Sun Jul 26 16:30:51 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:51 2026 +# Completed on Mon Jul 27 21:55:48 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:48 2026 *mangle -:PREROUTING ACCEPT [29380186:117767469405] -:INPUT ACCEPT [26873882:117461158902] +:PREROUTING ACCEPT [56815382:57914687809] +:INPUT ACCEPT [48245791:56852463707] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [11395305:55480847292] -:POSTROUTING ACCEPT [11395305:55480847292] +:OUTPUT ACCEPT [22908638:35235950484] +:POSTROUTING ACCEPT [22908638:35235950484] -A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000 -A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000 COMMIT -# Completed on Sun Jul 26 16:30:51 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:51 2026 +# Completed on Mon Jul 27 21:55:48 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:48 2026 *nat -:PREROUTING ACCEPT [2345449:271716659] -:INPUT ACCEPT [28821:6428922] -:OUTPUT ACCEPT [52345:3426883] -:POSTROUTING ACCEPT [52345:3426883] +:PREROUTING ACCEPT [8083253:955890804] +:INPUT ACCEPT [73155:18286340] +:OUTPUT ACCEPT [156708:10292326] +:POSTROUTING ACCEPT [156708:10292326] :ts-postrouting - [0:0] -A POSTROUTING -j ts-postrouting -A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE COMMIT -# Completed on Sun Jul 26 16:30:51 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:51 2026 +# Completed on Mon Jul 27 21:55:48 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:48 2026 *filter -:INPUT ACCEPT [15352177:9192640987] +:INPUT ACCEPT [47234750:56631001252] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [11395487:55480867237] +:OUTPUT ACCEPT [22908759:35235962380] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -16856,7 +15639,7 @@ COMMIT -A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN -A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP COMMIT -# Completed on Sun Jul 26 16:30:51 2026 +# Completed on Mon Jul 27 21:55:48 2026 --- ipset list (names) $ ipset list -n @@ -16991,9 +15774,9 @@ apparmor module is loaded. wpcom 3 processes have profiles defined. 3 processes are in enforce mode. - /usr/sbin/chronyd (47895) - /usr/sbin/chronyd (47899) - /usr/sbin/dhclient (937) /{,usr/}sbin/dhclient + /usr/sbin/chronyd (708) + /usr/sbin/chronyd (804) + /usr/sbin/dhclient (931) /{,usr/}sbin/dhclient 0 processes are in complain mode. 0 processes are in prompt mode. 0 processes are in kill mode. @@ -17007,30 +15790,30 @@ apparmor module is loaded. --- top 10 memory hogs $ ps -eo pid,user,rss,vsz,pcpu,pmem,comm --sort=-rss | head -n 11 PID USER RSS VSZ %CPU %MEM COMMAND - 2480 root 4564540 9071664 11.1 13.9 kvm - 1808 root 4226500 5040536 14.5 12.8 kvm - 87913 root 1117272 2931084 3.7 3.4 kvm - 66517 root 1080772 2751604 7.7 3.2 kvm - 2178 root 921052 2856680 3.2 2.8 kvm - 92047 root 710160 4961964 2.0 2.1 kvm - 2699 root 699688 4821896 1.8 2.1 kvm - 4120 root 695244 4814692 2.0 2.1 kvm - 1964 root 574292 2808436 2.2 1.7 kvm - 2614 root 502428 2695412 10.7 1.5 kvm + 148819 root 4656060 9697004 6.5 14.2 kvm + 149139 root 4177872 4976832 6.6 12.7 kvm + 149024 root 3257860 6359716 2.1 9.9 kvm + 212290 root 1220248 2900136 1.7 3.7 kvm + 148662 root 1178320 2749720 2.8 3.5 kvm + 149583 root 1013856 2863396 1.8 3.0 kvm + 2457 root 803436 5082712 0.7 2.4 kvm + 149467 root 743420 2769912 0.7 2.2 kvm + 149214 root 578148 2769412 1.0 1.7 kvm + 2388 root 487748 2953216 2.2 1.4 kvm --- top 10 CPU hogs $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 PID USER %CPU %MEM RSS COMMAND - 1808 root 14.5 12.8 4226500 kvm - 2480 root 11.1 13.9 4564540 kvm - 2614 root 10.7 1.5 502428 kvm - 66517 root 7.7 3.2 1080772 kvm - 87913 root 3.7 3.4 1117272 kvm - 2178 root 3.2 2.8 921052 kvm - 771 root 3.1 0.3 113464 tailscaled - 157131 root 2.9 0.0 7784 systemd-timedat - 2050 root 2.4 1.2 395328 kvm - 1964 root 2.2 1.7 574292 kvm + 149139 root 6.6 12.7 4177872 kvm + 148819 root 6.5 14.2 4656060 kvm + 148662 root 2.8 3.5 1178320 kvm + 2388 root 2.2 1.4 487748 kvm + 149024 root 2.1 9.9 3257860 kvm + 380660 root 2.0 0.0 7848 systemd-timedat + 149583 root 1.8 3.0 1013856 kvm + 212290 root 1.7 3.7 1220248 kvm + 1344 root 1.0 0.4 133012 pvestatd + 149214 root 1.0 1.7 578148 kvm --- top file-handle holders $ for pid in $(ps -e -o pid= | head -n 200); do @@ -17038,17 +15821,13 @@ apparmor module is loaded. [ "$n" -gt 50 ] && printf '%6d fd=%-6s %s\n' "$pid" "$n" "$(cat /proc/$pid/comm 2>/dev/null)" done | sort -k2 -t= -nr | head -n 15 1 fd=194 systemd - 1808 fd=126 kvm - 2480 fd=124 kvm - 2699 fd=116 kvm - 2178 fd=116 kvm - 1964 fd=115 kvm - 2614 fd=111 kvm - 1283 fd=94 master - 4120 fd=64 kvm - 713 fd=58 dbus-daemon - 2050 fd=55 kvm - 346 fd=53 systemd-journal +148819 fd=123 kvm + 2457 fd=117 kvm +148662 fd=116 kvm + 2388 fd=112 kvm + 1227 fd=94 master + 709 fd=58 dbus-daemon + 340 fd=52 systemd-journal --- largest files in /var/log (top 10) $ find /var/log -type f -size +10M -exec ls -lh {} \; 2>/dev/null | sort -k5 -h -r | head -n 10 @@ -17107,8 +15886,6 @@ done fwbr104i0 : mtu=1500 fwbr105i0 : mtu=1500 fwbr106i0 : mtu=1500 - fwbr107i0 : mtu=1500 - fwbr107i1 : mtu=1500 fwbr108i0 : mtu=1500 fwbr109i0 : mtu=1500 fwbr114i0 : mtu=1500 @@ -17118,8 +15895,6 @@ done fwln104i0 : mtu=1500 fwln105i0 : mtu=1500 fwln106i0 : mtu=1500 - fwln107i0 : mtu=1500 - fwln107i1 : mtu=1500 fwln108i0 : mtu=1500 fwln109i0 : mtu=1500 fwln114i0 : mtu=1500 @@ -17129,8 +15904,6 @@ done fwpr104p0 : mtu=1500 fwpr105p0 : mtu=1500 fwpr106p0 : mtu=1500 - fwpr107p0 : mtu=1500 - fwpr107p1 : mtu=1500 fwpr108p0 : mtu=1500 fwpr109p0 : mtu=1500 fwpr114p0 : mtu=1500 @@ -17143,8 +15916,6 @@ done tap104i0 : mtu=1500 tap105i0 : mtu=1500 tap106i0 : mtu=1500 - tap107i0 : mtu=1500 - tap107i1 : mtu=1500 tap108i0 : mtu=1500 tap109i0 : mtu=1500 tap114i0 : mtu=1500 @@ -17224,7 +15995,7 @@ fi else echo " ZFS ARC stats not available (ZFS not loaded?)" fi - ARC current=1920 bytes ARC max=3355443200 bytes RAM total=33559851008 bytes + ARC current=1920 bytes ARC max=3355443200 bytes RAM total=33557622784 bytes ARC max is 9% of RAM (Proxmox default ~50%) @@ -17249,9 +16020,9 @@ done [ "$hits" = "0" ] && echo " no obvious VM storage/NIC anti-patterns" VM 100: scsihw!=virtio-scsi-single no-iothread VM 101: ide-disk no-iothread + VM 102: ide-disk VM 103: ide-disk VM 105: ide-disk - VM 107: ide-disk VM 114: ide-disk VM 1000: ide-disk no-iothread [exit=1] @@ -17279,7 +16050,6 @@ fi --- [K] Softnet / NIC drops (non-zero) $ awk 'NR<=32 && ($2+0 > 0 || $4+0 > 0) {printf " cpu%d: dropped=%d time_squeezed=%d\n", NR-1, $2, $4}' /proc/net/softnet_stat echo " (also check ethtool -S sections above for rx_dropped/rx_missed_errors)" - cpu1: dropped=22300 time_squeezed=0 (also check ethtool -S sections above for rx_dropped/rx_missed_errors) @@ -17319,6 +16089,6 @@ echo " (see section 20 for full smartctl/nvme output)" ############################################################################### # Collection complete: pfv-tsys1 # Output: /root/pfv-tsys1.log -# Size: 911321 bytes / 17317 lines -# Elapsed: 303 seconds +# Size: 951506 bytes / 16087 lines +# Elapsed: 324 seconds ############################################################################### diff --git a/returned-logs/pfv-tsys3.log b/returned-logs/pfv-tsys3.log index a3c755e..faf3512 100644 --- a/returned-logs/pfv-tsys3.log +++ b/returned-logs/pfv-tsys3.log @@ -3,7 +3,7 @@ # Host: pfv-tsys3 (pfv-tsys3.knel.net) # FQDN: pfv-tsys3.knel.net # All IPs: 100.66.186.10 192.168.2.5 10.100.100.3 fd7a:115c:a1e0::cc01:baa2 -# Collected: 2026-07-26T21:25:59Z (UTC) +# Collected: 2026-07-28T02:50:35Z (UTC) # Kernel: 7.0.14-6-pve # Machine: x86_64 GNU/Linux # Caller: root (uid=0) @@ -74,7 +74,7 @@ bridge yes /usr/sbin/bridge brctl yes /usr/sbin/brctl nmcli no - - tcpdump yes /usr/bin/tcpdump -mtr no - - +mtr yes /usr/bin/mtr nstat yes /usr/bin/nstat netstat yes /usr/bin/netstat nicstat no - - @@ -86,8 +86,8 @@ hwinfo no - - inxi no - - lspci yes /usr/bin/lspci lsusb yes /usr/bin/lsusb -numactl no - - -numastat no - - +numactl yes /usr/bin/numactl +numastat yes /usr/bin/numastat cpupower yes /usr/bin/cpupower cpupower 6.12 turbostat yes /usr/sbin/turbostat x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy @@ -104,7 +104,7 @@ blkid yes /usr/sbin/blkid blockdev yes /usr/sbin/blockdev findmnt yes /usr/bin/findmnt smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) -nvme no - - +nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13) hdparm yes /usr/sbin/hdparm storcli no - - storcli64 no - - @@ -131,10 +131,10 @@ iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON sysbench no - - bonnie++ no - - iozone no - - -iostat no - - -mpstat no - - -pidstat no - - -sar no - - +iostat yes /usr/bin/iostat +mpstat yes /usr/bin/mpstat +pidstat yes /usr/bin/pidstat +sar yes /usr/bin/sar vmstat yes /usr/bin/vmstat top yes /usr/bin/top htop yes /usr/bin/htop @@ -162,11 +162,11 @@ iptables yes /usr/sbin/iptables iptables-save yes /usr/sbin/iptables-save ipset yes /usr/sbin/ipset ufw no - - -jq no - - +jq yes /usr/bin/jq bc yes /usr/bin/bc awk yes /usr/bin/awk smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) -nvme no - - +nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13) apt yes /usr/bin/apt dpkg yes /usr/bin/dpkg @@ -180,6 +180,8 @@ ethtool 1:6.14.2-1 htop 3.4.1-5 iperf3 3.18-2+deb13u2 nfs-common 1:2.8.3-1 +numactl 2.0.19-1 +nvme-cli 2.13-2 open-iscsi 2.1.11-1+deb13u2 proxmox-archive-keyring 4.0 proxmox-backup-client 4.2.3-1 @@ -190,14 +192,10 @@ proxmox-default-kernel 2.1.0 proxmox-enterprise-support-keyring 1.0 proxmox-firewall 1.2.3 proxmox-headers-7.0 7.0.14-6 -proxmox-headers-7.0.14-5-pve 7.0.14-5 proxmox-headers-7.0.14-6-pve 7.0.14-6 proxmox-kernel-6.17 6.17.13-19 -proxmox-kernel-6.17.13-18-pve-signed 6.17.13-18 proxmox-kernel-6.17.13-19-pve-signed 6.17.13-19 -proxmox-kernel-6.17.13-2-pve-signed 6.17.13-2 proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1 -proxmox-kernel-6.17.9-1-pve-signed 6.17.9-1 proxmox-kernel-7.0 7.0.14-6 proxmox-kernel-7.0.14-5-pve-signed 7.0.14-5 proxmox-kernel-7.0.14-6-pve-signed 7.0.14-6 @@ -231,6 +229,7 @@ pve-yew-mobile-gui 0.7.0 pve-yew-mobile-i18n 3.9.0 qemu-server 9.2.1 smartmontools 7.5-pve2 +sysstat 12.7.5-2 tuned 2.25.1-1 zfs-initramfs 2.4.3-pve1 zfs-zed 2.4.3-pve1 @@ -306,12 +305,11 @@ available : rpcsec_gss_krb5 () --- currently loaded modules (filtered) $ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}' Module Size Used by -tcp_bbr 24576 2 -tcp_diag 20480 0 rpcsec_gss_krb5 32768 0 nfsv4 1200128 2 +tcp_diag 20480 0 +sunrpc 815104 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs bonding 253952 0 -sunrpc 815104 17 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs kvm_intel 507904 10 kvm 1445888 9 kvm_intel zfs 6258688 6 @@ -319,13 +317,15 @@ spl 151552 1 zfs vhost_net 36864 1 vhost 69632 1 vhost_net vhost_iotlb 16384 1 vhost +tcp_bbr 24576 24 +nvme_fabrics 36864 0 dm_thin_pool 94208 1 dm_persistent_data 118784 1 dm_thin_pool dm_bio_prison 24576 1 dm_thin_pool dm_bufio 57344 1 dm_persistent_data nvme 65536 4 -nvme_core 229376 5 nvme -nvme_keyring 20480 1 nvme_core +nvme_core 229376 6 nvme,nvme_fabrics +nvme_keyring 20480 2 nvme_core,nvme_fabrics nvme_auth 28672 1 nvme_core ############################################################################### @@ -351,15 +351,17 @@ BUG_REPORT_URL="https://bugs.debian.org/" --- uptime $ uptime - 16:26:01 up 1 day, 23:59, 1 user, load average: 0.13, 0.15, 0.15 + 21:50:37 up 13:43, 1 user, load average: 0.09, 0.04, 0.01 --- uptime raw (since boot) $ cat /proc/uptime -172748.53 1276950.71 +49412.51 387640.21 --- last reboot $ last -x reboot -reboot system boot 7.0.14-6-pve Fri Jul 24 16:26 - still running +reboot system boot 7.0.14-6-pve Mon Jul 27 08:07 - still running +reboot system boot 7.0.14-6-pve Fri Jul 24 16:26 - 08:06 (2+15:39) +shutdown system down 7.0.14-6-pve Mon Jul 27 08:06 - 08:07 (00:01) reboot system boot 7.0.14-6-pve Fri Jul 24 16:24 - 16:25 (00:01) shutdown system down 7.0.14-6-pve Fri Jul 24 16:25 - 16:26 (00:00) reboot system boot 7.0.14-6-pve Fri Jul 24 13:41 - crash @@ -413,6 +415,19 @@ wtmpdb begins Tue Feb 10 14:48:46 2026 --- last logins $ last +root pts/0 100.87.49.37 Mon Jul 27 08:43 - 08:43 (00:00) +root pts/0 100.87.49.37 Mon Jul 27 08:21 - 08:21 (00:00) +root pts/0 100.87.49.37 Mon Jul 27 08:21 - 08:21 (00:00) +reboot system boot 7.0.14-6-pve Mon Jul 27 08:07 - still running +root pts/0 100.87.49.37 Mon Jul 27 00:35 - 00:35 (00:00) +root pts/1 100.87.49.37 Mon Jul 27 00:32 - 00:34 (00:02) +root pts/1 100.87.49.37 Mon Jul 27 00:29 - 00:32 (00:02) +root pts/0 100.87.49.37 Mon Jul 27 00:27 - 00:35 (00:08) +root pts/0 100.87.49.37 Sun Jul 26 17:51 - 17:51 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 17:12 - 17:12 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 17:09 - 17:10 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 17:09 - 17:09 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 17:07 - 17:07 (00:00) root pts/0 100.87.49.37 Sun Jul 26 15:06 - 15:07 (00:00) root pts/0 100.87.49.37 Sun Jul 26 13:32 - 13:33 (00:00) root pts/0 100.87.49.37 Sun Jul 26 13:15 - 13:18 (00:03) @@ -424,7 +439,7 @@ root pts/0 100.87.49.37 Sat Jul 25 11:32 - 11:34 (00:01) root pts/0 100.87.49.37 Sat Jul 25 11:32 - 11:32 (00:00) root pts/0 100.87.49.37 Fri Jul 24 16:32 - 16:32 (00:00) root pts/0 100.87.49.37 Fri Jul 24 16:31 - 16:31 (00:00) -reboot system boot 7.0.14-6-pve Fri Jul 24 16:26 - still running +reboot system boot 7.0.14-6-pve Fri Jul 24 16:26 - 08:06 (2+15:39) reboot system boot 7.0.14-6-pve Fri Jul 24 16:24 - 16:25 (00:01) reboot system boot 7.0.14-6-pve Fri Jul 24 13:41 - crash root pts/0 100.87.49.37 Fri Jul 24 10:46 - 10:46 (00:00) @@ -761,7 +776,7 @@ Processor Information TM (Thermal monitor supported) PBE (Pending break enabled) Version: Intel(R) Xeon(R) CPU E3-1535M v5 @ 2.90GHz - Voltage: 0.7 V + Voltage: 0.9 V External Clock: 100 MHz Max Speed: 2900 MHz Current Speed: 2900 MHz @@ -1358,13 +1373,23 @@ L3 8M 8M 16 Unified 3 8192 1 64 --- numactl --hardware $ numactl --hardware -/root/check.sh: line 45: numactl: command not found - [exit=127 / not installed or not permitted] +available: 1 nodes (0) +node 0 cpus: 0 1 2 3 4 5 6 7 +node 0 size: 31806 MB +node 0 free: 28082 MB +node distances: +node 0 + 0: 10 --- numactl --show $ numactl --show -/root/check.sh: line 45: numactl: command not found - [exit=127 / not installed or not permitted] +policy: default +preferred node: current +physcpubind: 0 1 2 3 4 5 6 7 +cpubind: 0 +nodebind: 0 +membind: 0 +preferred: --- lspci -nnvv (verbose) $ lspci -nnvv @@ -1884,9 +1909,10 @@ L3 8M 8M 16 Unified 3 8192 1 64 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM107GLM [Quadro M2000M] [10de:13b0] (rev a2) (prog-if 00 [VGA controller]) Subsystem: Dell Device [1028:16d9] - Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- /dev/null)" \ "$(cat "$s/time" 2>/dev/null)" done - POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=3616860us - C1 : MWAIT 0x00 disabled=0 latency=2us residency=226165856us - C1E : MWAIT 0x01 disabled=0 latency=10us residency=1037228596us - C3 : MWAIT 0x10 disabled=0 latency=70us residency=2778861272us - C6 : MWAIT 0x20 disabled=0 latency=85us residency=12189755379us + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=124144us + C1 : MWAIT 0x00 disabled=0 latency=2us residency=14437776us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=143381679us + C3 : MWAIT 0x10 disabled=0 latency=70us residency=48834060642us + C6 : MWAIT 0x20 disabled=0 latency=85us residency=1254257us C7s : MWAIT 0x33 disabled=0 latency=124us residency=0us - C8 : MWAIT 0x40 disabled=0 latency=200us residency=17132512528us - C9 : MWAIT 0x50 disabled=0 latency=480us residency=1053573090us - C10 : MWAIT 0x60 disabled=0 latency=890us residency=129125180979us + C8 : MWAIT 0x40 disabled=0 latency=200us residency=824045us + C9 : MWAIT 0x50 disabled=0 latency=480us residency=15118us + C10 : MWAIT 0x60 disabled=0 latency=890us residency=42752773us --- THP enabled $ cat /sys/kernel/mm/transparent_hugepage/enabled @@ -2498,1057 +2528,1939 @@ always defer defer+madvise [madvise] never --- microcode $ dmesg -[96388.679763] audit: type=1400 audit(1785024802.077:1233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96686.032763] audit: type=1400 audit(1785025099.432:1234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96686.035331] audit: type=1400 audit(1785025099.434:1235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96686.094315] audit: type=1400 audit(1785025099.493:1236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96914.926912] audit: type=1400 audit(1785025328.327:1237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96914.929230] audit: type=1400 audit(1785025328.329:1238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96915.025391] audit: type=1400 audit(1785025328.425:1239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97148.153342] audit: type=1400 audit(1785025561.555:1240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97148.155790] audit: type=1400 audit(1785025561.557:1241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97148.262749] audit: type=1400 audit(1785025561.664:1242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97414.934989] audit: type=1400 audit(1785025828.338:1243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97414.937466] audit: type=1400 audit(1785025828.340:1244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97415.037521] audit: type=1400 audit(1785025828.440:1245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97656.448615] audit: type=1400 audit(1785026069.853:1246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97656.451540] audit: type=1400 audit(1785026069.856:1247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97656.501239] audit: type=1400 audit(1785026069.906:1248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97936.500434] audit: type=1400 audit(1785026349.906:1249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97936.502928] audit: type=1400 audit(1785026349.909:1250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97936.613489] audit: type=1400 audit(1785026350.019:1251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98203.196262] audit: type=1400 audit(1785026616.604:1252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98203.198610] audit: type=1400 audit(1785026616.606:1253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98203.268477] audit: type=1400 audit(1785026616.676:1254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98440.084516] audit: type=1400 audit(1785026853.493:1255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98440.087095] audit: type=1400 audit(1785026853.496:1256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98440.148462] audit: type=1400 audit(1785026853.557:1257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98693.328351] audit: type=1400 audit(1785027106.739:1258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98693.330719] audit: type=1400 audit(1785027106.741:1259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98693.407245] audit: type=1400 audit(1785027106.818:1260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98977.315262] audit: type=1400 audit(1785027390.727:1261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98977.317866] audit: type=1400 audit(1785027390.730:1262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98977.368391] audit: type=1400 audit(1785027390.780:1263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99267.570857] audit: type=1400 audit(1785027680.985:1264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99267.573520] audit: type=1400 audit(1785027680.988:1265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99267.674865] audit: type=1400 audit(1785027681.088:1266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99512.769007] audit: type=1400 audit(1785027926.184:1267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99512.771594] audit: type=1400 audit(1785027926.187:1268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99512.873527] audit: type=1400 audit(1785027926.289:1269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99778.303264] audit: type=1400 audit(1785028191.720:1270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99778.305690] audit: type=1400 audit(1785028191.722:1271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99778.355793] audit: type=1400 audit(1785028191.772:1272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100034.362502] audit: type=1400 audit(1785028447.781:1273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100034.365095] audit: type=1400 audit(1785028447.783:1274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100034.415874] audit: type=1400 audit(1785028447.834:1275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100272.803897] audit: type=1400 audit(1785028686.224:1276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100272.806220] audit: type=1400 audit(1785028686.226:1277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100272.908024] audit: type=1400 audit(1785028686.328:1278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100531.022060] audit: type=1400 audit(1785028944.443:1279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100531.024655] audit: type=1400 audit(1785028944.446:1280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100531.072640] audit: type=1400 audit(1785028944.494:1281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100813.466186] audit: type=1400 audit(1785029226.889:1282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100813.468494] audit: type=1400 audit(1785029226.891:1283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100813.523033] audit: type=1400 audit(1785029226.946:1284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101055.223353] audit: type=1400 audit(1785029468.648:1285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101055.225647] audit: type=1400 audit(1785029468.650:1286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101055.336395] audit: type=1400 audit(1785029468.760:1287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101294.826113] audit: type=1400 audit(1785029708.252:1288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101294.828362] audit: type=1400 audit(1785029708.255:1289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101294.930988] audit: type=1400 audit(1785029708.357:1290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101535.369149] audit: type=1400 audit(1785029948.796:1291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101535.371765] audit: type=1400 audit(1785029948.799:1292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101535.477745] audit: type=1400 audit(1785029948.905:1293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101769.365011] audit: type=1400 audit(1785030182.793:1294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101769.367414] audit: type=1400 audit(1785030182.796:1295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101769.475704] audit: type=1400 audit(1785030182.904:1296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102011.171212] audit: type=1400 audit(1785030424.601:1297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102011.173599] audit: type=1400 audit(1785030424.603:1298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102011.280983] audit: type=1400 audit(1785030424.711:1299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102304.666382] audit: type=1400 audit(1785030718.098:1300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102304.671854] audit: type=1400 audit(1785030718.103:1301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102304.730337] audit: type=1400 audit(1785030718.162:1302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102580.637211] audit: type=1400 audit(1785030994.070:1303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102580.639419] audit: type=1400 audit(1785030994.073:1304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102580.689783] audit: type=1400 audit(1785030994.123:1305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102838.138482] audit: type=1400 audit(1785031251.573:1306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102838.140549] audit: type=1400 audit(1785031251.575:1307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102838.190811] audit: type=1400 audit(1785031251.625:1308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103122.289751] audit: type=1400 audit(1785031535.726:1309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103122.298294] audit: type=1400 audit(1785031535.734:1310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103122.405677] audit: type=1400 audit(1785031535.842:1311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103405.892223] audit: type=1400 audit(1785031819.330:1312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103405.903684] audit: type=1400 audit(1785031819.342:1313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103405.959052] audit: type=1400 audit(1785031819.397:1314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103694.004544] audit: type=1400 audit(1785032107.444:1315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103694.015672] audit: type=1400 audit(1785032107.455:1316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103694.061920] audit: type=1400 audit(1785032107.501:1317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103981.410510] audit: type=1400 audit(1785032394.851:1318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103981.424164] audit: type=1400 audit(1785032394.865:1319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103981.529691] audit: type=1400 audit(1785032394.970:1320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104241.745240] audit: type=1400 audit(1785032655.187:1321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104241.753563] audit: type=1400 audit(1785032655.196:1322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104241.814530] audit: type=1400 audit(1785032655.257:1323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104507.474131] audit: type=1400 audit(1785032920.918:1324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104507.490535] audit: type=1400 audit(1785032920.935:1325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104507.598220] audit: type=1400 audit(1785032921.042:1326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104792.852119] audit: type=1400 audit(1785033206.297:1327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104792.860445] audit: type=1400 audit(1785033206.306:1328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104792.969682] audit: type=1400 audit(1785033206.415:1329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105054.124570] audit: type=1400 audit(1785033467.571:1330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105054.131224] audit: type=1400 audit(1785033467.578:1331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105054.175091] audit: type=1400 audit(1785033467.622:1332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105320.507533] audit: type=1400 audit(1785033733.956:1333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105320.518686] audit: type=1400 audit(1785033733.967:1334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105320.578781] audit: type=1400 audit(1785033734.027:1335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105564.507936] audit: type=1400 audit(1785033977.958:1336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105564.515590] audit: type=1400 audit(1785033977.965:1337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105564.575676] audit: type=1400 audit(1785033978.025:1338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105853.920072] audit: type=1400 audit(1785034267.371:1339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105853.931269] audit: type=1400 audit(1785034267.383:1340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105854.037689] audit: type=1400 audit(1785034267.489:1341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106148.051079] audit: type=1400 audit(1785034561.504:1342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106148.074357] audit: type=1400 audit(1785034561.527:1343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106148.178800] audit: type=1400 audit(1785034561.632:1344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106440.496081] audit: type=1400 audit(1785034853.951:1345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106440.505075] audit: type=1400 audit(1785034853.960:1346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106440.565489] audit: type=1400 audit(1785034854.020:1347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106698.617133] audit: type=1400 audit(1785035112.073:1348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106698.625008] audit: type=1400 audit(1785035112.081:1349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106698.675406] audit: type=1400 audit(1785035112.132:1350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106970.349122] audit: type=1400 audit(1785035383.807:1351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106970.359737] audit: type=1400 audit(1785035383.817:1352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106970.460331] audit: type=1400 audit(1785035383.918:1353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107212.897021] audit: type=1400 audit(1785035626.356:1354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107212.916073] audit: type=1400 audit(1785035626.375:1355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107212.971224] audit: type=1400 audit(1785035626.430:1356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107468.011062] audit: type=1400 audit(1785035881.472:1357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107468.026988] audit: type=1400 audit(1785035881.488:1358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107468.139542] audit: type=1400 audit(1785035881.600:1359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107720.964459] audit: type=1400 audit(1785036134.427:1360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107720.973397] audit: type=1400 audit(1785036134.436:1361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107721.077692] audit: type=1400 audit(1785036134.540:1362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107996.309629] audit: type=1400 audit(1785036409.774:1363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107996.320230] audit: type=1400 audit(1785036409.784:1364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107996.428011] audit: type=1400 audit(1785036409.892:1365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108239.320499] audit: type=1400 audit(1785036652.786:1366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108239.335456] audit: type=1400 audit(1785036652.801:1367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108239.443896] audit: type=1400 audit(1785036652.909:1368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108518.939378] audit: type=1400 audit(1785036932.407:1369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108518.949583] audit: type=1400 audit(1785036932.416:1370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108519.058984] audit: type=1400 audit(1785036932.526:1371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108769.903463] audit: type=1400 audit(1785037183.372:1372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108769.914376] audit: type=1400 audit(1785037183.383:1373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108769.988456] audit: type=1400 audit(1785037183.457:1374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109055.928702] audit: type=1400 audit(1785037469.399:1375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109055.936813] audit: type=1400 audit(1785037469.407:1376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109056.048069] audit: type=1400 audit(1785037469.518:1377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109336.148124] audit: type=1400 audit(1785037749.620:1378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109336.167681] audit: type=1400 audit(1785037749.640:1379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109336.236126] audit: type=1400 audit(1785037749.708:1380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109569.068442] audit: type=1400 audit(1785037982.541:1381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109569.081525] audit: type=1400 audit(1785037982.554:1382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109569.143359] audit: type=1400 audit(1785037982.616:1383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109862.858050] audit: type=1400 audit(1785038276.333:1384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109862.869786] audit: type=1400 audit(1785038276.344:1385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109862.919056] audit: type=1400 audit(1785038276.394:1386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110094.720301] audit: type=1400 audit(1785038508.196:1387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110094.731795] audit: type=1400 audit(1785038508.208:1388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110094.789079] audit: type=1400 audit(1785038508.265:1389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110333.180292] audit: type=1400 audit(1785038746.658:1390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110333.196088] audit: type=1400 audit(1785038746.674:1391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110333.308763] audit: type=1400 audit(1785038746.786:1392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110594.663707] audit: type=1400 audit(1785039008.143:1393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110594.671792] audit: type=1400 audit(1785039008.151:1394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110594.715600] audit: type=1400 audit(1785039008.195:1395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110862.427749] audit: type=1400 audit(1785039275.909:1396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110862.443912] audit: type=1400 audit(1785039275.925:1397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110862.551840] audit: type=1400 audit(1785039276.032:1398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111102.840039] audit: type=1400 audit(1785039516.322:1399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111102.848154] audit: type=1400 audit(1785039516.330:1400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111102.900779] audit: type=1400 audit(1785039516.383:1401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111355.852237] audit: type=1400 audit(1785039769.336:1402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111355.863059] audit: type=1400 audit(1785039769.346:1403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111355.937927] audit: type=1400 audit(1785039769.422:1404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111586.005819] audit: type=1400 audit(1785039999.491:1405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111586.016698] audit: type=1400 audit(1785039999.502:1406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111586.117671] audit: type=1400 audit(1785039999.602:1407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111860.792256] audit: type=1400 audit(1785040274.279:1408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111860.807749] audit: type=1400 audit(1785040274.294:1409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111860.854057] audit: type=1400 audit(1785040274.341:1410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112123.689728] audit: type=1400 audit(1785040537.178:1411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112123.697910] audit: type=1400 audit(1785040537.186:1412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112123.746815] audit: type=1400 audit(1785040537.235:1413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112420.587261] audit: type=1400 audit(1785040834.077:1414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112420.603675] audit: type=1400 audit(1785040834.094:1415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112420.707724] audit: type=1400 audit(1785040834.197:1416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112715.575846] audit: type=1400 audit(1785041129.067:1417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112715.592245] audit: type=1400 audit(1785041129.084:1418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112715.670825] audit: type=1400 audit(1785041129.162:1419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112959.781821] audit: type=1400 audit(1785041373.275:1420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112959.790681] audit: type=1400 audit(1785041373.284:1421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112959.897534] audit: type=1400 audit(1785041373.390:1422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113226.970669] audit: type=1400 audit(1785041640.466:1423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113226.979354] audit: type=1400 audit(1785041640.474:1424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113227.024715] audit: type=1400 audit(1785041640.519:1425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113482.212224] audit: type=1400 audit(1785041895.708:1426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113482.227508] audit: type=1400 audit(1785041895.724:1427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113482.278128] audit: type=1400 audit(1785041895.774:1428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113715.970343] audit: type=1400 audit(1785042129.468:1429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113715.983198] audit: type=1400 audit(1785042129.481:1430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113716.092725] audit: type=1400 audit(1785042129.589:1431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113971.008071] audit: type=1400 audit(1785042384.507:1432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113971.023532] audit: type=1400 audit(1785042384.522:1433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113971.125882] audit: type=1400 audit(1785042384.625:1434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114244.127229] audit: type=1400 audit(1785042657.628:1435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114244.135994] audit: type=1400 audit(1785042657.636:1436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114244.181179] audit: type=1400 audit(1785042657.682:1437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114498.477767] audit: type=1400 audit(1785042911.980:1438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114498.488407] audit: type=1400 audit(1785042911.990:1439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114498.548350] audit: type=1400 audit(1785042912.050:1440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114775.300224] audit: type=1400 audit(1785043188.804:1441): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114775.316301] audit: type=1400 audit(1785043188.820:1442): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114775.359681] audit: type=1400 audit(1785043188.863:1443): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115025.753662] audit: type=1400 audit(1785043439.259:1444): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115025.762242] audit: type=1400 audit(1785043439.267:1445): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115025.870880] audit: type=1400 audit(1785043439.376:1446): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115298.849169] audit: type=1400 audit(1785043712.356:1447): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115298.859421] audit: type=1400 audit(1785043712.367:1448): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115298.965619] audit: type=1400 audit(1785043712.472:1449): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115542.094595] audit: type=1400 audit(1785043955.603:1450): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115542.110749] audit: type=1400 audit(1785043955.619:1451): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115542.162915] audit: type=1400 audit(1785043955.671:1452): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115841.097751] audit: type=1400 audit(1785044254.608:1453): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115841.113221] audit: type=1400 audit(1785044254.623:1454): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115841.175723] audit: type=1400 audit(1785044254.686:1455): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116140.575860] audit: type=1400 audit(1785044554.088:1456): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116140.591326] audit: type=1400 audit(1785044554.103:1457): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116140.659782] audit: type=1400 audit(1785044554.171:1458): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116382.385472] audit: type=1400 audit(1785044795.899:1459): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116382.401179] audit: type=1400 audit(1785044795.914:1460): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116382.504569] audit: type=1400 audit(1785044796.018:1461): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116648.109094] audit: type=1400 audit(1785045061.624:1462): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116648.125335] audit: type=1400 audit(1785045061.640:1463): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116648.229494] audit: type=1400 audit(1785045061.744:1464): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116898.643468] audit: type=1400 audit(1785045312.160:1465): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116898.651848] audit: type=1400 audit(1785045312.168:1466): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116898.759089] audit: type=1400 audit(1785045312.275:1467): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117190.819965] audit: type=1400 audit(1785045604.338:1468): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117190.837795] audit: type=1400 audit(1785045604.356:1469): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117190.950563] audit: type=1400 audit(1785045604.468:1470): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117442.673704] audit: type=1400 audit(1785045856.193:1471): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117442.682028] audit: type=1400 audit(1785045856.201:1472): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117442.787773] audit: type=1400 audit(1785045856.307:1473): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117684.718427] audit: type=1400 audit(1785046098.240:1474): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117684.727230] audit: type=1400 audit(1785046098.248:1475): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117684.787732] audit: type=1400 audit(1785046098.309:1476): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117924.029267] audit: type=1400 audit(1785046337.551:1477): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117924.040451] audit: type=1400 audit(1785046337.563:1478): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117924.090552] audit: type=1400 audit(1785046337.613:1479): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118202.387961] audit: type=1400 audit(1785046615.912:1480): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118202.403784] audit: type=1400 audit(1785046615.928:1481): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118202.453528] audit: type=1400 audit(1785046615.977:1482): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118447.412191] audit: type=1400 audit(1785046860.937:1483): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118447.420823] audit: type=1400 audit(1785046860.946:1484): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118447.534539] audit: type=1400 audit(1785046861.060:1485): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118699.379104] audit: type=1400 audit(1785047112.906:1486): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118699.394696] audit: type=1400 audit(1785047112.921:1487): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118699.502083] audit: type=1400 audit(1785047113.029:1488): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118973.125762] audit: type=1400 audit(1785047386.654:1489): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118973.150424] audit: type=1400 audit(1785047386.679:1490): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118973.217662] audit: type=1400 audit(1785047386.746:1491): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119255.452466] audit: type=1400 audit(1785047668.982:1492): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119255.468211] audit: type=1400 audit(1785047668.998:1493): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119255.518252] audit: type=1400 audit(1785047669.048:1494): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119554.506010] audit: type=1400 audit(1785047968.038:1495): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119554.514307] audit: type=1400 audit(1785047968.046:1496): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119554.623219] audit: type=1400 audit(1785047968.155:1497): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119782.568786] audit: type=1400 audit(1785048196.102:1498): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119782.579784] audit: type=1400 audit(1785048196.113:1499): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119782.639506] audit: type=1400 audit(1785048196.173:1500): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120009.766379] audit: type=1400 audit(1785048423.301:1501): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120009.775001] audit: type=1400 audit(1785048423.309:1502): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120009.883479] audit: type=1400 audit(1785048423.418:1503): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120280.609081] audit: type=1400 audit(1785048694.145:1504): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120280.624567] audit: type=1400 audit(1785048694.160:1505): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120280.726871] audit: type=1400 audit(1785048694.263:1506): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120565.758071] audit: type=1400 audit(1785048979.296:1507): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120565.767449] audit: type=1400 audit(1785048979.305:1508): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120565.834483] audit: type=1400 audit(1785048979.372:1509): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120860.449375] audit: type=1400 audit(1785049273.989:1510): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120860.457790] audit: type=1400 audit(1785049273.997:1511): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120860.502805] audit: type=1400 audit(1785049274.042:1512): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121127.962469] audit: type=1400 audit(1785049541.504:1513): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121127.973488] audit: type=1400 audit(1785049541.514:1514): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121128.024505] audit: type=1400 audit(1785049541.565:1515): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121391.950284] audit: type=1400 audit(1785049805.493:1516): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121391.956841] audit: type=1400 audit(1785049805.499:1517): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121392.057388] audit: type=1400 audit(1785049805.600:1518): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121633.379834] audit: type=1400 audit(1785050046.924:1519): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121633.395605] audit: type=1400 audit(1785050046.939:1520): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121633.449912] audit: type=1400 audit(1785050046.994:1521): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121876.286730] audit: type=1400 audit(1785050289.832:1522): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121876.311645] audit: type=1400 audit(1785050289.857:1523): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121876.361046] audit: type=1400 audit(1785050289.906:1524): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122170.707177] audit: type=1400 audit(1785050584.254:1525): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122170.716518] audit: type=1400 audit(1785050584.264:1526): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122170.775754] audit: type=1400 audit(1785050584.323:1527): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122408.461321] audit: type=1400 audit(1785050822.010:1528): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122408.475900] audit: type=1400 audit(1785050822.024:1529): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122408.577567] audit: type=1400 audit(1785050822.126:1530): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122657.280356] audit: type=1400 audit(1785051070.830:1531): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122657.288211] audit: type=1400 audit(1785051070.838:1532): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122657.397510] audit: type=1400 audit(1785051070.947:1533): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122903.663333] audit: type=1400 audit(1785051317.215:1534): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122903.676262] audit: type=1400 audit(1785051317.228:1535): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122903.729855] audit: type=1400 audit(1785051317.281:1536): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123142.030416] audit: type=1400 audit(1785051555.583:1537): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123142.038319] audit: type=1400 audit(1785051555.591:1538): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123142.082611] audit: type=1400 audit(1785051555.635:1539): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123392.654543] audit: type=1400 audit(1785051806.209:1540): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123392.665885] audit: type=1400 audit(1785051806.220:1541): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123392.734417] audit: type=1400 audit(1785051806.289:1542): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123631.893412] audit: type=1400 audit(1785052045.449:1543): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123631.904743] audit: type=1400 audit(1785052045.461:1544): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123631.951779] audit: type=1400 audit(1785052045.507:1545): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123909.598362] audit: type=1400 audit(1785052323.156:1546): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123909.606943] audit: type=1400 audit(1785052323.164:1547): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123909.709201] audit: type=1400 audit(1785052323.266:1548): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124165.166479] audit: type=1400 audit(1785052578.726:1549): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124165.181676] audit: type=1400 audit(1785052578.740:1550): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124165.231046] audit: type=1400 audit(1785052578.790:1551): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124453.885788] audit: type=1400 audit(1785052867.446:1552): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124453.897405] audit: type=1400 audit(1785052867.458:1553): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124454.006958] audit: type=1400 audit(1785052867.567:1554): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124690.320431] audit: type=1400 audit(1785053103.883:1555): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124690.341454] audit: type=1400 audit(1785053103.903:1556): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124690.398276] audit: type=1400 audit(1785053103.960:1557): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124954.938867] audit: type=1400 audit(1785053368.502:1558): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124954.954838] audit: type=1400 audit(1785053368.518:1559): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124955.067001] audit: type=1400 audit(1785053368.630:1560): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125202.487886] audit: type=1400 audit(1785053616.053:1561): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125202.496870] audit: type=1400 audit(1785053616.062:1562): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125202.603789] audit: type=1400 audit(1785053616.169:1563): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125502.764109] audit: type=1400 audit(1785053916.331:1564): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125502.784756] audit: type=1400 audit(1785053916.352:1565): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125502.835283] audit: type=1400 audit(1785053916.402:1566): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125737.020398] audit: type=1400 audit(1785054150.588:1567): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125737.028870] audit: type=1400 audit(1785054150.597:1568): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125737.133342] audit: type=1400 audit(1785054150.701:1569): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125975.323562] audit: type=1400 audit(1785054388.893:1570): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125975.338620] audit: type=1400 audit(1785054388.908:1571): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125975.401647] audit: type=1400 audit(1785054388.971:1572): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126254.014437] audit: type=1400 audit(1785054667.586:1573): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126254.022857] audit: type=1400 audit(1785054667.594:1574): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126254.067781] audit: type=1400 audit(1785054667.639:1575): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126541.050575] audit: type=1400 audit(1785054954.624:1576): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126541.059115] audit: type=1400 audit(1785054954.632:1577): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126541.116336] audit: type=1400 audit(1785054954.689:1578): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126777.716694] audit: type=1400 audit(1785055191.291:1579): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126777.725623] audit: type=1400 audit(1785055191.300:1580): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126777.828193] audit: type=1400 audit(1785055191.402:1581): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127036.788203] audit: type=1400 audit(1785055450.364:1582): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127036.797038] audit: type=1400 audit(1785055450.373:1583): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127036.905494] audit: type=1400 audit(1785055450.481:1584): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127291.830213] audit: type=1400 audit(1785055705.407:1585): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127291.840892] audit: type=1400 audit(1785055705.418:1586): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127291.948710] audit: type=1400 audit(1785055705.526:1587): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127575.208429] audit: type=1400 audit(1785055988.787:1588): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127575.224595] audit: type=1400 audit(1785055988.804:1589): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127575.275333] audit: type=1400 audit(1785055988.854:1590): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127812.128927] audit: type=1400 audit(1785056225.709:1591): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127812.145171] audit: type=1400 audit(1785056225.725:1592): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127812.205676] audit: type=1400 audit(1785056225.786:1593): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128041.829262] audit: type=1400 audit(1785056455.411:1594): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128041.840276] audit: type=1400 audit(1785056455.422:1595): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128041.890262] audit: type=1400 audit(1785056455.472:1596): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128320.447787] audit: type=1400 audit(1785056734.031:1597): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128320.463230] audit: type=1400 audit(1785056734.046:1598): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128320.513340] audit: type=1400 audit(1785056734.096:1599): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128599.232047] audit: type=1400 audit(1785057012.817:1600): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128599.239921] audit: type=1400 audit(1785057012.825:1601): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128599.290662] audit: type=1400 audit(1785057012.875:1602): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128849.504955] audit: type=1400 audit(1785057263.091:1603): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128849.520160] audit: type=1400 audit(1785057263.106:1604): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128849.581071] audit: type=1400 audit(1785057263.167:1605): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129126.590053] audit: type=1400 audit(1785057540.178:1606): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129126.604237] audit: type=1400 audit(1785057540.192:1607): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129126.715332] audit: type=1400 audit(1785057540.303:1608): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129424.196646] audit: type=1400 audit(1785057837.786:1609): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129424.207754] audit: type=1400 audit(1785057837.797:1610): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129424.271494] audit: type=1400 audit(1785057837.861:1611): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129710.063857] audit: type=1400 audit(1785058123.655:1612): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129710.078575] audit: type=1400 audit(1785058123.670:1613): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129710.130954] audit: type=1400 audit(1785058123.722:1614): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129986.131603] audit: type=1400 audit(1785058399.725:1615): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129986.144225] audit: type=1400 audit(1785058399.737:1616): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129986.190763] audit: type=1400 audit(1785058399.784:1617): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130242.580512] audit: type=1400 audit(1785058656.175:1618): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130242.596167] audit: type=1400 audit(1785058656.191:1619): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130242.700498] audit: type=1400 audit(1785058656.295:1620): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130512.408601] audit: type=1400 audit(1785058926.005:1621): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130512.415766] audit: type=1400 audit(1785058926.012:1622): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130512.468684] audit: type=1400 audit(1785058926.065:1623): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130748.755574] audit: type=1400 audit(1785059162.354:1624): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130748.771091] audit: type=1400 audit(1785059162.369:1625): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130748.825510] audit: type=1400 audit(1785059162.424:1626): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131039.116386] audit: type=1400 audit(1785059452.715:1627): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131039.131437] audit: type=1400 audit(1785059452.731:1628): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131039.181531] audit: type=1400 audit(1785059452.781:1629): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131304.911652] audit: type=1400 audit(1785059718.512:1630): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131304.920116] audit: type=1400 audit(1785059718.521:1631): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131305.020743] audit: type=1400 audit(1785059718.621:1632): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131533.208159] audit: type=1400 audit(1785059946.810:1633): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131533.228103] audit: type=1400 audit(1785059946.830:1634): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131533.277504] audit: type=1400 audit(1785059946.880:1635): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131779.707389] audit: type=1400 audit(1785060193.312:1636): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131779.718461] audit: type=1400 audit(1785060193.323:1637): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131779.778814] audit: type=1400 audit(1785060193.382:1638): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132074.737193] audit: type=1400 audit(1785060488.342:1639): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132074.749558] audit: type=1400 audit(1785060488.355:1640): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132074.850983] audit: type=1400 audit(1785060488.456:1641): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132363.953767] audit: type=1400 audit(1785060777.561:1642): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132363.962489] audit: type=1400 audit(1785060777.570:1643): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132364.011880] audit: type=1400 audit(1785060777.619:1644): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132641.288963] audit: type=1400 audit(1785061054.898:1645): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132641.304122] audit: type=1400 audit(1785061054.913:1646): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132641.409689] audit: type=1400 audit(1785061055.018:1647): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132924.920080] audit: type=1400 audit(1785061338.530:1648): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132924.929258] audit: type=1400 audit(1785061338.539:1649): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132925.029827] audit: type=1400 audit(1785061338.640:1650): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133173.321031] audit: type=1400 audit(1785061586.933:1651): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133173.328879] audit: type=1400 audit(1785061586.941:1652): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133173.378997] audit: type=1400 audit(1785061586.991:1653): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133461.232443] audit: type=1400 audit(1785061874.847:1654): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133461.246842] audit: type=1400 audit(1785061874.861:1655): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133461.297344] audit: type=1400 audit(1785061874.912:1656): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133690.864862] audit: type=1400 audit(1785062104.480:1657): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133690.881739] audit: type=1400 audit(1785062104.497:1658): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133690.985933] audit: type=1400 audit(1785062104.601:1659): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133978.855223] audit: type=1400 audit(1785062392.472:1660): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133978.865597] audit: type=1400 audit(1785062392.483:1661): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133978.977101] audit: type=1400 audit(1785062392.594:1662): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134234.319615] audit: type=1400 audit(1785062647.938:1663): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134234.328437] audit: type=1400 audit(1785062647.946:1664): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134234.436244] audit: type=1400 audit(1785062648.054:1665): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134472.677227] audit: type=1400 audit(1785062886.297:1666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134472.693010] audit: type=1400 audit(1785062886.312:1667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134472.797226] audit: type=1400 audit(1785062886.417:1668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134761.443553] audit: type=1400 audit(1785063175.065:1669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134761.451721] audit: type=1400 audit(1785063175.073:1670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134761.501941] audit: type=1400 audit(1785063175.123:1671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134999.807160] audit: type=1400 audit(1785063413.430:1672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134999.820268] audit: type=1400 audit(1785063413.443:1673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134999.871276] audit: type=1400 audit(1785063413.494:1674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135238.541371] audit: type=1400 audit(1785063652.165:1675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135238.550337] audit: type=1400 audit(1785063652.174:1676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135238.600261] audit: type=1400 audit(1785063652.224:1677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135481.630312] audit: type=1400 audit(1785063895.257:1678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135481.639264] audit: type=1400 audit(1785063895.265:1679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135481.689322] audit: type=1400 audit(1785063895.316:1680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135770.048599] audit: type=1400 audit(1785064183.676:1681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135770.057075] audit: type=1400 audit(1785064183.684:1682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135770.101600] audit: type=1400 audit(1785064183.729:1683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136051.426388] audit: type=1400 audit(1785064465.055:1684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136051.437827] audit: type=1400 audit(1785064465.067:1685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136051.547250] audit: type=1400 audit(1785064465.176:1686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136282.675691] audit: type=1400 audit(1785064696.306:1687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136282.691167] audit: type=1400 audit(1785064696.321:1688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136282.795753] audit: type=1400 audit(1785064696.426:1689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136514.541158] audit: type=1400 audit(1785064928.173:1690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136514.549449] audit: type=1400 audit(1785064928.181:1691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136514.597939] audit: type=1400 audit(1785064928.230:1692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136780.953581] audit: type=1400 audit(1785065194.587:1693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136780.969731] audit: type=1400 audit(1785065194.603:1694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136781.031514] audit: type=1400 audit(1785065194.665:1695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137074.579484] audit: type=1400 audit(1785065488.214:1696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137074.589100] audit: type=1400 audit(1785065488.224:1697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137074.701295] audit: type=1400 audit(1785065488.336:1698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137329.833886] audit: type=1400 audit(1785065743.471:1699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137329.842505] audit: type=1400 audit(1785065743.480:1700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137329.897633] audit: type=1400 audit(1785065743.535:1701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137564.522056] audit: type=1400 audit(1785065978.160:1702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137564.531630] audit: type=1400 audit(1785065978.169:1703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137564.641818] audit: type=1400 audit(1785065978.280:1704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137795.626322] audit: type=1400 audit(1785066209.266:1705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137795.640235] audit: type=1400 audit(1785066209.279:1706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137795.692230] audit: type=1400 audit(1785066209.331:1707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138068.145620] audit: type=1400 audit(1785066481.787:1708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138068.156758] audit: type=1400 audit(1785066481.798:1709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138068.210550] audit: type=1400 audit(1785066481.851:1710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138348.710899] audit: type=1400 audit(1785066762.353:1711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138348.721233] audit: type=1400 audit(1785066762.364:1712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138348.781670] audit: type=1400 audit(1785066762.424:1713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138599.261145] audit: type=1400 audit(1785067012.905:1714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138599.276763] audit: type=1400 audit(1785067012.921:1715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138599.328190] audit: type=1400 audit(1785067012.972:1716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138873.849142] audit: type=1400 audit(1785067287.495:1717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138873.857785] audit: type=1400 audit(1785067287.503:1718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138873.964512] audit: type=1400 audit(1785067287.610:1719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139158.002457] audit: type=1400 audit(1785067571.651:1720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139158.017257] audit: type=1400 audit(1785067571.665:1721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139158.124185] audit: type=1400 audit(1785067571.772:1722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139427.762868] audit: type=1400 audit(1785067841.412:1723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139427.771967] audit: type=1400 audit(1785067841.421:1724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139427.885967] audit: type=1400 audit(1785067841.535:1725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139660.856565] audit: type=1400 audit(1785068074.507:1726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139660.864879] audit: type=1400 audit(1785068074.516:1727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139660.916218] audit: type=1400 audit(1785068074.568:1728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139916.076867] audit: type=1400 audit(1785068329.729:1729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139916.092673] audit: type=1400 audit(1785068329.745:1730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139916.179652] audit: type=1400 audit(1785068329.832:1731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140178.638344] audit: type=1400 audit(1785068592.293:1732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140178.653545] audit: type=1400 audit(1785068592.308:1733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140178.763278] audit: type=1400 audit(1785068592.417:1734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140409.169376] audit: type=1400 audit(1785068822.824:1735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140409.184181] audit: type=1400 audit(1785068822.839:1736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140409.245517] audit: type=1400 audit(1785068822.901:1737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140672.398228] audit: type=1400 audit(1785069086.055:1738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140672.415075] audit: type=1400 audit(1785069086.072:1739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140672.464860] audit: type=1400 audit(1785069086.121:1740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140971.270538] audit: type=1400 audit(1785069384.929:1741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140971.285888] audit: type=1400 audit(1785069384.944:1742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140971.397918] audit: type=1400 audit(1785069385.056:1743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141202.868012] audit: type=1400 audit(1785069616.528:1744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141202.878245] audit: type=1400 audit(1785069616.538:1745): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141202.928022] audit: type=1400 audit(1785069616.588:1746): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141480.153370] audit: type=1400 audit(1785069893.815:1747): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141480.169480] audit: type=1400 audit(1785069893.831:1748): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141480.261953] audit: type=1400 audit(1785069893.923:1749): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141708.593107] audit: type=1400 audit(1785070122.256:1750): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141708.612750] audit: type=1400 audit(1785070122.275:1751): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141708.662737] audit: type=1400 audit(1785070122.326:1752): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141996.091240] audit: type=1400 audit(1785070409.756:1753): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141996.106400] audit: type=1400 audit(1785070409.771:1754): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141996.210365] audit: type=1400 audit(1785070409.875:1755): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142284.671528] audit: type=1400 audit(1785070698.338:1756): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142284.686159] audit: type=1400 audit(1785070698.352:1757): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142284.792403] audit: type=1400 audit(1785070698.459:1758): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142571.045842] audit: type=1400 audit(1785070984.714:1759): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142571.056552] audit: type=1400 audit(1785070984.724:1760): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142571.158358] audit: type=1400 audit(1785070984.826:1761): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142802.554525] audit: type=1400 audit(1785071216.224:1762): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142802.565669] audit: type=1400 audit(1785071216.235:1763): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142802.620378] audit: type=1400 audit(1785071216.290:1764): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143065.565013] audit: type=1400 audit(1785071479.236:1765): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143065.573565] audit: type=1400 audit(1785071479.244:1766): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143065.679883] audit: type=1400 audit(1785071479.351:1767): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143364.178460] audit: type=1400 audit(1785071777.851:1768): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143364.194103] audit: type=1400 audit(1785071777.867:1769): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143364.248986] audit: type=1400 audit(1785071777.922:1770): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143643.682416] audit: type=1400 audit(1785072057.357:1771): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143643.693658] audit: type=1400 audit(1785072057.368:1772): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143643.793438] audit: type=1400 audit(1785072057.468:1773): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143905.925997] audit: type=1400 audit(1785072319.602:1774): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143905.947452] audit: type=1400 audit(1785072319.624:1775): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143906.056991] audit: type=1400 audit(1785072319.733:1776): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144165.424840] audit: type=1400 audit(1785072579.102:1777): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144165.442191] audit: type=1400 audit(1785072579.120:1778): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144165.546290] audit: type=1400 audit(1785072579.225:1779): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144466.907116] audit: type=1400 audit(1785072880.586:1780): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144466.913918] audit: type=1400 audit(1785072880.593:1781): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144467.021803] audit: type=1400 audit(1785072880.701:1782): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144712.216182] audit: type=1400 audit(1785073125.897:1783): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144712.231370] audit: type=1400 audit(1785073125.912:1784): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144712.338704] audit: type=1400 audit(1785073126.019:1785): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144986.829246] audit: type=1400 audit(1785073400.512:1786): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144986.844627] audit: type=1400 audit(1785073400.527:1787): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144986.952425] audit: type=1400 audit(1785073400.635:1788): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145287.589876] audit: type=1400 audit(1785073701.274:1789): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145287.599505] audit: type=1400 audit(1785073701.284:1790): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145287.705707] audit: type=1400 audit(1785073701.390:1791): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145517.623165] audit: type=1400 audit(1785073931.309:1792): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145517.632405] audit: type=1400 audit(1785073931.319:1793): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145517.677153] audit: type=1400 audit(1785073931.363:1794): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145788.792740] audit: type=1400 audit(1785074202.480:1795): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145788.809521] audit: type=1400 audit(1785074202.497:1796): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145788.923416] audit: type=1400 audit(1785074202.611:1797): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146045.995876] audit: type=1400 audit(1785074459.685:1798): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146046.011791] audit: type=1400 audit(1785074459.700:1799): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146046.054348] audit: type=1400 audit(1785074459.743:1800): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146316.682190] audit: type=1400 audit(1785074730.372:1801): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146316.684260] audit: type=1400 audit(1785074730.374:1802): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146316.788477] audit: type=1400 audit(1785074730.479:1803): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146604.182443] audit: type=1400 audit(1785075017.875:1804): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146604.185106] audit: type=1400 audit(1785075017.877:1805): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146604.229706] audit: type=1400 audit(1785075017.922:1806): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146831.976549] audit: type=1400 audit(1785075245.670:1807): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146831.979166] audit: type=1400 audit(1785075245.672:1808): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146832.093604] audit: type=1400 audit(1785075245.787:1809): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147107.204743] audit: type=1400 audit(1785075520.900:1810): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147107.207332] audit: type=1400 audit(1785075520.902:1811): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147107.318384] audit: type=1400 audit(1785075521.013:1812): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147345.373402] audit: type=1400 audit(1785075759.070:1813): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147345.375842] audit: type=1400 audit(1785075759.072:1814): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147345.451311] audit: type=1400 audit(1785075759.148:1815): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147601.728889] audit: type=1400 audit(1785076015.427:1816): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147601.731275] audit: type=1400 audit(1785076015.429:1817): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147601.840145] audit: type=1400 audit(1785076015.538:1818): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147837.483639] audit: type=1400 audit(1785076251.183:1819): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147837.486076] audit: type=1400 audit(1785076251.185:1820): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147837.527910] audit: type=1400 audit(1785076251.227:1821): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148073.905176] audit: type=1400 audit(1785076487.606:1822): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148073.906921] audit: type=1400 audit(1785076487.607:1823): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148074.012417] audit: type=1400 audit(1785076487.713:1824): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148307.381160] audit: type=1400 audit(1785076721.083:1825): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148307.383560] audit: type=1400 audit(1785076721.086:1826): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148307.435977] audit: type=1400 audit(1785076721.138:1827): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148594.833657] audit: type=1400 audit(1785077008.538:1828): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148594.835970] audit: type=1400 audit(1785077008.540:1829): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148594.893942] audit: type=1400 audit(1785077008.598:1830): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148893.462373] audit: type=1400 audit(1785077307.168:1831): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148893.464598] audit: type=1400 audit(1785077307.171:1832): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148893.521081] audit: type=1400 audit(1785077307.227:1833): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149149.449114] audit: type=1400 audit(1785077563.156:1834): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149149.451846] audit: type=1400 audit(1785077563.159:1835): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149149.502493] audit: type=1400 audit(1785077563.210:1836): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149398.974416] audit: type=1400 audit(1785077812.684:1837): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149398.976957] audit: type=1400 audit(1785077812.686:1838): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149399.023703] audit: type=1400 audit(1785077812.732:1839): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149638.768827] audit: type=1400 audit(1785078052.479:1840): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149638.771154] audit: type=1400 audit(1785078052.481:1841): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149638.833340] audit: type=1400 audit(1785078052.543:1842): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149878.075575] audit: type=1400 audit(1785078291.787:1843): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149878.077390] audit: type=1400 audit(1785078291.789:1844): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149878.126552] audit: type=1400 audit(1785078291.838:1845): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150161.250604] audit: type=1400 audit(1785078574.964:1846): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150161.252844] audit: type=1400 audit(1785078574.966:1847): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150161.358669] audit: type=1400 audit(1785078575.072:1848): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150455.192919] audit: type=1400 audit(1785078868.908:1849): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150455.195192] audit: type=1400 audit(1785078868.910:1850): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150455.244014] audit: type=1400 audit(1785078868.959:1851): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150681.612637] audit: type=1400 audit(1785079095.329:1852): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150681.614458] audit: type=1400 audit(1785079095.331:1853): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150681.675114] audit: type=1400 audit(1785079095.391:1854): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150948.985035] audit: type=1400 audit(1785079362.703:1855): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150948.987115] audit: type=1400 audit(1785079362.705:1856): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150949.099703] audit: type=1400 audit(1785079362.817:1857): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151226.074271] audit: type=1400 audit(1785079639.794:1858): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151226.076101] audit: type=1400 audit(1785079639.795:1859): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151226.117304] audit: type=1400 audit(1785079639.837:1860): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151466.927010] audit: type=1400 audit(1785079880.648:1861): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151466.928967] audit: type=1400 audit(1785079880.650:1862): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151467.035457] audit: type=1400 audit(1785079880.756:1863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151701.376624] audit: type=1400 audit(1785080115.099:1864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151701.379177] audit: type=1400 audit(1785080115.101:1865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151701.429102] audit: type=1400 audit(1785080115.151:1866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151969.761012] audit: type=1400 audit(1785080383.485:1867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151969.763295] audit: type=1400 audit(1785080383.487:1868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151969.852920] audit: type=1400 audit(1785080383.577:1869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152227.008530] audit: type=1400 audit(1785080640.734:1870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152227.010394] audit: type=1400 audit(1785080640.736:1871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152227.113538] audit: type=1400 audit(1785080640.839:1872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152511.212267] audit: type=1400 audit(1785080924.939:1873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152511.214468] audit: type=1400 audit(1785080924.941:1874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152511.266305] audit: type=1400 audit(1785080924.993:1875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152759.338908] audit: type=1400 audit(1785081173.067:1876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152759.341480] audit: type=1400 audit(1785081173.070:1877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152759.402245] audit: type=1400 audit(1785081173.131:1878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153018.866062] audit: type=1400 audit(1785081432.596:1879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153018.868723] audit: type=1400 audit(1785081432.599:1880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153018.921657] audit: type=1400 audit(1785081432.652:1881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153247.670472] audit: type=1400 audit(1785081661.402:1882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153247.672365] audit: type=1400 audit(1785081661.404:1883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153247.723499] audit: type=1400 audit(1785081661.455:1884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153534.437782] audit: type=1400 audit(1785081948.171:1885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153534.439773] audit: type=1400 audit(1785081948.173:1886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153534.544858] audit: type=1400 audit(1785081948.278:1887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153806.805357] audit: type=1400 audit(1785082220.540:1888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153806.807917] audit: type=1400 audit(1785082220.543:1889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153806.861712] audit: type=1400 audit(1785082220.596:1890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154068.642607] audit: type=1400 audit(1785082482.379:1891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154068.645056] audit: type=1400 audit(1785082482.381:1892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154068.705008] audit: type=1400 audit(1785082482.441:1893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154298.841447] audit: type=1400 audit(1785082712.580:1894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154298.843607] audit: type=1400 audit(1785082712.581:1895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154298.949223] audit: type=1400 audit(1785082712.687:1896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154528.523993] audit: type=1400 audit(1785082942.263:1897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154528.526551] audit: type=1400 audit(1785082942.266:1898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154528.576587] audit: type=1400 audit(1785082942.315:1899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154762.579096] audit: type=1400 audit(1785083176.319:1900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154762.581568] audit: type=1400 audit(1785083176.322:1901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154762.633843] audit: type=1400 audit(1785083176.374:1902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154965.226654] audit: type=1400 audit(1785083378.968:1903): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="pve-container-mounthotplug" pid=679117 comm="apparmor_parser" -[155043.428879] audit: type=1400 audit(1785083457.171:1904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155043.431295] audit: type=1400 audit(1785083457.173:1905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155043.482848] audit: type=1400 audit(1785083457.225:1906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155309.552381] audit: type=1400 audit(1785083723.297:1907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155309.554407] audit: type=1400 audit(1785083723.299:1908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155309.599510] audit: type=1400 audit(1785083723.344:1909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155597.084622] audit: type=1400 audit(1785084010.830:1910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155597.086534] audit: type=1400 audit(1785084010.832:1911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155597.194238] audit: type=1400 audit(1785084010.939:1912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155838.077147] audit: type=1400 audit(1785084251.824:1913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155838.079542] audit: type=1400 audit(1785084251.826:1914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155838.184895] audit: type=1400 audit(1785084251.931:1915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156132.016327] audit: type=1400 audit(1785084545.765:1916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156132.018013] audit: type=1400 audit(1785084545.766:1917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156132.117812] audit: type=1400 audit(1785084545.866:1918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156432.794509] audit: type=1400 audit(1785084846.545:1919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156432.796540] audit: type=1400 audit(1785084846.547:1920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156432.838442] audit: type=1400 audit(1785084846.589:1921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156679.437036] audit: type=1400 audit(1785085093.189:1922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156679.439205] audit: type=1400 audit(1785085093.191:1923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156679.486898] audit: type=1400 audit(1785085093.238:1924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156733.028788] tap317i0: left allmulticast mode -[156733.028816] fwbr317i0: port 2(tap317i0) entered disabled state -[156733.034106] fwbr317i0: port 1(fwln317i0) entered disabled state -[156733.034527] vmbr0: port 5(fwpr317p0) entered disabled state -[156733.034691] fwln317i0 (unregistering): left allmulticast mode -[156733.034695] fwln317i0 (unregistering): left promiscuous mode -[156733.034698] fwbr317i0: port 1(fwln317i0) entered disabled state -[156733.034952] fwpr317p0 (unregistering): left allmulticast mode -[156733.034955] fwpr317p0 (unregistering): left promiscuous mode -[156733.034957] vmbr0: port 5(fwpr317p0) entered disabled state -[156948.764650] audit: type=1400 audit(1785085362.518:1925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156948.766946] audit: type=1400 audit(1785085362.520:1926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156948.870024] audit: type=1400 audit(1785085362.623:1927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157226.629639] audit: type=1400 audit(1785085640.384:1928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157226.631803] audit: type=1400 audit(1785085640.387:1929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157226.669841] audit: type=1400 audit(1785085640.425:1930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157483.454819] audit: type=1400 audit(1785085897.211:1931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157483.457351] audit: type=1400 audit(1785085897.214:1932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157483.507759] audit: type=1400 audit(1785085897.264:1933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157768.155278] audit: type=1400 audit(1785086181.913:1934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157768.157744] audit: type=1400 audit(1785086181.916:1935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157768.254427] audit: type=1400 audit(1785086182.012:1936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158062.927954] audit: type=1400 audit(1785086476.688:1937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158062.930694] audit: type=1400 audit(1785086476.690:1938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158062.981067] audit: type=1400 audit(1785086476.741:1939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158344.614433] audit: type=1400 audit(1785086758.376:1940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158344.616973] audit: type=1400 audit(1785086758.378:1941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158344.667587] audit: type=1400 audit(1785086758.429:1942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158589.415919] audit: type=1400 audit(1785087003.179:1943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158589.419643] audit: type=1400 audit(1785087003.182:1944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158589.465198] audit: type=1400 audit(1785087003.228:1945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158858.774398] audit: type=1400 audit(1785087272.539:1946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158858.776794] audit: type=1400 audit(1785087272.541:1947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158858.827000] audit: type=1400 audit(1785087272.591:1948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159088.304992] audit: type=1400 audit(1785087502.071:1949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159088.307499] audit: type=1400 audit(1785087502.073:1950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159088.413293] audit: type=1400 audit(1785087502.179:1951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159361.978323] audit: type=1400 audit(1785087775.746:1952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159361.980724] audit: type=1400 audit(1785087775.748:1953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159362.043336] audit: type=1400 audit(1785087775.811:1954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159649.990975] audit: type=1400 audit(1785088063.760:1955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159649.993330] audit: type=1400 audit(1785088063.762:1956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159650.100594] audit: type=1400 audit(1785088063.870:1957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159932.835670] audit: type=1400 audit(1785088346.607:1958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159932.838368] audit: type=1400 audit(1785088346.609:1959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159932.944699] audit: type=1400 audit(1785088346.715:1960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160166.225555] audit: type=1400 audit(1785088579.998:1961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160166.227937] audit: type=1400 audit(1785088580.000:1962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160166.285196] audit: type=1400 audit(1785088580.057:1963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160258.508074] tap313i0: left allmulticast mode -[160258.508098] fwbr313i0: port 2(tap313i0) entered disabled state -[160258.513252] fwbr313i0: port 1(fwln313i0) entered disabled state -[160258.513515] vmbr0: port 4(fwpr313p0) entered disabled state -[160258.513624] fwln313i0 (unregistering): left allmulticast mode -[160258.513628] fwln313i0 (unregistering): left promiscuous mode -[160258.513631] fwbr313i0: port 1(fwln313i0) entered disabled state -[160258.513937] fwpr313p0 (unregistering): left allmulticast mode -[160258.513941] fwpr313p0 (unregistering): left promiscuous mode -[160258.513945] vmbr0: port 4(fwpr313p0) entered disabled state -[160259.820522] vfio-pci 0000:01:00.0: vgaarb: deactivate vga console -[160259.821566] Console: switching to colour dummy device 80x25 -[160259.821584] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem -[160261.004466] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem -[160261.004821] vfio-pci 0000:01:00.0: vgaarb: deactivate vga console -[160261.004825] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem -[160261.121661] snd_hda_intel 0000:01:00.1: GPU sound probed, but not operational: please add a quirk to driver_denylist -[160262.283575] vfio-pci 0000:01:00.0: resetting -[160262.283657] vfio-pci 0000:01:00.0: reset done -[160263.184633] tap313i0: entered promiscuous mode -[160263.271936] vmbr0: port 4(fwpr313p0) entered blocking state -[160263.271942] vmbr0: port 4(fwpr313p0) entered disabled state -[160263.271954] fwpr313p0: entered allmulticast mode -[160263.272007] fwpr313p0: entered promiscuous mode -[160263.272037] vmbr0: port 4(fwpr313p0) entered blocking state -[160263.272040] vmbr0: port 4(fwpr313p0) entered forwarding state -[160263.284501] fwbr313i0: port 1(fwln313i0) entered blocking state -[160263.284506] fwbr313i0: port 1(fwln313i0) entered disabled state -[160263.284517] fwln313i0: entered allmulticast mode -[160263.284567] fwln313i0: entered promiscuous mode -[160263.284601] fwbr313i0: port 1(fwln313i0) entered blocking state -[160263.284605] fwbr313i0: port 1(fwln313i0) entered forwarding state -[160263.299315] fwbr313i0: port 2(tap313i0) entered blocking state -[160263.299321] fwbr313i0: port 2(tap313i0) entered disabled state -[160263.299329] tap313i0: entered allmulticast mode -[160263.299395] fwbr313i0: port 2(tap313i0) entered blocking state -[160263.299398] fwbr313i0: port 2(tap313i0) entered forwarding state -[160279.306889] vfio-pci 0000:01:00.0: resetting -[160279.306976] vfio-pci 0000:01:00.0: reset done -[160279.554962] vfio-pci 0000:01:00.0: resetting -[160279.555051] vfio-pci 0000:01:00.1: resetting -[160280.702981] vfio-pci 0000:01:00.0: reset done -[160280.703066] vfio-pci 0000:01:00.1: reset done -[160280.977859] vfio-pci 0000:01:00.0: No more image in the PCI ROM -[160280.978017] vfio-pci 0000:01:00.0: No more image in the PCI ROM -[160286.018498] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem -[160433.662112] audit: type=1400 audit(1785088847.436:1964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160433.664093] audit: type=1400 audit(1785088847.438:1965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160433.764517] audit: type=1400 audit(1785088847.538:1966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160583.135424] tap313i0: left allmulticast mode -[160583.135446] fwbr313i0: port 2(tap313i0) entered disabled state -[160583.138690] fwbr313i0: port 1(fwln313i0) entered disabled state -[160583.138924] vmbr0: port 4(fwpr313p0) entered disabled state -[160583.139030] fwln313i0 (unregistering): left allmulticast mode -[160583.139034] fwln313i0 (unregistering): left promiscuous mode -[160583.139036] fwbr313i0: port 1(fwln313i0) entered disabled state -[160583.139372] fwpr313p0 (unregistering): left allmulticast mode -[160583.139375] fwpr313p0 (unregistering): left promiscuous mode -[160583.139377] vmbr0: port 4(fwpr313p0) entered disabled state -[160583.270019] vfio-pci 0000:01:00.0: resetting -[160583.270068] vfio-pci 0000:01:00.1: resetting -[160584.381096] vfio-pci 0000:01:00.0: reset done -[160584.381196] vfio-pci 0000:01:00.1: reset done -[160607.886614] tap313i0: entered promiscuous mode -[160607.982467] vmbr0: port 4(fwpr313p0) entered blocking state -[160607.982473] vmbr0: port 4(fwpr313p0) entered disabled state -[160607.982486] fwpr313p0: entered allmulticast mode -[160607.982542] fwpr313p0: entered promiscuous mode -[160607.982571] vmbr0: port 4(fwpr313p0) entered blocking state -[160607.982574] vmbr0: port 4(fwpr313p0) entered forwarding state -[160607.999009] fwbr313i0: port 1(fwln313i0) entered blocking state -[160607.999015] fwbr313i0: port 1(fwln313i0) entered disabled state -[160607.999029] fwln313i0: entered allmulticast mode -[160607.999085] fwln313i0: entered promiscuous mode -[160607.999112] fwbr313i0: port 1(fwln313i0) entered blocking state -[160607.999114] fwbr313i0: port 1(fwln313i0) entered forwarding state -[160608.014994] fwbr313i0: port 2(tap313i0) entered blocking state -[160608.014999] fwbr313i0: port 2(tap313i0) entered disabled state -[160608.015008] tap313i0: entered allmulticast mode -[160608.015077] fwbr313i0: port 2(tap313i0) entered blocking state -[160608.015080] fwbr313i0: port 2(tap313i0) entered forwarding state -[160704.014480] audit: type=1400 audit(1785089117.790:1967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160704.016853] audit: type=1400 audit(1785089117.792:1968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160704.128938] audit: type=1400 audit(1785089117.904:1969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160930.245673] tap313i0: left allmulticast mode -[160930.245696] fwbr313i0: port 2(tap313i0) entered disabled state -[160930.248999] fwbr313i0: port 1(fwln313i0) entered disabled state -[160930.249214] vmbr0: port 4(fwpr313p0) entered disabled state -[160930.249337] fwln313i0 (unregistering): left allmulticast mode -[160930.249340] fwln313i0 (unregistering): left promiscuous mode -[160930.249343] fwbr313i0: port 1(fwln313i0) entered disabled state -[160930.249625] fwpr313p0 (unregistering): left allmulticast mode -[160930.249629] fwpr313p0 (unregistering): left promiscuous mode -[160930.249631] vmbr0: port 4(fwpr313p0) entered disabled state -[161005.065602] audit: type=1400 audit(1785089418.843:1970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161005.067415] audit: type=1400 audit(1785089418.844:1971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161005.180198] audit: type=1400 audit(1785089418.957:1972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161084.806051] vfio-pci 0000:01:00.0: resetting -[161084.806248] vfio-pci 0000:01:00.0: reset done -[161085.818486] tap313i0: entered promiscuous mode -[161085.908311] vmbr0: port 4(fwpr313p0) entered blocking state -[161085.908317] vmbr0: port 4(fwpr313p0) entered disabled state -[161085.908331] fwpr313p0: entered allmulticast mode -[161085.908387] fwpr313p0: entered promiscuous mode -[161085.908417] vmbr0: port 4(fwpr313p0) entered blocking state -[161085.908420] vmbr0: port 4(fwpr313p0) entered forwarding state -[161085.922249] fwbr313i0: port 1(fwln313i0) entered blocking state -[161085.922254] fwbr313i0: port 1(fwln313i0) entered disabled state -[161085.922267] fwln313i0: entered allmulticast mode -[161085.922320] fwln313i0: entered promiscuous mode -[161085.922348] fwbr313i0: port 1(fwln313i0) entered blocking state -[161085.922351] fwbr313i0: port 1(fwln313i0) entered forwarding state -[161085.936817] fwbr313i0: port 2(tap313i0) entered blocking state -[161085.936824] fwbr313i0: port 2(tap313i0) entered disabled state -[161085.936832] tap313i0: entered allmulticast mode -[161085.936926] fwbr313i0: port 2(tap313i0) entered blocking state -[161085.936929] fwbr313i0: port 2(tap313i0) entered forwarding state -[161088.326252] vfio-pci 0000:01:00.0: resetting -[161088.326400] vfio-pci 0000:01:00.0: reset done -[161088.398085] vfio-pci 0000:01:00.0: resetting -[161088.398157] vfio-pci 0000:01:00.1: resetting -[161089.530355] vfio-pci 0000:01:00.0: reset done -[161089.530440] vfio-pci 0000:01:00.1: reset done -[161290.546783] audit: type=1400 audit(1785089704.326:1973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161290.548773] audit: type=1400 audit(1785089704.328:1974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161290.624617] audit: type=1400 audit(1785089704.403:1975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161579.243277] audit: type=1400 audit(1785089993.024:1976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161579.245749] audit: type=1400 audit(1785089993.026:1977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161579.330193] audit: type=1400 audit(1785089993.111:1978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161843.441563] audit: type=1400 audit(1785090257.224:1979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161843.443133] audit: type=1400 audit(1785090257.225:1980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161843.484073] audit: type=1400 audit(1785090257.266:1981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161874.298156] tap300i0: left allmulticast mode -[161874.298178] fwbr300i0: port 2(tap300i0) entered disabled state -[161874.301769] fwbr300i0: port 1(fwln300i0) entered disabled state -[161874.301899] vmbr0: port 2(fwpr300p0) entered disabled state -[161874.302007] fwln300i0 (unregistering): left allmulticast mode -[161874.302011] fwln300i0 (unregistering): left promiscuous mode -[161874.302014] fwbr300i0: port 1(fwln300i0) entered disabled state -[161874.302238] fwpr300p0 (unregistering): left allmulticast mode -[161874.302240] fwpr300p0 (unregistering): left promiscuous mode -[161874.302242] vmbr0: port 2(fwpr300p0) entered disabled state -[162124.540313] audit: type=1400 audit(1785090538.325:1982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162124.542930] audit: type=1400 audit(1785090538.327:1983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162124.599586] audit: type=1400 audit(1785090538.383:1984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162237.387811] tap313i0: left allmulticast mode -[162237.387833] fwbr313i0: port 2(tap313i0) entered disabled state -[162237.391182] fwbr313i0: port 1(fwln313i0) entered disabled state -[162237.391396] vmbr0: port 4(fwpr313p0) entered disabled state -[162237.391489] fwln313i0 (unregistering): left allmulticast mode -[162237.391492] fwln313i0 (unregistering): left promiscuous mode -[162237.391494] fwbr313i0: port 1(fwln313i0) entered disabled state -[162237.391794] fwpr313p0 (unregistering): left allmulticast mode -[162237.391797] fwpr313p0 (unregistering): left promiscuous mode -[162237.391800] vmbr0: port 4(fwpr313p0) entered disabled state -[162237.488164] vfio-pci 0000:01:00.0: resetting -[162237.488203] vfio-pci 0000:01:00.1: resetting -[162238.643145] vfio-pci 0000:01:00.0: reset done -[162238.643187] vfio-pci 0000:01:00.1: reset done -[162239.848940] tap313i0: entered promiscuous mode -[162239.929918] vmbr0: port 2(fwpr313p0) entered blocking state -[162239.929925] vmbr0: port 2(fwpr313p0) entered disabled state -[162239.930008] fwpr313p0: entered allmulticast mode -[162239.930092] fwpr313p0: entered promiscuous mode -[162239.930127] vmbr0: port 2(fwpr313p0) entered blocking state -[162239.930131] vmbr0: port 2(fwpr313p0) entered forwarding state -[162239.948133] fwbr313i0: port 1(fwln313i0) entered blocking state -[162239.948147] fwbr313i0: port 1(fwln313i0) entered disabled state -[162239.948160] fwln313i0: entered allmulticast mode -[162239.948286] fwln313i0: entered promiscuous mode -[162239.948315] fwbr313i0: port 1(fwln313i0) entered blocking state -[162239.948318] fwbr313i0: port 1(fwln313i0) entered forwarding state -[162239.962604] fwbr313i0: port 2(tap313i0) entered blocking state -[162239.962609] fwbr313i0: port 2(tap313i0) entered disabled state -[162239.962618] tap313i0: entered allmulticast mode -[162239.962694] fwbr313i0: port 2(tap313i0) entered blocking state -[162239.962697] fwbr313i0: port 2(tap313i0) entered forwarding state -[162424.637207] audit: type=1400 audit(1785090838.423:1985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162424.639104] audit: type=1400 audit(1785090838.425:1986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162424.675426] audit: type=1400 audit(1785090838.461:1987): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162619.710243] tap301i0: left allmulticast mode -[162619.710264] fwbr301i0: port 2(tap301i0) entered disabled state -[162619.713660] fwbr301i0: port 1(fwln301i0) entered disabled state -[162619.713908] vmbr0: port 3(fwpr301p0) entered disabled state -[162619.714071] fwln301i0 (unregistering): left allmulticast mode -[162619.714075] fwln301i0 (unregistering): left promiscuous mode -[162619.714077] fwbr301i0: port 1(fwln301i0) entered disabled state -[162619.714460] fwpr301p0 (unregistering): left allmulticast mode -[162619.714463] fwpr301p0 (unregistering): left promiscuous mode -[162619.714466] vmbr0: port 3(fwpr301p0) entered disabled state -[162722.671496] audit: type=1400 audit(1785091136.459:1988): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162722.673979] audit: type=1400 audit(1785091136.461:1989): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162722.727828] audit: type=1400 audit(1785091136.515:1990): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162954.180597] audit: type=1400 audit(1785091367.970:1991): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162954.183201] audit: type=1400 audit(1785091367.972:1992): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162954.243662] audit: type=1400 audit(1785091368.032:1993): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[163227.161624] audit: type=1400 audit(1785091640.952:1994): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[163227.163973] audit: type=1400 audit(1785091640.954:1995): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[163227.220741] audit: type=1400 audit(1785091641.011:1996): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[163502.717583] audit: type=1400 audit(1785091916.509:1997): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[163502.719732] audit: type=1400 audit(1785091916.512:1998): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[163502.785867] audit: type=1400 audit(1785091916.578:1999): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[163782.665394] audit: type=1400 audit(1785092196.459:2000): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[163782.667726] audit: type=1400 audit(1785092196.461:2001): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[163782.758152] audit: type=1400 audit(1785092196.552:2002): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[164017.519082] audit: type=1400 audit(1785092431.314:2003): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[164017.521464] audit: type=1400 audit(1785092431.316:2004): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[164017.577740] audit: type=1400 audit(1785092431.373:2005): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[164305.491980] audit: type=1400 audit(1785092719.289:2006): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[164305.494508] audit: type=1400 audit(1785092719.292:2007): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[164305.546081] audit: type=1400 audit(1785092719.343:2008): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[164552.852261] audit: type=1400 audit(1785092966.650:2009): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[164552.854646] audit: type=1400 audit(1785092966.653:2010): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[164552.916279] audit: type=1400 audit(1785092966.714:2011): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[164794.211642] audit: type=1400 audit(1785093208.012:2012): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[164794.214042] audit: type=1400 audit(1785093208.014:2013): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[164794.264101] audit: type=1400 audit(1785093208.064:2014): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[165037.303010] audit: type=1400 audit(1785093451.104:2015): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[165037.305393] audit: type=1400 audit(1785093451.106:2016): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[165037.349612] audit: type=1400 audit(1785093451.151:2017): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[165308.006594] audit: type=1400 audit(1785093721.810:2018): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[165308.009159] audit: type=1400 audit(1785093721.812:2019): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[165308.052759] audit: type=1400 audit(1785093721.855:2020): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[165564.124507] audit: type=1400 audit(1785093977.929:2021): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[165564.126849] audit: type=1400 audit(1785093977.931:2022): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[165564.184351] audit: type=1400 audit(1785093977.988:2023): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[165828.698839] audit: type=1400 audit(1785094242.505:2024): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[165828.701185] audit: type=1400 audit(1785094242.507:2025): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[165828.750633] audit: type=1400 audit(1785094242.556:2026): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[166094.939583] audit: type=1400 audit(1785094508.747:2027): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[166094.942095] audit: type=1400 audit(1785094508.749:2028): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[166094.992297] audit: type=1400 audit(1785094508.800:2029): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[166358.110963] audit: type=1400 audit(1785094771.920:2030): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[166358.113356] audit: type=1400 audit(1785094771.922:2031): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[166358.173701] audit: type=1400 audit(1785094771.983:2032): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[166604.019561] audit: type=1400 audit(1785095017.830:2033): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[166604.022111] audit: type=1400 audit(1785095017.832:2034): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[166604.067645] audit: type=1400 audit(1785095017.878:2035): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[166861.603009] audit: type=1400 audit(1785095275.415:2036): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[166861.605511] audit: type=1400 audit(1785095275.417:2037): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[166861.658033] audit: type=1400 audit(1785095275.470:2038): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[167116.999427] audit: type=1400 audit(1785095530.813:2039): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[167117.001375] audit: type=1400 audit(1785095530.815:2040): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[167117.047902] audit: type=1400 audit(1785095530.861:2041): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[167383.685465] audit: type=1400 audit(1785095797.501:2042): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[167383.687846] audit: type=1400 audit(1785095797.503:2043): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[167383.738429] audit: type=1400 audit(1785095797.553:2044): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[167610.195803] audit: type=1400 audit(1785096024.012:2045): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[167610.198229] audit: type=1400 audit(1785096024.014:2046): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[167610.248541] audit: type=1400 audit(1785096024.065:2047): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[167784.184606] sh (745300): drop_caches: 3 -[167787.261495] sh (745303): drop_caches: 3 -[167790.336573] sh (745321): drop_caches: 3 -[167852.611454] audit: type=1400 audit(1785096266.430:2048): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[167852.613996] audit: type=1400 audit(1785096266.432:2049): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[167852.698187] audit: type=1400 audit(1785096266.516:2050): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[168100.474204] audit: type=1400 audit(1785096514.293:2051): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[168100.476717] audit: type=1400 audit(1785096514.296:2052): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[168100.536768] audit: type=1400 audit(1785096514.356:2053): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[168344.146396] audit: type=1400 audit(1785096757.967:2054): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[168344.148401] audit: type=1400 audit(1785096757.969:2055): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[168344.199384] audit: type=1400 audit(1785096758.020:2056): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[168635.643807] audit: type=1400 audit(1785097049.466:2057): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[168635.646285] audit: type=1400 audit(1785097049.468:2058): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[168635.697010] audit: type=1400 audit(1785097049.519:2059): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[168932.930382] audit: type=1400 audit(1785097346.755:2060): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[168932.933053] audit: type=1400 audit(1785097346.757:2061): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[168932.990944] audit: type=1400 audit(1785097346.815:2062): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[169219.143288] audit: type=1400 audit(1785097632.968:2063): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[169219.145684] audit: type=1400 audit(1785097632.971:2064): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[169219.195610] audit: type=1400 audit(1785097633.021:2065): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[169448.956645] audit: type=1400 audit(1785097862.783:2066): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[169448.958568] audit: type=1400 audit(1785097862.785:2067): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[169449.008607] audit: type=1400 audit(1785097862.835:2068): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[169748.638754] audit: type=1400 audit(1785098162.467:2069): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[169748.641283] audit: type=1400 audit(1785098162.469:2070): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[169748.691934] audit: type=1400 audit(1785098162.520:2071): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[170022.639395] audit: type=1400 audit(1785098436.470:2072): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[170022.641967] audit: type=1400 audit(1785098436.472:2073): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[170022.750857] audit: type=1400 audit(1785098436.580:2074): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[170285.928806] audit: type=1400 audit(1785098699.760:2075): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[170285.931433] audit: type=1400 audit(1785098699.762:2076): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[170285.982793] audit: type=1400 audit(1785098699.813:2077): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[170519.786193] audit: type=1400 audit(1785098933.618:2078): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[170519.788450] audit: type=1400 audit(1785098933.620:2079): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[170519.829237] audit: type=1400 audit(1785098933.660:2080): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[170751.130247] audit: type=1400 audit(1785099164.962:2081): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[170751.132617] audit: type=1400 audit(1785099164.964:2082): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[170751.173728] audit: type=1400 audit(1785099165.005:2083): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[171045.174809] audit: type=1400 audit(1785099459.006:2084): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[171045.176977] audit: type=1400 audit(1785099459.008:2085): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[171045.212211] audit: type=1400 audit(1785099459.043:2086): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[171298.882725] audit: type=1400 audit(1785099712.715:2087): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[171298.885044] audit: type=1400 audit(1785099712.717:2088): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[171298.926239] audit: type=1400 audit(1785099712.758:2089): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[171576.256379] audit: type=1400 audit(1785099990.090:2090): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[171576.258583] audit: type=1400 audit(1785099990.092:2091): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[171576.299862] audit: type=1400 audit(1785099990.133:2092): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[171845.125604] audit: type=1400 audit(1785100258.960:2093): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[171845.127952] audit: type=1400 audit(1785100258.963:2094): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[171845.168736] audit: type=1400 audit(1785100259.003:2095): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[172139.759431] audit: type=1400 audit(1785100553.596:2096): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[172139.761711] audit: type=1400 audit(1785100553.598:2097): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[172139.803509] audit: type=1400 audit(1785100553.640:2098): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[172402.936066] audit: type=1400 audit(1785100816.774:2099): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[172402.937730] audit: type=1400 audit(1785100816.776:2100): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[172402.980229] audit: type=1400 audit(1785100816.818:2101): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[172653.826237] audit: type=1400 audit(1785101067.666:2102): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[172653.828122] audit: type=1400 audit(1785101067.667:2103): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[172653.877048] audit: type=1400 audit(1785101067.716:2104): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 0.012193] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) +[ 0.012195] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) +[ 0.012201] ACPI: Using ACPI (MADT) for SMP configuration information +[ 0.012202] ACPI: HPET id: 0x8086a701 base: 0xfed00000 +[ 0.012206] TSC deadline timer available +[ 0.012209] CPU topo: Max. logical packages: 1 +[ 0.012210] CPU topo: Max. logical nodes: 1 +[ 0.012211] CPU topo: Num. nodes per package: 1 +[ 0.012214] CPU topo: Max. logical dies: 1 +[ 0.012214] CPU topo: Max. dies per package: 1 +[ 0.012219] CPU topo: Max. threads per core: 2 +[ 0.012220] CPU topo: Num. cores per package: 4 +[ 0.012221] CPU topo: Num. threads per package: 8 +[ 0.012222] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs +[ 0.012236] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] +[ 0.012239] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x000fffff] +[ 0.012241] PM: hibernation: Registered nosave memory: [mem 0x6fc28000-0xffffffff] +[ 0.012243] [gap 0x80000000-0xdfffffff] available for PCI devices +[ 0.012244] Booting paravirtualized kernel on bare hardware +[ 0.012247] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns +[ 0.012312] Zone ranges: +[ 0.012313] DMA [mem 0x0000000000001000-0x0000000000ffffff] +[ 0.012316] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] +[ 0.012318] Normal [mem 0x0000000100000000-0x000000087dffffff] +[ 0.012320] Device empty +[ 0.012321] Movable zone start for each node +[ 0.012324] Early memory node ranges +[ 0.012324] node 0: [mem 0x0000000000001000-0x000000000009cfff] +[ 0.012326] node 0: [mem 0x0000000000100000-0x000000006fc27fff] +[ 0.012328] node 0: [mem 0x0000000100000000-0x000000087dffffff] +[ 0.012333] Initmem setup node 0 [mem 0x0000000000001000-0x000000087dffffff] +[ 0.012340] On node 0, zone DMA: 1 pages in unavailable ranges +[ 0.012363] On node 0, zone DMA: 99 pages in unavailable ranges +[ 0.058799] On node 0, zone Normal: 984 pages in unavailable ranges +[ 0.058860] On node 0, zone Normal: 8192 pages in unavailable ranges +[ 0.058871] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 +[ 0.059348] percpu: Embedded 85 pages/cpu s225280 r8192 d114688 u524288 +[ 0.059355] pcpu-alloc: s225280 r8192 d114688 u524288 alloc=1*2097152 +[ 0.059358] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 +[ 0.059382] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-7.0.14-6-pve root=/dev/mapper/pve-root ro quiet intel_iommu=on +[ 0.059453] DMAR: IOMMU enabled +[ 0.059491] random: crng init done +[ 0.059492] printk: log buffer data + meta data: 262144 + 1114112 = 1376256 bytes +[ 0.062240] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) +[ 0.063614] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) +[ 0.063787] software IO TLB: area num 8. +[ 0.075149] Fallback order for Node 0: 0 +[ 0.075153] Built 1 zonelists, mobility grouping on. Total pages: 8313796 +[ 0.075155] Policy zone: Normal +[ 0.075164] mem auto-init: stack:all(zero), heap alloc:on, heap free:off +[ 0.157474] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 +[ 0.157514] Kernel/User page tables isolation: enabled +[ 0.170240] ftrace: allocating 60562 entries in 240 pages +[ 0.170243] ftrace: allocated 240 pages with 4 groups +[ 0.171094] Dynamic Preempt: lazy +[ 0.171178] rcu: Preemptible hierarchical RCU implementation. +[ 0.171179] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8. +[ 0.171181] Trampoline variant of Tasks RCU enabled. +[ 0.171182] Rude variant of Tasks RCU enabled. +[ 0.171182] Tracing variant of Tasks RCU enabled. +[ 0.171183] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. +[ 0.171184] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 +[ 0.171195] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. +[ 0.171197] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. +[ 0.178131] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16 +[ 0.178380] rcu: srcu_init: Setting srcu_struct sizes based on contention. +[ 0.178588] spurious 8259A interrupt: IRQ7. +[ 0.182790] Console: colour VGA+ 80x25 +[ 0.182793] printk: legacy console [tty0] enabled +[ 0.182860] ACPI: Core revision 20251212 +[ 0.183349] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns +[ 0.183454] APIC: Switch to symmetric I/O mode setup +[ 0.183457] DMAR: Host address width 39 +[ 0.183458] DMAR: DRHD base: 0x000000fed90000 flags: 0x1 +[ 0.183472] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da +[ 0.183475] DMAR: RMRR base: 0x0000007dcb3000 end: 0x0000007dcd2fff +[ 0.183483] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed90000 IOMMU 0 +[ 0.183485] DMAR-IR: HPET id 0 under DRHD base 0xfed90000 +[ 0.183487] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit. +[ 0.183488] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting. +[ 0.184947] DMAR-IR: Enabled IRQ remapping in xapic mode +[ 0.184950] x2apic: IRQ remapping doesn't support X2APIC mode +[ 0.188832] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 +[ 0.193405] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns +[ 0.193411] Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.77 BogoMIPS (lpj=2899886) +[ 0.193441] x86/cpu: SGX disabled or unsupported by BIOS. +[ 0.193447] CPU0: Thermal monitoring enabled (TM1) +[ 0.193514] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 +[ 0.193516] Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4 +[ 0.193525] process: using mwait in idle threads +[ 0.193529] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto +[ 0.193535] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl +[ 0.193537] SRBDS: Mitigation: Microcode +[ 0.193539] Spectre V2 : Mitigation: IBRS +[ 0.193540] RETBleed: Mitigation: IBRS +[ 0.193541] Spectre V2 : User space: Mitigation: STIBP via prctl +[ 0.193543] MDS: Mitigation: Clear CPU buffers +[ 0.193544] MMIO Stale Data: Mitigation: Clear CPU buffers +[ 0.193545] VMSCAPE: Mitigation: IBPB before exit to userspace +[ 0.193546] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization +[ 0.193548] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT +[ 0.193550] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier +[ 0.193561] GDS: Vulnerable: No microcode +[ 0.193568] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' +[ 0.193571] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' +[ 0.193573] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' +[ 0.193575] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' +[ 0.193577] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' +[ 0.193579] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 +[ 0.193582] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 +[ 0.193584] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 +[ 0.193587] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. +[ 0.246384] Freeing SMP alternatives memory: 56K +[ 0.246390] pid_max: default: 32768 minimum: 301 +[ 0.246523] Yama: becoming mindful. +[ 0.246677] AppArmor: AppArmor initialized +[ 0.246679] AppArmor: AppArmor secmark mediation reserved: ready to be enabled +[ 0.246831] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) +[ 0.246867] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) +[ 0.246981] VFS: Finished mounting rootfs on nullfs +[ 0.247487] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1535M v5 @ 2.90GHz (family: 0x6, model: 0x5e, stepping: 0x3) +[ 0.247762] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. +[ 0.247799] ... version: 4 +[ 0.247801] ... bit width: 48 +[ 0.247803] ... generic counters: 4 +[ 0.247804] ... generic bitmap: 000000000000000f +[ 0.247806] ... fixed-purpose counters: 3 +[ 0.247807] ... fixed-purpose bitmap: 0000000000000007 +[ 0.247809] ... value mask: 0000ffffffffffff +[ 0.247811] ... max period: 00007fffffffffff +[ 0.247812] ... global_ctrl mask: 000000070000000f +[ 0.248048] signal: max sigframe size: 2032 +[ 0.248069] Estimated ratio of average max frequency by base frequency (times 1024): 1200 +[ 0.248115] rcu: Hierarchical SRCU implementation. +[ 0.248117] rcu: Max phase no-delay instances is 400. +[ 0.248184] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level +[ 0.249030] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. +[ 0.249136] smp: Bringing up secondary CPUs ... +[ 0.249288] smpboot: x86: Booting SMP configuration: +[ 0.249290] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 +[ 0.252682] 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. +[ 0.252682] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. +[ 0.252682] VMSCAPE: SMT on, STIBP is required for full protection. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/vmscape.html for more details. +[ 0.252682] smp: Brought up 1 node, 8 CPUs +[ 0.252682] smpboot: Total of 8 processors activated (46398.17 BogoMIPS) +[ 0.253552] Memory: 29556620K/33255184K available (22442K kernel code, 4068K rwdata, 16172K rodata, 5092K init, 4892K bss, 3680300K reserved, 0K cma-reserved) +[ 0.254538] devtmpfs: initialized +[ 0.254538] x86/mm: Memory block size: 128MB +[ 0.259456] ACPI: PM: Registering ACPI NVS region [mem 0x6fc28000-0x6fc28fff] (4096 bytes) +[ 0.259460] ACPI: PM: Registering ACPI NVS region [mem 0x7df7a000-0x7e607fff] (6873088 bytes) +[ 0.259640] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns +[ 0.259640] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear) +[ 0.259640] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear). +[ 0.259784] PM: RTC time: 13:07:04, date: 2026-07-27 +[ 0.260685] NET: Registered PF_NETLINK/PF_ROUTE protocol family +[ 0.261203] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations +[ 0.261478] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations +[ 0.261749] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations +[ 0.261770] audit: initializing netlink subsys (disabled) +[ 0.261787] audit: type=2000 audit(1785157624.075:1): state=initialized audit_enabled=0 res=1 +[ 0.261787] thermal_sys: Registered thermal governor 'fair_share' +[ 0.261787] thermal_sys: Registered thermal governor 'bang_bang' +[ 0.261787] thermal_sys: Registered thermal governor 'step_wise' +[ 0.261787] thermal_sys: Registered thermal governor 'user_space' +[ 0.261787] thermal_sys: Registered thermal governor 'power_allocator' +[ 0.261787] cpuidle: using governor ladder +[ 0.261787] cpuidle: using governor menu +[ 0.261787] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it +[ 0.261787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 +[ 0.261787] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff] +[ 0.261787] PCI: Using configuration type 1 for base access +[ 0.262491] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. +[ 0.262568] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages +[ 0.262568] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page +[ 0.262568] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages +[ 0.262568] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page +[ 0.264485] ACPI: Added _OSI(Module Device) +[ 0.264489] ACPI: Added _OSI(Processor Device) +[ 0.264491] ACPI: Added _OSI(Processor Aggregator Device) +[ 0.327105] ACPI: 10 ACPI AML tables successfully acquired and loaded +[ 0.331393] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored +[ 0.343582] ACPI: \_SB_: platform _OSC: OS support mask [006e7eff] +[ 0.343647] ACPI: \_SB_: platform _OSC: OS control mask [0000003b] +[ 0.344776] ACPI: Dynamic OEM Table Load: +[ 0.344786] ACPI: SSDT 0xFFFF8D22414ECC00 00037F (v02 PmRef Cpu0Cst 00003001 INTL 20120913) +[ 0.346962] ACPI: Dynamic OEM Table Load: +[ 0.346971] ACPI: SSDT 0xFFFF8D2240877000 00063F (v02 PmRef Cpu0Ist 00003000 INTL 20120913) +[ 0.349862] ACPI: Dynamic OEM Table Load: +[ 0.349871] ACPI: SSDT 0xFFFF8D2240875000 0005AA (v02 PmRef ApIst 00003000 INTL 20120913) +[ 0.352511] ACPI: Dynamic OEM Table Load: +[ 0.352519] ACPI: SSDT 0xFFFF8D22408BF400 000119 (v02 PmRef ApCst 00003000 INTL 20120913) +[ 0.360271] ACPI: EC: EC started +[ 0.360274] ACPI: EC: interrupt blocked +[ 0.365670] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930 +[ 0.365674] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions +[ 0.365677] ACPI: Interpreter enabled +[ 0.365730] ACPI: PM: (supports S0 S4 S5) +[ 0.365732] ACPI: Using IOAPIC for interrupt routing +[ 0.368398] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug +[ 0.368400] PCI: Ignoring E820 reservations for host bridge windows +[ 0.369368] ACPI: Enabled 8 GPEs in block 00 to 7F +[ 0.372905] ACPI: \_SB_.PCI0.PEG0.PG00: New power resource +[ 0.374299] ACPI: \_SB_.PCI0.PEG1.PG01: New power resource +[ 0.374886] ACPI: \_SB_.PCI0.PEG2.PG02: New power resource +[ 0.381724] ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource +[ 0.382234] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource +[ 0.382757] ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource +[ 0.383264] ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource +[ 0.383774] ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource +[ 0.384696] ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource +[ 0.385203] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource +[ 0.385713] ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource +[ 0.387612] ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource +[ 0.388120] ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource +[ 0.388643] ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource +[ 0.389156] ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource +[ 0.389674] ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource +[ 0.390181] ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource +[ 0.390723] ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource +[ 0.391234] ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource +[ 0.391747] ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource +[ 0.425500] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) +[ 0.425511] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] +[ 0.427821] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] +[ 0.427824] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration +[ 0.428440] PCI host bridge to bus 0000:00 +[ 0.428447] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] +[ 0.428451] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] +[ 0.428454] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] +[ 0.428457] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window] +[ 0.428459] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] +[ 0.428462] pci_bus 0000:00: root bus resource [bus 00-fe] +[ 0.428486] pci 0000:00:00.0: [8086:1918] type 00 class 0x060000 conventional PCI endpoint +[ 0.428626] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port +[ 0.428657] pci 0000:00:01.0: PCI bridge to [bus 01] +[ 0.428661] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] +[ 0.428665] pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff] +[ 0.428675] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref] +[ 0.428718] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold +[ 0.429534] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint +[ 0.429585] pci 0000:00:04.0: BAR 0 [mem 0xdfd40000-0xdfd47fff 64bit] +[ 0.430059] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330 conventional PCI endpoint +[ 0.430126] pci 0000:00:14.0: BAR 0 [mem 0xdfd30000-0xdfd3ffff 64bit] +[ 0.430168] pci 0000:00:14.0: PME# supported from D3hot D3cold +[ 0.430707] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000 conventional PCI endpoint +[ 0.430773] pci 0000:00:14.2: BAR 0 [mem 0xdfd56000-0xdfd56fff 64bit] +[ 0.430899] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000 conventional PCI endpoint +[ 0.430968] pci 0000:00:16.0: BAR 0 [mem 0xdfd55000-0xdfd55fff 64bit] +[ 0.431016] pci 0000:00:16.0: PME# supported from D3hot +[ 0.431435] pci 0000:00:17.0: [8086:2822] type 00 class 0x010400 conventional PCI endpoint +[ 0.431500] pci 0000:00:17.0: BAR 0 [mem 0xdfd50000-0xdfd51fff] +[ 0.431503] pci 0000:00:17.0: BAR 1 [mem 0xdfd54000-0xdfd540ff] +[ 0.431507] pci 0000:00:17.0: BAR 2 [io 0xf050-0xf057] +[ 0.431510] pci 0000:00:17.0: BAR 3 [io 0xf040-0xf043] +[ 0.431513] pci 0000:00:17.0: BAR 4 [io 0xf020-0xf03f] +[ 0.431516] pci 0000:00:17.0: BAR 5 [mem 0xdfd53000-0xdfd537ff] +[ 0.431556] pci 0000:00:17.0: PME# supported from D3hot +[ 0.432057] pci 0000:00:1c.0: [8086:a112] type 01 class 0x060400 PCIe Root Port +[ 0.432094] pci 0000:00:1c.0: PCI bridge to [bus 02] +[ 0.432100] pci 0000:00:1c.0: bridge window [mem 0xdfc00000-0xdfcfffff] +[ 0.432168] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold +[ 0.433177] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400 PCIe Root Port +[ 0.433217] pci 0000:00:1c.4: PCI bridge to [bus 03] +[ 0.433223] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff] +[ 0.433227] pci 0000:00:1c.4: bridge window [mem 0xdf100000-0xdfafffff] +[ 0.433240] pci 0000:00:1c.4: bridge window [mem 0xd2100000-0xd2afffff 64bit pref] +[ 0.433313] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold +[ 0.434302] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400 PCIe Root Port +[ 0.434339] pci 0000:00:1d.0: PCI bridge to [bus 04] +[ 0.434346] pci 0000:00:1d.0: bridge window [mem 0xdfb00000-0xdfbfffff] +[ 0.435414] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold +[ 0.436404] pci 0000:00:1f.0: [8086:a150] type 00 class 0x060100 conventional PCI endpoint +[ 0.436960] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000 conventional PCI endpoint +[ 0.437032] pci 0000:00:1f.2: BAR 0 [mem 0xdfd4c000-0xdfd4ffff] +[ 0.437458] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300 conventional PCI endpoint +[ 0.437538] pci 0000:00:1f.3: BAR 0 [mem 0xdfd48000-0xdfd4bfff 64bit] +[ 0.437546] pci 0000:00:1f.3: BAR 4 [mem 0xdfd20000-0xdfd2ffff 64bit] +[ 0.437594] pci 0000:00:1f.3: PME# supported from D3hot D3cold +[ 0.438650] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500 conventional PCI endpoint +[ 0.438783] pci 0000:00:1f.4: BAR 0 [mem 0xdfd52000-0xdfd520ff 64bit] +[ 0.438795] pci 0000:00:1f.4: BAR 4 [io 0xf000-0xf01f] +[ 0.439245] pci 0000:00:1f.6: [8086:15b7] type 00 class 0x020000 conventional PCI endpoint +[ 0.439330] pci 0000:00:1f.6: BAR 0 [mem 0xdfd00000-0xdfd1ffff] +[ 0.439395] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold +[ 0.439871] pci 0000:01:00.0: [10de:13b0] type 00 class 0x030000 PCIe Legacy Endpoint +[ 0.439935] pci 0000:01:00.0: BAR 0 [mem 0xde000000-0xdeffffff] +[ 0.439939] pci 0000:01:00.0: BAR 1 [mem 0xc0000000-0xcfffffff 64bit pref] +[ 0.439944] pci 0000:01:00.0: BAR 3 [mem 0xd0000000-0xd1ffffff 64bit pref] +[ 0.439947] pci 0000:01:00.0: BAR 5 [io 0xe000-0xe07f] +[ 0.439950] pci 0000:01:00.0: ROM [mem 0xdf000000-0xdf07ffff pref] +[ 0.439985] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] +[ 0.440081] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link) +[ 0.441194] pci 0000:01:00.1: [10de:0fbc] type 00 class 0x040300 PCIe Endpoint +[ 0.441259] pci 0000:01:00.1: BAR 0 [mem 0xdf080000-0xdf083fff] +[ 0.441391] pci 0000:00:01.0: ASPM: current common clock configuration is inconsistent, reconfiguring +[ 0.442454] pci 0000:00:01.0: PCI bridge to [bus 01] +[ 0.442573] pci 0000:02:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint +[ 0.442736] pci 0000:02:00.0: BAR 1 [mem 0xdfc00000-0xdfc00fff] +[ 0.442844] pci 0000:02:00.0: supports D1 D2 +[ 0.442847] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold +[ 0.443577] pci 0000:00:1c.0: PCI bridge to [bus 02] +[ 0.443657] pci 0000:00:1c.4: PCI bridge to [bus 03] +[ 0.443750] pci 0000:04:00.0: [144d:a804] type 00 class 0x010802 PCIe Endpoint +[ 0.443821] pci 0000:04:00.0: BAR 0 [mem 0xdfb00000-0xdfb03fff 64bit] +[ 0.444594] pci 0000:00:1d.0: PCI bridge to [bus 04] +[ 0.451156] ACPI: PCI: Interrupt link LNKA configured for IRQ 11 +[ 0.451248] ACPI: PCI: Interrupt link LNKB configured for IRQ 10 +[ 0.451338] ACPI: PCI: Interrupt link LNKC configured for IRQ 11 +[ 0.451427] ACPI: PCI: Interrupt link LNKD configured for IRQ 11 +[ 0.451517] ACPI: PCI: Interrupt link LNKE configured for IRQ 11 +[ 0.451606] ACPI: PCI: Interrupt link LNKF configured for IRQ 11 +[ 0.451695] ACPI: PCI: Interrupt link LNKG configured for IRQ 11 +[ 0.451783] ACPI: PCI: Interrupt link LNKH configured for IRQ 11 +[ 0.454917] ACPI: EC: interrupt unblocked +[ 0.454920] ACPI: EC: event unblocked +[ 0.454925] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930 +[ 0.454928] ACPI: EC: GPE=0x14 +[ 0.454930] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete +[ 0.454933] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events +[ 0.455075] iommu: Default domain type: Translated +[ 0.455075] iommu: DMA domain TLB invalidation policy: lazy mode +[ 0.455664] SCSI subsystem initialized +[ 0.455675] libata version 3.00 loaded. +[ 0.455675] ACPI: bus type USB registered +[ 0.455675] usbcore: registered new interface driver usbfs +[ 0.455675] usbcore: registered new interface driver hub +[ 0.455675] usbcore: registered new device driver usb +[ 0.455675] pps_core: LinuxPPS API ver. 1 registered +[ 0.455675] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti +[ 0.455675] PTP clock support registered +[ 0.455675] EDAC MC: Ver: 3.0.0 +[ 0.456566] NetLabel: Initializing +[ 0.456568] NetLabel: domain hash size = 128 +[ 0.456570] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO +[ 0.456597] NetLabel: unlabeled traffic allowed by default +[ 0.456630] mctp: management component transport protocol core +[ 0.456630] NET: Registered PF_MCTP protocol family +[ 0.456630] PCI: Using ACPI for IRQ routing +[ 0.483968] PCI: pci_cache_line_size set to 64 bytes +[ 0.484029] e820: register RAM buffer resource [mem 0x0009dc00-0x0009ffff] +[ 0.484032] e820: register RAM buffer resource [mem 0x6fc28000-0x6fffffff] +[ 0.484034] e820: register RAM buffer resource [mem 0x87e000000-0x87fffffff] +[ 0.484424] pci 0000:01:00.0: vgaarb: setting as boot VGA device +[ 0.484427] pci 0000:01:00.0: vgaarb: bridge control possible +[ 0.484429] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none +[ 0.484433] vgaarb: loaded +[ 0.485564] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 +[ 0.485564] hpet0: 8 comparators, 64-bit 24.000000 MHz counter +[ 0.494486] clocksource: Switched to clocksource tsc-early +[ 0.494762] VFS: Disk quotas dquot_6.6.0 +[ 0.494786] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) +[ 0.494980] AppArmor: AppArmor Filesystem Enabled +[ 0.495004] acpi PNP0C02:00: Skipped [io 0x002e-0x002f] +[ 0.495008] acpi PNP0C02:00: Skipped [io 0x004e-0x004f] +[ 0.495011] acpi PNP0C02:00: Skipped [io 0x0061] +[ 0.495013] acpi PNP0C02:00: Skipped [io 0x0063] +[ 0.495015] acpi PNP0C02:00: Skipped [io 0x0065] +[ 0.495017] acpi PNP0C02:00: Skipped [io 0x0067] +[ 0.495019] acpi PNP0C02:00: Skipped [io 0x0070] +[ 0.495021] acpi PNP0C02:00: Skipped [io 0x0080] +[ 0.495023] acpi PNP0C02:00: Skipped [io 0x0092] +[ 0.495025] acpi PNP0C02:00: Skipped [io 0x00b2-0x00b3] +[ 0.495028] acpi PNP0C02:00: Reserved [io 0x0680-0x069f] +[ 0.495031] acpi PNP0C02:00: Reserved [io 0xffff] +[ 0.495033] acpi PNP0C02:00: Reserved [io 0xffff] +[ 0.495035] acpi PNP0C02:00: Reserved [io 0xffff] +[ 0.495038] acpi PNP0C02:00: Could not reserve [io 0x1800-0x18fe] +[ 0.495040] acpi PNP0C02:00: Reserved [io 0x164e-0x164f] +[ 0.495047] acpi PNP0C02:01: Reserved [io 0x0800-0x087f] +[ 0.495299] acpi PNP0C02:02: Reserved [mem 0xfed10000-0xfed17fff] +[ 0.495302] acpi PNP0C02:02: Reserved [mem 0xfed18000-0xfed18fff] +[ 0.495304] acpi PNP0C02:02: Reserved [mem 0xfed19000-0xfed19fff] +[ 0.495307] acpi PNP0C02:02: Reserved [mem 0xe0000000-0xefffffff] +[ 0.495309] acpi PNP0C02:02: Reserved [mem 0xfed20000-0xfed3ffff] +[ 0.495312] acpi PNP0C02:02: Could not reserve [mem 0xfed90000-0xfed93fff] +[ 0.495314] acpi PNP0C02:02: Reserved [mem 0xfed45000-0xfed8ffff] +[ 0.495316] acpi PNP0C02:02: Reserved [mem 0xff000000-0xffffffff] +[ 0.495319] acpi PNP0C02:02: Could not reserve [mem 0xfee00000-0xfeefffff] +[ 0.495322] acpi PNP0C02:02: Reserved [mem 0xdffe0000-0xdfffffff] +[ 0.495358] acpi PNP0C02:03: Reserved [mem 0xfd000000-0xfdabffff] +[ 0.495361] acpi PNP0C02:03: Reserved [mem 0xfdad0000-0xfdadffff] +[ 0.495364] acpi PNP0C02:03: Reserved [mem 0xfdb00000-0xfdffffff] +[ 0.495366] acpi PNP0C02:03: Could not reserve [mem 0xfe000000-0xfe01ffff] +[ 0.495369] acpi PNP0C02:03: Reserved [mem 0xfe036000-0xfe03bfff] +[ 0.495371] acpi PNP0C02:03: Reserved [mem 0xfe03d000-0xfe3fffff] +[ 0.495373] acpi PNP0C02:03: Reserved [mem 0xfe410000-0xfe7fffff] +[ 0.495790] acpi PNP0C02:04: Reserved [io 0xff00-0xfffe] +[ 0.497525] acpi PNP0C02:05: Reserved [mem 0xfdaf0000-0xfdafffff] +[ 0.497529] acpi PNP0C02:05: Reserved [mem 0xfdae0000-0xfdaeffff] +[ 0.497531] acpi PNP0C02:05: Reserved [mem 0xfdac0000-0xfdacffff] +[ 0.497567] pnp: PnP ACPI init +[ 0.503530] pnp: PnP ACPI: found 4 devices +[ 0.510618] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns +[ 0.510717] NET: Registered PF_INET protocol family +[ 0.510872] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) +[ 0.537143] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) +[ 0.537192] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) +[ 0.537324] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) +[ 0.537710] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) +[ 0.538025] TCP: Hash tables configured (established 262144 bind 65536) +[ 0.538168] MPTCP token hash table entries: 32768 (order: 8, 786432 bytes, linear) +[ 0.538372] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear) +[ 0.538600] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear) +[ 0.538831] NET: Registered PF_UNIX/PF_LOCAL protocol family +[ 0.538840] NET: Registered PF_XDP protocol family +[ 0.538860] pci 0000:00:01.0: PCI bridge to [bus 01] +[ 0.538865] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] +[ 0.538875] pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff] +[ 0.538882] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref] +[ 0.538894] pci 0000:00:1c.0: PCI bridge to [bus 02] +[ 0.538903] pci 0000:00:1c.0: bridge window [mem 0xdfc00000-0xdfcfffff] +[ 0.538924] pci 0000:00:1c.4: PCI bridge to [bus 03] +[ 0.538928] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff] +[ 0.538938] pci 0000:00:1c.4: bridge window [mem 0xdf100000-0xdfafffff] +[ 0.538945] pci 0000:00:1c.4: bridge window [mem 0xd2100000-0xd2afffff 64bit pref] +[ 0.538957] pci 0000:00:1d.0: PCI bridge to [bus 04] +[ 0.538966] pci 0000:00:1d.0: bridge window [mem 0xdfb00000-0xdfbfffff] +[ 0.538984] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] +[ 0.538987] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] +[ 0.538989] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] +[ 0.538992] pci_bus 0000:00: resource 7 [mem 0x80000000-0xdfffffff window] +[ 0.538995] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window] +[ 0.538997] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] +[ 0.538999] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff] +[ 0.539002] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref] +[ 0.539004] pci_bus 0000:02: resource 1 [mem 0xdfc00000-0xdfcfffff] +[ 0.539007] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff] +[ 0.539009] pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdfafffff] +[ 0.539011] pci_bus 0000:03: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref] +[ 0.539014] pci_bus 0000:04: resource 1 [mem 0xdfb00000-0xdfbfffff] +[ 0.550343] pci 0000:00:14.0: quirk_usb_early_handoff+0x0/0x740 took 10827 usecs +[ 0.550394] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec +[ 0.550429] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0 +[ 0.550444] PCI: CLS 0 bytes, default 64 +[ 0.550492] pci 0000:00:1f.1: [8086:a120] type 00 class 0x058000 conventional PCI endpoint +[ 0.550634] pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit] +[ 0.550813] DMAR: No ATSR found +[ 0.550815] DMAR: No SATC found +[ 0.550817] DMAR: dmar0: Using Queued invalidation +[ 0.550898] Trying to unpack rootfs image as initramfs... +[ 0.550915] pci 0000:00:00.0: Adding to iommu group 0 +[ 0.550938] pci 0000:00:01.0: Adding to iommu group 1 +[ 0.550952] pci 0000:00:04.0: Adding to iommu group 2 +[ 0.550977] pci 0000:00:14.0: Adding to iommu group 3 +[ 0.550990] pci 0000:00:14.2: Adding to iommu group 3 +[ 0.551007] pci 0000:00:16.0: Adding to iommu group 4 +[ 0.551020] pci 0000:00:17.0: Adding to iommu group 5 +[ 0.551024] pci 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled +[ 0.551039] pci 0000:00:1c.0: Adding to iommu group 6 +[ 0.551045] pci 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled +[ 0.551060] pci 0000:00:1c.4: Adding to iommu group 7 +[ 0.551064] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled +[ 0.551083] pci 0000:00:1d.0: Adding to iommu group 8 +[ 0.551115] pci 0000:00:1f.0: Adding to iommu group 9 +[ 0.551131] pci 0000:00:1f.2: Adding to iommu group 9 +[ 0.551144] pci 0000:00:1f.3: Adding to iommu group 9 +[ 0.551157] pci 0000:00:1f.4: Adding to iommu group 9 +[ 0.551170] pci 0000:00:1f.6: Adding to iommu group 10 +[ 0.551178] pci 0000:01:00.0: Adding to iommu group 1 +[ 0.551184] pci 0000:01:00.1: Adding to iommu group 1 +[ 0.551199] pci 0000:02:00.0: Adding to iommu group 11 +[ 0.551213] pci 0000:04:00.0: Adding to iommu group 12 +[ 0.552300] DMAR: Intel(R) Virtualization Technology for Directed I/O +[ 0.552303] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) +[ 0.552305] software IO TLB: mapped [mem 0x000000006bc28000-0x000000006fc28000] (64MB) +[ 0.556326] Initialise system trusted keyrings +[ 0.556340] Key type blacklist registered +[ 0.556470] workingset: timestamp_bits=36 max_order=23 bucket_order=0 +[ 0.556981] squashfs: version 4.0 (2009/01/31) Phillip Lougher +[ 0.557245] fuse: init (API version 7.45) +[ 0.557847] integrity: Platform Keyring initialized +[ 0.557852] integrity: Machine keyring initialized +[ 0.575901] Key type asymmetric registered +[ 0.575907] Asymmetric key parser 'x509' registered +[ 0.575939] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) +[ 0.576061] io scheduler mq-deadline registered +[ 0.578024] ledtrig-cpu: registered to indicate activity on CPUs +[ 0.578329] pcieport 0000:00:01.0: PME: Signaling with IRQ 121 +[ 0.578497] pcieport 0000:00:01.0: AER: enabled with IRQ 121 +[ 0.578594] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled +[ 0.578823] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122 +[ 0.578976] pcieport 0000:00:1c.0: AER: enabled with IRQ 122 +[ 0.579085] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled +[ 0.579296] pcieport 0000:00:1c.4: PME: Signaling with IRQ 123 +[ 0.579457] pcieport 0000:00:1c.4: AER: enabled with IRQ 123 +[ 0.579489] pcieport 0000:00:1c.4: pciehp: Slot #8 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ +[ 0.579732] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled +[ 0.579937] pcieport 0000:00:1d.0: PME: Signaling with IRQ 124 +[ 0.580186] pcieport 0000:00:1d.0: AER: enabled with IRQ 124 +[ 0.581264] ACPI: AC: AC Adapter [AC] (on-line) +[ 0.581349] input: Lid Switch as /devices/platform/PNP0C0D:00/input/input0 +[ 0.581373] ACPI: button: Lid Switch [LID0] +[ 0.581433] input: Power Button as /devices/platform/PNP0C0C:00/input/input1 +[ 0.581449] ACPI: button: Power Button [PBTN] +[ 0.581507] input: Sleep Button as /devices/platform/PNP0C0E:00/input/input2 +[ 0.581532] ACPI: button: Sleep Button [SBTN] +[ 0.581572] input: Power Button as /devices/platform/LNXPWRBN:00/input/input3 +[ 0.581602] ACPI: button: Power Button [PWRF] +[ 0.582035] Monitor-Mwait will be used to enter C-1 state +[ 0.582043] Monitor-Mwait will be used to enter C-2 state +[ 0.582049] Monitor-Mwait will be used to enter C-3 state +[ 0.585725] acpi LNXTHERM:00: registered as thermal_zone0 +[ 0.585729] ACPI: thermal: Thermal Zone [THM] (25 C) +[ 0.586122] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled +[ 0.590386] Linux agpgart interface v0.103 +[ 0.602075] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 2) +[ 0.626231] ACPI: battery: Slot [BAT0] (battery present) +[ 0.639012] loop: module loaded +[ 0.639365] ACPI: bus type drm_connector registered +[ 0.639667] tun: Universal TUN/TAP device driver, 1.6 +[ 0.639721] PPP generic driver version 2.4.2 +[ 0.639830] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 +[ 0.640147] i8042: Warning: Keylock active +[ 0.642591] serio: i8042 KBD port at 0x60,0x64 irq 1 +[ 0.642598] serio: i8042 AUX port at 0x60,0x64 irq 12 +[ 0.642755] mousedev: PS/2 mouse device common for all mice +[ 0.643183] rtc_cmos 00:00: RTC can wake from S4 +[ 0.643950] rtc_cmos 00:00: registered as rtc0 +[ 0.644090] rtc_cmos 00:00: setting system clock to 2026-07-27T13:07:05 UTC (1785157625) +[ 0.644124] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram +[ 0.644136] i2c_dev: i2c /dev entries driver +[ 0.645034] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 +[ 0.645169] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. +[ 0.645200] device-mapper: uevent: version 1.0.3 +[ 0.645365] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev +[ 0.645373] intel_pstate: Intel P-state driver initializing +[ 0.646895] intel_pstate: HWP enabled +[ 0.647017] drop_monitor: Initializing network drop monitor service +[ 0.647144] NET: Registered PF_INET6 protocol family +[ 0.647482] Segment Routing with IPv6 +[ 0.647491] In-situ OAM (IOAM) with IPv6 +[ 0.647512] NET: Registered PF_PACKET protocol family +[ 0.647533] Bridge firewalling registered +[ 0.647588] Key type dns_resolver registered +[ 0.649720] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' +[ 0.650226] microcode: Current revision: 0x000000f0 +[ 0.651220] IPI shorthand broadcast: enabled +[ 0.653213] sched_clock: Marking stable (645000822, 7904611)->(663639749, -10734316) +[ 0.653609] registered taskstats version 1 +[ 0.655260] Loading compiled-in X.509 certificates +[ 0.655870] Loaded X.509 cert 'Build time autogenerated kernel key: f4065fd0a2a97ad8fb261e072b7b62f295ff3990' +[ 0.660997] Demotion targets for Node 0: null +[ 0.661338] Key type .fscrypt registered +[ 0.661340] Key type fscrypt-provisioning registered +[ 0.661415] Key type big_key registered +[ 0.661420] Key type trusted registered +[ 1.071517] Freeing initrd memory: 89812K +[ 1.088667] Key type encrypted registered +[ 1.088671] AppArmor: AppArmor sha256 policy hashing enabled +[ 1.088692] Loading compiled-in module X.509 certificates +[ 1.089174] Loaded X.509 cert 'Build time autogenerated kernel key: f4065fd0a2a97ad8fb261e072b7b62f295ff3990' +[ 1.089177] ima: Allocated hash algorithm: sha256 +[ 1.124190] ima: No architecture policies found +[ 1.124210] evm: Initialising EVM extended attributes: +[ 1.124211] evm: security.selinux +[ 1.124212] evm: security.SMACK64 +[ 1.124213] evm: security.SMACK64EXEC +[ 1.124214] evm: security.SMACK64TRANSMUTE +[ 1.124215] evm: security.SMACK64MMAP +[ 1.124216] evm: security.apparmor +[ 1.124217] evm: security.ima +[ 1.124218] evm: security.capability +[ 1.124219] evm: HMAC attrs: 0x1 +[ 1.124600] PM: Magic number: 2:479:130 +[ 1.124678] acpi PNP0C02:02: hash matches +[ 1.124687] acpi device:05: hash matches +[ 1.124692] memory memory271: hash matches +[ 1.125056] RAS: Correctable Errors collector initialized. +[ 1.125284] clk: Disabling unused clocks +[ 1.125286] PM: genpd: Disabling unused power domains +[ 1.126588] Freeing unused decrypted memory: 2028K +[ 1.127387] Freeing unused kernel image (initmem) memory: 5092K +[ 1.127531] Write protecting the kernel read-only data: 38912k +[ 1.128035] Freeing unused kernel image (text/rodata gap) memory: 84K +[ 1.128328] Freeing unused kernel image (rodata/data gap) memory: 212K +[ 1.174209] x86/mm: Checked W+X mappings: passed, no W+X pages found. +[ 1.174211] x86/mm: Checking user space page tables +[ 1.218285] x86/mm: Checked W+X mappings: passed, no W+X pages found. +[ 1.218292] Run /init as init process +[ 1.218293] with arguments: +[ 1.218295] /init +[ 1.218296] with environment: +[ 1.218297] HOME=/ +[ 1.218298] TERM=linux +[ 1.467260] wmi_bus wmi_bus-PNP0C14:02: [Firmware Bug]: WQBC data block query control method not found +[ 1.471000] wmi_bus wmi_bus-PNP0C14:04: [Firmware Info]: F1DDEE52-063C-4784-A11E-8A06684B9BF5 has zero instances +[ 1.471004] wmi_bus wmi_bus-PNP0C14:04: [Firmware Info]: F1DDEE52-063C-4784-A11E-8A06684B9BF9 has zero instances +[ 1.471007] wmi_bus wmi_bus-PNP0C14:04: [Firmware Info]: F1DDEE52-063C-4784-A11E-8A06684B9BFA has zero instances +[ 1.481320] ACPI: video: Video Device [PEGP] (multi-head: yes rom: yes post: no) +[ 1.482327] input: Video Bus as /devices/pci0000:00/0000:00:01.0/acpi.video_bus.1/input/input6 +[ 1.489135] ahci 0000:00:17.0: controller can't do SNTF, turning off CAP_SNTF +[ 1.489205] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled +[ 1.489231] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, RAID mode +[ 1.489235] ahci 0000:00:17.0: 3/3 ports implemented (port mask 0x1a) +[ 1.489238] ahci 0000:00:17.0: flags: 64bit ncq stag led clo only pio slum part ems sxs deso sadm sds apst +[ 1.492518] e1000e: Intel(R) PRO/1000 Network Driver +[ 1.492521] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. +[ 1.492760] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode +[ 1.495189] scsi host0: ahci +[ 1.495409] scsi host1: ahci +[ 1.495632] scsi host2: ahci +[ 1.495961] scsi host3: ahci +[ 1.496175] scsi host4: ahci +[ 1.496238] ata1: DUMMY +[ 1.496242] ata2: SATA max UDMA/133 abar m2048@0xdfd53000 port 0xdfd53180 irq 126 lpm-pol 1 ext +[ 1.496245] ata3: DUMMY +[ 1.496246] ata4: SATA max UDMA/133 abar m2048@0xdfd53000 port 0xdfd53280 irq 126 lpm-pol 4 +[ 1.496249] ata5: SATA max UDMA/133 abar m2048@0xdfd53000 port 0xdfd53300 irq 126 lpm-pol 4 +[ 1.563917] tsc: Refined TSC clocksource calibration: 2903.999 MHz +[ 1.563941] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dc050a48e, max_idle_ns: 440795325698 ns +[ 1.563997] clocksource: Switched to clocksource tsc +[ 1.716539] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock +[ 1.779536] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) a4:4c:c8:08:d1:b8 +[ 1.779559] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection +[ 1.779626] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF +[ 1.802252] ata2: SATA link down (SStatus 0 SControl 300) +[ 2.116197] ata4: SATA link down (SStatus 4 SControl 300) +[ 2.259606] input: AlpsPS/2 ALPS DualPoint Stick as /devices/platform/i8042/serio1/input/input8 +[ 2.274377] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input7 +[ 2.428485] ata5: SATA link down (SStatus 4 SControl 300) +[ 2.431606] Key type psk registered +[ 2.432224] xhci_hcd 0000:00:14.0: xHCI Host Controller +[ 2.432232] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 +[ 2.432277] i801_smbus 0000:00:1f.4: SPD Write Disable is set +[ 2.432306] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt +[ 2.433958] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0 +[ 2.434654] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810 +[ 2.435307] xhci_hcd 0000:00:14.0: xHCI Host Controller +[ 2.435313] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 +[ 2.435317] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed +[ 2.435401] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.00 +[ 2.435405] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 2.435407] usb usb1: Product: xHCI Host Controller +[ 2.435409] usb usb1: Manufacturer: Linux 7.0.14-6-pve xhci-hcd +[ 2.435410] usb usb1: SerialNumber: 0000:00:14.0 +[ 2.435660] hub 1-0:1.0: USB hub found +[ 2.435691] hub 1-0:1.0: 16 ports detected +[ 2.438017] i2c i2c-0: Successfully instantiated SPD at 0x50 +[ 2.438302] i2c i2c-0: Successfully instantiated SPD at 0x51 +[ 2.438583] i2c i2c-0: Successfully instantiated SPD at 0x52 +[ 2.438864] i2c i2c-0: Successfully instantiated SPD at 0x53 +[ 2.441552] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.00 +[ 2.441555] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 2.441558] usb usb2: Product: xHCI Host Controller +[ 2.441559] usb usb2: Manufacturer: Linux 7.0.14-6-pve xhci-hcd +[ 2.441561] usb usb2: SerialNumber: 0000:00:14.0 +[ 2.441677] hub 2-0:1.0: USB hub found +[ 2.441694] hub 2-0:1.0: 10 ports detected +[ 2.442879] nvme nvme0: pci function 0000:04:00.0 +[ 2.455481] nvme nvme0: 7/0/0 default/read/poll queues +[ 2.479343] nvme0n1: p1 p2 p3 +[ 2.675310] usb 1-10: new full-speed USB device number 2 using xhci_hcd +[ 2.802389] usb 1-10: New USB device found, idVendor=0a5c, idProduct=5832, bcdDevice= 1.01 +[ 2.802394] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 2.802396] usb 1-10: Product: 5880 +[ 2.802398] usb 1-10: Manufacturer: Broadcom Corp +[ 2.802399] usb 1-10: SerialNumber: 0123456789ABCD +[ 2.917132] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd +[ 3.041715] usb 2-1: Int endpoint with wBytesPerInterval of 0 in config 1 interface 0 altsetting 0 ep 129: setting to 16 +[ 3.094482] usb 2-1: Int endpoint with wBytesPerInterval of 0 in config 2 interface 0 altsetting 0 ep 129: setting to 16 +[ 3.146138] usb 2-1: Int endpoint with wBytesPerInterval of 0 in config 3 interface 0 altsetting 0 ep 129: setting to 16 +[ 3.203220] usb 2-1: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 2.00 +[ 3.203224] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 3.203226] usb 2-1: Product: AX88179A +[ 3.203228] usb 2-1: Manufacturer: ASIX +[ 3.203229] usb 2-1: SerialNumber: 00000000004885 +[ 3.237952] raid6: avx2x4 gen() 36933 MB/s +[ 3.254949] raid6: avx2x2 gen() 37708 MB/s +[ 3.271906] raid6: avx2x1 gen() 21801 MB/s +[ 3.271909] raid6: using algorithm avx2x2 gen() 37708 MB/s +[ 3.272171] usbcore: registered new interface driver cdc_ether +[ 3.288952] raid6: .... xor() 20915 MB/s, rmw enabled +[ 3.288953] raid6: using avx2x2 recovery algorithm +[ 3.290213] xor: automatically using best checksumming function avx +[ 3.397620] Btrfs loaded, zoned=yes, fsverity=yes +[ 3.479979] cdc_ncm 2-1:2.0: MAC-Address: 8c:ae:4c:cd:a7:74 +[ 3.479984] cdc_ncm 2-1:2.0: setting rx_max = 16384 +[ 3.492938] cdc_ncm 2-1:2.0: setting tx_max = 16384 +[ 3.503157] cdc_ncm 2-1:2.0 eth0: register 'cdc_ncm' at usb-0000:00:14.0-1, CDC NCM (NO ZLP), 8c:ae:4c:cd:a7:74 +[ 3.514714] usbcore: registered new interface driver cdc_ncm +[ 3.517726] cdc_ncm 2-1:2.0 enx8cae4ccda774: renamed from eth0 +[ 3.559989] EXT4-fs (dm-1): orphan cleanup on readonly fs +[ 3.560503] EXT4-fs (dm-1): mounted filesystem 1d0d11c1-7e0f-4e90-9adb-6c049dc744cf ro with ordered data mode. Quota mode: none. +[ 3.709814] systemd[1]: Inserted module 'autofs4' +[ 3.738383] systemd[1]: systemd 257.13-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) +[ 3.738389] systemd[1]: Detected architecture x86-64. +[ 3.740069] systemd[1]: Hostname set to . +[ 3.793609] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. +[ 3.921754] systemd[1]: Queued start job for default target graphical.target. +[ 3.935819] systemd[1]: Created slice system-getty.slice - Slice /system/getty. +[ 3.936386] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. +[ 3.937003] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice. +[ 3.937310] systemd[1]: Created slice user.slice - User and Session Slice. +[ 3.937370] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. +[ 3.937419] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. +[ 3.937583] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. +[ 3.937603] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap... +[ 3.937613] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once. +[ 3.937624] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once. +[ 3.937645] systemd[1]: Reached target network-pre.target - Preparation for Network. +[ 3.937660] systemd[1]: Reached target paths.target - Path Units. +[ 3.937684] systemd[1]: Reached target slices.target - Slice Units. +[ 3.937775] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. +[ 3.937830] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. +[ 3.941659] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. +[ 3.942472] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. +[ 3.942547] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. +[ 3.942646] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). +[ 3.942749] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. +[ 3.942780] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki +[ 3.942797] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki +[ 3.942878] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. +[ 3.942962] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. +[ 3.944038] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... +[ 3.944861] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... +[ 3.944964] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway. +[ 3.945825] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... +[ 3.946694] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... +[ 3.947995] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... +[ 3.948070] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS skipped, unmet condition check ConditionPathExists=/etc/krb5.keytab +[ 3.949698] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... +[ 3.951162] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... +[ 3.953111] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... +[ 3.955626] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... +[ 3.957134] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... +[ 3.958760] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... +[ 3.960157] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... +[ 3.961457] systemd[1]: Starting modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics... +[ 3.961782] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root +[ 3.961821] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 +[ 3.964533] systemd[1]: Starting systemd-journald.service - Journal Service... +[ 3.966569] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... +[ 3.966597] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki +[ 3.968180] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... +[ 3.968270] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki +[ 3.969941] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... +[ 3.971331] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... +[ 3.974433] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. +[ 3.974610] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. +[ 3.974785] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. +[ 3.974928] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. +[ 3.975062] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. +[ 3.975512] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. +[ 3.976034] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. +[ 3.976496] systemd[1]: modprobe@configfs.service: Deactivated successfully. +[ 3.976719] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. +[ 3.977883] systemd[1]: modprobe@drm.service: Deactivated successfully. +[ 3.978131] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. +[ 3.978627] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. +[ 3.978846] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. +[ 3.979260] systemd[1]: modprobe@fuse.service: Deactivated successfully. +[ 3.979479] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. +[ 3.979835] systemd[1]: modprobe@nvme_fabrics.service: Deactivated successfully. +[ 3.980062] systemd[1]: Finished modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics. +[ 3.981785] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... +[ 3.983042] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... +[ 3.984593] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... +[ 3.986329] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. +[ 3.991585] EXT4-fs (dm-1): re-mounted 1d0d11c1-7e0f-4e90-9adb-6c049dc744cf r/w. +[ 3.993351] systemd[1]: Started dm-event.service - Device-mapper event daemon. +[ 3.994370] systemd-journald[353]: Collecting audit messages is disabled. +[ 3.995033] VFIO - User Level meta-driver version: 0.3 +[ 3.995501] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. +[ 3.996593] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. +[ 3.996788] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. +[ 3.997333] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc +[ 3.997410] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore +[ 3.999175] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... +[ 3.999206] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki +[ 4.017022] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. +[ 4.017187] systemd[1]: systemd-sysusers.service - Create System Users skipped, no trigger condition checks were met. +[ 4.018352] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... +[ 4.022258] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. +[ 4.036380] spl: loading out-of-tree module taints kernel. +[ 4.042074] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. +[ 4.044130] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... +[ 4.075348] systemd[1]: Started systemd-journald.service - Journal Service. +[ 4.075711] zfs: module license 'CDDL' taints kernel. +[ 4.075714] Disabling lock debugging due to kernel taint +[ 4.075736] zfs: module license taints kernel. +[ 4.090149] systemd-journald[353]: Received client request to flush runtime journal. +[ 4.269750] e1000e 0000:00:1f.6 nic0: renamed from enp0s31f6 +[ 4.412853] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-1 extents:1 across:8388604k SS +[ 4.747433] usbcore: registered new interface driver cdc_wdm +[ 4.747544] input: DELL Wireless hotkeys as /devices/virtual/input/input9 +[ 4.752512] EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED) +[ 4.759102] usbcore: registered new interface driver cdc_mbim +[ 4.760151] dell_lis3lv02d: accelerometer is present on SMBus but its address is unknown, skipping registration +[ 4.760155] dell_lis3lv02d: Pass dell_lis3lv02d.probe_i2c_addr=1 on the kernel command line to probe, this may be dangerous! +[ 4.763031] parport_pc 00:03: [io 0x0378-0x037b] +[ 4.763239] mei_me 0000:00:16.0: enabling device (0000 -> 0002) +[ 4.769322] parport_pc 00:03: activated +[ 4.769327] parport_pc 00:03: reported by Plug and Play ACPI +[ 4.795012] intel_pmc_core INT33A1:00: initialized +[ 4.846870] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only +[ 4.846887] input: PC Speaker as /devices/platform/pcspkr/input/input10 +[ 4.849960] ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only +[ 4.851707] ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only +[ 4.853119] ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only +[ 4.869296] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4) +[ 4.872697] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer +[ 4.872701] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules +[ 4.872703] RAPL PMU: hw unit of domain package 2^-14 Joules +[ 4.872704] RAPL PMU: hw unit of domain dram 2^-14 Joules +[ 4.878668] intel_rapl_common: Found RAPL domain package +[ 4.878671] intel_rapl_common: Found RAPL domain dram +[ 4.992074] dell_smm_hwmon: Enabling support for setting automatic/manual fan control +[ 4.992465] snd_hda_intel 0000:01:00.1: Disabling MSI +[ 4.992472] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client +[ 4.992875] input: Dell WMI hotkeys as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11 +[ 5.054262] intel_rapl_common: Found RAPL domain package +[ 5.054266] intel_rapl_common: Found RAPL domain core +[ 5.054268] intel_rapl_common: Found RAPL domain dram +[ 5.054272] intel_rapl_common: package-0:package:long_term locked by BIOS +[ 5.054276] intel_rapl_common: package-0:package:short_term locked by BIOS +[ 5.064926] ppdev: user-space parallel port driver +[ 5.065410] ZFS: Loaded module v2.4.3-pve1, ZFS pool version 5000, ZFS filesystem version 5 +[ 5.073205] dell_laptop: Using i8042 filter function for receiving events +[ 5.075825] ACPI: battery: new hook: Dell Primary Battery Extension +[ 5.408261] snd_hda_codec_alc269 hdaudioC0D0: ALC3235: picked fixup for PCI SSID 1028:06d9 +[ 5.408883] snd_hda_codec_alc269 hdaudioC0D0: autoconfig for ALC3235: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line +[ 5.408888] snd_hda_codec_alc269 hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) +[ 5.408890] snd_hda_codec_alc269 hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0) +[ 5.408893] snd_hda_codec_alc269 hdaudioC0D0: mono: mono_out=0x0 +[ 5.408894] snd_hda_codec_alc269 hdaudioC0D0: inputs: +[ 5.408896] snd_hda_codec_alc269 hdaudioC0D0: Internal Mic=0x13 +[ 5.408898] snd_hda_codec_alc269 hdaudioC0D0: Headset Mic=0x1a +[ 5.408900] snd_hda_codec_alc269 hdaudioC0D0: Headphone Mic=0x18 +[ 5.408902] snd_hda_codec_alc269 hdaudioC0D0: Dock Mic=0x19 +[ 5.413006] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12 +[ 5.413084] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13 +[ 5.413147] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14 +[ 5.413217] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15 +[ 5.437203] intel_tcc_cooling: Programmable TCC Offset detected +[ 5.451712] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16 +[ 5.451786] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17 +[ 5.451884] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18 +[ 5.548068] audit: type=1400 audit(1785157630.401:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=582 comm="apparmor_parser" +[ 5.548075] audit: type=1400 audit(1785157630.401:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=579 comm="apparmor_parser" +[ 5.548078] audit: type=1400 audit(1785157630.402:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=578 comm="apparmor_parser" +[ 5.548098] audit: type=1400 audit(1785157630.402:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=583 comm="apparmor_parser" +[ 5.548387] audit: type=1400 audit(1785157630.402:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=580 comm="apparmor_parser" +[ 5.548392] audit: type=1400 audit(1785157630.402:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=584 comm="apparmor_parser" +[ 5.548943] audit: type=1400 audit(1785157630.403:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=577 comm="apparmor_parser" +[ 5.550428] audit: type=1400 audit(1785157630.404:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=589 comm="apparmor_parser" +[ 5.550635] audit: type=1400 audit(1785157630.404:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chrome" pid=591 comm="apparmor_parser" +[ 5.550752] audit: type=1400 audit(1785157630.404:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="vscode" pid=593 comm="apparmor_parser" +[ 5.703758] nvme nvme0: using unchecked data buffer +[ 6.050512] RPC: Registered named UNIX socket transport module. +[ 6.050517] RPC: Registered udp transport module. +[ 6.050519] RPC: Registered tcp transport module. +[ 6.050520] RPC: Registered tcp-with-tls transport module. +[ 6.050522] RPC: Registered tcp NFSv4.1 backchannel transport module. +[ 6.230313] vmbr0: port 1(nic0) entered blocking state +[ 6.230337] vmbr0: port 1(nic0) entered disabled state +[ 6.230349] e1000e 0000:00:1f.6 nic0: entered allmulticast mode +[ 6.230421] e1000e 0000:00:1f.6 nic0: entered promiscuous mode +[ 9.203184] e1000e 0000:00:1f.6 nic0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None +[ 9.203267] vmbr0: port 1(nic0) entered blocking state +[ 9.203270] vmbr0: port 1(nic0) entered forwarding state +[ 13.652555] kauditd_printk_skb: 113 callbacks suppressed +[ 13.652558] audit: type=1400 audit(1785157638.507:125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 17.335958] audit: type=1400 audit(1785157642.190:126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 21.893197] audit: type=1400 audit(1785157646.748:127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 27.408822] audit: type=1400 audit(1785157652.264:128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 46.826175] audit: type=1400 audit(1785157671.682:129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 46.834437] audit: type=1400 audit(1785157671.689:130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 46.834506] audit: type=1400 audit(1785157671.689:131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 46.836737] audit: type=1400 audit(1785157671.692:132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 46.872056] audit: type=1400 audit(1785157671.727:133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 46.892358] datanet: port 1(enx8cae4ccda774) entered blocking state +[ 46.892362] datanet: port 1(enx8cae4ccda774) entered disabled state +[ 46.892373] cdc_ncm 2-1:2.0 enx8cae4ccda774: entered allmulticast mode +[ 46.892439] cdc_ncm 2-1:2.0 enx8cae4ccda774: entered promiscuous mode +[ 47.202703] datanet: port 1(enx8cae4ccda774) entered blocking state +[ 47.202709] datanet: port 1(enx8cae4ccda774) entered forwarding state +[ 47.421003] audit: type=1400 audit(1785157672.276:134): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=1083 comm="apparmor_parser" +[ 47.432529] audit: type=1400 audit(1785157672.287:135): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=1093 comm="apparmor_parser" +[ 47.455215] audit: type=1400 audit(1785157672.310:136): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=1099 comm="apparmor_parser" +[ 47.455221] audit: type=1400 audit(1785157672.310:137): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=1099 comm="apparmor_parser" +[ 47.455225] audit: type=1400 audit(1785157672.310:138): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=1099 comm="apparmor_parser" +[ 53.595648] netfs: FS-Cache loaded +[ 53.645466] nfs: Unknown parameter 'version' +[ 59.677255] kvm_intel: L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details. +[ 59.764565] nfs: Unknown parameter 'version' +[ 59.789890] nfs: Unknown parameter 'version' +[ 59.816328] nfs: Unknown parameter 'version' +[ 59.849652] nfs: Unknown parameter 'version' +[ 59.872373] nfs: Unknown parameter 'version' +[ 59.896379] nfs: Unknown parameter 'version' +[ 59.997643] nfs: Unknown parameter 'version' +[ 70.153260] nfs: Unknown parameter 'version' +[ 70.177265] nfs: Unknown parameter 'version' +[ 70.203531] nfs: Unknown parameter 'version' +[ 70.316646] nfs: Unknown parameter 'version' +[ 70.342351] nfs: Unknown parameter 'version' +[ 70.368016] nfs: Unknown parameter 'version' +[ 70.400636] nfs: Unknown parameter 'version' +[ 79.457042] nfs: Unknown parameter 'version' +[ 79.483097] nfs: Unknown parameter 'version' +[ 79.510492] nfs: Unknown parameter 'version' +[ 79.536907] nfs: Unknown parameter 'version' +[ 79.627157] nfs: Unknown parameter 'version' +[ 79.650605] nfs: Unknown parameter 'version' +[ 79.674009] nfs: Unknown parameter 'version' +[ 89.723589] nfs: Unknown parameter 'version' +[ 89.747308] nfs: Unknown parameter 'version' +[ 89.773511] nfs: Unknown parameter 'version' +[ 89.797001] nfs: Unknown parameter 'version' +[ 89.901782] nfs: Unknown parameter 'version' +[ 89.929506] nfs: Unknown parameter 'version' +[ 89.953212] nfs: Unknown parameter 'version' +[ 100.012604] nfs: Unknown parameter 'version' +[ 100.036220] nfs: Unknown parameter 'version' +[ 100.060095] nfs: Unknown parameter 'version' +[ 100.159097] nfs: Unknown parameter 'version' +[ 100.185042] nfs: Unknown parameter 'version' +[ 100.210826] nfs: Unknown parameter 'version' +[ 100.233493] nfs: Unknown parameter 'version' +[ 107.220153] nfs: Unknown parameter 'version' +[ 110.358081] nfs: Unknown parameter 'version' +[ 110.383798] nfs: Unknown parameter 'version' +[ 110.407322] nfs: Unknown parameter 'version' +[ 110.431299] nfs: Unknown parameter 'version' +[ 110.463433] nfs: Unknown parameter 'version' +[ 110.489178] nfs: Unknown parameter 'version' +[ 110.515244] nfs: Unknown parameter 'version' +[ 119.566322] nfs: Unknown parameter 'version' +[ 119.590219] nfs: Unknown parameter 'version' +[ 119.692293] nfs: Unknown parameter 'version' +[ 119.715821] nfs: Unknown parameter 'version' +[ 119.739290] nfs: Unknown parameter 'version' +[ 119.773851] nfs: Unknown parameter 'version' +[ 119.799985] nfs: Unknown parameter 'version' +[ 129.856215] nfs: Unknown parameter 'version' +[ 129.882552] nfs: Unknown parameter 'version' +[ 129.908819] nfs: Unknown parameter 'version' +[ 130.011651] nfs: Unknown parameter 'version' +[ 130.037794] nfs: Unknown parameter 'version' +[ 130.062098] nfs: Unknown parameter 'version' +[ 130.085474] nfs: Unknown parameter 'version' +[ 140.130230] nfs: Unknown parameter 'version' +[ 140.153295] nfs: Unknown parameter 'version' +[ 140.178849] nfs: Unknown parameter 'version' +[ 140.203731] nfs: Unknown parameter 'version' +[ 140.329827] nfs: Unknown parameter 'version' +[ 140.355179] nfs: Unknown parameter 'version' +[ 140.378097] nfs: Unknown parameter 'version' +[ 140.863705] NFS: Registering the id_resolver key type +[ 140.863713] Key type id_resolver registered +[ 140.863714] Key type id_legacy registered +[ 149.506127] nfs: Unknown parameter 'version' +[ 149.531145] nfs: Unknown parameter 'version' +[ 149.554570] nfs: Unknown parameter 'version' +[ 149.578091] nfs: Unknown parameter 'version' +[ 149.610115] nfs: Unknown parameter 'version' +[ 149.635651] nfs: Unknown parameter 'version' +[ 159.881761] nfs: Unknown parameter 'version' +[ 159.905478] nfs: Unknown parameter 'version' +[ 159.997235] nfs: Unknown parameter 'version' +[ 160.020670] nfs: Unknown parameter 'version' +[ 160.044330] nfs: Unknown parameter 'version' +[ 160.109041] nfs: Unknown parameter 'version' +[ 170.185926] nfs: Unknown parameter 'version' +[ 170.218552] nfs: Unknown parameter 'version' +[ 170.242301] nfs: Unknown parameter 'version' +[ 170.266640] nfs: Unknown parameter 'version' +[ 170.293212] nfs: Unknown parameter 'version' +[ 170.393601] nfs: Unknown parameter 'version' +[ 173.109753] tap313i0: entered promiscuous mode +[ 173.190821] vmbr0: port 2(fwpr313p0) entered blocking state +[ 173.190826] vmbr0: port 2(fwpr313p0) entered disabled state +[ 173.190836] fwpr313p0: entered allmulticast mode +[ 173.190880] fwpr313p0: entered promiscuous mode +[ 173.190933] vmbr0: port 2(fwpr313p0) entered blocking state +[ 173.190936] vmbr0: port 2(fwpr313p0) entered forwarding state +[ 173.201593] fwbr313i0: port 1(fwln313i0) entered blocking state +[ 173.201597] fwbr313i0: port 1(fwln313i0) entered disabled state +[ 173.201607] fwln313i0: entered allmulticast mode +[ 173.201647] fwln313i0: entered promiscuous mode +[ 173.201696] fwbr313i0: port 1(fwln313i0) entered blocking state +[ 173.201699] fwbr313i0: port 1(fwln313i0) entered forwarding state +[ 173.212390] fwbr313i0: port 2(tap313i0) entered blocking state +[ 173.212394] fwbr313i0: port 2(tap313i0) entered disabled state +[ 173.212400] tap313i0: entered allmulticast mode +[ 173.212533] fwbr313i0: port 2(tap313i0) entered blocking state +[ 173.212536] fwbr313i0: port 2(tap313i0) entered forwarding state +[ 303.954862] kauditd_printk_skb: 1 callbacks suppressed +[ 303.954865] audit: type=1400 audit(1785157928.684:140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 303.957092] audit: type=1400 audit(1785157928.686:141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 303.998591] audit: type=1400 audit(1785157928.728:142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 552.628248] audit: type=1400 audit(1785158177.410:143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 552.630497] audit: type=1400 audit(1785158177.412:144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 552.671347] audit: type=1400 audit(1785158177.453:145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 832.014772] audit: type=1400 audit(1785158456.768:146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 832.025433] audit: type=1400 audit(1785158456.779:147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 832.066854] audit: type=1400 audit(1785158456.820:148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1081.278612] audit: type=1400 audit(1785158706.034:149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1081.282640] audit: type=1400 audit(1785158706.038:150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1081.317563] audit: type=1400 audit(1785158706.073:151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1328.165422] audit: type=1400 audit(1785158952.921:152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1328.166779] audit: type=1400 audit(1785158952.922:153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1328.207773] audit: type=1400 audit(1785158952.963:154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1628.926260] audit: type=1400 audit(1785159253.685:155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1628.928505] audit: type=1400 audit(1785159253.687:156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1628.963859] audit: type=1400 audit(1785159253.722:157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1910.244631] audit: type=1400 audit(1785159535.005:158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1910.246664] audit: type=1400 audit(1785159535.007:159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1910.292671] audit: type=1400 audit(1785159535.053:160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2139.475621] audit: type=1400 audit(1785159764.237:161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2139.477549] audit: type=1400 audit(1785159764.239:162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2139.518389] audit: type=1400 audit(1785159764.280:163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2211.082707] tap313i0: left allmulticast mode +[ 2211.082731] fwbr313i0: port 2(tap313i0) entered disabled state +[ 2211.086431] fwbr313i0: port 1(fwln313i0) entered disabled state +[ 2211.087029] vmbr0: port 2(fwpr313p0) entered disabled state +[ 2211.087219] fwln313i0 (unregistering): left allmulticast mode +[ 2211.087223] fwln313i0 (unregistering): left promiscuous mode +[ 2211.087225] fwbr313i0: port 1(fwln313i0) entered disabled state +[ 2211.087682] fwpr313p0 (unregistering): left allmulticast mode +[ 2211.087699] fwpr313p0 (unregistering): left promiscuous mode +[ 2211.087701] vmbr0: port 2(fwpr313p0) entered disabled state +[ 2216.957200] tap313i0: entered promiscuous mode +[ 2217.029832] vmbr0: port 2(fwpr313p0) entered blocking state +[ 2217.029837] vmbr0: port 2(fwpr313p0) entered disabled state +[ 2217.029847] fwpr313p0: entered allmulticast mode +[ 2217.029890] fwpr313p0: entered promiscuous mode +[ 2217.029934] vmbr0: port 2(fwpr313p0) entered blocking state +[ 2217.029936] vmbr0: port 2(fwpr313p0) entered forwarding state +[ 2217.040916] fwbr313i0: port 1(fwln313i0) entered blocking state +[ 2217.040920] fwbr313i0: port 1(fwln313i0) entered disabled state +[ 2217.040930] fwln313i0: entered allmulticast mode +[ 2217.040971] fwln313i0: entered promiscuous mode +[ 2217.041015] fwbr313i0: port 1(fwln313i0) entered blocking state +[ 2217.041017] fwbr313i0: port 1(fwln313i0) entered forwarding state +[ 2217.051957] fwbr313i0: port 2(tap313i0) entered blocking state +[ 2217.051974] fwbr313i0: port 2(tap313i0) entered disabled state +[ 2217.051994] tap313i0: entered allmulticast mode +[ 2217.052088] fwbr313i0: port 2(tap313i0) entered blocking state +[ 2217.052103] fwbr313i0: port 2(tap313i0) entered forwarding state +[ 2367.000958] audit: type=1400 audit(1785159991.764:164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2367.003225] audit: type=1400 audit(1785159991.767:165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2367.043985] audit: type=1400 audit(1785159991.807:166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2620.699531] audit: type=1400 audit(1785160245.464:167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2620.701877] audit: type=1400 audit(1785160245.466:168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2620.736593] audit: type=1400 audit(1785160245.501:169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2892.996816] audit: type=1400 audit(1785160517.763:170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2892.998826] audit: type=1400 audit(1785160517.765:171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2893.039877] audit: type=1400 audit(1785160517.806:172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3181.200632] audit: type=1400 audit(1785160805.968:173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3181.202175] audit: type=1400 audit(1785160805.969:174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3181.238890] audit: type=1400 audit(1785160806.006:175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3418.306382] audit: type=1400 audit(1785161043.076:176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3418.308604] audit: type=1400 audit(1785161043.078:177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3418.349431] audit: type=1400 audit(1785161043.118:178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3664.969259] audit: type=1400 audit(1785161289.740:179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3664.971506] audit: type=1400 audit(1785161289.742:180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3665.006189] audit: type=1400 audit(1785161289.777:181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3897.539157] audit: type=1400 audit(1785161522.311:182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3897.541400] audit: type=1400 audit(1785161522.313:183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3897.582421] audit: type=1400 audit(1785161522.354:184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4146.654434] audit: type=1400 audit(1785161771.428:185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4146.656691] audit: type=1400 audit(1785161771.430:186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4146.698014] audit: type=1400 audit(1785161771.471:187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4394.775702] audit: type=1400 audit(1785162019.551:188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4394.777721] audit: type=1400 audit(1785162019.552:189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4394.817993] audit: type=1400 audit(1785162019.593:190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4644.375777] audit: type=1400 audit(1785162269.152:191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4644.378000] audit: type=1400 audit(1785162269.154:192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4644.418495] audit: type=1400 audit(1785162269.195:193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4875.432110] audit: type=1400 audit(1785162500.210:194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4875.434329] audit: type=1400 audit(1785162500.212:195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4875.474462] audit: type=1400 audit(1785162500.252:196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5125.844961] audit: type=1400 audit(1785162750.624:197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5125.847322] audit: type=1400 audit(1785162750.627:198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5125.887574] audit: type=1400 audit(1785162750.667:199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5383.666193] audit: type=1400 audit(1785163008.447:200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5383.667619] audit: type=1400 audit(1785163008.448:201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5383.707988] audit: type=1400 audit(1785163008.488:202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5663.168475] audit: type=1400 audit(1785163287.951:203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5663.170745] audit: type=1400 audit(1785163287.953:204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5663.212159] audit: type=1400 audit(1785163287.994:205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5944.658679] audit: type=1400 audit(1785163569.443:206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5944.660720] audit: type=1400 audit(1785163569.445:207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5944.702835] audit: type=1400 audit(1785163569.487:208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6213.531414] audit: type=1400 audit(1785163838.317:209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6213.533661] audit: type=1400 audit(1785163838.319:210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6213.574722] audit: type=1400 audit(1785163838.360:211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6505.560157] audit: type=1400 audit(1785164130.348:212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6505.562513] audit: type=1400 audit(1785164130.350:213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6505.603031] audit: type=1400 audit(1785164130.390:214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6735.991375] audit: type=1400 audit(1785164360.780:215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6735.993559] audit: type=1400 audit(1785164360.782:216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6736.034651] audit: type=1400 audit(1785164360.823:217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7018.187259] audit: type=1400 audit(1785164642.978:218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7018.189621] audit: type=1400 audit(1785164642.980:219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7018.230560] audit: type=1400 audit(1785164643.021:220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7258.336190] audit: type=1400 audit(1785164883.129:221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7258.338797] audit: type=1400 audit(1785164883.131:222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7258.380068] audit: type=1400 audit(1785164883.172:223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7490.776710] audit: type=1400 audit(1785165115.570:224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7490.779008] audit: type=1400 audit(1785165115.572:225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7490.813768] audit: type=1400 audit(1785165115.607:226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7719.794398] audit: type=1400 audit(1785165344.589:227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7719.796429] audit: type=1400 audit(1785165344.591:228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7719.836859] audit: type=1400 audit(1785165344.631:229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7996.320646] audit: type=1400 audit(1785165621.117:230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7996.322931] audit: type=1400 audit(1785165621.119:231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7996.363786] audit: type=1400 audit(1785165621.160:232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8294.869896] audit: type=1400 audit(1785165919.668:233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8294.872137] audit: type=1400 audit(1785165919.671:234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8294.912844] audit: type=1400 audit(1785165919.711:235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8531.994818] audit: type=1400 audit(1785166156.794:236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8531.997059] audit: type=1400 audit(1785166156.796:237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8532.037659] audit: type=1400 audit(1785166156.837:238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8794.225086] audit: type=1400 audit(1785166419.026:239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8794.227046] audit: type=1400 audit(1785166419.028:240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8794.267642] audit: type=1400 audit(1785166419.068:241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9023.664861] audit: type=1400 audit(1785166648.467:242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9023.667146] audit: type=1400 audit(1785166648.470:243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9023.707624] audit: type=1400 audit(1785166648.510:244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9279.965094] audit: type=1400 audit(1785166904.769:245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9279.967445] audit: type=1400 audit(1785166904.771:246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9280.001738] audit: type=1400 audit(1785166904.805:247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9563.317088] audit: type=1400 audit(1785167188.122:248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9563.319385] audit: type=1400 audit(1785167188.125:249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9563.359685] audit: type=1400 audit(1785167188.165:250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9805.276869] audit: type=1400 audit(1785167430.083:251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9805.279112] audit: type=1400 audit(1785167430.086:252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9805.319916] audit: type=1400 audit(1785167430.126:253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10103.151361] audit: type=1400 audit(1785167727.960:254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10103.153559] audit: type=1400 audit(1785167727.962:255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10103.194221] audit: type=1400 audit(1785167728.002:256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10359.771059] audit: type=1400 audit(1785167984.581:257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10359.773427] audit: type=1400 audit(1785167984.584:258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10359.814119] audit: type=1400 audit(1785167984.624:259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10656.603299] audit: type=1400 audit(1785168281.415:260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10656.605602] audit: type=1400 audit(1785168281.417:261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10656.647263] audit: type=1400 audit(1785168281.459:262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10700.102055] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[10943.085296] audit: type=1400 audit(1785168567.899:263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10943.087299] audit: type=1400 audit(1785168567.901:264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10943.121182] audit: type=1400 audit(1785168567.934:265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11168.643384] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11206.759967] audit: type=1400 audit(1785168831.574:266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11206.762265] audit: type=1400 audit(1785168831.577:267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11206.803323] audit: type=1400 audit(1785168831.618:268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11348.802405] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11355.010328] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11482.527373] audit: type=1400 audit(1785169107.343:269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11482.529583] audit: type=1400 audit(1785169107.346:270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11482.563664] audit: type=1400 audit(1785169107.380:271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11528.833393] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11535.105332] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11541.377282] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11709.184346] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11715.520313] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11719.649994] audit: type=1400 audit(1785169344.467:272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11719.652215] audit: type=1400 audit(1785169344.470:273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11719.692849] audit: type=1400 audit(1785169344.510:274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11721.664308] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11727.808267] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11889.215373] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11896.959326] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11903.103289] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11909.247220] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[11915.391188] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12000.907610] audit: type=1400 audit(1785169625.727:275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12000.909777] audit: type=1400 audit(1785169625.729:276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12000.944383] audit: type=1400 audit(1785169625.763:277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12069.222310] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12075.134281] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12084.350229] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12088.318206] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12094.462193] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12102.782148] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12250.237299] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12256.381300] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12260.349238] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12264.720841] audit: type=1400 audit(1785169889.541:278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12264.723141] audit: type=1400 audit(1785169889.544:279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12264.761326] audit: type=1400 audit(1785169889.582:280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12274.813166] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12280.957170] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12287.997073] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12430.268272] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12437.628079] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12445.692190] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12462.204101] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12468.348068] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12473.340027] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12542.893090] audit: type=1400 audit(1785170167.716:281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12542.895329] audit: type=1400 audit(1785170167.718:282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12542.936055] audit: type=1400 audit(1785170167.758:283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12610.299263] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12615.803300] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12625.019210] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12631.035142] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12647.419047] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12658.683005] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12776.529397] audit: type=1400 audit(1785170401.353:284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12776.531106] audit: type=1400 audit(1785170401.354:285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12776.580215] audit: type=1400 audit(1785170401.404:286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12790.906279] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12797.050231] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12801.018206] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12812.410129] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12816.378094] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12833.914017] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12844.025939] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12970.937219] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12976.121185] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[12986.361152] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13002.873045] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13019.128944] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13029.368910] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13034.962181] audit: type=1400 audit(1785170659.788:287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13034.964473] audit: type=1400 audit(1785170659.790:288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13035.005735] audit: type=1400 audit(1785170659.831:289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13150.968201] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13161.464138] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13171.832081] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13188.087989] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13205.623761] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13214.839842] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13299.538262] audit: type=1400 audit(1785170924.365:290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13299.540419] audit: type=1400 audit(1785170924.367:291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13299.580830] audit: type=1400 audit(1785170924.407:292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13331.575040] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13336.055154] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13346.807101] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13359.222892] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13374.582943] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13390.838843] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13402.230820] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13511.606170] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13522.038122] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13532.150040] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13544.437966] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13561.973894] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13577.333634] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13585.300623] audit: type=1400 audit(1785171210.129:293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13585.303289] audit: type=1400 audit(1785171210.132:294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13585.344419] audit: type=1400 audit(1785171210.172:295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13589.621743] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13694.069165] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13697.141183] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13707.253068] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13718.645012] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13729.780988] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13747.188864] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13762.548797] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13774.836721] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13819.572509] audit: type=1400 audit(1785171444.402:296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13819.574106] audit: type=1400 audit(1785171444.403:297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13819.608545] audit: type=1400 audit(1785171444.438:298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13874.100118] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13884.532086] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13892.596022] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13906.035956] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13915.123936] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13932.531669] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13949.043702] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[13960.179515] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14056.563131] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14059.507089] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14069.747072] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14078.066992] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14091.250913] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14100.466855] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14114.845665] audit: type=1400 audit(1785171739.677:299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14114.847469] audit: type=1400 audit(1785171739.678:300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14114.888545] audit: type=1400 audit(1785171739.719:301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14117.874761] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14134.258673] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14145.522605] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14236.593968] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14247.026042] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14255.090028] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14265.457829] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14277.745912] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14286.961817] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14305.393723] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14319.601512] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14330.865553] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14340.338708] audit: type=1400 audit(1785171965.171:302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14340.340560] audit: type=1400 audit(1785171965.173:303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14340.380612] audit: type=1400 audit(1785171965.213:304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14416.625085] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14422.001052] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14432.241028] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14440.432945] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14452.848881] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14462.960836] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14472.176788] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14490.608654] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14504.944562] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14517.360501] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14597.232043] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14598.017126] audit: type=1400 audit(1785172222.851:305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14598.018886] audit: type=1400 audit(1785172222.852:306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14598.059517] audit: type=1400 audit(1785172222.892:307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14603.376007] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14607.343980] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14617.583925] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14627.951886] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14638.063804] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14648.303772] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14657.519711] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14675.951598] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14690.287505] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14704.751438] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14777.263044] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14782.446975] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14792.686905] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14802.926859] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14815.342792] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14823.406746] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14833.646685] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14842.862628] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14849.774679] audit: type=1400 audit(1785172474.610:308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14849.776589] audit: type=1400 audit(1785172474.612:309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14849.817455] audit: type=1400 audit(1785172474.653:310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14861.294524] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14875.630427] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14889.966397] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14957.293970] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14967.789910] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14978.029855] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[14990.445828] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15000.557716] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15008.749691] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15021.165610] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15030.381556] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15046.637322] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15060.973369] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15075.309309] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15124.467697] audit: type=1400 audit(1785172749.304:311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15124.469573] audit: type=1400 audit(1785172749.306:312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15124.509908] audit: type=1400 audit(1785172749.346:313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15137.324933] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15142.380925] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15153.260836] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15163.372804] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15177.836709] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15185.900653] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15194.092440] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15208.557540] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15217.772499] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15231.980383] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15246.316306] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15260.652221] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15319.147888] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15327.723825] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15338.475809] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15348.715713] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15352.269304] audit: type=1400 audit(1785172977.108:314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15352.271197] audit: type=1400 audit(1785172977.110:315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15352.311569] audit: type=1400 audit(1785172977.150:316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15365.227614] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15371.371638] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15380.587552] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15393.771496] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15402.987440] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15417.451317] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15431.659168] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15448.171145] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15499.178853] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15504.362817] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15513.042753] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15524.010704] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15534.058690] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15552.618547] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15556.586521] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15565.802465] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15579.114374] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15588.330337] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15593.105361] audit: type=1400 audit(1785173217.945:317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15593.107157] audit: type=1400 audit(1785173217.947:318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15593.152029] audit: type=1400 audit(1785173217.991:319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15602.666299] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15617.002170] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15633.386077] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15679.209825] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15689.897785] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15698.409688] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15709.289644] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15719.401580] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15741.929440] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15751.145412] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15764.649379] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15773.673268] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15788.201198] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15804.521095] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15819.880907] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15859.368803] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15861.994467] audit: type=1400 audit(1785173486.836:320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15861.996230] audit: type=1400 audit(1785173486.838:321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15862.037063] audit: type=1400 audit(1785173486.878:322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15864.488755] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15875.240687] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15884.392640] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15896.680469] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15904.936510] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15927.400387] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15936.616339] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15949.800257] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15959.208225] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15973.480121] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[15989.928170] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16007.271930] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16039.399745] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16044.495707] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16049.831697] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16060.391620] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16071.783562] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16081.895488] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16090.215487] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16090.904961] audit: type=1400 audit(1785173715.747:323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16090.906786] audit: type=1400 audit(1785173715.749:324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16090.947473] audit: type=1400 audit(1785173715.790:325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16112.615357] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16121.831268] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16135.143199] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16144.359134] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16158.695082] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16176.230958] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16192.486704] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16222.310692] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16229.862648] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16235.174619] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16245.734544] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16256.998530] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16267.430447] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16277.606369] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16297.958248] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16307.366230] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16320.678278] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16329.830115] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16344.037988] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16349.478029] audit: type=1400 audit(1785173974.322:326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16349.479832] audit: type=1400 audit(1785173974.324:327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16349.520095] audit: type=1400 audit(1785173974.364:328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16361.445885] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16377.829828] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16403.621806] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16407.525618] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16415.205574] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16421.990578] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16431.077512] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16443.493421] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16452.709362] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16462.821303] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16483.493221] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16492.645150] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16505.829053] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16515.045001] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16529.380920] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16548.004808] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16563.300731] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16583.652606] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16594.084574] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16600.524724] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16602.337736] audit: type=1400 audit(1785174227.183:329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16602.339185] audit: type=1400 audit(1785174227.184:330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16602.379620] audit: type=1400 audit(1785174227.225:331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16609.380484] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16616.420417] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16628.900387] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16640.100283] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16649.316271] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16668.644134] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16677.860062] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16691.171870] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16700.387932] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16716.899859] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16733.155769] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16749.732499] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16763.683564] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16769.123540] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16781.411508] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16785.891440] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16794.595390] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16801.763346] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16814.051274] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16825.315224] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16834.723225] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16853.987081] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16864.354985] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16876.514911] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16885.858700] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16892.642612] audit: type=1400 audit(1785174517.490:332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16892.644411] audit: type=1400 audit(1785174517.492:333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16892.685459] audit: type=1400 audit(1785174517.532:334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16904.290754] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16918.498668] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16934.882449] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16944.226560] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16954.338463] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16971.234365] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16979.938313] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16987.234280] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[16999.586225] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17011.810132] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17019.874086] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17039.522094] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17051.809983] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17061.857846] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17071.073789] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17089.505744] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17104.033724] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17119.956626] audit: type=1400 audit(1785174744.805:335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17119.958454] audit: type=1400 audit(1785174744.807:336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17119.998584] audit: type=1400 audit(1785174744.847:337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17120.225534] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17124.257481] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17129.441479] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17139.681403] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17156.553320] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17165.409284] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17172.449202] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17184.737130] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17197.025048] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17205.345020] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17224.672926] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17236.960832] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17247.200773] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17256.416717] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17274.848665] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17289.184531] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17304.288297] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17315.936383] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17325.024312] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17341.920276] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17350.624177] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17357.792193] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17368.313070] audit: type=1400 audit(1785174993.162:338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17368.315002] audit: type=1400 audit(1785174993.164:339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17368.358258] audit: type=1400 audit(1785174993.208:340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17371.296161] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17382.367985] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17390.559943] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17411.167844] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17422.303784] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17432.735863] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17441.951793] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17460.383688] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17475.679456] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17484.959558] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17491.104391] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17503.391293] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17510.559273] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17527.967159] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17536.159147] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17543.327209] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17556.639019] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17567.903137] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17577.054909] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17598.558747] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17607.646707] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17615.029000] audit: type=1400 audit(1785175239.880:341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17615.031252] audit: type=1400 audit(1785175239.883:342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17615.065779] audit: type=1400 audit(1785175239.917:343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17618.078662] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17629.278611] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17646.750502] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17663.070379] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17666.142360] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17670.110236] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17676.446311] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[17850.496564] audit: type=1400 audit(1785175475.349:344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17850.498388] audit: type=1400 audit(1785175475.351:345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17850.539333] audit: type=1400 audit(1785175475.392:346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18135.228766] audit: type=1400 audit(1785175760.083:347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18135.230642] audit: type=1400 audit(1785175760.085:348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18135.270751] audit: type=1400 audit(1785175760.125:349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18408.984145] audit: type=1400 audit(1785176033.840:350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18408.985915] audit: type=1400 audit(1785176033.841:351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18409.026841] audit: type=1400 audit(1785176033.882:352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18666.325665] audit: type=1400 audit(1785176291.183:353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18666.327533] audit: type=1400 audit(1785176291.185:354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18666.368372] audit: type=1400 audit(1785176291.225:355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18915.176355] audit: type=1400 audit(1785176540.035:356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18915.178130] audit: type=1400 audit(1785176540.037:357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18915.221850] audit: type=1400 audit(1785176540.080:358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19209.801675] audit: type=1400 audit(1785176834.662:359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19209.805000] audit: type=1400 audit(1785176834.665:360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19209.846396] audit: type=1400 audit(1785176834.707:361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19505.905087] audit: type=1400 audit(1785177130.767:362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19505.906931] audit: type=1400 audit(1785177130.769:363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19505.948157] audit: type=1400 audit(1785177130.810:364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19803.928284] audit: type=1400 audit(1785177428.792:365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19803.933637] audit: type=1400 audit(1785177428.797:366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19803.978513] audit: type=1400 audit(1785177428.842:367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20088.684495] audit: type=1400 audit(1785177713.550:368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20088.687780] audit: type=1400 audit(1785177713.553:369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20088.729125] audit: type=1400 audit(1785177713.594:370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20332.023068] audit: type=1400 audit(1785177956.890:371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20332.025046] audit: type=1400 audit(1785177956.892:372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20332.068977] audit: type=1400 audit(1785177956.936:373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20594.838012] audit: type=1400 audit(1785178219.706:374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20594.839902] audit: type=1400 audit(1785178219.708:375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20594.875548] audit: type=1400 audit(1785178219.744:376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20848.325941] audit: type=1400 audit(1785178473.195:377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20848.327601] audit: type=1400 audit(1785178473.196:378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20848.368100] audit: type=1400 audit(1785178473.237:379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21092.942300] audit: type=1400 audit(1785178717.814:380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21092.944498] audit: type=1400 audit(1785178717.816:381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21092.985013] audit: type=1400 audit(1785178717.856:382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21373.078037] audit: type=1400 audit(1785178997.951:383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21373.080328] audit: type=1400 audit(1785178997.954:384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21373.120977] audit: type=1400 audit(1785178997.994:385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21622.785090] audit: type=1400 audit(1785179247.660:386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21622.786840] audit: type=1400 audit(1785179247.661:387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21622.827639] audit: type=1400 audit(1785179247.702:388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21869.847029] audit: type=1400 audit(1785179494.722:389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21869.849192] audit: type=1400 audit(1785179494.725:390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21869.889994] audit: type=1400 audit(1785179494.765:391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22109.779357] audit: type=1400 audit(1785179734.657:392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22109.781608] audit: type=1400 audit(1785179734.659:393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22109.824177] audit: type=1400 audit(1785179734.701:394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22396.896188] audit: type=1400 audit(1785180021.775:395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22396.898539] audit: type=1400 audit(1785180021.776:396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22396.939258] audit: type=1400 audit(1785180021.818:397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22674.372220] audit: type=1400 audit(1785180299.253:398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22674.374419] audit: type=1400 audit(1785180299.255:399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22674.414448] audit: type=1400 audit(1785180299.295:400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22927.081366] audit: type=1400 audit(1785180551.963:401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22927.082904] audit: type=1400 audit(1785180551.965:402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22927.128395] audit: type=1400 audit(1785180552.010:403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23226.493698] audit: type=1400 audit(1785180851.377:404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23226.495900] audit: type=1400 audit(1785180851.379:405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23226.536376] audit: type=1400 audit(1785180851.420:406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23464.145351] audit: type=1400 audit(1785181089.031:407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23464.147683] audit: type=1400 audit(1785181089.033:408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23464.188813] audit: type=1400 audit(1785181089.074:409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23697.543173] audit: type=1400 audit(1785181322.430:410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23697.545442] audit: type=1400 audit(1785181322.432:411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23697.586498] audit: type=1400 audit(1785181322.473:412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23985.611126] audit: type=1400 audit(1785181610.500:413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23985.613617] audit: type=1400 audit(1785181610.502:414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23985.649257] audit: type=1400 audit(1785181610.537:415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24259.373136] audit: type=1400 audit(1785181884.263:416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24259.375316] audit: type=1400 audit(1785181884.265:417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24259.416876] audit: type=1400 audit(1785181884.306:418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24504.226156] audit: type=1400 audit(1785182129.118:419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24504.228511] audit: type=1400 audit(1785182129.120:420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24504.268835] audit: type=1400 audit(1785182129.160:421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24781.552581] audit: type=1400 audit(1785182406.445:422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24781.554717] audit: type=1400 audit(1785182406.446:423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24781.598074] audit: type=1400 audit(1785182406.490:424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25052.669549] audit: type=1400 audit(1785182677.564:425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25052.671683] audit: type=1400 audit(1785182677.566:426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25052.712763] audit: type=1400 audit(1785182677.607:427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25296.306275] audit: type=1400 audit(1785182921.202:428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25296.308482] audit: type=1400 audit(1785182921.204:429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25296.350276] audit: type=1400 audit(1785182921.246:430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25539.801340] audit: type=1400 audit(1785183164.699:431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25539.803580] audit: type=1400 audit(1785183164.701:432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25539.844269] audit: type=1400 audit(1785183164.741:433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25831.267736] audit: type=1400 audit(1785183456.166:434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25831.270027] audit: type=1400 audit(1785183456.168:435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25831.310211] audit: type=1400 audit(1785183456.209:436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26059.166147] audit: type=1400 audit(1785183684.066:437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26059.168440] audit: type=1400 audit(1785183684.069:438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26059.209420] audit: type=1400 audit(1785183684.109:439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26294.590315] audit: type=1400 audit(1785183919.492:440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26294.592322] audit: type=1400 audit(1785183919.494:441): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26294.633049] audit: type=1400 audit(1785183919.534:442): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26589.069776] audit: type=1400 audit(1785184213.973:443): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26589.072085] audit: type=1400 audit(1785184213.975:444): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26589.113282] audit: type=1400 audit(1785184214.016:445): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26818.063401] audit: type=1400 audit(1785184442.968:446): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26818.065037] audit: type=1400 audit(1785184442.969:447): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26818.105314] audit: type=1400 audit(1785184443.010:448): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27057.859948] audit: type=1400 audit(1785184682.766:449): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27057.862266] audit: type=1400 audit(1785184682.769:450): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27057.902961] audit: type=1400 audit(1785184682.809:451): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27308.778834] audit: type=1400 audit(1785184933.686:452): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27308.781181] audit: type=1400 audit(1785184933.689:453): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27308.822512] audit: type=1400 audit(1785184933.730:454): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27586.089761] audit: type=1400 audit(1785185210.999:455): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27586.091909] audit: type=1400 audit(1785185211.001:456): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27586.132738] audit: type=1400 audit(1785185211.042:457): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27874.595189] audit: type=1400 audit(1785185499.506:458): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27874.597475] audit: type=1400 audit(1785185499.507:459): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27874.638819] audit: type=1400 audit(1785185499.549:460): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28120.066072] audit: type=1400 audit(1785185744.978:461): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28120.068383] audit: type=1400 audit(1785185744.980:462): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28120.110124] audit: type=1400 audit(1785185745.022:463): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28373.096683] audit: type=1400 audit(1785185998.010:464): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28373.098850] audit: type=1400 audit(1785185998.012:465): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28373.140762] audit: type=1400 audit(1785185998.054:466): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28618.028521] audit: type=1400 audit(1785186242.944:467): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28618.030740] audit: type=1400 audit(1785186242.946:468): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28618.071411] audit: type=1400 audit(1785186242.986:469): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28895.874941] audit: type=1400 audit(1785186520.791:470): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28895.877261] audit: type=1400 audit(1785186520.794:471): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28895.918058] audit: type=1400 audit(1785186520.834:472): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29166.605171] audit: type=1400 audit(1785186791.523:473): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29166.607483] audit: type=1400 audit(1785186791.526:474): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29166.649183] audit: type=1400 audit(1785186791.567:475): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29417.680335] audit: type=1400 audit(1785187042.600:476): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29417.682540] audit: type=1400 audit(1785187042.602:477): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29417.725590] audit: type=1400 audit(1785187042.645:478): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29680.733702] audit: type=1400 audit(1785187305.655:479): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29680.735719] audit: type=1400 audit(1785187305.657:480): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29680.770717] audit: type=1400 audit(1785187305.692:481): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29978.453817] audit: type=1400 audit(1785187603.377:482): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29978.455668] audit: type=1400 audit(1785187603.378:483): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[29978.496635] audit: type=1400 audit(1785187603.419:484): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30258.551435] audit: type=1400 audit(1785187883.476:485): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30258.553560] audit: type=1400 audit(1785187883.478:486): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30258.594188] audit: type=1400 audit(1785187883.519:487): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30529.785434] audit: type=1400 audit(1785188154.712:488): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30529.787751] audit: type=1400 audit(1785188154.714:489): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30529.828756] audit: type=1400 audit(1785188154.755:490): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30807.420991] audit: type=1400 audit(1785188432.348:491): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30807.423215] audit: type=1400 audit(1785188432.351:492): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[30807.463102] audit: type=1400 audit(1785188432.390:493): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31064.057922] audit: type=1400 audit(1785188688.987:494): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31064.059920] audit: type=1400 audit(1785188688.989:495): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31064.103135] audit: type=1400 audit(1785188689.032:496): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31291.808877] audit: type=1400 audit(1785188916.739:497): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31291.811237] audit: type=1400 audit(1785188916.742:498): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31291.852312] audit: type=1400 audit(1785188916.783:499): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31580.808031] audit: type=1400 audit(1785189205.740:500): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31580.810258] audit: type=1400 audit(1785189205.743:501): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31580.845725] audit: type=1400 audit(1785189205.778:502): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31881.411279] audit: type=1400 audit(1785189506.346:503): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31881.413547] audit: type=1400 audit(1785189506.348:504): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[31881.453510] audit: type=1400 audit(1785189506.387:505): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32121.058965] audit: type=1400 audit(1785189745.994:506): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32121.061256] audit: type=1400 audit(1785189745.997:507): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32121.102593] audit: type=1400 audit(1785189746.038:508): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32420.769293] audit: type=1400 audit(1785190045.707:509): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32420.771231] audit: type=1400 audit(1785190045.709:510): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32420.812369] audit: type=1400 audit(1785190045.749:511): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32673.671120] audit: type=1400 audit(1785190298.609:512): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32673.675011] audit: type=1400 audit(1785190298.613:513): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32673.715203] audit: type=1400 audit(1785190298.654:514): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32968.236115] audit: type=1400 audit(1785190593.177:515): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32968.238394] audit: type=1400 audit(1785190593.179:516): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[32968.279179] audit: type=1400 audit(1785190593.219:517): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33240.806198] audit: type=1400 audit(1785190865.749:518): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33240.808449] audit: type=1400 audit(1785190865.751:519): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33240.849944] audit: type=1400 audit(1785190865.792:520): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33508.352176] audit: type=1400 audit(1785191133.296:521): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33508.353691] audit: type=1400 audit(1785191133.297:522): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33508.394167] audit: type=1400 audit(1785191133.338:523): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33752.647879] audit: type=1400 audit(1785191377.593:524): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33752.650212] audit: type=1400 audit(1785191377.596:525): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33752.690585] audit: type=1400 audit(1785191377.635:526): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33996.636487] audit: type=1400 audit(1785191621.583:527): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33996.638834] audit: type=1400 audit(1785191621.585:528): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[33996.680089] audit: type=1400 audit(1785191621.626:529): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34259.143870] audit: type=1400 audit(1785191884.092:530): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34259.146164] audit: type=1400 audit(1785191884.095:531): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34259.186728] audit: type=1400 audit(1785191884.134:532): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34488.469776] audit: type=1400 audit(1785192113.419:533): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34488.472121] audit: type=1400 audit(1785192113.422:534): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34488.513765] audit: type=1400 audit(1785192113.463:535): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34776.300095] audit: type=1400 audit(1785192401.251:536): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34776.302352] audit: type=1400 audit(1785192401.254:537): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34776.343663] audit: type=1400 audit(1785192401.294:538): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35071.542209] audit: type=1400 audit(1785192696.495:539): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35071.544305] audit: type=1400 audit(1785192696.497:540): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35071.579811] audit: type=1400 audit(1785192696.532:541): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35337.175810] audit: type=1400 audit(1785192962.130:542): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35337.177645] audit: type=1400 audit(1785192962.132:543): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35337.217731] audit: type=1400 audit(1785192962.172:544): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35593.091366] audit: type=1400 audit(1785193218.047:545): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35593.093517] audit: type=1400 audit(1785193218.049:546): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35593.134202] audit: type=1400 audit(1785193218.090:547): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35843.479177] audit: type=1400 audit(1785193468.437:548): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35843.481249] audit: type=1400 audit(1785193468.439:549): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35843.516800] audit: type=1400 audit(1785193468.474:550): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36083.803374] audit: type=1400 audit(1785193708.762:551): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36083.805721] audit: type=1400 audit(1785193708.764:552): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36083.846752] audit: type=1400 audit(1785193708.805:553): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36311.293013] audit: type=1400 audit(1785193936.253:554): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36311.295279] audit: type=1400 audit(1785193936.256:555): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36311.337075] audit: type=1400 audit(1785193936.297:556): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36595.416096] audit: type=1400 audit(1785194220.377:557): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36595.418799] audit: type=1400 audit(1785194220.380:558): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36595.462673] audit: type=1400 audit(1785194220.424:559): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36839.310007] audit: type=1400 audit(1785194464.273:560): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36839.312133] audit: type=1400 audit(1785194464.276:561): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36839.353818] audit: type=1400 audit(1785194464.317:562): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37109.069301] audit: type=1400 audit(1785194734.034:563): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37109.071558] audit: type=1400 audit(1785194734.036:564): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37109.112986] audit: type=1400 audit(1785194734.077:565): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37364.395911] audit: type=1400 audit(1785194989.362:566): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37364.398065] audit: type=1400 audit(1785194989.364:567): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37364.438363] audit: type=1400 audit(1785194989.404:568): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37600.606339] audit: type=1400 audit(1785195225.574:569): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37600.607731] audit: type=1400 audit(1785195225.575:570): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37600.642591] audit: type=1400 audit(1785195225.610:571): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37837.940578] audit: type=1400 audit(1785195462.909:572): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37837.944353] audit: type=1400 audit(1785195462.913:573): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37837.985131] audit: type=1400 audit(1785195462.953:574): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38074.252813] audit: type=1400 audit(1785195699.223:575): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38074.255130] audit: type=1400 audit(1785195699.226:576): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38074.295798] audit: type=1400 audit(1785195699.266:577): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38323.985494] audit: type=1400 audit(1785195948.957:578): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38323.987790] audit: type=1400 audit(1785195948.959:579): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38324.022398] audit: type=1400 audit(1785195948.994:580): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38593.712200] audit: type=1400 audit(1785196218.686:581): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38593.713925] audit: type=1400 audit(1785196218.687:582): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38593.754775] audit: type=1400 audit(1785196218.728:583): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38861.314953] audit: type=1400 audit(1785196486.289:584): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38861.317246] audit: type=1400 audit(1785196486.292:585): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38861.358124] audit: type=1400 audit(1785196486.332:586): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39150.683590] audit: type=1400 audit(1785196775.660:587): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39150.685761] audit: type=1400 audit(1785196775.662:588): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39150.726547] audit: type=1400 audit(1785196775.703:589): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39385.515215] audit: type=1400 audit(1785197010.493:590): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39385.517498] audit: type=1400 audit(1785197010.495:591): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39385.557734] audit: type=1400 audit(1785197010.535:592): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39630.135028] audit: type=1400 audit(1785197255.114:593): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39630.137348] audit: type=1400 audit(1785197255.117:594): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39630.178523] audit: type=1400 audit(1785197255.158:595): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39908.059240] audit: type=1400 audit(1785197533.041:596): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39908.061446] audit: type=1400 audit(1785197533.042:597): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39908.097118] audit: type=1400 audit(1785197533.078:598): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40178.436487] audit: type=1400 audit(1785197803.419:599): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40178.438770] audit: type=1400 audit(1785197803.421:600): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40178.479556] audit: type=1400 audit(1785197803.462:601): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40476.594793] audit: type=1400 audit(1785198101.579:602): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40476.597068] audit: type=1400 audit(1785198101.581:603): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40476.637765] audit: type=1400 audit(1785198101.622:604): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40717.441353] audit: type=1400 audit(1785198342.427:605): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40717.443672] audit: type=1400 audit(1785198342.429:606): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40717.488364] audit: type=1400 audit(1785198342.474:607): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40949.704476] audit: type=1400 audit(1785198574.692:608): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40949.706652] audit: type=1400 audit(1785198574.694:609): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40949.746682] audit: type=1400 audit(1785198574.733:610): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41245.717332] audit: type=1400 audit(1785198870.706:611): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41245.720099] audit: type=1400 audit(1785198870.709:612): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41245.760739] audit: type=1400 audit(1785198870.749:613): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41528.058525] audit: type=1400 audit(1785199153.049:614): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41528.060929] audit: type=1400 audit(1785199153.051:615): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41528.095680] audit: type=1400 audit(1785199153.086:616): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41791.660462] audit: type=1400 audit(1785199416.652:617): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41791.662745] audit: type=1400 audit(1785199416.654:618): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41791.704264] audit: type=1400 audit(1785199416.695:619): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42074.651506] audit: type=1400 audit(1785199699.645:620): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42074.653687] audit: type=1400 audit(1785199699.647:621): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42074.689346] audit: type=1400 audit(1785199699.683:622): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42334.360433] audit: type=1400 audit(1785199959.355:623): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42334.362802] audit: type=1400 audit(1785199959.358:624): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42334.399809] audit: type=1400 audit(1785199959.395:625): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42595.084431] audit: type=1400 audit(1785200220.081:626): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42595.086801] audit: type=1400 audit(1785200220.083:627): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42595.122410] audit: type=1400 audit(1785200220.119:628): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42841.200106] audit: type=1400 audit(1785200466.199:629): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42841.202343] audit: type=1400 audit(1785200466.201:630): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42841.243437] audit: type=1400 audit(1785200466.241:631): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43121.864016] audit: type=1400 audit(1785200746.863:632): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43121.868169] audit: type=1400 audit(1785200746.868:633): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43121.909241] audit: type=1400 audit(1785200746.909:634): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43393.245100] audit: type=1400 audit(1785201018.247:635): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43393.247296] audit: type=1400 audit(1785201018.249:636): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43393.288464] audit: type=1400 audit(1785201018.289:637): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43688.626904] audit: type=1400 audit(1785201313.630:638): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43688.629028] audit: type=1400 audit(1785201313.632:639): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43688.669646] audit: type=1400 audit(1785201313.672:640): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43955.071180] audit: type=1400 audit(1785201580.076:641): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43955.073382] audit: type=1400 audit(1785201580.078:642): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43955.113869] audit: type=1400 audit(1785201580.118:643): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44194.935142] audit: type=1400 audit(1785201819.941:644): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44194.937222] audit: type=1400 audit(1785201819.943:645): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44194.977361] audit: type=1400 audit(1785201819.983:646): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44440.962876] audit: type=1400 audit(1785202065.970:647): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44440.965116] audit: type=1400 audit(1785202065.972:648): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44441.006433] audit: type=1400 audit(1785202066.013:649): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44702.756576] audit: type=1400 audit(1785202327.765:650): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44702.759034] audit: type=1400 audit(1785202327.767:651): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44702.799842] audit: type=1400 audit(1785202327.808:652): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44941.287415] audit: type=1400 audit(1785202566.298:653): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44941.289642] audit: type=1400 audit(1785202566.300:654): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44941.330286] audit: type=1400 audit(1785202566.340:655): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45187.523193] audit: type=1400 audit(1785202812.535:656): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45187.525426] audit: type=1400 audit(1785202812.537:657): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45187.566396] audit: type=1400 audit(1785202812.578:658): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45483.869445] audit: type=1400 audit(1785203108.883:659): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45483.871435] audit: type=1400 audit(1785203108.885:660): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45483.910752] audit: type=1400 audit(1785203108.924:661): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45769.271077] audit: type=1400 audit(1785203394.286:662): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45769.274983] audit: type=1400 audit(1785203394.290:663): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45769.310028] audit: type=1400 audit(1785203394.325:664): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45995.588384] audit: type=1400 audit(1785203620.605:665): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45995.590713] audit: type=1400 audit(1785203620.607:666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45995.630743] audit: type=1400 audit(1785203620.647:667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46291.662919] audit: type=1400 audit(1785203916.681:668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46291.665099] audit: type=1400 audit(1785203916.683:669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46291.706500] audit: type=1400 audit(1785203916.724:670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46559.922338] audit: type=1400 audit(1785204184.942:671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46559.924265] audit: type=1400 audit(1785204184.944:672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46559.965407] audit: type=1400 audit(1785204184.985:673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46813.362203] audit: type=1400 audit(1785204438.384:674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46813.364466] audit: type=1400 audit(1785204438.386:675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46813.405597] audit: type=1400 audit(1785204438.426:676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47085.024575] audit: type=1400 audit(1785204710.047:677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47085.026693] audit: type=1400 audit(1785204710.049:678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47085.061354] audit: type=1400 audit(1785204710.084:679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47355.829561] audit: type=1400 audit(1785204980.854:680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47355.831645] audit: type=1400 audit(1785204980.856:681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47355.867624] audit: type=1400 audit(1785204980.892:682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47628.359651] audit: type=1400 audit(1785205253.385:683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47628.361965] audit: type=1400 audit(1785205253.387:684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47628.402095] audit: type=1400 audit(1785205253.427:685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47870.293645] audit: type=1400 audit(1785205495.321:686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47870.295902] audit: type=1400 audit(1785205495.323:687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47870.336713] audit: type=1400 audit(1785205495.364:688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48110.541819] audit: type=1400 audit(1785205735.570:689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48110.544068] audit: type=1400 audit(1785205735.572:690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48110.585369] audit: type=1400 audit(1785205735.614:691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48357.892302] audit: type=1400 audit(1785205982.923:692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48357.894699] audit: type=1400 audit(1785205982.925:693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48357.934972] audit: type=1400 audit(1785205982.965:694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48617.675408] audit: type=1400 audit(1785206242.707:695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48617.677378] audit: type=1400 audit(1785206242.709:696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48617.718360] audit: type=1400 audit(1785206242.750:697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48884.343804] audit: type=1400 audit(1785206509.377:698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48884.346005] audit: type=1400 audit(1785206509.379:699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48884.386882] audit: type=1400 audit(1785206509.420:700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49130.426171] audit: type=1400 audit(1785206755.461:701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49130.428390] audit: type=1400 audit(1785206755.463:702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49130.468944] audit: type=1400 audit(1785206755.503:703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49370.060813] audit: type=1400 audit(1785206995.097:704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49370.063068] audit: type=1400 audit(1785206995.099:705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49370.103038] audit: type=1400 audit(1785206995.139:706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none --- cpu MHz (live snapshot) $ grep -c ^processor /proc/cpuinfo @@ -3561,52 +4473,52 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 31Gi 2.7Gi 28Gi 32Mi 432Mi 28Gi -Swap: 8.0Gi 8.0Ki 8.0Gi +Mem: 31Gi 3.0Gi 27Gi 35Mi 1.0Gi 28Gi +Swap: 8.0Gi 0B 8.0Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 33351725056 2899521536 30428037120 34402304 453619712 30452203520 -Swap: 8589930496 8192 8589922304 +Mem: 33351712768 3251277824 29457137664 37646336 1077899264 30100434944 +Swap: 8589930496 0 8589930496 --- swapon $ swapon --show NAME TYPE SIZE USED PRIO -/dev/dm-0 partition 8G 8K -1 +/dev/dm-0 partition 8G 0B -1 --- /proc/meminfo highlights $ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo -MemTotal: 32570044 kB -MemFree: 29714880 kB -MemAvailable: 29738480 kB -Buffers: 30812 kB -Cached: 375284 kB +MemTotal: 32570032 kB +MemFree: 28767028 kB +MemAvailable: 29395248 kB +Buffers: 76124 kB +Cached: 939092 kB SwapTotal: 8388604 kB -SwapFree: 8388596 kB -Dirty: 340 kB +SwapFree: 8388604 kB +Dirty: 3324 kB Writeback: 0 kB -AnonPages: 2018500 kB -Mapped: 160564 kB -Shmem: 33596 kB -Slab: 185856 kB -SReclaimable: 36892 kB -SUnreclaim: 148964 kB -KernelStack: 5204 kB -PageTables: 15520 kB -SecPageTables: 2500 kB +AnonPages: 2341404 kB +Mapped: 160976 kB +Shmem: 36764 kB +Slab: 177456 kB +SReclaimable: 37420 kB +SUnreclaim: 140036 kB +KernelStack: 5044 kB +PageTables: 13984 kB +SecPageTables: 2364 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 1021952 kB +AnonHugePages: 1316864 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB HugePages_Total: 0 HugePages_Free: 0 Hugepagesize: 2048 kB -DirectMap4k: 227488 kB -DirectMap2M: 3667968 kB -DirectMap1G: 29360128 kB +DirectMap4k: 219296 kB +DirectMap2M: 4724736 kB +DirectMap1G: 28311552 kB --- numa stat $ cat /proc/sys/vm/numa_stat @@ -3622,380 +4534,379 @@ DirectMap1G: 29360128 kB --- slab top (top 20) $ slabtop -o -s c - Active / Total Objects (% used) : 477122 / 563704 (84.6%) - Active / Total Slabs (% used) : 15308 / 15308 (100.0%) - Active / Total Caches (% used) : 366 / 473 (77.4%) - Active / Total Size (% used) : 106689.99K / 131165.90K (81.3%) + Active / Total Objects (% used) : 506222 / 540397 (93.7%) + Active / Total Slabs (% used) : 14646 / 14646 (100.0%) + Active / Total Caches (% used) : 364 / 473 (77.0%) + Active / Total Size (% used) : 115287.49K / 123215.81K (93.6%) Minimum / Average / Maximum Object : 0.01K / 0.23K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME - 18648 5566 29% 0.57K 666 28 10656K radix_tree_node - 67380 65638 97% 0.13K 2246 30 8984K kernfs_node_cache - 6351 4488 70% 1.10K 219 29 7008K ext4_inode_cache - 426 405 95% 10.75K 213 2 6816K task_struct - 8476 8456 99% 0.60K 326 26 5216K inode_cache - 26544 26536 99% 0.19K 1264 21 5056K dentry - 2224 696 31% 2.00K 139 16 4448K kmalloc-cg-2k - 18102 13800 76% 0.19K 862 21 3448K vm_area_struct - 4232 4225 99% 0.67K 184 23 2944K proc_inode_cache - 4320 4293 99% 0.50K 135 32 2160K kmalloc-rnd-02-512 - 24380 21844 89% 0.09K 530 46 2120K lsm_inode_cache - 26544 26394 99% 0.07K 474 56 1896K vmap_area - 3744 2089 55% 0.50K 117 32 1872K kmalloc-rnd-06-512 - 17979 12420 69% 0.10K 461 39 1844K buffer_head - 2184 2184 100% 0.75K 104 21 1664K shmem_inode_cache - 1440 1435 99% 1.00K 45 32 1440K iommu_iova_magazine - 1280 1188 92% 1.00K 40 32 1280K kmalloc-rnd-10-1k - 4896 2164 44% 0.25K 153 32 1224K kmalloc-rnd-06-256 - 288 180 62% 4.00K 36 8 1152K kmalloc-cg-4k - 576 576 100% 2.00K 36 16 1152K kmalloc-rnd-10-2k - 1750 1736 99% 0.62K 70 25 1120K debugfs_inode_cache - 10062 6120 60% 0.10K 258 39 1032K anon_vma - 16448 9660 58% 0.06K 257 64 1028K anon_vma_chain - 15488 15000 96% 0.06K 242 64 968K dmaengine-unmap-2 - 14784 9120 61% 0.06K 231 64 924K kmalloc-cg-64 - 3680 2714 73% 0.25K 115 32 920K maple_node - 224 180 80% 4.00K 28 8 896K kmalloc-rnd-13-4k - 108 108 100% 8.00K 27 4 864K kmalloc-8k - 390 384 98% 2.06K 26 15 832K sighand_cache - 700 660 94% 1.12K 25 28 800K signal_cache - 4137 3640 87% 0.19K 197 21 788K kmalloc-rnd-06-192 - 736 384 52% 1.00K 23 32 736K kmalloc-cg-1k - 3822 3000 78% 0.19K 182 21 728K filp - 352 348 98% 2.00K 22 16 704K kmalloc-rnd-15-2k - 168 162 96% 4.00K 21 8 672K biovec-max - 336 192 57% 2.00K 21 16 672K biovec-128 - 336 156 46% 2.00K 21 16 672K kmalloc-rnd-13-2k - 943 363 38% 0.69K 41 23 656K skbuff_small_head - 1312 1086 82% 0.50K 41 32 656K pool_workqueue + 8845 8820 99% 1.10K 305 29 9760K ext4_inode_cache + 66240 66240 100% 0.13K 2208 30 8832K kernfs_node_cache + 12428 12404 99% 0.60K 478 26 7648K inode_cache + 35469 35457 99% 0.19K 1689 21 6756K dentry + 396 396 100% 10.75K 198 2 6336K task_struct + 9436 9435 99% 0.57K 337 28 5392K radix_tree_node + 2048 756 36% 2.00K 128 16 4096K kmalloc-cg-2k + 15834 13800 87% 0.19K 754 21 3016K vm_area_struct + 24336 24300 99% 0.10K 624 39 2496K buffer_head + 28520 28494 99% 0.09K 620 46 2480K lsm_inode_cache + 32928 29395 89% 0.07K 588 56 2352K vmap_area + 3872 3848 99% 0.50K 121 32 1936K kmalloc-rnd-03-512 + 2484 2464 99% 0.67K 108 23 1728K proc_inode_cache + 2142 2100 98% 0.75K 102 21 1632K shmem_inode_cache + 1408 1380 98% 1.00K 44 32 1408K iommu_iova_magazine + 576 576 100% 2.00K 36 16 1152K kmalloc-rnd-06-2k + 1120 1104 98% 1.00K 35 32 1120K kmalloc-rnd-07-1k + 256 256 100% 4.00K 32 8 1024K kmalloc-rnd-03-4k + 1575 1568 99% 0.62K 63 25 1008K debugfs_inode_cache + 15552 12360 79% 0.06K 243 64 972K anon_vma_chain + 464 456 98% 2.00K 29 16 928K kmalloc-2k + 1242 353 28% 0.69K 54 23 864K skbuff_small_head + 108 108 100% 8.00K 27 4 864K kmalloc-rnd-10-8k + 8346 6960 83% 0.10K 214 39 856K anon_vma + 13504 13500 99% 0.06K 211 64 844K dmaengine-unmap-2 + 3328 2561 76% 0.25K 104 32 832K maple_node + 200 172 86% 4.00K 25 8 800K biovec-max + 1600 1570 98% 0.50K 50 32 800K kmalloc-rnd-13-512 + 672 671 99% 1.12K 24 28 768K signal_cache + 360 360 100% 2.06K 24 15 768K sighand_cache + 368 204 55% 2.00K 23 16 736K kmalloc-rnd-07-2k + 3591 3573 99% 0.19K 171 21 684K kmalloc-rnd-13-192 + 672 650 96% 1.00K 21 32 672K kmalloc-rnd-13-1k 780 744 95% 0.81K 20 39 640K sock_inode_cache - 646 448 69% 0.94K 19 34 608K nfs_read_data - 608 588 96% 1.00K 19 32 608K kmalloc-rnd-02-1k - 3150 1320 41% 0.19K 150 21 600K kmalloc-cg-192 - 1152 1148 99% 0.50K 36 32 576K kmalloc-rnd-10-512 - 288 276 95% 2.00K 18 16 576K kmalloc-rnd-07-2k - 288 276 95% 2.00K 18 16 576K kmalloc-rnd-01-2k - 3146 1140 36% 0.18K 143 22 572K kvm_mmu_page_header - 2272 2245 98% 0.25K 71 32 568K kmalloc-rnd-02-256 - 136 88 64% 4.00K 17 8 544K kmalloc-rnd-07-4k - 64 64 100% 8.00K 16 4 512K kmalloc-rnd-10-8k - 64 64 100% 8.00K 16 4 512K kmalloc-rnd-01-8k - 960 618 64% 0.50K 30 32 480K kmalloc-rnd-15-512 - 60 60 100% 8.00K 15 4 480K kmalloc-rnd-07-8k - 480 480 100% 1.00K 15 32 480K kmalloc-rnd-01-1k - 1888 703 37% 0.25K 59 32 472K skbuff_head_cache - 3776 1380 36% 0.12K 118 32 472K kmalloc-cg-128 - 196 192 97% 2.25K 14 14 448K mem_cgroup - 56 56 100% 8.00K 14 4 448K kmalloc-cg-8k - 7738 7680 99% 0.05K 106 73 424K ftrace_event_field - 52 52 100% 8.00K 13 4 416K kmalloc-rnd-13-8k - 104 104 100% 4.00K 13 8 416K kmalloc-rnd-06-4k - 208 204 98% 2.00K 13 16 416K kmalloc-rnd-02-2k - 204 192 94% 1.88K 12 17 384K mem_cgroup_per_node + 160 152 95% 4.00K 20 8 640K kmalloc-cg-4k + 266 264 99% 2.25K 19 14 608K mem_cgroup + 3045 1260 41% 0.19K 145 21 580K kmalloc-cg-192 + 1152 1148 99% 0.50K 36 32 576K kmalloc-rnd-07-512 + 3003 3000 99% 0.19K 143 21 572K filp + 1056 1036 98% 0.50K 33 32 528K pool_workqueue + 272 264 97% 1.88K 16 17 512K mem_cgroup_per_node + 64 64 100% 8.00K 16 4 512K kmalloc-rnd-06-8k + 1984 1963 98% 0.25K 62 32 496K kmalloc-rnd-03-256 + 3872 1440 37% 0.12K 121 32 484K kmalloc-cg-128 + 7680 7560 98% 0.06K 120 64 480K kmalloc-cg-64 + 60 60 100% 8.00K 15 4 480K kmalloc-rnd-15-8k + 60 60 100% 8.00K 15 4 480K kmalloc-rnd-11-8k + 448 444 99% 1.00K 14 32 448K kmalloc-cg-1k + 448 420 93% 1.00K 14 32 448K kmalloc-rnd-10-1k + 112 68 60% 4.00K 14 8 448K kmalloc-rnd-07-4k + 1696 588 34% 0.25K 53 32 424K nf_conntrack + 442 420 95% 0.94K 13 34 416K nfs_read_data + 208 204 98% 2.00K 13 16 416K kmalloc-rnd-08-2k + 104 64 61% 4.00K 13 8 416K kmalloc-rnd-05-4k + 7446 7440 99% 0.05K 102 73 408K ftrace_event_field + 1600 1596 99% 0.25K 50 32 400K kmalloc-rnd-13-256 + 144 144 100% 2.50K 12 12 384K TCPv6 + 156 156 100% 2.38K 12 13 384K TCP 216 216 100% 1.75K 12 18 384K mm_struct - 192 192 100% 2.00K 12 16 384K kmalloc-rnd-03-2k - 96 88 91% 4.00K 12 8 384K kmalloc-rnd-01-4k - 3040 1320 43% 0.12K 95 32 380K bio_integrity_data - 3780 3780 100% 0.09K 90 42 360K trace_event_file - 33 32 96% 9.19K 11 3 352K kvm_vcpu - 132 132 100% 2.50K 11 12 352K TCPv6 - 143 132 92% 2.38K 11 13 352K TCP - 704 560 79% 0.50K 22 32 352K kmalloc-cg-512 - 88 84 95% 4.00K 11 8 352K kmalloc-rnd-10-4k - 88 88 100% 4.00K 11 8 352K kmalloc-rnd-03-4k - 1376 1286 93% 0.25K 43 32 344K bio-200 - 672 644 95% 0.50K 21 32 336K kmalloc-rnd-07-512 - 1312 588 44% 0.25K 41 32 328K nf_conntrack - 160 156 97% 2.00K 10 16 320K kmalloc-rnd-11-2k - 437 420 96% 0.69K 19 23 304K files_cache - 1184 616 52% 0.25K 37 32 296K kmalloc-rnd-13-256 - 99 96 96% 2.75K 9 11 288K x86_emulator - 288 264 91% 1.00K 9 32 288K kmalloc-rnd-14-1k - 1512 1140 75% 0.19K 72 21 288K kmalloc-rnd-12-192 - 3024 3000 99% 0.09K 72 42 288K kmalloc-rnd-08-96 - 288 264 91% 1.00K 9 32 288K kmalloc-rnd-03-1k - 1491 1485 99% 0.19K 71 21 284K pid + 96 96 100% 4.00K 12 8 384K kmalloc-rnd-06-4k + 96 96 100% 4.00K 12 8 384K kmalloc-rnd-01-4k + 3696 3660 99% 0.09K 88 42 352K trace_event_file + 1280 676 52% 0.25K 40 32 320K skbuff_head_cache + 3318 3300 99% 0.09K 79 42 316K kmalloc-rnd-01-96 + 608 560 92% 0.50K 19 32 304K kmalloc-rnd-14-512 + 207 192 92% 1.38K 9 23 288K RAWv6 + 144 132 91% 2.00K 9 16 288K biovec-128 + 414 392 94% 0.69K 18 23 288K files_cache + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-13-2k + 288 276 95% 1.00K 9 32 288K kmalloc-rnd-12-1k + 36 36 100% 8.00K 9 4 288K kmalloc-rnd-07-8k + 576 560 97% 0.50K 18 32 288K kmalloc-rnd-06-512 + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-04-2k + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-01-2k 735 728 99% 0.38K 35 21 280K mnt_cache 5950 5880 98% 0.05K 70 85 280K shared_policy_node - 8704 8580 98% 0.03K 68 128 272K kmalloc-rnd-02-32 - 184 180 97% 1.38K 8 23 256K RAWv6 - 256 228 89% 1.00K 8 32 256K kmalloc-rnd-13-1k - 32 32 100% 8.00K 8 4 256K kmalloc-rnd-12-8k - 32 32 100% 8.00K 8 4 256K kmalloc-rnd-05-8k - 64 60 93% 4.00K 8 8 256K kmalloc-rnd-02-4k - 128 120 93% 2.00K 8 16 256K kmalloc-2k - 6120 4140 67% 0.04K 60 102 240K extent_status - 1920 1680 87% 0.12K 60 32 240K eventpoll_epi - 960 952 99% 0.25K 30 32 240K kmalloc-rnd-10-256 + 1449 1433 98% 0.19K 69 21 276K pid + 1088 924 84% 0.25K 34 32 272K bio-200 + 544 532 97% 0.50K 17 32 272K kmalloc-cg-512 + 24 24 100% 9.19K 8 3 256K kvm_vcpu + 32 32 100% 8.00K 8 4 256K kmalloc-cg-8k + 128 120 93% 2.00K 8 16 256K kmalloc-rnd-12-2k + 128 120 93% 2.00K 8 16 256K kmalloc-rnd-11-2k + 256 252 98% 1.00K 8 32 256K kmalloc-rnd-11-1k + 256 252 98% 1.00K 8 32 256K kmalloc-rnd-03-1k + 32 32 100% 8.00K 8 4 256K kmalloc-rnd-02-8k + 32 32 100% 8.00K 8 4 256K kmalloc-rnd-01-8k + 256 228 89% 1.00K 8 32 256K kmalloc-rnd-01-1k + 6426 6360 98% 0.04K 63 102 252K extent_status + 480 476 99% 0.50K 15 32 240K kmalloc-512 294 280 95% 0.75K 14 21 224K nfs_commit_data + 77 72 93% 2.75K 7 11 224K x86_emulator + 252 224 88% 0.88K 7 36 224K fuse_inode 182 180 98% 1.19K 7 26 224K RAW + 252 224 88% 0.88K 7 36 224K user_namespace 322 308 95% 0.69K 14 23 224K task_group - 224 204 91% 1.00K 7 32 224K kmalloc-rnd-11-1k - 224 216 96% 1.00K 7 32 224K kmalloc-rnd-07-1k - 112 108 96% 2.00K 7 16 224K kmalloc-rnd-05-2k - 448 420 93% 0.50K 14 32 224K kmalloc-rnd-04-512 - 650 599 92% 0.31K 26 25 208K bio-256 - 832 628 75% 0.25K 26 32 208K io_kiocb + 112 108 96% 2.00K 7 16 224K kmalloc-rnd-15-2k + 448 448 100% 0.50K 14 32 224K kmalloc-rnd-15-512 + 56 56 100% 4.00K 7 8 224K kmalloc-rnd-09-4k + 56 52 92% 4.00K 7 8 224K kmalloc-rnd-08-4k + 3456 3429 99% 0.06K 54 64 216K kmalloc-rnd-03-64 325 308 94% 0.63K 13 25 208K tracefs_inode_cache - 1092 1080 98% 0.19K 52 21 208K file_lock_cache - 1092 1080 98% 0.19K 52 21 208K proc_dir_entry - 416 392 94% 0.50K 13 32 208K kmalloc-rnd-01-512 - 2100 2100 100% 0.09K 50 42 200K kmalloc-rnd-09-96 - 168 156 92% 1.12K 6 28 192K nfs_inode_cache - 216 196 90% 0.88K 6 36 192K fuse_inode + 416 392 94% 0.50K 13 32 208K kmalloc-rnd-10-512 + 1568 1560 99% 0.12K 49 32 196K eventpoll_epi + 1029 1020 99% 0.19K 49 21 196K proc_dir_entry + 600 587 97% 0.31K 24 25 192K bio-256 + 144 132 91% 1.31K 6 24 192K UDP 96 96 100% 2.00K 6 16 192K memdup_user-2k 144 132 91% 1.32K 6 24 192K perf_event - 24 24 100% 8.00K 6 4 192K kmalloc-rnd-15-8k 48 48 100% 4.00K 6 8 192K kmalloc-rnd-15-4k - 48 44 91% 4.00K 6 8 192K kmalloc-rnd-14-4k - 384 364 94% 0.50K 12 32 192K kmalloc-rnd-12-512 - 24 24 100% 8.00K 6 4 192K kmalloc-rnd-09-8k - 48 48 100% 4.00K 6 8 192K kmalloc-rnd-09-4k - 96 96 100% 2.00K 6 16 192K kmalloc-rnd-09-2k - 96 96 100% 2.00K 6 16 192K kmalloc-rnd-08-2k - 384 364 94% 0.50K 12 32 192K kmalloc-rnd-08-512 - 192 178 92% 1.00K 6 32 192K kmalloc-rnd-06-1k - 96 96 100% 2.00K 6 16 192K kmalloc-rnd-04-2k - 1536 1518 98% 0.12K 48 32 192K kmalloc-rnd-02-128 - 814 780 95% 0.21K 22 37 176K nfs_direct_cache - 1496 900 60% 0.12K 44 34 176K jbd2_journal_head - 903 898 99% 0.19K 43 21 172K bio-136 - 1806 1380 76% 0.09K 43 42 172K kmalloc-rcl-96 - 11008 10860 98% 0.02K 43 256 172K kmalloc-rnd-02-16 - 903 900 99% 0.19K 43 21 172K kmalloc-rnd-01-192 - 672 672 100% 0.25K 21 32 168K kmalloc-rnd-07-256 - 110 96 87% 1.44K 5 22 160K UDPv6 - 120 120 100% 1.31K 5 24 160K UDP - 580 560 96% 0.27K 20 29 160K tw_sock_TCP - 180 168 93% 0.88K 5 36 160K user_namespace - 230 224 97% 0.67K 10 23 160K taskstats - 160 156 97% 1.00K 5 32 160K kmalloc-rnd-15-1k - 80 72 90% 2.00K 5 16 160K kmalloc-rnd-14-2k - 840 840 100% 0.19K 40 21 160K kmalloc-rnd-13-192 - 160 132 82% 1.00K 5 32 160K kmalloc-rnd-09-1k - 320 308 96% 0.50K 10 32 160K kmalloc-rnd-09-512 - 20 20 100% 8.00K 5 4 160K kmalloc-rnd-06-8k - 40 40 100% 4.00K 5 8 160K kmalloc-rnd-05-4k - 160 156 97% 1.00K 5 32 160K kmalloc-rnd-05-1k - 320 308 96% 0.50K 10 32 160K kmalloc-rnd-05-512 - 1680 1080 64% 0.09K 40 42 160K kmalloc-rnd-05-96 - 160 132 82% 1.00K 5 32 160K kmalloc-rnd-04-1k - 320 308 96% 0.50K 10 32 160K kmalloc-rnd-03-512 - 20 20 100% 8.00K 5 4 160K kmalloc-rnd-02-8k - 798 780 97% 0.19K 38 21 152K kmalloc-rnd-15-192 - 2432 2401 98% 0.06K 38 64 152K kmalloc-rnd-03-64 - 207 196 94% 0.69K 9 23 144K rpc_inode_cache - 207 196 94% 0.69K 9 23 144K uts_namespace + 96 84 87% 2.00K 6 16 192K kmalloc-rnd-14-2k + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-13-8k + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-12-8k + 384 364 94% 0.50K 12 32 192K kmalloc-rnd-11-512 + 96 96 100% 2.00K 6 16 192K kmalloc-rnd-10-2k + 96 84 87% 2.00K 6 16 192K kmalloc-rnd-09-2k + 192 180 93% 1.00K 6 32 192K kmalloc-rnd-06-1k + 96 96 100% 2.00K 6 16 192K kmalloc-rnd-05-2k + 96 96 100% 2.00K 6 16 192K kmalloc-rnd-03-2k + 1536 1518 98% 0.12K 48 32 192K kmalloc-rnd-03-128 + 96 96 100% 2.00K 6 16 192K kmalloc-rnd-02-2k + 192 192 100% 1.00K 6 32 192K kmalloc-1k + 1932 1920 99% 0.09K 46 42 184K kmalloc-rnd-14-96 + 704 700 99% 0.25K 22 32 176K kmalloc-rnd-05-256 + 704 588 83% 0.25K 22 32 176K kmalloc-rnd-04-256 + 903 900 99% 0.19K 43 21 172K file_lock_cache + 11008 10860 98% 0.02K 43 256 172K kmalloc-rnd-14-16 + 5376 5340 99% 0.03K 42 128 168K kmalloc-rnd-14-32 + 2688 2688 100% 0.06K 42 64 168K kmalloc-rnd-10-64 + 230 224 97% 0.69K 10 23 160K rpc_inode_cache + 110 108 98% 1.44K 5 22 160K UDPv6 + 1280 1260 98% 0.12K 40 32 160K bio_integrity_data + 165 140 84% 0.97K 5 33 160K request_queue + 20 20 100% 8.00K 5 4 160K kmalloc-rnd-14-8k + 40 38 95% 4.00K 5 8 160K kmalloc-rnd-13-4k + 1680 1260 75% 0.09K 40 42 160K kmalloc-rnd-13-96 + 40 36 90% 4.00K 5 8 160K kmalloc-rnd-11-4k + 840 840 100% 0.19K 40 21 160K kmalloc-rnd-11-192 + 40 40 100% 4.00K 5 8 160K kmalloc-rnd-10-4k + 160 144 90% 1.00K 5 32 160K kmalloc-rnd-09-1k + 320 308 96% 0.50K 10 32 160K kmalloc-rnd-08-512 + 40 36 90% 4.00K 5 8 160K kmalloc-rnd-02-4k + 160 132 82% 1.00K 5 32 160K kmalloc-rnd-02-1k + 858 840 97% 0.18K 39 22 156K kvm_mmu_page_header + 207 196 94% 0.67K 9 23 144K taskstats 1512 1500 99% 0.09K 36 42 144K kmalloc-cg-96 - 576 560 97% 0.25K 18 32 144K kmalloc-rnd-08-256 - 735 720 97% 0.19K 35 21 140K jbd2_transaction_s - 735 721 98% 0.19K 35 21 140K kmalloc-rnd-07-192 - 2176 2160 99% 0.06K 34 64 136K kmalloc-rnd-01-64 - 1056 1043 98% 0.12K 33 32 132K kmalloc-rnd-06-128 + 576 552 95% 0.25K 18 32 144K kmalloc-rnd-10-256 + 288 280 97% 0.50K 9 32 144K kmalloc-rnd-05-512 + 493 476 96% 0.27K 17 29 136K tw_sock_TCP 8 8 100% 16.00K 4 2 128K zio_buf_comb_16384 - 208 196 94% 0.61K 8 26 128K hugetlbfs_inode_cache - 132 112 84% 0.97K 4 33 128K request_queue + 224 224 100% 0.56K 8 28 128K kioctx 32 32 100% 4.00K 4 8 128K memdup_user-4k - 672 660 98% 0.19K 32 21 128K names_cache - 32 28 87% 4.00K 4 8 128K kmalloc-rnd-12-4k - 128 120 93% 1.00K 4 32 128K kmalloc-rnd-12-1k - 32 32 100% 4.00K 4 8 128K kmalloc-rnd-08-4k + 128 120 93% 1.00K 4 32 128K kmalloc-rnd-15-1k + 512 504 98% 0.25K 16 32 128K kmalloc-rnd-15-256 + 32 32 100% 4.00K 4 8 128K kmalloc-rnd-14-4k + 128 108 84% 1.00K 4 32 128K kmalloc-rnd-14-1k + 256 252 98% 0.50K 8 32 128K kmalloc-rnd-12-512 128 120 93% 1.00K 4 32 128K kmalloc-rnd-08-1k - 64 63 98% 2.00K 4 16 128K kmalloc-rnd-06-2k - 32 32 100% 4.00K 4 8 128K kmalloc-rnd-04-4k - 16 16 100% 8.00K 4 4 128K kmalloc-rnd-03-8k - 1024 1020 99% 0.12K 32 32 128K kmalloc-rnd-01-128 + 512 504 98% 0.25K 16 32 128K kmalloc-rnd-07-256 + 16 16 100% 8.00K 4 4 128K kmalloc-rnd-05-8k + 128 120 93% 1.00K 4 32 128K kmalloc-rnd-04-1k 32 32 100% 4.00K 4 8 128K kmalloc-4k - 128 120 93% 1.00K 4 32 128K kmalloc-1k - 1984 1980 99% 0.06K 31 64 124K kmalloc-rnd-14-64 + 512 504 98% 0.25K 16 32 128K kmalloc-256 + 672 660 98% 0.19K 32 21 128K kmalloc-192 + 992 972 97% 0.12K 31 32 124K kmalloc-rnd-13-128 + 3968 3900 98% 0.03K 31 128 124K kmalloc-rnd-02-32 780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k - 480 448 93% 0.25K 15 32 120K kmalloc-rnd-15-256 - 1920 1899 98% 0.06K 30 64 120K kmalloc-rnd-07-64 480 473 98% 0.25K 15 32 120K kmem_cache - 196 196 100% 0.56K 7 28 112K kioctx + 609 600 98% 0.19K 29 21 116K names_cache + 609 600 98% 0.19K 29 21 116K kmalloc-rnd-15-192 + 609 601 98% 0.19K 29 21 116K kmalloc-rnd-07-192 + 609 600 98% 0.19K 29 21 116K kmalloc-rnd-06-192 224 224 100% 0.50K 7 32 112K memdup_user-512 - 448 420 93% 0.25K 14 32 112K key_jar - 224 224 100% 0.50K 7 32 112K kmalloc-rnd-14-512 - 224 224 100% 0.50K 7 32 112K kmalloc-rnd-13-512 - 224 224 100% 0.50K 7 32 112K kmalloc-rnd-11-512 - 1792 1773 98% 0.06K 28 64 112K kmalloc-rnd-02-64 - 224 224 100% 0.50K 7 32 112K kmalloc-512 - 312 308 98% 0.32K 13 24 104K request_sock_TCP - 416 392 94% 0.25K 13 32 104K kmalloc-cg-256 + 1176 1140 96% 0.09K 28 42 112K kmalloc-rcl-96 + 224 196 87% 0.50K 7 32 112K kmalloc-rnd-09-512 + 224 224 100% 0.50K 7 32 112K kmalloc-rnd-04-512 + 224 224 100% 0.50K 7 32 112K kmalloc-rnd-02-512 + 224 224 100% 0.50K 7 32 112K kmalloc-rnd-01-512 + 546 540 98% 0.19K 26 21 104K bio-136 + 546 540 98% 0.19K 26 21 104K jbd2_transaction_s + 416 392 94% 0.25K 13 32 104K key_jar + 546 540 98% 0.19K 26 21 104K kmalloc-rnd-12-192 416 392 94% 0.25K 13 32 104K kmalloc-rnd-11-256 - 546 540 98% 0.19K 26 21 104K kmalloc-rnd-05-192 - 1092 1080 98% 0.09K 26 42 104K kmalloc-rnd-01-96 - 800 780 97% 0.12K 25 32 100K kmalloc-rcl-128 - 1600 1560 97% 0.06K 25 64 100K kmalloc-rnd-15-64 - 69 48 69% 1.38K 3 23 96K PINGv6 - 552 540 97% 0.17K 24 23 96K fuse_request + 546 540 98% 0.19K 26 21 104K kmalloc-rnd-10-192 + 84 72 85% 1.12K 3 28 96K nfs_inode_cache + 45 36 80% 2.12K 3 15 96K MPTCPv6 + 288 280 97% 0.32K 12 24 96K request_sock_TCP + 156 140 89% 0.61K 6 26 96K hugetlbfs_inode_cache + 126 112 88% 0.75K 6 21 96K dax_cache 96 96 100% 1.00K 3 32 96K memdup_user-1k 57 48 84% 1.62K 3 19 96K bdev_cache - 12 12 100% 8.00K 3 4 96K kmalloc-rnd-14-8k - 384 364 94% 0.25K 12 32 96K kmalloc-rnd-12-256 - 24 20 83% 4.00K 3 8 96K kmalloc-rnd-11-4k - 12 12 100% 8.00K 3 4 96K kmalloc-rnd-04-8k + 12288 7020 57% 0.01K 24 512 96K kmalloc-rnd-14-8 + 24 24 100% 4.00K 3 8 96K kmalloc-rnd-12-4k + 1536 1500 97% 0.06K 24 64 96K kmalloc-rnd-02-64 + 384 364 94% 0.25K 12 32 96K kmalloc-rnd-01-256 483 480 99% 0.19K 23 21 92K memdup_user-192 - 3910 3000 76% 0.02K 23 170 92K lsm_file_cache - 966 960 99% 0.09K 23 42 92K kmalloc-rnd-12-96 - 483 480 99% 0.19K 23 21 92K kmalloc-rnd-11-192 - 483 480 99% 0.19K 23 21 92K kmalloc-rnd-10-192 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-14-192 483 480 99% 0.19K 23 21 92K kmalloc-rnd-09-192 483 480 99% 0.19K 23 21 92K kmalloc-rnd-08-192 - 736 720 97% 0.12K 23 32 92K kmalloc-rnd-07-128 - 483 480 99% 0.19K 23 21 92K kmalloc-rnd-04-192 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-05-192 483 480 99% 0.19K 23 21 92K kmalloc-rnd-03-192 - 483 480 99% 0.19K 23 21 92K kmalloc-rnd-02-192 - 483 480 99% 0.19K 23 21 92K kmalloc-192 - 319 308 96% 0.27K 11 29 88K tw_sock_TCPv6 275 252 91% 0.31K 11 25 88K bio-264 1122 1080 96% 0.08K 22 51 88K sigqueue - 924 900 97% 0.09K 22 42 88K kmalloc-rnd-15-96 - 352 336 95% 0.25K 11 32 88K kmalloc-rnd-14-256 - 352 336 95% 0.25K 11 32 88K kmalloc-rnd-01-256 + 1408 1380 98% 0.06K 22 64 88K kmalloc-rnd-14-64 + 672 660 98% 0.12K 21 32 84K kmalloc-rcl-128 + 672 648 96% 0.12K 21 32 84K kmalloc-rnd-10-128 125 112 89% 0.62K 5 25 80K netfs_request + 320 296 92% 0.25K 10 32 80K io_kiocb + 680 660 97% 0.12K 20 34 80K jbd2_journal_head 480 480 100% 0.16K 20 24 80K ext4_allocation_context - 420 420 100% 0.19K 20 21 80K kmalloc-rnd-14-192 - 840 840 100% 0.09K 20 42 80K kmalloc-rnd-07-96 - 840 840 100% 0.09K 20 42 80K kmalloc-rnd-04-96 - 798 778 97% 0.09K 19 42 76K kmalloc-96 - 918 900 98% 0.08K 18 51 72K Acpi-State - 1152 1140 98% 0.06K 18 64 72K kmalloc-rnd-12-64 - 756 717 94% 0.09K 18 42 72K kmalloc-rnd-11-96 - 1152 1128 97% 0.06K 18 64 72K kmalloc-rnd-06-64 - 288 280 97% 0.25K 9 32 72K kmalloc-rnd-04-256 - 756 720 95% 0.09K 18 42 72K kmalloc-rnd-02-96 + 115 112 97% 0.69K 5 23 80K uts_namespace + 320 308 96% 0.25K 10 32 80K kmalloc-cg-256 + 1280 1260 98% 0.06K 20 64 80K kmalloc-rnd-11-64 + 840 840 100% 0.09K 20 42 80K kmalloc-rnd-10-96 + 320 308 96% 0.25K 10 32 80K kmalloc-rnd-06-256 + 420 420 100% 0.19K 20 21 80K kmalloc-rnd-04-192 + 420 420 100% 0.19K 20 21 80K kmalloc-rnd-02-192 + 420 420 100% 0.19K 20 21 80K kmalloc-rnd-01-192 + 437 420 96% 0.17K 19 23 76K fuse_request + 969 960 99% 0.08K 19 51 76K Acpi-State + 2432 2400 98% 0.03K 19 128 76K kmalloc-rnd-12-32 + 798 780 97% 0.09K 19 42 76K kmalloc-rnd-05-96 + 261 252 96% 0.27K 9 29 72K tw_sock_TCPv6 + 3060 3000 98% 0.02K 18 170 72K lsm_file_cache + 1152 1140 98% 0.06K 18 64 72K kmalloc-rnd-09-64 544 540 99% 0.12K 17 32 68K kmalloc-rnd-15-128 - 544 540 99% 0.12K 17 32 68K kmalloc-rnd-13-128 - 544 540 99% 0.12K 17 32 68K kmalloc-rnd-03-128 + 544 540 99% 0.12K 17 32 68K kmalloc-rnd-11-128 + 544 540 99% 0.12K 17 32 68K kmalloc-rnd-08-128 + 544 540 99% 0.12K 17 32 68K kmalloc-rnd-07-128 + 544 540 99% 0.12K 17 32 68K kmalloc-rnd-06-128 + 544 540 99% 0.12K 17 32 68K kmalloc-rnd-04-128 + 46 24 52% 1.38K 2 23 64K PINGv6 20 12 60% 3.16K 2 10 64K kcopyd_job - 60 48 80% 1.06K 2 30 64K PING - 8 8 100% 8.00K 2 4 64K memdup_user-8k + 32 24 75% 2.00K 2 16 64K MPTCP 10 8 80% 6.19K 2 5 64K net_namespace - 32 24 75% 2.00K 2 16 64K kmalloc-rnd-12-2k + 672 660 98% 0.09K 16 42 64K kmalloc-rnd-15-96 + 256 252 98% 0.25K 8 32 64K kmalloc-rnd-14-256 + 256 252 98% 0.25K 8 32 64K kmalloc-rnd-12-256 + 8 8 100% 8.00K 2 4 64K kmalloc-rnd-09-8k 256 252 98% 0.25K 8 32 64K kmalloc-rnd-09-256 - 1024 1020 99% 0.06K 16 64 64K kmalloc-rnd-09-64 - 2048 1980 96% 0.03K 16 128 64K kmalloc-rnd-07-32 - 256 252 98% 0.25K 8 32 64K kmalloc-rnd-05-256 + 8 8 100% 8.00K 2 4 64K kmalloc-rnd-08-8k + 1024 1021 99% 0.06K 16 64 64K kmalloc-rnd-08-64 + 672 660 98% 0.09K 16 42 64K kmalloc-rnd-06-96 + 64 60 93% 1.00K 2 32 64K kmalloc-rnd-05-1k + 1024 966 94% 0.06K 16 64 64K kmalloc-rnd-05-64 + 8 8 100% 8.00K 2 4 64K kmalloc-rnd-04-8k + 16 12 75% 4.00K 2 8 64K kmalloc-rnd-04-4k + 8 8 100% 8.00K 2 4 64K kmalloc-rnd-03-8k + 1024 1020 99% 0.06K 16 64 64K kmalloc-rnd-01-64 510 480 94% 0.12K 15 34 60K seq_file 480 480 100% 0.12K 15 32 60K kmalloc-rnd-14-128 - 630 600 95% 0.09K 15 42 60K kmalloc-rnd-14-96 - 960 955 99% 0.06K 15 64 60K kmalloc-rnd-13-64 480 480 100% 0.12K 15 32 60K kmalloc-rnd-12-128 - 480 480 100% 0.12K 15 32 60K kmalloc-rnd-10-128 - 480 480 100% 0.12K 15 32 60K kmalloc-rnd-09-128 - 1920 1920 100% 0.03K 15 128 60K kmalloc-rnd-09-32 - 480 480 100% 0.12K 15 32 60K kmalloc-rnd-08-128 - 960 900 93% 0.06K 15 64 60K kmalloc-rnd-08-64 480 480 100% 0.12K 15 32 60K kmalloc-rnd-05-128 - 480 480 100% 0.12K 15 32 60K kmalloc-rnd-04-128 - 480 480 100% 0.12K 15 32 60K kmalloc-128 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-02-128 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-01-128 480 473 98% 0.12K 15 32 60K kmem_cache_node 224 224 100% 0.25K 7 32 56K ip6_dst_cache 504 480 95% 0.11K 14 36 56K ext4_prealloc_space - 224 224 100% 0.25K 7 32 56K memdup_user-256 - 546 540 98% 0.10K 14 39 56K Acpi-ParseExt - 896 840 93% 0.06K 14 64 56K kmalloc-rnd-05-64 - 896 840 93% 0.06K 14 64 56K kmalloc-rnd-04-64 - 224 224 100% 0.25K 7 32 56K kmalloc-rnd-03-256 - 1792 1767 98% 0.03K 14 128 56K kmalloc-rnd-03-32 - 224 224 100% 0.25K 7 32 56K kmalloc-256 - 1664 1380 82% 0.03K 13 128 52K kmalloc-cg-32 - 546 540 98% 0.09K 13 42 52K kmalloc-rnd-13-96 - 6656 1620 24% 0.01K 13 512 52K kmalloc-rnd-09-8 - 3328 3120 93% 0.02K 13 256 52K kmalloc-rnd-07-16 - 6656 6540 98% 0.01K 13 512 52K kmalloc-rnd-02-8 - 832 780 93% 0.06K 13 64 52K kmalloc-64 - 876 840 95% 0.05K 12 73 48K mb_cache_entry - 63 56 88% 0.75K 3 21 48K dax_cache - 1224 1140 93% 0.04K 12 102 48K fsnotify_inode_mark_connector - 768 720 93% 0.06K 12 64 48K kmalloc-rcl-64 - 384 360 93% 0.12K 12 32 48K kmalloc-rnd-11-128 - 504 480 95% 0.09K 12 42 48K kmalloc-rnd-10-96 - 504 480 95% 0.09K 12 42 48K kmalloc-rnd-06-96 + 224 224 100% 0.25K 7 32 56K kmalloc-rnd-08-256 + 896 840 93% 0.06K 14 64 56K kmalloc-rnd-07-64 + 507 480 94% 0.10K 13 39 52K Acpi-ParseExt + 3328 3180 95% 0.02K 13 256 52K kmalloc-rnd-12-16 + 546 540 98% 0.09K 13 42 52K kmalloc-rnd-11-96 + 546 540 98% 0.09K 13 42 52K kmalloc-rnd-08-96 + 546 540 98% 0.09K 13 42 52K kmalloc-rnd-07-96 + 1664 1620 97% 0.03K 13 128 52K kmalloc-rnd-06-32 + 192 168 87% 0.25K 6 32 48K memdup_user-256 + 504 480 95% 0.09K 12 42 48K kmalloc-rnd-12-96 + 384 360 93% 0.12K 12 32 48K kmalloc-rnd-09-128 + 504 480 95% 0.09K 12 42 48K kmalloc-rnd-09-96 + 1536 1500 97% 0.03K 12 128 48K kmalloc-rnd-07-32 + 768 720 93% 0.06K 12 64 48K kmalloc-rnd-04-64 + 504 480 95% 0.09K 12 42 48K kmalloc-rnd-04-96 504 480 95% 0.09K 12 42 48K kmalloc-rnd-03-96 + 192 168 87% 0.25K 6 32 48K kmalloc-rnd-02-256 + 384 360 93% 0.12K 12 32 48K kmalloc-128 + 504 480 95% 0.09K 12 42 48K kmalloc-96 704 660 93% 0.06K 11 64 44K pidfs_attr_cache - 1408 960 68% 0.03K 11 128 44K kmalloc-rnd-14-32 - 1408 1380 98% 0.03K 11 128 44K kmalloc-rnd-11-32 + 1408 1380 98% 0.03K 11 128 44K kmalloc-cg-32 + 704 660 93% 0.06K 11 64 44K kmalloc-rcl-64 + 704 660 93% 0.06K 11 64 44K kmalloc-rnd-15-64 + 1408 1377 97% 0.03K 11 128 44K kmalloc-rnd-10-32 + 1408 1380 98% 0.03K 11 128 44K kmalloc-rnd-09-32 + 320 300 93% 0.12K 10 32 40K scsi_sense_cache 640 600 93% 0.06K 10 64 40K ext4_io_end - 1280 1200 93% 0.03K 10 128 40K kmalloc-rnd-15-32 - 640 600 93% 0.06K 10 64 40K kmalloc-rnd-11-64 + 730 660 90% 0.05K 10 73 40K mb_cache_entry + 1020 960 94% 0.04K 10 102 40K fsnotify_inode_mark_connector + 640 579 90% 0.06K 10 64 40K kmalloc-rnd-12-64 + 420 420 100% 0.09K 10 42 40K kmalloc-rnd-02-96 + 1280 900 70% 0.03K 10 128 40K kmalloc-rnd-01-32 189 180 95% 0.19K 9 21 36K bio-176 - 189 180 95% 0.19K 9 21 36K kmalloc-rcl-192 + 378 360 95% 0.09K 9 42 36K memdup_user-96 + 504 480 95% 0.07K 9 56 36K nsproxy + 576 540 93% 0.06K 9 64 36K kmalloc-rnd-13-64 + 576 540 93% 0.06K 9 64 36K kmalloc-rnd-06-64 50 28 56% 0.62K 2 25 32K kvm_gmem_inode_cache - 256 240 93% 0.12K 8 32 32K scsi_sense_cache - 15 12 80% 2.12K 1 15 32K MPTCPv6 34 28 82% 0.94K 1 34 32K mqueue_inode_cache - 16 12 75% 2.00K 1 16 32K MPTCP + 30 24 80% 1.06K 1 30 32K PING + 4 4 100% 8.00K 1 4 32K memdup_user-8k 512 480 93% 0.06K 8 64 32K memdup_user-64 - 336 300 89% 0.09K 8 42 32K memdup_user-96 15 12 80% 2.06K 1 15 32K dmaengine-unmap-256 30 12 40% 1.06K 1 30 32K dmaengine-unmap-128 - 448 420 93% 0.07K 8 56 32K nsproxy - 4 4 100% 8.00K 1 4 32K kmalloc-rnd-11-8k - 512 480 93% 0.06K 8 64 32K kmalloc-rnd-10-64 - 1024 1020 99% 0.03K 8 128 32K kmalloc-rnd-01-32 - 1792 1680 93% 0.02K 7 256 28K kmalloc-rnd-01-16 + 4 4 100% 8.00K 1 4 32K kmalloc-8k + 512 480 93% 0.06K 8 64 32K kmalloc-64 + 896 780 87% 0.03K 7 128 28K kmalloc-rnd-08-32 + 1792 1560 87% 0.02K 7 256 28K kmalloc-rnd-03-16 + 438 420 95% 0.05K 6 73 24K ip_fib_alias 75 56 74% 0.31K 3 25 24K bio-280 - 768 660 85% 0.03K 6 128 24K kmalloc-rnd-10-32 - 768 720 93% 0.03K 6 128 24K kmalloc-rnd-06-32 - 768 720 93% 0.03K 6 128 24K kmalloc-rnd-04-32 210 180 85% 0.09K 5 42 20K abd_t - 640 600 93% 0.03K 5 128 20K ext4_io_end_vec - 425 360 84% 0.05K 5 85 20K ip_fib_trie - 365 360 98% 0.05K 5 73 20K ip_fib_alias + 425 420 98% 0.05K 5 85 20K ip_fib_trie 510 480 94% 0.04K 5 102 20K pde_opener + 640 540 84% 0.03K 5 128 20K kmalloc-rnd-13-32 640 540 84% 0.03K 5 128 20K kmalloc-rnd-05-32 + 2560 2100 82% 0.01K 5 512 20K kmalloc-rnd-03-8 68 60 88% 0.23K 2 34 16K arc_buf_hdr_t_full 42 28 66% 0.38K 2 21 16K bio-328 36 28 77% 0.44K 1 36 16K bio-392 36 28 77% 0.44K 1 36 16K bio-408 36 28 77% 0.44K 1 36 16K bio-424 - 1024 780 76% 0.02K 4 256 16K ep_head + 512 420 82% 0.03K 4 128 16K ext4_io_end_vec 512 480 93% 0.03K 4 128 16K memdup_user-32 1024 900 87% 0.02K 4 256 16K kmalloc-cg-16 - 512 480 93% 0.03K 4 128 16K kmalloc-rnd-13-32 - 512 480 93% 0.03K 4 128 16K kmalloc-rnd-12-32 - 512 480 93% 0.03K 4 128 16K kmalloc-rnd-08-32 - 2048 1680 82% 0.01K 4 512 16K kmalloc-rnd-07-8 + 512 480 93% 0.03K 4 128 16K kmalloc-rnd-15-32 + 512 480 93% 0.03K 4 128 16K kmalloc-rnd-11-32 + 512 480 93% 0.03K 4 128 16K kmalloc-rnd-04-32 + 512 480 93% 0.03K 4 128 16K kmalloc-rnd-03-32 512 480 93% 0.03K 4 128 16K kmalloc-32 75 60 80% 0.16K 3 25 12K dm_bufio_buffer-16-1 - 384 360 93% 0.03K 3 128 12K pending_reservation - 60 60 100% 0.20K 3 20 12K ip4-frags - 1536 1371 89% 0.01K 3 512 12K kmalloc-cg-8 - 768 660 85% 0.02K 3 256 12K kmalloc-rnd-09-16 - 768 540 70% 0.02K 3 256 12K kmalloc-rnd-06-16 - 1536 1320 85% 0.01K 3 512 12K kmalloc-rnd-05-8 - 768 540 70% 0.02K 3 256 12K kmalloc-rnd-04-16 - 1536 1380 89% 0.01K 3 512 12K kmalloc-rnd-01-8 - 768 660 85% 0.02K 3 256 12K kmalloc-16 - 64 60 93% 0.12K 2 32 8K memdup_user-128 + 768 720 93% 0.02K 3 256 12K ep_head + 1536 1315 85% 0.01K 3 512 12K kmalloc-cg-8 + 63 60 95% 0.19K 3 21 12K kmalloc-rcl-192 + 768 558 72% 0.02K 3 256 12K kmalloc-rnd-13-16 + 1536 1440 93% 0.01K 3 512 12K kmalloc-rnd-12-8 + 768 540 70% 0.02K 3 256 12K kmalloc-rnd-09-16 + 768 660 85% 0.02K 3 256 12K kmalloc-rnd-08-16 + 768 600 78% 0.02K 3 256 12K kmalloc-rnd-06-16 + 256 240 93% 0.03K 2 128 8K pending_reservation 512 480 93% 0.02K 2 256 8K memdup_user-16 28 28 100% 0.28K 1 28 8K numa_policy 72 60 83% 0.11K 2 36 8K kmalloc_buckets 512 480 93% 0.02K 2 256 8K kmalloc-rnd-15-16 - 512 480 93% 0.02K 2 256 8K kmalloc-rnd-14-16 - 512 480 93% 0.02K 2 256 8K kmalloc-rnd-13-16 - 512 300 58% 0.02K 2 256 8K kmalloc-rnd-12-16 + 1024 660 64% 0.01K 2 512 8K kmalloc-rnd-15-8 512 480 93% 0.02K 2 256 8K kmalloc-rnd-11-16 512 480 93% 0.02K 2 256 8K kmalloc-rnd-10-16 - 512 480 93% 0.02K 2 256 8K kmalloc-rnd-08-16 + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-07-16 + 1024 900 87% 0.01K 2 512 8K kmalloc-rnd-07-8 512 480 93% 0.02K 2 256 8K kmalloc-rnd-05-16 - 1024 600 58% 0.01K 2 512 8K kmalloc-rnd-04-8 - 512 480 93% 0.02K 2 256 8K kmalloc-rnd-03-16 + 512 420 82% 0.02K 2 256 8K kmalloc-rnd-02-16 + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-01-16 + 512 480 93% 0.02K 2 256 8K kmalloc-16 256 60 23% 0.02K 1 256 4K jbd2_revoke_table_s 512 480 93% 0.01K 1 512 4K memdup_user-8 - 512 480 93% 0.01K 1 512 4K kmalloc-rnd-15-8 - 512 480 93% 0.01K 1 512 4K kmalloc-rnd-14-8 512 480 93% 0.01K 1 512 4K kmalloc-rnd-13-8 - 512 420 82% 0.01K 1 512 4K kmalloc-rnd-12-8 512 480 93% 0.01K 1 512 4K kmalloc-rnd-11-8 512 480 93% 0.01K 1 512 4K kmalloc-rnd-10-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-09-8 512 480 93% 0.01K 1 512 4K kmalloc-rnd-08-8 512 480 93% 0.01K 1 512 4K kmalloc-rnd-06-8 - 512 480 93% 0.01K 1 512 4K kmalloc-rnd-03-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-05-8 + 256 180 70% 0.02K 1 256 4K kmalloc-rnd-04-16 + 512 360 70% 0.01K 1 512 4K kmalloc-rnd-04-8 + 512 420 82% 0.01K 1 512 4K kmalloc-rnd-02-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-01-8 512 480 93% 0.01K 1 512 4K kmalloc-8 0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache + 0 0 0% 0.21K 0 37 0K nfs_direct_cache 0 0 0% 0.23K 0 35 0K nf_conntrack_expect 0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache 0 0 0% 1.08K 0 29 0K zfs_znode_cache @@ -4055,6 +4966,7 @@ DirectMap1G: 29360128 kB 0 0 0% 0.62K 0 25 0K dio 0 0 0% 0.01K 0 512 0K zs_handle 0 0 0% 0.56K 0 28 0K pid_namespace + 0 0 0% 0.20K 0 20 0K ip4-frags 0 0 0% 0.39K 0 20 0K request_sock_subflow_v4 0 0 0% 0.31K 0 25 0K xfrm_dst 0 0 0% 0.81K 0 39 0K xfrm_state @@ -4072,6 +4984,7 @@ DirectMap1G: 29360128 kB 0 0 0% 0.01K 0 512 0K msg_msg-8 0 0 0% 0.19K 0 21 0K msg_msg-192 0 0 0% 0.09K 0 42 0K msg_msg-96 + 0 0 0% 0.12K 0 32 0K memdup_user-128 0 0 0% 0.16K 0 25 0K file_lease_cache 0 0 0% 0.78K 0 20 0K x86_lbr 0 0 0% 0.36K 0 22 0K task_delay_info @@ -4101,27 +5014,26 @@ DirectMap1G: 29360128 kB 0 0 0% 0.03K 0 128 0K kmalloc-rcl-32 0 0 0% 0.02K 0 256 0K kmalloc-rcl-16 0 0 0% 0.01K 0 512 0K kmalloc-rcl-8 - 0 0 0% 8.00K 0 4 0K kmalloc-rnd-08-8k --- kswapd stats $ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat pgdemote_kswapd 0 -pgsteal_kswapd 3520574 -pgscan_kswapd 3521314 +pgsteal_kswapd 0 +pgscan_kswapd 0 kswapd_inodesteal 0 -kswapd_low_wmark_hit_quickly 20 -kswapd_high_wmark_hit_quickly 1 -pgmigrate_success 1485547 -pgmigrate_fail 8142 -compact_migrate_scanned 5690485 -compact_free_scanned 37608686 -compact_isolated 3218434 -compact_stall 17469 -compact_fail 14780 -compact_success 2689 -compact_daemon_wake 94 -compact_daemon_migrate_scanned 2821036 -compact_daemon_free_scanned 33396695 +kswapd_low_wmark_hit_quickly 0 +kswapd_high_wmark_hit_quickly 0 +pgmigrate_success 0 +pgmigrate_fail 0 +compact_migrate_scanned 0 +compact_free_scanned 0 +compact_isolated 0 +compact_stall 0 +compact_fail 0 +compact_success 0 +compact_daemon_wake 0 +compact_daemon_migrate_scanned 0 +compact_daemon_free_scanned 0 ############################################################################### # 6. KERNEL TUNABLES / SYSCTL @@ -4156,7 +5068,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 9223372036854775807 -fs.file-nr = 2239 0 9223372036854775807 +fs.file-nr = 2253 0 9223372036854775807 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -4263,7 +5175,7 @@ net.ipv6.conf.all.disable_ipv6 = 0 --- sysctl.d total 16 drwxr-xr-x 2 root root 4096 Jul 26 15:48 . -drwxr-xr-x 109 root root 4096 Jul 26 16:24 .. +drwxr-xr-x 111 root root 4096 Jul 27 21:49 .. -rw-r--r-- 1 root root 499 Jul 26 15:48 99-perfopt.conf -rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl @@ -4359,7 +5271,7 @@ inactive --- modprobe.d total 32 drwxr-xr-x 2 root root 4096 Jul 26 11:29 . -drwxr-xr-x 109 root root 4096 Jul 26 16:24 .. +drwxr-xr-x 111 root root 4096 Jul 27 21:49 .. -rw-r--r-- 1 root root 18 Jul 19 16:29 blacklist.conf -rw-r--r-- 1 root root 53 Jul 19 17:07 block-nouveau.conf -rw-r--r-- 1 root root 127 Nov 1 2025 dkms.conf @@ -4472,9 +5384,6 @@ proxmox-kernel-7.0: 7.0.14-6 proxmox-kernel-7.0.14-5-pve-signed: 7.0.14-5 proxmox-kernel-6.17.13-19-pve-signed: 6.17.13-19 proxmox-kernel-6.17: 6.17.13-19 -proxmox-kernel-6.17.13-18-pve-signed: 6.17.13-18 -proxmox-kernel-6.17.13-2-pve-signed: 6.17.13-2 -proxmox-kernel-6.17.9-1-pve-signed: 6.17.9-1 proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1 ceph-fuse: 19.2.3-pve2 corosync: 3.1.10-pve3 @@ -4549,13 +5458,13 @@ pvecm expected --- pveperf $ timeout 15 pveperf CPU BOGOMIPS: 46398.16 -REGEX/SECOND: 1722189 +REGEX/SECOND: 1716683 HD SIZE: 93.93 GB (/dev/mapper/pve-root) -BUFFERED READS: 2881.89 MB/sec -AVERAGE SEEK TIME: 0.05 ms -FSYNCS/SECOND: 264.70 -DNS EXT: 21.37 ms -DNS INT: 1.43 ms (knel.net) +BUFFERED READS: 2873.82 MB/sec +AVERAGE SEEK TIME: 0.04 ms +FSYNCS/SECOND: 262.64 +DNS EXT: 25.86 ms + [exit=124 / not installed or not permitted] --- corosync.conf [missing: /etc/pve/corosync.conf] @@ -4576,7 +5485,7 @@ lvmthin: local-lvm content images,rootdir nfs: D2 - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime export /mnt/tsys4/D2 path /mnt/pve/D2 server pfv-tsys4-nfs-stor @@ -4584,7 +5493,7 @@ nfs: D2 prune-backups keep-all=1 nfs: D3 - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime export /mnt/tsys4/D3 path /mnt/pve/D3 server pfv-tsys4-nfs-stor @@ -4592,7 +5501,7 @@ nfs: D3 prune-backups keep-all=1 nfs: D5 - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime export /mnt/tsys4/D5 path /mnt/pve/D5 server pfv-tsys4-nfs-stor @@ -4601,7 +5510,7 @@ nfs: D5 nfs: S2 - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime export /mnt/pfv-tsys5/S2 path /mnt/pve/S2 server pfv-tsys5-nfs-stor @@ -4609,7 +5518,7 @@ nfs: S2 prune-backups keep-all=1 nfs: S3 - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime export /mnt/pfv-tsys5/S3 path /mnt/pve/S3 server pfv-tsys5-nfs-stor @@ -4617,7 +5526,7 @@ nfs: S3 prune-backups keep-all=1 nfs: S4 - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime export /mnt/pfv-tsys5/S4 path /mnt/pve/S4 server pfv-tsys5-nfs-stor @@ -4625,7 +5534,7 @@ nfs: S4 prune-backups keep-all=1 nfs: T5-SSD - options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + options nconnect=4,noatime export /mnt/pfv-tsys5/ssd path /mnt/pve/T5-SSD server pfv-tsys5-nfs-stor @@ -4649,11 +5558,7 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host $ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \ | jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \ || pvesh get /cluster/resources --type node 2>/dev/null -┌────────────────┬──────┬─────────────┬─────────┬────────┬───────────┬──────────┬───────────┬─────────┬───────────┬───────┬──────┬────────┬───────────┬───────────┬──────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬────────┬─────────┬──────┬──────────┬────────────┬──────┬───────────┐ -│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ host-arch │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ shared │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ -╞════════════════╪══════╪═════════════╪═════════╪════════╪═══════════╪══════════╪═══════════╪═════════╪═══════════╪═══════╪══════╪════════╪═══════════╪═══════════╪══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪════════╪═════════╪══════╪══════════╪════════════╪══════╪═══════════╡ -│ node/pfv-tsys3 │ node │ 2 │ │ 10.12% │ 24.72 GiB │ │ │ │ │ │ │ 8 │ 93.93 GiB │ 31.06 GiB │ 2.76 GiB │ │ │ │ │ │ │ pfv-tsys3 │ │ │ │ │ │ online │ │ │ │ 1d 23h 59m │ │ │ -└────────────────┴──────┴─────────────┴─────────┴────────┴───────────┴──────────┴───────────┴─────────┴───────────┴───────┴──────┴────────┴───────────┴───────────┴──────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴────────┴─────────┴──────┴──────────┴────────────┴──────┴───────────┘ +pfv-tsys3 cpu=0.0327912914930789 mem=3481255936 maxmem=33351712768 maxdisk=100861726720 status=online ssl_fingerprint=null ############################################################################### # 10. NETWORK: INTERFACES @@ -4663,63 +5568,63 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host $ ip -d link 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 promiscuity 0 allmulti 0 minmtu 0 maxmtu 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -2: nic0: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000 +2: nic0: mtu 1500 qdisc fq master vmbr0 state UP mode DEFAULT group default qlen 1000 link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 9000 bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.a4:4c:c8:8:d1:b8 designated_root 8000.a4:4c:c8:8:d1:b8 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:00:1f.6 altname enxa44cc808d1b8 -3: enx8cae4ccda774: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000 +3: enx8cae4ccda774: mtu 1500 qdisc fq master datanet state UP mode DEFAULT group default qlen 1000 link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 0 maxmtu 1500 bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.8c:ae:4c:cd:a7:74 designated_root 8000.8c:ae:4c:cd:a7:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus usb parentdev 2-1:2.0 -4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 +4: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.a4:4c:c8:8:d1:b8 designated_root 8000.a4:4c:c8:8:d1:b8 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 102.88 fdb_n_learned 94 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 18.9us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.a4:4c:c8:8:d1:b8 designated_root 8000.a4:4c:c8:8:d1:b8 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 20.11 fdb_n_learned 94 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 15.9us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.8c:ae:4c:cd:a7:74 designated_root 8000.8c:ae:4c:cd:a7:74 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 106.07 fdb_n_learned 8 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -35: tap313i0: mtu 1500 qdisc fq_codel master fwbr313i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 3e:fc:3b:ce:19:ed brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.8c:ae:4c:cd:a7:74 designated_root 8000.8c:ae:4c:cd:a7:74 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 150.38 fdb_n_learned 5 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +11: tap313i0: mtu 1500 qdisc fq master fwbr313i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether d6:29:b8:3f:86:b4 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.42:93:1f:fd:7c:49 designated_root 8000.42:93:1f:fd:7c:49 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -36: fwbr313i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.42:93:1f:fd:7c:49 designated_root 8000.42:93:1f:fd:7c:49 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 107.93 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 38 mcast_querier_ipv4_other_timer 18.9us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -37: fwpr313p0@fwln313i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether b2:fa:f2:6a:c5:e8 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.7e:8e:3f:c6:9c:54 designated_root 8000.7e:8e:3f:c6:9c:54 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +12: fwbr313i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 7e:8e:3f:c6:9c:54 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.7e:8e:3f:c6:9c:54 designated_root 8000.7e:8e:3f:c6:9c:54 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 20.11 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 14 mcast_querier_ipv4_other_timer 15.9us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +13: fwpr313p0@fwln313i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 52:5b:9c:f2:99:71 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.a4:4c:c8:8:d1:b8 designated_root 8000.a4:4c:c8:8:d1:b8 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -38: fwln313i0@fwpr313p0: mtu 1500 qdisc noqueue master fwbr313i0 state UP mode DEFAULT group default qlen 1000 - link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 +14: fwln313i0@fwpr313p0: mtu 1500 qdisc noqueue master fwbr313i0 state UP mode DEFAULT group default qlen 1000 + link/ether 7e:8e:3f:c6:9c:54 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.42:93:1f:fd:7c:49 designated_root 8000.42:93:1f:fd:7c:49 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.7e:8e:3f:c6:9c:54 designated_root 8000.7e:8e:3f:c6:9c:54 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 --- ip -o link $ ip -o link 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\ link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 -2: nic0: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff\ altname enxa44cc808d1b8 -3: enx8cae4ccda774: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff -4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500\ link/none +2: nic0: mtu 1500 qdisc fq master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff\ altname enxa44cc808d1b8 +3: enx8cae4ccda774: mtu 1500 qdisc fq master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff +4: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500\ link/none 5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff 6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff -35: tap313i0: mtu 1500 qdisc fq_codel master fwbr313i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 3e:fc:3b:ce:19:ed brd ff:ff:ff:ff:ff:ff -36: fwbr313i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff -37: fwpr313p0@fwln313i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether b2:fa:f2:6a:c5:e8 brd ff:ff:ff:ff:ff:ff -38: fwln313i0@fwpr313p0: mtu 1500 qdisc noqueue master fwbr313i0 state UP mode DEFAULT group default qlen 1000\ link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff +11: tap313i0: mtu 1500 qdisc fq master fwbr313i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether d6:29:b8:3f:86:b4 brd ff:ff:ff:ff:ff:ff +12: fwbr313i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 7e:8e:3f:c6:9c:54 brd ff:ff:ff:ff:ff:ff +13: fwpr313p0@fwln313i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 52:5b:9c:f2:99:71 brd ff:ff:ff:ff:ff:ff +14: fwln313i0@fwpr313p0: mtu 1500 qdisc noqueue master fwbr313i0 state UP mode DEFAULT group default qlen 1000\ link/ether 7e:8e:3f:c6:9c:54 brd ff:ff:ff:ff:ff:ff --- ip -o -4 addr $ ip -o -4 addr 1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever 4: tailscale0 inet 100.66.186.10/32 scope global tailscale0\ valid_lft forever preferred_lft forever -5: vmbr0 inet 192.168.2.5/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 480sec preferred_lft 480sec +5: vmbr0 inet 192.168.2.5/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 535sec preferred_lft 535sec 6: datanet inet 10.100.100.3/24 scope global datanet\ valid_lft forever preferred_lft forever --- ip -o -6 addr (link-local filter) $ ip -o -6 addr 1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever 4: tailscale0 inet6 fd7a:115c:a1e0::cc01:baa2/128 scope global \ valid_lft forever preferred_lft forever -4: tailscale0 inet6 fe80::21ee:1b1b:75ce:ab33/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever +4: tailscale0 inet6 fe80::283e:a746:8afd:90cd/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever 5: vmbr0 inet6 fe80::a64c:c8ff:fe08:d1b8/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever 6: datanet inet6 fe80::8eae:4cff:fecd:a774/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever @@ -4731,23 +5636,23 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever -2: nic0: mtu 1500 qdisc fq_codel master vmbr0 state UP group default qlen 1000 +2: nic0: mtu 1500 qdisc fq master vmbr0 state UP group default qlen 1000 link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff altname enxa44cc808d1b8 -3: enx8cae4ccda774: mtu 1500 qdisc fq_codel master datanet state UP group default qlen 1000 +3: enx8cae4ccda774: mtu 1500 qdisc fq master datanet state UP group default qlen 1000 link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff -4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN group default qlen 500 +4: tailscale0: mtu 1280 qdisc fq state UNKNOWN group default qlen 500 link/none inet 100.66.186.10/32 scope global tailscale0 valid_lft forever preferred_lft forever inet6 fd7a:115c:a1e0::cc01:baa2/128 scope global valid_lft forever preferred_lft forever - inet6 fe80::21ee:1b1b:75ce:ab33/64 scope link stable-privacy proto kernel_ll + inet6 fe80::283e:a746:8afd:90cd/64 scope link stable-privacy proto kernel_ll valid_lft forever preferred_lft forever 5: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff inet 192.168.2.5/22 brd 192.168.3.255 scope global dynamic vmbr0 - valid_lft 480sec preferred_lft 480sec + valid_lft 535sec preferred_lft 535sec inet6 fe80::a64c:c8ff:fe08:d1b8/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 6: datanet: mtu 1500 qdisc noqueue state UP group default qlen 1000 @@ -4756,14 +5661,14 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host valid_lft forever preferred_lft forever inet6 fe80::8eae:4cff:fecd:a774/64 scope link proto kernel_ll valid_lft forever preferred_lft forever -35: tap313i0: mtu 1500 qdisc fq_codel master fwbr313i0 state UNKNOWN group default qlen 1000 - link/ether 3e:fc:3b:ce:19:ed brd ff:ff:ff:ff:ff:ff -36: fwbr313i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff -37: fwpr313p0@fwln313i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether b2:fa:f2:6a:c5:e8 brd ff:ff:ff:ff:ff:ff -38: fwln313i0@fwpr313p0: mtu 1500 qdisc noqueue master fwbr313i0 state UP group default qlen 1000 - link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff +11: tap313i0: mtu 1500 qdisc fq master fwbr313i0 state UNKNOWN group default qlen 1000 + link/ether d6:29:b8:3f:86:b4 brd ff:ff:ff:ff:ff:ff +12: fwbr313i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 7e:8e:3f:c6:9c:54 brd ff:ff:ff:ff:ff:ff +13: fwpr313p0@fwln313i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 52:5b:9c:f2:99:71 brd ff:ff:ff:ff:ff:ff +14: fwln313i0@fwpr313p0: mtu 1500 qdisc noqueue master fwbr313i0 state UP group default qlen 1000 + link/ether 7e:8e:3f:c6:9c:54 brd ff:ff:ff:ff:ff:ff --- ip route $ ip route @@ -4786,208 +5691,178 @@ default via 192.168.3.254 dev vmbr0 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 RX: bytes packets errors dropped missed mcast - 36922357 162378 0 0 0 0 + 19374387 171479 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 36922357 162378 0 0 0 0 + 19374387 171479 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -2: nic0: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000 +2: nic0: mtu 1500 qdisc fq master vmbr0 state UP mode DEFAULT group default qlen 1000 link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 8311254452 25629639 0 5761 251 4329331 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 63689171745 56715771 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 452069327 2463096 0 1649 0 1156907 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 179913956 667682 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 altname enxa44cc808d1b8 -3: enx8cae4ccda774: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000 +3: enx8cae4ccda774: mtu 1500 qdisc fq master datanet state UP mode DEFAULT group default qlen 1000 link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 146826638109 102226537 0 5759 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 17467156847 43477559 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 + RX: bytes packets errors dropped missed mcast + 413825700 1210070 0 1647 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1442272934 1687198 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +4: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 link/none - RX: bytes packets errors dropped missed mcast - 259342834 3732854 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 52454452695 2705678 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 35021352 137901 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 64374880 148592 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 1268067844 8743963 0 0 0 3737465 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 56146276405 3487157 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 146804779685 102201966 0 10 0 145555 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 17465688812 43471802 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -35: tap313i0: mtu 1500 qdisc fq_codel master fwbr313i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 3e:fc:3b:ce:19:ed brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 7589174 36001 0 0 0 0 + 248602136 1825797 0 0 0 952417 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 54702602 433678 0 0 0 0 + 113673630 327464 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 413441290 1207523 0 5 0 41698 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1441853438 1685553 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +11: tap313i0: mtu 1500 qdisc fq master fwbr313i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether d6:29:b8:3f:86:b4 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 58354054 288877 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 259986960 1706491 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -36: fwbr313i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff +12: fwbr313i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 7e:8e:3f:c6:9c:54 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 31292147 370219 0 414 0 234877 + 123588739 1332678 0 1930 0 892897 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -37: fwpr313p0@fwln313i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether b2:fa:f2:6a:c5:e8 brd ff:ff:ff:ff:ff:ff +13: fwpr313p0@fwln313i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 52:5b:9c:f2:99:71 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 7676822 36353 0 352 0 0 + 58745980 290451 0 1574 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 54725207 433802 0 0 0 0 + 259988534 1706491 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -38: fwln313i0@fwpr313p0: mtu 1500 qdisc noqueue master fwbr313i0 state UP mode DEFAULT group default qlen 1000 - link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff +14: fwln313i0@fwpr313p0: mtu 1500 qdisc noqueue master fwbr313i0 state UP mode DEFAULT group default qlen 1000 + link/ether 7e:8e:3f:c6:9c:54 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 54725207 433802 0 352 0 0 + 259988534 1706491 0 1574 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 7676822 36353 0 0 0 0 + 58745980 290451 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 --- ip neigh $ ip neigh -10.100.100.1 dev datanet lladdr 8c:ae:4c:cd:a6:2d STALE -192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE -192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE -192.168.0.20 dev vmbr0 lladdr 18:03:73:43:ce:de STALE -192.168.3.252 dev vmbr0 FAILED -192.168.3.11 dev vmbr0 lladdr 34:17:eb:b3:b1:2d STALE -192.168.3.58 dev vmbr0 lladdr a4:bb:6d:e3:56:86 STALE -192.168.3.135 dev vmbr0 lladdr 44:09:da:4e:84:63 STALE -10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE -192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE -192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 DELAY -192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE -192.168.3.49 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE -192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE -192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d STALE +10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE +192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 STALE +192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc STALE +192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d DELAY 192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE 192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e DELAY -192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE -192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE -192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE -10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE -10.100.100.9 dev datanet FAILED +192.168.3.173 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE +10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE +192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE +192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE +192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f DELAY 192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE -192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE -192.168.1.45 dev vmbr0 FAILED -192.168.1.164 dev vmbr0 FAILED -192.168.3.253 dev vmbr0 FAILED -192.168.1.46 dev vmbr0 FAILED -fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE -fe80::be24:11ff:fedd:29b8 dev vmbr0 lladdr bc:24:11:dd:29:b8 STALE -fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE -fe80::e11b:a5d6:370a:3839 dev vmbr0 lladdr bc:24:11:80:a1:3c STALE -fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE -fe80::8175:8cd5:2119:c58c dev vmbr0 lladdr bc:24:11:e2:1a:09 STALE -fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE -fe80::be24:11ff:fe1a:8f6f dev vmbr0 lladdr bc:24:11:1a:8f:6f STALE -fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE -fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE -fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE -fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE -fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE -fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE -fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE -fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE -fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE -fe80::fabc:12ff:fe34:e075 dev datanet lladdr f8:bc:12:34:e0:75 STALE -fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE +192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 DELAY +192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 STALE +10.100.100.9 dev datanet lladdr 9c:69:d3:6a:5b:6c STALE fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE -fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE -fe80::4542:2d1f:b470:fc54 dev vmbr0 lladdr bc:24:11:fb:7d:38 STALE -fe80::ab9a:119e:e167:cc2a dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE -fe80::be24:11ff:feeb:f00f dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE -fe80::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 STALE -fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE -fe80::aaba:ff4f:993a:3336 dev vmbr0 lladdr bc:24:11:36:16:3c STALE -fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE -fe80::df77:368f:7483:f207 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE -fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE -fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE -fe80::2f96:e883:f0b8:8de1 dev vmbr0 lladdr bc:24:11:78:11:ac STALE -fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE -fe80::be24:11ff:fe1f:9d83 dev vmbr0 lladdr bc:24:11:1f:9d:83 STALE -fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE -fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE -fe80::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c STALE -fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE -fe80::11be:70aa:7f52:bcc4 dev vmbr0 lladdr bc:24:11:7a:44:5f STALE -fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE -fe80::844:b84d:703c:46b6 dev vmbr0 lladdr 44:09:da:4e:84:63 STALE -fe80::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 STALE -fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE -fe80::be24:11ff:fe74:d68a dev vmbr0 lladdr bc:24:11:74:d6:8a STALE -fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE -fe80::af8e:5170:c28:5a12 dev vmbr0 lladdr bc:24:11:ca:b0:cd STALE -fe80::571e:6df3:f3d6:ad57 dev vmbr0 lladdr bc:24:11:6d:60:fb STALE -fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE -fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE -fe80::406a:9d5b:52e1:a762 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE -fe80::cfc5:646d:62cd:4746 dev vmbr0 lladdr bc:24:11:6f:b0:06 STALE -fe80::be24:11ff:fee4:3753 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE -fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE -fe80::be24:11ff:fe9e:1ce9 dev vmbr0 lladdr bc:24:11:9e:1c:e9 STALE +fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE +fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE +fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE +fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE +fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE +fe80::466:5100:c752:a95d dev vmbr0 lladdr ca:c3:35:a4:7f:c4 STALE +fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +fe80::109b:d06f:f2be:1dc4 dev vmbr0 lladdr 16:bc:55:38:d3:7f STALE fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE -fe80::44ce:70d5:12e2:dc57 dev vmbr0 lladdr bc:24:11:1e:fe:57 STALE +fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE +fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE +fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE +fe80::be24:11ff:feee:2bb6 dev vmbr0 lladdr bc:24:11:ee:2b:b6 STALE fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE +fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE +fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 STALE +fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE +fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE +fe80::be24:11ff:febb:6af dev vmbr0 lladdr bc:24:11:bb:06:af STALE +fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::21b:78ff:fe5c:e9ce dev datanet lladdr 00:1b:78:5c:e9:ce STALE +fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE +fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE +fe80::10e8:fff4:c9c7:c57b dev vmbr0 lladdr ba:71:00:a6:a3:12 STALE +fe80::6ae7:a88a:4305:7761 dev vmbr0 lladdr e8:4e:06:af:b8:92 STALE +fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE +fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE +fe80::b6f4:eaa:36af:1d47 dev vmbr0 lladdr f0:6e:0b:cf:c7:55 STALE +fe80::6bea:ca7:4c8c:182f dev vmbr0 lladdr bc:24:11:80:0d:16 STALE +fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE +fe80::ae76:5582:7949:6783 dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE +fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE +fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE --- /proc/net/dev (counters) $ cat /proc/net/dev Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 36922357 162378 0 0 0 0 0 0 36922357 162378 0 0 0 0 0 0 - nic0: 8311254812 25629643 0 6012 0 0 0 4329335 63689171745 56715771 0 0 0 0 0 0 -enx8cae4ccda774: 146826638109 102226537 0 5759 0 0 0 0 17467156847 43477559 0 0 0 0 0 0 -tailscale0: 259342834 3732854 0 0 0 0 0 0 52454452695 2705678 0 0 0 0 0 0 - vmbr0: 1268068132 8743967 0 0 0 0 0 3737469 56146276405 3487157 0 0 0 0 0 0 -datanet: 146804779685 102201966 0 10 0 0 0 145555 17465688812 43471802 0 0 0 0 0 0 -tap313i0: 7589174 36001 0 0 0 0 0 0 54702946 433682 0 0 0 0 0 0 -fwbr313i0: 31292435 370223 0 414 0 0 0 234881 0 0 0 0 0 0 0 0 -fwpr313p0: 7676822 36353 0 352 0 0 0 0 54725551 433806 0 0 0 0 0 0 -fwln313i0: 54725551 433806 0 352 0 0 0 0 7676822 36353 0 0 0 0 0 0 + lo: 19374387 171479 0 0 0 0 0 0 19374387 171479 0 0 0 0 0 0 + nic0: 452069327 2463096 0 1649 0 0 0 1156907 179913956 667682 0 0 0 0 0 0 +enx8cae4ccda774: 413825700 1210070 0 1647 0 0 0 0 1442273168 1687199 0 0 0 0 0 0 +tailscale0: 35021352 137901 0 0 0 0 0 0 64374880 148592 0 0 0 0 0 0 + vmbr0: 248602136 1825797 0 0 0 0 0 952417 113673630 327464 0 0 0 0 0 0 +datanet: 413441290 1207523 0 5 0 0 0 41698 1441853438 1685553 0 0 0 0 0 0 +tap313i0: 58354054 288877 0 0 0 0 0 0 259986960 1706491 0 0 0 0 0 0 +fwbr313i0: 123588739 1332678 0 1930 0 0 0 892897 0 0 0 0 0 0 0 0 +fwpr313p0: 58745980 290451 0 1574 0 0 0 0 259988534 1706491 0 0 0 0 0 0 +fwln313i0: 259988534 1706491 0 1574 0 0 0 0 58745980 290451 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route @@ -5848,8 +6723,8 @@ netlink error: Operation not supported rx_over_errors: 0 rx_crc_errors: 0 rx_frame_errors: 0 - rx_no_buffer_count: 432 - rx_missed_errors: 251 + rx_no_buffer_count: 0 + rx_missed_errors: 0 tx_aborted_errors: 0 tx_carrier_errors: 0 tx_fifo_errors: 0 @@ -5858,19 +6733,19 @@ netlink error: Operation not supported rx_long_length_errors: 0 rx_short_length_errors: 0 rx_align_errors: 0 - rx_csum_offload_errors: 2 + rx_csum_offload_errors: 0 dropped_smbus: 0 uncorr_ecc_errors: 0 corr_ecc_errors: 0 [statistics -S (throughput counters)] - rx_packets: 25629690 - tx_packets: 56715772 - rx_bytes: 8311259815 - tx_bytes: 63689171921 - rx_broadcast: 1617737 - tx_broadcast: 139985 - rx_multicast: 4329376 - tx_multicast: 122401 + rx_packets: 2463097 + tx_packets: 667682 + rx_bytes: 452069391 + tx_bytes: 179913956 + rx_broadcast: 470405 + tx_broadcast: 144 + rx_multicast: 1156907 + tx_multicast: 10099 ----- ethtool: tap313i0 ----- [driver/version/firmware/bus-info -i] @@ -6153,22 +7028,22 @@ netlink error: Operation not supported $ bridge link 2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 3: enx8cae4ccda774: mtu 1500 master datanet state forwarding priority 32 cost 100 -35: tap313i0: mtu 1500 master fwbr313i0 state forwarding priority 32 cost 2 -37: fwpr313p0@fwln313i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -38: fwln313i0@fwpr313p0: mtu 1500 master fwbr313i0 state forwarding priority 32 cost 2 +11: tap313i0: mtu 1500 master fwbr313i0 state forwarding priority 32 cost 2 +13: fwpr313p0@fwln313i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +14: fwln313i0@fwpr313p0: mtu 1500 master fwbr313i0 state forwarding priority 32 cost 2 --- bridge -d link $ bridge -d link 2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 131 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 42 mcast_max_groups 0 3: enx8cae4ccda774: mtu 1500 master datanet state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 -35: tap313i0: mtu 1500 master fwbr313i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -37: fwpr313p0@fwln313i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -38: fwln313i0@fwpr313p0: mtu 1500 master fwbr313i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 +11: tap313i0: mtu 1500 master fwbr313i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +13: fwpr313p0@fwln313i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +14: fwln313i0@fwpr313p0: mtu 1500 master fwbr313i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 --- bridge vlan $ bridge vlan @@ -6198,7 +7073,7 @@ fwln313i0 1 PVID Egress Untagged $ brctl show bridge name bridge id STP enabled interfaces datanet 8000.8cae4ccda774 no enx8cae4ccda774 -fwbr313i0 8000.42931ffd7c49 no fwln313i0 +fwbr313i0 8000.7e8e3fc69c54 no fwln313i0 tap313i0 vmbr0 8000.a44cc808d1b8 no fwpr313p0 nic0 @@ -6258,47 +7133,48 @@ done --- /proc/interrupts $ cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 - 0: 163 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer - 1: 14 0 0 0 0 0 0 0 IR-IO-APIC 1-edge i8042 + 0: 61 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer + 1: 6 0 0 0 0 0 0 0 IR-IO-APIC 1-edge i8042 8: 0 0 0 0 0 0 0 0 IR-IO-APIC 8-edge rtc0 - 9: 0 61717 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi - 12: 0 0 0 0 0 0 0 7867 IR-IO-APIC 12-edge i8042 - 16: 0 0 0 0 0 4596 0 0 IR-IO-APIC 16-fasteoi i801_smbus + 9: 0 21008 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 12: 0 0 0 0 0 0 0 7501 IR-IO-APIC 12-edge i8042 + 16: 0 0 0 0 0 23 0 0 IR-IO-APIC 16-fasteoi i801_smbus + 17: 0 0 207 0 0 0 0 0 IR-IO-APIC 17-fasteoi snd_hda_intel:card1 31: 0 0 0 0 0 0 0 0 IR-IO-APIC 31-edge smo8800 120: 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0 - 121: 0 0 0 9 0 0 0 0 IR-PCI-MSI-0000:00:01.0 0-edge PCIe PME, aerdrv, PCIe bwctrl + 121: 0 0 0 1 0 0 0 0 IR-PCI-MSI-0000:00:01.0 0-edge PCIe PME, aerdrv, PCIe bwctrl 122: 0 0 0 0 1 0 0 0 IR-PCI-MSI-0000:00:1c.0 0-edge PCIe PME, aerdrv, PCIe bwctrl 123: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1c.4 0-edge PCIe PME, aerdrv, pciehp, PCIe bwctrl 124: 0 0 0 0 0 0 1 0 IR-PCI-MSI-0000:00:1d.0 0-edge PCIe PME, aerdrv, PCIe bwctrl 125: 0 0 6 0 0 0 0 0 IR-PCI-MSI-0000:02:00.0 0-edge rtsx_pci 126: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:17.0 0-edge ahci[0000:00:17.0] - 127: 0 0 0 0 29246082 0 0 0 IR-PCI-MSI-0000:00:1f.6 0-edge nic0 - 128: 0 0 0 0 0 0 18699507 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd - 136: 0 0 0 0 0 0 17491 0 IR-PCI-MSIX-0000:04:00.0 0-edge nvme0q0 - 137: 0 0 0 0 0 82076 0 0 IR-PCI-MSIX-0000:04:00.0 1-edge nvme0q1 - 138: 0 0 0 41038 0 0 0 0 IR-PCI-MSIX-0000:04:00.0 2-edge nvme0q2 - 139: 0 0 0 0 0 0 0 155758 IR-PCI-MSIX-0000:04:00.0 3-edge nvme0q3 - 140: 0 0 25541 0 0 0 0 0 IR-PCI-MSIX-0000:04:00.0 4-edge nvme0q4 - 141: 0 0 0 0 0 0 77380 0 IR-PCI-MSIX-0000:04:00.0 5-edge nvme0q5 - 142: 36460 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:04:00.0 6-edge nvme0q6 - 143: 0 0 0 0 43247 0 0 0 IR-PCI-MSIX-0000:04:00.0 7-edge nvme0q7 + 127: 0 0 0 0 2543466 0 0 0 IR-PCI-MSI-0000:00:1f.6 0-edge nic0 + 128: 0 0 0 0 0 0 923237 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd + 136: 0 0 0 0 0 0 5013 0 IR-PCI-MSIX-0000:04:00.0 0-edge nvme0q0 + 137: 0 0 0 0 0 37027 0 0 IR-PCI-MSIX-0000:04:00.0 1-edge nvme0q1 + 138: 0 0 0 10339 0 0 0 0 IR-PCI-MSIX-0000:04:00.0 2-edge nvme0q2 + 139: 0 0 0 0 0 0 0 9614 IR-PCI-MSIX-0000:04:00.0 3-edge nvme0q3 + 140: 0 0 86243 0 0 0 0 0 IR-PCI-MSIX-0000:04:00.0 4-edge nvme0q4 + 141: 0 0 0 0 0 0 9626 0 IR-PCI-MSIX-0000:04:00.0 5-edge nvme0q5 + 142: 9716 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:04:00.0 6-edge nvme0q6 + 143: 0 0 0 0 55673 0 0 0 IR-PCI-MSIX-0000:04:00.0 7-edge nvme0q7 144: 52 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:16.0 0-edge mei_me - 145: 0 0 316 0 0 0 0 0 IR-PCI-MSI-0000:00:1f.3 0-edge snd_hda_intel:card0 - NMI: 366 328 325 324 376 296 358 306 Non-maskable interrupts - LOC: 54232291 45548955 44525543 43996755 51265144 41345047 45657550 42469197 Local timer interrupts + 145: 0 316 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1f.3 0-edge snd_hda_intel:card0 + NMI: 43 40 41 41 54 37 41 40 Non-maskable interrupts + LOC: 3719622 3690805 3691556 3735750 7124890 3548399 4151979 3611688 Local timer interrupts SPU: 0 0 0 0 0 0 0 0 Spurious interrupts - PMI: 366 328 325 324 376 296 358 306 Performance monitoring interrupts - IWI: 941 1100 333 738 726 763 750 1462 IRQ work interrupts + PMI: 43 40 41 41 54 37 41 40 Performance monitoring interrupts + IWI: 146 93 113 234 425 247 321 535 IRQ work interrupts RTR: 6 0 0 0 0 0 0 0 APIC ICR read retries - RES: 2237319 2102054 2186894 2183504 1681513 2015135 1947662 2027941 Rescheduling interrupts - CAL: 3933992 2371628 1944239 1762600 2012492 1659260 1734845 1743825 Function call interrupts - TLB: 45130 47862 48082 49690 52593 50161 50867 50539 TLB shootdowns + RES: 65674 54746 53691 59017 58044 50610 52448 58149 Rescheduling interrupts + CAL: 233843 195882 191907 178523 193253 178300 190519 180360 Function call interrupts + TLB: 9220 9737 9557 9489 9687 9723 10380 9799 TLB shootdowns TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts DFR: 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts MCE: 0 0 0 0 0 0 0 0 Machine check exceptions - MCP: 528 529 529 529 529 529 529 529 Machine check polls - ERR: 0 + MCP: 151 152 152 152 152 152 152 152 Machine check polls + ERR: 3 MIS: 0 PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event NPI: 0 0 0 0 0 0 0 0 Nested posted-interrupt event @@ -6374,58 +7250,58 @@ done | head -n 60 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -002c7a22 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 -003815e7 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 -0032ac47 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 -002f8804 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 -054abba3 00012573 00003d68 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 -004f8d71 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 -0c712cdc 00000000 00000136 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 -003d757f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 +000141a2 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +00017fe5 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +00016a61 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +00014da1 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +0074a2ad 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +00026c37 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +0026d55c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +0001a370 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 --- softnet_stat decoded $ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n", NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat -cpu0 total=002c7a22 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu1 total=003815e7 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu2 total=0032ac47 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu3 total=002f8804 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu4 total=054abba3 dropped=00012573 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu5 total=004f8d71 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu6 total=0c712cdc dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu7 total=003d757f dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu0 total=000141a2 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=00017fe5 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=00016a61 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=00014da1 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=0074a2ad dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=00026c37 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=0026d55c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=0001a370 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 --- netstat drop counters (significant ones) $ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \ netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen|error)' | head -n 60 -IpReasmFails 2 0.0 +IpReasmFails 0 0.0 IpFragFails 0 0.0 -TcpAttemptFails 3 0.0 -TcpRetransSegs 37661 0.0 -TcpInErrs 1 0.0 +TcpAttemptFails 9673 0.0 +TcpRetransSegs 9550 0.0 +TcpInErrs 6 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 -TcpExtSyncookiesFailed 0 0.0 +TcpExtSyncookiesFailed 1 0.0 TcpExtEmbryonicRsts 0 0.0 TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 -TcpExtTCPLossUndo 1 0.0 -TcpExtTCPLostRetransmit 480 0.0 +TcpExtTCPLossUndo 6 0.0 +TcpExtTCPLostRetransmit 628 0.0 TcpExtTCPRenoFailures 0 0.0 TcpExtTCPSackFailures 0 0.0 -TcpExtTCPLossFailures 24 0.0 -TcpExtTCPFastRetrans 6294 0.0 -TcpExtTCPSlowStartRetrans 229 0.0 -TcpExtTCPLossProbes 40618 0.0 -TcpExtTCPLossProbeRecovery 57 0.0 +TcpExtTCPLossFailures 3 0.0 +TcpExtTCPFastRetrans 337 0.0 +TcpExtTCPSlowStartRetrans 161 0.0 +TcpExtTCPLossProbes 7932 0.0 +TcpExtTCPLossProbeRecovery 27 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 33 0.0 -TcpExtTCPAbortOnData 2437 0.0 -TcpExtTCPAbortOnClose 29 0.0 +TcpExtTCPSackRecoveryFail 26 0.0 +TcpExtTCPAbortOnData 184 0.0 +TcpExtTCPAbortOnClose 0 0.0 TcpExtTCPAbortOnMemory 0 0.0 -TcpExtTCPAbortOnTimeout 2 0.0 +TcpExtTCPAbortOnTimeout 12 0.0 TcpExtTCPAbortOnLinger 0 0.0 TcpExtTCPAbortFailed 0 0.0 TcpExtTCPMD5Failure 0 0.0 @@ -6440,7 +7316,7 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 139 0.0 +TcpExtTCPSynRetrans 1031 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 TcpExtTCPRcvQDrop 0 0.0 @@ -6465,65 +7341,89 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 315 -TCP: 97 (estab 8, closed 77, orphaned 0, timewait 77) +Total: 317 +TCP: 124 (estab 14, closed 99, orphaned 0, timewait 99) Transport Total IP IPv6 RAW 0 0 0 UDP 7 4 3 -TCP 20 14 6 -INET 27 18 9 +TCP 25 19 6 +INET 32 23 9 FRAG 0 0 0 --- ss -t -m (top TCP with skmem/cwnd/rto) $ ss -tno state established ( dport != :22 and sport != :22 ) -m -Recv-Q Send-Q Local Address:Port Peer Address:Port -0 0 10.100.100.3:959 10.100.100.5:2049 timer:(keepalive,59sec,0) - skmem:(r0,rb2027316,t0,tb87040,f0,w0,o0,bl0,d4) -0 0 192.168.2.5:39972 209.177.156.94:443 timer:(keepalive,5.129sec,0) - skmem:(r0,rb1614882,t0,tb87040,f0,w0,o0,bl0,d0) -0 0 10.100.100.3:964 10.100.100.4:2049 timer:(keepalive,59sec,0) - skmem:(r0,rb5493705,t0,tb4194304,f0,w0,o0,bl0,d86) -0 0 192.168.2.5:46394 9.9.9.9:443 timer:(keepalive,26sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 192.168.2.5:48164 152.53.37.179:443 timer:(keepalive,13sec,0) - skmem:(r0,rb1712008,t0,tb87040,f0,w0,o0,bl0,d0) -0 0 192.168.2.5:34606 192.200.0.113:80 timer:(keepalive,14sec,0) - skmem:(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) -0 0 192.168.2.5:36552 199.165.136.100:443 timer:(keepalive,2.637sec,0) - skmem:(r0,rb1715427,t0,tb87040,f0,w0,o0,bl0,d0) +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 192.168.2.5:48370 209.177.156.94:443 timer:(keepalive,3.777sec,0) + skmem:(r0,rb765349,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.2.5:57288 199.165.136.101:443 timer:(keepalive,16sec,0) + skmem:(r0,rb763788,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.3:716 10.100.100.4:2049 timer:(keepalive,56sec,0) + skmem:(r0,rb1188254,t0,tb2885376,f0,w0,o0,bl0,d22) +0 0 10.100.100.3:749 10.100.100.4:2049 timer:(keepalive,6.555sec,0) + skmem:(r0,rb4814986,t0,tb626688,f0,w0,o0,bl0,d21) +0 0 10.100.100.3:752 10.100.100.4:2049 timer:(keepalive,16sec,0) + skmem:(r0,rb1519260,t0,tb1710336,f0,w0,o0,bl0,d19) +0 0 10.100.100.3:891 10.100.100.4:2049 timer:(keepalive,45sec,0) + skmem:(r0,rb2183494,t0,tb1292544,f0,w0,o0,bl0,d18) +0 0 192.168.2.5:39620 9.9.9.9:443 timer:(keepalive,28sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d2) +0 0 192.168.2.5:49616 152.53.37.179:443 timer:(keepalive,8.665sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.2.5:59622 192.200.0.107:443 timer:(keepalive,6.906sec,0) + skmem:(r0,rb102886,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.3:676 10.100.100.5:2049 timer:(keepalive,20sec,0) + skmem:(r0,rb936772,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.3:843 10.100.100.5:2049 timer:(keepalive,1min20sec,0) + skmem:(r0,rb934034,t0,tb130560,f0,w0,o0,bl0,d1) +0 0 10.100.100.3:959 10.100.100.5:2049 timer:(keepalive,9.440sec,0) + skmem:(r0,rb940980,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.3:985 10.100.100.5:2049 timer:(keepalive,9.698sec,0) + skmem:(r0,rb932576,t0,tb130560,f0,w0,o0,bl0,d0) --- ss -ti (TCP internals) $ ss -ti -State Recv-Q Send-Q Local Address:Port Peer Address:Port -ESTAB 0 0 100.66.186.10:ssh 100.101.187.119:43096 - bbr wscale:7,12 rto:207 rtt:6.051/9.949 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:26 bytes_sent:5797 bytes_acked:5797 bytes_received:3889 segs_out:23 segs_in:21 data_segs_out:16 data_segs_in:13 bbr:(bw:23.8Mbps,mrtt:0.622,pacing_gain:2.88672,cwnd_gain:2.88672) send 42.2Mbps lastsnd:1880 lastrcv:1880 lastack:1880 pacing_rate 406Mbps delivery_rate 23.8Mbps delivered:17 app_limited busy:60ms rcv_rtt:6 rcv_space:12280 rcv_ssthresh:78504 minrtt:0.622 snd_wnd:77312 rcv_wnd:81920 -ESTAB 0 0 10.100.100.3:959 10.100.100.5:nfs - cubic wscale:10,10 rto:203 rtt:2.095/0.153 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:2 ssthresh:2 bytes_sent:9221608 bytes_retrans:3032 bytes_acked:9218577 bytes_received:10212752 segs_out:100994 segs_in:54624 data_segs_out:54570 data_segs_in:54617 send 11.1Mbps lastsnd:30 lastrcv:28 lastack:28 pacing_rate 13.3Mbps delivery_rate 15.2Mbps delivered:54556 app_limited busy:185223ms retrans:0/18 dsack_dups:3 rcv_rtt:11 rcv_space:64304 rcv_ssthresh:1345627 minrtt:1.792 snd_wnd:130048 rcv_wnd:1346560 rehash:2 -ESTAB 0 0 192.168.2.5:39972 209.177.156.94:https - cubic wscale:7,10 rto:213 rtt:12.893/1.343 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:707012 bytes_acked:707013 bytes_received:414172 segs_out:7289 segs_in:6680 data_segs_out:3798 data_segs_in:2666 send 8.98Mbps lastsnd:3085 lastrcv:3072 lastack:3072 pacing_rate 18Mbps delivery_rate 4.33Mbps delivered:3799 app_limited busy:38049ms rcv_rtt:210146 rcv_space:66031 rcv_ssthresh:1071745 minrtt:10.026 snd_wnd:213760 rcv_wnd:1072128 -ESTAB 0 176 10.100.100.3:964 10.100.100.4:nfs - cubic wscale:9,10 rto:205 rtt:4.037/2.306 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 ssthresh:48 bytes_sent:14567464092 bytes_retrans:31413000 bytes_acked:14536050917 bytes_received:141447714852 segs_out:42243281 segs_in:101240724 data_segs_out:10603343 data_segs_in:99274272 send 28.7Mbps lastsnd:1 lastrcv:63 lastack:63 pacing_rate 57.4Mbps delivery_rate 11.7Mbps delivered:10599493 app_limited busy:5735734ms rwnd_limited:2944ms(0.1%) unacked:1 retrans:0/34333 dsack_dups:30483 rcv_rtt:4.75 rcv_space:922770 rcv_ssthresh:3647525 minrtt:1.341 rcv_ooopack:5485 snd_wnd:4924928 rcv_wnd:3648512 rehash:108 -ESTAB 0 0 192.168.2.5:46394 9.9.9.9:https - bbr wscale:11,12 rto:212 rtt:11.199/0.784 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:23 bytes_sent:6674 bytes_acked:6675 bytes_received:12809 segs_out:106 segs_in:100 data_segs_out:98 data_segs_in:52 bbr:(bw:5.05Mbps,mrtt:10.186,pacing_gain:2.88672,cwnd_gain:2.88672) send 23.8Mbps lastsnd:3111 lastrcv:3097 lastack:3097 pacing_rate 28.3Mbps delivery_rate 5.05Mbps delivered:99 app_limited busy:536ms rcv_space:14480 rcv_ssthresh:57388 minrtt:10.186 snd_wnd:45056 rcv_wnd:61440 -ESTAB 0 0 192.168.2.5:48164 152.53.37.179:https - cubic wscale:11,10 rto:247 rtt:46.472/1.29 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:3554119 bytes_acked:3554120 bytes_received:117695 segs_out:15325 segs_in:14807 data_segs_out:3795 data_segs_in:2933 send 2.49Mbps lastsnd:48152 lastrcv:48197 lastack:1836 pacing_rate 4.99Mbps delivery_rate 1.06Mbps delivered:3796 app_limited busy:136378ms rcv_rtt:178512 rcv_space:65962 rcv_ssthresh:76096 minrtt:44.111 snd_wnd:57344 rcv_wnd:76800 -ESTAB 0 0 192.168.2.5:34606 192.200.0.113:http - cubic wscale:10,10 rto:343 rtt:142.985/8.892 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:21240 bytes_acked:21241 bytes_received:387410 segs_out:6780 segs_in:6804 data_segs_out:92 data_segs_in:3544 send 810kbps lastsnd:124647 lastrcv:15251 lastack:15251 pacing_rate 1.62Mbps delivery_rate 501kbps delivered:93 app_limited busy:10405ms rcv_rtt:3217.64 rcv_space:14480 rcv_ssthresh:91993 minrtt:135.166 snd_wnd:78848 rcv_wnd:92160 -ESTAB 0 0 192.168.2.5:36552 199.165.136.100:https - cubic wscale:10,10 rto:266 rtt:65.556/10.084 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:7 ssthresh:7 bytes_sent:8411443 bytes_retrans:880 bytes_acked:8410564 bytes_received:1530142 segs_out:31771 segs_in:24370 data_segs_out:15774 data_segs_in:15731 send 1.24Mbps lastsnd:1086 lastrcv:1022 lastack:1022 pacing_rate 1.48Mbps delivery_rate 2.15Mbps delivered:15773 app_limited busy:1073719ms retrans:0/2 reordering:7 reord_seen:3 rcv_rtt:2362.41 rcv_space:66024 rcv_ssthresh:76096 minrtt:41.635 snd_wnd:107520 rcv_wnd:76800 rehash:1 +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 192.168.2.5:48370 209.177.156.94:https + bbr wscale:7,12 rto:215 rtt:14.968/3.386 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:26 bytes_sent:217408 bytes_retrans:187 bytes_acked:217222 bytes_received:202821 segs_out:2782 segs_in:2761 data_segs_out:1169 data_segs_in:1198 bbr:(bw:3.01Mbps,mrtt:12.875,pacing_gain:2.88672,cwnd_gain:2.88672) send 20.1Mbps lastsnd:1820 lastrcv:1807 lastack:1806 pacing_rate 20.6Mbps delivery_rate 3.01Mbps delivered:1170 app_limited busy:9632ms retrans:0/1 dsack_dups:1 rcv_rtt:293072 rcv_space:48027 rcv_ssthresh:540446 minrtt:11.434 snd_wnd:198144 rcv_wnd:540672 +ESTAB 0 0 192.168.2.5:57288 199.165.136.101:https + bbr wscale:10,12 rto:267 rtt:66.769/20.503 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:30 bytes_sent:1636272 bytes_acked:1636273 bytes_received:321037 segs_out:6606 segs_in:5033 data_segs_out:3276 data_segs_in:3266 bbr:(bw:2.05Mbps,mrtt:42.61,pacing_gain:2.88672,cwnd_gain:2.88672) send 5.2Mbps lastsnd:2430 lastrcv:2099 lastack:2099 pacing_rate 7.03Mbps delivery_rate 2.05Mbps delivered:3277 app_limited busy:218673ms rcv_rtt:164268 rcv_space:47982 rcv_ssthresh:56169 minrtt:42.61 snd_wnd:86016 rcv_wnd:57344 +ESTAB 0 0 10.100.100.3:716 10.100.100.4:nfs + bbr wscale:9,12 rto:208 rtt:7.888/10.027 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:116 ssthresh:158 bytes_sent:330732256 bytes_retrans:2612156 bytes_acked:328120101 bytes_received:84822248 segs_out:316580 segs_in:218193 data_segs_out:241465 data_segs_in:123010 bbr:(bw:187Mbps,mrtt:1.611,pacing_gain:1.25,cwnd_gain:2) send 170Mbps lastsnd:226 lastrcv:96 lastack:96 pacing_rate 232Mbps delivery_rate 187Mbps delivered:241349 app_limited busy:359071ms retrans:0/2052 dsack_dups:1935 rcv_rtt:8.795 rcv_space:252732 rcv_ssthresh:788437 minrtt:0.706 snd_wnd:492544 rcv_wnd:790528 rehash:10 +ESTAB 0 0 10.100.100.3:kerberos-adm 10.100.100.4:nfs + bbr wscale:9,12 rto:209 rtt:8.6/11.441 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:94 ssthresh:156 bytes_sent:331950068 bytes_retrans:2650924 bytes_acked:329299145 bytes_received:82428088 segs_out:319372 segs_in:215628 data_segs_out:242307 data_segs_in:121336 bbr:(bw:145Mbps,mrtt:1.645,pacing_gain:1.25,cwnd_gain:2) send 127Mbps lastsnd:93 lastrcv:330 lastack:50 pacing_rate 179Mbps delivery_rate 90.9Mbps delivered:242172 app_limited busy:362737ms retrans:0/2080 dsack_dups:1944 rcv_rtt:2.125 rcv_space:402728 rcv_ssthresh:3196814 minrtt:0.515 snd_wnd:611840 rcv_wnd:3198976 rehash:12 +ESTAB 0 0 10.100.100.3:752 10.100.100.4:nfs + bbr wscale:9,12 rto:210 rtt:9.345/12.309 ato:40 mss:1448 pmtu:1500 rcvmss:752 advmss:1448 cwnd:66 ssthresh:142 bytes_sent:329167940 bytes_retrans:2594452 bytes_acked:326573489 bytes_received:83516904 segs_out:316013 segs_in:217421 data_segs_out:240387 data_segs_in:122098 bbr:(bw:102Mbps,mrtt:1.612,pacing_gain:1.25,cwnd_gain:2) send 81.8Mbps lastsnd:327 lastrcv:254 lastack:254 pacing_rate 126Mbps delivery_rate 84.5Mbps delivered:240256 app_limited busy:361892ms retrans:0/2049 dsack_dups:1917 rcv_rtt:2.72 rcv_space:320808 rcv_ssthresh:771499 minrtt:0.538 snd_wnd:555008 rcv_wnd:1011712 rehash:14 +ESTAB 0 0 10.100.100.3:891 10.100.100.4:nfs + bbr wscale:9,12 rto:206 rtt:5.445/4.545 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:84 ssthresh:154 bytes_sent:329350012 bytes_retrans:2588032 bytes_acked:326761981 bytes_received:85764212 segs_out:318166 segs_in:218704 data_segs_out:240423 data_segs_in:123659 bbr:(bw:129Mbps,mrtt:1.685,pacing_gain:1.25,cwnd_gain:2) send 179Mbps lastsnd:606 lastrcv:581 lastack:581 pacing_rate 159Mbps delivery_rate 125Mbps delivered:240331 app_limited busy:357080ms rwnd_limited:9ms(0.0%) retrans:0/2038 dsack_dups:1945 rcv_rtt:1 rcv_space:401420 rcv_ssthresh:1449976 minrtt:0.724 snd_wnd:669696 rcv_wnd:1449984 rehash:9 +ESTAB 0 0 100.66.186.10:ssh 100.101.187.119:37430 + bbr wscale:7,12 rto:207 rtt:6.342/10.618 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:26 bytes_sent:5797 bytes_acked:5797 bytes_received:3889 segs_out:23 segs_in:21 data_segs_out:16 data_segs_in:13 bbr:(bw:22.9Mbps,mrtt:0.727,pacing_gain:2.88672,cwnd_gain:2.88672) send 40.3Mbps lastsnd:1593 lastrcv:1593 lastack:1592 pacing_rate 301Mbps delivery_rate 22.9Mbps delivered:17 app_limited busy:66ms rcv_rtt:7 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.727 snd_wnd:77312 rcv_wnd:61440 +ESTAB 0 0 192.168.2.5:39620 9.9.9.9:https + bbr wscale:11,12 rto:212 rtt:11.432/2.295 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:19 bytes_sent:1007 bytes_acked:1008 bytes_received:4686 segs_out:18 segs_in:18 data_segs_out:11 data_segs_in:10 bbr:(bw:3.77Mbps,mrtt:10.42,pacing_gain:2.88672,cwnd_gain:2.88672) send 19.3Mbps lastsnd:1869 lastrcv:1858 lastack:1858 pacing_rate 31.8Mbps delivery_rate 3.77Mbps delivered:12 app_limited busy:49ms reord_seen:2 rcv_space:14480 rcv_ssthresh:61101 minrtt:10.42 snd_wnd:45056 rcv_wnd:61440 +ESTAB 0 0 192.168.2.5:49616 152.53.37.179:https + bbr wscale:11,12 rto:254 rtt:53.584/11.249 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:607137 bytes_acked:607138 bytes_received:23307 segs_out:2601 segs_in:2525 data_segs_out:650 data_segs_in:505 bbr:(bw:912kbps,mrtt:47.478,pacing_gain:2.88672,cwnd_gain:2.88672) send 3.89Mbps lastsnd:52495 lastrcv:52517 lastack:6303 pacing_rate 2.61Mbps delivery_rate 912kbps delivered:651 app_limited busy:24726ms retrans:0/2 rcv_space:14480 rcv_ssthresh:56640 minrtt:46.376 snd_wnd:55296 rcv_wnd:57344 rehash:2 +ESTAB 0 0 192.168.2.5:59622 192.200.0.107:https + bbr wscale:10,12 rto:345 rtt:143.083/6.789 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:24 bytes_sent:6112 bytes_acked:6113 bytes_received:87856 segs_out:1159 segs_in:1165 data_segs_out:21 data_segs_in:613 bbr:(bw:498kbps,mrtt:138.897,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.94Mbps lastsnd:2491775 lastrcv:1487 lastack:1487 pacing_rate 2.37Mbps delivery_rate 498kbps delivered:22 app_limited busy:2047ms rcv_rtt:450.5 rcv_space:19758 rcv_ssthresh:67685 minrtt:138.897 snd_wnd:78848 rcv_wnd:69632 +ESTAB 0 0 10.100.100.3:676 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.667/0.131 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:40 bytes_sent:693212 bytes_acked:693213 bytes_received:758368 segs_out:8160 segs_in:4114 data_segs_out:4104 data_segs_in:4104 bbr:(bw:15.8Mbps,mrtt:0.734,pacing_gain:2.88672,cwnd_gain:2.88672) send 278Mbps lastsnd:584 lastrcv:582 lastack:582 pacing_rate 152Mbps delivery_rate 15.8Mbps delivered:4105 app_limited busy:8568ms rcv_rtt:229274 rcv_space:44956 rcv_ssthresh:467906 minrtt:0.734 snd_wnd:131072 rcv_wnd:471040 +ESTAB 0 0 10.100.100.3:843 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.694/0.163 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:48 bytes_sent:693088 bytes_acked:693089 bytes_received:759712 segs_out:8175 segs_in:4110 data_segs_out:4103 data_segs_in:4104 bbr:(bw:11.1Mbps,mrtt:1.039,pacing_gain:2.88672,cwnd_gain:2.88672) send 328Mbps lastsnd:586 lastrcv:584 lastack:584 pacing_rate 180Mbps delivery_rate 11.1Mbps delivered:4104 app_limited busy:8509ms rcv_rtt:133428 rcv_space:44896 rcv_ssthresh:466537 minrtt:1.039 snd_wnd:131072 rcv_wnd:466944 +ESTAB 0 0 10.100.100.3:959 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.689/0.128 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:48 bytes_sent:693524 bytes_retrans:176 bytes_acked:693349 bytes_received:762308 segs_out:8162 segs_in:4114 data_segs_out:4105 data_segs_in:4104 bbr:(bw:10.5Mbps,mrtt:1.102,pacing_gain:2.88672,cwnd_gain:2.88672) send 329Mbps lastsnd:621 lastrcv:620 lastack:620 pacing_rate 171Mbps delivery_rate 10.5Mbps delivered:4105 app_limited busy:8804ms retrans:0/1 rcv_rtt:229518 rcv_space:45048 rcv_ssthresh:470010 minrtt:1.102 snd_wnd:131072 rcv_wnd:471040 +ESTAB 0 0 10.100.100.3:985 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.786/0.239 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:48 bytes_sent:693392 bytes_retrans:168 bytes_acked:693225 bytes_received:760616 segs_out:8170 segs_in:4110 data_segs_out:4105 data_segs_in:4104 bbr:(bw:13.6Mbps,mrtt:0.849,pacing_gain:2.88672,cwnd_gain:2.88672) send 311Mbps lastsnd:580 lastrcv:578 lastack:578 pacing_rate 167Mbps delivery_rate 13.6Mbps delivered:4105 app_limited busy:8781ms retrans:0/1 rcv_rtt:239804 rcv_space:44864 rcv_ssthresh:465808 minrtt:0.849 snd_wnd:131072 rcv_wnd:466944 --- /proc/net/snmp (TCP summary) $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 198288 29559 3 33 8 106002580 86549771 37661 1 5321 0 +Tcp: 1 200 120000 -1 75906 13624 9673 14 14 1450450 2044525 9550 6 505 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- TCP retrans stats $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 198288 29559 3 33 8 106002580 86549772 37661 1 5321 0 +Tcp: 1 200 120000 -1 75906 13624 9673 14 14 1450450 2044525 9550 6 505 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -6574,7 +7474,7 @@ ALIGNMENT ID-LINK ID DISC-ALN DA 0 nvme-eui.002538b371bb881e-part2 eui.002538b371bb881e-part2 0 0 512B 9 2T 0 vfat FAT32 disk 0 nvme0n1p2 512 259:2 259 2 512 brw-rw---- 7 ├─nvme0n1p2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 938ec087-5bc4-4bb0-817c-befc7f43df92 /dev/nvme0n1p2 512 nvme0n1 gpt 5dcb08dd-a082-4398-aa09-8c45c9218f2d 4096 0 0 0 0 1023 none 1G 2048 block:nvme:pci nvme part 4C0C-136D 0B eui.002538b371bb881e none 0B 0B 0B 0 0 0 0 nvme-eui.002538b371bb881e-part3 eui.002538b371bb881e-part3 0 0 512B 9 2T 0 LVM2_member LVM2 001 disk 0 nvme0n1p3 512 259:3 259 3 512 brw-rw---- 7 └─nvme0n1p3 0 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM ea9a8942-d5fd-461f-aaf8-846efb564142 /dev/nvme0n1p3 512 nvme0n1 gpt 5dcb08dd-a082-4398-aa09-8c45c9218f2d 4096 0 0 0 0 1023 none 475.9G 2099200 block:nvme:pci nvme part cKvIrR-Ztxl-i4Xe-fDPq-Yeui-NO3n-mj19Qz 0B eui.002538b371bb881e none 0B 0B 0B 0 0 0 0 dm-name-pve-swap name-pve-swap 0 0 512B 10 2T 0 swap 1 disk 0 dm-0 512 252:0 252 0 512 brw-rw---- 1 ├─pve-swap 0 root /dev/mapper/pve-swap 512 nvme0n1p3 4096 0 0 0 0 8G running block [SWAP] [SWAP] lvm 53b8f49e-0591-4df6-9e97-afd8e5c02735 0B none 0B 0B 0B 0 0 0 - 0 dm-name-pve-root name-pve-root 0 0 512B 11 2T 0 64.4G / 93.9G ext4 24.7G 26% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 nvme0n1p3 4096 0 0 0 0 96G running block / / lvm 1d0d11c1-7e0f-4e90-9adb-6c049dc744cf 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-root name-pve-root 0 0 512B 11 2T 0 67.6G / 93.9G ext4 21.5G 23% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 nvme0n1p3 4096 0 0 0 0 96G running block / / lvm 1d0d11c1-7e0f-4e90-9adb-6c049dc744cf 0B none 0B 0B 0B 0 0 0 0 0 0 512B 12 2T 0 disk 0 dm-2 512 252:2 252 2 512 brw-rw---- 1 ├─pve-data_tmeta 0 root /dev/mapper/pve-data_tmeta 512 nvme0n1p3 4096 0 0 0 0 3.6G running block lvm 0B none 0B 0B 0B 0 0 0 0 0 0 512B 14 2T 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 │ └─pve-data-tpool 65536 root /dev/mapper/pve-data-tpool 512 dm-2 4096 0 0 0 0 348.8G running block lvm 0B none 0B 0B 0B 0 0 0 0 0 0 512B 15 2T 0 disk 0 dm-5 512 252:5 252 5 65536 brw-rw---- 1 │ └─pve-data 65536 root /dev/mapper/pve-data 512 dm-4 4096 0 0 1 0 348.8G running block lvm 0B none 0B 0B 0B 0 0 0 @@ -6688,43 +7588,43 @@ printf: usage: printf [-v var] format [arguments] $ df -h Filesystem Size Used Avail Use% Mounted on udev 15G 0 15G 0% /dev -tmpfs 3.2G 2.3M 3.2G 1% /run -/dev/mapper/pve-root 94G 25G 65G 28% / -tmpfs 16G 31M 16G 1% /dev/shm +tmpfs 3.2G 2.4M 3.2G 1% /run +/dev/mapper/pve-root 94G 22G 68G 25% / +tmpfs 16G 34M 16G 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service tmpfs 16G 24K 16G 1% /tmp /dev/fuse 128M 20K 128M 1% /etc/pve tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service -pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 233G 1.5T 14% /mnt/pve/D5 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 2.0M 870G 1% /mnt/pve/S3 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 2.0M 870G 1% /mnt/pve/S2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 236G 1.5T 14% /mnt/pve/D5 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 83G 140G 38% /mnt/pve/T5-SSD +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 6.9G 863G 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 122G 101G 55% /mnt/pve/T5-SSD +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 7.0G 863G 1% /mnt/pve/S3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 tmpfs 3.2G 4.0K 3.2G 1% /run/user/0 --- df -i (inode usage) $ df -i Filesystem Inodes IUsed IFree IUse% Mounted on -udev 3696862 568 3696294 1% /dev -tmpfs 4071255 1017 4070238 1% /run -/dev/mapper/pve-root 6291456 178558 6112898 3% / -tmpfs 4071255 72 4071183 1% /dev/shm -tmpfs 4071255 23 4071232 1% /run/lock +udev 3696860 584 3696276 1% /dev +tmpfs 4071254 1046 4070208 1% /run +/dev/mapper/pve-root 6291456 126648 6164808 3% / +tmpfs 4071254 79 4071175 1% /dev/shm +tmpfs 4071254 16 4071238 1% /run/lock tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service tmpfs 1048576 14 1048562 1% /tmp /dev/fuse 262144 36 262108 1% /etc/pve tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service -pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 56 183148488 1% /mnt/pve/D2 -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 66 122101694 1% /mnt/pve/D5 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 13 61054963 1% /mnt/pve/S3 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 13 61054963 1% /mnt/pve/S2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 64 122101696 1% /mnt/pve/D5 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4 +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 54 183148490 1% /mnt/pve/D2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 19 61054957 1% /mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD -tmpfs 814251 26 814225 1% /run/user/0 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 19 61054957 1% /mnt/pve/S3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 +tmpfs 814250 26 814224 1% /run/user/0 ############################################################################### # 15. STORAGE: MOUNTS & FILESYSTEMS @@ -6734,50 +7634,50 @@ tmpfs 814251 26 814225 1% /run/user $ mount sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,relatime) -udev on /dev type devtmpfs (rw,nosuid,relatime,size=14787448k,nr_inodes=3696862,mode=755,inode64) +udev on /dev type devtmpfs (rw,nosuid,relatime,size=14787440k,nr_inodes=3696860,mode=755,inode64) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000) -tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=3257008k,mode=755,inode64) +tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=3257004k,mode=755,inode64) /dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64) cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot) none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) -systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=3350) +systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=9619) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) -hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) +hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) -configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) -tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=16285024k,nr_inodes=1048576,inode64) +configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) +tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=1048576,inode64) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) -sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) +sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) /dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) -pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4) -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4) -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5) -tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=3257004k,nr_inodes=814251,mode=700,inode64) +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5) +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5) +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4) +tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=3257000k,nr_inodes=814250,mode=700,inode64) --- findmnt (tree) $ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs TARGET SOURCE FSTYPE OPTIONS / /dev/mapper/pve-root ext4 rw,relatime,errors=remount-ro -├─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 -├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 -├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 -├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 -├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 -├─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 -└─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 +└─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 --- /etc/fstab --- /etc/fstab --- @@ -6795,12 +7695,12 @@ done Last mounted on: / Block count: 25165824 Reserved block count: 1258291 -Free blocks: 18144580 +Free blocks: 18983140 Block size: 4096 Reserved GDT blocks: 1024 -Last mount time: Fri Jul 24 16:27:02 2026 -Last write time: Sun Jul 26 15:29:51 2026 -Mount count: 30 +Last mount time: Mon Jul 27 08:07:08 2026 +Last write time: Mon Jul 27 21:08:18 2026 +Mount count: 31 Maximum mount count: -1 Last checked: Tue Feb 10 08:46:24 2026 Reserved blocks uid: 0 (user root) @@ -6818,59 +7718,59 @@ done --- nfsstat -m (mount options) $ nfsstat -m -/mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3 - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 - -/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2 - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 - /mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5 - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 - -/mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 - -/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 /mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 + +/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 + +/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 /mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd - Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 + +/mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 + +/mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 --- nfsstat -c (client stats) $ nfsstat -c Client rpc stats: calls retrans authrefrsh -1947485 0 1956697 +313620 4 315496 Client nfs v4: null read write commit open -2 0% 233085 11% 1387834 71% 60740 3% 0 0% +2 0% 4411 1% 246317 78% 22706 7% 0 0% open_conf open_noat open_dgrd close setattr -0 0% 89 0% 0 0% 51 0% 0 0% +0 0% 3 0% 0 0% 0 0% 0 0% fsinfo renew setclntid confirm lock -39 0% 0 0% 0 0% 0 0% 0 0% +32 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 134 0% 29107 1% 94 0% +0 0% 0 0% 58 0% 9502 3% 69 0% lookup_root remove rename link symlink -8 0% 6 0% 0 0% 0 0% 0 0% +8 0% 0 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -0 0% 32 0% 93567 4% 0 0% 53 0% +0 0% 32 0% 30340 9% 0 0% 0 0% server_caps delegreturn getacl setacl fs_locations -71 0% 23 0% 0 0% 0 0% 0 0% +64 0% 2 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session 0 0% 0 0% 0 0% 4 0% 2 0% destroy_session sequence get_lease_time reclaim_comp layoutget -0 0% 0 0% 0 0% 2 0% 0 0% +0 0% 372 0% 0 0% 2 0% 0 0% getdevinfo layoutcommit layoutreturn secinfo_no test_stateid 0 0% 0 0% 0 0% 8 0% 0 0% free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek -0 0% 0 0% 0 0% 0 0% 141387 7% +0 0% 0 0% 8 0% 0 0% 0 0% allocate deallocate layoutstats clone -0 0% 0 0% 874 0% 0 0% +0 0% 0 0% 93 0% 0 0% --- nfsstat -s (server stats) @@ -6882,7 +7782,7 @@ Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory). $ nfsstat -234 Client rpc stats: calls retrans authrefrsh -1947485 0 1956697 +313620 4 315496 Client nfs v2: null getattr setattr root lookup @@ -6908,29 +7808,29 @@ pathconf commit Client nfs v4: null read write commit open -2 0% 233085 11% 1387834 71% 60740 3% 0 0% +2 0% 4411 1% 246317 78% 22706 7% 0 0% open_conf open_noat open_dgrd close setattr -0 0% 89 0% 0 0% 51 0% 0 0% +0 0% 3 0% 0 0% 0 0% 0 0% fsinfo renew setclntid confirm lock -39 0% 0 0% 0 0% 0 0% 0 0% +32 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 134 0% 29107 1% 94 0% +0 0% 0 0% 58 0% 9502 3% 69 0% lookup_root remove rename link symlink -8 0% 6 0% 0 0% 0 0% 0 0% +8 0% 0 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -0 0% 32 0% 93567 4% 0 0% 53 0% +0 0% 32 0% 30340 9% 0 0% 0 0% server_caps delegreturn getacl setacl fs_locations -71 0% 23 0% 0 0% 0 0% 0 0% +64 0% 2 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session 0 0% 0 0% 0 0% 4 0% 2 0% destroy_session sequence get_lease_time reclaim_comp layoutget -0 0% 0 0% 0 0% 2 0% 0 0% +0 0% 372 0% 0 0% 2 0% 0 0% getdevinfo layoutcommit layoutreturn secinfo_no test_stateid 0 0% 0 0% 0 0% 8 0% 0 0% free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek -0 0% 0 0% 0 0% 0 0% 141387 7% +0 0% 0 0% 8 0% 0 0% 0 0% allocate deallocate layoutstats clone -0 0% 0 0% 874 0% 0 0% +0 0% 0 0% 93 0% 0 0% --- showmount -e (exports) @@ -6941,8 +7841,8 @@ clnt_create: RPC: Timed out --- /proc/net/rpc/nfs $ cat /proc/net/rpc/nfs net 0 0 0 0 -rpc 1947986 0 1957201 -proc4 71 2 233085 1388137 60766 0 0 89 0 51 0 39 0 0 0 0 0 0 135 29143 95 8 6 0 0 0 0 32 93701 0 53 71 23 0 0 0 0 0 0 4 2 0 0 0 2 0 0 0 0 8 0 0 0 0 0 141387 0 0 874 0 0 0 0 0 0 0 0 0 0 0 0 0 +rpc 314901 4 316783 +proc4 71 2 4411 247347 22786 0 0 3 0 0 0 32 0 0 0 0 0 0 58 9542 69 8 0 0 0 0 0 32 30473 0 0 64 2 0 0 0 0 0 0 4 2 0 372 0 2 0 0 0 0 8 0 0 0 8 0 0 0 0 93 0 0 0 0 0 0 0 0 0 0 0 0 0 --- /proc/net/rpc/nfsd $ cat /proc/net/rpc/nfsd @@ -7087,14 +7987,14 @@ Nobody-Group = nogroup --- pvesm status $ pvesm status Name Type Status Total (KiB) Used (KiB) Available (KiB) % -D2 nfs active 2883130368 195840000 2540761088 6.79% +D2 nfs active 2883130368 195178496 2541422592 6.77% D3 nfs active 491133952 2048 466110464 0.00% -D5 nfs active 1921726464 244210688 1579823104 12.71% -S2 nfs active 960304128 2048 911448064 0.00% -S3 nfs active 960304128 2048 911448064 0.00% +D5 nfs active 1921726464 246711296 1577322496 12.84% +S2 nfs active 960304128 7176192 904272896 0.75% +S3 nfs active 960304128 7307264 904142848 0.76% S4 nfs active 479597568 2048 455159808 0.00% -T5-SSD nfs active 245023744 86468608 146035712 35.29% -local dir active 98497780 25919396 67528836 26.31% +T5-SSD nfs active 245023744 126919680 105585664 51.80% +local dir active 98497780 22565108 70883124 22.91% local-lvm lvmthin active 365760512 0 365760512 0.00% --- pvesm list per storage @@ -7111,7 +8011,6 @@ D2:100/vm-100-disk-1.raw raw images 540672 100 D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101 D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104 D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105 -D2:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108 D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109 D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114 @@ -7121,10 +8020,10 @@ D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500 D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509 D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600 D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601 -D2:603/vm-603-disk-0.qcow2 qcow2 images 34359738368 603 D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702 D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703 D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704 +D2:705/vm-705-disk-0.qcow2 qcow2 images 34359738368 705 D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901 D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904 --- pvesm config D2 --- @@ -7135,7 +8034,6 @@ Volid Format Type Size VMID Volid Format Type Size VMID D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 -D5:107/vm-107-disk-0.qcow2 qcow2 images 34359738368 107 D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313 D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530 D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531 @@ -7148,16 +8046,22 @@ D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537 D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538 D5:538/vm-812-disk-2.raw raw images 429496729600 538 D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541 -D5:602/vm-602-disk-0.qcow2 qcow2 images 34359738368 602 D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903 +D5:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906 --- pvesm config D5 --- --- storage: S2 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S2:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S2:706/vm-706-disk-0.qcow2 qcow2 images 34359738368 706 +S2:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 --- pvesm config S2 --- --- storage: S3 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S3:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S3:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 +S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 --- pvesm config S3 --- --- storage: S4 --- Volid Format Type Size VMID @@ -7656,7 +8560,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -21 1 0x01 148 40256 12721326297 172985272586451 +21 1 0x01 148 40256 4606019848 49647462110895 name type data hits 4 0 iohits 4 0 @@ -7697,8 +8601,8 @@ hash_chain_max 4 0 meta 4 1073741824 pd 4 2147483648 pm 4 2147483648 -c 4 1042241408 -c_min 4 1042241408 +c 4 1042241024 +c_min 4 1042241024 c_max 4 3331325952 size 4 1920 compressed_size 4 0 @@ -7785,9 +8689,9 @@ l2_rebuild_log_blks 4 0 memory_throttle_count 4 0 memory_direct_count 4 0 memory_indirect_count 4 0 -memory_all_bytes 4 33351725056 -memory_free_bytes 4 30421184512 -memory_available_bytes 3 29203624064 +memory_all_bytes 4 33351712768 +memory_free_bytes 4 30031388672 +memory_available_bytes 3 28813828608 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -7802,14 +8706,14 @@ prescient_prefetch 4 0 demand_hit_prescient_prefetch 4 0 demand_iohit_prescient_prefetch 4 0 arc_need_free 4 0 -arc_sys_free 4 1217560448 +arc_sys_free 4 1217560064 arc_raw_size 4 0 cached_only_in_progress 4 0 abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -17 1 0x01 13 3536 12682976596 172985273692917 +17 1 0x01 13 3536 4594351598 49647463240001 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -7827,7 +8731,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -16 1 0x01 8 2176 12682973423 172985274775316 +16 1 0x01 8 2176 4594350644 49647464404675 name type data hits 4 0 future 4 0 @@ -7845,7 +8749,7 @@ cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory --- abdstats $ cat /proc/spl/kstat/zfs/abdstats -14 1 0x01 20 5440 12682512220 172985277045845 +14 1 0x01 20 5440 4594230654 49647466563770 name type data struct_size 4 96 linear_cnt 4 0 @@ -7922,7 +8826,7 @@ done zfs_dio_enabled = 1 zfs_dio_strict = 0 zfs_dio_write_verify_events_per_second = 20 - zfs_dirty_data_max = 3335172505 + zfs_dirty_data_max = 3335171276 zfs_dirty_data_max_max = 4294967296 zfs_dirty_data_max_max_percent = 25 zfs_dirty_data_max_percent = 10 @@ -8003,7 +8907,7 @@ no pools available $ arc_summary ------------------------------------------------------------------------ -ZFS Subsystem Report Sun Jul 26 16:30:00 2026 +ZFS Subsystem Report Mon Jul 27 21:54:33 2026 Linux 7.0.14-6-pve 2.4.3-pve1 Machine: pfv-tsys3 (x86_64) 2.4.3-pve1 @@ -8013,8 +8917,8 @@ ARC status: Max target size: 10.0 % 3.1 GiB Target size (adaptive): < 0.1 % 994.0 MiB Current size: < 0.1 % 1.9 KiB - Free memory size: 28.3 GiB - Available memory size: 27.2 GiB + Free memory size: 28.0 GiB + Available memory size: 26.9 GiB ARC structural breakdown (current size): 1.9 KiB Compressed size: 0.0 % 0 Bytes @@ -8287,7 +9191,7 @@ Tunables: zfs_dedup_log_flush_min_time_ms 1000 zfs_dedup_log_flush_txgs 100 zfs_dedup_log_hard_cap 0 - zfs_dedup_log_mem_max 333517250 + zfs_dedup_log_mem_max 333517127 zfs_dedup_log_mem_max_percent 1 zfs_dedup_log_txg_max 8 zfs_dedup_prefetch 0 @@ -8301,7 +9205,7 @@ Tunables: zfs_dio_enabled 1 zfs_dio_strict 0 zfs_dio_write_verify_events_per_second 20 - zfs_dirty_data_max 3335172505 + zfs_dirty_data_max 3335171276 zfs_dirty_data_max_max 4294967296 zfs_dirty_data_max_max_percent 25 zfs_dirty_data_max_percent 10 @@ -8474,7 +9378,7 @@ Tunables: zfs_vdev_trim_min_active 1 zfs_vdev_write_gap_limit 4096 zfs_vnops_read_chunk_size 33554432 - zfs_wrlog_data_max 6670345010 + zfs_wrlog_data_max 6670342552 zfs_xattr_compat 0 zfs_zevent_len_max 512 zfs_zevent_retain_expire_secs 900 @@ -8535,8 +9439,9 @@ TIME CLASS --- nvme list $ nvme list -/root/check.sh: line 45: nvme: command not found - [exit=127 / not installed or not permitted] +Node Generic SN Model Namespace Usage Format FW Rev +--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- +/dev/nvme0n1 /dev/ng0n1 S33YNX0J331581 PM961 NVMe SAMSUNG 512GB 0x1 128.17 GB / 512.11 GB 512 B + 0 B CXY74D1Q --- nvme smart-log per device $ for n in /dev/nvme[0-9]*; do @@ -8547,21 +9452,433 @@ TIME CLASS nvme error-log "$n" 2>&1 | head -n 80 done --- /dev/nvme0n1 smart-log --- -/root/check.sh: line 62: nvme: command not found +Smart Log for NVME device:nvme0n1 namespace-id:ffffffff +critical_warning : 0 +temperature : 91 °F (306 K) +available_spare : 100% +available_spare_threshold : 50% +percentage_used : 16% +endurance group critical warning summary: 0 +Data Units Read : 60525452 (30.99 TB) +Data Units Written : 114495630 (58.62 TB) +host_read_commands : 1177421051 +host_write_commands : 2670391443 +controller_busy_time : 25285 +power_cycles : 1515 +power_on_hours : 11244 +unsafe_shutdowns : 78 +media_errors : 0 +num_err_log_entries : 37237 +Warning Temperature Time : 0 +Critical Composite Temperature Time : 0 +Temperature Sensor 1 : 91 °F (306 K) +Temperature Sensor 2 : 96 °F (309 K) +Thermal Management T1 Trans Count : 0 +Thermal Management T2 Trans Count : 0 +Thermal Management T1 Total Time : 0 +Thermal Management T2 Total Time : 0 --- /dev/nvme0n1 error-log (first 5) --- -/root/check.sh: line 64: nvme: command not found +Error Log Entries for device:nvme0n1 entries:64 +................. + Entry[ 0] +................. +error_count : 37237 +sqid : 0 +cmdid : 0x18 +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 1] +................. +error_count : 37236 +sqid : 0 +cmdid : 0xc +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 2] +................. +error_count : 37235 +sqid : 0 +cmdid : 0x1c +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 3] +................. +error_count : 37234 +sqid : 0 +cmdid : 0x18 +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 4] +................. +error_count : 37233 +sqid : 0 +cmdid : 0 +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) --- /dev/nvme0n1p1 smart-log --- -/root/check.sh: line 62: nvme: command not found +Smart Log for NVME device:nvme0n1p1 namespace-id:ffffffff +critical_warning : 0 +temperature : 91 °F (306 K) +available_spare : 100% +available_spare_threshold : 50% +percentage_used : 16% +endurance group critical warning summary: 0 +Data Units Read : 60525452 (30.99 TB) +Data Units Written : 114495630 (58.62 TB) +host_read_commands : 1177421051 +host_write_commands : 2670391443 +controller_busy_time : 25285 +power_cycles : 1515 +power_on_hours : 11244 +unsafe_shutdowns : 78 +media_errors : 0 +num_err_log_entries : 37237 +Warning Temperature Time : 0 +Critical Composite Temperature Time : 0 +Temperature Sensor 1 : 91 °F (306 K) +Temperature Sensor 2 : 96 °F (309 K) +Thermal Management T1 Trans Count : 0 +Thermal Management T2 Trans Count : 0 +Thermal Management T1 Total Time : 0 +Thermal Management T2 Total Time : 0 --- /dev/nvme0n1p1 error-log (first 5) --- -/root/check.sh: line 64: nvme: command not found +Error Log Entries for device:nvme0n1p1 entries:64 +................. + Entry[ 0] +................. +error_count : 37237 +sqid : 0 +cmdid : 0x18 +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 1] +................. +error_count : 37236 +sqid : 0 +cmdid : 0xc +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 2] +................. +error_count : 37235 +sqid : 0 +cmdid : 0x1c +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 3] +................. +error_count : 37234 +sqid : 0 +cmdid : 0x18 +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 4] +................. +error_count : 37233 +sqid : 0 +cmdid : 0 +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) --- /dev/nvme0n1p2 smart-log --- -/root/check.sh: line 62: nvme: command not found +Smart Log for NVME device:nvme0n1p2 namespace-id:ffffffff +critical_warning : 0 +temperature : 91 °F (306 K) +available_spare : 100% +available_spare_threshold : 50% +percentage_used : 16% +endurance group critical warning summary: 0 +Data Units Read : 60525452 (30.99 TB) +Data Units Written : 114495630 (58.62 TB) +host_read_commands : 1177421051 +host_write_commands : 2670391443 +controller_busy_time : 25285 +power_cycles : 1515 +power_on_hours : 11244 +unsafe_shutdowns : 78 +media_errors : 0 +num_err_log_entries : 37237 +Warning Temperature Time : 0 +Critical Composite Temperature Time : 0 +Temperature Sensor 1 : 91 °F (306 K) +Temperature Sensor 2 : 96 °F (309 K) +Thermal Management T1 Trans Count : 0 +Thermal Management T2 Trans Count : 0 +Thermal Management T1 Total Time : 0 +Thermal Management T2 Total Time : 0 --- /dev/nvme0n1p2 error-log (first 5) --- -/root/check.sh: line 64: nvme: command not found +Error Log Entries for device:nvme0n1p2 entries:64 +................. + Entry[ 0] +................. +error_count : 37237 +sqid : 0 +cmdid : 0x18 +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 1] +................. +error_count : 37236 +sqid : 0 +cmdid : 0xc +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 2] +................. +error_count : 37235 +sqid : 0 +cmdid : 0x1c +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 3] +................. +error_count : 37234 +sqid : 0 +cmdid : 0x18 +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 4] +................. +error_count : 37233 +sqid : 0 +cmdid : 0 +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) --- /dev/nvme0n1p3 smart-log --- -/root/check.sh: line 62: nvme: command not found +Smart Log for NVME device:nvme0n1p3 namespace-id:ffffffff +critical_warning : 0 +temperature : 91 °F (306 K) +available_spare : 100% +available_spare_threshold : 50% +percentage_used : 16% +endurance group critical warning summary: 0 +Data Units Read : 60525452 (30.99 TB) +Data Units Written : 114495630 (58.62 TB) +host_read_commands : 1177421051 +host_write_commands : 2670391443 +controller_busy_time : 25285 +power_cycles : 1515 +power_on_hours : 11244 +unsafe_shutdowns : 78 +media_errors : 0 +num_err_log_entries : 37237 +Warning Temperature Time : 0 +Critical Composite Temperature Time : 0 +Temperature Sensor 1 : 91 °F (306 K) +Temperature Sensor 2 : 96 °F (309 K) +Thermal Management T1 Trans Count : 0 +Thermal Management T2 Trans Count : 0 +Thermal Management T1 Total Time : 0 +Thermal Management T2 Total Time : 0 --- /dev/nvme0n1p3 error-log (first 5) --- -/root/check.sh: line 64: nvme: command not found +Error Log Entries for device:nvme0n1p3 entries:64 +................. + Entry[ 0] +................. +error_count : 37237 +sqid : 0 +cmdid : 0x18 +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 1] +................. +error_count : 37236 +sqid : 0 +cmdid : 0xc +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 2] +................. +error_count : 37235 +sqid : 0 +cmdid : 0x1c +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 3] +................. +error_count : 37234 +sqid : 0 +cmdid : 0x18 +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) +phase_tag : 0 +parm_err_loc : 0xffff +lba : 0 +nsid : 0 +vs : 0 +trtype : 0 (The transport type is not indicated or the error is not transport related) +csi : 0 +opcode : 0 +cs : 0 +trtype_spec_info: 0 +log_page_version: 0 +................. + Entry[ 4] +................. +error_count : 37233 +sqid : 0 +cmdid : 0 +status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an unsupported value in a defined field) --- nvme id-ctrl per device (key fields) $ for n in /dev/nvme[0-9]*; do @@ -8570,10 +9887,101 @@ done nvme id-ctrl "$n" 2>&1 | grep -E '^(mn|sn|fn|fr|tnvmcap|vid|IEEE|cntlid|ver|rab|lpa|elpe|npdg|mdts|hmpre|hmmin|cap|frmw|lba|ws|awun|awupf|acwu|apsta)' done --- /dev/nvme0n1 id-ctrl (filtered) --- +vid : 0x144d +sn : S33YNX0J331581 +mn : PM961 NVMe SAMSUNG 512GB +fr : CXY74D1Q +rab : 2 +mdts : 0 +cntlid : 0x2 +ver : 0x10200 +frmw : 0x16 +lpa : 0x2 +elpe : 63 +apsta : 0x1 +hmpre : 0 +hmmin : 0 +tnvmcap : 512110190592 +mntmt : 0 +hmminds : 0 +fna : 0x1 +awun : 255 +awupf : 0 +acwu : 0 +mnan : 0 +mnsudmq : 0 --- /dev/nvme0n1p1 id-ctrl (filtered) --- +vid : 0x144d +sn : S33YNX0J331581 +mn : PM961 NVMe SAMSUNG 512GB +fr : CXY74D1Q +rab : 2 +mdts : 0 +cntlid : 0x2 +ver : 0x10200 +frmw : 0x16 +lpa : 0x2 +elpe : 63 +apsta : 0x1 +hmpre : 0 +hmmin : 0 +tnvmcap : 512110190592 +mntmt : 0 +hmminds : 0 +fna : 0x1 +awun : 255 +awupf : 0 +acwu : 0 +mnan : 0 +mnsudmq : 0 --- /dev/nvme0n1p2 id-ctrl (filtered) --- +vid : 0x144d +sn : S33YNX0J331581 +mn : PM961 NVMe SAMSUNG 512GB +fr : CXY74D1Q +rab : 2 +mdts : 0 +cntlid : 0x2 +ver : 0x10200 +frmw : 0x16 +lpa : 0x2 +elpe : 63 +apsta : 0x1 +hmpre : 0 +hmmin : 0 +tnvmcap : 512110190592 +mntmt : 0 +hmminds : 0 +fna : 0x1 +awun : 255 +awupf : 0 +acwu : 0 +mnan : 0 +mnsudmq : 0 --- /dev/nvme0n1p3 id-ctrl (filtered) --- - [exit=1] +vid : 0x144d +sn : S33YNX0J331581 +mn : PM961 NVMe SAMSUNG 512GB +fr : CXY74D1Q +rab : 2 +mdts : 0 +cntlid : 0x2 +ver : 0x10200 +frmw : 0x16 +lpa : 0x2 +elpe : 63 +apsta : 0x1 +hmpre : 0 +hmmin : 0 +tnvmcap : 512110190592 +mntmt : 0 +hmminds : 0 +fna : 0x1 +awun : 255 +awupf : 0 +acwu : 0 +mnan : 0 +mnsudmq : 0 --- smartctl -a per disk $ for d in $(ls /sys/block/ 2>/dev/null | grep -E '^(sd|vd)'); do @@ -8594,7 +10002,7 @@ done --- qm list $ qm list VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID - 313 pfv-k8s-wnode-tsys3 running 20000 32.00 716864 + 313 pfv-k8s-wnode-tsys3 running 28000 32.00 12964 3000 KNELTemplate stopped 2048 32.00 0 --- qm config per VM @@ -8607,10 +10015,10 @@ done agent: 1 balloon: 0 boot: order=scsi0;ide2;net0 -cores: 4 +cores: 8 cpu: host ide2: local:iso/debian-13.3.0-amd64-netinst.iso,media=cdrom,size=754M -memory: 20000 +memory: 28000 meta: creation-qemu=10.1.2,ctime=1771904766 name: pfv-k8s-wnode-tsys3 net0: virtio=BC:24:11:EE:7E:7B,bridge=vmbr0,firewall=1 @@ -8620,7 +10028,7 @@ ostype: l26 scsi0: D5:313/vm-313-disk-0.qcow2,cache=writethrough,iothread=1,size=32G scsihw: virtio-scsi-single smbios1: uuid=c63c1b9a-91b7-47ea-bee1-76b7283e65fc -sockets: 2 +sockets: 1 vmgenid: 7fc80de6-4573-4d56-acda-b68daeb5f0ea --- VM 3000 --- @@ -8668,14 +10076,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 6480, + "rx-bytes" : 94057, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 80, - "tx-bytes" : 6480, + "rx-packets" : 1073, + "tx-bytes" : 94057, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 80 + "tx-packets" : 1073 } }, { @@ -8794,6 +10202,8 @@ netavark-dhcp-proxy.service enabled enabled netavark-firewalld-reload.service enabled enabled networking.service enabled enabled nfs-blkmap.service enabled enabled +nvmefc-boot-connections.service enabled enabled +nvmf-autoconnect.service enabled enabled open-iscsi.service enabled enabled perfopt-cpu-performance.service enabled enabled postfix.service enabled enabled @@ -8821,6 +10231,7 @@ smartmontools.service enabled enabled spiceproxy.service enabled enabled ssh.service enabled enabled sshd-keygen.service enabled enabled +sysstat.service enabled enabled systemd-pstore.service enabled enabled tailscaled.service enabled enabled tuned.service enabled enabled @@ -8837,6 +10248,7 @@ lvm2-lvmpolld.socket enabled enabled netavark-dhcp-proxy.socket enabled enabled rpcbind.socket enabled enabled rrdcached.socket enabled enabled +uuidd.socket enabled enabled ceph-fuse.target enabled enabled ceph.target enabled enabled nfs-client.target enabled enabled @@ -8853,92 +10265,104 @@ fstrim.timer enabled enabled logrotate.timer enabled enabled man-db.timer enabled enabled pve-daily-update.timer enabled enabled +sysstat-collect.timer enabled enabled +sysstat-rotate.timer enabled enabled +sysstat-summary.timer enabled enabled xfs_scrub_all.timer enabled enabled -81 unit files listed. +88 unit files listed. --- pve-* service status $ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120 ● pve-cluster.service - The Proxmox VE cluster filesystem Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 16:27:49 CDT; 2 days ago - Invocation: 48ea9b7770dd48478c96991c4a6fee09 - Main PID: 1118 (pmxcfs) - Tasks: 8 (limit: 34658) - Memory: 45.3M (peak: 68.9M) - CPU: 2min 42.429s + Active: active (running) since Mon 2026-07-27 08:07:53 CDT; 13h ago + Invocation: ac409597aebf43f982e992212e67fd1e + Process: 1042 ExecStart=/usr/bin/pmxcfs (code=exited, status=0/SUCCESS) + Main PID: 1056 (pmxcfs) + Tasks: 6 (limit: 34658) + Memory: 50.4M (peak: 69.1M) + CPU: 23.657s CGroup: /system.slice/pve-cluster.service - └─1118 /usr/bin/pmxcfs + └─1056 /usr/bin/pmxcfs -Jul 24 16:27:48 pfv-tsys3 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... -Jul 24 16:27:48 pfv-tsys3 pmxcfs[1100]: [main] notice: resolved node name 'pfv-tsys3' to '192.168.100.2' for default node IP address -Jul 24 16:27:48 pfv-tsys3 pmxcfs[1100]: [main] notice: resolved node name 'pfv-tsys3' to '192.168.100.2' for default node IP address -Jul 24 16:27:49 pfv-tsys3 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem. +Jul 27 08:07:52 pfv-tsys3 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... +Jul 27 08:07:52 pfv-tsys3 pmxcfs[1042]: [main] notice: resolved node name 'pfv-tsys3' to '192.168.100.2' for default node IP address +Jul 27 08:07:52 pfv-tsys3 pmxcfs[1042]: [main] notice: resolved node name 'pfv-tsys3' to '192.168.100.2' for default node IP address +Jul 27 08:07:53 pfv-tsys3 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem. ● pvedaemon.service - PVE API Daemon Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 16:27:54 CDT; 2 days ago - Invocation: d0fcee9bc5b049398c4eaeb25eca8755 - Main PID: 1713 (pvedaemon) + Active: active (running) since Mon 2026-07-27 08:07:54 CDT; 13h ago + Invocation: f0b8476041234413a75386ee4b7a6a69 + Process: 1233 ExecStart=/usr/bin/pvedaemon start (code=exited, status=0/SUCCESS) + Main PID: 1273 (pvedaemon) Tasks: 4 (limit: 34658) - Memory: 204.2M (peak: 1.2G) - CPU: 8min 2.107s + Memory: 187.8M (peak: 444.7M) + CPU: 42.190s CGroup: /system.slice/pvedaemon.service - ├─ 1713 pvedaemon - ├─717537 "pvedaemon worker" - ├─734896 "pvedaemon worker" - └─736437 "pvedaemon worker" + ├─ 1273 pvedaemon + ├─158724 "pvedaemon worker" + ├─159182 "pvedaemon worker" + └─159427 "pvedaemon worker" -Jul 26 14:26:37 pfv-tsys3 pvedaemon[717537]: successful auth for user 'root@pam' -Jul 26 14:30:56 pfv-tsys3 pvedaemon[716772]: worker exit -Jul 26 14:30:56 pfv-tsys3 pvedaemon[1713]: worker 716772 finished -Jul 26 14:30:56 pfv-tsys3 pvedaemon[1713]: starting 1 worker(s) -Jul 26 14:30:56 pfv-tsys3 pvedaemon[1713]: worker 734896 started -Jul 26 14:36:11 pfv-tsys3 pvedaemon[717514]: worker exit -Jul 26 14:36:11 pfv-tsys3 pvedaemon[1713]: worker 717514 finished -Jul 26 14:36:11 pfv-tsys3 pvedaemon[1713]: starting 1 worker(s) -Jul 26 14:36:11 pfv-tsys3 pvedaemon[1713]: worker 736437 started -Jul 26 16:19:24 pfv-tsys3 pvedaemon[736437]: successful auth for user 'root@pam' +Jul 27 17:43:59 pfv-tsys3 pvedaemon[1273]: worker 1275 finished +Jul 27 17:43:59 pfv-tsys3 pvedaemon[1273]: starting 1 worker(s) +Jul 27 17:43:59 pfv-tsys3 pvedaemon[1273]: worker 159182 started +Jul 27 17:44:45 pfv-tsys3 pvedaemon[1274]: worker exit +Jul 27 17:44:45 pfv-tsys3 pvedaemon[1273]: worker 1274 finished +Jul 27 17:44:45 pfv-tsys3 pvedaemon[1273]: starting 1 worker(s) +Jul 27 17:44:45 pfv-tsys3 pvedaemon[1273]: worker 159427 started +Jul 27 17:48:38 pfv-tsys3 pvedaemon[159182]: successful auth for user 'root@pam' +Jul 27 18:04:38 pfv-tsys3 pvedaemon[159427]: successful auth for user 'root@pam' +Jul 27 18:19:38 pfv-tsys3 pvedaemon[158724]: successful auth for user 'root@pam' ● pveproxy.service - PVE API Proxy Server Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 16:28:00 CDT; 2 days ago - Invocation: 7e58910158ee4b55af583c21f22a6f77 - Main PID: 1725 (pveproxy) + Active: active (running) since Mon 2026-07-27 08:07:56 CDT; 13h ago + Invocation: d457b473e1ae4d1093c1a3a425bd6b3f + Process: 1278 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS) + Process: 1281 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS) + Process: 1286 ExecStartPost=sh -c [ ! -e /var/log/pveam.log ] && /usr/bin/pveupdate (code=exited, status=1/FAILURE) + Main PID: 1282 (pveproxy) Tasks: 4 (limit: 34658) - Memory: 209.6M (peak: 493.6M) - CPU: 5min 46.874s + Memory: 243.3M (peak: 338.9M) + CPU: 1min 19.150s CGroup: /system.slice/pveproxy.service - ├─ 1725 pveproxy - ├─731253 "pveproxy worker" - ├─731613 "pveproxy worker" - └─736829 "pveproxy worker" + ├─ 1282 pveproxy + ├─158416 "pveproxy worker" + ├─159016 "pveproxy worker" + └─160849 "pveproxy worker" -Jul 26 14:19:54 pfv-tsys3 pveproxy[1725]: worker 720788 finished -Jul 26 14:19:54 pfv-tsys3 pveproxy[1725]: starting 1 worker(s) -Jul 26 14:19:54 pfv-tsys3 pveproxy[1725]: worker 731613 started -Jul 26 14:19:55 pfv-tsys3 pveproxy[731612]: got inotify poll request in wrong process - disabling inotify -Jul 26 14:19:55 pfv-tsys3 pveproxy[731612]: worker exit -Jul 26 14:37:35 pfv-tsys3 pveproxy[736828]: got inotify poll request in wrong process - disabling inotify -Jul 26 14:37:35 pfv-tsys3 pveproxy[1725]: worker 725169 finished -Jul 26 14:37:35 pfv-tsys3 pveproxy[1725]: starting 1 worker(s) -Jul 26 14:37:35 pfv-tsys3 pveproxy[1725]: worker 736829 started -Jul 26 14:37:36 pfv-tsys3 pveproxy[736828]: worker exit +Jul 27 17:41:23 pfv-tsys3 pveproxy[1282]: worker 158416 started +Jul 27 17:43:23 pfv-tsys3 pveproxy[1282]: worker 131678 finished +Jul 27 17:43:23 pfv-tsys3 pveproxy[1282]: starting 1 worker(s) +Jul 27 17:43:23 pfv-tsys3 pveproxy[1282]: worker 159016 started +Jul 27 17:43:26 pfv-tsys3 pveproxy[159015]: got inotify poll request in wrong process - disabling inotify +Jul 27 17:49:35 pfv-tsys3 pveproxy[132544]: worker exit +Jul 27 17:49:35 pfv-tsys3 pveproxy[1282]: worker 132544 finished +Jul 27 17:49:35 pfv-tsys3 pveproxy[1282]: starting 1 worker(s) +Jul 27 17:49:35 pfv-tsys3 pveproxy[1282]: worker 160849 started +Jul 27 18:39:41 pfv-tsys3 pveproxy[159015]: worker exit ● pve-firewall.service - Proxmox VE firewall Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 16:27:53 CDT; 2 days ago - Invocation: dc12a848aa7a4642b31fb736711a05a6 - Main PID: 1687 (pve-firewall) + Active: active (running) since Mon 2026-07-27 08:07:54 CDT; 13h ago + Invocation: bf8ed8edcbd94c97b721beed87d00117 + Process: 1231 ExecStartPre=/usr/bin/update-alternatives --set ebtables /usr/sbin/ebtables-legacy (code=exited, status=0/SUCCESS) + Process: 1236 ExecStartPre=/usr/bin/update-alternatives --set iptables /usr/sbin/iptables-legacy (code=exited, status=0/SUCCESS) + Process: 1241 ExecStartPre=/usr/bin/update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy (code=exited, status=0/SUCCESS) + Process: 1244 ExecStart=/usr/sbin/pve-firewall start (code=exited, status=0/SUCCESS) + Main PID: 1250 (pve-firewall) Tasks: 1 (limit: 34658) - Memory: 107.7M (peak: 124.1M) - CPU: 34min 20.500s + Memory: 107.4M (peak: 124.6M) + CPU: 5min 56.174s CGroup: /system.slice/pve-firewall.service - └─1687 pve-firewall + └─1250 pve-firewall -Jul 24 16:27:49 pfv-tsys3 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... -Jul 24 16:27:53 pfv-tsys3 pve-firewall[1687]: starting server -Jul 24 16:27:53 pfv-tsys3 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. +Jul 27 08:07:53 pfv-tsys3 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... +Jul 27 08:07:54 pfv-tsys3 pve-firewall[1250]: starting server +Jul 27 08:07:54 pfv-tsys3 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. ○ pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; disabled; preset: enabled) @@ -8950,35 +10374,26 @@ Jul 24 16:27:53 pfv-tsys3 systemd[1]: Started pve-firewall.service - Proxmox VE ● pvestatd.service - PVE Status Daemon Loaded: loaded (/usr/lib/systemd/system/pvestatd.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 16:27:53 CDT; 2 days ago - Invocation: 1622d461fd734d72914939b619bd3b45 - Main PID: 1686 (pvestatd) + Active: active (running) since Mon 2026-07-27 08:07:54 CDT; 13h ago + Invocation: 2bf2897be20a406d99175ad6d520c7b7 + Process: 1234 ExecStart=/usr/bin/pvestatd start (code=exited, status=0/SUCCESS) + Main PID: 1248 (pvestatd) Tasks: 1 (limit: 34658) - Memory: 122.3M (peak: 260.3M) - CPU: 1h 38min 17.642s + Memory: 129.5M (peak: 221.9M) + CPU: 13min 28.815s CGroup: /system.slice/pvestatd.service - └─1686 pvestatd + └─1248 pvestatd -Jul 26 14:03:58 pfv-tsys3 pvestatd[1686]: auth key pair too old, rotating.. -Jul 26 16:05:21 pfv-tsys3 pvestatd[1686]: status update time (6.470 seconds) -Jul 26 16:05:41 pfv-tsys3 pvestatd[1686]: status update time (5.897 seconds) -Jul 26 16:06:37 pfv-tsys3 pvestatd[1686]: got timeout -Jul 26 16:06:37 pfv-tsys3 pvestatd[1686]: unable to activate storage 'D2' - directory '/mnt/pve/D2' does not exist or is unreachable -Jul 26 16:06:37 pfv-tsys3 pvestatd[1686]: status update time (12.093 seconds) -Jul 26 16:07:14 pfv-tsys3 pvestatd[1686]: status update time (6.814 seconds) -Jul 26 16:09:54 pfv-tsys3 pvestatd[1686]: status update time (7.743 seconds) -Jul 26 16:10:04 pfv-tsys3 pvestatd[1686]: status update time (6.697 seconds) -Jul 26 16:10:13 pfv-tsys3 pvestatd[1686]: status update time (5.545 seconds) - -● pvebanner.service - Proxmox VE Login Banner - Loaded: loaded (/usr/lib/systemd/system/pvebanner.service; enabled; preset: enabled) - Active: active (exited) since Sun 2026-07-26 11:29:45 CDT; 5h 0min ago - Invocation: b965a261986649b9a0f72350f9c8ec27 - Main PID: 679394 (code=exited, status=0/SUCCESS) - Mem peak: 28.1M - CPU: 199ms - -Jul 26 11:29:45 pfv-tsys3 systemd[1]: Starting pvebanner.service - Proxmox VE Login Banner... +Jul 27 13:04:58 pfv-tsys3 pvestatd[1248]: storage 'S2' is not online +Jul 27 13:04:58 pfv-tsys3 pvestatd[1248]: status update time (12.537 seconds) +Jul 27 13:05:18 pfv-tsys3 pvestatd[1248]: storage 'S4' is not online +Jul 27 13:05:28 pfv-tsys3 pvestatd[1248]: storage 'T5-SSD' is not online +Jul 27 13:05:32 pfv-tsys3 pvestatd[1248]: storage 'S2' is not online +Jul 27 13:05:38 pfv-tsys3 pvestatd[1248]: storage 'S3' is not online +Jul 27 13:05:38 pfv-tsys3 pvestatd[1248]: status update time (29.684 seconds) +Jul 27 13:05:44 pfv-tsys3 pvestatd[1248]: storage 'S4' is not online +Jul 27 13:05:48 pfv-tsys3 pvestatd[1248]: status update time (10.581 seconds) +Jul 27 14:03:58 pfv-tsys3 pvestatd[1248]: auth key pair too old, rotating.. --- storage-related service status $ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80 @@ -8989,19 +10404,19 @@ Unit nvme-stat.service could not be found. Unit multipathd.service could not be found. ● rpcbind.service - RPC bind portmap service Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 16:27:07 CDT; 2 days ago - Invocation: 1e71fe686df141c18c434b9aed45ee9f + Active: active (running) since Mon 2026-07-27 08:07:10 CDT; 13h ago + Invocation: dcfba09a5f7e48abbb9b2375dc0baa12 TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) - Main PID: 649 (rpcbind) + Main PID: 621 (rpcbind) Tasks: 1 (limit: 34658) - Memory: 600K (peak: 1.7M) - CPU: 415ms + Memory: 616K (peak: 1.7M) + CPU: 63ms CGroup: /system.slice/rpcbind.service - └─649 /usr/sbin/rpcbind -f -w + └─621 /usr/sbin/rpcbind -f -w -Jul 24 16:27:07 pfv-tsys3 systemd[1]: Starting rpcbind.service - RPC bind portmap service... -Jul 24 16:27:07 pfv-tsys3 systemd[1]: Started rpcbind.service - RPC bind portmap service. +Jul 27 08:07:10 pfv-tsys3 systemd[1]: Starting rpcbind.service - RPC bind portmap service... +Jul 27 08:07:10 pfv-tsys3 systemd[1]: Started rpcbind.service - RPC bind portmap service. ○ rpc-statd.service - NFS status monitor for NFSv2/3 locking. Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static) @@ -9014,40 +10429,41 @@ Jul 24 16:27:07 pfv-tsys3 systemd[1]: Started rpcbind.service - RPC bind portmap ● zfs-mount.service - Mount ZFS filesystems Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled) - Active: active (exited) since Fri 2026-07-24 16:27:07 CDT; 2 days ago - Invocation: bc5edbdebb784b34a5ced4f3201f7c5c + Active: active (exited) since Mon 2026-07-27 08:07:10 CDT; 13h ago + Invocation: dcd4275798ad4e6394f2ef839b5356e8 Docs: man:zfs(8) - Main PID: 547 (code=exited, status=0/SUCCESS) - Mem peak: 1.7M - CPU: 40ms + Process: 537 ExecStart=/usr/sbin/zfs mount -a (code=exited, status=0/SUCCESS) + Main PID: 537 (code=exited, status=0/SUCCESS) + Mem peak: 2M + CPU: 10ms -Jul 24 16:27:07 pfv-tsys3 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... -Jul 24 16:27:07 pfv-tsys3 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems. +Jul 27 08:07:10 pfv-tsys3 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... +Jul 27 08:07:10 pfv-tsys3 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems. ● smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon Loaded: loaded (/usr/lib/systemd/system/smartmontools.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 16:27:08 CDT; 2 days ago - Invocation: 3e23ded385ff4d53a58389d691e1ea5e + Active: active (running) since Mon 2026-07-27 08:07:10 CDT; 13h ago + Invocation: 91c563bf48c345dc81b37fb25f0a76c6 Docs: man:smartd(8) man:smartd.conf(5) - Main PID: 721 (smartd) - Status: "Next check of 1 device will start at 16:57:08" + Main PID: 701 (smartd) + Status: "Next check of 1 device will start at 22:07:10" Tasks: 1 (limit: 34658) - Memory: 3.1M (peak: 4.5M) - CPU: 269ms + Memory: 3M (peak: 4.4M) + CPU: 47ms CGroup: /system.slice/smartmontools.service - └─721 /usr/sbin/smartd -n -q never + └─701 /usr/sbin/smartd -n -q never -Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, opened -Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, PM961 NVMe SAMSUNG 512GB, S/N:S33YNX0J331581, FW:CXY74D1Q, 512 GB -Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, is SMART capable. Adding to "monitor" list. -Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, state read from /var/lib/smartmontools/smartd.PM961_NVMe_SAMSUNG_512GB-S33YNX0J331581.nvme.state -Jul 24 16:27:08 pfv-tsys3 smartd[721]: Monitoring 0 ATA/SATA, 0 SCSI/SAS and 1 NVMe devices -Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, SMART/Health value: Available Spare changed from 0 to 100 -Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, SMART/Health value: Percentage Used changed from 0 to 16 -Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, NVMe error count increased from 0 to 37236 (0 new, 64 ignored, 37172 unknown) -Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, state written to /var/lib/smartmontools/smartd.PM961_NVMe_SAMSUNG_512GB-S33YNX0J331581.nvme.state -Jul 24 16:27:08 pfv-tsys3 systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon. +Jul 27 08:07:10 pfv-tsys3 smartd[701]: Drive: DEVICESCAN, implied '-a' Directive on line 18 of file /etc/smartd.conf +Jul 27 08:07:10 pfv-tsys3 smartd[701]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices +Jul 27 08:07:10 pfv-tsys3 smartd[701]: Device: /dev/nvme0, opened +Jul 27 08:07:10 pfv-tsys3 smartd[701]: Device: /dev/nvme0, PM961 NVMe SAMSUNG 512GB, S/N:S33YNX0J331581, FW:CXY74D1Q, 512 GB +Jul 27 08:07:10 pfv-tsys3 smartd[701]: Device: /dev/nvme0, is SMART capable. Adding to "monitor" list. +Jul 27 08:07:10 pfv-tsys3 smartd[701]: Device: /dev/nvme0, state read from /var/lib/smartmontools/smartd.PM961_NVMe_SAMSUNG_512GB-S33YNX0J331581.nvme.state +Jul 27 08:07:10 pfv-tsys3 smartd[701]: Monitoring 0 ATA/SATA, 0 SCSI/SAS and 1 NVMe devices +Jul 27 08:07:10 pfv-tsys3 smartd[701]: Device: /dev/nvme0, NVMe error count increased from 37236 to 37237 (0 new, 1 ignored, 0 unknown) +Jul 27 08:07:10 pfv-tsys3 smartd[701]: Device: /dev/nvme0, state written to /var/lib/smartmontools/smartd.PM961_NVMe_SAMSUNG_512GB-S33YNX0J331581.nvme.state +Jul 27 08:07:10 pfv-tsys3 systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon. ############################################################################### # 25. TIMERS / CRON @@ -9055,50 +10471,55 @@ Jul 24 16:27:08 pfv-tsys3 systemd[1]: Started smartmontools.service - Self Monit --- systemctl list-timers $ systemctl list-timers --all --no-pager -NEXT LEFT LAST PASSED UNIT ACTIVATES -Sun 2026-07-26 16:43:25 CDT 13min Sat 2026-07-25 16:43:25 CDT 23h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service -Sun 2026-07-26 18:22:03 CDT 1h 51min Sun 2026-07-26 08:40:25 CDT 7h ago apt-daily.timer apt-daily.service -Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:25 CDT 16h ago dpkg-db-backup.timer dpkg-db-backup.service -Mon 2026-07-27 00:00:53 CDT 7h Sun 2026-07-26 00:34:32 CDT 15h ago logrotate.timer logrotate.service -Mon 2026-07-27 01:06:04 CDT 8h Sun 2026-07-26 02:11:25 CDT 14h ago beszel-agent-update.timer beszel-agent-update.service -Mon 2026-07-27 01:28:45 CDT 8h Sun 2026-07-26 01:24:25 CDT 15h ago pve-daily-update.timer pve-daily-update.service -Mon 2026-07-27 01:35:33 CDT 9h Mon 2026-07-20 00:55:34 CDT - fstrim.timer fstrim.service -Mon 2026-07-27 06:45:01 CDT 14h Sun 2026-07-26 06:00:25 CDT 10h ago apt-daily-upgrade.timer apt-daily-upgrade.service -Mon 2026-07-27 09:20:25 CDT 16h Sun 2026-07-26 05:35:25 CDT 10h ago man-db.timer man-db.service -Sun 2026-08-02 03:10:25 CDT 6 days Sun 2026-07-26 03:10:33 CDT 13h ago e2scrub_all.timer e2scrub_all.service -Sun 2026-08-02 03:10:30 CDT 6 days Sun 2026-07-26 03:11:25 CDT 13h ago xfs_scrub_all.timer xfs_scrub_all.service +NEXT LEFT LAST PASSED UNIT ACTIVATES +Mon 2026-07-27 22:00:00 CDT 5min Mon 2026-07-27 21:50:08 CDT 4min 35s ago sysstat-collect.timer sysstat-collect.service +Tue 2026-07-28 00:00:00 CDT 2h 5min Mon 2026-07-27 00:00:25 CDT - dpkg-db-backup.timer dpkg-db-backup.service +Tue 2026-07-28 00:00:00 CDT 2h 5min - - sysstat-rotate.timer sysstat-rotate.service +Tue 2026-07-28 00:07:00 CDT 2h 12min - - sysstat-summary.timer sysstat-summary.service +Tue 2026-07-28 00:19:04 CDT 2h 24min Mon 2026-07-27 00:01:25 CDT - logrotate.timer logrotate.service +Tue 2026-07-28 01:18:03 CDT 3h 23min Mon 2026-07-27 01:06:18 CDT - beszel-agent-update.timer beszel-agent-update.service +Tue 2026-07-28 01:25:33 CDT 3h 30min Mon 2026-07-27 01:28:55 CDT - pve-daily-update.timer pve-daily-update.service +Tue 2026-07-28 06:21:48 CDT 8h Mon 2026-07-27 06:45:25 CDT - apt-daily-upgrade.timer apt-daily-upgrade.service +Tue 2026-07-28 08:22:08 CDT 10h Mon 2026-07-27 08:22:08 CDT 13h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Tue 2026-07-28 10:19:55 CDT 12h Mon 2026-07-27 08:04:25 CDT - man-db.timer man-db.service +Tue 2026-07-28 14:10:34 CDT 16h Mon 2026-07-27 19:56:08 CDT 1h 58min ago apt-daily.timer apt-daily.service +Sun 2026-08-02 03:10:06 CDT 5 days Sun 2026-07-26 03:10:33 CDT - e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:27 CDT 5 days Sun 2026-07-26 03:11:25 CDT - xfs_scrub_all.timer xfs_scrub_all.service +Mon 2026-08-03 00:18:43 CDT 6 days Mon 2026-07-27 01:36:25 CDT - fstrim.timer fstrim.service -11 timers listed. +14 timers listed. --- /etc/cron.d -total 20 -drwxr-xr-x 2 root root 4096 Jul 19 15:04 . -drwxr-xr-x 109 root root 4096 Jul 26 16:29 .. +total 24 +drwxr-xr-x 2 root root 4096 Jul 27 08:04 . +drwxr-xr-x 111 root root 4096 Jul 27 21:53 .. -rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder +-rw-r--r-- 1 root root 400 Jan 15 2024 sysstat lrwxrwxrwx 1 root root 20 Feb 10 14:49 vzdump -> /etc/pve/vzdump.cron -rw-r--r-- 1 root root 377 Aug 26 2025 zfsutils-linux --- /etc/cron.daily -total 28 -drwxr-xr-x 2 root root 4096 Apr 6 10:07 . -drwxr-xr-x 109 root root 4096 Jul 26 16:29 .. +total 32 +drwxr-xr-x 2 root root 4096 Jul 27 08:04 . +drwxr-xr-x 111 root root 4096 Jul 27 21:53 .. -rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat -rwxr-xr-x 1 root root 123 May 27 2025 dpkg -rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate -rwxr-xr-x 1 root root 1395 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder +-rwxr-xr-x 1 root root 526 Jan 15 2024 sysstat --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Feb 10 14:47 . -drwxr-xr-x 109 root root 4096 Jul 26 16:29 .. +drwxr-xr-x 111 root root 4096 Jul 27 21:53 .. -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder --- /etc/cron.weekly total 16 drwxr-xr-x 2 root root 4096 Feb 10 14:47 . -drwxr-xr-x 109 root root 4096 Jul 26 16:29 .. +drwxr-xr-x 111 root root 4096 Jul 27 21:53 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -9137,73 +10558,215 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -0.49 0.25 0.19 1/308 775469 +0.45 0.19 0.08 1/309 235190 --- vmstat 1 3 $ vmstat 1 3 procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- r b swpd free buff cache si so bi bo in cs us sy id wa st gu - 0 0 8 29346732 23012 495664 0 0 142 46 2609 3 0 1 93 3 0 2 - 0 0 8 29377740 23012 495844 0 0 0 100 1210 1403 0 1 95 4 0 0 - 0 0 8 29408492 23012 495844 0 0 0 0 439 651 0 0 100 0 0 0 + 0 0 0 28942384 22828 520864 0 0 246 21 790 1 0 0 98 1 0 0 + 0 2 0 28942372 22828 521044 0 0 0 0 1103 1228 0 0 93 7 0 0 + 1 0 0 29004296 22828 521052 0 0 0 0 1212 1596 0 1 98 0 0 0 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 -/root/check.sh: line 45: mpstat: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) + +09:54:45 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +09:54:46 PM all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.12 0.00 99.88 +09:54:47 PM all 0.13 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.87 +09:54:48 PM all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00 +Average: all 0.04 0.00 0.00 0.00 0.00 0.00 0.00 0.04 0.00 99.92 --- iostat -xz 1 3 $ iostat -xz 1 3 -/root/check.sh: line 45: iostat: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) + +avg-cpu: %user %nice %system %iowait %steal %idle + 0.28 0.00 0.31 1.19 0.00 98.21 + +Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util +dm-0 0.00 0.06 0.00 0.00 0.11 15.84 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +dm-1 1.84 199.34 0.00 0.00 0.17 108.58 2.65 21.24 0.00 0.00 3.27 8.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.66 +dm-2 0.00 0.04 0.00 0.00 0.37 66.37 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +nvme0n1 3.50 246.35 0.13 3.65 0.90 70.48 1.88 21.24 0.80 29.79 2.73 11.31 0.00 0.00 0.00 0.00 0.00 0.00 0.14 1.44 0.01 0.25 + + +avg-cpu: %user %nice %system %iowait %steal %idle + 0.12 0.00 0.25 0.00 0.00 99.62 + +Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util + + +avg-cpu: %user %nice %system %iowait %steal %idle + 1.01 0.00 1.63 0.00 0.00 97.36 + +Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util +nvme0n1 4.00 512.00 0.00 0.00 1.75 128.00 0.00 0.00 5.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.80 + + --- sar -dp 1 2 $ sar -dp 1 2 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) + +09:54:50 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +09:54:51 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 nvme0n1 +09:54:51 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +09:54:51 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +09:54:51 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta + +09:54:51 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +09:54:52 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 nvme0n1 +09:54:52 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +09:54:52 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +09:54:52 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta + +Average: tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 nvme0n1 +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta --- sar -n DEV 1 2 $ sar -n DEV 1 2 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) + +09:54:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +09:54:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:54:53 PM nic0 16.00 5.00 1.98 0.83 0.00 0.00 5.00 0.00 +09:54:53 PM enx8cae4ccda774 2.00 0.00 0.09 0.00 0.00 0.00 0.00 0.00 +09:54:53 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:54:53 PM vmbr0 11.00 2.00 0.95 0.31 0.00 0.00 3.00 0.00 +09:54:53 PM datanet 1.00 0.00 0.04 0.00 0.00 0.00 1.00 0.00 +09:54:53 PM tap313i0 3.00 12.00 0.50 1.30 0.00 0.00 0.00 0.00 +09:54:53 PM fwbr313i0 9.00 0.00 0.67 0.00 0.00 0.00 3.00 0.00 +09:54:53 PM fwpr313p0 3.00 12.00 0.50 1.30 0.00 0.00 0.00 0.00 +09:54:53 PM fwln313i0 12.00 3.00 1.30 0.50 0.00 0.00 0.00 0.00 + +09:54:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +09:54:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:54:54 PM nic0 25.00 6.00 3.57 0.51 0.00 0.00 12.00 0.00 +09:54:54 PM enx8cae4ccda774 15.00 20.00 1.13 25.71 0.00 0.00 0.00 0.00 +09:54:54 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:54:54 PM vmbr0 19.00 3.00 2.48 0.27 0.00 0.00 8.00 0.00 +09:54:54 PM datanet 15.00 20.00 1.13 25.71 0.00 0.00 0.00 0.00 +09:54:54 PM tap313i0 3.00 18.00 0.17 2.58 0.00 0.00 0.00 0.00 +09:54:54 PM fwbr313i0 16.00 0.00 2.25 0.00 0.00 0.00 8.00 0.00 +09:54:54 PM fwpr313p0 3.00 18.00 0.17 2.58 0.00 0.00 0.00 0.00 +09:54:54 PM fwln313i0 18.00 3.00 2.58 0.17 0.00 0.00 0.00 0.00 + +Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: nic0 20.50 5.50 2.78 0.67 0.00 0.00 8.50 0.00 +Average: enx8cae4ccda774 8.50 10.00 0.61 12.86 0.00 0.00 0.00 0.00 +Average: tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: vmbr0 15.00 2.50 1.72 0.29 0.00 0.00 5.50 0.00 +Average: datanet 8.00 10.00 0.59 12.86 0.00 0.00 0.50 0.00 +Average: tap313i0 3.00 15.00 0.33 1.94 0.00 0.00 0.00 0.00 +Average: fwbr313i0 12.50 0.00 1.46 0.00 0.00 0.00 5.50 0.00 +Average: fwpr313p0 3.00 15.00 0.33 1.94 0.00 0.00 0.00 0.00 +Average: fwln313i0 15.00 3.00 1.94 0.33 0.00 0.00 0.00 0.00 --- sar -n NFS,NFSD 1 2 $ sar -n NFS,NFSD 1 2 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) + +09:54:54 PM call/s retrans/s read/s write/s access/s getatt/s +09:54:55 PM 0.00 0.00 0.00 0.00 0.00 0.00 + +09:54:54 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +09:54:55 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 + +09:54:55 PM call/s retrans/s read/s write/s access/s getatt/s +09:54:56 PM 37.00 0.00 0.00 34.00 0.00 0.00 + +09:54:55 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +09:54:56 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 + +Average: call/s retrans/s read/s write/s access/s getatt/s +Average: 18.50 0.00 0.00 17.00 0.00 0.00 + +Average: scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 --- sar -n SOCK 1 1 $ sar -n SOCK 1 1 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) + +09:54:56 PM totsck tcpsck udpsck rawsck ip-frag tcp-tw +09:54:57 PM 316 18 4 0 0 127 +Average: 316 18 4 0 0 127 --- sar -n TCP,ETCP 1 2 $ sar -n TCP,ETCP 1 2 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) + +09:54:57 PM active/s passive/s iseg/s oseg/s +09:54:58 PM 0.00 0.00 2.00 2.00 + +09:54:57 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +09:54:58 PM 0.00 0.00 0.00 0.00 0.00 + +09:54:58 PM active/s passive/s iseg/s oseg/s +09:54:59 PM 0.00 0.00 2.00 1.00 + +09:54:58 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +09:54:59 PM 0.00 0.00 0.00 0.00 0.00 + +Average: active/s passive/s iseg/s oseg/s +Average: 0.00 0.00 2.00 1.50 + +Average: atmptf/s estres/s retrans/s isegerr/s orsts/s +Average: 0.00 0.00 0.00 0.00 0.00 --- pidstat -d 1 2 (top disk) $ pidstat -d 1 2 -/root/check.sh: line 45: pidstat: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) + +09:54:59 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +09:55:00 PM 0 1248 506.93 0.00 0.00 0 pvestatd +09:55:00 PM 33 159016 0.00 3.96 0.00 0 pveproxy worker + +09:55:00 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +09:55:01 PM 0 353 0.00 356.00 0.00 0 systemd-journal +09:55:01 PM 0 714 0.00 0.00 4.00 0 tailscaled +09:55:01 PM 0 1228 716.00 0.00 0.00 0 cron +09:55:01 PM 0 12964 0.00 4.00 0.00 0 kvm + +Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +Average: 0 353 0.00 177.11 0.00 0 systemd-journal +Average: 0 714 0.00 0.00 1.99 0 tailscaled +Average: 0 1228 356.22 0.00 0.00 0 cron +Average: 0 1248 254.73 0.00 0.00 0 pvestatd +Average: 0 12964 0.00 1.99 0.00 0 kvm +Average: 33 159016 0.00 1.99 0.00 0 pveproxy worker --- pidstat -u 1 2 (top cpu) $ pidstat -u 1 2 -/root/check.sh: line 45: pidstat: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) + +09:55:01 PM UID PID %usr %system %guest %wait %CPU CPU Command +09:55:02 PM 0 235312 0.00 0.99 0.00 0.00 0.99 0 pidstat + +09:55:02 PM UID PID %usr %system %guest %wait %CPU CPU Command +09:55:03 PM 0 12964 1.00 1.00 0.00 0.00 2.00 2 kvm + +Average: UID PID %usr %system %guest %wait %CPU CPU Command +Average: 0 12964 0.50 0.50 0.00 0.00 1.00 - kvm +Average: 0 235312 0.00 0.50 0.00 0.00 0.50 - pidstat --- top (single snapshot, top 30) $ top -b -n 1 -top - 16:30:12 up 2 days, 3 min, 1 user, load average: 0.49, 0.25, 0.19 -Tasks: 234 total, 1 running, 233 sleeping, 0 stopped, 0 zombie -%Cpu(s): 0.0 us, 0.0 sy, 0.0 ni, 98.9 id, 1.1 wa, 0.0 hi, 0.0 si, 0.0 st -MiB Mem : 31806.7 total, 28718.0 free, 2989.0 used, 506.9 buff/cache -MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 28817.7 avail Mem +top - 21:55:04 up 13:47, 1 user, load average: 0.32, 0.18, 0.07 +Tasks: 240 total, 1 running, 239 sleeping, 0 stopped, 0 zombie +%Cpu(s): 1.1 us, 1.1 sy, 0.0 ni, 97.8 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 31806.7 total, 28630.6 free, 3055.1 used, 532.4 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 28751.6 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 775504 root 20 0 10424 5492 3408 R 9.1 0.0 0:00.01 top - 1 root 20 0 25080 15412 10336 S 0.0 0.0 0:30.85 systemd - 2 root 20 0 0 0 0 S 0.0 0.0 0:00.03 kthreadd + 1 root 20 0 24844 15444 10668 S 0.0 0.0 0:06.99 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kthreadd 3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+ 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ @@ -9212,229 +10775,236 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 28817.7 avail Mem 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 14 root 20 0 0 0 0 S 0.0 0.0 0:04.01 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 2:32.26 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:00.09 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 0:12.83 rcu_pre+ 16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ - 17 root 20 0 0 0 0 S 0.0 0.0 0:00.01 rcu_exp+ - 18 root rt 0 0 0 0 S 0.0 0.0 0:01.00 migrati+ + 17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.09 migrati+ 19 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kprobe-+ 20 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 22 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 23 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 24 root rt 0 0 0 0 S 0.0 0.0 0:01.00 migrati+ - 25 root 20 0 0 0 0 S 0.0 0.0 0:01.40 ksoftir+ + 24 root rt 0 0 0 0 S 0.0 0.0 0:00.07 migrati+ + 25 root 20 0 0 0 0 S 0.0 0.0 0:00.05 ksoftir+ 27 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 28 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 29 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 30 root rt 0 0 0 0 S 0.0 0.0 0:01.02 migrati+ - 31 root 20 0 0 0 0 S 0.0 0.0 0:00.59 ksoftir+ + 30 root rt 0 0 0 0 S 0.0 0.0 0:00.08 migrati+ + 31 root 20 0 0 0 0 S 0.0 0.0 0:00.04 ksoftir+ 33 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 34 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 35 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 36 root rt 0 0 0 0 S 0.0 0.0 0:01.06 migrati+ - 37 root 20 0 0 0 0 S 0.0 0.0 0:00.34 ksoftir+ + 36 root rt 0 0 0 0 S 0.0 0.0 0:00.09 migrati+ + 37 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ 39 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 40 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 41 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 42 root rt 0 0 0 0 S 0.0 0.0 0:00.96 migrati+ - 43 root 20 0 0 0 0 S 0.0 0.0 0:41.57 ksoftir+ + 42 root rt 0 0 0 0 S 0.0 0.0 0:00.09 migrati+ + 43 root 20 0 0 0 0 S 0.0 0.0 0:00.24 ksoftir+ 45 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 46 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 47 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 48 root rt 0 0 0 0 S 0.0 0.0 0:00.85 migrati+ - 49 root 20 0 0 0 0 S 0.0 0.0 0:00.23 ksoftir+ + 48 root rt 0 0 0 0 S 0.0 0.0 0:00.09 migrati+ + 49 root 20 0 0 0 0 S 0.0 0.0 0:00.07 ksoftir+ 51 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 52 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 53 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 54 root rt 0 0 0 0 S 0.0 0.0 0:00.92 migrati+ - 55 root 20 0 0 0 0 S 0.0 0.0 4:55.16 ksoftir+ + 54 root rt 0 0 0 0 S 0.0 0.0 0:00.09 migrati+ + 55 root 20 0 0 0 0 S 0.0 0.0 0:00.45 ksoftir+ 57 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 58 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 59 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 60 root rt 0 0 0 0 S 0.0 0.0 0:00.83 migrati+ - 61 root 20 0 0 0 0 S 0.0 0.0 0:00.22 ksoftir+ + 60 root rt 0 0 0 0 S 0.0 0.0 0:00.09 migrati+ + 61 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ 63 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 64 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ 65 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 66 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ 67 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ - 68 root 20 0 0 0 0 S 0.0 0.0 0:00.06 kauditd - 69 root 20 0 0 0 0 S 0.0 0.0 0:00.13 khungta+ - 71 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ + 68 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.02 khungta+ + 70 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ + 71 root 20 0 0 0 0 I 0.0 0.0 0:03.15 kworker+ + 72 root 20 0 0 0 0 I 0.0 0.0 0:02.81 kworker+ 73 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 74 root 20 0 0 0 0 S 0.0 0.0 0:08.23 kcompac+ + 74 root 20 0 0 0 0 S 0.0 0.0 0:01.19 kcompac+ 75 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd - 76 root 39 19 0 0 0 S 0.0 0.0 0:01.34 khugepa+ + 76 root 39 19 0 0 0 S 0.0 0.0 0:00.19 khugepa+ 77 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 78 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 79 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 81 root -51 0 0 0 0 S 0.0 0.0 0:09.63 irq/9-a+ + 80 root -51 0 0 0 0 S 0.0 0.0 0:03.13 irq/9-a+ + 83 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 85 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 88 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 89 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 90 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 91 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 93 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ - 94 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 96 root 20 0 0 0 0 S 0.0 0.0 0:02.35 kswapd0 - 97 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ - 98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 99 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/121+ - 100 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/122+ + 92 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ + 93 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 94 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 + 95 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ + 97 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 98 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/121+ + 99 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/122+ + 100 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/123+ 101 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/123+ - 102 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/123+ - 103 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/124+ - 104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 107 root 20 0 0 0 0 S 0.0 0.0 0:02.26 hwrng + 102 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/124+ + 103 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 104 root 20 0 0 0 0 I 0.0 0.0 0:03.02 kworker+ + 106 root 20 0 0 0 0 S 0.0 0.0 0:00.65 hwrng + 107 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 108 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 109 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 110 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 113 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 125 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 183 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 184 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 185 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 186 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 187 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 188 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 189 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 190 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 124 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 191 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ 192 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 218 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 219 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 220 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 221 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 229 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 230 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 238 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 242 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 243 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 263 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 264 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 265 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 266 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 303 root 0 -20 0 0 0 I 0.0 0.0 0:00.15 kworker+ - 316 root 20 0 0 0 0 S 0.0 0.0 0:04.75 jbd2/dm+ - 317 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 366 root 20 0 43280 22500 20972 S 0.0 0.1 0:09.61 systemd+ - 379 root 20 0 77296 22188 9012 S 0.0 0.1 0:15.97 dmeventd - 383 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 386 root 0 -20 0 0 0 I 0.0 0.0 0:00.36 kworker+ - 389 root 20 0 37116 10440 7740 S 0.0 0.0 0:01.63 systemd+ - 390 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ - 391 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ - 392 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ - 393 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ - 414 root 0 -20 0 0 0 I 0.0 0.0 0:00.25 kworker+ - 417 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 491 root 0 -20 0 0 0 I 0.0 0.0 0:00.25 kworker+ - 492 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/31-+ - 495 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/144+ - 496 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 497 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 498 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ - 499 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 500 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 501 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 502 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ - 503 root 20 0 0 0 0 S 0.0 0.0 0:04.83 arc_evi+ - 504 root 39 19 0 0 0 S 0.0 0.0 0:04.95 arc_reap - 505 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ - 506 root 39 19 0 0 0 S 0.0 0.0 0:04.81 dbuf_ev+ - 511 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ - 538 root 20 0 0 0 0 S 0.0 0.0 0:03.58 l2arc_f+ - 649 _rpc 20 0 6568 3864 3456 S 0.0 0.0 0:00.40 rpcbind - 706 _chrony 20 0 19940 5596 4824 S 0.0 0.0 0:00.73 chronyd - 707 message+ 20 0 8688 5412 4364 S 0.0 0.0 0:28.02 dbus-da+ - 708 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 709 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 715 root 20 0 276136 3492 3200 S 0.0 0.0 0:00.03 pve-lxc+ - 720 root 20 0 691580 8280 6968 S 0.0 0.0 0:46.08 rrdcach+ - 721 root 20 0 9724 5812 4772 S 0.0 0.0 0:00.26 smartd - 731 root 20 0 19096 9016 7644 S 0.0 0.0 0:05.58 systemd+ - 732 root 20 0 1553696 110472 25880 S 0.0 0.3 33:30.65 tailsca+ - 736 root 20 0 7216 2280 1932 S 0.0 0.0 0:04.71 ksmtuned - 744 root 20 0 104420 5880 4732 S 0.0 0.0 0:00.05 zed - 753 root 20 0 159036 2536 2164 S 0.0 0.0 0:00.04 lxcfs - 789 root 20 0 5264 1672 1440 S 0.0 0.0 0:00.00 blkmapd - 795 root 0 -20 0 0 0 I 0.0 0.0 0:00.26 kworker+ - 797 _chrony 20 0 11612 2248 1616 S 0.0 0.0 0:00.00 chronyd - 825 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 987 root 20 0 5980 3436 2588 S 0.0 0.0 0:02.60 dhclient - 995 root 0 -20 0 0 0 I 0.0 0.0 0:00.23 kworker+ - 1095 beszel 20 0 2231060 17756 10188 S 0.0 0.1 2:06.90 beszel-+ - 1096 _lldpd 20 0 21376 6232 5064 S 0.0 0.0 0:00.37 lldpd - 1097 root 20 0 5520 2676 2428 S 0.0 0.0 0:00.02 lxc-mon+ - 1107 root 20 0 340044 32100 14732 S 0.0 0.1 0:50.38 tuned - 1117 _lldpd 20 0 21376 2792 1652 S 0.0 0.0 0:09.64 lldpd - 1118 root 20 0 602856 49604 36264 S 0.0 0.2 2:42.33 pmxcfs - 1123 root 20 0 0 0 0 I 0.0 0.0 0:06.82 kworker+ - 1124 root 20 0 8168 2788 2556 S 0.0 0.0 0:00.04 agetty - 1130 root 20 0 11776 7436 6208 S 0.0 0.0 0:00.24 sshd - 1378 root 20 0 6864 2944 2692 S 0.0 0.0 0:00.70 cron - 1381 root 20 0 13584 5712 4760 S 0.0 0.0 0:28.45 proxmox+ - 1652 polkitd 20 0 306704 8208 7044 S 0.0 0.0 0:06.96 polkitd - 1663 root 0 -20 0 0 0 I 0.0 0.0 0:00.28 kworker+ - 1664 root 20 0 43984 4644 4004 S 0.0 0.0 0:01.41 master - 1667 postfix 20 0 44524 7480 6780 S 0.0 0.0 0:00.26 qmgr - 1686 root 20 0 187792 143960 31756 S 0.0 0.4 51:25.32 pvestatd - 1687 root 20 0 186388 112780 7348 S 0.0 0.3 14:11.77 pve-fir+ - 1713 root 20 0 230024 181396 31136 S 0.0 0.6 0:05.36 pvedaem+ - 1725 www-data 20 0 231180 182616 31244 S 0.0 0.6 0:07.29 pveproxy - 1733 www-data 20 0 99288 68976 16896 S 0.0 0.2 0:04.74 spicepr+ - 1782 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 1790 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ - 2161 root 20 0 209764 154420 31308 S 0.0 0.5 0:35.66 pvesche+ - 2268 root 0 -20 0 0 0 I 0.0 0.0 0:00.21 kworker+ - 168332 root 20 0 0 0 0 I 0.0 0.0 0:07.39 kworker+ - 485977 root 20 0 79620 2264 2052 S 0.0 0.0 0:12.63 pvefw-l+ - 642745 root 20 0 0 0 0 I 0.0 0.0 1:11.91 kworker+ - 667532 root 20 0 0 0 0 I 0.0 0.0 0:58.90 kworker+ - 679203 root 20 0 5748 2144 1956 S 0.0 0.0 0:00.01 qmeventd - 679386 www-data 20 0 99388 56136 3908 S 0.0 0.2 0:00.85 spicepr+ - 706312 root 20 0 0 0 0 I 0.0 0.0 0:01.11 kworker+ - 706532 root 20 0 0 0 0 I 0.0 0.0 0:01.62 kworker+ - 708096 root 20 0 0 0 0 I 0.0 0.0 0:00.64 kworker+ - 711993 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ - 716864 root 20 0 20.6g 1.0g 13364 S 0.0 3.3 6:39.46 kvm - 716936 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 717537 root 20 0 239336 164544 12112 S 0.0 0.5 0:08.71 pvedaem+ - 731253 www-data 20 0 247208 173624 13344 S 0.0 0.5 0:07.92 pveprox+ - 731613 www-data 20 0 249552 173088 13340 S 0.0 0.5 0:07.54 pveprox+ - 734896 root 20 0 238824 162944 11032 S 0.0 0.5 0:01.28 pvedaem+ - 736437 root 20 0 238872 163100 11160 S 0.0 0.5 0:00.94 pvedaem+ - 736829 www-data 20 0 247064 172252 12164 S 0.0 0.5 0:01.84 pveprox+ - 741633 root 20 0 0 0 0 I 0.0 0.0 0:00.27 kworker+ - 744297 root 20 0 0 0 0 I 0.0 0.0 0:00.20 kworker+ - 749306 root 20 0 0 0 0 I 0.0 0.0 0:00.46 kworker+ - 749381 postfix 20 0 44472 7660 6980 S 0.0 0.0 0:00.03 pickup - 752112 root 20 0 0 0 0 I 0.0 0.0 0:00.25 kworker+ - 755079 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+ - 760679 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 765632 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 765875 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ - 767575 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 768570 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 770241 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 770305 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 770318 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 770333 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 770367 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 770428 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 772070 root 20 0 22228 12664 10272 S 0.0 0.0 0:00.25 systemd - 772071 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 772073 root 20 0 24404 3820 2024 S 0.0 0.0 0:00.00 (sd-pam) - 772078 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 772118 root 20 0 19652 11716 9944 S 0.0 0.0 0:00.01 sshd-se+ - 772125 root 20 0 19908 7428 5380 S 0.0 0.0 0:00.00 sshd-se+ - 772126 root 20 0 7316 3788 3256 S 0.0 0.0 0:00.37 bash - 774430 root 20 0 5580 2132 2020 S 0.0 0.0 0:00.00 sleep - 775502 root 20 0 7316 2400 1868 S 0.0 0.0 0:00.00 bash - 775503 root 20 0 5588 2096 1980 S 0.0 0.0 0:00.00 head + 193 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 194 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 195 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 196 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 197 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 198 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 199 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 200 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 201 root 20 0 0 0 0 I 0.0 0.0 0:03.00 kworker+ + 202 root 20 0 0 0 0 I 0.0 0.0 0:02.86 kworker+ + 212 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 213 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 214 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 215 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 222 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 223 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 231 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 235 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 236 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 258 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 259 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 260 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 261 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 297 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 300 root 20 0 0 0 0 S 0.0 0.0 0:00.76 jbd2/dm+ + 301 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 332 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 345 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 353 root 20 0 51208 32164 30696 S 0.0 0.1 0:02.02 systemd+ + 366 root 20 0 77296 22300 9124 S 0.0 0.1 0:02.13 dmeventd + 369 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 377 root 20 0 37400 10904 7968 S 0.0 0.0 0:00.36 systemd+ + 378 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ + 379 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ + 380 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ + 381 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ + 402 root 0 -20 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 404 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 413 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 416 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 477 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/31-+ + 481 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/144+ + 484 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 485 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 486 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ + 487 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 488 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 489 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 490 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ + 491 root 20 0 0 0 0 S 0.0 0.0 0:00.56 arc_evi+ + 492 root 39 19 0 0 0 S 0.0 0.0 0:00.62 arc_reap + 493 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ + 494 root 39 19 0 0 0 S 0.0 0.0 0:00.54 dbuf_ev+ + 495 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ + 519 root 20 0 0 0 0 S 0.0 0.0 0:00.61 l2arc_f+ + 573 root 20 0 79620 2320 2112 S 0.0 0.0 0:05.37 pvefw-l+ + 621 _rpc 20 0 6568 3840 3428 S 0.0 0.0 0:00.05 rpcbind + 688 _chrony 20 0 19940 5580 4812 S 0.0 0.0 0:00.12 chronyd + 689 message+ 20 0 8476 5288 4364 S 0.0 0.0 0:06.08 dbus-da+ + 695 root 20 0 276136 3436 3148 S 0.0 0.0 0:00.00 pve-lxc+ + 700 root 20 0 478580 7968 6876 S 0.0 0.0 0:06.25 rrdcach+ + 701 root 20 0 9856 5896 4752 S 0.0 0.0 0:00.04 smartd + 707 root 20 0 5748 1972 1800 S 0.0 0.0 0:00.00 qmeventd + 708 root 20 0 19096 9296 7948 S 0.0 0.0 0:02.70 systemd+ + 714 root 20 0 1421776 107144 25996 S 0.0 0.3 2:25.85 tailsca+ + 727 root 20 0 104420 6388 5240 S 0.0 0.0 0:00.00 zed + 730 root 20 0 7216 2236 1888 S 0.0 0.0 0:00.72 ksmtuned + 740 root 20 0 159036 2540 2176 S 0.0 0.0 0:00.00 lxcfs + 790 _chrony 20 0 11612 2248 1616 S 0.0 0.0 0:00.00 chronyd + 805 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 856 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 857 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 870 root 20 0 5264 1640 1416 S 0.0 0.0 0:00.00 blkmapd + 920 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 923 root 20 0 5984 3376 2532 S 0.0 0.0 0:00.30 dhclient + 1034 beszel 20 0 2231316 16788 10036 S 0.0 0.1 0:12.85 beszel-+ + 1035 _lldpd 20 0 21376 6664 5496 S 0.0 0.0 0:00.05 lldpd + 1036 root 20 0 5520 2732 2480 S 0.0 0.0 0:00.00 lxc-mon+ + 1046 root 20 0 266312 32432 15232 S 0.0 0.1 0:07.28 tuned + 1055 _lldpd 20 0 21376 2824 1720 S 0.0 0.0 0:00.65 lldpd + 1056 root 20 0 461300 54116 38908 S 0.0 0.2 0:23.63 pmxcfs + 1061 root 20 0 11776 7740 6508 S 0.0 0.0 0:00.11 sshd + 1088 root 20 0 8168 2776 2540 S 0.0 0.0 0:00.01 agetty + 1130 polkitd 20 0 306704 8228 7136 S 0.0 0.0 0:01.12 polkitd + 1220 root 20 0 43984 4724 4088 S 0.0 0.0 0:00.14 master + 1222 postfix 20 0 44524 7660 6964 S 0.0 0.0 0:00.02 qmgr + 1228 root 20 0 6864 2872 2620 S 0.0 0.0 0:00.09 cron + 1229 root 20 0 13584 6188 5292 S 0.0 0.0 0:03.31 proxmox+ + 1248 root 20 0 191656 123400 13700 S 0.0 0.4 6:31.49 pvestatd + 1250 root 20 0 186432 112508 7020 S 0.0 0.3 2:17.11 pve-fir+ + 1273 root 20 0 230028 153496 3280 S 0.0 0.5 0:00.54 pvedaem+ + 1282 www-data 20 0 231392 154900 3392 S 0.0 0.5 0:00.57 pveproxy + 1290 www-data 20 0 99316 55452 3388 S 0.0 0.2 0:00.47 spicepr+ + 1291 www-data 20 0 99448 56112 3892 S 0.0 0.2 0:01.06 spicepr+ + 1307 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1432 root 20 0 209860 126456 3388 S 0.0 0.4 0:03.83 pvesche+ + 1531 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 1677 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 2144 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ + 2678 root 20 0 0 0 0 I 0.0 0.0 0:02.90 kworker+ + 2679 root 20 0 0 0 0 I 0.0 0.0 0:02.97 kworker+ + 12964 root 20 0 28.5g 1.3g 14084 S 0.0 4.2 12:44.42 kvm + 13037 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 13109 root 20 0 0 0 0 I 0.0 0.0 0:02.07 kworker+ + 35686 root 20 0 0 0 0 I 0.0 0.0 0:01.64 kworker+ + 64951 root 20 0 0 0 0 I 0.0 0.0 0:02.17 kworker+ + 75967 root 20 0 0 0 0 I 0.0 0.0 0:01.22 kworker+ + 96281 root 20 0 0 0 0 I 0.0 0.0 0:03.47 kworker+ + 107161 root 20 0 0 0 0 I 0.0 0.0 0:01.63 kworker+ + 128647 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 152163 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 158416 www-data 20 0 247396 174200 13688 S 0.0 0.5 0:06.65 pveprox+ + 158724 root 20 0 238996 163760 11732 S 0.0 0.5 0:03.44 pvedaem+ + 159016 www-data 20 0 247580 174244 13600 S 0.0 0.5 0:06.59 pveprox+ + 159182 root 20 0 238872 163756 11732 S 0.0 0.5 0:03.18 pvedaem+ + 159427 root 20 0 238888 163512 11532 S 0.0 0.5 0:02.86 pvedaem+ + 160849 www-data 20 0 280652 212232 19020 S 0.0 0.7 0:06.41 pveprox+ + 169824 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 172758 root 20 0 0 0 0 I 0.0 0.0 0:00.52 kworker+ + 202188 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 205148 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 208080 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ + 213970 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 219840 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 222780 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 225181 postfix 20 0 44472 7552 6872 S 0.0 0.0 0:00.00 pickup + 225733 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 228669 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 231624 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 231753 root 20 0 22220 12596 10216 S 0.0 0.0 0:00.26 systemd + 231755 root 20 0 24404 3784 1988 S 0.0 0.0 0:00.00 (sd-pam) + 231756 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 231761 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 231792 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 231802 root 20 0 19652 11768 10000 S 0.0 0.0 0:00.01 sshd-se+ + 231804 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 231810 root 20 0 19908 7448 5404 S 0.0 0.0 0:00.00 sshd-se+ + 231811 root 20 0 7316 3832 3300 S 0.0 0.0 0:00.36 bash + 234101 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 235216 root 20 0 5580 2152 2036 S 0.0 0.0 0:00.00 sleep + 235313 root 20 0 7316 2488 1956 S 0.0 0.0 0:00.00 bash + 235314 root 20 0 5588 2048 1936 S 0.0 0.0 0:00.00 head + 235315 root 20 0 10424 5404 3316 R 0.0 0.0 0:00.00 top --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -9444,8 +11014,8 @@ no pools available --- arcstat 1 2 $ arcstat 1 2 time read ddread ddh% dmread dmh% pread ph% size c avail -16:30:13 0 0 0 0 0 0 0 1.9K 994M 27.0G -16:30:14 0 0 0 0 0 0 0 1.9K 994M 27.1G +21:55:05 0 0 0 0 0 0 0 1.9K 994M 26.9G +21:55:06 0 0 0 0 0 0 0 1.9K 994M 26.9G --- /proc/net/dev delta (1s) $ awk '{print $1}' /proc/net/dev @@ -9469,29 +11039,29 @@ fwln313i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 36927861 162418 0 0 0 0 0 0 36927861 162418 0 0 0 0 0 0 - nic0: 8313051667 25640733 0 6020 0 0 0 4334273 63689933466 56718145 0 0 0 0 0 0 -enx8cae4ccda774: 146830477089 102231971 0 5767 0 0 0 0 17469841627 43483049 0 0 0 0 0 0 -tailscale0: 259361875 3732994 0 0 0 0 0 0 52454766611 2705764 0 0 0 0 0 0 - vmbr0: 1269092771 8752631 0 0 0 0 0 3741543 56146846800 3488482 0 0 0 0 0 0 -datanet: 146808609241 102207360 0 10 0 0 0 145724 17468371552 43477284 0 0 0 0 0 0 -tap313i0: 7755050 36803 0 0 0 0 0 0 55749941 441882 0 0 0 0 0 0 -fwbr313i0: 31853797 377059 0 422 0 0 0 238955 0 0 0 0 0 0 0 0 -fwpr313p0: 7844441 37162 0 359 0 0 0 0 55772553 442006 0 0 0 0 0 0 -fwln313i0: 55772553 442006 0 359 0 0 0 0 7844441 37162 0 0 0 0 0 0 + lo: 19381267 171529 0 0 0 0 0 0 19381267 171529 0 0 0 0 0 0 + nic0: 454125223 2475129 0 1657 0 0 0 1162623 180518940 670675 0 0 0 0 0 0 +enx8cae4ccda774: 418344323 1218342 0 1655 0 0 0 0 1450134089 1697365 0 0 0 0 0 0 +tailscale0: 35041687 138028 0 0 0 0 0 0 64406413 148677 0 0 0 0 0 0 + vmbr0: 249710855 1834887 0 0 0 0 0 957113 113957823 328916 0 0 0 0 0 0 +datanet: 417959545 1215787 0 5 0 0 0 41876 1449712064 1695710 0 0 0 0 0 0 +tap313i0: 58654057 290370 0 0 0 0 0 0 261269956 1715445 0 0 0 0 0 0 +fwbr313i0: 124213346 1339772 0 1941 0 0 0 897593 0 0 0 0 0 0 0 0 +fwpr313p0: 59047975 291952 0 1582 0 0 0 0 261271538 1715445 0 0 0 0 0 0 +fwln313i0: 261271538 1715445 0 1582 0 0 0 0 59047975 291952 0 0 0 0 0 0 --- t1 (1s later) --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 36927861 162418 0 0 0 0 0 0 36927861 162418 0 0 0 0 0 0 - nic0: 8313054116 25640759 0 6020 0 0 0 4334281 63689934336 56718152 0 0 0 0 0 0 -enx8cae4ccda774: 146830478962 102231989 0 5767 0 0 0 0 17469860223 43483067 0 0 0 0 0 0 -tailscale0: 259361875 3732994 0 0 0 0 0 0 52454766611 2705764 0 0 0 0 0 0 - vmbr0: 1269094551 8752655 0 0 0 0 0 3741550 56146847520 3488488 0 0 0 0 0 0 -datanet: 146808611114 102207378 0 10 0 0 0 145725 17468390148 43477302 0 0 0 0 0 0 -tap313i0: 7755136 36804 0 0 0 0 0 0 55751387 441901 0 0 0 0 0 0 -fwbr313i0: 31854905 377077 0 422 0 0 0 238962 0 0 0 0 0 0 0 0 -fwpr313p0: 7844527 37163 0 359 0 0 0 0 55773999 442025 0 0 0 0 0 0 -fwln313i0: 55773999 442025 0 359 0 0 0 0 7844527 37163 0 0 0 0 0 0 + lo: 19381267 171529 0 0 0 0 0 0 19381267 171529 0 0 0 0 0 0 + nic0: 454136798 2475167 0 1657 0 0 0 1162630 180524875 670693 0 0 0 0 0 0 +enx8cae4ccda774: 418355621 1218426 0 1655 0 0 0 0 1450340465 1697537 0 0 0 0 0 0 +tailscale0: 35041687 138028 0 0 0 0 0 0 64406413 148677 0 0 0 0 0 0 + vmbr0: 249721746 1834925 0 0 0 0 0 957120 113963668 328934 0 0 0 0 0 0 +datanet: 417970843 1215871 0 5 0 0 0 41877 1449918440 1695882 0 0 0 0 0 0 +tap313i0: 58654057 290370 0 0 0 0 0 0 261271917 1715455 0 0 0 0 0 0 +fwbr313i0: 124215167 1339782 0 1941 0 0 0 897600 0 0 0 0 0 0 0 0 +fwpr313p0: 59047975 291952 0 1582 0 0 0 0 261273499 1715455 0 0 0 0 0 0 +fwln313i0: 261273499 1715455 0 1582 0 0 0 0 59047975 291952 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -9576,9 +11146,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - Local time: Sun 2026-07-26 16:30:15 CDT - Universal time: Sun 2026-07-26 21:30:15 UTC - RTC time: Sun 2026-07-26 21:30:15 + Local time: Mon 2026-07-27 21:55:07 CDT + Universal time: Tue 2026-07-28 02:55:07 UTC + RTC time: Tue 2026-07-28 02:55:07 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -9586,28 +11156,28 @@ System clock synchronized: yes --- chronyc tracking $ chronyc tracking -Reference ID : 1796297B (s2-a.time.mci1.us.rozint.net) +Reference ID : 2D4F0D23 (ns1.smatwebdesign.com) Stratum : 3 -Ref time (UTC) : Sun Jul 26 21:18:34 2026 -System time : 0.000362114 seconds fast of NTP time -Last offset : -0.000098743 seconds -RMS offset : 0.000940303 seconds -Frequency : 5.030 ppm slow -Residual freq : +0.005 ppm -Skew : 0.215 ppm -Root delay : 0.036824852 seconds -Root dispersion : 0.002414962 seconds -Update interval : 1032.6 seconds +Ref time (UTC) : Tue Jul 28 02:53:56 2026 +System time : 0.001008389 seconds fast of NTP time +Last offset : +0.000699616 seconds +RMS offset : 0.001266414 seconds +Frequency : 5.855 ppm slow +Residual freq : +0.001 ppm +Skew : 0.014 ppm +Root delay : 0.045951311 seconds +Root dispersion : 0.001154992 seconds +Update interval : 3107.0 seconds Leap status : Normal --- chronyc sources $ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== -^- ip212-227-240-160.pbiaas> 3 10 377 528 -4262us[-4262us] +/- 85ms -^+ as393746.mci.trtnw.net 2 10 377 531 +437us[ +437us] +/- 25ms -^+ ntp.maxhost.io 2 10 377 1010 +1158us[+1043us] +/- 52ms -^* s2-a.time.mci1.us.rozint> 2 10 377 701 -2952us[-3051us] +/- 19ms +^+ ntp.sfo.icanbwell.com 2 10 377 675 -5425us[-4729us] +/- 37ms +^* ns1.smatwebdesign.com 2 10 377 70 -4053us[-3353us] +/- 25ms +^+ ntp.maxhost.io 2 10 377 782 +15ms[ +16ms] +/- 54ms +^- ip216-250-115-174.pbiaas> 2 10 337 390 +18ms[ +19ms] +/- 144ms --- ntpq peers $ ntpq -pn @@ -9630,39 +11200,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:16 2026 -*raw -:PREROUTING ACCEPT [117526039:148922694827] -:OUTPUT ACCEPT [41795273:125032592604] -COMMIT -# Completed on Sun Jul 26 16:30:16 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:16 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:08 2026 *mangle -:PREROUTING ACCEPT [117526480:148922807645] -:INPUT ACCEPT [109331173:147898115673] +:PREROUTING ACCEPT [2826643:707443342] +:INPUT ACCEPT [1889127:593816552] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [41795684:125032646545] -:POSTROUTING ACCEPT [41795684:125032646545] +:OUTPUT ACCEPT [1802112:1591805177] +:POSTROUTING ACCEPT [1802112:1591805177] -A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000 -A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000 COMMIT -# Completed on Sun Jul 26 16:30:16 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:16 2026 +# Completed on Mon Jul 27 21:55:08 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:08 2026 +*raw +:PREROUTING ACCEPT [2826819:707480834] +:OUTPUT ACCEPT [1802174:1591809387] +COMMIT +# Completed on Mon Jul 27 21:55:08 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:08 2026 *nat -:PREROUTING ACCEPT [7858043:956073935] -:INPUT ACCEPT [135309:36979847] -:OUTPUT ACCEPT [261402:17210211] -:POSTROUTING ACCEPT [261402:17210211] +:PREROUTING ACCEPT [943914:116433324] +:INPUT ACCEPT [42566:10755602] +:OUTPUT ACCEPT [102775:6781673] +:POSTROUTING ACCEPT [102775:6781673] :ts-postrouting - [0:0] -A POSTROUTING -j ts-postrouting -A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE COMMIT -# Completed on Sun Jul 26 16:30:16 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:16 2026 +# Completed on Mon Jul 27 21:55:08 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:08 2026 *filter -:INPUT ACCEPT [103029487:147119876316] +:INPUT ACCEPT [1547665:504485539] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [41795684:125032646545] +:OUTPUT ACCEPT [1802228:1591817088] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -9677,7 +11247,7 @@ COMMIT -A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN -A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP COMMIT -# Completed on Sun Jul 26 16:30:16 2026 +# Completed on Mon Jul 27 21:55:08 2026 --- ipset list (names) $ ipset list -n @@ -9812,9 +11382,9 @@ apparmor module is loaded. wpcom 3 processes have profiles defined. 3 processes are in enforce mode. - /usr/sbin/chronyd (706) - /usr/sbin/chronyd (797) - /usr/sbin/dhclient (987) /{,usr/}sbin/dhclient + /usr/sbin/chronyd (688) + /usr/sbin/chronyd (790) + /usr/sbin/dhclient (923) /{,usr/}sbin/dhclient 0 processes are in complain mode. 0 processes are in prompt mode. 0 processes are in kill mode. @@ -9828,40 +11398,40 @@ apparmor module is loaded. --- top 10 memory hogs $ ps -eo pid,user,rss,vsz,pcpu,pmem,comm --sort=-rss | head -n 11 PID USER RSS VSZ %CPU %MEM COMMAND - 716864 root 1066996 21615300 3.7 3.2 kvm - 1725 www-data 182616 231180 0.0 0.5 pveproxy - 1713 root 181396 230024 0.0 0.5 pvedaemon - 731253 www-data 173624 247208 0.1 0.5 pveproxy worker - 731613 www-data 173088 249552 0.0 0.5 pveproxy worker - 736829 www-data 172252 247064 0.0 0.5 pveproxy worker - 717537 root 164544 239336 0.0 0.5 pvedaemon worke - 736437 root 163100 238872 0.0 0.5 pvedaemon worke - 734896 root 162944 238824 0.0 0.5 pvedaemon worke - 2161 root 154420 209764 0.0 0.4 pvescheduler + 12964 root 1359380 29892088 1.6 4.1 kvm + 160849 www-data 212232 280652 0.0 0.6 pveproxy worker + 159016 www-data 174244 247580 0.0 0.5 pveproxy worker + 158416 www-data 174200 247396 0.0 0.5 pveproxy worker + 158724 root 163760 238996 0.0 0.5 pvedaemon worke + 159182 root 163756 238872 0.0 0.5 pvedaemon worke + 159427 root 163512 238888 0.0 0.5 pvedaemon worke + 1282 www-data 154900 231392 0.0 0.4 pveproxy + 1273 root 153496 230028 0.0 0.4 pvedaemon + 1432 root 126456 209860 0.0 0.3 pvescheduler --- top 10 CPU hogs $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 PID USER %CPU %MEM RSS COMMAND - 775518 root 5.5 0.0 7920 systemd-timedat - 716864 root 3.7 3.2 1066996 kvm - 1686 root 1.7 0.4 143960 pvestatd - 732 root 1.1 0.3 110488 tailscaled - 1687 root 0.4 0.3 112780 pve-firewall - 667532 root 0.2 0.0 0 kworker/u32:3-nfsiod - 642745 root 0.2 0.0 0 kworker/u32:5-nfsiod - 55 root 0.1 0.0 0 ksoftirqd/6 - 772126 root 0.1 0.0 3788 bash - 731253 www-data 0.1 0.5 173624 pveproxy worker + 235349 root 5.0 0.0 7932 systemd-timedat + 12964 root 1.6 4.1 1359380 kvm + 1248 root 0.7 0.3 123400 pvestatd + 714 root 0.2 0.3 107144 tailscaled + 1250 root 0.2 0.3 112508 pve-firewall + 231811 root 0.1 0.0 3832 bash + 231753 root 0.0 0.0 12596 systemd + 1056 root 0.0 0.1 54116 pmxcfs + 158416 www-data 0.0 0.5 174200 pveproxy worker + 159016 www-data 0.0 0.5 174244 pveproxy worker --- top file-handle holders $ for pid in $(ps -e -o pid= | head -n 200); do n="$(ls /proc/$pid/fd 2>/dev/null | wc -l)" [ "$n" -gt 50 ] && printf '%6d fd=%-6s %s\n' "$pid" "$n" "$(cat /proc/$pid/comm 2>/dev/null)" done | sort -k2 -t= -nr | head -n 15 - 1 fd=175 systemd -716864 fd=141 kvm - 1664 fd=94 master - 707 fd=54 dbus-daemon + 1 fd=174 systemd + 12964 fd=140 kvm + 1220 fd=94 master + 689 fd=54 dbus-daemon --- largest files in /var/log (top 10) $ find /var/log -type f -size +10M -exec ls -lh {} \; 2>/dev/null | sort -k5 -h -r | head -n 10 @@ -9996,7 +11566,7 @@ fi else echo " ZFS ARC stats not available (ZFS not loaded?)" fi - ARC current=1920 bytes ARC max=3331325952 bytes RAM total=33351725056 bytes + ARC current=1920 bytes ARC max=3331325952 bytes RAM total=33351712768 bytes ARC max is 9% of RAM (Proxmox default ~50%) @@ -10046,7 +11616,6 @@ fi --- [K] Softnet / NIC drops (non-zero) $ awk 'NR<=32 && ($2+0 > 0 || $4+0 > 0) {printf " cpu%d: dropped=%d time_squeezed=%d\n", NR-1, $2, $4}' /proc/net/softnet_stat echo " (also check ethtool -S sections above for rx_dropped/rx_missed_errors)" - cpu4: dropped=12573 time_squeezed=0 (also check ethtool -S sections above for rx_dropped/rx_missed_errors) @@ -10081,11 +11650,11 @@ if command -v smartctl >/dev/null 2>&1; then done fi echo " (see section 20 for full smartctl/nvme output)" - (see section 20 for full smartctl/nvme output) + /dev/nvme0n1: critical_warning : 0 available_spare : 100% available_spare_threshold : 50% /dev/nvme0n1p1: critical_warning : 0 available_spare : 100% available_spare_threshold : 50% /dev/nvme0n1p2: critical_warning : 0 available_spare : 100% available_spare_threshold : 50% /dev/nvme0n1p3: critical_warning : 0 available_spare : 100% available_spare_threshold : 50% (see section 20 for full smartctl/nvme output) ############################################################################### # Collection complete: pfv-tsys3 # Output: /root/pfv-tsys3.log -# Size: 725143 bytes / 10084 lines -# Elapsed: 261 seconds +# Size: 749925 bytes / 11653 lines +# Elapsed: 277 seconds ############################################################################### diff --git a/returned-logs/pfv-tsys4.log b/returned-logs/pfv-tsys4.log index db6959d..222b2df 100644 --- a/returned-logs/pfv-tsys4.log +++ b/returned-logs/pfv-tsys4.log @@ -3,7 +3,7 @@ # Host: pfv-tsys4 (pfv-tsys4.knel.net) # FQDN: pfv-tsys4.knel.net # All IPs: 100.70.77.93 192.168.3.191 10.100.100.4 fd7a:115c:a1e0::3f3b:4d5d -# Collected: 2026-07-26T21:25:59Z (UTC) +# Collected: 2026-07-28T02:50:35Z (UTC) # Kernel: 6.17.9-1-pve # Machine: x86_64 GNU/Linux # Caller: root (uid=0) @@ -301,11 +301,11 @@ available : rpcsec_gss_krb5 () $ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}' Module Size Used by tcp_diag 12288 0 -tcp_bbr 20480 32 +tcp_bbr 20480 43 bonding 245760 0 kvm_intel 532480 4 kvm 1376256 3 kvm_intel -sunrpc 786432 37 nfsd,auth_rpcgss,lockd,nfs_acl +sunrpc 786432 49 nfsd,auth_rpcgss,lockd,nfs_acl zfs 6234112 6 spl 151552 1 zfs vhost_net 32768 1 @@ -339,11 +339,11 @@ BUG_REPORT_URL="https://bugs.debian.org/" --- uptime $ uptime - 16:26:02 up 2 days, 27 min, 2 users, load average: 0.76, 1.86, 2.54 + 21:50:41 up 3 days, 5:52, 3 users, load average: 2.53, 2.06, 2.21 --- uptime raw (since boot) $ cat /proc/uptime -174478.41 1108729.02 +280356.82 1749911.10 --- last reboot $ last -x reboot @@ -409,6 +409,11 @@ wtmpdb begins Mon Feb 23 10:52:50 2026 --- last logins $ last +root pts/0 100.87.49.37 Mon Jul 27 13:08 - 13:13 (00:04) +root pts/0 100.87.49.37 Mon Jul 27 12:50 - 13:06 (00:16) +root pts/0 100.87.49.37 Mon Jul 27 10:54 - 11:12 (00:17) +root pts/0 100.87.49.37 Mon Jul 27 10:47 - 10:52 (00:04) +root pts/0 100.87.49.37 Sun Jul 26 16:29 - 17:02 (00:33) root pts/0 100.87.49.37 Sun Jul 26 15:45 - 15:45 (00:00) root pts/0 100.87.49.37 Sun Jul 26 15:11 - 15:39 (00:27) root pts/1 100.87.49.37 Sun Jul 26 14:41 - 14:54 (00:12) @@ -1311,7 +1316,7 @@ Thread(s) per core: 2 Core(s) per socket: 4 Socket(s): 1 Stepping: 3 -CPU(s) scaling MHz: 98% +CPU(s) scaling MHz: 95% CPU max MHz: 3900.0000 CPU min MHz: 800.0000 BogoMIPS: 6983.74 @@ -1389,7 +1394,7 @@ L3 8M 8M 16 Unified 3 8192 1 64 Address: fee00018 Data: 0000 Capabilities: [d0] Power Management version 2 Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) - Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- + Status: D3 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [a4] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- @@ -1490,7 +1495,7 @@ L3 8M 8M 16 Unified 3 8192 1 64 Capabilities: [98] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- - AFStatus: TP- + AFStatus: TP+ Kernel driver in use: ehci-pci Kernel modules: ehci_pci @@ -1992,13 +1997,13 @@ done | sort | uniq -c printf '%-40s = %s\n' "$(basename "$f")" "$(cat "$f" 2>/dev/null)" done affected_cpus = 0 -cpuinfo_avg_freq = 3846680 +cpuinfo_avg_freq = 3829359 cpuinfo_max_freq = 3900000 cpuinfo_min_freq = 800000 cpuinfo_transition_latency = 20000 related_cpus = 0 scaling_available_governors = conservative ondemand userspace powersave performance schedutil -scaling_cur_freq = 3790325 +scaling_cur_freq = 3769230 scaling_driver = intel_cpufreq scaling_governor = performance scaling_max_freq = 3900000 @@ -2036,10 +2041,10 @@ available EPP: --- cpupower frequency-info $ cpupower frequency-info -analyzing CPU 5: +analyzing CPU 0: driver: intel_cpufreq - CPUs which run at the same hardware frequency: 5 - CPUs which need to have their frequency coordinated by software: 5 + CPUs which run at the same hardware frequency: 0 + CPUs which need to have their frequency coordinated by software: 0 maximum transition latency: 20.0 us hardware limits: 800 MHz - 3.90 GHz available cpufreq governors: conservative ondemand userspace powersave performance schedutil @@ -2047,24 +2052,24 @@ analyzing CPU 5: The governor "performance" may decide which speed to use within this range. current CPU frequency: Unable to call hardware - current CPU frequency: 3.83 GHz (asserted by call to kernel) + current CPU frequency: 3.76 GHz (asserted by call to kernel) boost state support: Supported: yes Active: yes --- turbostat snapshot $ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 -1.001322 sec +1.001328 sec Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp -- - 0.84 3829 3492 2953 35 35 -0 0 0.55 3802 3492 313 33 35 -0 4 1.72 3854 3492 769 -1 1 0.77 3837 3492 415 33 -1 5 0.47 3782 3492 226 -2 2 0.25 3797 3492 128 32 -2 6 0.60 3814 3492 295 -3 3 0.89 3822 3492 340 35 -3 7 1.46 3834 3492 467 +- - 0.86 3870 3492 1527 36 36 +0 0 0.30 3824 3492 125 34 36 +0 4 2.28 3882 3492 286 +1 1 0.50 3850 3492 284 34 +1 5 0.46 3851 3492 105 +2 2 0.26 3821 3492 95 32 +2 6 2.00 3890 3492 223 +3 3 0.47 3857 3492 170 36 +3 7 0.58 3846 3492 239 --- x86_energy_perf_policy -r $ x86_energy_perf_policy -r @@ -2087,12 +2092,12 @@ cpu7: EPB 0 "$(cat "$s/latency" 2>/dev/null)" \ "$(cat "$s/time" 2>/dev/null)" done - POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=5266992us - C1 : MWAIT 0x00 disabled=0 latency=2us residency=205821145us - C1E : MWAIT 0x01 disabled=0 latency=10us residency=959008935us - C3 : MWAIT 0x10 disabled=0 latency=33us residency=2680474217us - C6 : MWAIT 0x20 disabled=0 latency=133us residency=828810527us - C7s : MWAIT 0x32 disabled=0 latency=166us residency=168173475769us + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=6233076us + C1 : MWAIT 0x00 disabled=0 latency=2us residency=291022482us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=1432107324us + C3 : MWAIT 0x10 disabled=0 latency=33us residency=4403550457us + C6 : MWAIT 0x20 disabled=0 latency=133us residency=1332493655us + C7s : MWAIT 0x32 disabled=0 latency=166us residency=270335520576us --- THP enabled $ cat /sys/kernel/mm/transparent_hugepage/enabled @@ -3529,6 +3534,14 @@ always defer defer+madvise [madvise] never [169770.468961] sh (531834): drop_caches: 3 [169774.032308] sh (531836): drop_caches: 3 [169777.124410] sh (531850): drop_caches: 3 +[174485.688356] sh (550326): drop_caches: 3 +[174489.002532] sh (550331): drop_caches: 3 +[174492.059607] sh (550333): drop_caches: 3 +[206942.490045] sd 3:0:0:0: [sdf] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s +[206942.490060] sd 3:0:0:0: [sdf] tag#0 Sense Key : Illegal Request [current] +[206942.490063] sd 3:0:0:0: [sdf] tag#0 Add. Sense: Invalid command operation code +[206942.490065] sd 3:0:0:0: [sdf] tag#0 CDB: Write same(16) 93 08 00 00 00 00 00 00 cb 70 00 03 3c 90 00 00 +[206942.490076] critical target error, dev sdf, sector 52080 op 0x3:(DISCARD) flags 0x800 phys_seg 1 prio class 2 --- cpu MHz (live snapshot) $ grep -c ^processor /proc/cpuinfo @@ -3541,43 +3554,43 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 15Gi 2.0Gi 6.2Gi 22Mi 7.7Gi 13Gi +Mem: 15Gi 2.0Gi 347Mi 22Mi 13Gi 13Gi Swap: 8.0Gi 1.0Gi 7.0Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 16673505280 2094911488 6633435136 23977984 8290451456 14578593792 -Swap: 8589930496 1057845248 7532085248 +Mem: 16673505280 2149949440 364212224 23904256 14536187904 14523555840 +Swap: 8589930496 1071915008 7518015488 --- swapon $ swapon --show NAME TYPE SIZE USED PRIO -/dev/dm-0 partition 8G 1008.8M -2 +/dev/dm-0 partition 8G 1022.3M -2 --- /proc/meminfo highlights $ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo MemTotal: 16282720 kB -MemFree: 6477964 kB -MemAvailable: 14236980 kB -Buffers: 161684 kB -Cached: 7827120 kB +MemFree: 356196 kB +MemAvailable: 14183680 kB +Buffers: 687056 kB +Cached: 13047628 kB SwapTotal: 8388604 kB -SwapFree: 7355552 kB -Dirty: 1172 kB +SwapFree: 7341812 kB +Dirty: 1588 kB Writeback: 0 kB -AnonPages: 1311528 kB -Mapped: 103164 kB -Shmem: 23416 kB -Slab: 239452 kB -SReclaimable: 107428 kB -SUnreclaim: 132024 kB -KernelStack: 5324 kB -PageTables: 14344 kB -SecPageTables: 5496 kB +AnonPages: 1361528 kB +Mapped: 97436 kB +Shmem: 23344 kB +Slab: 596584 kB +SReclaimable: 460812 kB +SUnreclaim: 135772 kB +KernelStack: 5300 kB +PageTables: 14840 kB +SecPageTables: 5700 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 901120 kB +AnonHugePages: 913408 kB ShmemHugePages: 6144 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB @@ -3602,78 +3615,80 @@ DirectMap1G: 9437184 kB --- slab top (top 20) $ slabtop -o -s c - Active / Total Objects (% used) : 1046290 / 1077212 (97.1%) - Active / Total Slabs (% used) : 26829 / 26829 (100.0%) + Active / Total Objects (% used) : 3695471 / 3733863 (99.0%) + Active / Total Slabs (% used) : 96793 / 96793 (100.0%) Active / Total Caches (% used) : 371 / 472 (78.6%) - Active / Total Size (% used) : 181678.73K / 195624.88K (92.9%) - Minimum / Average / Maximum Object : 0.01K / 0.18K / 16.00K + Active / Total Size (% used) : 538462.47K / 550011.76K (97.9%) + Minimum / Average / Maximum Object : 0.01K / 0.15K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME - 62076 46425 74% 0.57K 2217 28 35472K radix_tree_node -286767 286767 100% 0.10K 7353 39 29412K buffer_head +2766621 2759949 99% 0.10K 70939 39 283756K buffer_head +226380 215043 94% 0.57K 8085 28 129360K radix_tree_node 94172 94172 100% 0.15K 3622 26 14488K ext4_groupinfo_4k - 63840 63785 99% 0.13K 2128 30 8512K kernfs_node_cache - 6235 6235 100% 1.10K 215 29 6880K ext4_inode_cache - 30114 30114 100% 0.19K 1434 21 5736K dentry - 7981 7812 97% 0.69K 347 23 5552K proc_inode_cache - 417 398 95% 10.44K 139 3 4448K task_struct - 5925 5925 100% 0.62K 237 25 3792K inode_cache - 6112 3080 50% 0.50K 191 32 3056K kmalloc-rnd-05-512 - 14133 14121 99% 0.19K 673 21 2692K vm_area_struct - 59670 59670 100% 0.04K 585 102 2340K extent_status - 25760 25760 100% 0.09K 560 46 2240K lsm_inode_cache - 8608 2909 33% 0.25K 269 32 2152K kmalloc-rnd-05-256 - 520 476 91% 4.00K 65 8 2080K kmalloc-rnd-07-4k - 2580 2486 96% 0.77K 129 20 2064K shmem_inode_cache - 1728 1672 96% 1.00K 54 32 1728K iommu_iova_magazine - 22680 22353 98% 0.07K 405 56 1620K vmap_area - 2944 2833 96% 0.50K 92 32 1472K kmalloc-rnd-07-512 - 22784 22367 98% 0.06K 356 64 1424K dmaengine-unmap-2 + 12238 12238 100% 1.10K 422 29 13504K ext4_inode_cache + 63930 63821 99% 0.13K 2131 30 8524K kernfs_node_cache + 34062 34062 100% 0.19K 1622 21 6488K dentry + 393 374 95% 10.44K 131 3 4192K task_struct + 5950 5950 100% 0.62K 238 25 3808K inode_cache + 7584 4253 56% 0.50K 237 32 3792K kmalloc-rnd-05-512 + 912 912 100% 4.00K 114 8 3648K kmalloc-rnd-07-4k + 5014 4881 97% 0.69K 218 23 3488K proc_inode_cache + 14469 14378 99% 0.19K 689 21 2756K vm_area_struct + 28888 28888 100% 0.09K 628 46 2512K lsm_inode_cache + 8544 7220 84% 0.25K 267 32 2136K kmalloc-rnd-05-256 + 52326 43131 82% 0.04K 513 102 2052K extent_status + 2560 2510 98% 0.77K 128 20 2048K shmem_inode_cache + 1728 1643 95% 1.00K 54 32 1728K iommu_iova_magazine + 23872 23560 98% 0.06K 373 64 1492K dmaengine-unmap-2 + 2976 2976 100% 0.50K 93 32 1488K kmalloc-rnd-07-512 + 23744 23744 100% 0.06K 371 64 1484K kmalloc-cg-64 + 360 312 86% 4.00K 45 8 1440K kmalloc-rnd-02-4k + 19432 18572 95% 0.07K 347 56 1388K vmap_area 2150 2150 100% 0.63K 86 25 1376K debugfs_inode_cache - 2528 2528 100% 0.50K 79 32 1264K kmalloc-rnd-14-512 - 592 553 93% 2.00K 37 16 1184K kmalloc-cg-2k - 272 272 100% 4.00K 34 8 1088K kmalloc-rnd-02-4k - 495 495 100% 2.06K 33 15 1056K sighand_cache - 15808 15793 99% 0.06K 247 64 988K kmalloc-cg-64 - 812 786 96% 1.12K 29 28 928K signal_cache - 208 180 86% 4.00K 26 8 832K biovec-max + 2592 2592 100% 0.50K 81 32 1296K kmalloc-rnd-14-512 + 592 554 93% 2.00K 37 16 1184K kmalloc-cg-2k + 480 455 94% 2.06K 32 15 1024K sighand_cache + 812 775 95% 1.12K 29 28 928K signal_cache + 208 192 92% 4.00K 26 8 832K biovec-max 1014 1014 100% 0.81K 26 39 832K sock_inode_cache - 208 182 87% 4.00K 26 8 832K kmalloc-rnd-05-4k 100 100 100% 8.00K 25 4 800K kmalloc-rnd-02-8k 192 179 93% 4.00K 24 8 768K kmalloc-rnd-15-4k - 12032 11253 93% 0.06K 188 64 752K anon_vma_chain - 7137 6935 97% 0.10K 183 39 732K anon_vma - 2784 2219 79% 0.25K 87 32 696K maple_node - 3591 3424 95% 0.19K 171 21 684K kmalloc-rnd-05-192 + 11968 11326 94% 0.06K 187 64 748K anon_vma_chain + 7254 7116 98% 0.10K 186 39 744K anon_vma + 1440 1333 92% 0.50K 45 32 720K pool_workqueue + 176 165 93% 4.00K 22 8 704K kmalloc-rnd-05-4k + 3633 3633 100% 0.19K 173 21 692K kmalloc-rnd-05-192 + 2752 2242 81% 0.25K 86 32 688K maple_node 588 588 100% 1.12K 21 28 672K drm_i915_gem_object - 168 161 95% 4.00K 21 8 672K kmalloc-cg-4k - 1344 1224 91% 0.50K 42 32 672K kmalloc-rnd-12-512 + 168 168 100% 4.00K 21 8 672K kmalloc-cg-4k 672 672 100% 1.00K 21 32 672K kmalloc-rnd-05-1k - 1280 1138 88% 0.50K 40 32 640K pool_workqueue + 1280 1180 92% 0.50K 40 32 640K kmalloc-rnd-12-512 304 304 100% 2.00K 19 16 608K kmalloc-rnd-08-2k 608 608 100% 1.00K 19 32 608K kmalloc-rnd-04-1k + 576 512 88% 1.00K 18 32 576K kmalloc-cg-1k + 288 288 100% 2.00K 18 16 576K kmalloc-rnd-10-2k 144 144 100% 4.00K 18 8 576K kmalloc-rnd-06-4k - 2856 2822 98% 0.19K 136 21 544K filp - 544 510 93% 1.00K 17 32 544K kmalloc-cg-1k - 272 272 100% 2.00K 17 16 544K kmalloc-rnd-10-2k + 2919 2841 97% 0.19K 139 21 556K filp 256 192 75% 2.00K 16 16 512K kmalloc-rnd-05-2k 120 120 100% 4.00K 15 8 480K kmalloc-rnd-12-4k 196 196 100% 2.19K 14 14 448K mem_cgroup 112 112 100% 4.00K 14 8 448K names_cache - 4452 4186 94% 0.09K 106 42 424K trace_event_file - 7373 7373 100% 0.05K 101 73 404K ftrace_event_field + 4410 4163 94% 0.09K 105 42 420K trace_event_file + 169 169 100% 2.38K 13 13 416K TCP + 7446 7446 100% 0.05K 102 73 408K ftrace_event_field + 575 575 100% 0.69K 25 23 400K skbuff_small_head 48 48 100% 8.00K 12 4 384K kmalloc-rnd-10-8k - 506 506 100% 0.69K 22 23 352K skbuff_small_head + 96 82 85% 4.00K 12 8 384K kmalloc-4k 187 187 100% 1.88K 11 17 352K mem_cgroup_per_node + 264 217 82% 1.31K 11 24 352K perf_event 231 231 100% 1.50K 11 21 352K mm_struct + 88 88 100% 4.00K 11 8 352K kmalloc-rnd-10-4k 352 352 100% 1.00K 11 32 352K kmalloc-rnd-03-1k 44 44 100% 8.00K 11 4 352K kmalloc-rnd-01-8k 176 176 100% 2.00K 11 16 352K kmalloc-rnd-01-2k - 1806 1806 100% 0.19K 86 21 344K kmalloc-rnd-01-192 - 1743 1699 97% 0.19K 83 21 332K pid - 1280 1139 88% 0.25K 40 32 320K nf_conntrack - 130 130 100% 2.38K 10 13 320K TCP - 240 240 100% 1.31K 10 24 320K perf_event + 1376 1345 97% 0.25K 43 32 344K nf_conntrack + 1722 1602 93% 0.19K 82 21 328K pid + 840 740 88% 0.38K 40 21 320K mnt_cache 320 320 100% 1.00K 10 32 320K kmalloc-rnd-13-1k 80 80 100% 4.00K 10 8 320K kmalloc-rnd-11-4k 80 80 100% 4.00K 10 8 320K kmalloc-rnd-09-4k @@ -3681,26 +3696,25 @@ DirectMap1G: 9437184 kB 40 40 100% 8.00K 10 4 320K kmalloc-rnd-05-8k 160 160 100% 2.00K 10 16 320K kmalloc-rnd-02-2k 320 320 100% 1.00K 10 32 320K kmalloc-1k - 1216 1092 89% 0.25K 38 32 304K skbuff_head_cache - 777 733 94% 0.38K 37 21 296K mnt_cache + 1216 1020 83% 0.25K 38 32 304K skbuff_head_cache 234 234 100% 1.19K 9 26 288K RAWv6 288 288 100% 1.00K 9 32 288K RAW 36 36 100% 8.00K 9 4 288K kmalloc-rnd-14-8k 288 288 100% 1.00K 9 32 288K kmalloc-rnd-14-1k 144 144 100% 2.00K 9 16 288K kmalloc-rnd-11-2k - 72 72 100% 4.00K 9 8 288K kmalloc-rnd-10-4k 72 72 100% 4.00K 9 8 288K kmalloc-rnd-08-4k 144 144 100% 2.00K 9 16 288K kmalloc-rnd-03-2k 288 288 100% 1.00K 9 32 288K kmalloc-rnd-02-1k 36 36 100% 8.00K 9 4 288K kmalloc-8k - 72 72 100% 4.00K 9 8 288K kmalloc-4k 6630 6630 100% 0.04K 65 102 260K khugepaged_mm_slot + 192 192 100% 1.32K 8 24 256K nfs4_client 184 184 100% 1.38K 8 23 256K UDPv6 96 96 100% 2.56K 8 12 256K TCPv6 288 288 100% 0.88K 8 36 256K fuse_inode 208 208 100% 1.19K 8 26 256K UDP 128 128 100% 2.00K 8 16 256K biovec-128 64 64 100% 4.00K 8 8 256K memdup_user-4k + 32 32 100% 8.00K 8 4 256K kmalloc-cg-8k 32 32 100% 8.00K 8 4 256K kmalloc-rnd-15-8k 128 128 100% 2.00K 8 16 256K kmalloc-rnd-15-2k 64 64 100% 4.00K 8 8 256K kmalloc-rnd-14-4k @@ -3708,7 +3722,9 @@ DirectMap1G: 9437184 kB 128 128 100% 2.00K 8 16 256K kmalloc-rnd-13-2k 128 128 100% 2.00K 8 16 256K kmalloc-rnd-12-2k 256 256 100% 1.00K 8 32 256K kmalloc-rnd-12-1k + 32 32 100% 8.00K 8 4 256K kmalloc-rnd-11-8k 256 256 100% 1.00K 8 32 256K kmalloc-rnd-11-1k + 1024 873 85% 0.25K 32 32 256K kmalloc-rnd-10-256 32 32 100% 8.00K 8 4 256K kmalloc-rnd-09-8k 256 256 100% 1.00K 8 32 256K kmalloc-rnd-08-1k 128 128 100% 2.00K 8 16 256K kmalloc-rnd-07-2k @@ -3720,88 +3736,88 @@ DirectMap1G: 9437184 kB 256 256 100% 1.00K 8 32 256K kmalloc-rnd-01-1k 128 128 100% 2.00K 8 16 256K kmalloc-2k 2688 2688 100% 0.09K 64 42 256K kmalloc-96 - 992 864 87% 0.25K 31 32 248K kmalloc-rnd-10-256 - 28 28 100% 8.00K 7 4 224K kmalloc-cg-8k - 28 28 100% 8.00K 7 4 224K kmalloc-rnd-11-8k + 28 28 100% 8.00K 7 4 224K kmalloc-rnd-12-8k 224 224 100% 1.00K 7 32 224K kmalloc-rnd-10-1k 28 28 100% 8.00K 7 4 224K kmalloc-rnd-03-8k - 625 500 80% 0.31K 25 25 200K bio-256 - 1600 1600 100% 0.12K 50 32 200K bio_integrity_data - 1056 1056 100% 0.18K 48 22 192K kvm_mmu_page_header - 144 144 100% 1.32K 6 24 192K nfs4_client + 1134 1035 91% 0.19K 54 21 216K kmalloc-rnd-01-192 + 2142 1948 90% 0.09K 51 42 204K kmalloc-rnd-13-96 + 1008 1008 100% 0.19K 48 21 192K proc_dir_entry 114 114 100% 1.62K 6 19 192K bdev_cache 24 24 100% 8.00K 6 4 192K kmalloc-rnd-13-8k 96 96 100% 2.00K 6 16 192K kmalloc-rnd-09-2k 24 24 100% 8.00K 6 4 192K kmalloc-rnd-07-8k 384 384 100% 0.50K 12 32 192K kmalloc-rnd-06-512 + 1034 982 94% 0.18K 47 22 188K kvm_mmu_page_header + 1472 1472 100% 0.12K 46 32 184K eventpoll_epi 736 736 100% 0.25K 23 32 184K kmalloc-rnd-14-256 - 1932 1699 87% 0.09K 46 42 184K kmalloc-rnd-13-96 - 1440 1387 96% 0.12K 45 32 180K eventpoll_epi - 924 924 100% 0.19K 44 21 176K proc_dir_entry 253 253 100% 0.69K 11 23 176K files_cache + 924 924 100% 0.19K 44 21 176K kmalloc-cg-192 352 352 100% 0.50K 11 32 176K kmalloc-rnd-15-512 - 882 882 100% 0.19K 42 21 168K kmalloc-cg-192 - 1764 1750 99% 0.09K 42 42 168K kmalloc-rnd-02-96 - 10752 10697 99% 0.02K 42 256 168K kmalloc-rnd-01-16 + 1806 1806 100% 0.09K 43 42 172K kmalloc-rnd-02-96 + 1344 1344 100% 0.12K 42 32 168K bio_integrity_data + 672 546 81% 0.25K 21 32 168K bio-200 + 672 603 89% 0.25K 21 32 168K kmalloc-rnd-07-256 + 10752 10686 99% 0.02K 42 256 168K kmalloc-rnd-01-16 + 1148 1148 100% 0.14K 41 28 164K nfsd_file + 500 475 95% 0.31K 20 25 160K bio-256 160 160 100% 0.98K 5 32 160K request_queue - 640 512 80% 0.25K 20 32 160K bio-200 20 20 100% 8.00K 5 4 160K memdup_user-8k 80 80 100% 2.00K 5 16 160K memdup_user-2k 240 240 100% 0.65K 10 24 160K tracefs_inode_cache 250 250 100% 0.62K 10 25 160K task_group 320 320 100% 0.50K 10 32 160K kmalloc-cg-512 160 160 100% 1.00K 5 32 160K kmalloc-rnd-15-1k - 20 20 100% 8.00K 5 4 160K kmalloc-rnd-12-8k 20 20 100% 8.00K 5 4 160K kmalloc-rnd-06-8k 40 40 100% 4.00K 5 8 160K kmalloc-rnd-01-4k 320 320 100% 0.50K 10 32 160K kmalloc-rnd-01-512 640 640 100% 0.25K 20 32 160K kmem_cache 4992 4949 99% 0.03K 39 128 156K kmalloc-rnd-01-32 - 1064 1064 100% 0.14K 38 28 152K nfsd_file - 2432 2244 92% 0.06K 38 64 152K kmalloc-rnd-11-64 - 608 523 86% 0.25K 19 32 152K kmalloc-rnd-07-256 + 2432 2243 92% 0.06K 38 64 152K kmalloc-rnd-11-64 + 1512 1512 100% 0.09K 36 42 144K kmalloc-rcl-96 + 1512 1512 100% 0.09K 36 42 144K kmalloc-rnd-11-96 + 576 576 100% 0.25K 18 32 144K kmalloc-rnd-08-256 288 288 100% 0.50K 9 32 144K kmalloc-rnd-04-512 288 288 100% 0.50K 9 32 144K kmalloc-rnd-03-512 2975 2975 100% 0.05K 35 85 140K shared_policy_node - 357 336 94% 0.38K 17 21 136K bio-320 - 1156 1156 100% 0.12K 34 34 136K jbd2_journal_head 1428 1390 97% 0.09K 34 42 136K kmalloc-cg-96 4352 4352 100% 0.03K 34 128 136K kmalloc-rnd-08-32 544 544 100% 0.25K 17 32 136K kmalloc-rnd-03-256 2176 2176 100% 0.06K 34 64 136K kmalloc-rnd-03-64 + 693 693 100% 0.19K 33 21 132K file_lock_cache 248 248 100% 0.51K 8 31 128K nfs4_delegation 224 224 100% 0.56K 8 28 128K kioctx + 128 128 100% 1.00K 4 32 128K PING 128 128 100% 1.00K 4 32 128K memdup_user-1k 232 232 100% 0.55K 8 29 128K taskstats - 672 489 72% 0.19K 32 21 128K kmalloc-rnd-14-192 256 256 100% 0.50K 8 32 128K kmalloc-rnd-13-512 8192 8192 100% 0.02K 32 256 128K kmalloc-rnd-13-16 256 256 100% 0.50K 8 32 128K kmalloc-rnd-11-512 256 256 100% 0.50K 8 32 128K kmalloc-rnd-10-512 256 256 100% 0.50K 8 32 128K kmalloc-rnd-09-512 256 256 100% 0.50K 8 32 128K kmalloc-rnd-08-512 - 512 512 100% 0.25K 16 32 128K kmalloc-rnd-08-256 1024 1024 100% 0.12K 32 32 128K kmalloc-rnd-05-128 16 16 100% 8.00K 4 4 128K kmalloc-rnd-04-8k 256 256 100% 0.50K 8 32 128K kmalloc-rnd-02-512 256 256 100% 0.50K 8 32 128K kmalloc-512 - 1302 1302 100% 0.09K 31 42 124K kmalloc-rnd-11-96 - 1080 938 86% 0.11K 30 36 120K ext4_prealloc_space - 1218 1218 100% 0.09K 29 42 116K kmalloc-rcl-96 + 1020 1020 100% 0.12K 30 34 120K jbd2_journal_head + 630 630 100% 0.19K 30 21 120K kmalloc-rnd-14-192 + 1044 882 84% 0.11K 29 36 116K ext4_prealloc_space 161 161 100% 0.69K 7 23 112K rpc_inode_cache + 259 259 100% 0.42K 7 37 112K uts_namespace + 448 448 100% 0.25K 14 32 112K kmalloc-rnd-12-256 1792 1792 100% 0.06K 28 64 112K kmalloc-rnd-08-64 - 4420 4039 91% 0.02K 26 170 104K lsm_file_cache + 273 207 75% 0.38K 13 21 104K bio-320 + 4420 3938 89% 0.02K 26 170 104K lsm_file_cache 416 416 100% 0.25K 13 32 104K kmalloc-rnd-15-256 - 416 416 100% 0.25K 13 32 104K kmalloc-rnd-12-256 + 800 800 100% 0.12K 25 32 100K kmalloc-rcl-128 9 9 100% 9.00K 3 3 96K kvm_vcpu 36 36 100% 2.61K 3 12 96K x86_emulator 6 6 100% 16.00K 3 2 96K zio_buf_comb_16384 15 15 100% 5.81K 3 5 96K net_namespace - 222 222 100% 0.42K 6 37 96K uts_namespace 504 504 100% 0.19K 24 21 96K kmalloc-rnd-15-192 384 384 100% 0.25K 12 32 96K kmalloc-rnd-13-256 504 504 100% 0.19K 24 21 96K kmalloc-192 - 1606 1241 77% 0.05K 22 73 88K mb_cache_entry + 1679 1387 82% 0.05K 23 73 92K mb_cache_entry 704 610 86% 0.12K 22 32 88K kmalloc-cg-128 250 250 100% 0.31K 10 25 80K bio-264 130 130 100% 0.60K 5 26 80K user_namespace @@ -3819,15 +3835,12 @@ DirectMap1G: 9437184 kB 30 30 100% 2.06K 2 15 64K MPTCPv6 248 248 100% 0.26K 8 31 64K tw_sock_TCPv6 32 32 100% 1.94K 2 16 64K MPTCP - 64 64 100% 1.00K 2 32 64K PING 248 248 100% 0.26K 8 31 64K tw_sock_TCP 200 200 100% 0.31K 8 25 64K request_sock_TCP 100 100 100% 0.62K 4 25 64K hugetlbfs_inode_cache 78 78 100% 0.81K 2 39 64K dax_cache - 336 336 100% 0.19K 16 21 64K file_lock_cache 256 256 100% 0.25K 8 32 64K task_delay_info 816 816 100% 0.08K 16 51 64K Acpi-State - 512 512 100% 0.12K 16 32 64K kmalloc-rcl-128 16 16 100% 4.00K 2 8 64K kmalloc-rnd-13-4k 256 256 100% 0.25K 8 32 64K kmalloc-rnd-11-256 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-11-16 @@ -3843,14 +3856,15 @@ DirectMap1G: 9437184 kB 588 588 100% 0.09K 14 42 56K kmalloc-rnd-06-96 896 896 100% 0.06K 14 64 56K kmalloc-rnd-04-64 896 896 100% 0.06K 14 64 56K kmalloc-rnd-02-64 + 294 294 100% 0.19K 14 21 56K kmalloc-rnd-02-192 + 273 273 100% 0.19K 13 21 52K jbd2_transaction_s 546 546 100% 0.09K 13 42 52K kmalloc-rnd-15-96 546 546 100% 0.09K 13 42 52K kmalloc-rnd-14-96 - 273 273 100% 0.19K 13 21 52K kmalloc-rnd-02-192 + 416 416 100% 0.12K 13 32 52K kmalloc-rnd-11-128 + 832 832 100% 0.06K 13 64 52K kmalloc-rnd-10-64 192 192 100% 0.25K 6 32 48K io_kiocb 96 96 100% 0.50K 3 32 48K memdup_user-512 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-14-32 - 384 384 100% 0.12K 12 32 48K kmalloc-rnd-11-128 - 768 768 100% 0.06K 12 64 48K kmalloc-rnd-10-64 384 384 100% 0.12K 12 32 48K kmalloc-rnd-03-128 768 768 100% 0.06K 12 64 48K kmem_cache_node 352 352 100% 0.12K 11 32 44K kmalloc-rnd-13-128 @@ -3867,7 +3881,7 @@ DirectMap1G: 9437184 kB 420 420 100% 0.09K 10 42 40K kmalloc-rnd-04-96 420 420 100% 0.09K 10 42 40K kmalloc-rnd-03-96 288 288 100% 0.12K 9 32 36K scsi_sense_cache - 189 189 100% 0.19K 9 21 36K jbd2_transaction_s + 189 189 100% 0.19K 9 21 36K bio-136 576 576 100% 0.06K 9 64 36K kmalloc-rnd-14-64 288 288 100% 0.12K 9 32 36K kmalloc-rnd-12-128 4608 4608 100% 0.01K 9 512 36K kmalloc-rnd-11-8 @@ -3880,7 +3894,6 @@ DirectMap1G: 9437184 kB 576 576 100% 0.06K 9 64 36K kmalloc-rnd-01-64 176 176 100% 0.18K 8 22 32K ip6-frags 10 10 100% 3.16K 1 10 32K kcopyd_job - 168 168 100% 0.19K 8 21 32K bio-136 34 34 100% 0.94K 1 34 32K mqueue_inode_cache 184 184 100% 0.17K 8 23 32K fuse_request 192 192 100% 0.16K 8 24 32K ext4_allocation_context @@ -3888,6 +3901,7 @@ DirectMap1G: 9437184 kB 1024 1024 100% 0.03K 8 128 32K pending_reservation 1024 1024 100% 0.03K 8 128 32K xsk_generic_xmit_cache 160 80 50% 0.20K 8 20 32K ip4-frags + 80 80 100% 0.38K 4 20 32K request_sock_subflow_v4 2048 2048 100% 0.02K 8 256 32K ep_head 512 512 100% 0.06K 8 64 32K memdup_user-64 1024 1024 100% 0.03K 8 128 32K memdup_user-32 @@ -3967,7 +3981,6 @@ DirectMap1G: 9437184 kB 36 36 100% 0.44K 1 36 16K bio-384 36 36 100% 0.44K 1 36 16K bio-400 32 32 100% 0.50K 1 32 16K bio-456 - 40 40 100% 0.38K 2 20 16K request_sock_subflow_v4 50 50 100% 0.31K 2 25 16K xfrm_dst 50 50 100% 0.31K 2 25 16K bio-280 64 64 100% 0.25K 2 32 16K memdup_user-256 @@ -4085,22 +4098,22 @@ DirectMap1G: 9437184 kB --- kswapd stats $ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat pgdemote_kswapd 0 -pgsteal_kswapd 161339987 -pgscan_kswapd 162560808 +pgsteal_kswapd 201228029 +pgscan_kswapd 202857948 kswapd_inodesteal 3 -kswapd_low_wmark_hit_quickly 1602 -kswapd_high_wmark_hit_quickly 13 -pgmigrate_success 10255252 -pgmigrate_fail 13407041 -compact_migrate_scanned 633257889 -compact_free_scanned 1382597670 -compact_isolated 35890616 -compact_stall 9979 -compact_fail 5633 -compact_success 4346 -compact_daemon_wake 6889 -compact_daemon_migrate_scanned 467754977 -compact_daemon_free_scanned 1380339706 +kswapd_low_wmark_hit_quickly 2198 +kswapd_high_wmark_hit_quickly 19 +pgmigrate_success 15877046 +pgmigrate_fail 18365571 +compact_migrate_scanned 818451111 +compact_free_scanned 2584807315 +compact_isolated 52858958 +compact_stall 12763 +compact_fail 7016 +compact_success 5747 +compact_daemon_wake 8795 +compact_daemon_migrate_scanned 619419096 +compact_daemon_free_scanned 2582078085 ############################################################################### # 6. KERNEL TUNABLES / SYSCTL @@ -4135,7 +4148,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 1000000 -fs.file-nr = 2409 0 1000000 +fs.file-nr = 2457 0 1000000 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -4239,7 +4252,7 @@ net.ipv6.conf.all.disable_ipv6 = 0 --- sysctl.d total 12 drwxr-xr-x 2 root root 4096 Nov 18 2025 . -drwxr-xr-x 110 root root 4096 Jul 26 16:23 .. +drwxr-xr-x 110 root root 4096 Jul 27 21:48 .. -rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl --- /etc/sysctl.conf @@ -4368,7 +4381,7 @@ inactive --- modprobe.d total 24 drwxr-xr-x 2 root root 4096 Mar 6 10:31 . -drwxr-xr-x 110 root root 4096 Jul 26 16:23 .. +drwxr-xr-x 110 root root 4096 Jul 27 21:48 .. -rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf -rw-r--r-- 1 root root 379 Mar 9 2025 mdadm.conf -rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf @@ -4545,11 +4558,11 @@ pvecm expected --- pveperf $ timeout 15 pveperf CPU BOGOMIPS: 55869.92 -REGEX/SECOND: 3892854 +REGEX/SECOND: 4111670 HD SIZE: 93.93 GB (/dev/mapper/pve-root) -BUFFERED READS: 128.50 MB/sec -AVERAGE SEEK TIME: 15.40 ms -FSYNCS/SECOND: 30.67 +BUFFERED READS: 100.14 MB/sec +AVERAGE SEEK TIME: 53.81 ms +FSYNCS/SECOND: 6.29 [exit=124 / not installed or not permitted] --- corosync.conf @@ -4593,11 +4606,11 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host $ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \ | jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \ || pvesh get /cluster/resources --type node 2>/dev/null -┌────────────────┬──────┬─────────────┬─────────┬───────┬───────────┬──────────┬───────────┬─────────┬───────┬──────┬────────┬───────────┬───────────┬──────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬─────────┬──────┬──────────┬────────┬──────┬───────────┐ -│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ -╞════════════════╪══════╪═════════════╪═════════╪═══════╪═══════════╪══════════╪═══════════╪═════════╪═══════╪══════╪════════╪═══════════╪═══════════╪══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪═════════╪══════╪══════════╪════════╪══════╪═══════════╡ -│ node/pfv-tsys4 │ node │ 2 │ │ 3.23% │ 10.20 GiB │ │ │ │ │ │ 8 │ 93.93 GiB │ 15.53 GiB │ 1.92 GiB │ │ │ │ │ │ │ pfv-tsys4 │ │ │ │ │ online │ │ │ │ 2d 28m │ │ │ -└────────────────┴──────┴─────────────┴─────────┴───────┴───────────┴──────────┴───────────┴─────────┴───────┴──────┴────────┴───────────┴───────────┴──────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴─────────┴──────┴──────────┴────────┴──────┴───────────┘ +┌────────────────┬──────┬─────────────┬─────────┬───────┬───────────┬──────────┬───────────┬─────────┬───────┬──────┬────────┬───────────┬───────────┬──────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬─────────┬──────┬──────────┬───────────┬──────┬───────────┐ +│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ +╞════════════════╪══════╪═════════════╪═════════╪═══════╪═══════════╪══════════╪═══════════╪═════════╪═══════╪══════╪════════╪═══════════╪═══════════╪══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪═════════╪══════╪══════════╪═══════════╪══════╪═══════════╡ +│ node/pfv-tsys4 │ node │ 2 │ │ 1.07% │ 10.21 GiB │ │ │ │ │ │ 8 │ 93.93 GiB │ 15.53 GiB │ 1.94 GiB │ │ │ │ │ │ │ pfv-tsys4 │ │ │ │ │ online │ │ │ │ 3d 5h 52m │ │ │ +└────────────────┴──────┴─────────────┴─────────┴───────┴───────────┴──────────┴───────────┴─────────┴───────┴──────┴────────┴───────────┴───────────┴──────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴─────────┴──────┴──────────┴───────────┴──────┴───────────┘ ############################################################################### # 10. NETWORK: INTERFACES @@ -4622,17 +4635,17 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 6: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.98:90:96:c4:96:9a designated_root 8000.98:90:96:c4:96:9a root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 100.18 fdb_n_learned 94 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 18.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.98:90:96:c4:96:9a designated_root 8000.98:90:96:c4:96:9a root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 4.95 fdb_n_learned 94 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 14.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 7: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.8c:ae:4c:cd:a9:26 designated_root 8000.8c:ae:4c:cd:a9:26 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 236.11 fdb_n_learned 8 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.8c:ae:4c:cd:a9:26 designated_root 8000.8c:ae:4c:cd:a9:26 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 135.22 fdb_n_learned 9 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 8: tap400i0: mtu 1500 qdisc fq_codel master fwbr400i0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 6e:59:53:32:e6:af brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.22:6f:ca:7c:50:23 designated_root 8000.22:6f:ca:7c:50:23 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 9: fwbr400i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.22:6f:ca:7c:50:23 designated_root 8000.22:6f:ca:7c:50:23 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 5.74 fdb_n_learned 85 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 11 mcast_querier_ipv4_other_timer 18.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.22:6f:ca:7c:50:23 designated_root 8000.22:6f:ca:7c:50:23 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 4.95 fdb_n_learned 71 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 11 mcast_querier_ipv4_other_timer 14.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 10: fwpr400p0@fwln400i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 link/ether 6e:fc:96:a6:43:f9 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth @@ -4660,7 +4673,7 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host $ ip -o -4 addr 1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever 5: tailscale0 inet 100.70.77.93/32 scope global tailscale0\ valid_lft forever preferred_lft forever -6: vmbr0 inet 192.168.3.191/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 446sec preferred_lft 446sec +6: vmbr0 inet 192.168.3.191/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 458sec preferred_lft 458sec 7: datanet inet 10.100.100.4/24 scope global datanet\ valid_lft forever preferred_lft forever --- ip -o -6 addr (link-local filter) @@ -4698,7 +4711,7 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 6: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff inet 192.168.3.191/22 brd 192.168.3.255 scope global dynamic vmbr0 - valid_lft 446sec preferred_lft 446sec + valid_lft 458sec preferred_lft 458sec inet6 fe80::9a90:96ff:fec4:969a/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 7: datanet: mtu 1500 qdisc noqueue state UP group default qlen 1000 @@ -4737,33 +4750,33 @@ default via 192.168.3.254 dev vmbr0 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 RX: bytes packets errors dropped missed mcast - 2674216 11501 0 0 0 0 + 6079860 30256 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 2674216 11501 0 0 0 0 + 6079860 30256 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 2: nic0: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000 link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 1391622512 8298163 0 5817 0 4483765 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 353501826 1258907 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 4664090902 15199354 0 9348 0 7130973 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 4256521622 4628407 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 altname enp0s25 altname enx989096c4969a 3: enx8cae4ccda926: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000 link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 288574743776 311161480 0 5815 0 0 + 387026561592 416784363 0 9346 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 620177744379 458060671 0 0 0 0 + 768998492436 581841197 0 4 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 4: enx80ae4ccdec03: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 @@ -4779,47 +4792,47 @@ default via 192.168.3.254 dev vmbr0 5: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 link/none RX: bytes packets errors dropped missed mcast - 10152962 92565 0 0 0 0 + 19746359 183556 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 84846825 118991 0 0 0 0 + 139998356 248430 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 6: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 797660140 6639968 0 0 0 3798031 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 196748128 640978 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 3641493474 11067763 0 0 0 6020200 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 3845943861 1294930 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 7: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 288569563872 311151965 0 10 0 146994 + 387021163298 416770553 0 15 0 236230 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 620176262319 458054859 0 0 0 0 + 768996116711 581831861 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 8: tap400i0: mtu 1500 qdisc fq_codel master fwbr400i0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 6e:59:53:32:e6:af brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 144523130 532645 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 835391749 6467339 0 5168 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 225521072 853543 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1327919317 10299718 0 5168 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 9: fwbr400i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 504286178 5579525 0 7100 0 3796992 + 803621845 8893426 0 11238 0 6019161 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4828,24 +4841,24 @@ default via 192.168.3.254 dev vmbr0 0 0 0 0 2 10: fwpr400p0@fwln400i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 link/ether 6e:fc:96:a6:43:f9 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 145970318 538457 0 5812 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 835908906 6472507 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 227846732 862883 0 9340 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1328440168 10304887 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 11: fwln400i0@fwpr400p0: mtu 1500 qdisc noqueue master fwbr400i0 state UP mode DEFAULT group default qlen 1000 link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 835908906 6472507 0 5812 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 145970318 538457 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 1328440168 10304887 0 9340 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 227846732 862883 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 --- ip neigh $ ip neigh @@ -4853,7 +4866,7 @@ default via 192.168.3.254 dev vmbr0 192.168.1.46 dev vmbr0 FAILED 10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE 192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE -192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE +192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f DELAY 10.100.100.7 dev datanet lladdr f8:bc:12:34:e0:75 REACHABLE 192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE 192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE @@ -4863,9 +4876,15 @@ default via 192.168.3.254 dev vmbr0 192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE 192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE 192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +192.168.0.20 dev vmbr0 lladdr 18:03:73:43:ce:de STALE +192.168.3.11 dev vmbr0 lladdr 34:17:eb:b3:b1:2d STALE +192.168.3.173 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +192.168.0.250 dev vmbr0 lladdr f8:bc:12:34:e0:74 STALE +192.168.2.5 dev vmbr0 lladdr a4:4c:c8:08:d1:b8 STALE 192.168.1.45 dev vmbr0 FAILED 10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 REACHABLE -10.100.100.9 dev datanet lladdr 9c:69:d3:6a:5b:6c STALE +10.100.100.9 dev datanet lladdr 9c:69:d3:6a:5b:6c REACHABLE +192.168.3.169 dev vmbr0 lladdr 00:21:9b:a2:7c:53 STALE 192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 STALE 192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE 192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE @@ -4876,7 +4895,9 @@ fe80::44ce:70d5:12e2:dc57 dev vmbr0 lladdr bc:24:11:1e:fe:57 STALE fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE +fe80::1041:575c:79d7:c3f3 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::be24:11ff:febb:6af dev vmbr0 lladdr bc:24:11:bb:06:af STALE fe80::ab9a:119e:e167:cc2a dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE fe80::be24:11ff:fe9e:1ce9 dev vmbr0 lladdr bc:24:11:9e:1c:e9 STALE fe80::fabc:12ff:fe34:e075 dev datanet lladdr f8:bc:12:34:e0:75 STALE @@ -4884,38 +4905,50 @@ fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE +fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +fe80::21b:78ff:fe5c:e9ce dev datanet lladdr 00:1b:78:5c:e9:ce STALE fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE fe80::be24:11ff:feeb:f00f dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE fe80::4542:2d1f:b470:fc54 dev vmbr0 lladdr bc:24:11:fb:7d:38 STALE fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE +fe80::b6f4:eaa:36af:1d47 dev vmbr0 lladdr f0:6e:0b:cf:c7:55 STALE +fe80::10e8:fff4:c9c7:c57b dev vmbr0 lladdr ba:71:00:a6:a3:12 STALE fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE fe80::be24:11ff:fe6e:1269 dev vmbr0 lladdr bc:24:11:6e:12:69 STALE fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE fe80::844:b84d:703c:46b6 dev vmbr0 lladdr 44:09:da:4e:84:63 STALE +fe80::6bea:ca7:4c8c:182f dev vmbr0 lladdr bc:24:11:80:0d:16 STALE fe80::be24:11ff:fedd:29b8 dev vmbr0 lladdr bc:24:11:dd:29:b8 STALE fe80::df77:368f:7483:f207 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE fe80::be24:11ff:fe74:d68a dev vmbr0 lladdr bc:24:11:74:d6:8a STALE +fe80::466:5100:c752:a95d dev vmbr0 lladdr ca:c3:35:a4:7f:c4 STALE fe80::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 STALE fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE fe80::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 STALE fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE fe80::cfc5:646d:62cd:4746 dev vmbr0 lladdr bc:24:11:6f:b0:06 STALE fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE +fe80::7172:40ba:b966:69df dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE fe80::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c STALE +fe80::ae76:5582:7949:6783 dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE +fe80::be24:11ff:feee:2bb6 dev vmbr0 lladdr bc:24:11:ee:2b:b6 STALE fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE fe80::e11b:a5d6:370a:3839 dev vmbr0 lladdr bc:24:11:80:a1:3c STALE +fe80::6ae7:a88a:4305:7761 dev vmbr0 lladdr e8:4e:06:af:b8:92 STALE +fe80::109b:d06f:f2be:1dc4 dev vmbr0 lladdr 16:bc:55:38:d3:7f STALE fe80::8175:8cd5:2119:c58c dev vmbr0 lladdr bc:24:11:e2:1a:09 STALE fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE fe80::406a:9d5b:52e1:a762 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE +fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 STALE fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE fe80::be24:11ff:fe1a:8f6f dev vmbr0 lladdr bc:24:11:1a:8f:6f STALE @@ -4936,17 +4969,17 @@ fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE $ cat /proc/net/dev Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 2674216 11501 0 0 0 0 0 0 2674216 11501 0 0 0 0 0 0 - nic0: 1391622512 8298163 0 5817 0 0 0 4483765 353501826 1258907 0 0 0 0 0 0 -enx8cae4ccda926: 288574743776 311161480 0 5815 0 0 0 0 620177744379 458060671 0 0 0 0 0 0 + lo: 6079860 30256 0 0 0 0 0 0 6079860 30256 0 0 0 0 0 0 + nic0: 4664090902 15199354 0 9348 0 0 0 7130973 4256521622 4628407 0 0 0 0 0 0 +enx8cae4ccda926: 387026566092 416784367 0 9346 0 0 0 0 768998492610 581841198 0 4 0 0 0 0 enx80ae4ccdec03: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -tailscale0: 10152962 92565 0 0 0 0 0 0 84846825 118991 0 0 0 0 0 0 - vmbr0: 797660140 6639968 0 0 0 0 0 3798031 196748128 640978 0 0 0 0 0 0 -datanet: 288569563872 311151965 0 10 0 0 0 146994 620176262319 458054859 0 0 0 0 0 0 -tap400i0: 144523130 532645 0 0 0 0 0 0 835391749 6467339 0 5168 0 0 0 0 -fwbr400i0: 504286178 5579525 0 7100 0 0 0 3796992 0 0 0 0 0 0 0 0 -fwpr400p0: 145970318 538457 0 5812 0 0 0 0 835908906 6472507 0 0 0 0 0 0 -fwln400i0: 835908906 6472507 0 5812 0 0 0 0 145970318 538457 0 0 0 0 0 0 +tailscale0: 19746359 183556 0 0 0 0 0 0 139998356 248430 0 0 0 0 0 0 + vmbr0: 3641493474 11067763 0 0 0 0 0 6020200 3845943861 1294930 0 0 0 0 0 0 +datanet: 387021167798 416770557 0 15 0 0 0 236230 768996116777 581831862 0 0 0 0 0 0 +tap400i0: 225521072 853543 0 0 0 0 0 0 1327919317 10299718 0 5168 0 0 0 0 +fwbr400i0: 803621845 8893426 0 11238 0 0 0 6019161 0 0 0 0 0 0 0 0 +fwpr400p0: 227846732 862883 0 9340 0 0 0 0 1328440168 10304887 0 0 0 0 0 0 +fwln400i0: 1328440168 10304887 0 9340 0 0 0 0 227846732 862883 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route @@ -5934,19 +5967,19 @@ netlink error: Operation not supported rx_long_length_errors: 0 rx_short_length_errors: 0 rx_align_errors: 0 - rx_csum_offload_errors: 0 + rx_csum_offload_errors: 1 dropped_smbus: 0 uncorr_ecc_errors: 0 corr_ecc_errors: 0 [statistics -S (throughput counters)] - rx_packets: 8298183 - tx_packets: 1258919 - rx_bytes: 1391627645 - tx_bytes: 353503049 - rx_broadcast: 1781708 - tx_broadcast: 1280 - rx_multicast: 4483770 - tx_multicast: 32676 + rx_packets: 15199360 + tx_packets: 4628408 + rx_bytes: 4664091572 + tx_bytes: 4256521692 + rx_broadcast: 2859818 + tx_broadcast: 14901 + rx_multicast: 7130975 + tx_multicast: 54535 ----- ethtool: tap400i0 ----- [driver/version/firmware/bus-info -i] @@ -6236,7 +6269,7 @@ netlink error: Operation not supported --- bridge -d link $ bridge -d link 2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 134 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 37 mcast_max_groups 0 3: enx8cae4ccda926: mtu 1500 master datanet state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 8: tap400i0: mtu 1500 master fwbr400i0 state forwarding priority 32 cost 2 @@ -6244,7 +6277,7 @@ netlink error: Operation not supported 10: fwpr400p0@fwln400i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 11: fwln400i0@fwpr400p0: mtu 1500 master fwbr400i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 33 mcast_max_groups 0 --- bridge vlan $ bridge vlan @@ -6355,35 +6388,35 @@ done CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 0: 25 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer 8: 1 0 0 0 0 0 0 0 IR-IO-APIC 8-edge rtc0 - 9: 0 15565 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi - 16: 0 0 204584 0 0 0 0 0 IR-IO-APIC 16-fasteoi ehci_hcd:usb1 - 18: 0 0 0 0 11580 0 0 0 IR-IO-APIC 18-fasteoi i801_smbus - 19: 0 0 0 0 0 0 0 14781514 IR-IO-APIC 19-fasteoi ata_piix + 9: 0 25013 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 16: 0 0 397273 0 0 0 0 0 IR-IO-APIC 16-fasteoi ehci_hcd:usb1 + 18: 0 0 0 0 18624 0 0 0 IR-IO-APIC 18-fasteoi i801_smbus + 19: 0 0 0 0 0 0 0 25798030 IR-IO-APIC 19-fasteoi ata_piix 23: 0 0 0 47 0 0 0 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb2 24: 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0 25: 0 0 0 0 0 0 0 0 DMAR-MSI 1-edge dmar1 26: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1c.0 0-edge PCIe bwctrl 27: 0 0 0 0 0 1 0 0 IR-PCI-MSI-0000:00:1c.1 0-edge PCIe bwctrl 28: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1c.4 0-edge PCIe bwctrl - 29: 0 8337455 0 0 0 0 0 0 IR-PCI-MSI-0000:00:19.0 0-edge nic0 - 30: 0 0 0 0 147072614 0 0 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd + 29: 0 13641590 0 0 0 0 0 0 IR-PCI-MSI-0000:00:19.0 0-edge nic0 + 30: 0 0 0 0 203708518 0 0 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd 38: 0 0 0 0 0 26 0 0 IR-PCI-MSI-0000:00:16.0 0-edge mei_me - 39: 0 0 0 0 0 0 95638 0 IR-PCI-MSI-0000:00:02.0 0-edge i915 + 39: 0 0 0 0 0 0 152313 0 IR-PCI-MSI-0000:00:02.0 0-edge i915 40: 0 0 0 0 0 0 0 256 IR-PCI-MSI-0000:00:03.0 0-edge snd_hda_intel:card0 -NMI: 244 230 180 205 534 167 158 177 Non-maskable interrupts -LOC: 35598712 49341069 31034492 36436127 82584426 36982422 34477997 24420801 Local timer interrupts +NMI: 377 368 286 323 769 264 251 291 Non-maskable interrupts +LOC: 57344524 79087364 50058277 58854196 122159127 59962666 55904227 39100279 Local timer interrupts SPU: 0 0 0 0 0 0 0 0 Spurious interrupts -PMI: 244 230 180 205 534 167 158 177 Performance monitoring interrupts +PMI: 377 368 286 323 769 264 251 291 Performance monitoring interrupts IWI: 0 0 0 0 26 0 14 0 IRQ work interrupts RTR: 0 0 0 0 0 0 0 0 APIC ICR read retries -RES: 162370 126671 100273 185261 97817 168706 184774 60722 Rescheduling interrupts -CAL: 924949 635020 461438 460252 758786 429686 421204 358891 Function call interrupts -TLB: 117995 124373 128897 119135 121853 122050 115034 123246 TLB shootdowns +RES: 257416 201252 164163 290254 158614 265754 301489 96119 Rescheduling interrupts +CAL: 1472978 1000733 716430 717870 1239452 676871 667194 555074 Function call interrupts +TLB: 197972 202371 200248 181938 199895 198278 192571 194097 TLB shootdowns TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts DFR: 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts MCE: 0 0 0 0 0 0 0 0 Machine check exceptions -MCP: 533 534 534 534 534 534 534 534 Machine check polls +MCP: 856 857 857 857 857 857 857 857 Machine check polls ERR: 0 MIS: 0 PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event @@ -6463,58 +6496,58 @@ done | head -n 60 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -00006307 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 -019ea761 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 -00097e0f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 -000207bf 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 -2518a8a9 00000000 0000000b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 -00005c5d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 -0000a038 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 -00005c44 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 +0000ce67 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +02a3962e 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +000efdd6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +000392ef 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +31b0a14c 00000000 0000000b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +0000bc36 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +00012b81 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +0000b7f2 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 --- softnet_stat decoded $ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n", NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat -cpu0 total=00006307 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu1 total=019ea775 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu2 total=00097e0f dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu3 total=000207bf dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu4 total=2518a8bb dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu5 total=00005c5d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu6 total=0000a038 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu7 total=00005c44 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu0 total=0000ce67 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=02a39632 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=000efdd6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=000392ef dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=31b0a14c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=0000bc36 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=00012b81 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=0000b7f2 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 --- netstat drop counters (significant ones) $ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \ netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen|error)' | head -n 60 IpReasmFails 895880 0.0 IpFragFails 0 0.0 -TcpAttemptFails 8 0.0 -TcpRetransSegs 34835126 0.0 +TcpAttemptFails 108 0.0 +TcpRetransSegs 47295704 0.0 TcpInErrs 0 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 TcpExtSyncookiesFailed 0 0.0 -TcpExtEmbryonicRsts 0 0.0 +TcpExtEmbryonicRsts 1 0.0 TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 -TcpExtTCPLossUndo 27 0.0 -TcpExtTCPLostRetransmit 210475 0.0 +TcpExtTCPLossUndo 94 0.0 +TcpExtTCPLostRetransmit 1740367 0.0 TcpExtTCPRenoFailures 0 0.0 -TcpExtTCPSackFailures 0 0.0 -TcpExtTCPLossFailures 1 0.0 -TcpExtTCPFastRetrans 34832471 0.0 -TcpExtTCPSlowStartRetrans 133 0.0 -TcpExtTCPLossProbes 2488 0.0 -TcpExtTCPLossProbeRecovery 95 0.0 +TcpExtTCPSackFailures 1 0.0 +TcpExtTCPLossFailures 8 0.0 +TcpExtTCPFastRetrans 47284077 0.0 +TcpExtTCPSlowStartRetrans 1195 0.0 +TcpExtTCPLossProbes 9547 0.0 +TcpExtTCPLossProbeRecovery 560 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 2 0.0 -TcpExtTCPAbortOnData 1285 0.0 -TcpExtTCPAbortOnClose 6 0.0 +TcpExtTCPSackRecoveryFail 378 0.0 +TcpExtTCPAbortOnData 2048 0.0 +TcpExtTCPAbortOnClose 12 0.0 TcpExtTCPAbortOnMemory 0 0.0 -TcpExtTCPAbortOnTimeout 2 0.0 +TcpExtTCPAbortOnTimeout 11 0.0 TcpExtTCPAbortOnLinger 0 0.0 TcpExtTCPAbortFailed 0 0.0 TcpExtTCPMD5Failure 0 0.0 @@ -6529,7 +6562,7 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 75 0.0 +TcpExtTCPSynRetrans 754 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 TcpExtTCPRcvQDrop 0 0.0 @@ -6554,97 +6587,137 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 364 -TCP: 49 (estab 16, closed 3, orphaned 0, timewait 1) +Total: 376 +TCP: 59 (estab 26, closed 3, orphaned 0, timewait 1) Transport Total IP IPv6 RAW 0 0 0 UDP 18 10 8 -TCP 46 31 15 -INET 64 41 23 +TCP 56 41 15 +INET 74 51 23 FRAG 0 0 0 --- ss -t -m (top TCP with skmem/cwnd/rto) $ ss -tno state established ( dport != :22 and sport != :22 ) -m Recv-Q Send-Q Local Address:Port Peer Address:Port -0 0 10.100.100.4:2049 10.100.100.5:946 - skmem:(r0,rb970643,t0,tb966144,f0,w0,o0,bl0,d2004) -0 0 10.100.100.4:2049 10.100.100.7:713 - skmem:(r0,rb1456272,t0,tb2297856,f0,w0,o0,bl0,d372) -0 0 192.168.3.191:47126 209.177.156.94:443 timer:(keepalive,,0) - skmem:(r0,rb132734,t0,tb130560,f0,w0,o0,bl0,d2) -0 0 10.100.100.4:2049 10.100.100.3:964 - skmem:(r0,rb7415820,t0,tb13578240,f0,w0,o0,bl0,d30484) -0 0 10.100.100.4:2049 10.100.100.6:975 - skmem:(r0,rb728280,t0,tb2963712,f0,w0,o0,bl0,d46) -0 0 192.168.3.191:59348 9.9.9.9:443 timer:(keepalive,20sec,0) +0 0 10.100.100.4:2049 10.100.100.6:808 + skmem:(r0,rb15671440,t0,tb4021248,f0,w0,o0,bl0,d10436) +0 0 10.100.100.4:2049 10.100.100.1:857 + skmem:(r0,rb5516709,t0,tb2846208,f0,w0,o0,bl0,d19341) +0 0 192.168.3.191:49802 209.177.156.94:443 timer:(keepalive,21sec,0) + skmem:(r0,rb132680,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.4:2049 10.100.100.5:726 + skmem:(r0,rb1288276,t0,tb8512512,f0,w0,o0,bl0,d2578) +0 0 192.168.3.191:41262 9.9.9.9:443 timer:(keepalive,21sec,0) skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 192.168.3.191:38606 192.200.0.107:443 timer:(keepalive,4.813sec,0) +0 0 10.100.100.4:2049 10.100.100.3:716 + skmem:(r0,rb741219,t0,tb5104896,f0,w0,o0,bl0,d1937) +0 0 10.100.100.4:2049 10.100.100.6:972 + skmem:(r0,rb15263623,t0,tb4491264,f0,w0,o0,bl0,d10382) +0 0 10.100.100.4:2049 10.100.100.9:800 + skmem:(r0,rb9476493,t0,tb4047360,f0,w0,o0,bl0,d2382) +0 0 10.100.100.4:2049 10.100.100.1:843 + skmem:(r0,rb7517135,t0,tb3211776,f0,w0,o0,bl0,d19314) +0 0 192.168.3.191:46196 192.200.0.107:443 timer:(keepalive,3.124sec,0) skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.4:2049 10.100.100.7:728 - skmem:(r0,rb2320396,t0,tb2376192,f0,w0,o0,bl0,d399) -0 0 10.100.100.4:2049 10.100.100.6:929 - skmem:(r0,rb1194899,t0,tb2532864,f0,w0,o0,bl0,d42) -0 0 10.100.100.4:2049 10.100.100.1:668 - skmem:(r0,rb16777216,t0,tb3081216,f0,w0,o0,bl0,d13277) -0 0 10.100.100.4:2049 10.100.100.7:743 - skmem:(r0,rb1532096,t0,tb2402304,f0,w0,o0,bl0,d373) -0 0 10.100.100.4:2049 10.100.100.7:757 - skmem:(r0,rb1997342,t0,tb2297856,f0,w0,o0,bl0,d375) -0 0 10.100.100.4:2049 10.100.100.6:704 - skmem:(r0,rb1239521,t0,tb2689536,f0,w0,o0,bl0,d56) -0 0 10.100.100.4:2049 10.100.100.6:913 - skmem:(r0,rb940501,t0,tb2676480,f0,w0,o0,bl0,d48) -0 0 [::ffff:100.70.77.93]:45876 [::ffff:100.107.35.78]:59682 timer:(keepalive,12sec,0) - skmem:(r0,rb439127,t0,tb130560,f0,w0,o0,bl0,d7236) +0 0 10.100.100.4:2049 10.100.100.6:964 + skmem:(r0,rb16777216,t0,tb5144064,f0,w0,o0,bl0,d10422) +0 0 10.100.100.4:2049 10.100.100.9:891 + skmem:(r0,rb9488889,t0,tb4047360,f0,w0,o0,bl0,d2301) +0 0 10.100.100.4:2049 10.100.100.7:807 + skmem:(r0,rb12878137,t0,tb2402304,f0,w0,o0,bl0,d17916) +0 0 10.100.100.4:2049 10.100.100.7:848 + skmem:(r0,rb16777216,t0,tb2532864,f0,w0,o0,bl0,d18345) +0 0 10.100.100.4:2049 10.100.100.9:674 + skmem:(r0,rb10025116,t0,tb4177920,f0,w0,o0,bl0,d2398) +0 0 10.100.100.4:2049 10.100.100.9:842 + skmem:(r0,rb10930838,t0,tb3668736,f0,w0,o0,bl0,d2376) +0 0 10.100.100.4:2049 10.100.100.6:753 + skmem:(r0,rb16777216,t0,tb4308480,f0,w0,o0,bl0,d10519) +0 0 10.100.100.4:2049 10.100.100.3:749 + skmem:(r0,rb920708,t0,tb3485952,f0,w0,o0,bl0,d1947) +0 0 10.100.100.4:2049 10.100.100.1:749 + skmem:(r0,rb6317429,t0,tb3368448,f0,w0,o0,bl0,d19191) +0 0 10.100.100.4:2049 10.100.100.7:852 + skmem:(r0,rb16777216,t0,tb2454528,f0,w0,o0,bl0,d18272) +0 0 10.100.100.4:2049 10.100.100.3:891 + skmem:(r0,rb1008266,t0,tb4647936,f0,w0,o0,bl0,d1947) +0 0 10.100.100.4:2049 10.100.100.1:718 + skmem:(r0,rb4186581,t0,tb3028992,f0,w0,o0,bl0,d19128) +0 0 10.100.100.4:2049 10.100.100.7:692 + skmem:(r0,rb16022431,t0,tb2219520,f0,w0,o0,bl0,d18348) +0 0 10.100.100.4:2049 10.100.100.3:752 + skmem:(r0,rb835559,t0,tb4373760,f0,w0,o0,bl0,d1920) +0 0 [::ffff:100.70.77.93]:45876 [::ffff:100.107.35.78]:41280 timer:(keepalive,13sec,0) + skmem:(r0,rb439127,t0,tb130560,f0,w0,o0,bl0,d1464) --- ss -ti (TCP internals) $ ss -ti -State Recv-Q Send-Q Local Address:Port Peer Address:Port -ESTAB 0 0 10.100.100.4:nfs 10.100.100.5:946 - bbr wscale:10,9 rto:217 rtt:16.363/18.323 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:30 bytes_sent:10000831600 bytes_retrans:543936 bytes_acked:10000287664 bytes_received:1555745840 segs_out:7565571 segs_in:4845066 data_segs_out:7186686 data_segs_in:1187647 bbr:(bw:58.7Mbps,mrtt:0.827,pacing_gain:1.25,cwnd_gain:2) send 21.2Mbps lastsnd:2568 lastrcv:2605 lastack:2526 pacing_rate 72.7Mbps delivery_rate 58.7Mbps delivered:7185986 app_limited busy:11280459ms retrans:0/1329 dsack_dups:1648 rcv_rtt:4.106 rcv_space:322284 rcv_ssthresh:644567 minrtt:0.668 rcv_ooopack:425 snd_wnd:370688 rcv_wnd:644608 rehash:12 -ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:713 - bbr wscale:12,9 rto:206 rtt:5.299/7.879 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:184 ssthresh:265 bytes_sent:416495400 bytes_retrans:43288 bytes_acked:416452112 bytes_received:60283220 segs_out:311778 segs_in:132004 data_segs_out:299079 data_segs_in:56913 bbr:(bw:944Mbps,mrtt:0.269,pacing_gain:1.25,cwnd_gain:2) send 402Mbps lastsnd:919 lastrcv:985 lastack:919 pacing_rate 1.17Gbps delivery_rate 393Mbps delivered:299041 app_limited busy:142895ms retrans:0/61 dsack_dups:22 rcv_rtt:17.376 rcv_space:483528 rcv_ssthresh:967055 minrtt:0.113 rcv_ooopack:585 snd_wnd:667648 rcv_wnd:967168 rehash:29 -ESTAB 0 0 192.168.3.191:47126 209.177.156.94:https - bbr wscale:7,9 rto:212 rtt:11.866/3.091 ato:45 mss:1448 pmtu:1500 rcvmss:700 advmss:1448 cwnd:69 bytes_sent:649634 bytes_acked:649635 bytes_received:984873 segs_out:13173 segs_in:11581 data_segs_out:3479 data_segs_in:6181 bbr:(bw:11.1Mbps,mrtt:12.801,pacing_gain:2.88672,cwnd_gain:2.88672) send 67.4Mbps lastsnd:9819 lastrcv:5098 lastack:5098 pacing_rate 35.3Mbps delivery_rate 11.1Mbps delivered:3480 app_limited busy:21569ms rcv_rtt:271403 rcv_space:44072 rcv_ssthresh:87506 minrtt:12.801 snd_wnd:280704 rcv_wnd:87552 -ESTAB 0 0 10.100.100.4:nfs 10.100.100.3:964 - bbr wscale:10,9 rto:216 rtt:15.396/17.929 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:388 ssthresh:364 bytes_sent:141448328260 bytes_retrans:610284 bytes_acked:141447717976 bytes_received:14536070420 segs_out:101241157 segs_in:42237486 data_segs_out:99274701 data_segs_in:10599517 bbr:(bw:938Mbps,mrtt:1.531,pacing_gain:1.25,cwnd_gain:2) send 292Mbps lastsnd:1201 lastrcv:1264 lastack:1158 pacing_rate 1.16Gbps delivery_rate 938Mbps delivered:99274224 app_limited busy:11596520ms retrans:0/498 dsack_dups:156 rcv_rtt:2.424 rcv_space:1506338 rcv_ssthresh:4924567 minrtt:1.456 rcv_ooopack:21414 snd_wnd:3648512 rcv_wnd:4924928 rehash:7 -ESTAB 0 0 100.70.77.93:ssh 100.101.187.119:35880 - bbr wscale:7,9 rto:209 rtt:8.411/13.457 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:25 bytes_sent:5597 bytes_acked:5597 bytes_received:3889 segs_out:22 segs_in:22 data_segs_out:15 data_segs_in:13 bbr:(bw:24.2Mbps,mrtt:0.537,pacing_gain:2.88672,cwnd_gain:2.88672) send 29.2Mbps lastsnd:6992 lastrcv:6992 lastack:6991 pacing_rate 523Mbps delivery_rate 24.2Mbps delivered:16 app_limited busy:105ms rcv_rtt:7 rcv_space:12400 rcv_ssthresh:78504 minrtt:0.537 snd_wnd:76928 rcv_wnd:78848 -ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:975 - bbr wscale:12,9 rto:204 rtt:3.691/4.997 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:190 ssthresh:152 bytes_sent:140291164 bytes_retrans:1044 bytes_acked:140290120 bytes_received:10157904 segs_out:102252 segs_in:22597 data_segs_out:99797 data_segs_in:10130 bbr:(bw:804Mbps,mrtt:0.361,pacing_gain:1.25,cwnd_gain:2) send 596Mbps lastsnd:1193 lastrcv:1210 lastack:1192 pacing_rate 994Mbps delivery_rate 617Mbps delivered:99797 app_limited busy:11443ms retrans:0/7 dsack_dups:7 rcv_rtt:9.529 rcv_space:241812 rcv_ssthresh:483623 minrtt:0.298 rcv_ooopack:380 snd_wnd:516096 rcv_wnd:483840 rehash:2 -ESTAB 0 0 192.168.3.191:59348 9.9.9.9:https - bbr wscale:11,9 rto:212 rtt:11.578/1.044 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:11207 bytes_acked:11208 bytes_received:19327 segs_out:179 segs_in:170 data_segs_out:168 data_segs_in:88 bbr:(bw:3.62Mbps,mrtt:10.158,pacing_gain:2.88672,cwnd_gain:2.88672) send 18Mbps lastsnd:8292 lastrcv:8273 lastack:8273 pacing_rate 24.8Mbps delivery_rate 3.62Mbps delivered:169 app_limited busy:954ms rcv_space:14480 rcv_ssthresh:57388 minrtt:10.158 snd_wnd:45056 rcv_wnd:57856 -ESTAB 0 0 192.168.3.191:38606 192.200.0.107:https - bbr wscale:10,9 rto:337 rtt:136.864/8.573 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:13055 bytes_acked:13056 bytes_received:456316 segs_out:6683 segs_in:6706 data_segs_out:77 data_segs_in:3481 bbr:(bw:346kbps,mrtt:129.907,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.52Mbps lastsnd:129467 lastrcv:25195 lastack:25195 pacing_rate 2.5Mbps delivery_rate 346kbps delivered:78 app_limited busy:9161ms rcv_rtt:10320 rcv_space:17260 rcv_ssthresh:57388 minrtt:129.907 snd_wnd:82944 rcv_wnd:57856 -ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:728 - bbr wscale:12,9 rto:204 rtt:3.749/4.891 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:194 ssthresh:150 bytes_sent:440356140 bytes_retrans:42980 bytes_acked:440313160 bytes_received:71850216 segs_out:330108 segs_in:144938 data_segs_out:316092 data_segs_in:65693 bbr:(bw:946Mbps,mrtt:0.324,pacing_gain:1.25,cwnd_gain:2) send 599Mbps lastsnd:920 lastrcv:967 lastack:920 pacing_rate 1.17Gbps delivery_rate 723Mbps delivered:316023 app_limited busy:122762ms retrans:0/71 dsack_dups:144 rcv_rtt:24.27 rcv_space:770444 rcv_ssthresh:1540887 minrtt:0.243 rcv_ooopack:643 snd_wnd:679936 rcv_wnd:1541120 rehash:20 -ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:929 - bbr wscale:12,9 rto:209 rtt:8.569/11.364 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:180 ssthresh:156 bytes_sent:142001152 bytes_acked:142001152 bytes_received:10414196 segs_out:103250 segs_in:22662 data_segs_out:100976 data_segs_in:10333 bbr:(bw:549Mbps,mrtt:0.427,pacing_gain:1.25,cwnd_gain:2) send 243Mbps lastsnd:2352 lastrcv:2372 lastack:2351 pacing_rate 679Mbps delivery_rate 549Mbps delivered:100977 app_limited busy:10703ms rwnd_limited:2ms(0.0%) rcv_rtt:12.561 rcv_space:396744 rcv_ssthresh:792850 minrtt:0.411 rcv_ooopack:161 snd_wnd:499712 rcv_wnd:793088 -ESTAB 0 0 10.100.100.4:nfs 10.100.100.1:668 - bbr wscale:10,9 rto:205 rtt:4.134/3.369 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:42 ssthresh:166 bytes_sent:8739779616 bytes_retrans:715867816 bytes_acked:8023911800 bytes_received:54272742016 segs_out:15386034 segs_in:39650033 data_segs_out:6683266 data_segs_in:37752275 bbr:(bw:100Mbps,mrtt:0.443,pacing_gain:1.25,cwnd_gain:2) send 118Mbps lastsnd:4 pacing_rate 124Mbps delivery_rate 100Mbps delivered:6188989 app_limited busy:3458523ms rwnd_limited:4ms(0.0%) retrans:0/494686 dsack_dups:408 reordering:179 reord_seen:67 rcv_rtt:3.573 rcv_space:8388608 rcv_ssthresh:11141120 minrtt:0.443 rcv_ooopack:46652 snd_wnd:1248256 rcv_wnd:11141120 rehash:5 -ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:743 - bbr wscale:12,9 rto:207 rtt:6.768/10.479 ato:44 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:224 ssthresh:258 bytes_sent:446188468 bytes_retrans:26488 bytes_acked:446161980 bytes_received:65647152 segs_out:333657 segs_in:142060 data_segs_out:320103 data_segs_in:61226 bbr:(bw:992Mbps,mrtt:0.489,pacing_gain:1.25,cwnd_gain:2) send 383Mbps lastsnd:920 lastrcv:962 lastack:920 pacing_rate 1.23Gbps delivery_rate 675Mbps delivered:320058 busy:95001ms retrans:0/45 dsack_dups:90 rcv_rtt:15.383 rcv_space:508704 rcv_ssthresh:1017407 minrtt:0.251 rcv_ooopack:440 snd_wnd:626688 rcv_wnd:1017856 rehash:10 -ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:757 - bbr wscale:12,9 rto:205 rtt:4.24/5.813 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:254 ssthresh:157 bytes_sent:405341680 bytes_retrans:29908 bytes_acked:405311772 bytes_received:63535100 segs_out:304389 segs_in:133533 data_segs_out:291219 data_segs_in:59131 bbr:(bw:938Mbps,mrtt:0.703,pacing_gain:1.25,cwnd_gain:2) send 694Mbps lastsnd:920 lastrcv:986 lastack:920 pacing_rate 1.16Gbps delivery_rate 463Mbps delivered:291184 busy:114784ms retrans:0/37 dsack_dups:74 rcv_rtt:7.383 rcv_space:663180 rcv_ssthresh:1326359 minrtt:0.267 rcv_ooopack:558 snd_wnd:520192 rcv_wnd:1326592 rehash:11 -ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:704 - bbr wscale:12,9 rto:214 rtt:13.509/16.092 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:228 ssthresh:152 bytes_sent:132131688 bytes_retrans:116 bytes_acked:132131572 bytes_received:10258488 segs_out:96440 segs_in:21807 data_segs_out:94068 data_segs_in:10171 bbr:(bw:763Mbps,mrtt:0.663,pacing_gain:1.25,cwnd_gain:2) send 196Mbps lastsnd:2374 lastrcv:2390 lastack:2373 pacing_rate 944Mbps delivery_rate 763Mbps delivered:94069 app_limited busy:10594ms rwnd_limited:1ms(0.0%) retrans:0/1 dsack_dups:1 rcv_rtt:108.208 rcv_space:411560 rcv_ssthresh:823119 minrtt:0.252 rcv_ooopack:574 snd_wnd:507904 rcv_wnd:823296 -ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:913 - bbr wscale:12,9 rto:208 rtt:7.899/11.873 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:174 ssthresh:148 bytes_sent:134031312 bytes_acked:134031312 bytes_received:9770064 segs_out:97452 segs_in:21278 data_segs_out:95381 data_segs_in:9749 bbr:(bw:798Mbps,mrtt:0.25,pacing_gain:1.25,cwnd_gain:2) send 255Mbps lastsnd:1186 lastrcv:1192 lastack:1184 pacing_rate 987Mbps delivery_rate 775Mbps delivered:95382 app_limited busy:10800ms rcv_rtt:14.804 rcv_space:312276 rcv_ssthresh:624551 minrtt:0.25 rcv_ooopack:539 snd_wnd:532480 rcv_wnd:624640 -ESTAB 0 0 [::ffff:100.70.77.93]:45876 [::ffff:100.107.35.78]:59682 - bbr wscale:11,9 rto:245 rtt:44.991/0.94 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:24 bytes_sent:3945111 bytes_retrans:2152 bytes_acked:3942959 bytes_received:540139 segs_out:32372 segs_in:29349 data_segs_out:10586 data_segs_in:12271 bbr:(bw:1.02Mbps,mrtt:43.687,pacing_gain:2.88672,cwnd_gain:2.88672) send 5.24Mbps lastsnd:2398 lastrcv:2355 lastack:2355 pacing_rate 5.76Mbps delivery_rate 1.02Mbps delivered:10574 app_limited busy:336635ms retrans:0/11 rcv_rtt:280080 rcv_space:65183 rcv_ssthresh:38912 minrtt:43.409 snd_wnd:49152 rcv_wnd:65024 rehash:5 +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:808 + bbr wscale:12,9 rto:205 rtt:4.836/6.99 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:186 ssthresh:168 bytes_sent:9791175652 bytes_retrans:47672 bytes_acked:9791127980 bytes_received:3325356228 segs_out:7511905 segs_in:4683052 data_segs_out:6965012 data_segs_in:2377139 bbr:(bw:678Mbps,mrtt:0.385,pacing_gain:1.25,cwnd_gain:2) send 446Mbps lastsnd:3570 lastrcv:4345 lastack:3569 pacing_rate 839Mbps delivery_rate 678Mbps delivered:6964861 busy:1553155ms retrans:0/160 dsack_dups:261 rcv_rtt:7.168 rcv_space:5203408 rcv_ssthresh:10406815 minrtt:0.336 rcv_ooopack:123512 snd_wnd:1961984 rcv_wnd:10406912 rehash:5 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.1:857 + bbr wscale:12,9 rto:209 rtt:8.004/9.961 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:128 ssthresh:156 bytes_sent:17012602508 bytes_retrans:3955015324 bytes_acked:13057587184 bytes_received:4269315132 segs_out:13396683 segs_in:7435776 data_segs_out:12183110 data_segs_in:3136874 bbr:(bw:250Mbps,mrtt:0.915,pacing_gain:1.25,cwnd_gain:2) send 185Mbps lastsnd:995 lastrcv:1002 lastack:992 pacing_rate 310Mbps delivery_rate 73.9Mbps delivered:9451688 app_limited busy:4607982ms retrans:0/2733129 dsack_dups:1722 reordering:179 reord_seen:113 rcv_rtt:68.772 rcv_space:1831720 rcv_ssthresh:3663439 minrtt:0.447 rcv_ooopack:3215 snd_wnd:16846848 rcv_wnd:3663872 rehash:82 +ESTAB 0 0 192.168.3.191:49802 209.177.156.94:https + bbr wscale:7,9 rto:217 rtt:16.835/4.37 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:23 bytes_sent:24662 bytes_acked:24663 bytes_received:264672 segs_out:2150 segs_in:2087 data_segs_out:141 data_segs_in:1540 bbr:(bw:2.42Mbps,mrtt:14.207,pacing_gain:2.88672,cwnd_gain:2.88672) send 15.8Mbps lastsnd:8546 lastrcv:8526 lastack:8526 pacing_rate 23.3Mbps delivery_rate 2.42Mbps delivered:142 app_limited busy:1123ms rcv_rtt:74239.1 rcv_space:44054 rcv_ssthresh:87470 minrtt:14.207 snd_wnd:64128 rcv_wnd:87552 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.5:726 + bbr wscale:12,9 rto:208 rtt:7.288/11.399 ato:41 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:188 ssthresh:174 bytes_sent:195908640 bytes_retrans:13000 bytes_acked:195895640 bytes_received:762917164 segs_out:412530 segs_in:657417 data_segs_out:267310 data_segs_in:555040 bbr:(bw:847Mbps,mrtt:0.321,pacing_gain:1.25,cwnd_gain:2) send 299Mbps lastsnd:57 lastrcv:77 lastack:15 pacing_rate 1.05Gbps delivery_rate 463Mbps delivered:267257 busy:660192ms rwnd_limited:1ms(0.0%) retrans:0/88 dsack_dups:56 rcv_rtt:1.445 rcv_space:427748 rcv_ssthresh:855495 minrtt:0.266 rcv_ooopack:268 snd_wnd:757760 rcv_wnd:855552 rehash:4 +ESTAB 0 0 192.168.3.191:41262 9.9.9.9:https + bbr wscale:11,9 rto:220 rtt:19.313/14.327 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:14 bytes_sent:472 bytes_acked:473 bytes_received:4374 segs_out:12 segs_in:10 data_segs_out:4 data_segs_in:6 bbr:(bw:1.72Mbps,mrtt:13.44,pacing_gain:2.88672,cwnd_gain:2.88672) send 8.4Mbps lastsnd:8076 lastrcv:8076 lastack:8018 pacing_rate 24.6Mbps delivery_rate 1.72Mbps delivered:5 app_limited busy:90ms rcv_space:14480 rcv_ssthresh:56580 minrtt:13.44 snd_wnd:45056 rcv_wnd:56832 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.3:716 + bbr wscale:12,9 rto:206 rtt:5.988/5.422 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:901 bytes_sent:84829540 bytes_retrans:3768 bytes_acked:84825772 bytes_received:328197840 segs_out:218250 segs_in:316505 data_segs_out:123029 data_segs_in:241406 bbr:(bw:760Mbps,mrtt:1.071,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.74Gbps lastsnd:5346 lastrcv:5346 lastack:5343 pacing_rate 2.17Gbps delivery_rate 760Mbps delivered:123030 app_limited busy:358465ms retrans:0/22 dsack_dups:22 rcv_rtt:8.745 rcv_space:246108 rcv_ssthresh:492215 minrtt:1.071 rcv_ooopack:67 snd_wnd:790528 rcv_wnd:492544 rehash:1 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:972 + bbr wscale:12,9 rto:206 rtt:5.088/7.156 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:165 ssthresh:207 bytes_sent:9772176872 bytes_retrans:33184 bytes_acked:9772143688 bytes_received:3367046076 segs_out:7498836 segs_in:4715831 data_segs_out:6951520 data_segs_in:2405563 bbr:(bw:359Mbps,mrtt:1.052,pacing_gain:1.25,cwnd_gain:2) send 376Mbps lastsnd:4347 lastrcv:4620 lastack:4346 pacing_rate 444Mbps delivery_rate 359Mbps delivered:6951453 busy:1553328ms retrans:0/139 dsack_dups:134 rcv_rtt:3.592 rcv_space:5068000 rcv_ssthresh:10135999 minrtt:0.335 rcv_ooopack:125086 snd_wnd:5595136 rcv_wnd:10136064 rehash:11 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.9:800 + bbr wscale:12,9 rto:222 rtt:21.398/20.56 ato:42 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:176 bytes_sent:569079272 bytes_retrans:5072 bytes_acked:569074200 bytes_received:2744986048 segs_out:819019 segs_in:2103675 data_segs_out:452580 data_segs_in:1919597 bbr:(bw:660Mbps,mrtt:0.311,pacing_gain:1.25,cwnd_gain:2) send 95.3Mbps lastsnd:1755 lastrcv:1755 lastack:1711 pacing_rate 816Mbps delivery_rate 660Mbps delivered:452570 app_limited busy:558234ms retrans:0/32 dsack_dups:25 rcv_rtt:15.63 rcv_space:3146492 rcv_ssthresh:6292983 minrtt:0.311 rcv_ooopack:55189 snd_wnd:835584 rcv_wnd:6292992 rehash:5 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.1:843 + bbr wscale:12,9 rto:208 rtt:7.403/9.447 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:128 ssthresh:156 bytes_sent:17114624956 bytes_retrans:3996007992 bytes_acked:13118616964 bytes_received:4240730324 segs_out:13478127 segs_in:7394141 data_segs_out:12254058 data_segs_in:3116481 bbr:(bw:251Mbps,mrtt:0.934,pacing_gain:1.25,cwnd_gain:2) send 200Mbps lastsnd:1086 lastrcv:1093 lastack:1083 pacing_rate 311Mbps delivery_rate 26.1Mbps delivered:9494007 app_limited busy:4697223ms retrans:0/2761454 dsack_dups:1399 reordering:179 reord_seen:193 rcv_rtt:40.989 rcv_space:2495924 rcv_ssthresh:4991847 minrtt:0.422 rcv_ooopack:2083 snd_wnd:4993024 rcv_wnd:4992000 rehash:92 +ESTAB 0 0 192.168.3.191:46196 192.200.0.107:https + bbr wscale:10,9 rto:339 rtt:136.466/2.875 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:24 bytes_sent:5711 bytes_acked:5712 bytes_received:87636 segs_out:1157 segs_in:1162 data_segs_out:21 data_segs_in:610 bbr:(bw:516kbps,mrtt:133.967,pacing_gain:2.88672,cwnd_gain:2.88672) send 2.04Mbps lastsnd:2460934 lastrcv:541 lastack:541 pacing_rate 2.42Mbps delivery_rate 517kbps delivered:22 app_limited busy:1935ms rcv_rtt:442.75 rcv_space:19766 rcv_ssthresh:57388 minrtt:133.967 snd_wnd:81920 rcv_wnd:57856 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:964 + bbr wscale:12,9 rto:206 rtt:5.552/7.958 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:230 ssthresh:186 bytes_sent:9697605856 bytes_retrans:61884 bytes_acked:9697543972 bytes_received:3358588192 segs_out:7449504 segs_in:4687166 data_segs_out:6900392 data_segs_in:2399753 bbr:(bw:1.01Gbps,mrtt:0.514,pacing_gain:1.25,cwnd_gain:2) send 480Mbps lastsnd:4418 lastrcv:4620 lastack:4416 pacing_rate 1.25Gbps delivery_rate 780Mbps delivered:6900323 app_limited busy:1551616ms retrans:0/181 dsack_dups:159 rcv_rtt:16.374 rcv_space:5928112 rcv_ssthresh:11141120 minrtt:0.143 rcv_ooopack:130344 snd_wnd:3158016 rcv_wnd:11141120 rehash:11 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.9:891 + bbr wscale:12,9 rto:213 rtt:12.226/15.349 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:176 ssthresh:241 bytes_sent:568351516 bytes_retrans:3516 bytes_acked:568348000 bytes_received:2761210036 segs_out:812990 segs_in:2118622 data_segs_out:451971 data_segs_in:1930630 bbr:(bw:631Mbps,mrtt:0.348,pacing_gain:1.25,cwnd_gain:2) send 167Mbps lastsnd:1026 lastrcv:1032 lastack:1024 pacing_rate 780Mbps delivery_rate 631Mbps delivered:451971 app_limited busy:562345ms retrans:0/25 dsack_dups:24 rcv_rtt:18.455 rcv_space:3150608 rcv_ssthresh:6301215 minrtt:0.348 rcv_ooopack:56848 snd_wnd:1540096 rcv_wnd:6301696 rehash:1 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:807 + bbr wscale:12,9 rto:203 rtt:2.81/2.914 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:176 ssthresh:152 bytes_sent:1043834168 bytes_retrans:18752 bytes_acked:1043815416 bytes_received:4584890032 segs_out:1959109 segs_in:3690433 data_segs_out:1047788 data_segs_in:3263193 bbr:(bw:1.01Gbps,mrtt:0.207,pacing_gain:1.25,cwnd_gain:2) send 726Mbps lastsnd:443 lastrcv:455 lastack:441 pacing_rate 1.25Gbps delivery_rate 686Mbps delivered:1047741 busy:2316602ms retrans:0/94 dsack_dups:143 rcv_rtt:21.889 rcv_space:4275944 rcv_ssthresh:8551887 minrtt:0.192 rcv_ooopack:505392 snd_wnd:2764800 rcv_wnd:8551936 rehash:6 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:848 + bbr wscale:12,9 rto:204 rtt:3.216/3.615 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:182 ssthresh:201 bytes_sent:1042446016 bytes_retrans:20872 bytes_acked:1042425144 bytes_received:4595559136 segs_out:1956186 segs_in:3697703 data_segs_out:1044375 data_segs_in:3271111 bbr:(bw:1Gbps,mrtt:0.25,pacing_gain:1.25,cwnd_gain:2) send 656Mbps lastsnd:432 lastrcv:441 lastack:430 pacing_rate 1.24Gbps delivery_rate 672Mbps delivered:1044254 busy:2248064ms retrans:0/121 dsack_dups:230 rcv_rtt:36.739 rcv_space:7296640 rcv_ssthresh:11141120 minrtt:0.168 rcv_ooopack:457082 snd_wnd:1474560 rcv_wnd:11141120 rehash:6 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.9:674 + bbr wscale:12,9 rto:220 rtt:19.489/18.644 ato:44 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:403 ssthresh:267 bytes_sent:556454812 bytes_retrans:5380 bytes_acked:556449432 bytes_received:2702046416 segs_out:807440 segs_in:2097998 data_segs_out:443739 data_segs_in:1890112 bbr:(bw:752Mbps,mrtt:3.107,pacing_gain:1,cwnd_gain:2) send 240Mbps lastsnd:2574 lastrcv:2593 lastack:2530 pacing_rate 744Mbps delivery_rate 733Mbps delivered:443733 app_limited busy:565640ms rwnd_limited:1ms(0.0%) retrans:0/33 dsack_dups:27 rcv_rtt:16.469 rcv_space:3328652 rcv_ssthresh:6657303 minrtt:0.515 rcv_ooopack:49977 snd_wnd:741376 rcv_wnd:6657536 rehash:4 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.9:842 + bbr wscale:12,9 rto:215 rtt:14.464/16.946 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:200 ssthresh:246 bytes_sent:534313804 bytes_retrans:6040 bytes_acked:534307764 bytes_received:2761320668 segs_out:797579 segs_in:2107837 data_segs_out:428100 data_segs_in:1930554 bbr:(bw:726Mbps,mrtt:0.474,pacing_gain:1.25,cwnd_gain:2) send 160Mbps lastsnd:1035 lastrcv:1046 lastack:1032 pacing_rate 899Mbps delivery_rate 726Mbps delivered:428061 app_limited busy:559651ms retrans:0/38 dsack_dups:75 rcv_rtt:15.273 rcv_space:3629380 rcv_ssthresh:7258759 minrtt:0.43 rcv_ooopack:51709 snd_wnd:1257472 rcv_wnd:7259136 rehash:6 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:753 + bbr wscale:12,9 rto:210 rtt:9.672/14.529 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:228 ssthresh:189 bytes_sent:9741415760 bytes_retrans:208176 bytes_acked:9741207584 bytes_received:3345051368 segs_out:7480853 segs_in:4689819 data_segs_out:6930732 data_segs_in:2390871 bbr:(bw:948Mbps,mrtt:0.542,pacing_gain:1.25,cwnd_gain:2) send 273Mbps lastsnd:4418 lastrcv:4620 lastack:4416 pacing_rate 1.17Gbps delivery_rate 688Mbps delivered:6930517 app_limited busy:1556176ms retrans:0/270 dsack_dups:265 rcv_rtt:5.53 rcv_space:6560888 rcv_ssthresh:11141120 minrtt:0.157 rcv_ooopack:128634 snd_wnd:2441216 rcv_wnd:11141120 rehash:12 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.3:kerberos-adm + bbr wscale:12,9 rto:210 rtt:9.203/11.437 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:949 bytes_sent:82435072 bytes_retrans:3268 bytes_acked:82431804 bytes_received:329389316 segs_out:215688 segs_in:319298 data_segs_out:121357 data_segs_in:242241 bbr:(bw:844Mbps,mrtt:1.098,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.19Gbps lastsnd:4457 lastrcv:4583 lastack:4453 pacing_rate 2.41Gbps delivery_rate 844Mbps delivered:121358 app_limited busy:362476ms retrans:0/21 dsack_dups:21 rcv_rtt:3.544 rcv_space:305704 rcv_ssthresh:611407 minrtt:0.884 rcv_ooopack:72 snd_wnd:3198976 rcv_wnd:611840 rehash:1 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.1:kerberos-adm + bbr wscale:12,9 rto:208 rtt:7.757/9.757 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:74 ssthresh:164 bytes_sent:17222916904 bytes_retrans:4020331408 bytes_acked:13202585496 bytes_received:4273453744 segs_out:13557622 segs_in:7476548 data_segs_out:12328960 data_segs_in:3139253 bbr:(bw:133Mbps,mrtt:1.115,pacing_gain:1.25,cwnd_gain:2) send 111Mbps lastsnd:343 lastrcv:356 lastack:340 pacing_rate 164Mbps delivery_rate 49.7Mbps delivered:9552512 busy:4678404ms retrans:0/2778297 dsack_dups:1813 reordering:179 reord_seen:180 rcv_rtt:24.215 rcv_space:2097584 rcv_ssthresh:4195167 minrtt:0.366 rcv_ooopack:1110 snd_wnd:11345920 rcv_wnd:4195328 rehash:104 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:852 + bbr wscale:12,9 rto:207 rtt:6.633/10.187 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:168 ssthresh:159 bytes_sent:1011483388 bytes_retrans:20952 bytes_acked:1011462436 bytes_received:4578181496 segs_out:1906854 segs_in:3678423 data_segs_out:1021835 data_segs_in:3258255 bbr:(bw:851Mbps,mrtt:0.198,pacing_gain:1.25,cwnd_gain:2) send 293Mbps lastsnd:585 lastrcv:601 lastack:584 pacing_rate 1.05Gbps delivery_rate 605Mbps delivered:1021724 busy:2241400ms retrans:0/116 dsack_dups:244 rcv_rtt:52.391 rcv_space:7819200 rcv_ssthresh:11141120 minrtt:0.17 rcv_ooopack:286482 snd_wnd:2121728 rcv_wnd:11141120 rehash:8 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.3:891 + bbr wscale:12,9 rto:211 rtt:10.974/13.97 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:999 bytes_sent:85770996 bytes_retrans:3096 bytes_acked:85767900 bytes_received:326876756 segs_out:218765 segs_in:318139 data_segs_out:123679 data_segs_in:240415 bbr:(bw:859Mbps,mrtt:0.984,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.05Gbps lastsnd:5203 lastrcv:5203 lastack:5200 pacing_rate 2.45Gbps delivery_rate 859Mbps delivered:123679 app_limited busy:358868ms retrans:0/18 dsack_dups:17 rcv_rtt:5.708 rcv_space:334776 rcv_ssthresh:669551 minrtt:0.857 rcv_ooopack:71 snd_wnd:1449984 rcv_wnd:669696 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.1:718 + bbr wscale:12,9 rto:209 rtt:8.389/11.164 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:128 ssthresh:178 bytes_sent:17074210172 bytes_retrans:3991216592 bytes_acked:13082993580 bytes_received:4232048964 segs_out:13445665 segs_in:7376368 data_segs_out:12226613 data_segs_in:3111138 bbr:(bw:263Mbps,mrtt:0.819,pacing_gain:1.25,cwnd_gain:2) send 177Mbps lastsnd:1096 lastrcv:1106 lastack:1094 pacing_rate 325Mbps delivery_rate 234Mbps delivered:9470000 app_limited busy:4747811ms rwnd_limited:2ms(0.0%) retrans:0/2758190 dsack_dups:1545 reordering:179 reord_seen:214 rcv_rtt:67.745 rcv_space:1390076 rcv_ssthresh:2780151 minrtt:0.394 rcv_ooopack:2865 snd_wnd:8036352 rcv_wnd:2780160 rehash:85 +ESTAB 0 0 100.70.77.93:ssh 100.101.187.119:35384 + bbr wscale:7,9 rto:4896 rtt:547.564/1087.08 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:25 bytes_sent:5737 bytes_retrans:140 bytes_acked:5597 bytes_received:3889 segs_out:32 segs_in:32 data_segs_out:20 data_segs_in:18 bbr:(bw:26.1Mbps,mrtt:4311,pacing_gain:2.88672,cwnd_gain:2.88672) send 449kbps lastsnd:9610 lastrcv:13090 lastack:8778 pacing_rate 420Mbps delivery_rate 26.1Mbps delivered:21 app_limited busy:4424ms retrans:0/5 dsack_dups:5 rcv_rtt:11 rcv_space:12400 rcv_ssthresh:78504 minrtt:0.6 snd_wnd:76928 rcv_wnd:78848 rehash:4 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:692 + bbr wscale:12,9 rto:209 rtt:8.173/12.352 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:182 ssthresh:193 bytes_sent:1038911600 bytes_retrans:23252 bytes_acked:1038888348 bytes_received:4571035012 segs_out:1900319 segs_in:3679451 data_segs_out:1040983 data_segs_in:3254227 bbr:(bw:1Gbps,mrtt:0.251,pacing_gain:1.25,cwnd_gain:2) send 258Mbps lastsnd:603 lastrcv:666 lastack:601 pacing_rate 1.24Gbps delivery_rate 344Mbps delivered:1040854 app_limited busy:2239337ms retrans:0/127 dsack_dups:175 rcv_rtt:20.407 rcv_space:5319948 rcv_ssthresh:10639895 minrtt:0.197 rcv_ooopack:256708 snd_wnd:2936832 rcv_wnd:10640384 rehash:11 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.3:752 + bbr wscale:12,9 rto:211 rtt:10.055/13.248 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:1024 bytes_sent:83523884 bytes_retrans:3348 bytes_acked:83520536 bytes_received:326692372 segs_out:217489 segs_in:315949 data_segs_out:122118 data_segs_in:240344 bbr:(bw:963Mbps,mrtt:0.991,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.18Gbps lastsnd:4348 lastrcv:4453 lastack:4345 pacing_rate 2.75Gbps delivery_rate 963Mbps delivered:122119 app_limited busy:362125ms retrans:0/19 dsack_dups:19 rcv_rtt:5.683 rcv_space:277432 rcv_ssthresh:554863 minrtt:0.766 rcv_ooopack:105 snd_wnd:1011712 rcv_wnd:555008 +ESTAB 0 0 [::ffff:100.70.77.93]:45876 [::ffff:100.107.35.78]:41280 + bbr wscale:11,9 rto:249 rtt:48.733/0.72 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:22 bytes_sent:802699 bytes_acked:802699 bytes_received:110295 segs_out:6558 segs_in:5964 data_segs_out:2148 data_segs_in:2488 bbr:(bw:954kbps,mrtt:46.924,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.43Mbps lastsnd:47488 lastrcv:47439 lastack:1401 pacing_rate 5.6Mbps delivery_rate 955kbps delivered:2149 app_limited busy:72781ms rcv_rtt:457000 rcv_space:65183 rcv_ssthresh:38912 minrtt:46.669 snd_wnd:559104 rcv_wnd:65024 --- /proc/net/snmp (TCP summary) $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 1797 590199 8 26 16 310205879 423428465 34835126 0 4985 0 +Tcp: 1 200 120000 -1 4778 953321 108 55 26 416250046 537455880 47295704 0 7488 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- TCP retrans stats $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 1797 590199 8 26 16 310205879 423428465 34835126 0 4985 0 +Tcp: 1 200 120000 -1 4778 953321 108 55 26 416250046 537455880 47295704 0 7488 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -6679,8 +6752,8 @@ sdd 931.5G disk WDC WD10EZRX- └─pve-vm--400--disk--0 32G lvm running 1 64K 64M sde 476.9G disk SK hynix SC300B SATA 512GB EJ76N650710306R1N running 0 0B 0B └─sde1 476.9G part /mnt/tsys4/D3 ext4 0 0B 0B -sdf 4.5T disk WDC WD50NDZW-11MR8S1 WD-WX52D41RLK8F running 1 4K 4G -└─sdf1 4.5T part /mnt/backup ext4 1 4K 4G +sdf 4.5T disk WDC WD50NDZW-11MR8S1 WD-WX52D41RLK8F running 1 4K 0B +└─sdf1 4.5T part /mnt/backup ext4 1 4K 0B --- lsblk -t $ lsblk -t @@ -6714,9 +6787,9 @@ sdf 0 4096 0 4096 512 1 mq-d ALIGNMENT ID-LINK ID DISC-ALN DAX DISC-GRAN DISK-SEQ DISC-MAX DISC-ZERO FSAVAIL FSROOTS FSSIZE FSTYPE FSUSED FSUSE% FSVER GROUP HCTL HOTPLUG KNAME LABEL LOG-SEC MAJ:MIN MAJ MIN MIN-IO MODE MODEL MQ NAME OPT-IO OWNER PARTFLAGS PARTLABEL PARTN PARTTYPE PARTTYPENAME PARTUUID PATH PHY-SEC PKNAME PTTYPE PTUUID RA RAND REV RM RO ROTA RQ-SIZE SCHED SERIAL SIZE START STATE SUBSYSTEMS MOUNTPOINT MOUNTPOINTS TRAN TYPE UUID VENDOR WSAME WWN ZONED ZONE-SZ ZONE-WGRAN ZONE-APP ZONE-NR ZONE-OMAX ZONE-AMAX 0 wwn-0x5000cca369c6e1df 0x5000cca369c6e1df 0 0 0B 9 0B 0 disk 0:0:0:0 0 sda 512 8:0 8 0 512 brw-rw---- Hitachi HDS723020BLA642 1 sda 0 root /dev/sda 512 dos 7df370d5 8192 1 MN6OA580 0 0 1 2 mq-deadline MN1220F30H4AND 1.8T running block:scsi:pci ata disk ATA 0B 0x5000cca369c6e1df none 0B 0B 0B 0 0 0 0 wwn-0x5000cca369c6e1df-part1 0x5000cca369c6e1df-part1 0 0 0B 9 0B 0 1.7T / 1.8T ext4 2M 0% 1.0 disk 0 sda1 512 8:1 8 1 512 brw-rw---- 1 └─sda1 0 root 1 0x83 Linux 7df370d5-01 /dev/sda1 512 sda dos 7df370d5 8192 1 0 0 1 2 mq-deadline 1.8T 2048 block:scsi:pci /mnt/albert /mnt/albert part 0510ec81-11e5-412d-8a33-56ee3bf8e8f5 0B 0x5000cca369c6e1df none 0B 0B 0B 0 0 0 - 0 wwn-0x5000cca223e8338b 0x5000cca223e8338b 0 0 0B 10 0B 0 1.5T / 1.8T ext4 232.9G 13% 1.0 disk 0:0:1:0 0 sdb 512 8:16 8 16 512 brw-rw---- HITACHI HUA723020ALA640 1 sdb 0 root /dev/sdb 512 8192 1 MK7ONS00 0 0 1 2 mq-deadline YFJVEK7A 1.8T running block:scsi:pci /mnt/tsys4/D5 /mnt/tsys4/D5 ata disk 3898f700-297d-4a6b-a449-71ccf7b22047 ATA 0B 0x5000cca223e8338b none 0B 0B 0B 0 0 0 + 0 wwn-0x5000cca223e8338b 0x5000cca223e8338b 0 0 0B 10 0B 0 1.5T / 1.8T ext4 235.3G 13% 1.0 disk 0:0:1:0 0 sdb 512 8:16 8 16 512 brw-rw---- HITACHI HUA723020ALA640 1 sdb 0 root /dev/sdb 512 8192 1 MK7ONS00 0 0 1 2 mq-deadline YFJVEK7A 1.8T running block:scsi:pci /mnt/tsys4/D5 /mnt/tsys4/D5 ata disk 3898f700-297d-4a6b-a449-71ccf7b22047 ATA 0B 0x5000cca223e8338b none 0B 0B 0B 0 0 0 0 wwn-0x50014ee20e225e1d 0x50014ee20e225e1d 0 0 0B 11 0B 0 disk 1:0:0:0 0 sdc 512 8:32 8 32 4096 brw-rw---- WDC WD30EFRX-68EUZN0 1 sdc 0 root /dev/sdc 4096 gpt fb842831-6c68-11ea-af93-001c23c6347e 8192 1 82.00A82 0 0 1 2 mq-deadline WD-WCC4N3JUHH4F 2.7T running block:scsi:pci ata disk ATA 0B 0x50014ee20e225e1d none 0B 0B 0B 0 0 0 - 0 wwn-0x50014ee20e225e1d-part1 0x50014ee20e225e1d-part1 0 0 0B 11 0B 0 2.4T / 2.7T ext4 186.8G 7% 1.0 disk 0 sdc1 512 8:33 8 33 4096 brw-rw---- 1 └─sdc1 0 root 1 0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem 9ec59a48-1030-4f42-b19b-5c7d4dd1aea7 /dev/sdc1 4096 sdc gpt fb842831-6c68-11ea-af93-001c23c6347e 8192 1 0 0 1 2 mq-deadline 2.7T 2048 block:scsi:pci /mnt/tsys4/D2 /mnt/tsys4/D2 part 1bb5976a-a9b9-467d-bdc1-aecf3810590b 0B 0x50014ee20e225e1d none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee20e225e1d-part1 0x50014ee20e225e1d-part1 0 0 0B 11 0B 0 2.4T / 2.7T ext4 186.1G 7% 1.0 disk 0 sdc1 512 8:33 8 33 4096 brw-rw---- 1 └─sdc1 0 root 1 0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem 9ec59a48-1030-4f42-b19b-5c7d4dd1aea7 /dev/sdc1 4096 sdc gpt fb842831-6c68-11ea-af93-001c23c6347e 8192 1 0 0 1 2 mq-deadline 2.7T 2048 block:scsi:pci /mnt/tsys4/D2 /mnt/tsys4/D2 part 1bb5976a-a9b9-467d-bdc1-aecf3810590b 0B 0x50014ee20e225e1d none 0B 0B 0B 0 0 0 0 wwn-0x50014ee25d49f2d7 0x50014ee25d49f2d7 0 0 0B 12 0B 0 disk 1:0:1:0 0 sdd 512 8:48 8 48 4096 brw-rw---- WDC WD10EZRX-00A8LB0 1 sdd 0 root /dev/sdd 4096 gpt 9105c713-b781-48da-a3bf-027455878851 8192 1 01.01A01 0 0 1 2 mq-deadline WD-WMC1U9174429 931.5G running block:scsi:pci ata disk ATA 0B 0x50014ee25d49f2d7 none 0B 0B 0B 0 0 0 3072 wwn-0x50014ee25d49f2d7-part1 0x50014ee25d49f2d7-part1 0 0 0B 12 0B 0 disk 0 sdd1 512 8:49 8 49 4096 brw-rw---- 1 ├─sdd1 0 root 1 21686148-6449-6e6f-744e-656564454649 BIOS boot e4095617-ba64-49ad-b559-e172d6271cc2 /dev/sdd1 4096 sdd gpt 9105c713-b781-48da-a3bf-027455878851 8192 1 0 0 1 2 mq-deadline 1007K 34 block:scsi:pci part 0B 0x50014ee25d49f2d7 none 0B 0B 0B 0 0 0 0 wwn-0x50014ee25d49f2d7-part2 0x50014ee25d49f2d7-part2 0 0 0B 12 0B 0 vfat FAT32 disk 0 sdd2 512 8:50 8 50 4096 brw-rw---- 1 ├─sdd2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System d05e0a67-4fdf-455f-a47e-bb86fe8508b0 /dev/sdd2 4096 sdd gpt 9105c713-b781-48da-a3bf-027455878851 8192 1 0 0 1 2 mq-deadline 1G 2048 block:scsi:pci part 0B43-A3C1 0B 0x50014ee25d49f2d7 none 0B 0B 0B 0 0 0 @@ -6733,8 +6806,8 @@ ALIGNMENT ID-LINK ID 0 dm-name-pve-vm--400--disk--0 name-pve-vm--400--disk--0 0 0 64K 21 64M 0 disk 0 dm-6 512 252:6 252 6 65536 brw-rw---- 1 └─pve-vm--400--disk--0 65536 root /dev/mapper/pve-vm--400--disk--0 4096 dm-4 gpt b4847a82-7c0b-4815-9650-c5568653da2d 8192 0 0 0 1 32G running block lvm 0B none 0B 0B 0B 0 0 0 0 usb-SSD_ThinkPlus_AAAABBBB000C-0:0 SSD_ThinkPlus_AAAABBBB000C-0:0 0 0 0B 17 0B 0 disk 2:0:0:0 1 sde 512 8:64 8 64 512 brw-rw---- SK hynix SC300B SATA 512GB 1 sde 33553920 root /dev/sde 512 gpt 41ce060d-9883-4aad-92ee-341bcbb44124 65532 0 20102P00 0 0 0 60 mq-deadline EJ76N650710306R1N 476.9G running block:scsi:usb:pci usb disk SSD 0B none 0B 0B 0B 0 0 0 0 usb-SSD_ThinkPlus_AAAABBBB000C-0:0-part1 SSD_ThinkPlus_AAAABBBB000C-0:0-part1 0 0 0B 17 0B 0 444.5G / 468.4G ext4 2M 0% 1.0 disk 1 sde1 512 8:65 8 65 512 brw-rw---- 1 └─sde1 33553920 root 1 0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem 5f9bc49e-11d9-4e6f-853a-03ed3864a7d1 /dev/sde1 512 sde gpt 41ce060d-9883-4aad-92ee-341bcbb44124 65532 0 0 0 0 60 mq-deadline 476.9G 2048 block:scsi:usb:pci /mnt/tsys4/D3 /mnt/tsys4/D3 part b53dcfc5-02f4-4b80-bf72-33feb8b03f09 0B none 0B 0B 0B 0 0 0 - 0 wwn-0x50014ee2bf38011d 0x50014ee2bf38011d 0 0 4K 20 4G 0 disk 3:0:0:0 1 sdf 512 8:80 8 80 4096 brw-rw---- WDC WD50NDZW-11MR8S1 1 sdf 0 root /dev/sdf 4096 gpt 41a65ca1-39bc-40a3-af44-5cea1354952f 4096 1 02.01A02 0 0 1 2 mq-deadline WD-WX52D41RLK8F 4.5T running block:scsi:usb:pci usb disk WD 0B 0x50014ee2bf38011d none 0B 0B 0B 0 0 0 - 0 wwn-0x50014ee2bf38011d-part1 0x50014ee2bf38011d-part1 0 0 4K 20 4G 0 4.3T / 4.5T ext4 2M 0% 1.0 disk 1 sdf1 512 8:81 8 81 4096 brw-rw---- 1 └─sdf1 0 root easystore 1 ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 Microsoft basic data afa5320c-682c-4c6a-8057-83cfab3fc015 /dev/sdf1 4096 sdf gpt 41a65ca1-39bc-40a3-af44-5cea1354952f 4096 1 0 0 1 2 mq-deadline 4.5T 2048 block:scsi:usb:pci /mnt/backup /mnt/backup part 49bd1b9e-f31c-4f0a-9790-5b4b330c5708 0B 0x50014ee2bf38011d none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee2bf38011d 0x50014ee2bf38011d 0 0 4K 20 0B 0 disk 3:0:0:0 1 sdf 512 8:80 8 80 4096 brw-rw---- WDC WD50NDZW-11MR8S1 1 sdf 0 root /dev/sdf 4096 gpt 41a65ca1-39bc-40a3-af44-5cea1354952f 4096 1 02.01A02 0 0 1 2 mq-deadline WD-WX52D41RLK8F 4.5T running block:scsi:usb:pci usb disk WD 0B 0x50014ee2bf38011d none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee2bf38011d-part1 0x50014ee2bf38011d-part1 0 0 4K 20 0B 0 4.3T / 4.5T ext4 2M 0% 1.0 disk 1 sdf1 512 8:81 8 81 4096 brw-rw---- 1 └─sdf1 0 root easystore 1 ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 Microsoft basic data afa5320c-682c-4c6a-8057-83cfab3fc015 /dev/sdf1 4096 sdf gpt 41a65ca1-39bc-40a3-af44-5cea1354952f 4096 1 0 0 1 2 mq-deadline 4.5T 2048 block:scsi:usb:pci /mnt/backup /mnt/backup part 49bd1b9e-f31c-4f0a-9790-5b4b330c5708 0B 0x50014ee2bf38011d none 0B 0B 0B 0 0 0 --- blkid $ blkid @@ -7214,7 +7287,7 @@ tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sde1 469G 2.1M 445G 1% /mnt/tsys4/D3 tmpfs 7.8G 28K 7.8G 1% /tmp /dev/sdc1 2.7T 187G 2.4T 8% /mnt/tsys4/D2 -/dev/sdb 1.8T 233G 1.5T 14% /mnt/tsys4/D5 +/dev/sdb 1.8T 236G 1.5T 14% /mnt/tsys4/D5 /dev/sdf1 4.6T 2.1M 4.3T 1% /mnt/backup /dev/fuse 128M 20K 128M 1% /etc/pve tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service @@ -7225,15 +7298,15 @@ tmpfs 1.6G 4.0K 1.6G 1% /run/user/0 $ df -i Filesystem Inodes IUsed IFree IUse% Mounted on udev 2023292 791 2022501 1% /dev -tmpfs 2035340 1307 2034033 1% /run -/dev/mapper/pve-root 6291456 78647 6212809 2% / +tmpfs 2035340 1312 2034028 1% /run +/dev/mapper/pve-root 6291456 78676 6212780 2% / tmpfs 2035340 79 2035261 1% /dev/shm tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service tmpfs 2035340 14 2035326 1% /run/lock /dev/sde1 31260672 13 31260659 1% /mnt/tsys4/D3 tmpfs 1048576 15 1048561 1% /tmp -/dev/sdc1 183148544 56 183148488 1% /mnt/tsys4/D2 -/dev/sdb 122101760 66 122101694 1% /mnt/tsys4/D5 +/dev/sdc1 183148544 54 183148490 1% /mnt/tsys4/D2 +/dev/sdb 122101760 64 122101696 1% /mnt/tsys4/D5 /dev/sdf1 152616960 12 152616948 1% /mnt/backup /dev/fuse 262144 36 262108 1% /etc/pve tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service @@ -7338,11 +7411,11 @@ done Last mounted on: / Block count: 25165824 Reserved block count: 1258291 -Free blocks: 21950062 +Free blocks: 21947791 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 15:58:10 2026 -Last write time: Sun Jul 26 16:00:14 2026 +Last write time: Mon Jul 27 21:01:14 2026 Mount count: 33 Maximum mount count: -1 Last checked: Mon Feb 23 04:49:24 2026 @@ -7366,11 +7439,11 @@ Reserved blocks gid: 0 (group root) Last mounted on: /mnt/tsys4/D2 Block count: 732566272 Reserved block count: 36628313 -Free blocks: 671824256 +Free blocks: 671989108 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 15:58:18 2026 -Last write time: Sun Jul 26 15:58:27 2026 +Last write time: Mon Jul 27 20:58:40 2026 Mount count: 25 Maximum mount count: -1 Last checked: Mon Feb 23 18:17:29 2026 @@ -7380,11 +7453,11 @@ Reserved blocks gid: 0 (group root) Last mounted on: /mnt/tsys4/D5 Block count: 488378646 Reserved block count: 24418932 -Free blocks: 419378817 +Free blocks: 418753849 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 15:58:19 2026 -Last write time: Sun Jul 26 15:59:40 2026 +Last write time: Mon Jul 27 21:00:07 2026 Mount count: 26 Maximum mount count: -1 Last checked: Wed Feb 25 07:59:51 2026 @@ -7441,41 +7514,41 @@ Error: No Client Stats (/proc/net/rpc/nfs: No such file or directory). $ nfsstat -s Server rpc stats: calls badcalls badfmt badauth badclnt -10602047 0 0 0 0 +18392570 0 0 0 0 Server nfs v4: null compound -11 0% 10602392 99% +21 0% 18396033 99% Server nfs v4 operations: op0-unused op1-unused op2-future access close -0 0% 0 0% 0 0% 1334 0% 316 0% +0 0% 0 0% 0 0% 2544 0% 617 0% commit create delegpurge delegreturn getattr -360405 1% 18 0% 0 0% 183 0% 1767001 5% +622409 1% 21 0% 0 0% 339 0% 2790871 4% getfh link lock lockt locku -410 0% 0 0% 0 0% 0 0% 0 0% +765 0% 0 0% 0 0% 0 0% 0 0% lookup lookup_root nverify open openattr -382 0% 0 0% 0 0% 579 0% 0 0% +708 0% 0 0% 0 0% 1067 0% 0 0% open_conf open_dgrd putfh putpubfh putrootfh -0 0% 0 0% 10601886 31% 0 0% 67 0% +0 0% 0 0% 18395330 32% 0 0% 127 0% read readdir readlink remove rename -1326365 3% 568 0% 0 0% 46 0% 6 0% +2597041 4% 959 0% 0 0% 56 0% 6 0% renew restorefh savefh secinfo setattr -0 0% 0 0% 6 0% 0 0% 64 0% +0 0% 0 0% 6 0% 0 0% 111 0% setcltid setcltidconf verify write rellockowner -0 0% 0 0% 0 0% 8073743 24% 0 0% +0 0% 0 0% 0 0% 14003066 24% 0 0% bc_ctl bind_conn exchange_id create_ses destroy_ses -0 0% 0 0% 22 0% 15 0% 9 0% +0 0% 0 0% 44 0% 29 0% 19 0% free_stateid getdirdeleg getdevinfo getdevlist layoutcommit -0 0% 35 0% 0 0% 0 0% 0 0% +0 0% 120 0% 0 0% 0 0% 0 0% layoutget layoutreturn secinfononam sequence set_ssv -0 0% 0 0% 32 0% 10602340 31% 0 0% +0 0% 0 0% 61 0% 18395927 32% 0 0% test_stateid want_deleg destroy_clid reclaim_comp allocate -0 0% 0 0% 6 0% 12 0% 9415 0% +0 0% 0 0% 14 0% 24 0% 18574 0% copy copy_notify deallocate ioadvise layouterror -0 0% 0 0% 9556 0% 0 0% 0 0% +0 0% 0 0% 26285 0% 0 0% 0 0% layoutstats offloadcancel offloadstatus readplus seek -0 0% 0 0% 0 0% 0 0% 443267 1% +0 0% 0 0% 0 0% 0 0% 518151 0% write_same 0 0% @@ -7484,7 +7557,7 @@ write_same $ nfsstat -234 Server rpc stats: calls badcalls badfmt badauth badclnt -10602047 0 0 0 0 +18392570 0 0 0 0 Server nfs v2: null getattr setattr root lookup @@ -7510,37 +7583,37 @@ pathconf commit Server nfs v4: null compound -11 0% 10602392 99% +21 0% 18396033 99% Server nfs v4 operations: op0-unused op1-unused op2-future access close -0 0% 0 0% 0 0% 1334 0% 316 0% +0 0% 0 0% 0 0% 2544 0% 617 0% commit create delegpurge delegreturn getattr -360405 1% 18 0% 0 0% 183 0% 1767001 5% +622409 1% 21 0% 0 0% 339 0% 2790871 4% getfh link lock lockt locku -410 0% 0 0% 0 0% 0 0% 0 0% +765 0% 0 0% 0 0% 0 0% 0 0% lookup lookup_root nverify open openattr -382 0% 0 0% 0 0% 579 0% 0 0% +708 0% 0 0% 0 0% 1067 0% 0 0% open_conf open_dgrd putfh putpubfh putrootfh -0 0% 0 0% 10601886 31% 0 0% 67 0% +0 0% 0 0% 18395330 32% 0 0% 127 0% read readdir readlink remove rename -1326365 3% 568 0% 0 0% 46 0% 6 0% +2597041 4% 959 0% 0 0% 56 0% 6 0% renew restorefh savefh secinfo setattr -0 0% 0 0% 6 0% 0 0% 64 0% +0 0% 0 0% 6 0% 0 0% 111 0% setcltid setcltidconf verify write rellockowner -0 0% 0 0% 0 0% 8073743 24% 0 0% +0 0% 0 0% 0 0% 14003066 24% 0 0% bc_ctl bind_conn exchange_id create_ses destroy_ses -0 0% 0 0% 22 0% 15 0% 9 0% +0 0% 0 0% 44 0% 29 0% 19 0% free_stateid getdirdeleg getdevinfo getdevlist layoutcommit -0 0% 35 0% 0 0% 0 0% 0 0% +0 0% 120 0% 0 0% 0 0% 0 0% layoutget layoutreturn secinfononam sequence set_ssv -0 0% 0 0% 32 0% 10602340 31% 0 0% +0 0% 0 0% 61 0% 18395927 32% 0 0% test_stateid want_deleg destroy_clid reclaim_comp allocate -0 0% 0 0% 6 0% 12 0% 9415 0% +0 0% 0 0% 14 0% 24 0% 18574 0% copy copy_notify deallocate ioadvise layouterror -0 0% 0 0% 9556 0% 0 0% 0 0% +0 0% 0 0% 26285 0% 0 0% 0 0% layoutstats offloadcancel offloadstatus readplus seek -0 0% 0 0% 0 0% 0 0% 443267 1% +0 0% 0 0% 0 0% 0 0% 518151 0% write_same 0 0% @@ -7557,17 +7630,17 @@ cat: /proc/net/rpc/nfs: No such file or directory --- /proc/net/rpc/nfsd $ cat /proc/net/rpc/nfsd -rc 0 0 10610469 +rc 0 0 18410644 fh 0 0 0 0 0 -io 530705764752 257088256304 +io 647182531632 338941491504 th 16 0 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 ra 0 0 0 0 0 0 0 0 0 0 0 0 -net 10610360 0 10610492 19 -rpc 10610111 0 0 0 0 +net 18409165 0 18408826 58 +rpc 18407149 0 0 0 0 proc3 22 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -proc4 2 11 10610458 -proc4ops 76 0 0 0 1582 392 360615 18 0 205 1769795 410 0 0 0 0 382 0 0 701 0 0 0 10609952 0 67 1326687 690 0 46 6 0 0 6 0 67 0 0 0 8080238 0 0 0 22 15 9 0 40 0 0 0 0 0 32 10610406 0 0 0 6 12 9416 0 0 9557 0 0 0 0 0 0 443267 0 0 0 0 0 0 -wdeleg_getattr 135 +proc4 2 21 18410623 +proc4ops 76 0 0 0 3046 803 622913 21 0 355 2796502 765 0 0 0 0 708 0 0 1334 0 0 0 18409920 0 127 2597671 1167 0 56 6 0 0 6 0 114 0 0 0 14014812 0 0 0 44 29 19 0 153 0 0 0 0 0 61 18410517 0 0 0 14 24 18597 0 0 26308 0 0 0 0 0 0 518198 0 0 0 0 0 0 +wdeleg_getattr 150 --- exports --- /etc/exports --- @@ -7721,7 +7794,7 @@ Nobody-Group = nogroup $ pvesm status Name Type Status Total (KiB) Used (KiB) Available (KiB) % D3 dir active 491133848 2080 466110072 0.00% -local dir active 98497780 10697436 82750796 10.86% +local dir active 98497780 10706668 82741564 10.87% local-lvm lvmthin active 832888832 33565419 799323412 4.03% --- pvesm list per storage @@ -8243,7 +8316,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -21 1 0x01 147 39984 7487916394 174709084196778 +21 1 0x01 147 39984 7487916394 280594080723368 name type data hits 4 0 iohits 4 0 @@ -8372,8 +8445,8 @@ memory_throttle_count 4 0 memory_direct_count 4 0 memory_indirect_count 4 0 memory_all_bytes 4 16673505280 -memory_free_bytes 4 14503260160 -memory_available_bytes 3 13858257920 +memory_free_bytes 4 14442917888 +memory_available_bytes 3 13797915648 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -8395,7 +8468,7 @@ abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -17 1 0x01 13 3536 7486308075 174709085185471 +17 1 0x01 13 3536 7486308075 280594081594667 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -8413,7 +8486,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -16 1 0x01 8 2176 7486307541 174709086047291 +16 1 0x01 8 2176 7486307541 280594082351422 name type data hits 4 0 future 4 0 @@ -8431,7 +8504,7 @@ cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory --- abdstats $ cat /proc/spl/kstat/zfs/abdstats -14 1 0x01 20 5440 7486234986 174709087780269 +14 1 0x01 20 5440 7486234986 280594083993986 name type data struct_size 4 96 linear_cnt 4 0 @@ -8644,7 +8717,7 @@ Form Factor: 3.5 inches Device is: In smartctl database 7.3/5528 ATA Version is: ATA8-ACS T13/1699-D revision 4 SATA Version is: SATA 2.6, 6.0 Gb/s (current: 6.0 Gb/s) -Local Time is: Sun Jul 26 16:29:55 2026 CDT +Local Time is: Mon Jul 27 21:54:41 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -8693,12 +8766,12 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0 7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0 8 Seek_Time_Performance 0x0005 133 133 020 Pre-fail Offline - 27 - 9 Power_On_Hours 0x0012 090 090 000 Old_age Always - 74218 + 9 Power_On_Hours 0x0012 090 090 000 Old_age Always - 74247 10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 097 097 000 Old_age Always - 13303 -192 Power-Off_Retract_Count 0x0032 057 057 000 Old_age Always - 52475 -193 Load_Cycle_Count 0x0012 057 057 000 Old_age Always - 52475 -194 Temperature_Celsius 0x0002 139 139 000 Old_age Always - 43 (Min/Max 20/57) +192 Power-Off_Retract_Count 0x0032 057 057 000 Old_age Always - 52476 +193 Load_Cycle_Count 0x0012 057 057 000 Old_age Always - 52476 +194 Temperature_Celsius 0x0002 142 142 000 Old_age Always - 42 (Min/Max 20/57) 196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0 197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0 @@ -8744,7 +8817,7 @@ Form Factor: 3.5 inches Device is: Not in smartctl database 7.3/5528 ATA Version is: ATA8-ACS T13/1699-D revision 4 SATA Version is: SATA 2.6, 6.0 Gb/s (current: 6.0 Gb/s) -Local Time is: Sun Jul 26 16:29:56 2026 CDT +Local Time is: Mon Jul 27 21:54:42 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -8793,11 +8866,11 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0 7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0 8 Seek_Time_Performance 0x0005 100 100 020 Pre-fail Offline - 0 - 9 Power_On_Hours 0x0012 089 089 000 Old_age Always - 80796 + 9 Power_On_Hours 0x0012 089 089 000 Old_age Always - 80825 10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 288 -192 Power-Off_Retract_Count 0x0032 099 099 000 Old_age Always - 1716 -193 Load_Cycle_Count 0x0012 099 099 000 Old_age Always - 1716 +192 Power-Off_Retract_Count 0x0032 099 099 000 Old_age Always - 1717 +193 Load_Cycle_Count 0x0012 099 099 000 Old_age Always - 1717 194 Temperature_Celsius 0x0002 120 120 000 Old_age Always - 50 (Min/Max 18/56) 196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0 197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0 @@ -8938,7 +9011,7 @@ Rotation Rate: 5400 rpm Device is: In smartctl database 7.3/5528 ATA Version is: ACS-2 (minor revision not indicated) SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s) -Local Time is: Sun Jul 26 16:29:57 2026 CDT +Local Time is: Mon Jul 27 21:54:44 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -8987,12 +9060,12 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 312 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0 - 9 Power_On_Hours 0x0032 025 025 000 Old_age Always - 55444 + 9 Power_On_Hours 0x0032 025 025 000 Old_age Always - 55473 10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0 11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 257 192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 191 -193 Load_Cycle_Count 0x0032 180 180 000 Old_age Always - 62341 +193 Load_Cycle_Count 0x0032 180 180 000 Old_age Always - 62344 194 Temperature_Celsius 0x0022 109 090 000 Old_age Always - 41 196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0 @@ -9035,7 +9108,7 @@ Sector Sizes: 512 bytes logical, 4096 bytes physical Device is: In smartctl database 7.3/5528 ATA Version is: ATA8-ACS (minor revision not indicated) SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s) -Local Time is: Sun Jul 26 16:29:58 2026 CDT +Local Time is: Mon Jul 27 21:54:44 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -9083,7 +9156,7 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 724 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0 - 9 Power_On_Hours 0x0032 001 001 000 Old_age Always - 82192 + 9 Power_On_Hours 0x0032 001 001 000 Old_age Always - 82221 10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0 11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 720 @@ -9131,7 +9204,7 @@ TRIM Command: Available Device is: Not in smartctl database 7.3/5528 ATA Version is: ATA8-ACS (minor revision not indicated) SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s) -Local Time is: Sun Jul 26 16:29:58 2026 CDT +Local Time is: Mon Jul 27 21:54:44 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -9171,7 +9244,7 @@ Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 166 166 006 Pre-fail Always - 0 5 Reallocated_Sector_Ct 0x0032 253 253 036 Old_age Always - 0 - 9 Power_On_Hours 0x0032 079 079 000 Old_age Always - 18950 + 9 Power_On_Hours 0x0032 079 079 000 Old_age Always - 18979 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 789 100 Unknown_Attribute 0x0032 100 100 000 Old_age Always - 13150021 171 Unknown_Attribute 0x0032 253 253 000 Old_age Always - 0 @@ -9189,7 +9262,7 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 187 Reported_Uncorrect 0x0032 253 253 000 Old_age Always - 0 188 Command_Timeout 0x0032 253 253 000 Old_age Always - 0 191 Unknown_SSD_Attribute 0x0032 253 253 000 Old_age Always - 0 -194 Temperature_Celsius 0x0002 033 000 000 Old_age Always - 33 (Min/Max 7/51) +194 Temperature_Celsius 0x0002 034 000 000 Old_age Always - 34 (Min/Max 7/51) 195 Hardware_ECC_Recovered 0x0032 253 253 000 Old_age Always - 0 201 Unknown_SSD_Attribute 0x000e 100 100 000 Old_age Always - 0 204 Soft_ECC_Correction 0x000e 100 099 000 Old_age Always - 19 @@ -9334,7 +9407,7 @@ TRIM Command: Available, deterministic Device is: In smartctl database 7.3/5528 ATA Version is: ACS-3 (minor revision not indicated) SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s) -Local Time is: Sun Jul 26 16:29:58 2026 CDT +Local Time is: Mon Jul 27 21:54:44 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -9377,15 +9450,15 @@ Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x002f 100 253 051 Pre-fail Always - 0 3 Spin_Up_Time 0x0027 253 253 021 Pre-fail Always - 2883 - 4 Start_Stop_Count 0x0032 072 072 000 Old_age Always - 28977 + 4 Start_Stop_Count 0x0032 071 071 000 Old_age Always - 29003 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0 - 9 Power_On_Hours 0x0032 071 071 000 Old_age Always - 21235 + 9 Power_On_Hours 0x0032 071 071 000 Old_age Always - 21265 10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0 11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 66 192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 29 -193 Load_Cycle_Count 0x0032 181 181 000 Old_age Always - 58115 +193 Load_Cycle_Count 0x0032 181 181 000 Old_age Always - 58171 194 Temperature_Celsius 0x0022 115 106 000 Old_age Always - 37 196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0 @@ -9660,12 +9733,12 @@ xfs_scrub_all.timer enabled enabled $ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120 ● pve-cluster.service - The Proxmox VE cluster filesystem Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 16:00:03 CDT; 2 days ago + Active: active (running) since Fri 2026-07-24 16:00:03 CDT; 3 days ago Invocation: e453235c99b847bcbaf3fee923948434 Main PID: 1245 (pmxcfs) Tasks: 7 (limit: 18967) - Memory: 18.2M (peak: 58.1M, swap: 30.1M, swap peak: 33.2M) - CPU: 1min 14.309s + Memory: 17.8M (peak: 58.1M, swap: 30.4M, swap peak: 33.2M) + CPU: 2min 488ms CGroup: /system.slice/pve-cluster.service └─1245 /usr/bin/pmxcfs @@ -9676,12 +9749,12 @@ Jul 24 16:00:03 pfv-tsys4 systemd[1]: Started pve-cluster.service - The Proxmox ● pvedaemon.service - PVE API Daemon Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 16:00:09 CDT; 2 days ago + Active: active (running) since Fri 2026-07-24 16:00:09 CDT; 3 days ago Invocation: f51489cd36b04cccad4952818ae99b64 Main PID: 1484 (pvedaemon) Tasks: 4 (limit: 18967) - Memory: 27.4M (peak: 195.3M, swap: 153.6M, swap peak: 154.6M) - CPU: 16.017s + Memory: 28.9M (peak: 195.3M, swap: 153.7M, swap peak: 154.6M) + CPU: 26.561s CGroup: /system.slice/pvedaemon.service ├─1484 pvedaemon ├─1485 "pvedaemon worker" @@ -9698,38 +9771,38 @@ Jul 24 16:00:09 pfv-tsys4 systemd[1]: Started pvedaemon.service - PVE API Daemon ● pveproxy.service - PVE API Proxy Server Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 16:00:10 CDT; 2 days ago + Active: active (running) since Fri 2026-07-24 16:00:10 CDT; 3 days ago Invocation: ad94467386064b43af42ee5db7a56e95 - Process: 366003 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) + Process: 650090 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) Main PID: 1553 (pveproxy) Tasks: 4 (limit: 18967) - Memory: 134.4M (peak: 358.7M, swap: 192.9M, swap peak: 226.9M) - CPU: 40.792s + Memory: 170.1M (peak: 434.9M, swap: 200.5M, swap peak: 238.2M) + CPU: 1min 8.814s CGroup: /system.slice/pveproxy.service ├─ 1553 pveproxy - ├─366058 "pveproxy worker" - ├─366059 "pveproxy worker" - └─366060 "pveproxy worker" + ├─650166 "pveproxy worker" + ├─650167 "pveproxy worker" + └─650168 "pveproxy worker" -Jul 26 00:25:41 pfv-tsys4 pveproxy[1553]: starting 3 worker(s) -Jul 26 00:25:41 pfv-tsys4 pveproxy[1553]: worker 366058 started -Jul 26 00:25:41 pfv-tsys4 pveproxy[1553]: worker 366059 started -Jul 26 00:25:41 pfv-tsys4 pveproxy[1553]: worker 366060 started -Jul 26 00:25:47 pfv-tsys4 pveproxy[92399]: worker exit -Jul 26 00:25:47 pfv-tsys4 pveproxy[92397]: worker exit -Jul 26 00:25:47 pfv-tsys4 pveproxy[92398]: worker exit -Jul 26 00:25:51 pfv-tsys4 pveproxy[1553]: worker 92398 finished -Jul 26 00:25:51 pfv-tsys4 pveproxy[1553]: worker 92397 finished -Jul 26 00:25:51 pfv-tsys4 pveproxy[1553]: worker 92399 finished +Jul 27 00:59:53 pfv-tsys4 pveproxy[1553]: starting 3 worker(s) +Jul 27 00:59:53 pfv-tsys4 pveproxy[1553]: worker 650166 started +Jul 27 00:59:53 pfv-tsys4 pveproxy[1553]: worker 650167 started +Jul 27 00:59:53 pfv-tsys4 pveproxy[1553]: worker 650168 started +Jul 27 00:59:59 pfv-tsys4 pveproxy[366059]: worker exit +Jul 27 00:59:59 pfv-tsys4 pveproxy[366060]: worker exit +Jul 27 00:59:59 pfv-tsys4 pveproxy[366058]: worker exit +Jul 27 01:00:03 pfv-tsys4 pveproxy[1553]: worker 366060 finished +Jul 27 01:00:03 pfv-tsys4 pveproxy[1553]: worker 366058 finished +Jul 27 01:00:03 pfv-tsys4 pveproxy[1553]: worker 366059 finished ● pve-firewall.service - Proxmox VE firewall Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 16:00:08 CDT; 2 days ago + Active: active (running) since Fri 2026-07-24 16:00:08 CDT; 3 days ago Invocation: 220e37055dfe450fbf381f28186dce38 Main PID: 1449 (pve-firewall) Tasks: 1 (limit: 18967) - Memory: 35.8M (peak: 128.3M, swap: 94.4M, swap peak: 94.5M) - CPU: 16min 36.980s + Memory: 36.2M (peak: 128.3M, swap: 94.6M, swap peak: 94.7M) + CPU: 26min 47.232s CGroup: /system.slice/pve-firewall.service └─1449 pve-firewall @@ -9737,6 +9810,7 @@ Jul 24 16:00:03 pfv-tsys4 systemd[1]: Starting pve-firewall.service - Proxmox VE Jul 24 16:00:08 pfv-tsys4 pve-firewall[1449]: starting server Jul 24 16:00:08 pfv-tsys4 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. Jul 26 15:07:47 pfv-tsys4 pve-firewall[1449]: firewall update time (6.399 seconds) +Jul 27 21:51:02 pfv-tsys4 pve-firewall[1449]: firewall update time (8.277 seconds) ○ pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; disabled; preset: enabled) @@ -9748,12 +9822,12 @@ Jul 26 15:07:47 pfv-tsys4 pve-firewall[1449]: firewall update time (6.399 second ● pvestatd.service - PVE Status Daemon Loaded: loaded (/usr/lib/systemd/system/pvestatd.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 16:00:08 CDT; 2 days ago + Active: active (running) since Fri 2026-07-24 16:00:08 CDT; 3 days ago Invocation: b089fe7463334022a4ae1aef6d822c5b Main PID: 1465 (pvestatd) Tasks: 1 (limit: 18967) - Memory: 44.7M (peak: 135.3M, swap: 86.6M, swap peak: 86.6M) - CPU: 17min 7.578s + Memory: 45.2M (peak: 135.3M, swap: 86.8M, swap peak: 86.9M) + CPU: 27min 36.519s CGroup: /system.slice/pvestatd.service └─1465 pvestatd @@ -9763,10 +9837,12 @@ Jul 24 16:00:08 pfv-tsys4 systemd[1]: Started pvestatd.service - PVE Status Daem Jul 25 10:56:39 pfv-tsys4 pvestatd[1465]: auth key pair too old, rotating.. Jul 26 10:56:41 pfv-tsys4 pvestatd[1465]: auth key pair too old, rotating.. Jul 26 15:07:47 pfv-tsys4 pvestatd[1465]: status update time (5.596 seconds) +Jul 27 10:56:41 pfv-tsys4 pvestatd[1465]: auth key pair too old, rotating.. +Jul 27 21:51:04 pfv-tsys4 pvestatd[1465]: status update time (9.260 seconds) ● pvebanner.service - Proxmox VE Login Banner Loaded: loaded (/usr/lib/systemd/system/pvebanner.service; enabled; preset: enabled) - Active: active (exited) since Fri 2026-07-24 15:59:05 CDT; 2 days ago + Active: active (exited) since Fri 2026-07-24 15:59:05 CDT; 3 days ago Invocation: e0b579aa68ba4e269f0c85573fec88c3 Main PID: 904 (code=exited, status=0/SUCCESS) Mem peak: 34.8M @@ -9781,7 +9857,7 @@ Jul 24 15:59:05 pfv-tsys4 systemd[1]: Finished pvebanner.service - Proxmox VE Lo Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: enabled) Drop-In: /run/systemd/generator/nfs-server.service.d └─order-with-mounts.conf - Active: active (exited) since Fri 2026-07-24 16:00:11 CDT; 2 days ago + Active: active (exited) since Fri 2026-07-24 16:00:11 CDT; 3 days ago Invocation: 31e5f1e426a94cdc85e882117636b6f8 Docs: man:rpc.nfsd(8) man:exportfs(8) @@ -9799,7 +9875,7 @@ Jul 24 16:00:11 pfv-tsys4 systemd[1]: Finished nfs-server.service - NFS server a Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: enabled) Drop-In: /run/systemd/generator/nfs-server.service.d └─order-with-mounts.conf - Active: active (exited) since Fri 2026-07-24 16:00:11 CDT; 2 days ago + Active: active (exited) since Fri 2026-07-24 16:00:11 CDT; 3 days ago Invocation: 31e5f1e426a94cdc85e882117636b6f8 Docs: man:rpc.nfsd(8) man:exportfs(8) @@ -9815,14 +9891,14 @@ Jul 24 16:00:11 pfv-tsys4 systemd[1]: Finished nfs-server.service - NFS server a ● rpcbind.service - RPC bind portmap service Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 15:59:00 CDT; 2 days ago + Active: active (running) since Fri 2026-07-24 15:59:00 CDT; 3 days ago Invocation: 5d2420eac98d451fb11735e771c51d2e TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) Main PID: 934 (rpcbind) Tasks: 1 (limit: 18967) - Memory: 928K (peak: 2M, swap: 32K, swap peak: 32K) - CPU: 1min 34.814s + Memory: 1.2M (peak: 2M, swap: 56K, swap peak: 56K) + CPU: 2min 32.040s CGroup: /system.slice/rpcbind.service └─934 /usr/sbin/rpcbind -f -w @@ -9831,12 +9907,12 @@ Jul 24 15:59:00 pfv-tsys4 systemd[1]: Started rpcbind.service - RPC bind portmap ● rpc-statd.service - NFS status monitor for NFSv2/3 locking. Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static) - Active: active (running) since Fri 2026-07-24 16:00:01 CDT; 2 days ago + Active: active (running) since Fri 2026-07-24 16:00:01 CDT; 3 days ago Invocation: aadb1d67946d4092bcd32f76d3054e6d Docs: man:rpc.statd(8) Main PID: 1234 (rpc.statd) Tasks: 1 (limit: 18967) - Memory: 400K (peak: 1.7M, swap: 96K, swap peak: 96K) + Memory: 392K (peak: 1.7M, swap: 104K, swap peak: 104K) CPU: 7ms CGroup: /system.slice/rpc-statd.service └─1234 /usr/sbin/rpc.statd @@ -9852,7 +9928,7 @@ Jul 24 16:00:01 pfv-tsys4 systemd[1]: Started rpc-statd.service - NFS status mon ● zfs-mount.service - Mount ZFS filesystems Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled) - Active: active (exited) since Fri 2026-07-24 15:58:19 CDT; 2 days ago + Active: active (exited) since Fri 2026-07-24 15:58:19 CDT; 3 days ago Invocation: b949855e4d8447c799c35c9e8f7d6df5 Docs: man:zfs(8) Main PID: 885 (code=exited, status=0/SUCCESS) @@ -9864,25 +9940,25 @@ Jul 24 16:00:01 pfv-tsys4 systemd[1]: Started rpc-statd.service - NFS status mon --- systemctl list-timers $ systemctl list-timers --all --no-pager -NEXT LEFT LAST PASSED UNIT ACTIVATES -Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:19 CDT 16h ago dpkg-db-backup.timer dpkg-db-backup.service -Mon 2026-07-27 00:26:46 CDT 7h Sun 2026-07-26 02:26:26 CDT 14h ago beszel-agent-update.timer beszel-agent-update.service -Mon 2026-07-27 00:59:29 CDT 8h Sun 2026-07-26 00:25:29 CDT 16h ago logrotate.timer logrotate.service -Mon 2026-07-27 01:25:35 CDT 8h Mon 2026-07-20 00:34:10 CDT - fstrim.timer fstrim.service -Mon 2026-07-27 02:37:41 CDT 10h Sun 2026-07-26 01:53:29 CDT 14h ago pve-daily-update.timer pve-daily-update.service -Mon 2026-07-27 03:28:58 CDT 10h Sun 2026-07-26 15:48:33 CDT 41min ago apt-daily.timer apt-daily.service -Mon 2026-07-27 06:13:10 CDT 13h Sun 2026-07-26 06:07:29 CDT 10h ago apt-daily-upgrade.timer apt-daily-upgrade.service -Mon 2026-07-27 11:34:31 CDT 19h Sun 2026-07-26 10:40:25 CDT 5h 49min ago man-db.timer man-db.service -Mon 2026-07-27 16:14:33 CDT 23h Sun 2026-07-26 16:14:33 CDT 15min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service -Sun 2026-08-02 03:10:03 CDT 6 days Sun 2026-07-26 03:10:21 CDT 13h ago e2scrub_all.timer e2scrub_all.service -Sun 2026-08-02 03:10:16 CDT 6 days Sun 2026-07-26 03:10:21 CDT 13h ago xfs_scrub_all.timer xfs_scrub_all.service +NEXT LEFT LAST PASSED UNIT ACTIVATES +Tue 2026-07-28 00:00:00 CDT 2h 5min Mon 2026-07-27 00:00:29 CDT 21h ago dpkg-db-backup.timer dpkg-db-backup.service +Tue 2026-07-28 00:17:00 CDT 2h 22min Mon 2026-07-27 00:59:33 CDT 20h ago logrotate.timer logrotate.service +Tue 2026-07-28 01:25:42 CDT 3h 30min Mon 2026-07-27 15:36:23 CDT 6h ago apt-daily.timer apt-daily.service +Tue 2026-07-28 01:27:48 CDT 3h 32min Mon 2026-07-27 11:34:33 CDT 10h ago man-db.timer man-db.service +Tue 2026-07-28 01:47:08 CDT 3h 52min Mon 2026-07-27 00:27:29 CDT 21h ago beszel-agent-update.timer beszel-agent-update.service +Tue 2026-07-28 02:35:12 CDT 4h 40min Mon 2026-07-27 02:38:29 CDT 19h ago pve-daily-update.timer pve-daily-update.service +Tue 2026-07-28 06:31:26 CDT 8h Mon 2026-07-27 06:13:29 CDT 15h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Tue 2026-07-28 16:15:01 CDT 18h Mon 2026-07-27 16:15:01 CDT 5h 39min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Sun 2026-08-02 03:10:03 CDT 5 days Sun 2026-07-26 03:10:21 CDT 1 day 18h ago e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:16 CDT 5 days Sun 2026-07-26 03:10:21 CDT 1 day 18h ago xfs_scrub_all.timer xfs_scrub_all.service +Mon 2026-08-03 01:30:43 CDT 6 days Mon 2026-07-27 01:27:07 CDT 20h ago fstrim.timer fstrim.service 11 timers listed. --- /etc/cron.d total 24 drwxr-xr-x 2 root root 4096 Mar 21 12:20 . -drwxr-xr-x 110 root root 4096 Jul 26 16:28 .. +drwxr-xr-x 110 root root 4096 Jul 27 21:52 .. -rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder -rw-r--r-- 1 root root 400 Jan 15 2024 sysstat @@ -9892,7 +9968,7 @@ lrwxrwxrwx 1 root root 20 Feb 23 10:53 vzdump -> /etc/pve/vzdump.cron --- /etc/cron.daily total 32 drwxr-xr-x 2 root root 4096 Mar 21 12:20 . -drwxr-xr-x 110 root root 4096 Jul 26 16:28 .. +drwxr-xr-x 110 root root 4096 Jul 27 21:52 .. -rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat -rwxr-xr-x 1 root root 123 May 27 2025 dpkg -rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate @@ -9903,13 +9979,13 @@ drwxr-xr-x 110 root root 4096 Jul 26 16:28 .. --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Feb 23 04:50 . -drwxr-xr-x 110 root root 4096 Jul 26 16:28 .. +drwxr-xr-x 110 root root 4096 Jul 27 21:52 .. -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder --- /etc/cron.weekly total 16 drwxr-xr-x 2 root root 4096 Feb 23 04:50 . -drwxr-xr-x 110 root root 4096 Jul 26 16:28 .. +drwxr-xr-x 110 root root 4096 Jul 27 21:52 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -9948,106 +10024,111 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -2.40 2.24 2.55 2/331 552459 +1.10 2.26 2.35 1/328 887484 --- vmstat 1 3 $ vmstat 1 3 procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- r b swpd free buff cache si so bi bo in cs us sy id wa st gu - 1 0 1033008 13606776 86884 844028 3 9 1384 1525 2904 2 0 1 80 20 0 0 - 0 0 1033008 13598828 86924 844184 0 0 512 448 5225 11628 1 1 82 16 0 0 - 0 0 1033008 13605040 86924 844476 0 0 0 368 4630 9724 1 1 88 11 0 0 + 0 0 1046400 13307396 89428 925460 3 7 1176 1267 2763 2 0 1 78 21 0 0 + 0 0 1046400 13322256 89436 925656 0 0 0 252 1003 1103 0 0 97 3 0 0 + 0 0 1046400 13352884 89436 925656 0 0 0 0 455 561 0 0 100 0 0 0 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 -Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) -04:30:12 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle -04:30:13 PM all 0.00 0.00 0.38 2.13 0.00 0.00 0.00 0.25 0.00 97.25 -04:30:14 PM all 0.00 0.00 0.13 0.38 0.00 0.00 0.00 0.00 0.00 99.50 -04:30:15 PM all 0.12 0.00 0.12 1.62 0.00 0.12 0.00 0.00 0.00 98.00 -Average: all 0.00 0.00 0.21 1.38 0.00 0.04 0.00 0.08 0.00 98.25 +09:54:59 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +09:55:00 PM all 0.00 0.00 0.13 21.83 0.00 0.00 0.00 0.00 0.00 78.04 +09:55:01 PM all 0.50 0.00 0.63 16.98 0.00 0.13 0.00 0.00 0.00 81.76 +09:55:02 PM all 0.13 0.00 0.38 19.87 0.00 0.00 0.00 0.00 0.00 79.62 +Average: all 0.21 0.00 0.38 19.56 0.00 0.04 0.00 0.00 0.00 79.81 --- iostat -xz 1 3 $ iostat -xz 1 3 -Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) avg-cpu: %user %nice %system %iowait %steal %idle - 0.14 0.00 0.55 19.55 0.00 79.77 + 0.13 0.00 0.51 21.02 0.00 78.34 Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util -dm-0 0.99 4.01 0.00 0.00 10.24 4.06 1.83 9.67 0.00 0.00 10.12 5.28 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.03 0.90 -dm-1 0.46 24.42 0.00 0.00 13.26 53.48 1.97 9.51 0.00 0.00 6.52 4.83 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.38 -dm-2 0.00 0.09 0.00 0.00 18.89 20.66 0.00 0.00 0.00 0.00 34.75 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 -dm-3 0.11 3.90 0.00 0.00 25.26 35.38 1.52 9.07 0.00 0.00 12.31 5.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.91 -dm-4 0.11 3.85 0.00 0.00 25.27 35.03 1.52 9.07 0.00 0.00 12.32 5.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.90 -dm-5 0.00 0.04 0.00 0.00 11.36 277.14 0.00 0.00 0.00 0.00 17.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -dm-6 0.11 3.76 0.00 0.00 46.99 34.33 1.52 9.07 0.00 0.00 14.85 5.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.03 0.91 -sda 0.02 0.15 0.00 12.77 9.63 8.11 0.00 0.00 0.00 4.76 7.10 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 7.37 0.00 0.01 -sdb 0.97 529.28 19.42 95.23 15.34 544.19 14.59 489.24 2.60 15.14 14.96 33.54 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.23 15.16 -sdc 2.05 770.50 12.92 86.29 12.41 375.25 58.22 1007.80 6.42 9.93 7.85 17.31 0.00 0.00 0.00 0.00 0.00 0.00 24.72 12.11 0.78 30.83 -sdd 1.47 83.82 0.50 25.21 8.45 56.92 3.04 28.25 2.28 42.83 6.27 9.28 0.00 0.00 0.00 0.00 0.00 0.00 0.71 13.59 0.04 2.49 -sde 0.01 0.19 0.00 36.96 0.71 26.78 0.00 0.00 0.00 5.88 1.38 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.67 0.00 0.00 -sdf 0.03 0.26 0.00 9.61 24.39 8.31 0.00 0.04 0.01 99.17 8.57 481.14 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.04 +dm-0 0.93 3.76 0.00 0.00 9.03 4.05 1.41 7.72 0.00 0.00 8.96 5.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.79 +dm-1 0.37 20.85 0.00 0.00 12.84 56.53 2.04 9.65 0.00 0.00 6.86 4.74 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.42 +dm-2 0.00 0.05 0.00 0.00 20.01 20.18 0.00 0.00 0.00 0.00 29.67 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +dm-3 0.07 2.51 0.00 0.00 25.22 36.17 1.53 9.02 0.00 0.00 12.72 5.88 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.90 +dm-4 0.07 2.47 0.00 0.00 25.24 35.65 1.53 9.02 0.00 0.00 12.73 5.88 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.89 +dm-5 0.00 0.04 0.00 0.00 10.50 277.14 0.00 0.00 0.00 0.00 15.83 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +dm-6 0.07 2.39 0.00 0.00 46.73 34.61 1.53 9.02 0.00 0.00 15.61 5.88 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.03 0.90 +sda 0.01 0.11 0.00 12.59 9.57 9.22 0.00 0.00 0.00 4.17 6.17 1.74 0.00 0.00 0.00 0.00 0.00 0.00 0.00 6.36 0.00 0.01 +sdb 1.07 413.95 12.99 92.40 12.53 387.21 15.83 409.50 2.57 13.95 14.37 25.87 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.24 15.68 +sdc 2.72 683.38 9.21 77.21 11.39 251.44 63.65 831.35 6.56 9.34 7.63 13.06 0.00 0.00 0.00 0.00 0.00 0.00 27.43 11.63 0.84 32.88 +sdd 1.28 78.58 0.50 28.26 7.99 61.62 3.06 26.39 1.91 38.43 6.37 8.61 0.00 0.00 0.00 0.00 0.00 0.00 0.72 13.54 0.04 2.37 +sde 0.00 0.15 0.00 35.22 0.84 32.49 0.00 0.00 0.00 8.33 1.50 2.18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.76 0.00 0.00 +sdf 0.03 0.21 0.00 6.88 20.54 7.43 0.00 0.02 0.01 99.17 8.57 481.14 0.00 0.38 0.00 0.00 0.00 106056.00 0.00 0.00 0.00 0.04 avg-cpu: %user %nice %system %iowait %steal %idle - 0.13 0.00 0.13 1.88 0.00 97.87 + 0.13 0.00 0.63 2.13 0.00 97.11 Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util -sdb 0.00 0.00 0.00 0.00 0.00 0.00 5.00 20.00 0.00 0.00 11.80 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.06 3.20 -sdc 0.00 0.00 0.00 0.00 0.00 0.00 6.00 28.00 0.00 0.00 6.83 4.67 0.00 0.00 0.00 0.00 0.00 0.00 3.00 13.33 0.08 4.10 +sdb 0.00 0.00 0.00 0.00 0.00 0.00 6.00 24.00 0.00 0.00 9.00 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.05 57.30 +sdc 0.00 0.00 0.00 0.00 0.00 0.00 18.00 112.00 0.00 0.00 5.22 6.22 0.00 0.00 0.00 0.00 0.00 0.00 9.00 10.22 0.19 9.50 avg-cpu: %user %nice %system %iowait %steal %idle - 0.13 0.00 0.13 2.00 0.00 97.75 + 0.25 0.00 0.38 16.23 0.00 83.14 Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util -sdc 0.00 0.00 0.00 0.00 0.00 0.00 18.00 160.00 4.00 18.18 8.83 8.89 0.00 0.00 0.00 0.00 0.00 0.00 9.00 13.44 0.28 12.20 +dm-3 0.00 0.00 0.00 0.00 0.00 0.00 4.00 20.00 0.00 0.00 10.00 5.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.04 4.00 +dm-4 0.00 0.00 0.00 0.00 0.00 0.00 4.00 20.00 0.00 0.00 10.00 5.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.04 4.00 +dm-6 0.00 0.00 0.00 0.00 0.00 0.00 4.00 20.00 0.00 0.00 10.50 5.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.04 4.20 +sdb 0.00 0.00 0.00 0.00 0.00 0.00 6.00 60.00 3.00 33.33 9.67 10.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.06 4.60 +sdc 0.00 0.00 0.00 0.00 0.00 0.00 90.00 576.00 7.00 7.22 5.94 6.40 0.00 0.00 0.00 0.00 0.00 0.00 44.00 8.93 0.93 33.90 +sdd 0.00 0.00 0.00 0.00 0.00 0.00 4.00 20.00 0.00 0.00 10.50 5.00 0.00 0.00 0.00 0.00 0.00 0.00 2.00 9.00 0.06 4.00 --- sar -dp 1 2 $ sar -dp 1 2 -Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) -04:30:17 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV -04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda -04:30:18 PM 2.00 0.00 8.00 0.00 4.00 0.03 14.00 1.70 sdb -04:30:18 PM 74.00 24.00 396.00 0.00 5.68 0.95 7.81 38.90 sdc -04:30:18 PM 18.00 0.00 76.00 0.00 4.22 0.04 2.28 2.40 sdd -04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap -04:30:18 PM 19.00 0.00 76.00 0.00 4.00 0.08 4.00 2.60 pve-root -04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta -04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tdata -04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde -04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data-tpool -04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data -04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf -04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-vm--400--disk--0 +09:55:04 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +09:55:05 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +09:55:05 PM 4.00 0.00 56.00 0.00 14.00 0.03 6.75 1.40 sdb +09:55:05 PM 56.00 0.00 296.00 0.00 5.29 0.38 3.98 15.50 sdc +09:55:05 PM 3.00 384.00 0.00 0.00 128.00 0.00 0.33 0.00 sdd +09:55:05 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +09:55:05 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +09:55:05 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta +09:55:05 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tdata +09:55:05 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde +09:55:05 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data-tpool +09:55:05 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data +09:55:05 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf +09:55:05 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-vm--400--disk--0 -04:30:18 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV -04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda -04:30:19 PM 2.00 0.00 16.00 0.00 8.00 0.02 11.00 2.30 sdb -04:30:19 PM 90.00 4.00 260.00 0.00 2.93 0.78 5.38 30.60 sdc -04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdd -04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap -04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root -04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta -04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tdata -04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde -04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data-tpool -04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data -04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf -04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-vm--400--disk--0 +09:55:05 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +09:55:06 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +09:55:06 PM 44.00 0.00 780.00 0.00 17.73 0.44 9.93 27.90 sdb +09:55:06 PM 64.00 0.00 144.00 0.00 2.25 0.37 3.91 12.40 sdc +09:55:06 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdd +09:55:06 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +09:55:06 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +09:55:06 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta +09:55:06 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tdata +09:55:06 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde +09:55:06 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data-tpool +09:55:06 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data +09:55:06 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf +09:55:06 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-vm--400--disk--0 Average: tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda -Average: 2.00 0.00 12.00 0.00 6.00 0.03 12.50 2.00 sdb -Average: 82.00 14.00 328.00 0.00 4.17 0.86 6.48 34.75 sdc -Average: 9.00 0.00 38.00 0.00 4.22 0.02 2.28 1.20 sdd +Average: 24.00 0.00 418.00 0.00 17.42 0.23 9.67 14.65 sdb +Average: 60.00 0.00 220.00 0.00 3.67 0.38 3.94 13.95 sdc +Average: 1.50 192.00 0.00 0.00 128.00 0.00 0.33 0.00 sdd Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap -Average: 9.50 0.00 38.00 0.00 4.00 0.04 4.00 1.30 pve-root +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tdata Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde @@ -10058,177 +10139,183 @@ Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.0 --- sar -n DEV 1 2 $ sar -n DEV 1 2 -Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) -04:30:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil -04:30:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:30:20 PM nic0 74.00 20.00 14.66 2.25 0.00 0.00 22.00 0.01 -04:30:20 PM enx8cae4ccda926 203.00 118.00 228.15 12.86 0.00 0.00 0.00 0.00 -04:30:20 PM enx80ae4ccdec03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:30:20 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:30:20 PM vmbr0 39.00 7.00 4.21 0.97 0.00 0.00 16.00 0.00 -04:30:20 PM datanet 203.00 118.00 228.15 12.86 0.00 0.00 1.00 0.00 -04:30:20 PM tap400i0 13.00 61.00 1.12 12.46 0.00 0.00 0.00 0.00 -04:30:20 PM fwbr400i0 32.00 0.00 3.31 0.00 0.00 0.00 16.00 0.00 -04:30:20 PM fwpr400p0 13.00 61.00 1.12 12.46 0.00 0.00 0.00 0.00 -04:30:20 PM fwln400i0 61.00 13.00 12.46 1.12 0.00 0.00 0.00 0.00 +09:55:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +09:55:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:55:07 PM nic0 19.00 6.00 3.79 0.91 0.00 0.00 6.00 0.00 +09:55:07 PM enx8cae4ccda926 685.00 217.00 877.87 26.70 0.00 0.00 0.00 0.00 +09:55:07 PM enx80ae4ccdec03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:55:07 PM tailscale0 2.00 1.00 0.15 0.08 0.00 0.00 0.00 0.00 +09:55:07 PM vmbr0 11.00 4.00 1.18 0.53 0.00 0.00 5.00 0.00 +09:55:07 PM datanet 685.00 217.00 877.87 26.70 0.00 0.00 2.00 0.00 +09:55:07 PM tap400i0 2.00 14.00 0.35 2.95 0.00 0.00 0.00 0.00 +09:55:07 PM fwbr400i0 7.00 0.00 0.61 0.00 0.00 0.00 5.00 0.00 +09:55:07 PM fwpr400p0 2.00 14.00 0.35 2.95 0.00 0.00 0.00 0.00 +09:55:07 PM fwln400i0 14.00 2.00 2.95 0.35 0.00 0.00 0.00 0.00 -04:30:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil -04:30:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:30:21 PM nic0 34.00 15.00 5.98 4.71 0.00 0.00 11.00 0.00 -04:30:21 PM enx8cae4ccda926 222.00 122.00 205.29 52.31 0.00 0.00 0.00 0.00 -04:30:21 PM enx80ae4ccdec03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:30:21 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:30:21 PM vmbr0 19.00 2.00 1.15 0.31 0.00 0.00 8.00 0.00 -04:30:21 PM datanet 222.00 122.00 205.29 52.31 0.00 0.00 1.00 0.00 -04:30:21 PM tap400i0 13.00 29.00 4.32 5.09 0.00 0.00 0.00 0.00 -04:30:21 PM fwbr400i0 17.00 0.00 0.87 0.00 0.00 0.00 8.00 0.00 -04:30:21 PM fwpr400p0 13.00 29.00 4.32 5.09 0.00 0.00 0.00 0.00 -04:30:21 PM fwln400i0 29.00 13.00 5.09 4.32 0.00 0.00 0.00 0.00 +09:55:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +09:55:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:55:08 PM nic0 22.00 3.00 2.33 0.48 0.00 0.00 9.00 0.00 +09:55:08 PM enx8cae4ccda926 187.00 117.00 231.06 11.34 0.00 0.00 0.00 0.00 +09:55:08 PM enx80ae4ccdec03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:55:08 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:55:08 PM vmbr0 20.00 3.00 1.66 0.47 0.00 0.00 7.00 0.00 +09:55:08 PM datanet 187.00 117.00 231.06 11.34 0.00 0.00 0.00 0.00 +09:55:08 PM tap400i0 0.00 17.00 0.00 1.48 0.00 0.00 0.00 0.00 +09:55:08 PM fwbr400i0 17.00 0.00 1.25 0.00 0.00 0.00 7.00 0.00 +09:55:08 PM fwpr400p0 0.00 17.00 0.00 1.48 0.00 0.00 0.00 0.00 +09:55:08 PM fwln400i0 17.00 0.00 1.48 0.00 0.00 0.00 0.00 0.00 Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -Average: nic0 54.00 17.50 10.32 3.48 0.00 0.00 16.50 0.01 -Average: enx8cae4ccda926 212.50 120.00 216.72 32.58 0.00 0.00 0.00 0.00 +Average: nic0 20.50 4.50 3.06 0.70 0.00 0.00 7.50 0.00 +Average: enx8cae4ccda926 436.00 167.00 554.47 19.02 0.00 0.00 0.00 0.00 Average: enx80ae4ccdec03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -Average: tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -Average: vmbr0 29.00 4.50 2.68 0.64 0.00 0.00 12.00 0.00 -Average: datanet 212.50 120.00 216.72 32.58 0.00 0.00 1.00 0.00 -Average: tap400i0 13.00 45.00 2.72 8.77 0.00 0.00 0.00 0.00 -Average: fwbr400i0 24.50 0.00 2.09 0.00 0.00 0.00 12.00 0.00 -Average: fwpr400p0 13.00 45.00 2.72 8.77 0.00 0.00 0.00 0.00 -Average: fwln400i0 45.00 13.00 8.77 2.72 0.00 0.00 0.00 0.00 +Average: tailscale0 1.00 0.50 0.08 0.04 0.00 0.00 0.00 0.00 +Average: vmbr0 15.50 3.50 1.42 0.50 0.00 0.00 6.00 0.00 +Average: datanet 436.00 167.00 554.47 19.02 0.00 0.00 1.00 0.00 +Average: tap400i0 1.00 15.50 0.17 2.21 0.00 0.00 0.00 0.00 +Average: fwbr400i0 12.00 0.00 0.93 0.00 0.00 0.00 6.00 0.00 +Average: fwpr400p0 1.00 15.50 0.17 2.21 0.00 0.00 0.00 0.00 +Average: fwln400i0 15.50 1.00 2.21 0.17 0.00 0.00 0.00 0.00 --- sar -n NFS,NFSD 1 2 $ sar -n NFS,NFSD 1 2 -Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) -04:30:21 PM call/s retrans/s read/s write/s access/s getatt/s -04:30:22 PM 0.00 0.00 0.00 0.00 0.00 0.00 +09:55:08 PM call/s retrans/s read/s write/s access/s getatt/s +09:55:09 PM 0.00 0.00 0.00 0.00 0.00 0.00 -04:30:21 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s -04:30:22 PM 9.00 0.00 9.00 0.00 9.00 0.00 0.00 0.00 8.00 0.00 3.00 +09:55:08 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +09:55:09 PM 79.00 0.00 80.00 0.00 80.00 0.00 0.00 1.00 77.00 0.00 10.00 -04:30:22 PM call/s retrans/s read/s write/s access/s getatt/s -04:30:23 PM 0.00 0.00 0.00 0.00 0.00 0.00 +09:55:09 PM call/s retrans/s read/s write/s access/s getatt/s +09:55:10 PM 0.00 0.00 0.00 0.00 0.00 0.00 -04:30:22 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s -04:30:23 PM 12.00 0.00 12.00 0.00 12.00 0.00 0.00 0.00 11.00 0.00 8.00 +09:55:09 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +09:55:10 PM 58.00 0.00 58.00 0.00 58.00 0.00 0.00 36.00 14.00 0.00 10.00 Average: call/s retrans/s read/s write/s access/s getatt/s Average: 0.00 0.00 0.00 0.00 0.00 0.00 Average: scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s -Average: 10.50 0.00 10.50 0.00 10.50 0.00 0.00 0.00 9.50 0.00 5.50 +Average: 68.50 0.00 69.00 0.00 69.00 0.00 0.00 18.50 45.50 0.00 10.00 --- sar -n SOCK 1 1 $ sar -n SOCK 1 1 -Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) -04:30:23 PM totsck tcpsck udpsck rawsck ip-frag tcp-tw -04:30:24 PM 370 31 10 0 0 1 -Average: 370 31 10 0 0 1 +09:55:10 PM totsck tcpsck udpsck rawsck ip-frag tcp-tw +09:55:11 PM 375 40 10 0 0 1 +Average: 375 40 10 0 0 1 --- sar -n TCP,ETCP 1 2 $ sar -n TCP,ETCP 1 2 -Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) -04:30:24 PM active/s passive/s iseg/s oseg/s -04:30:25 PM 0.00 0.00 305.00 141.00 +09:55:11 PM active/s passive/s iseg/s oseg/s +09:55:12 PM 0.00 0.00 518.00 393.00 -04:30:24 PM atmptf/s estres/s retrans/s isegerr/s orsts/s -04:30:25 PM 0.00 0.00 1.00 0.00 0.00 +09:55:11 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +09:55:12 PM 0.00 0.00 3.00 0.00 0.00 -04:30:25 PM active/s passive/s iseg/s oseg/s -04:30:26 PM 0.00 6.00 318.00 113.00 +09:55:12 PM active/s passive/s iseg/s oseg/s +09:55:13 PM 0.00 0.00 1080.00 518.00 -04:30:25 PM atmptf/s estres/s retrans/s isegerr/s orsts/s -04:30:26 PM 0.00 0.00 0.00 0.00 0.00 +09:55:12 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +09:55:13 PM 0.00 0.00 0.00 0.00 0.00 Average: active/s passive/s iseg/s oseg/s -Average: 0.00 3.00 311.50 127.00 +Average: 0.00 0.00 799.00 455.50 Average: atmptf/s estres/s retrans/s isegerr/s orsts/s -Average: 0.00 0.00 0.50 0.00 0.00 +Average: 0.00 0.00 1.50 0.00 0.00 --- pidstat -d 1 2 (top disk) $ pidstat -d 1 2 -Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) -04:30:26 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -04:30:27 PM 0 1582 0.00 23.76 0.00 0 nfsd -04:30:27 PM 0 1584 0.00 3.96 0.00 0 nfsd -04:30:27 PM 0 1587 0.00 39.60 0.00 0 nfsd -04:30:27 PM 0 1589 0.00 55.45 0.00 0 nfsd -04:30:27 PM 0 1593 0.00 43.56 0.00 0 nfsd +09:55:13 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +09:55:14 PM 0 1245 31.68 47.52 0.00 0 pmxcfs +09:55:14 PM 0 1578 0.00 51.49 0.00 0 nfsd +09:55:14 PM 0 1579 0.00 27.72 0.00 0 nfsd +09:55:14 PM 0 1580 0.00 47.52 0.00 0 nfsd +09:55:14 PM 0 1581 0.00 59.41 0.00 0 nfsd +09:55:14 PM 0 1582 0.00 7.92 0.00 0 nfsd +09:55:14 PM 0 1583 0.00 43.56 0.00 0 nfsd +09:55:14 PM 0 1584 0.00 23.76 0.00 0 nfsd +09:55:14 PM 0 1585 0.00 27.72 0.00 0 nfsd +09:55:14 PM 0 1586 0.00 11.88 0.00 0 nfsd +09:55:14 PM 0 1587 0.00 27.72 0.00 0 nfsd +09:55:14 PM 0 1588 3.96 51.49 0.00 0 nfsd +09:55:14 PM 0 1589 0.00 19.80 0.00 0 nfsd +09:55:14 PM 0 1590 0.00 71.29 0.00 0 nfsd +09:55:14 PM 0 1591 0.00 67.33 0.00 0 nfsd +09:55:14 PM 0 1593 0.00 142.57 0.00 0 nfsd +09:55:14 PM 0 1622 0.00 11.88 0.00 0 kvm +09:55:14 PM 0 1692 11.88 3.96 0.00 0 pvescheduler -04:30:27 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -04:30:28 PM 0 1578 0.00 4.00 0.00 0 nfsd -04:30:28 PM 0 1579 0.00 4.00 0.00 0 nfsd -04:30:28 PM 0 1580 0.00 4.00 0.00 0 nfsd -04:30:28 PM 0 1581 0.00 4.00 0.00 0 nfsd -04:30:28 PM 0 1582 0.00 4.00 0.00 0 nfsd -04:30:28 PM 0 1583 0.00 4.00 0.00 0 nfsd -04:30:28 PM 0 1584 0.00 4.00 0.00 0 nfsd -04:30:28 PM 0 1585 0.00 4.00 0.00 0 nfsd -04:30:28 PM 0 1586 0.00 4.00 0.00 0 nfsd -04:30:28 PM 0 1587 4.00 76.00 0.00 0 nfsd -04:30:28 PM 0 1589 0.00 100.00 0.00 0 nfsd -04:30:28 PM 0 1591 0.00 4.00 0.00 0 nfsd -04:30:28 PM 0 1592 0.00 4.00 0.00 0 nfsd -04:30:28 PM 0 1593 8.00 20.00 0.00 0 nfsd +09:55:14 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +09:55:15 PM 0 858 0.00 12.00 0.00 0 jbd2/sdc1-8 +09:55:15 PM 0 1465 512.00 0.00 0.00 0 pvestatd +09:55:15 PM 0 1583 0.00 28.00 0.00 0 nfsd +09:55:15 PM 0 1587 0.00 144.00 0.00 0 nfsd +09:55:15 PM 0 1589 4.00 232.00 0.00 0 nfsd +09:55:15 PM 0 887555 0.00 4.00 0.00 0 pidstat Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -Average: 0 1578 0.00 1.99 0.00 0 nfsd -Average: 0 1579 0.00 1.99 0.00 0 nfsd -Average: 0 1580 0.00 1.99 0.00 0 nfsd -Average: 0 1581 0.00 1.99 0.00 0 nfsd -Average: 0 1582 0.00 13.93 0.00 0 nfsd -Average: 0 1583 0.00 1.99 0.00 0 nfsd -Average: 0 1584 0.00 3.98 0.00 0 nfsd -Average: 0 1585 0.00 1.99 0.00 0 nfsd -Average: 0 1586 0.00 1.99 0.00 0 nfsd -Average: 0 1587 1.99 57.71 0.00 0 nfsd -Average: 0 1589 0.00 77.61 0.00 0 nfsd -Average: 0 1591 0.00 1.99 0.00 0 nfsd -Average: 0 1592 0.00 1.99 0.00 0 nfsd -Average: 0 1593 3.98 31.84 0.00 0 nfsd +Average: 0 858 0.00 5.97 0.00 0 jbd2/sdc1-8 +Average: 0 1245 15.92 23.88 0.00 0 pmxcfs +Average: 0 1465 254.73 0.00 0.00 0 pvestatd +Average: 0 1578 0.00 25.87 0.00 0 nfsd +Average: 0 1579 0.00 13.93 0.00 0 nfsd +Average: 0 1580 0.00 23.88 0.00 0 nfsd +Average: 0 1581 0.00 29.85 0.00 0 nfsd +Average: 0 1582 0.00 3.98 0.00 0 nfsd +Average: 0 1583 0.00 35.82 0.00 0 nfsd +Average: 0 1584 0.00 11.94 0.00 0 nfsd +Average: 0 1585 0.00 13.93 0.00 0 nfsd +Average: 0 1586 0.00 5.97 0.00 0 nfsd +Average: 0 1587 0.00 85.57 0.00 0 nfsd +Average: 0 1588 1.99 25.87 0.00 0 nfsd +Average: 0 1589 1.99 125.37 0.00 0 nfsd +Average: 0 1590 0.00 35.82 0.00 0 nfsd +Average: 0 1591 0.00 33.83 0.00 0 nfsd +Average: 0 1593 0.00 71.64 0.00 0 nfsd +Average: 0 1622 0.00 5.97 0.00 0 kvm +Average: 0 1692 5.97 1.99 0.00 0 pvescheduler +Average: 0 887555 0.00 1.99 0.00 0 pidstat --- pidstat -u 1 2 (top cpu) $ pidstat -u 1 2 -Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) -04:30:28 PM UID PID %usr %system %guest %wait %CPU CPU Command -04:30:29 PM 0 1622 0.00 0.99 0.00 0.00 0.99 3 kvm -04:30:29 PM 0 552517 0.00 0.99 0.00 0.00 0.99 1 pidstat +09:55:15 PM UID PID %usr %system %guest %wait %CPU CPU Command +09:55:16 PM 0 94 0.00 0.99 0.00 0.00 0.99 7 kworker/7:1H-kblockd +09:55:16 PM 0 1622 0.99 0.99 0.00 0.00 1.98 2 kvm +09:55:16 PM 0 887566 0.00 0.99 0.00 0.00 0.99 7 pidstat -04:30:29 PM UID PID %usr %system %guest %wait %CPU CPU Command -04:30:30 PM 0 94 0.00 1.00 0.00 0.00 1.00 7 kworker/7:1H-kblockd -04:30:30 PM 0 961 1.00 1.00 0.00 0.00 2.00 6 tailscaled -04:30:30 PM 0 1449 0.00 1.00 0.00 0.00 1.00 6 pve-firewall -04:30:30 PM 0 1583 0.00 1.00 0.00 0.00 1.00 6 nfsd -04:30:30 PM 0 1622 0.00 1.00 1.00 0.00 1.00 3 kvm +09:55:16 PM UID PID %usr %system %guest %wait %CPU CPU Command +09:55:17 PM 0 961 1.00 0.00 0.00 0.00 1.00 0 tailscaled Average: UID PID %usr %system %guest %wait %CPU CPU Command -Average: 0 94 0.00 0.50 0.00 0.00 0.50 - kworker/7:1H-kblockd -Average: 0 961 0.50 0.50 0.00 0.00 1.00 - tailscaled -Average: 0 1449 0.00 0.50 0.00 0.00 0.50 - pve-firewall -Average: 0 1583 0.00 0.50 0.00 0.00 0.50 - nfsd -Average: 0 1622 0.00 1.00 0.50 0.00 1.00 - kvm -Average: 0 552517 0.00 0.50 0.00 0.00 0.50 - pidstat +Average: 0 94 0.00 0.50 0.00 0.50 0.50 - kworker/7:1H-kblockd +Average: 0 961 0.50 0.00 0.00 0.00 0.50 - tailscaled +Average: 0 1622 0.50 0.50 0.00 0.00 1.00 - kvm +Average: 0 887566 0.00 0.50 0.00 0.00 0.50 - pidstat --- top (single snapshot, top 30) $ top -b -n 1 -top - 16:30:31 up 2 days, 32 min, 3 users, load average: 2.29, 2.22, 2.54 -Tasks: 268 total, 1 running, 267 sleeping, 0 stopped, 0 zombie -%Cpu(s): 1.9 us, 3.8 sy, 0.0 ni, 20.1 id, 74.2 wa, 0.0 hi, 0.0 si, 0.0 st -MiB Mem : 15901.1 total, 13361.2 free, 1940.1 used, 913.4 buff/cache -MiB Swap: 8192.0 total, 7183.2 free, 1008.8 used. 13961.0 avail Mem +top - 21:55:17 up 3 days, 5:57, 3 users, load average: 1.54, 2.29, 2.36 +Tasks: 265 total, 1 running, 264 sleeping, 0 stopped, 0 zombie +%Cpu(s): 0.0 us, 0.8 sy, 0.0 ni, 95.2 id, 4.0 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 15901.1 total, 13210.2 free, 2005.2 used, 1002.1 buff/cache +MiB Swap: 8192.0 total, 7170.1 free, 1021.9 used. 13895.9 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 1622 root 20 0 2862928 914452 4308 S 9.1 5.6 25:08.57 kvm - 1 root 20 0 25816 12532 8024 S 0.0 0.1 0:11.43 systemd - 2 root 20 0 0 0 0 S 0.0 0.0 0:00.09 kthreadd + 1 root 20 0 25816 12300 7908 S 0.0 0.1 0:17.14 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.14 kthreadd 3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+ 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ @@ -10237,63 +10324,63 @@ MiB Swap: 8192.0 total, 7183.2 free, 1008.8 used. 13961.0 avail Mem 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 14 root 20 0 0 0 0 S 0.0 0.0 0:00.76 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 1:54.35 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:01.23 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 3:05.27 rcu_pre+ 16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ 17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ - 18 root rt 0 0 0 0 S 0.0 0.0 0:00.23 migrati+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.37 migrati+ 19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ 20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 23 root rt 0 0 0 0 S 0.0 0.0 0:00.44 migrati+ - 24 root 20 0 0 0 0 S 0.0 0.0 0:00.75 ksoftir+ + 23 root rt 0 0 0 0 S 0.0 0.0 0:00.63 migrati+ + 24 root 20 0 0 0 0 S 0.0 0.0 0:01.25 ksoftir+ 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 29 root rt 0 0 0 0 S 0.0 0.0 0:00.42 migrati+ - 30 root 20 0 0 0 0 S 0.0 0.0 0:00.46 ksoftir+ + 29 root rt 0 0 0 0 S 0.0 0.0 0:00.60 migrati+ + 30 root 20 0 0 0 0 S 0.0 0.0 0:00.73 ksoftir+ 32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 35 root rt 0 0 0 0 S 0.0 0.0 0:00.40 migrati+ - 36 root 20 0 0 0 0 S 0.0 0.0 0:00.42 ksoftir+ + 35 root rt 0 0 0 0 S 0.0 0.0 0:00.57 migrati+ + 36 root 20 0 0 0 0 S 0.0 0.0 0:00.66 ksoftir+ 38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 41 root rt 0 0 0 0 S 0.0 0.0 0:00.54 migrati+ - 42 root 20 0 0 0 0 S 0.0 0.0 0:15.67 ksoftir+ + 41 root rt 0 0 0 0 S 0.0 0.0 0:00.77 migrati+ + 42 root 20 0 0 0 0 S 0.0 0.0 0:23.86 ksoftir+ 44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 47 root rt 0 0 0 0 S 0.0 0.0 0:00.48 migrati+ - 48 root 20 0 0 0 0 S 0.0 0.0 0:00.36 ksoftir+ + 47 root rt 0 0 0 0 S 0.0 0.0 0:00.68 migrati+ + 48 root 20 0 0 0 0 S 0.0 0.0 0:00.60 ksoftir+ 50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 53 root rt 0 0 0 0 S 0.0 0.0 0:00.48 migrati+ - 54 root 20 0 0 0 0 S 0.0 0.0 0:00.39 ksoftir+ + 53 root rt 0 0 0 0 S 0.0 0.0 0:00.67 migrati+ + 54 root 20 0 0 0 0 S 0.0 0.0 0:00.64 ksoftir+ 56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 59 root rt 0 0 0 0 S 0.0 0.0 0:00.47 migrati+ - 60 root 20 0 0 0 0 S 0.0 0.0 0:00.69 ksoftir+ + 59 root rt 0 0 0 0 S 0.0 0.0 0:00.68 migrati+ + 60 root 20 0 0 0 0 S 0.0 0.0 0:01.11 ksoftir+ 63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ 64 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 65 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ 66 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ 67 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ 68 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd - 69 root 20 0 0 0 0 S 0.0 0.0 0:00.06 khungta+ + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.11 khungta+ 71 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ 73 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 74 root 20 0 0 0 0 S 0.0 0.0 1:04.27 kcompac+ + 74 root 20 0 0 0 0 S 0.0 0.0 1:32.75 kcompac+ 75 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd - 76 root 39 19 0 0 0 S 0.0 0.0 0:00.65 khugepa+ + 76 root 39 19 0 0 0 S 0.0 0.0 0:01.17 khugepa+ 77 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 78 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 79 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 80 root -51 0 0 0 0 S 0.0 0.0 0:01.03 irq/9-a+ + 80 root -51 0 0 0 0 S 0.0 0.0 0:01.67 irq/9-a+ 85 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ @@ -10302,8 +10389,8 @@ MiB Swap: 8192.0 total, 7183.2 free, 1008.8 used. 13961.0 avail Mem 90 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 91 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ 93 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 94 root 0 -20 0 0 0 I 0.0 0.0 7:41.73 kworker+ - 96 root 20 0 0 0 0 S 0.0 0.0 0:26.16 kswapd0 + 94 root 0 -20 0 0 0 I 0.0 0.0 13:33.02 kworker+ + 96 root 20 0 0 0 0 S 0.0 0.0 0:36.69 kswapd0 97 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ 98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 99 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ @@ -10316,13 +10403,13 @@ MiB Swap: 8192.0 total, 7183.2 free, 1008.8 used. 13961.0 avail Mem 108 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 111 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 122 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 123 root 0 -20 0 0 0 I 0.0 0.0 0:18.44 kworker+ - 124 root 0 -20 0 0 0 I 0.0 0.0 0:16.89 kworker+ - 126 root 0 -20 0 0 0 I 0.0 0.0 0:18.31 kworker+ - 127 root 0 -20 0 0 0 I 0.0 0.0 0:16.33 kworker+ - 159 root 0 -20 0 0 0 I 0.0 0.0 0:30.29 kworker+ - 172 root 0 -20 0 0 0 I 0.0 0.0 0:18.30 kworker+ - 174 root 0 -20 0 0 0 I 0.0 0.0 0:17.52 kworker+ + 123 root 0 -20 0 0 0 I 0.0 0.0 0:31.74 kworker+ + 124 root 0 -20 0 0 0 I 0.0 0.0 0:29.19 kworker+ + 126 root 0 -20 0 0 0 I 0.0 0.0 0:30.51 kworker+ + 127 root 0 -20 0 0 0 I 0.0 0.0 0:28.38 kworker+ + 159 root 0 -20 0 0 0 I 0.0 0.0 0:54.57 kworker+ + 172 root 0 -20 0 0 0 I 0.0 0.0 0:31.06 kworker+ + 174 root 0 -20 0 0 0 I 0.0 0.0 0:29.90 kworker+ 232 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 233 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 241 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ @@ -10333,21 +10420,21 @@ MiB Swap: 8192.0 total, 7183.2 free, 1008.8 used. 13961.0 avail Mem 270 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 279 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ 280 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 281 root 20 0 0 0 0 S 0.0 0.0 0:00.18 usb-sto+ + 281 root 20 0 0 0 0 S 0.0 0.0 0:00.30 usb-sto+ 282 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 283 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 284 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 285 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 310 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 342 root 20 0 0 0 0 S 0.0 0.0 0:02.54 jbd2/dm+ + 342 root 20 0 0 0 0 S 0.0 0.0 0:04.09 jbd2/dm+ 343 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 394 root 20 0 51432 24860 23412 S 0.0 0.2 0:02.70 systemd+ - 433 root 20 0 77292 22296 9124 S 0.0 0.1 0:04.56 dmeventd + 394 root 20 0 51432 23792 22440 S 0.0 0.1 0:05.22 systemd+ + 433 root 20 0 77292 22296 9124 S 0.0 0.1 0:07.36 dmeventd 434 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ 435 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ 436 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ 437 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ - 445 root 20 0 36720 7564 4776 S 0.0 0.0 0:00.47 systemd+ + 445 root 20 0 36720 7488 4700 S 0.0 0.0 0:00.63 systemd+ 446 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ 447 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ 448 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ @@ -10355,12 +10442,12 @@ MiB Swap: 8192.0 total, 7183.2 free, 1008.8 used. 13961.0 avail Mem 450 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ 451 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ 452 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ - 453 root 20 0 0 0 0 S 0.0 0.0 0:01.23 arc_evi+ - 454 root 39 19 0 0 0 S 0.0 0.0 0:01.27 arc_reap + 453 root 20 0 0 0 0 S 0.0 0.0 0:02.00 arc_evi+ + 454 root 39 19 0 0 0 S 0.0 0.0 0:02.04 arc_reap 455 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ - 456 root 39 19 0 0 0 S 0.0 0.0 0:01.21 dbuf_ev+ + 456 root 39 19 0 0 0 S 0.0 0.0 0:01.95 dbuf_ev+ 457 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ - 458 root 20 0 0 0 0 S 0.0 0.0 0:01.49 l2arc_f+ + 458 root 20 0 0 0 0 S 0.0 0.0 0:02.40 l2arc_f+ 464 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 465 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 467 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon @@ -10368,132 +10455,130 @@ MiB Swap: 8192.0 total, 7183.2 free, 1008.8 used. 13961.0 avail Mem 667 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 854 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/sd+ 855 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 858 root 20 0 0 0 0 S 0.0 0.0 0:35.95 jbd2/sd+ + 858 root 20 0 0 0 0 S 0.0 0.0 0:58.99 jbd2/sd+ 859 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 865 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 868 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ 869 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ 870 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ - 872 root 20 0 0 0 0 S 0.0 0.0 0:21.84 jbd2/sd+ + 872 root 20 0 0 0 0 S 0.0 0.0 0:36.69 jbd2/sd+ 876 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 897 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/sd+ 898 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 934 _rpc 20 0 6664 3288 2816 S 0.0 0.0 1:34.82 rpcbind - 937 message+ 20 0 8480 5016 4076 S 0.0 0.0 0:08.37 dbus-da+ - 939 root 20 0 5460 3576 3240 S 0.0 0.0 0:00.00 fsidd - 945 root 20 0 276136 3248 2956 S 0.0 0.0 0:00.00 pve-lxc+ - 948 root 20 0 404832 6560 5536 S 0.0 0.0 0:10.86 rrdcach+ - 951 root 20 0 10592 6596 4576 S 0.0 0.0 0:00.25 smartd - 952 root 20 0 19604 7104 5532 S 0.0 0.0 0:00.39 systemd+ - 961 root 20 0 1421644 94380 20004 S 0.0 0.6 5:03.81 tailsca+ - 964 root 20 0 104412 3876 2868 S 0.0 0.0 0:00.01 zed - 968 root 20 0 159068 2360 1988 S 0.0 0.0 0:00.00 lxcfs - 995 root 20 0 5748 1752 1608 S 0.0 0.0 0:00.00 qmeventd - 996 root 20 0 7224 2196 1872 S 0.0 0.0 0:02.12 ksmtuned + 934 _rpc 20 0 6664 3248 2800 S 0.0 0.0 2:32.04 rpcbind + 937 message+ 20 0 8612 4952 4060 S 0.0 0.0 0:13.34 dbus-da+ + 939 root 20 0 5460 3564 3228 S 0.0 0.0 0:00.00 fsidd + 945 root 20 0 276136 3072 2780 S 0.0 0.0 0:00.00 pve-lxc+ + 948 root 20 0 404832 6560 5536 S 0.0 0.0 0:17.50 rrdcach+ + 951 root 20 0 10592 6592 4572 S 0.0 0.0 0:00.35 smartd + 952 root 20 0 19604 6972 5540 S 0.0 0.0 0:00.55 systemd+ + 961 root 20 0 1422028 97176 20080 S 0.0 0.6 8:18.52 tailsca+ + 964 root 20 0 104412 3760 2868 S 0.0 0.0 0:00.01 zed + 968 root 20 0 159068 2320 1976 S 0.0 0.0 0:00.00 lxcfs + 995 root 20 0 5748 1752 1608 S 0.0 0.0 0:00.01 qmeventd + 996 root 20 0 7224 2152 1872 S 0.0 0.0 0:03.41 ksmtuned 998 root 20 0 5260 1604 1400 S 0.0 0.0 0:00.00 blkmapd - 1012 root 20 0 5660 2688 2244 S 0.0 0.0 0:00.00 nfsdcld - 1036 _chrony 20 0 19932 3624 2852 S 0.0 0.0 0:00.17 chronyd + 1012 root 20 0 5660 2616 2208 S 0.0 0.0 0:00.01 nfsdcld + 1036 _chrony 20 0 19932 3624 2852 S 0.0 0.0 0:00.27 chronyd 1041 _chrony 20 0 11604 2268 1636 S 0.0 0.0 0:00.00 chronyd 1104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 1144 root 20 0 5988 2856 2016 S 0.0 0.0 0:00.86 dhclient - 1206 beszel 20 0 2231516 14088 6436 S 0.0 0.1 0:29.31 beszel-+ - 1207 root 20 0 513512 16948 4708 S 0.0 0.1 0:00.45 glances - 1208 _lldpd 20 0 21372 4688 3520 S 0.0 0.0 0:00.09 lldpd - 1209 root 20 0 5520 2480 2236 S 0.0 0.0 0:00.00 lxc-mon+ - 1217 root 20 0 6356 3340 2896 S 0.0 0.0 0:00.08 ser2net - 1222 root 20 0 266300 23708 9296 S 0.0 0.1 0:16.17 tuned - 1233 root 20 0 2952 2108 1860 S 0.0 0.0 0:00.02 rpc.idm+ - 1234 statd 20 0 4560 1708 1460 S 0.0 0.0 0:00.00 rpc.sta+ - 1235 root 20 0 8832 3804 2856 S 0.0 0.0 0:49.12 rpc.mou+ - 1242 root 20 0 11772 5008 4308 S 0.0 0.0 0:00.12 sshd - 1245 root 20 0 535024 20224 16356 S 0.0 0.1 1:14.30 pmxcfs - 1261 _lldpd 20 0 21372 2716 1564 S 0.0 0.0 0:01.88 lldpd - 1287 root 20 0 6868 2776 2528 S 0.0 0.0 0:00.32 cron - 1288 root 20 0 13680 3096 2128 S 0.0 0.0 0:09.03 proxmox+ - 1411 root 20 0 43992 4816 4180 S 0.0 0.0 0:00.34 master - 1413 postfix 20 0 44524 7184 6488 S 0.0 0.0 0:00.06 qmgr - 1420 polkitd 20 0 306704 7532 6368 S 0.0 0.0 0:02.14 polkitd - 1449 root 20 0 177368 37128 6460 S 0.0 0.2 6:03.98 pve-fir+ - 1465 root 20 0 180508 48204 9272 S 0.0 0.3 8:20.73 pvestatd - 1484 root 20 0 219064 7780 3216 S 0.0 0.0 0:01.39 pvedaem+ - 1485 root 20 0 228440 16304 5856 S 0.0 0.1 0:04.55 pvedaem+ - 1486 root 20 0 228444 18584 5948 S 0.0 0.1 0:04.73 pvedaem+ - 1487 root 20 0 228440 16344 5880 S 0.0 0.1 0:04.30 pvedaem+ - 1553 www-data 20 0 220352 24032 16668 S 0.0 0.1 0:03.13 pveproxy - 1562 www-data 20 0 92064 25060 11792 S 0.0 0.2 0:01.89 spicepr+ + 1144 root 20 0 5988 2844 2004 S 0.0 0.0 0:01.40 dhclient + 1206 beszel 20 0 2231516 14912 7576 S 0.0 0.1 0:45.94 beszel-+ + 1207 root 20 0 513512 15320 4568 S 0.0 0.1 0:00.45 glances + 1208 _lldpd 20 0 21372 4088 2920 S 0.0 0.0 0:00.13 lldpd + 1209 root 20 0 5520 2452 2236 S 0.0 0.0 0:00.00 lxc-mon+ + 1217 root 20 0 6356 3220 2872 S 0.0 0.0 0:00.12 ser2net + 1222 root 20 0 266300 22692 9016 S 0.0 0.1 0:26.05 tuned + 1233 root 20 0 2952 2080 1860 S 0.0 0.0 0:00.03 rpc.idm+ + 1234 statd 20 0 4560 1700 1460 S 0.0 0.0 0:00.00 rpc.sta+ + 1235 root 20 0 8832 3784 2844 S 0.0 0.0 1:19.11 rpc.mou+ + 1242 root 20 0 11772 5004 4304 S 0.0 0.0 0:00.17 sshd + 1245 root 20 0 535024 20008 16396 S 0.0 0.1 2:00.48 pmxcfs + 1261 _lldpd 20 0 21372 2700 1548 S 0.0 0.0 0:02.98 lldpd + 1287 root 20 0 6868 2764 2516 S 0.0 0.0 0:00.49 cron + 1288 root 20 0 13808 3092 2128 S 0.0 0.0 0:14.49 proxmox+ + 1411 root 20 0 43992 4808 4172 S 0.0 0.0 0:00.56 master + 1413 postfix 20 0 44524 7180 6484 S 0.0 0.0 0:00.09 qmgr + 1420 polkitd 20 0 306704 6912 5960 S 0.0 0.0 0:03.40 polkitd + 1449 root 20 0 177368 38520 6508 S 0.0 0.2 9:45.71 pve-fir+ + 1465 root 20 0 180508 48880 9924 S 0.0 0.3 13:26.30 pvestatd + 1484 root 20 0 219064 7672 3216 S 0.0 0.0 0:02.22 pvedaem+ + 1485 root 20 0 228440 17204 6140 S 0.0 0.1 0:07.76 pvedaem+ + 1486 root 20 0 228444 19132 6012 S 0.0 0.1 0:08.10 pvedaem+ + 1487 root 20 0 228440 17048 6084 S 0.0 0.1 0:07.44 pvedaem+ + 1553 www-data 20 0 220272 34340 17284 S 0.0 0.2 0:04.85 pveproxy + 1562 www-data 20 0 92024 26676 12596 S 0.0 0.2 0:03.02 spicepr+ 1574 root 20 0 0 0 0 I 0.0 0.0 0:00.00 lockd - 1578 root 20 0 0 0 0 D 0.0 0.0 2:24.48 nfsd - 1579 root 20 0 0 0 0 D 0.0 0.0 2:29.64 nfsd - 1580 root 20 0 0 0 0 D 0.0 0.0 2:27.59 nfsd - 1581 root 20 0 0 0 0 D 0.0 0.0 2:27.58 nfsd - 1582 root 20 0 0 0 0 D 0.0 0.0 2:26.43 nfsd - 1583 root 20 0 0 0 0 D 0.0 0.0 2:28.95 nfsd - 1584 root 20 0 0 0 0 D 0.0 0.0 2:27.10 nfsd - 1585 root 20 0 0 0 0 D 0.0 0.0 2:28.83 nfsd - 1586 root 20 0 0 0 0 D 0.0 0.0 2:27.00 nfsd - 1587 root 20 0 0 0 0 D 0.0 0.0 2:25.65 nfsd - 1588 root 20 0 0 0 0 D 0.0 0.0 2:26.35 nfsd - 1589 root 20 0 0 0 0 D 0.0 0.0 2:28.76 nfsd - 1590 root 20 0 0 0 0 D 0.0 0.0 2:26.83 nfsd - 1591 root 20 0 0 0 0 D 0.0 0.0 2:27.02 nfsd - 1592 root 20 0 0 0 0 D 0.0 0.0 2:28.80 nfsd - 1593 root 20 0 0 0 0 D 0.0 0.0 2:27.11 nfsd + 1578 root 20 0 0 0 0 I 0.0 0.0 3:34.13 nfsd + 1579 root 20 0 0 0 0 I 0.0 0.0 3:37.56 nfsd + 1580 root 20 0 0 0 0 I 0.0 0.0 3:34.84 nfsd + 1581 root 20 0 0 0 0 I 0.0 0.0 3:35.04 nfsd + 1582 root 20 0 0 0 0 I 0.0 0.0 3:34.16 nfsd + 1583 root 20 0 0 0 0 I 0.0 0.0 3:37.16 nfsd + 1584 root 20 0 0 0 0 I 0.0 0.0 3:34.20 nfsd + 1585 root 20 0 0 0 0 I 0.0 0.0 3:36.74 nfsd + 1586 root 20 0 0 0 0 I 0.0 0.0 3:34.51 nfsd + 1587 root 20 0 0 0 0 I 0.0 0.0 3:33.63 nfsd + 1588 root 20 0 0 0 0 I 0.0 0.0 3:34.86 nfsd + 1589 root 20 0 0 0 0 I 0.0 0.0 3:37.14 nfsd + 1590 root 20 0 0 0 0 I 0.0 0.0 3:34.78 nfsd + 1591 root 20 0 0 0 0 I 0.0 0.0 3:36.12 nfsd + 1592 root 20 0 0 0 0 I 0.0 0.0 3:36.76 nfsd + 1593 root 20 0 0 0 0 I 0.0 0.0 3:35.08 nfsd 1603 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1622 root 20 0 2862928 927160 4220 S 0.0 5.7 39:32.30 kvm 1685 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 1692 root 20 0 200848 15036 3372 S 0.0 0.1 0:10.34 pvesche+ + 1692 root 20 0 200848 13200 3372 S 0.0 0.1 0:16.63 pvesche+ 3656 root 20 0 8164 2424 2196 S 0.0 0.0 0:00.00 agetty - 13588 root 20 0 22572 8816 6460 S 0.0 0.1 0:00.32 systemd - 13590 root 20 0 24372 2296 1632 S 0.0 0.0 0:00.00 (sd-pam) + 13588 root 20 0 22572 8668 6420 S 0.0 0.1 0:00.36 systemd + 13590 root 20 0 24372 2208 1632 S 0.0 0.0 0:00.00 (sd-pam) 13595 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 13647 root 20 0 7308 2508 1860 S 0.0 0.0 0:00.12 screen - 13721 root 20 0 7308 2408 1752 S 0.0 0.0 0:00.11 screen + 13647 root 20 0 7308 2352 1684 S 0.0 0.0 0:00.21 screen + 13721 root 20 0 7308 2232 1576 S 0.0 0.0 0:00.19 screen 78057 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon 78155 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/sd+ 78156 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 366025 root 20 0 79616 2044 1836 S 0.0 0.0 0:02.88 pvefw-l+ - 366057 www-data 20 0 92196 17624 3976 S 0.0 0.1 0:01.08 spicepr+ - 366058 www-data 20 0 242752 39440 9820 S 0.0 0.2 0:03.51 pveprox+ - 366059 www-data 20 0 281012 56496 11960 S 0.0 0.3 0:05.06 pveprox+ - 366060 www-data 20 0 281084 82316 13028 S 0.0 0.5 0:04.90 pveprox+ - 509463 root 20 0 0 0 0 I 0.0 0.0 0:00.32 kworker+ - 526292 root 20 0 0 0 0 I 0.0 0.0 0:00.62 kworker+ - 528559 root 20 0 0 0 0 I 0.0 0.0 0:00.69 kworker+ - 536157 root 20 0 0 0 0 I 0.0 0.0 0:00.27 kworker+ - 537079 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ - 538018 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+ - 540220 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ - 541601 root 20 0 0 0 0 I 0.0 0.0 0:00.20 kworker+ - 543076 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ - 543106 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ - 543170 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ - 545021 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 546233 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 547166 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ - 547747 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 547758 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 547930 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 548364 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 548578 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 548703 postfix 20 0 44472 7776 7096 S 0.0 0.0 0:00.00 pickup - 549014 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 549507 root 20 0 19636 11700 9928 S 0.0 0.1 0:00.00 sshd-se+ - 549514 root 20 0 19892 7376 5328 S 0.0 0.0 0:00.00 sshd-se+ - 549515 root 20 0 7328 3896 3368 S 0.0 0.0 0:00.28 bash - 549725 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 550330 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 550386 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 550387 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 551232 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 551299 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 551682 root 20 0 19768 12880 10972 S 0.0 0.1 0:00.02 sshd-se+ - 551689 root 20 0 20156 8344 6080 S 0.0 0.1 0:00.26 sshd-se+ - 551690 root 20 0 9100 6056 3724 S 0.0 0.0 0:00.02 bash - 551760 root 20 0 5584 2196 2088 S 0.0 0.0 0:00.00 sleep - 551796 root 20 0 6872 3124 2884 S 0.0 0.0 0:00.00 screen - 551797 root 20 0 7176 2544 1852 S 0.0 0.0 0:00.16 screen - 552535 root 20 0 7328 2524 1996 S 0.0 0.0 0:00.00 bash - 552536 root 20 0 5592 2076 1960 S 0.0 0.0 0:00.00 head - 552537 root 20 0 10424 5464 3376 R 0.0 0.0 0:00.00 top + 551797 root 20 0 7176 2420 1664 S 0.0 0.0 0:00.43 screen + 553759 root 20 0 7176 2412 1652 S 0.0 0.0 0:04.04 screen + 650134 root 20 0 79616 2296 2088 S 0.0 0.0 0:03.69 pvefw-l+ + 650165 www-data 20 0 92276 18696 3984 S 0.0 0.1 0:01.51 spicepr+ + 650166 www-data 20 0 287636 95212 14844 S 0.0 0.6 0:06.54 pveprox+ + 650167 www-data 20 0 270460 66024 11432 S 0.0 0.4 0:05.08 pveprox+ + 650168 www-data 20 0 272348 68216 11488 S 0.0 0.4 0:05.44 pveprox+ + 831400 root 20 0 0 0 0 I 0.0 0.0 0:00.91 kworker+ + 848534 root 20 0 0 0 0 I 0.0 0.0 0:00.43 kworker+ + 856230 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ + 860402 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+ + 865025 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+ + 867552 root 20 0 0 0 0 I 0.0 0.0 0:00.21 kworker+ + 868815 root 20 0 0 0 0 I 0.0 0.0 0:00.21 kworker+ + 869089 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 869708 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 871906 postfix 20 0 44472 7732 7048 S 0.0 0.0 0:00.00 pickup + 872642 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 873445 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 877730 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 878476 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+ + 879656 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 880304 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 880601 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 881287 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 882436 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 882912 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 884501 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 884521 root 20 0 19636 11564 9792 S 0.0 0.1 0:00.00 sshd-se+ + 884528 root 20 0 19892 7384 5336 S 0.0 0.0 0:00.00 sshd-se+ + 884529 root 20 0 7328 3912 3384 S 0.0 0.0 0:00.28 bash + 885312 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 885313 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 885363 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 885389 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 886266 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 886542 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 887491 root 20 0 5584 2192 2080 S 0.0 0.0 0:00.00 sleep + 887569 root 20 0 7328 2564 2036 S 0.0 0.0 0:00.00 bash + 887570 root 20 0 5592 2092 1976 S 0.0 0.0 0:00.00 head + 887571 root 20 0 10424 5424 3340 R 0.0 0.0 0:00.00 top --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -10528,31 +10613,31 @@ fwln400i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 2680260 11544 0 0 0 0 0 0 2680260 11544 0 0 0 0 0 0 - nic0: 1393800052 8311831 0 5825 0 0 0 4488788 355333262 1267505 0 0 0 0 0 0 -enx8cae4ccda926: 288681923582 311250267 0 5823 0 0 0 0 620201546053 458110468 0 0 0 0 0 0 + lo: 6085364 30296 0 0 0 0 0 0 6085364 30296 0 0 0 0 0 0 + nic0: 4665827502 15210280 0 9356 0 0 0 7136590 4256909585 4630424 0 0 0 0 0 0 +enx8cae4ccda926: 387145484395 416889426 0 9354 0 0 0 0 769027366676 581907505 0 4 0 0 0 0 enx80ae4ccdec03: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -tailscale0: 10293453 94884 0 0 0 0 0 0 85632909 125204 0 0 0 0 0 0 - vmbr0: 799026626 6651228 0 0 0 0 0 3802136 198282688 648563 0 0 0 0 0 0 -datanet: 288676743310 311240744 0 10 0 0 0 147172 620200061953 458104648 0 0 0 0 0 0 -tap400i0: 144769068 533411 0 0 0 0 0 0 836439165 6475689 0 5168 0 0 0 0 -fwbr400i0: 504864311 5586569 0 7108 0 0 0 3801097 0 0 0 0 0 0 0 0 -fwpr400p0: 146218248 539231 0 5820 0 0 0 0 836956330 6480857 0 0 0 0 0 0 -fwln400i0: 836956330 6480857 0 5820 0 0 0 0 146218248 539231 0 0 0 0 0 0 +tailscale0: 19766075 183723 0 0 0 0 0 0 140031448 248563 0 0 0 0 0 0 + vmbr0: 3642602733 11076696 0 0 0 0 0 6024813 3846201432 1296317 0 0 0 0 0 0 +datanet: 387140085733 416875608 0 15 0 0 0 236412 769024988737 581898160 0 0 0 0 0 0 +tap400i0: 225637526 854155 0 0 0 0 0 0 1328886659 10307645 0 5168 0 0 0 0 +fwbr400i0: 804236000 8900379 0 11250 0 0 0 6023774 0 0 0 0 0 0 0 0 +fwpr400p0: 227965178 863503 0 9348 0 0 0 0 1329407518 10312814 0 0 0 0 0 0 +fwln400i0: 1329407518 10312814 0 9348 0 0 0 0 227965178 863503 0 0 0 0 0 0 --- t1 (1s later) --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 2680260 11544 0 0 0 0 0 0 2680260 11544 0 0 0 0 0 0 - nic0: 1393810736 8311915 0 5825 0 0 0 4488804 355356768 1267641 0 0 0 0 0 0 -enx8cae4ccda926: 288684160442 311251827 0 5823 0 0 0 0 620201615626 458110842 0 0 0 0 0 0 + lo: 6085364 30296 0 0 0 0 0 0 6085364 30296 0 0 0 0 0 0 + nic0: 4665831134 15210310 0 9356 0 0 0 7136603 4256910001 4630427 0 0 0 0 0 0 +enx8cae4ccda926: 387146038549 416889880 0 9354 0 0 0 0 769027398746 581907764 0 4 0 0 0 0 enx80ae4ccdec03: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -tailscale0: 10296037 94933 0 0 0 0 0 0 85644261 125333 0 0 0 0 0 0 - vmbr0: 799034937 6651306 0 0 0 0 0 3802146 198305320 648697 0 0 0 0 0 0 -datanet: 288678980170 311242304 0 10 0 0 0 147172 620200131271 458105021 0 0 0 0 0 0 -tap400i0: 144769154 533412 0 0 0 0 0 0 836440987 6475713 0 5168 0 0 0 0 -fwbr400i0: 504865797 5586593 0 7108 0 0 0 3801107 0 0 0 0 0 0 0 0 -fwpr400p0: 146218334 539232 0 5820 0 0 0 0 836958152 6480881 0 0 0 0 0 0 -fwln400i0: 836958152 6480881 0 5820 0 0 0 0 146218334 539232 0 0 0 0 0 0 +tailscale0: 19766075 183723 0 0 0 0 0 0 140031448 248563 0 0 0 0 0 0 + vmbr0: 3642604605 11076717 0 0 0 0 0 6024818 3846201750 1296319 0 0 0 0 0 0 +datanet: 387140639887 416876062 0 15 0 0 0 236413 769025020807 581898419 0 0 0 0 0 0 +tap400i0: 225637612 854156 0 0 0 0 0 0 1328888593 10307665 0 5168 0 0 0 0 +fwbr400i0: 804237582 8900398 0 11250 0 0 0 6023779 0 0 0 0 0 0 0 0 +fwpr400p0: 227965264 863504 0 9348 0 0 0 0 1329409452 10312834 0 0 0 0 0 0 +fwln400i0: 1329409452 10312834 0 9348 0 0 0 0 227965264 863504 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -10633,9 +10718,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - Local time: Sun 2026-07-26 16:30:33 CDT - Universal time: Sun 2026-07-26 21:30:33 UTC - RTC time: Sun 2026-07-26 21:30:33 + Local time: Mon 2026-07-27 21:55:20 CDT + Universal time: Tue 2026-07-28 02:55:20 UTC + RTC time: Tue 2026-07-28 02:55:20 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -10645,26 +10730,26 @@ System clock synchronized: yes $ chronyc tracking Reference ID : 178FC4CC (time-usw7.crimpac.net) Stratum : 3 -Ref time (UTC) : Sun Jul 26 21:16:15 2026 -System time : 0.000568948 seconds slow of NTP time -Last offset : +0.000224465 seconds -RMS offset : 0.000220616 seconds -Frequency : 10.199 ppm slow -Residual freq : +0.005 ppm -Skew : 0.053 ppm -Root delay : 0.047061872 seconds -Root dispersion : 0.001582184 seconds -Update interval : 1025.1 seconds +Ref time (UTC) : Tue Jul 28 02:52:28 2026 +System time : 0.001108237 seconds fast of NTP time +Last offset : -0.000190671 seconds +RMS offset : 0.000303077 seconds +Frequency : 10.087 ppm slow +Residual freq : -0.001 ppm +Skew : 0.054 ppm +Root delay : 0.046375591 seconds +Root dispersion : 0.001236387 seconds +Update interval : 1035.8 seconds Leap status : Normal --- chronyc sources $ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== -^+ 66.85.78.80 2 10 377 685 +7171us[+7171us] +/- 67ms -^- 23.172.120.58 2 10 377 749 -6462us[-6462us] +/- 75ms -^+ ntp2.wiktel.com 1 10 377 810 +4726us[+4726us] +/- 31ms -^* time-usw7.crimpac.net 2 10 377 858 -5473us[-5248us] +/- 24ms +^+ 66.85.78.80 2 10 377 529 +2948us[+2763us] +/- 60ms +^- 23.172.120.58 2 10 377 123 -5259us[-5259us] +/- 76ms +^+ ntp2.wiktel.com 1 10 377 174 +3444us[+3254us] +/- 32ms +^* time-usw7.crimpac.net 2 10 377 172 -7589us[-7780us] +/- 26ms --- ntpq peers $ ntpq -pn @@ -10687,39 +10772,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:34 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:21 2026 *mangle -:PREROUTING ACCEPT [314859153:288232653829] -:INPUT ACCEPT [311454757:287815144913] +:PREROUTING ACCEPT [423747332:389512507942] +:INPUT ACCEPT [418257170:388843491483] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [86254960:594685577127] -:POSTROUTING ACCEPT [86254960:594685577127] +:OUTPUT ACCEPT [125690804:741047704703] +:POSTROUTING ACCEPT [125690804:741047704703] -A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000 -A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000 COMMIT -# Completed on Sun Jul 26 16:30:34 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:34 2026 +# Completed on Mon Jul 27 21:55:21 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:21 2026 *raw -:PREROUTING ACCEPT [314859203:288232675663] -:OUTPUT ACCEPT [86255029:594685583391] +:PREROUTING ACCEPT [423747382:389512529776] +:OUTPUT ACCEPT [125690873:741047710967] COMMIT -# Completed on Sun Jul 26 16:30:34 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:34 2026 +# Completed on Mon Jul 27 21:55:21 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:21 2026 *nat -:PREROUTING ACCEPT [3991374:463211346] -:INPUT ACCEPT [714531:74114380] -:OUTPUT ACCEPT [68262:5692552] -:POSTROUTING ACCEPT [68262:5692552] +:PREROUTING ACCEPT [6438860:743239816] +:INPUT ACCEPT [1154151:119991551] +:OUTPUT ACCEPT [111792:9257612] +:POSTROUTING ACCEPT [111792:9257612] :ts-postrouting - [0:0] -A POSTROUTING -j ts-postrouting -A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE COMMIT -# Completed on Sun Jul 26 16:30:34 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:34 2026 +# Completed on Mon Jul 27 21:55:21 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:21 2026 *filter -:INPUT ACCEPT [311014587:287754858420] +:INPUT ACCEPT [417482866:388737270070] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [86256228:594685636610] +:OUTPUT ACCEPT [125692072:741047764186] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -10734,7 +10819,7 @@ COMMIT -A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN -A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP COMMIT -# Completed on Sun Jul 26 16:30:34 2026 +# Completed on Mon Jul 27 21:55:21 2026 --- ipset list (names) $ ipset list -n @@ -10769,37 +10854,37 @@ apparmor module is loaded. --- top 10 memory hogs $ ps -eo pid,user,rss,vsz,pcpu,pmem,comm --sort=-rss | head -n 11 PID USER RSS VSZ %CPU %MEM COMMAND - 1622 root 914452 2862928 0.8 5.6 kvm - 961 root 94380 1421644 0.1 0.5 tailscaled - 366060 www-data 82316 281084 0.0 0.5 pveproxy worker - 366059 www-data 56496 281012 0.0 0.3 pveproxy worker - 1465 root 48204 180508 0.2 0.2 pvestatd - 366058 www-data 39440 242752 0.0 0.2 pveproxy worker - 1449 root 37128 177368 0.2 0.2 pve-firewall - 1562 www-data 25060 92064 0.0 0.1 spiceproxy - 394 root 24860 51432 0.0 0.1 systemd-journal - 1553 www-data 24032 220352 0.0 0.1 pveproxy + 1622 root 927160 2862928 0.8 5.6 kvm + 961 root 97312 1422028 0.1 0.5 tailscaled + 650166 www-data 95212 287636 0.0 0.5 pveproxy worker + 650168 www-data 68216 272348 0.0 0.4 pveproxy worker + 650167 www-data 66024 270460 0.0 0.4 pveproxy worker + 1465 root 48880 180508 0.2 0.3 pvestatd + 1449 root 38520 177368 0.2 0.2 pve-firewall + 1553 www-data 34340 220272 0.0 0.2 pveproxy + 1562 www-data 26676 92024 0.0 0.1 spiceproxy + 394 root 23792 51432 0.0 0.1 systemd-journal --- top 10 CPU hogs $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 PID USER %CPU %MEM RSS COMMAND - 552563 root 2.6 0.0 7968 systemd-timedat - 1622 root 0.8 5.6 914452 kvm - 551689 root 0.4 0.0 8344 sshd-session - 551797 root 0.3 0.0 2544 screen - 1465 root 0.2 0.2 48204 pvestatd + 887585 root 2.6 0.0 7896 systemd-timedat + 1622 root 0.8 5.6 927160 kvm 94 root 0.2 0.0 0 kworker/7:1H-kblockd - 1449 root 0.2 0.2 37128 pve-firewall - 961 root 0.1 0.5 94380 tailscaled - 549515 root 0.1 0.0 3896 bash + 1465 root 0.2 0.3 48880 pvestatd + 1449 root 0.2 0.2 38520 pve-firewall + 961 root 0.1 0.5 97312 tailscaled + 884529 root 0.0 0.0 3912 bash 1579 root 0.0 0.0 0 nfsd + 1583 root 0.0 0.0 0 nfsd + 1589 root 0.0 0.0 0 nfsd --- top file-handle holders $ for pid in $(ps -e -o pid= | head -n 200); do n="$(ls /proc/$pid/fd 2>/dev/null | wc -l)" [ "$n" -gt 50 ] && printf '%6d fd=%-6s %s\n' "$pid" "$n" "$(cat /proc/$pid/comm 2>/dev/null)" done | sort -k2 -t= -nr | head -n 15 - 1 fd=193 systemd + 1 fd=192 systemd 1411 fd=94 master 937 fd=58 dbus-daemon @@ -11025,6 +11110,6 @@ echo " (see section 20 for full smartctl/nvme output)" ############################################################################### # Collection complete: pfv-tsys4 # Output: /root/pfv-tsys4.log -# Size: 603239 bytes / 11023 lines -# Elapsed: 279 seconds +# Size: 617190 bytes / 11108 lines +# Elapsed: 290 seconds ############################################################################### diff --git a/returned-logs/pfv-tsys5.log b/returned-logs/pfv-tsys5.log index 0a01301..d925b70 100644 --- a/returned-logs/pfv-tsys5.log +++ b/returned-logs/pfv-tsys5.log @@ -3,7 +3,7 @@ # Host: pfv-tsys5 (pfv-tsys5.knel.net) # FQDN: pfv-tsys5.knel.net # All IPs: 100.87.135.12 192.168.0.20 10.100.100.5 fd7a:115c:a1e0::da3b:870c -# Collected: 2026-07-26T21:25:59Z (UTC) +# Collected: 2026-07-28T02:50:35Z (UTC) # Kernel: 6.17.2-1-pve # Machine: x86_64 GNU/Linux # Caller: root (uid=0) @@ -300,12 +300,12 @@ available : rpcsec_gss_krb5 () --- currently loaded modules (filtered) $ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}' Module Size Used by -tcp_bbr 20480 11 +tcp_bbr 20480 29 tcp_diag 12288 0 rpcsec_gss_krb5 28672 0 nfsv4 1175552 1 bonding 245760 0 -sunrpc 786432 44 nfsd,nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs_acl,nfs +sunrpc 786432 56 nfsd,nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs_acl,nfs kvm_intel 532480 106 kvm 1376256 73 kvm_intel zfs 6344704 6 @@ -345,11 +345,11 @@ BUG_REPORT_URL="https://bugs.debian.org/" --- uptime $ uptime - 16:26:03 up 1 day, 21:10, 2 users, load average: 0.43, 0.51, 0.73 + 21:50:38 up 3 days, 2:35, 2 users, load average: 1.16, 1.05, 1.00 --- uptime raw (since boot) $ cat /proc/uptime -162642.46 1134445.76 +268517.87 1892277.27 --- last reboot $ last -x reboot @@ -375,6 +375,12 @@ wtmpdb begins Thu Feb 26 09:05:33 2026 --- last logins $ last +root pts/0 100.87.49.37 Mon Jul 27 12:53 - 13:06 (00:12) +root pts/0 100.87.49.37 Mon Jul 27 10:55 - 11:11 (00:16) +root pts/0 100.87.49.37 Mon Jul 27 09:34 - 09:34 (00:00) +root pts/0 100.87.49.37 Mon Jul 27 09:07 - 09:23 (00:16) +root pts/0 10.100.100.3 Mon Jul 27 00:32 - 00:33 (00:01) +root pts/0 192.168.3.252 Sun Jul 26 19:25 - 19:25 (00:00) root pts/0 100.87.49.37 Sun Jul 26 12:24 - 12:25 (00:00) root pts/0 100.87.49.37 Sat Jul 25 19:41 - 19:48 (00:06) root pts/0 100.87.49.37 Sat Jul 25 11:24 - 11:35 (00:10) @@ -3479,7 +3485,7 @@ available EPP: --- cpupower frequency-info $ cpupower frequency-info -analyzing CPU 6: +analyzing CPU 5: no or unknown cpufreq driver is active on this CPU CPUs which run at the same hardware frequency: Not Available CPUs which need to have their frequency coordinated by software: Not Available @@ -3499,17 +3505,17 @@ Not Available --- turbostat snapshot $ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 -1.002300 sec +1.002537 sec Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp -- - 9.59 2127 2394 7662 40 -0 0 9.68 2128 2394 899 36 -0 4 10.47 2145 2394 1113 -1 1 8.39 2132 2394 797 40 -1 5 6.57 2048 2394 769 -9 2 12.06 2136 2394 1204 36 -9 6 8.97 2044 2394 1043 -10 3 8.31 2067 2394 879 28 -10 7 12.25 2240 2394 958 +- - 8.75 2047 2394 7635 41 +0 0 12.31 2040 2394 1396 36 +0 4 6.53 2030 2394 737 +1 1 8.09 2040 2394 848 41 +1 5 8.25 2076 2394 878 +9 2 8.31 1967 2394 954 37 +9 6 6.62 1991 2394 759 +10 3 9.06 2101 2394 987 31 +10 7 10.78 2100 2394 1076 --- x86_energy_perf_policy -r $ x86_energy_perf_policy -r @@ -3532,11 +3538,11 @@ cpu7: EPB 0 "$(cat "$s/latency" 2>/dev/null)" \ "$(cat "$s/time" 2>/dev/null)" done - POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=13217805us - C1 : MWAIT 0x00 disabled=0 latency=3us residency=164561596us - C1E : MWAIT 0x01 disabled=0 latency=10us residency=1355144971us - C3 : MWAIT 0x10 disabled=0 latency=20us residency=39498744118us - C6 : MWAIT 0x20 disabled=0 latency=200us residency=106391088057us + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=26107010us + C1 : MWAIT 0x00 disabled=0 latency=3us residency=344575570us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=2599189038us + C3 : MWAIT 0x10 disabled=0 latency=20us residency=71799021448us + C6 : MWAIT 0x20 disabled=0 latency=200us residency=168301866748us --- THP enabled $ cat /sys/kernel/mm/transparent_hugepage/enabled @@ -3556,900 +3562,2016 @@ always defer defer+madvise [madvise] never --- microcode $ dmesg -[85470.710005] audit: type=1400 audit(1785023990.837:1119): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[85470.778032] audit: type=1400 audit(1785023990.905:1120): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[85722.781974] audit: type=1400 audit(1785024242.908:1121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[85722.784837] audit: type=1400 audit(1785024242.911:1122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[85722.847995] audit: type=1400 audit(1785024242.974:1123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[85952.938113] audit: type=1400 audit(1785024473.063:1124): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[85952.939981] audit: type=1400 audit(1785024473.064:1125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[85953.009633] audit: type=1400 audit(1785024473.134:1126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[86186.135293] audit: type=1400 audit(1785024706.259:1127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[86186.137442] audit: type=1400 audit(1785024706.261:1128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[86186.203746] audit: type=1400 audit(1785024706.327:1129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[86422.009944] audit: type=1400 audit(1785024942.132:1130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[86422.012058] audit: type=1400 audit(1785024942.133:1131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[86422.074099] audit: type=1400 audit(1785024942.196:1132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[86691.349470] audit: type=1400 audit(1785025211.470:1133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[86691.351659] audit: type=1400 audit(1785025211.473:1134): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[86691.410784] audit: type=1400 audit(1785025211.532:1135): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[86957.545979] audit: type=1400 audit(1785025477.666:1136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[86957.548123] audit: type=1400 audit(1785025477.668:1137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[86957.613568] audit: type=1400 audit(1785025477.733:1138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[87218.146202] audit: type=1400 audit(1785025738.265:1139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[87218.148436] audit: type=1400 audit(1785025738.267:1140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[87218.214960] audit: type=1400 audit(1785025738.333:1141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[87489.199128] audit: type=1400 audit(1785026009.316:1142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[87489.201311] audit: type=1400 audit(1785026009.318:1143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[87489.267487] audit: type=1400 audit(1785026009.384:1144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[87736.240948] audit: type=1400 audit(1785026256.356:1145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[87736.243072] audit: type=1400 audit(1785026256.359:1146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[87736.303831] audit: type=1400 audit(1785026256.419:1147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[87982.014896] audit: type=1400 audit(1785026502.129:1148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[87982.017018] audit: type=1400 audit(1785026502.131:1149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[87982.091473] audit: type=1400 audit(1785026502.205:1150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[88269.262622] audit: type=1400 audit(1785026789.375:1151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[88269.264699] audit: type=1400 audit(1785026789.377:1152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[88270.106231] audit: type=1400 audit(1785026790.218:1153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[88498.790550] audit: type=1400 audit(1785027018.901:1154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[88498.792231] audit: type=1400 audit(1785027018.903:1155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[88498.856009] audit: type=1400 audit(1785027018.966:1156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[88605.025342] DMAR: DRHD: handling fault status reg 2 -[88605.025353] DMAR: [DMA Write NO_PASID] Request device [05:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set -[88725.806818] audit: type=1400 audit(1785027245.916:1157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[88725.808808] audit: type=1400 audit(1785027245.918:1158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[88725.879344] audit: type=1400 audit(1785027245.988:1159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[89010.768829] audit: type=1400 audit(1785027530.876:1160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[89010.770745] audit: type=1400 audit(1785027530.877:1161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[89011.095528] audit: type=1400 audit(1785027531.202:1162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[89283.220816] audit: type=1400 audit(1785027803.325:1163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[89283.223624] audit: type=1400 audit(1785027803.328:1164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[89283.284797] audit: type=1400 audit(1785027803.389:1165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[89513.598706] audit: type=1400 audit(1785028033.702:1166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[89513.600909] audit: type=1400 audit(1785028033.704:1167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[89513.664813] audit: type=1400 audit(1785028033.768:1168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[89757.721866] audit: type=1400 audit(1785028277.823:1169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[89757.724184] audit: type=1400 audit(1785028277.825:1170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[89757.793522] audit: type=1400 audit(1785028277.895:1171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[90016.777228] audit: type=1400 audit(1785028536.877:1172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[90016.779273] audit: type=1400 audit(1785028536.879:1173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[90016.840090] audit: type=1400 audit(1785028536.939:1174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[90250.268687] audit: type=1400 audit(1785028770.366:1175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[90250.270585] audit: type=1400 audit(1785028770.368:1176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[90250.337012] audit: type=1400 audit(1785028770.435:1177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[90550.895646] audit: type=1400 audit(1785029070.991:1178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[90550.897099] audit: type=1400 audit(1785029070.993:1179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[90550.957540] audit: type=1400 audit(1785029071.053:1180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[90787.007862] audit: type=1400 audit(1785029307.102:1181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[90787.009986] audit: type=1400 audit(1785029307.104:1182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[90787.070560] audit: type=1400 audit(1785029307.165:1183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[91066.742140] audit: type=1400 audit(1785029586.835:1184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[91066.744274] audit: type=1400 audit(1785029586.837:1185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[91066.808278] audit: type=1400 audit(1785029586.901:1186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[91326.334472] audit: type=1400 audit(1785029846.425:1187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[91326.336182] audit: type=1400 audit(1785029846.427:1188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[91326.396191] audit: type=1400 audit(1785029846.487:1189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[91593.116391] audit: type=1400 audit(1785030113.206:1190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[91593.118468] audit: type=1400 audit(1785030113.208:1191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[91593.176178] audit: type=1400 audit(1785030113.265:1192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[91893.093548] audit: type=1400 audit(1785030413.181:1193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[91893.095730] audit: type=1400 audit(1785030413.183:1194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[91893.156801] audit: type=1400 audit(1785030413.244:1195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[92124.533134] audit: type=1400 audit(1785030644.619:1196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[92124.535347] audit: type=1400 audit(1785030644.621:1197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[92124.594829] audit: type=1400 audit(1785030644.681:1198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[92403.320314] audit: type=1400 audit(1785030923.404:1199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[92403.322296] audit: type=1400 audit(1785030923.406:1200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[92403.392502] audit: type=1400 audit(1785030923.476:1201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[92637.049874] audit: type=1400 audit(1785031157.132:1202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[92637.052043] audit: type=1400 audit(1785031157.135:1203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[92637.129412] audit: type=1400 audit(1785031157.212:1204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[92920.123283] audit: type=1400 audit(1785031440.204:1205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[92920.127726] audit: type=1400 audit(1785031440.208:1206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[92920.258486] audit: type=1400 audit(1785031440.339:1207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[93150.278440] audit: type=1400 audit(1785031670.358:1208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[93150.293014] audit: type=1400 audit(1785031670.372:1209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[93150.355327] audit: type=1400 audit(1785031670.434:1210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[93410.162122] audit: type=1400 audit(1785031930.240:1211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[93410.174705] audit: type=1400 audit(1785031930.252:1212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[93410.234980] audit: type=1400 audit(1785031930.312:1213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[93694.819462] audit: type=1400 audit(1785032214.896:1214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[93694.830115] audit: type=1400 audit(1785032214.906:1215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[93694.897045] audit: type=1400 audit(1785032214.973:1216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[93991.869698] audit: type=1400 audit(1785032511.944:1217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[93991.878136] audit: type=1400 audit(1785032511.952:1218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[93991.951471] audit: type=1400 audit(1785032512.025:1219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[94267.127276] audit: type=1400 audit(1785032787.199:1220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[94267.135968] audit: type=1400 audit(1785032787.208:1221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[94267.206239] audit: type=1400 audit(1785032787.278:1222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[94567.790789] audit: type=1400 audit(1785033087.861:1223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[94567.800107] audit: type=1400 audit(1785033087.870:1224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[94567.864143] audit: type=1400 audit(1785033087.934:1225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[94831.767489] audit: type=1400 audit(1785033351.836:1226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[94831.776471] audit: type=1400 audit(1785033351.845:1227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[94831.844020] audit: type=1400 audit(1785033351.912:1228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[95109.702794] audit: type=1400 audit(1785033629.769:1229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[95109.718029] audit: type=1400 audit(1785033629.785:1230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[95109.798680] audit: type=1400 audit(1785033629.865:1231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[95340.268896] audit: type=1400 audit(1785033860.334:1232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[95340.277948] audit: type=1400 audit(1785033860.343:1233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[95340.336825] audit: type=1400 audit(1785033860.402:1234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[95624.896037] audit: type=1400 audit(1785034144.959:1235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[95624.903849] audit: type=1400 audit(1785034144.967:1236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[95624.966874] audit: type=1400 audit(1785034145.030:1237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[95913.810938] audit: type=1400 audit(1785034433.872:1238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[95913.827174] audit: type=1400 audit(1785034433.889:1239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[95913.894255] audit: type=1400 audit(1785034433.956:1240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96213.822906] audit: type=1400 audit(1785034733.883:1241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96213.838089] audit: type=1400 audit(1785034733.898:1242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96213.903480] audit: type=1400 audit(1785034733.963:1243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96458.239401] audit: type=1400 audit(1785034978.297:1244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96458.254388] audit: type=1400 audit(1785034978.312:1245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96458.323413] audit: type=1400 audit(1785034978.382:1246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96703.087555] audit: type=1400 audit(1785035223.145:1247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96703.096053] audit: type=1400 audit(1785035223.153:1248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96703.160128] audit: type=1400 audit(1785035223.217:1249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96984.647581] audit: type=1400 audit(1785035504.702:1250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96984.658538] audit: type=1400 audit(1785035504.713:1251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[96984.729413] audit: type=1400 audit(1785035504.784:1252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97213.703148] audit: type=1400 audit(1785035733.756:1253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97213.718163] audit: type=1400 audit(1785035733.771:1254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97213.782041] audit: type=1400 audit(1785035733.835:1255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97504.704706] audit: type=1400 audit(1785036024.756:1256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97504.720365] audit: type=1400 audit(1785036024.772:1257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97504.784495] audit: type=1400 audit(1785036024.836:1258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97748.530020] audit: type=1400 audit(1785036268.580:1259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97748.546125] audit: type=1400 audit(1785036268.596:1260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[97748.621156] audit: type=1400 audit(1785036268.671:1261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98041.011980] audit: type=1400 audit(1785036561.060:1262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98041.030153] audit: type=1400 audit(1785036561.078:1263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98041.098645] audit: type=1400 audit(1785036561.146:1264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98333.248103] audit: type=1400 audit(1785036853.294:1265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98333.256449] audit: type=1400 audit(1785036853.302:1266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98333.317362] audit: type=1400 audit(1785036853.363:1267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98627.185239] audit: type=1400 audit(1785037147.229:1268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98627.195884] audit: type=1400 audit(1785037147.240:1269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98627.261069] audit: type=1400 audit(1785037147.305:1270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98881.526948] audit: type=1400 audit(1785037401.569:1271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98881.542969] audit: type=1400 audit(1785037401.585:1272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[98881.604052] audit: type=1400 audit(1785037401.646:1273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99149.113927] audit: type=1400 audit(1785037669.154:1274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99149.122238] audit: type=1400 audit(1785037669.163:1275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99149.190180] audit: type=1400 audit(1785037669.231:1276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99432.455994] audit: type=1400 audit(1785037952.495:1277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99432.464477] audit: type=1400 audit(1785037952.503:1278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99432.534515] audit: type=1400 audit(1785037952.573:1279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99708.736516] audit: type=1400 audit(1785038228.773:1280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99708.751501] audit: type=1400 audit(1785038228.788:1281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99708.820222] audit: type=1400 audit(1785038228.857:1282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99991.631360] audit: type=1400 audit(1785038511.666:1283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99991.647375] audit: type=1400 audit(1785038511.682:1284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[99991.705281] audit: type=1400 audit(1785038511.740:1285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100292.842490] audit: type=1400 audit(1785038812.876:1286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100292.851058] audit: type=1400 audit(1785038812.884:1287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100292.923815] audit: type=1400 audit(1785038812.957:1288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100574.832124] audit: type=1400 audit(1785039094.863:1289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100574.844273] audit: type=1400 audit(1785039094.876:1290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100574.908261] audit: type=1400 audit(1785039094.940:1291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100825.943199] audit: type=1400 audit(1785039345.973:1292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100825.959116] audit: type=1400 audit(1785039345.989:1293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[100826.019126] audit: type=1400 audit(1785039346.049:1294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101059.328118] audit: type=1400 audit(1785039579.356:1295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101059.339441] audit: type=1400 audit(1785039579.368:1296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101059.406369] audit: type=1400 audit(1785039579.435:1297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101351.632774] audit: type=1400 audit(1785039871.659:1298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101351.644762] audit: type=1400 audit(1785039871.671:1299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101351.708428] audit: type=1400 audit(1785039871.735:1300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101634.965087] audit: type=1400 audit(1785040154.990:1301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101634.975286] audit: type=1400 audit(1785040155.000:1302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101635.043767] audit: type=1400 audit(1785040155.068:1303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101917.492856] audit: type=1400 audit(1785040437.516:1304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101917.508310] audit: type=1400 audit(1785040437.531:1305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[101917.694550] audit: type=1400 audit(1785040437.717:1306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102172.001588] audit: type=1400 audit(1785040692.023:1307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102172.018369] audit: type=1400 audit(1785040692.040:1308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102172.089456] audit: type=1400 audit(1785040692.111:1309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102440.062075] audit: type=1400 audit(1785040960.082:1310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102440.072816] audit: type=1400 audit(1785040960.092:1311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102440.141966] audit: type=1400 audit(1785040960.162:1312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102711.775881] audit: type=1400 audit(1785041231.794:1313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102711.791024] audit: type=1400 audit(1785041231.809:1314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102711.853284] audit: type=1400 audit(1785041231.871:1315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102986.224738] audit: type=1400 audit(1785041506.241:1316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102986.236697] audit: type=1400 audit(1785041506.253:1317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[102986.305816] audit: type=1400 audit(1785041506.322:1318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103278.806819] audit: type=1400 audit(1785041798.821:1319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103278.815186] audit: type=1400 audit(1785041798.830:1320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103278.881396] audit: type=1400 audit(1785041798.896:1321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103568.315254] audit: type=1400 audit(1785042088.328:1322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103568.330576] audit: type=1400 audit(1785042088.344:1323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103568.392392] audit: type=1400 audit(1785042088.405:1324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103814.562078] audit: type=1400 audit(1785042334.574:1325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103814.577219] audit: type=1400 audit(1785042334.589:1326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[103814.636689] audit: type=1400 audit(1785042334.648:1327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104112.002943] audit: type=1400 audit(1785042632.013:1328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104112.011546] audit: type=1400 audit(1785042632.022:1329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104112.080307] audit: type=1400 audit(1785042632.090:1330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104356.079833] audit: type=1400 audit(1785042876.089:1331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104356.095929] audit: type=1400 audit(1785042876.105:1332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104356.167229] audit: type=1400 audit(1785042876.176:1333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104583.764994] audit: type=1400 audit(1785043103.773:1334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104583.780499] audit: type=1400 audit(1785043103.789:1335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104583.848290] audit: type=1400 audit(1785043103.856:1336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104862.356039] audit: type=1400 audit(1785043382.362:1337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104862.365196] audit: type=1400 audit(1785043382.371:1338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[104862.433171] audit: type=1400 audit(1785043382.439:1339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105093.170205] audit: type=1400 audit(1785043613.175:1340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105093.178314] audit: type=1400 audit(1785043613.183:1341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105093.244744] audit: type=1400 audit(1785043613.250:1342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105370.887187] audit: type=1400 audit(1785043890.891:1343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105370.897785] audit: type=1400 audit(1785043890.901:1344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105370.972254] audit: type=1400 audit(1785043890.976:1345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105658.988387] audit: type=1400 audit(1785044178.991:1346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105658.998631] audit: type=1400 audit(1785044179.001:1347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105659.065649] audit: type=1400 audit(1785044179.068:1348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105936.298330] audit: type=1400 audit(1785044456.299:1349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105936.306459] audit: type=1400 audit(1785044456.307:1350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[105936.367850] audit: type=1400 audit(1785044456.368:1351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106194.790545] audit: type=1400 audit(1785044714.790:1352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106194.797399] audit: type=1400 audit(1785044714.797:1353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106194.894579] audit: type=1400 audit(1785044714.894:1354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106480.030027] audit: type=1400 audit(1785045000.028:1355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106480.044691] audit: type=1400 audit(1785045000.042:1356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106480.105394] audit: type=1400 audit(1785045000.103:1357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106750.967899] audit: type=1400 audit(1785045270.964:1358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106750.979016] audit: type=1400 audit(1785045270.975:1359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[106751.041631] audit: type=1400 audit(1785045271.038:1360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107044.356406] audit: type=1400 audit(1785045564.351:1361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107044.364572] audit: type=1400 audit(1785045564.359:1362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107044.427004] audit: type=1400 audit(1785045564.421:1363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107271.382240] audit: type=1400 audit(1785045791.375:1364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107271.393460] audit: type=1400 audit(1785045791.387:1365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107271.455481] audit: type=1400 audit(1785045791.449:1366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107550.572124] audit: type=1400 audit(1785046070.564:1367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107550.580474] audit: type=1400 audit(1785046070.572:1368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107550.639832] audit: type=1400 audit(1785046070.631:1369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107824.239773] audit: type=1400 audit(1785046344.230:1370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107824.254912] audit: type=1400 audit(1785046344.245:1371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[107824.384529] audit: type=1400 audit(1785046344.374:1372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108107.287609] audit: type=1400 audit(1785046627.275:1373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108107.296283] audit: type=1400 audit(1785046627.285:1374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108107.361699] audit: type=1400 audit(1785046627.350:1375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108334.921244] audit: type=1400 audit(1785046854.908:1376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108334.932144] audit: type=1400 audit(1785046854.919:1377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108335.000493] audit: type=1400 audit(1785046854.988:1378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108613.421466] audit: type=1400 audit(1785047133.407:1379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108613.432445] audit: type=1400 audit(1785047133.418:1380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108613.502673] audit: type=1400 audit(1785047133.488:1381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108877.695667] audit: type=1400 audit(1785047397.679:1382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108877.706817] audit: type=1400 audit(1785047397.691:1383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[108877.780239] audit: type=1400 audit(1785047397.764:1384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109154.708739] audit: type=1400 audit(1785047674.691:1385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109154.723875] audit: type=1400 audit(1785047674.706:1386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109154.781170] audit: type=1400 audit(1785047674.764:1387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109421.945807] audit: type=1400 audit(1785047941.927:1388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109421.960982] audit: type=1400 audit(1785047941.942:1389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109422.016829] audit: type=1400 audit(1785047941.998:1390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109699.679842] audit: type=1400 audit(1785048219.659:1391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109699.688841] audit: type=1400 audit(1785048219.668:1392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109699.752446] audit: type=1400 audit(1785048219.732:1393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109952.477425] audit: type=1400 audit(1785048472.455:1394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109952.492872] audit: type=1400 audit(1785048472.471:1395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[109952.555300] audit: type=1400 audit(1785048472.533:1396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110191.183363] audit: type=1400 audit(1785048711.160:1397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110191.192038] audit: type=1400 audit(1785048711.168:1398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110191.265903] audit: type=1400 audit(1785048711.242:1399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110468.367189] audit: type=1400 audit(1785048988.342:1400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110468.382907] audit: type=1400 audit(1785048988.358:1401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110468.451188] audit: type=1400 audit(1785048988.426:1402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110723.643121] audit: type=1400 audit(1785049243.617:1403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110723.658505] audit: type=1400 audit(1785049243.632:1404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[110723.720897] audit: type=1400 audit(1785049243.694:1405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111022.717664] audit: type=1400 audit(1785049542.689:1406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111022.729618] audit: type=1400 audit(1785049542.701:1407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111022.797668] audit: type=1400 audit(1785049542.769:1408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111289.506287] audit: type=1400 audit(1785049809.477:1409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111289.514399] audit: type=1400 audit(1785049809.485:1410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111289.582343] audit: type=1400 audit(1785049809.553:1411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111561.005230] audit: type=1400 audit(1785050080.974:1412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111561.019125] audit: type=1400 audit(1785050080.988:1413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111561.084367] audit: type=1400 audit(1785050081.053:1414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111842.744681] audit: type=1400 audit(1785050362.712:1415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111842.761196] audit: type=1400 audit(1785050362.728:1416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[111842.828502] audit: type=1400 audit(1785050362.796:1417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112127.936325] audit: type=1400 audit(1785050647.902:1418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112127.953001] audit: type=1400 audit(1785050647.918:1419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112128.022571] audit: type=1400 audit(1785050647.988:1420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112358.854439] audit: type=1400 audit(1785050878.819:1421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112358.862712] audit: type=1400 audit(1785050878.827:1422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112358.925681] audit: type=1400 audit(1785050878.890:1423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112640.602537] audit: type=1400 audit(1785051160.565:1424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112640.613287] audit: type=1400 audit(1785051160.576:1425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112640.685304] audit: type=1400 audit(1785051160.648:1426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112924.407660] audit: type=1400 audit(1785051444.369:1427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112924.423079] audit: type=1400 audit(1785051444.384:1428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[112924.495994] audit: type=1400 audit(1785051444.457:1429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113172.254026] audit: type=1400 audit(1785051692.214:1430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113172.262090] audit: type=1400 audit(1785051692.222:1431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113172.324052] audit: type=1400 audit(1785051692.284:1432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113432.592565] audit: type=1400 audit(1785051952.551:1433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113432.607586] audit: type=1400 audit(1785051952.566:1434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113432.668822] audit: type=1400 audit(1785051952.627:1435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113726.786238] audit: type=1400 audit(1785052246.743:1436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113726.792799] audit: type=1400 audit(1785052246.749:1437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113726.853792] audit: type=1400 audit(1785052246.810:1438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113989.829652] audit: type=1400 audit(1785052509.785:1439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113989.845106] audit: type=1400 audit(1785052509.800:1440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[113989.905289] audit: type=1400 audit(1785052509.860:1441): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114260.166359] audit: type=1400 audit(1785052780.121:1442): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114260.177183] audit: type=1400 audit(1785052780.131:1443): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114260.232418] audit: type=1400 audit(1785052780.187:1444): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114543.506445] audit: type=1400 audit(1785053063.458:1445): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114543.516927] audit: type=1400 audit(1785053063.469:1446): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114543.643659] audit: type=1400 audit(1785053063.595:1447): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114799.241336] audit: type=1400 audit(1785053319.192:1448): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114799.250215] audit: type=1400 audit(1785053319.200:1449): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[114799.313224] audit: type=1400 audit(1785053319.264:1450): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115069.466351] audit: type=1400 audit(1785053589.415:1451): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115069.478841] audit: type=1400 audit(1785053589.428:1452): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115069.540878] audit: type=1400 audit(1785053589.490:1453): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115327.776329] audit: type=1400 audit(1785053847.724:1454): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115327.791018] audit: type=1400 audit(1785053847.738:1455): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115327.867781] audit: type=1400 audit(1785053847.815:1456): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115590.996239] audit: type=1400 audit(1785054110.942:1457): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115591.005045] audit: type=1400 audit(1785054110.951:1458): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115591.070717] audit: type=1400 audit(1785054111.016:1459): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115879.432479] audit: type=1400 audit(1785054399.377:1460): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115879.440878] audit: type=1400 audit(1785054399.385:1461): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[115879.497956] audit: type=1400 audit(1785054399.442:1462): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116163.539165] audit: type=1400 audit(1785054683.482:1463): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116163.550752] audit: type=1400 audit(1785054683.493:1464): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116163.616562] audit: type=1400 audit(1785054683.559:1465): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116456.803835] audit: type=1400 audit(1785054976.745:1466): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116456.813199] audit: type=1400 audit(1785054976.754:1467): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116456.877125] audit: type=1400 audit(1785054976.818:1468): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116714.188949] audit: type=1400 audit(1785055234.128:1469): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116714.197026] audit: type=1400 audit(1785055234.136:1470): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116714.263611] audit: type=1400 audit(1785055234.204:1471): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116996.790170] audit: type=1400 audit(1785055516.728:1472): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116996.805938] audit: type=1400 audit(1785055516.744:1473): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[116996.874182] audit: type=1400 audit(1785055516.812:1474): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117239.950253] audit: type=1400 audit(1785055759.887:1475): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117239.965088] audit: type=1400 audit(1785055759.901:1476): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117240.026233] audit: type=1400 audit(1785055759.963:1477): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117515.405460] audit: type=1400 audit(1785056035.340:1478): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117515.419479] audit: type=1400 audit(1785056035.354:1479): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117515.487116] audit: type=1400 audit(1785056035.422:1480): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117764.104088] audit: type=1400 audit(1785056284.038:1481): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117764.119904] audit: type=1400 audit(1785056284.053:1482): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[117764.190500] audit: type=1400 audit(1785056284.124:1483): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118025.998249] audit: type=1400 audit(1785056545.930:1484): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118026.007061] audit: type=1400 audit(1785056545.939:1485): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118026.083411] audit: type=1400 audit(1785056546.016:1486): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118264.995944] audit: type=1400 audit(1785056784.927:1487): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118265.006540] audit: type=1400 audit(1785056784.937:1488): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118265.076745] audit: type=1400 audit(1785056785.008:1489): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118538.728653] audit: type=1400 audit(1785057058.658:1490): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118538.744272] audit: type=1400 audit(1785057058.674:1491): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118538.820627] audit: type=1400 audit(1785057058.750:1492): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118817.483477] audit: type=1400 audit(1785057337.411:1493): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118817.490792] audit: type=1400 audit(1785057337.419:1494): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[118817.564616] audit: type=1400 audit(1785057337.492:1495): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119085.968185] audit: type=1400 audit(1785057605.895:1496): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119085.975081] audit: type=1400 audit(1785057605.901:1497): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119086.042725] audit: type=1400 audit(1785057605.969:1498): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119328.679188] audit: type=1400 audit(1785057848.604:1499): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119328.687666] audit: type=1400 audit(1785057848.613:1500): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119328.746148] audit: type=1400 audit(1785057848.671:1501): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119578.766899] audit: type=1400 audit(1785058098.691:1502): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119578.779053] audit: type=1400 audit(1785058098.703:1503): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119578.839653] audit: type=1400 audit(1785058098.763:1504): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119819.354317] audit: type=1400 audit(1785058339.278:1505): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119819.362286] audit: type=1400 audit(1785058339.286:1506): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[119819.435008] audit: type=1400 audit(1785058339.358:1507): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120105.419619] audit: type=1400 audit(1785058625.340:1508): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120105.430353] audit: type=1400 audit(1785058625.351:1509): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120105.494582] audit: type=1400 audit(1785058625.415:1510): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120386.877619] audit: type=1400 audit(1785058906.797:1511): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120386.888068] audit: type=1400 audit(1785058906.807:1512): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120386.955131] audit: type=1400 audit(1785058906.874:1513): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120671.490289] audit: type=1400 audit(1785059191.408:1514): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120671.501437] audit: type=1400 audit(1785059191.419:1515): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120671.564451] audit: type=1400 audit(1785059191.482:1516): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120908.441808] audit: type=1400 audit(1785059428.358:1517): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120908.452308] audit: type=1400 audit(1785059428.369:1518): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[120908.518093] audit: type=1400 audit(1785059428.434:1519): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121143.132230] audit: type=1400 audit(1785059663.047:1520): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121143.141412] audit: type=1400 audit(1785059663.056:1521): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121143.204880] audit: type=1400 audit(1785059663.120:1522): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121429.929841] audit: type=1400 audit(1785059949.842:1523): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121429.938824] audit: type=1400 audit(1785059949.852:1524): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121430.014899] audit: type=1400 audit(1785059949.928:1525): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121680.198060] audit: type=1400 audit(1785060200.110:1526): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121680.206125] audit: type=1400 audit(1785060200.118:1527): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121680.266705] audit: type=1400 audit(1785060200.179:1528): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121980.628184] audit: type=1400 audit(1785060500.538:1529): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121980.636658] audit: type=1400 audit(1785060500.547:1530): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[121980.701660] audit: type=1400 audit(1785060500.612:1531): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122258.361284] audit: type=1400 audit(1785060778.270:1532): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122258.371614] audit: type=1400 audit(1785060778.280:1533): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122258.445111] audit: type=1400 audit(1785060778.354:1534): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122502.183254] audit: type=1400 audit(1785061022.090:1535): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122502.194143] audit: type=1400 audit(1785061022.101:1536): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122502.265019] audit: type=1400 audit(1785061022.172:1537): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122795.511627] audit: type=1400 audit(1785061315.417:1538): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122795.522781] audit: type=1400 audit(1785061315.428:1539): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[122795.591660] audit: type=1400 audit(1785061315.497:1540): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123041.620503] audit: type=1400 audit(1785061561.525:1541): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123041.627257] audit: type=1400 audit(1785061561.531:1542): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123041.693380] audit: type=1400 audit(1785061561.597:1543): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123274.662267] audit: type=1400 audit(1785061794.565:1544): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123274.669845] audit: type=1400 audit(1785061794.573:1545): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123274.729421] audit: type=1400 audit(1785061794.632:1546): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123557.071798] audit: type=1400 audit(1785062076.973:1547): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123557.079968] audit: type=1400 audit(1785062076.981:1548): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123557.139759] audit: type=1400 audit(1785062077.041:1549): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123822.842673] audit: type=1400 audit(1785062342.742:1550): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123822.852495] audit: type=1400 audit(1785062342.752:1551): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[123822.916125] audit: type=1400 audit(1785062342.816:1552): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124077.877193] audit: type=1400 audit(1785062597.775:1553): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124077.891453] audit: type=1400 audit(1785062597.790:1554): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124077.952040] audit: type=1400 audit(1785062597.850:1555): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124330.593037] audit: type=1400 audit(1785062850.490:1556): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124330.600245] audit: type=1400 audit(1785062850.497:1557): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124330.662830] audit: type=1400 audit(1785062850.560:1558): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124561.061801] audit: type=1400 audit(1785063080.957:1559): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124561.077825] audit: type=1400 audit(1785063080.973:1560): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124561.128054] audit: type=1400 audit(1785063081.023:1561): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124828.975591] audit: type=1400 audit(1785063348.869:1562): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124828.992302] audit: type=1400 audit(1785063348.886:1563): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[124829.062258] audit: type=1400 audit(1785063348.956:1564): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125091.270933] audit: type=1400 audit(1785063611.163:1565): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125091.278352] audit: type=1400 audit(1785063611.171:1566): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125091.348107] audit: type=1400 audit(1785063611.241:1567): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125368.421213] audit: type=1400 audit(1785063888.312:1568): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125368.432039] audit: type=1400 audit(1785063888.323:1569): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125368.499821] audit: type=1400 audit(1785063888.391:1570): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125619.262536] audit: type=1400 audit(1785064139.152:1571): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125619.270925] audit: type=1400 audit(1785064139.160:1572): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125619.352569] audit: type=1400 audit(1785064139.242:1573): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125898.045317] audit: type=1400 audit(1785064417.933:1574): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125898.060922] audit: type=1400 audit(1785064417.949:1575): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[125898.120235] audit: type=1400 audit(1785064418.008:1576): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126139.117246] audit: type=1400 audit(1785064659.004:1577): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126139.127920] audit: type=1400 audit(1785064659.014:1578): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126139.189849] audit: type=1400 audit(1785064659.076:1579): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126376.412544] audit: type=1400 audit(1785064896.298:1580): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126376.421911] audit: type=1400 audit(1785064896.307:1581): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126376.493413] audit: type=1400 audit(1785064896.379:1582): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126677.183910] audit: type=1400 audit(1785065197.067:1583): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126677.194880] audit: type=1400 audit(1785065197.078:1584): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126677.259941] audit: type=1400 audit(1785065197.143:1585): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126951.030751] audit: type=1400 audit(1785065470.913:1586): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126951.039078] audit: type=1400 audit(1785065470.921:1587): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[126951.104546] audit: type=1400 audit(1785065470.986:1588): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127220.627879] audit: type=1400 audit(1785065740.508:1589): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127220.636781] audit: type=1400 audit(1785065740.517:1590): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127220.697887] audit: type=1400 audit(1785065740.578:1591): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127504.806258] audit: type=1400 audit(1785066024.685:1592): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127504.824697] audit: type=1400 audit(1785066024.704:1593): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127504.891274] audit: type=1400 audit(1785066024.770:1594): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127751.723175] audit: type=1400 audit(1785066271.601:1595): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127751.740776] audit: type=1400 audit(1785066271.618:1596): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[127751.802552] audit: type=1400 audit(1785066271.680:1597): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128007.480674] audit: type=1400 audit(1785066527.357:1598): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128007.489027] audit: type=1400 audit(1785066527.365:1599): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128007.553821] audit: type=1400 audit(1785066527.430:1600): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128267.971904] audit: type=1400 audit(1785066787.846:1601): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128267.979766] audit: type=1400 audit(1785066787.854:1602): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128268.048120] audit: type=1400 audit(1785066787.923:1603): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128551.055624] audit: type=1400 audit(1785067070.929:1604): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128551.064161] audit: type=1400 audit(1785067070.937:1605): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128551.141100] audit: type=1400 audit(1785067071.014:1606): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128786.651120] audit: type=1400 audit(1785067306.523:1607): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128786.659738] audit: type=1400 audit(1785067306.531:1608): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[128786.717785] audit: type=1400 audit(1785067306.589:1609): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129073.434380] audit: type=1400 audit(1785067593.304:1610): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129073.443665] audit: type=1400 audit(1785067593.314:1611): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129073.510712] audit: type=1400 audit(1785067593.381:1612): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129313.236228] audit: type=1400 audit(1785067833.105:1613): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129313.252909] audit: type=1400 audit(1785067833.122:1614): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129313.321894] audit: type=1400 audit(1785067833.191:1615): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129566.459422] audit: type=1400 audit(1785068086.327:1616): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129566.475545] audit: type=1400 audit(1785068086.343:1617): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129566.539843] audit: type=1400 audit(1785068086.407:1618): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129839.419976] audit: type=1400 audit(1785068359.286:1619): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129839.428409] audit: type=1400 audit(1785068359.294:1620): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[129839.492496] audit: type=1400 audit(1785068359.358:1621): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130126.754233] audit: type=1400 audit(1785068646.618:1622): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130126.770539] audit: type=1400 audit(1785068646.635:1623): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130126.835686] audit: type=1400 audit(1785068646.700:1624): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130423.364785] audit: type=1400 audit(1785068943.227:1625): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130423.372473] audit: type=1400 audit(1785068943.235:1626): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130423.436978] audit: type=1400 audit(1785068943.299:1627): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130685.996051] audit: type=1400 audit(1785069205.857:1628): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130686.003656] audit: type=1400 audit(1785069205.865:1629): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130686.072620] audit: type=1400 audit(1785069205.933:1630): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130963.235976] audit: type=1400 audit(1785069483.096:1631): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130963.251198] audit: type=1400 audit(1785069483.111:1632): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[130963.314510] audit: type=1400 audit(1785069483.175:1633): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131191.446960] audit: type=1400 audit(1785069711.305:1634): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131191.455667] audit: type=1400 audit(1785069711.314:1635): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131191.517929] audit: type=1400 audit(1785069711.376:1636): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131446.312905] audit: type=1400 audit(1785069966.170:1637): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131446.320248] audit: type=1400 audit(1785069966.177:1638): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131446.387531] audit: type=1400 audit(1785069966.244:1639): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131682.315634] audit: type=1400 audit(1785070202.171:1640): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131682.322263] audit: type=1400 audit(1785070202.178:1641): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131682.381291] audit: type=1400 audit(1785070202.237:1642): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131947.940548] audit: type=1400 audit(1785070467.794:1643): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131947.955806] audit: type=1400 audit(1785070467.810:1644): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[131948.025133] audit: type=1400 audit(1785070467.879:1645): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132244.268002] audit: type=1400 audit(1785070764.120:1646): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132244.281753] audit: type=1400 audit(1785070764.134:1647): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132244.351708] audit: type=1400 audit(1785070764.204:1648): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132514.182095] audit: type=1400 audit(1785071034.033:1649): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132514.189956] audit: type=1400 audit(1785071034.041:1650): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132514.253811] audit: type=1400 audit(1785071034.104:1651): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132769.244434] audit: type=1400 audit(1785071289.094:1652): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132769.251974] audit: type=1400 audit(1785071289.101:1653): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132769.322083] audit: type=1400 audit(1785071289.171:1654): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132996.818657] audit: type=1400 audit(1785071516.667:1655): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132996.835260] audit: type=1400 audit(1785071516.683:1656): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[132996.900008] audit: type=1400 audit(1785071516.748:1657): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133271.062481] audit: type=1400 audit(1785071790.909:1658): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133271.077240] audit: type=1400 audit(1785071790.923:1659): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133271.144329] audit: type=1400 audit(1785071790.990:1660): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133527.890092] audit: type=1400 audit(1785072047.735:1661): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133527.898772] audit: type=1400 audit(1785072047.744:1662): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133527.962958] audit: type=1400 audit(1785072047.808:1663): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133820.809915] audit: type=1400 audit(1785072340.653:1664): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133820.834828] audit: type=1400 audit(1785072340.678:1665): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[133820.897601] audit: type=1400 audit(1785072340.741:1666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134081.655112] audit: type=1400 audit(1785072601.497:1667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134081.665035] audit: type=1400 audit(1785072601.507:1668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134081.725305] audit: type=1400 audit(1785072601.567:1669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134360.683811] audit: type=1400 audit(1785072880.524:1670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134360.700243] audit: type=1400 audit(1785072880.540:1671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134360.760462] audit: type=1400 audit(1785072880.601:1672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134593.012376] audit: type=1400 audit(1785073112.851:1673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134593.019870] audit: type=1400 audit(1785073112.859:1674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134593.079176] audit: type=1400 audit(1785073112.918:1675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134827.148194] audit: type=1400 audit(1785073346.986:1676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134827.157139] audit: type=1400 audit(1785073346.995:1677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[134827.223401] audit: type=1400 audit(1785073347.061:1678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135081.460670] audit: type=1400 audit(1785073601.297:1679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135081.470222] audit: type=1400 audit(1785073601.306:1680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135081.534315] audit: type=1400 audit(1785073601.370:1681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135368.722236] audit: type=1400 audit(1785073888.556:1682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135368.737973] audit: type=1400 audit(1785073888.571:1683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135368.836748] audit: type=1400 audit(1785073888.671:1684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135662.186995] audit: type=1400 audit(1785074182.020:1685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135662.202637] audit: type=1400 audit(1785074182.035:1686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135662.262248] audit: type=1400 audit(1785074182.095:1687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135898.669310] audit: type=1400 audit(1785074418.501:1688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135898.678259] audit: type=1400 audit(1785074418.510:1689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[135898.740459] audit: type=1400 audit(1785074418.572:1690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136179.628571] audit: type=1400 audit(1785074699.458:1691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136179.630775] audit: type=1400 audit(1785074699.460:1692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136179.692310] audit: type=1400 audit(1785074699.522:1693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136449.532145] audit: type=1400 audit(1785074969.360:1694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136449.534358] audit: type=1400 audit(1785074969.362:1695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136449.594917] audit: type=1400 audit(1785074969.423:1696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136731.069127] audit: type=1400 audit(1785075250.896:1697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136731.071643] audit: type=1400 audit(1785075250.898:1698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[136731.146200] audit: type=1400 audit(1785075250.973:1699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137000.901271] audit: type=1400 audit(1785075520.726:1700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137000.903651] audit: type=1400 audit(1785075520.728:1701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137000.973818] audit: type=1400 audit(1785075520.799:1702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137229.717252] audit: type=1400 audit(1785075749.541:1703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137229.719414] audit: type=1400 audit(1785075749.543:1704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137229.777165] audit: type=1400 audit(1785075749.601:1705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137513.786737] audit: type=1400 audit(1785076033.608:1706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137513.788763] audit: type=1400 audit(1785076033.611:1707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137513.854144] audit: type=1400 audit(1785076033.676:1708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137804.203607] audit: type=1400 audit(1785076324.024:1709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137804.205966] audit: type=1400 audit(1785076324.026:1710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[137804.264405] audit: type=1400 audit(1785076324.085:1711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138095.401453] audit: type=1400 audit(1785076615.220:1712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138095.403673] audit: type=1400 audit(1785076615.222:1713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138095.473534] audit: type=1400 audit(1785076615.292:1714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138325.645667] audit: type=1400 audit(1785076845.463:1715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138325.647369] audit: type=1400 audit(1785076845.464:1716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138325.710338] audit: type=1400 audit(1785076845.527:1717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138610.340519] audit: type=1400 audit(1785077130.156:1718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138610.342733] audit: type=1400 audit(1785077130.158:1719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138610.403863] audit: type=1400 audit(1785077130.219:1720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138888.422463] audit: type=1400 audit(1785077408.236:1721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138888.425435] audit: type=1400 audit(1785077408.239:1722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[138888.489175] audit: type=1400 audit(1785077408.303:1723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139168.227273] audit: type=1400 audit(1785077688.039:1724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139168.229401] audit: type=1400 audit(1785077688.041:1725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139168.290001] audit: type=1400 audit(1785077688.102:1726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139408.379013] audit: type=1400 audit(1785077928.190:1727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139408.381062] audit: type=1400 audit(1785077928.192:1728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139408.443235] audit: type=1400 audit(1785077928.254:1729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139691.071861] audit: type=1400 audit(1785078210.881:1730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139691.074034] audit: type=1400 audit(1785078210.883:1731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139691.145030] audit: type=1400 audit(1785078210.954:1732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139952.489413] audit: type=1400 audit(1785078472.296:1733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139952.491507] audit: type=1400 audit(1785078472.299:1734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[139952.555640] audit: type=1400 audit(1785078472.363:1735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140189.858293] audit: type=1400 audit(1785078709.664:1736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140189.860492] audit: type=1400 audit(1785078709.666:1737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140189.932359] audit: type=1400 audit(1785078709.738:1738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140462.874146] audit: type=1400 audit(1785078982.678:1739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140462.876248] audit: type=1400 audit(1785078982.680:1740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140462.951248] audit: type=1400 audit(1785078982.755:1741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140749.885839] audit: type=1400 audit(1785079269.688:1742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140749.888864] audit: type=1400 audit(1785079269.691:1743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[140749.961612] audit: type=1400 audit(1785079269.764:1744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141002.971423] audit: type=1400 audit(1785079522.772:1745): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141002.973616] audit: type=1400 audit(1785079522.774:1746): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141003.047820] audit: type=1400 audit(1785079522.848:1747): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141266.122373] audit: type=1400 audit(1785079785.922:1748): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141266.124564] audit: type=1400 audit(1785079785.923:1749): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141266.182411] audit: type=1400 audit(1785079785.981:1750): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141504.418402] audit: type=1400 audit(1785080024.216:1751): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141504.419986] audit: type=1400 audit(1785080024.217:1752): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141504.493353] audit: type=1400 audit(1785080024.291:1753): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141796.525545] audit: type=1400 audit(1785080316.321:1754): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141796.527843] audit: type=1400 audit(1785080316.323:1755): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[141796.594748] audit: type=1400 audit(1785080316.390:1756): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142076.823064] audit: type=1400 audit(1785080596.617:1757): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142076.825238] audit: type=1400 audit(1785080596.619:1758): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142076.895686] audit: type=1400 audit(1785080596.689:1759): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142335.341507] audit: type=1400 audit(1785080855.134:1760): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142335.343760] audit: type=1400 audit(1785080855.136:1761): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142335.407048] audit: type=1400 audit(1785080855.199:1762): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142630.487114] audit: type=1400 audit(1785081150.277:1763): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142630.489235] audit: type=1400 audit(1785081150.279:1764): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142630.558265] audit: type=1400 audit(1785081150.348:1765): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142929.672205] audit: type=1400 audit(1785081449.460:1766): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142929.674614] audit: type=1400 audit(1785081449.463:1767): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[142929.734647] audit: type=1400 audit(1785081449.523:1768): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143173.652069] audit: type=1400 audit(1785081693.439:1769): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143173.654233] audit: type=1400 audit(1785081693.441:1770): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143173.719748] audit: type=1400 audit(1785081693.507:1771): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143455.430739] audit: type=1400 audit(1785081975.216:1772): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143455.432932] audit: type=1400 audit(1785081975.218:1773): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143455.488390] audit: type=1400 audit(1785081975.273:1774): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143726.427274] audit: type=1400 audit(1785082246.211:1775): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143726.429273] audit: type=1400 audit(1785082246.213:1776): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143726.498491] audit: type=1400 audit(1785082246.282:1777): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143979.959924] audit: type=1400 audit(1785082499.742:1778): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143979.962206] audit: type=1400 audit(1785082499.744:1779): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[143980.026307] audit: type=1400 audit(1785082499.808:1780): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144266.928147] audit: type=1400 audit(1785082786.708:1781): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144266.930637] audit: type=1400 audit(1785082786.711:1782): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144266.993957] audit: type=1400 audit(1785082786.774:1783): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144530.435289] audit: type=1400 audit(1785083050.214:1784): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144530.437529] audit: type=1400 audit(1785083050.216:1785): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144530.512849] audit: type=1400 audit(1785083050.292:1786): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144832.243078] audit: type=1400 audit(1785083352.020:1787): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144832.245072] audit: type=1400 audit(1785083352.022:1788): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[144832.306148] audit: type=1400 audit(1785083352.083:1789): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145090.547314] audit: type=1400 audit(1785083610.322:1790): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145090.549404] audit: type=1400 audit(1785083610.324:1791): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145090.608775] audit: type=1400 audit(1785083610.384:1792): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145335.256525] audit: type=1400 audit(1785083855.030:1793): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145335.258721] audit: type=1400 audit(1785083855.032:1794): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145335.327445] audit: type=1400 audit(1785083855.101:1795): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145627.572323] audit: type=1400 audit(1785084147.345:1796): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145627.574715] audit: type=1400 audit(1785084147.347:1797): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145627.646183] audit: type=1400 audit(1785084147.418:1798): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145885.135622] audit: type=1400 audit(1785084404.906:1799): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145885.137749] audit: type=1400 audit(1785084404.908:1800): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[145885.198727] audit: type=1400 audit(1785084404.969:1801): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146161.193276] audit: type=1400 audit(1785084680.962:1802): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146161.195410] audit: type=1400 audit(1785084680.964:1803): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146161.269042] audit: type=1400 audit(1785084681.037:1804): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146422.344137] audit: type=1400 audit(1785084942.111:1805): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146422.346348] audit: type=1400 audit(1785084942.113:1806): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146422.405929] audit: type=1400 audit(1785084942.173:1807): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146652.757377] audit: type=1400 audit(1785085172.523:1808): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146652.759473] audit: type=1400 audit(1785085172.525:1809): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146652.819042] audit: type=1400 audit(1785085172.584:1810): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146898.723833] audit: type=1400 audit(1785085418.488:1811): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146898.726098] audit: type=1400 audit(1785085418.490:1812): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[146898.788474] audit: type=1400 audit(1785085418.552:1813): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147148.184660] audit: type=1400 audit(1785085667.947:1814): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147148.186461] audit: type=1400 audit(1785085667.949:1815): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147148.259273] audit: type=1400 audit(1785085668.021:1816): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147420.186089] audit: type=1400 audit(1785085939.947:1817): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147420.188196] audit: type=1400 audit(1785085939.949:1818): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147420.246483] audit: type=1400 audit(1785085940.007:1819): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147704.972018] audit: type=1400 audit(1785086224.731:1820): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147704.974286] audit: type=1400 audit(1785086224.733:1821): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147705.108227] audit: type=1400 audit(1785086224.867:1822): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147966.136908] audit: type=1400 audit(1785086485.894:1823): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147966.139060] audit: type=1400 audit(1785086485.896:1824): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[147966.195419] audit: type=1400 audit(1785086485.953:1825): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148231.000772] audit: type=1400 audit(1785086750.756:1826): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148231.002892] audit: type=1400 audit(1785086750.758:1827): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148231.077218] audit: type=1400 audit(1785086750.833:1828): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148360.866560] audit: type=1400 audit(1785086880.621:1829): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/chronyd" pid=632151 comm="apparmor_parser" -[148410.958518] audit: type=1400 audit(1785086930.711:1830): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=645304 comm="apparmor_parser" -[148411.234107] audit: type=1400 audit(1785086930.987:1831): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=645307 comm="apparmor_parser" -[148411.241236] audit: type=1400 audit(1785086930.994:1832): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=645307 comm="apparmor_parser" -[148411.248037] audit: type=1400 audit(1785086931.001:1833): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=645307 comm="apparmor_parser" -[148411.260140] audit: type=1400 audit(1785086931.013:1834): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-nesting" pid=645307 comm="apparmor_parser" -[148413.337033] audit: type=1400 audit(1785086933.090:1835): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=645493 comm="apparmor_parser" -[148413.350229] audit: type=1400 audit(1785086933.103:1836): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=645497 comm="apparmor_parser" -[148413.380101] audit: type=1400 audit(1785086933.133:1837): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=645501 comm="apparmor_parser" -[148413.380111] audit: type=1400 audit(1785086933.133:1838): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=645501 comm="apparmor_parser" -[148413.380114] audit: type=1400 audit(1785086933.133:1839): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=645501 comm="apparmor_parser" -[148442.545038] kauditd_printk_skb: 1 callbacks suppressed -[148442.545043] audit: type=1400 audit(1785086962.298:1841): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="pve-container-mounthotplug" pid=646305 comm="apparmor_parser" -[148459.316354] audit: type=1400 audit(1785086979.069:1842): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148459.318060] audit: type=1400 audit(1785086979.071:1843): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148459.389207] audit: type=1400 audit(1785086979.142:1844): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148760.994460] audit: type=1400 audit(1785087280.745:1845): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148760.996709] audit: type=1400 audit(1785087280.748:1846): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[148761.060892] audit: type=1400 audit(1785087280.812:1847): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149048.920124] audit: type=1400 audit(1785087568.669:1848): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149048.922028] audit: type=1400 audit(1785087568.671:1849): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149048.981520] audit: type=1400 audit(1785087568.730:1850): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149277.968534] audit: type=1400 audit(1785087797.716:1851): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149277.970618] audit: type=1400 audit(1785087797.718:1852): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149278.035401] audit: type=1400 audit(1785087797.783:1853): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149540.253893] audit: type=1400 audit(1785088060.000:1854): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149540.255984] audit: type=1400 audit(1785088060.002:1855): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149540.314545] audit: type=1400 audit(1785088060.060:1856): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149813.671295] audit: type=1400 audit(1785088333.415:1857): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149813.673331] audit: type=1400 audit(1785088333.417:1858): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[149813.752387] audit: type=1400 audit(1785088333.496:1859): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150077.024424] audit: type=1400 audit(1785088596.768:1860): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150077.026406] audit: type=1400 audit(1785088596.769:1861): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150077.098213] audit: type=1400 audit(1785088596.841:1862): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150338.800303] audit: type=1400 audit(1785088858.541:1863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150338.802515] audit: type=1400 audit(1785088858.543:1864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150338.869489] audit: type=1400 audit(1785088858.610:1865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150572.337580] audit: type=1400 audit(1785089092.077:1866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150572.339787] audit: type=1400 audit(1785089092.079:1867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150572.399214] audit: type=1400 audit(1785089092.139:1868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150833.874816] audit: type=1400 audit(1785089353.613:1869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150833.876695] audit: type=1400 audit(1785089353.615:1870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[150833.945265] audit: type=1400 audit(1785089353.683:1871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151093.542705] audit: type=1400 audit(1785089613.279:1872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151093.544492] audit: type=1400 audit(1785089613.281:1873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151093.616242] audit: type=1400 audit(1785089613.353:1874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151337.242769] audit: type=1400 audit(1785089856.978:1875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151337.245118] audit: type=1400 audit(1785089856.980:1876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151337.304416] audit: type=1400 audit(1785089857.039:1877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151633.272407] audit: type=1400 audit(1785090153.006:1878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151633.274521] audit: type=1400 audit(1785090153.008:1879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151633.341511] audit: type=1400 audit(1785090153.075:1880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151860.128244] audit: type=1400 audit(1785090379.860:1881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151860.130686] audit: type=1400 audit(1785090379.863:1882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[151860.196569] audit: type=1400 audit(1785090379.928:1883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152154.210119] audit: type=1400 audit(1785090673.940:1884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152154.212236] audit: type=1400 audit(1785090673.942:1885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152154.275725] audit: type=1400 audit(1785090674.006:1886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152428.043218] audit: type=1400 audit(1785090947.772:1887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152428.045408] audit: type=1400 audit(1785090947.774:1888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152428.113262] audit: type=1400 audit(1785090947.842:1889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152660.028521] audit: type=1400 audit(1785091179.756:1890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152660.030819] audit: type=1400 audit(1785091179.758:1891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152660.092634] audit: type=1400 audit(1785091179.820:1892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152921.100036] audit: type=1400 audit(1785091440.826:1893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152921.103290] audit: type=1400 audit(1785091440.829:1894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[152921.188392] audit: type=1400 audit(1785091440.914:1895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153195.337719] audit: type=1400 audit(1785091715.062:1896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153195.339806] audit: type=1400 audit(1785091715.064:1897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153195.409464] audit: type=1400 audit(1785091715.133:1898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153481.969694] audit: type=1400 audit(1785092001.692:1899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153481.972003] audit: type=1400 audit(1785092001.694:1900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153482.038411] audit: type=1400 audit(1785092001.761:1901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153766.014111] audit: type=1400 audit(1785092285.735:1902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153766.016444] audit: type=1400 audit(1785092285.737:1903): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[153766.084227] audit: type=1400 audit(1785092285.805:1904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154055.320740] audit: type=1400 audit(1785092575.039:1905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154055.322934] audit: type=1400 audit(1785092575.042:1906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154055.379423] audit: type=1400 audit(1785092575.098:1907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154338.859966] audit: type=1400 audit(1785092858.577:1908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154338.862149] audit: type=1400 audit(1785092858.579:1909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154338.924692] audit: type=1400 audit(1785092858.642:1910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154615.351123] audit: type=1400 audit(1785093135.067:1911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154615.353335] audit: type=1400 audit(1785093135.069:1912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154615.411726] audit: type=1400 audit(1785093135.127:1913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154876.382706] audit: type=1400 audit(1785093396.097:1914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154876.384763] audit: type=1400 audit(1785093396.099:1915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[154876.449267] audit: type=1400 audit(1785093396.163:1916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155153.075215] audit: type=1400 audit(1785093672.787:1917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155153.077547] audit: type=1400 audit(1785093672.790:1918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155153.136800] audit: type=1400 audit(1785093672.849:1919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155415.854845] audit: type=1400 audit(1785093935.566:1920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155415.856968] audit: type=1400 audit(1785093935.568:1921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155415.931948] audit: type=1400 audit(1785093935.643:1922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155647.008683] audit: type=1400 audit(1785094166.718:1923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155647.010677] audit: type=1400 audit(1785094166.720:1924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155647.112510] audit: type=1400 audit(1785094166.822:1925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155900.158855] audit: type=1400 audit(1785094419.867:1926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155900.160933] audit: type=1400 audit(1785094419.869:1927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[155900.225046] audit: type=1400 audit(1785094419.933:1928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156138.788209] audit: type=1400 audit(1785094658.495:1929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156138.790342] audit: type=1400 audit(1785094658.497:1930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156138.870917] audit: type=1400 audit(1785094658.577:1931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156393.605657] audit: type=1400 audit(1785094913.311:1932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156393.607850] audit: type=1400 audit(1785094913.313:1933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156393.673770] audit: type=1400 audit(1785094913.379:1934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156640.677194] audit: type=1400 audit(1785095160.381:1935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156640.679562] audit: type=1400 audit(1785095160.383:1936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156640.744810] audit: type=1400 audit(1785095160.448:1937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156908.988361] audit: type=1400 audit(1785095428.690:1938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156908.990565] audit: type=1400 audit(1785095428.693:1939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[156909.048238] audit: type=1400 audit(1785095428.750:1940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157137.217657] audit: type=1400 audit(1785095656.918:1941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157137.219724] audit: type=1400 audit(1785095656.920:1942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157137.286660] audit: type=1400 audit(1785095656.987:1943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157391.804956] audit: type=1400 audit(1785095911.504:1944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157391.807184] audit: type=1400 audit(1785095911.506:1945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157391.875232] audit: type=1400 audit(1785095911.574:1946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157645.831774] audit: type=1400 audit(1785096165.530:1947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157645.834030] audit: type=1400 audit(1785096165.532:1948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157645.896085] audit: type=1400 audit(1785096165.594:1949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157876.259648] audit: type=1400 audit(1785096395.956:1950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157876.261866] audit: type=1400 audit(1785096395.959:1951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[157876.325830] audit: type=1400 audit(1785096396.023:1952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158104.965379] audit: type=1400 audit(1785096624.661:1953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158104.968079] audit: type=1400 audit(1785096624.664:1954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158105.030936] audit: type=1400 audit(1785096624.727:1955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158213.861996] Kernel: 'panic_print' sysctl interface will be obsoleted by both 'panic_sys_info' and 'panic_console_replay' -[158225.026724] sh (694896): drop_caches: 3 -[158228.206674] sh (694918): drop_caches: 3 -[158231.244529] sh (694939): drop_caches: 3 -[158380.001990] audit: type=1400 audit(1785096899.696:1956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158380.004203] audit: type=1400 audit(1785096899.699:1957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158380.261263] audit: type=1400 audit(1785096899.956:1958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158659.114466] audit: type=1400 audit(1785097178.808:1959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158659.116542] audit: type=1400 audit(1785097178.810:1960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158659.184502] audit: type=1400 audit(1785097178.878:1961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158923.394047] audit: type=1400 audit(1785097443.086:1962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158923.396178] audit: type=1400 audit(1785097443.088:1963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[158923.455931] audit: type=1400 audit(1785097443.148:1964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159198.812501] audit: type=1400 audit(1785097718.503:1965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159198.814316] audit: type=1400 audit(1785097718.505:1966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159198.908396] audit: type=1400 audit(1785097718.599:1967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159447.911142] audit: type=1400 audit(1785097967.601:1968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159447.913160] audit: type=1400 audit(1785097967.603:1969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159447.985948] audit: type=1400 audit(1785097967.675:1970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159693.004287] audit: type=1400 audit(1785098212.693:1971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159693.006349] audit: type=1400 audit(1785098212.695:1972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159693.079268] audit: type=1400 audit(1785098212.768:1973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159928.173791] audit: type=1400 audit(1785098447.861:1974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159928.176105] audit: type=1400 audit(1785098447.863:1975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[159928.240295] audit: type=1400 audit(1785098447.927:1976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160157.990468] audit: type=1400 audit(1785098677.676:1977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160157.992698] audit: type=1400 audit(1785098677.679:1978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160158.060320] audit: type=1400 audit(1785098677.746:1979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160440.563364] audit: type=1400 audit(1785098960.248:1980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160440.565436] audit: type=1400 audit(1785098960.250:1981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160440.628145] audit: type=1400 audit(1785098960.313:1982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160738.292620] audit: type=1400 audit(1785099257.976:1983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160738.294704] audit: type=1400 audit(1785099257.978:1984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160738.346679] audit: type=1400 audit(1785099258.030:1985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160968.485264] audit: type=1400 audit(1785099488.167:1986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160968.487349] audit: type=1400 audit(1785099488.169:1987): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[160968.550358] audit: type=1400 audit(1785099488.232:1988): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161244.641370] audit: type=1400 audit(1785099764.322:1989): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161244.642755] audit: type=1400 audit(1785099764.323:1990): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161244.711014] audit: type=1400 audit(1785099764.391:1991): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161481.335395] audit: type=1400 audit(1785100001.015:1992): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161481.337671] audit: type=1400 audit(1785100001.017:1993): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161481.398429] audit: type=1400 audit(1785100001.078:1994): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161729.914785] audit: type=1400 audit(1785100249.593:1995): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161729.916996] audit: type=1400 audit(1785100249.595:1996): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161729.983847] audit: type=1400 audit(1785100249.662:1997): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161980.849374] audit: type=1400 audit(1785100500.526:1998): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161980.851298] audit: type=1400 audit(1785100500.528:1999): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[161980.911831] audit: type=1400 audit(1785100500.588:2000): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162258.611808] audit: type=1400 audit(1785100778.287:2001): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162258.614069] audit: type=1400 audit(1785100778.289:2002): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162258.673085] audit: type=1400 audit(1785100778.348:2003): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162492.737799] audit: type=1400 audit(1785101012.412:2004): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162492.739979] audit: type=1400 audit(1785101012.414:2005): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[162492.810443] audit: type=1400 audit(1785101012.484:2006): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[220740.352139] audit: type=1400 audit(1785159259.687:2666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[220992.728432] audit: type=1400 audit(1785159512.062:2667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[220992.730546] audit: type=1400 audit(1785159512.064:2668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[220992.795969] audit: type=1400 audit(1785159512.129:2669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[221267.166044] audit: type=1400 audit(1785159786.498:2670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[221267.168114] audit: type=1400 audit(1785159786.500:2671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[221267.230293] audit: type=1400 audit(1785159786.562:2672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[221561.091586] audit: type=1400 audit(1785160080.422:2673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[221561.094206] audit: type=1400 audit(1785160080.424:2674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[221561.164961] audit: type=1400 audit(1785160080.495:2675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[221798.786628] audit: type=1400 audit(1785160318.115:2676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[221798.788427] audit: type=1400 audit(1785160318.117:2677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[221798.851659] audit: type=1400 audit(1785160318.180:2678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[222053.290104] audit: type=1400 audit(1785160572.618:2679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[222053.292277] audit: type=1400 audit(1785160572.620:2680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[222053.354311] audit: type=1400 audit(1785160572.682:2681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[222291.025310] audit: type=1400 audit(1785160810.352:2682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[222291.027041] audit: type=1400 audit(1785160810.353:2683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[222291.181543] audit: type=1400 audit(1785160810.508:2684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[222530.606951] audit: type=1400 audit(1785161049.932:2685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[222530.609071] audit: type=1400 audit(1785161049.934:2686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[222530.667716] audit: type=1400 audit(1785161049.993:2687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[222792.479985] audit: type=1400 audit(1785161311.804:2688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[222792.482837] audit: type=1400 audit(1785161311.806:2689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[222792.545264] audit: type=1400 audit(1785161311.869:2690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[223059.367285] audit: type=1400 audit(1785161578.690:2691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[223059.369355] audit: type=1400 audit(1785161578.692:2692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[223059.429553] audit: type=1400 audit(1785161578.752:2693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[223342.907735] audit: type=1400 audit(1785161862.229:2694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[223342.909911] audit: type=1400 audit(1785161862.231:2695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[223342.972876] audit: type=1400 audit(1785161862.294:2696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[223597.691124] audit: type=1400 audit(1785162117.011:2697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[223597.693121] audit: type=1400 audit(1785162117.013:2698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[223597.759610] audit: type=1400 audit(1785162117.079:2699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[223889.160900] audit: type=1400 audit(1785162408.479:2700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[223889.162629] audit: type=1400 audit(1785162408.481:2701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[223889.228343] audit: type=1400 audit(1785162408.546:2702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[224145.957667] audit: type=1400 audit(1785162665.275:2703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[224145.959963] audit: type=1400 audit(1785162665.277:2704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[224146.023043] audit: type=1400 audit(1785162665.340:2705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[224432.755449] audit: type=1400 audit(1785162952.071:2706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[224432.757588] audit: type=1400 audit(1785162952.073:2707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[224432.816860] audit: type=1400 audit(1785162952.132:2708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[224666.182437] audit: type=1400 audit(1785163185.496:2709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[224666.184651] audit: type=1400 audit(1785163185.499:2710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[224666.244179] audit: type=1400 audit(1785163185.558:2711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[224929.551427] audit: type=1400 audit(1785163448.865:2712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[224929.553447] audit: type=1400 audit(1785163448.866:2713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[224929.621556] audit: type=1400 audit(1785163448.935:2714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[225168.678474] audit: type=1400 audit(1785163687.990:2715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[225168.680689] audit: type=1400 audit(1785163687.992:2716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[225168.757982] audit: type=1400 audit(1785163688.069:2717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[225433.373836] audit: type=1400 audit(1785163952.684:2718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[225433.376209] audit: type=1400 audit(1785163952.686:2719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[225433.450611] audit: type=1400 audit(1785163952.760:2720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[225707.410225] audit: type=1400 audit(1785164226.719:2721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[225707.412343] audit: type=1400 audit(1785164226.721:2722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[225707.477699] audit: type=1400 audit(1785164226.786:2723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[225973.467648] audit: type=1400 audit(1785164492.775:2724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[225973.469841] audit: type=1400 audit(1785164492.777:2725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[225973.538508] audit: type=1400 audit(1785164492.845:2726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[226222.442586] audit: type=1400 audit(1785164741.748:2727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[226222.444775] audit: type=1400 audit(1785164741.750:2728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[226222.507986] audit: type=1400 audit(1785164741.814:2729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[226518.352472] audit: type=1400 audit(1785165037.656:2730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[226518.354755] audit: type=1400 audit(1785165037.659:2731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[226518.416792] audit: type=1400 audit(1785165037.721:2732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[226782.212416] audit: type=1400 audit(1785165301.515:2733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[226782.214729] audit: type=1400 audit(1785165301.517:2734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[226782.286441] audit: type=1400 audit(1785165301.589:2735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[227082.510648] audit: type=1400 audit(1785165601.812:2736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[227082.513515] audit: type=1400 audit(1785165601.814:2737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[227082.579170] audit: type=1400 audit(1785165601.880:2738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[227338.537119] audit: type=1400 audit(1785165857.837:2739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[227338.538802] audit: type=1400 audit(1785165857.838:2740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[227338.605722] audit: type=1400 audit(1785165857.905:2741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[227627.849756] audit: type=1400 audit(1785166147.148:2742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[227627.851962] audit: type=1400 audit(1785166147.150:2743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[227627.922776] audit: type=1400 audit(1785166147.221:2744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[227929.266361] audit: type=1400 audit(1785166448.563:2745): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[227929.268290] audit: type=1400 audit(1785166448.565:2746): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[227929.340887] audit: type=1400 audit(1785166448.637:2747): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[228192.205792] audit: type=1400 audit(1785166711.501:2748): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[228192.207916] audit: type=1400 audit(1785166711.503:2749): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[228192.276722] audit: type=1400 audit(1785166711.571:2750): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[228439.305449] audit: type=1400 audit(1785166958.599:2751): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[228439.307557] audit: type=1400 audit(1785166958.601:2752): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[228439.379928] audit: type=1400 audit(1785166958.673:2753): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[228685.070639] audit: type=1400 audit(1785167204.363:2754): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[228685.072700] audit: type=1400 audit(1785167204.365:2755): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[228685.139788] audit: type=1400 audit(1785167204.432:2756): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[228913.314190] audit: type=1400 audit(1785167432.605:2757): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[228913.316359] audit: type=1400 audit(1785167432.607:2758): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[228913.376716] audit: type=1400 audit(1785167432.667:2759): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[229142.725313] audit: type=1400 audit(1785167662.015:2760): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[229142.727640] audit: type=1400 audit(1785167662.017:2761): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[229142.787802] audit: type=1400 audit(1785167662.077:2762): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[229394.393664] audit: type=1400 audit(1785167913.681:2763): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[229394.396050] audit: type=1400 audit(1785167913.684:2764): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[229394.459271] audit: type=1400 audit(1785167913.747:2765): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[229569.999763] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229570.000021] bond0: (slave nic2): speed changed to 0 on port 2 +[229570.027669] bond0: (slave nic2): link status definitely down, disabling slave +[229570.027687] bond0: now running without any active interface! +[229570.027709] datanet: port 1(bond0) entered disabled state +[229578.682617] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229578.682741] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229578.763648] bond0: (slave nic2): link status up, enabling it in 200 ms +[229578.763661] bond0: (slave nic2): invalid new link 3 on slave +[229578.970875] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229578.970895] bond0: active interface up! +[229578.970918] datanet: port 1(bond0) entered blocking state +[229578.970927] datanet: port 1(bond0) entered forwarding state +[229579.528809] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229579.529015] bond0: (slave nic2): speed changed to 0 on port 2 +[229579.594748] bond0: (slave nic2): link status definitely down, disabling slave +[229579.594764] bond0: now running without any active interface! +[229579.594788] datanet: port 1(bond0) entered disabled state +[229588.334639] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229588.334753] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229588.434822] bond0: (slave nic2): link status up, enabling it in 200 ms +[229588.434834] bond0: (slave nic2): invalid new link 3 on slave +[229588.643832] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229588.643857] bond0: active interface up! +[229588.643883] datanet: port 1(bond0) entered blocking state +[229588.643893] datanet: port 1(bond0) entered forwarding state +[229589.174867] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229589.175036] bond0: (slave nic2): speed changed to 0 on port 2 +[229589.266833] bond0: (slave nic2): link status definitely down, disabling slave +[229589.266859] bond0: now running without any active interface! +[229589.266902] datanet: port 1(bond0) entered disabled state +[229601.337772] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229601.337890] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229601.434857] bond0: (slave nic2): link status up, enabling it in 200 ms +[229601.434869] bond0: (slave nic2): invalid new link 3 on slave +[229601.642922] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229601.642947] bond0: active interface up! +[229601.642974] datanet: port 1(bond0) entered blocking state +[229601.642984] datanet: port 1(bond0) entered forwarding state +[229602.177937] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229602.178172] bond0: (slave nic2): speed changed to 0 on port 2 +[229602.266954] bond0: (slave nic2): link status definitely down, disabling slave +[229602.266971] bond0: now running without any active interface! +[229602.266998] datanet: port 1(bond0) entered disabled state +[229614.783748] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229614.783862] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229614.851964] bond0: (slave nic2): link status up, enabling it in 200 ms +[229614.851975] bond0: (slave nic2): invalid new link 3 on slave +[229615.059070] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229615.059094] bond0: active interface up! +[229615.059118] datanet: port 1(bond0) entered blocking state +[229615.059128] datanet: port 1(bond0) entered forwarding state +[229615.598985] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229615.599174] bond0: (slave nic2): speed changed to 0 on port 2 +[229615.682977] bond0: (slave nic2): link status definitely down, disabling slave +[229615.683001] bond0: now running without any active interface! +[229615.683024] datanet: port 1(bond0) entered disabled state +[229621.525110] datanet: port 1(bond0) entered disabled state +[229621.530614] bond0 (unregistering): left allmulticast mode +[229621.530622] e1000e 0000:22:00.0 nic1: left allmulticast mode +[229621.530629] e1000e 0000:22:00.1 nic2: left allmulticast mode +[229621.530635] bond0 (unregistering): left promiscuous mode +[229621.530638] e1000e 0000:22:00.0 nic1: left promiscuous mode +[229621.530709] e1000e 0000:22:00.1 nic2: left promiscuous mode +[229621.530793] datanet: port 1(bond0) entered disabled state +[229621.531055] bond0 (unregistering): (slave nic1): Releasing backup interface +[229621.695473] e1000e 0000:22:00.0 nic1: NIC Link is Down +[229621.839755] bond0 (unregistering): (slave nic2): Releasing backup interface +[229621.999861] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229622.143272] bond0 (unregistering): Released all slaves +[229624.435421] bond0: (slave nic1): Enslaving as a backup interface with a down link +[229624.683362] bond0: (slave nic2): Enslaving as a backup interface with a down link +[229624.699790] datanet: the hash_elasticity option has been deprecated and is always 16 +[229624.703198] datanet: port 1(bond0) entered blocking state +[229624.703204] datanet: port 1(bond0) entered disabled state +[229624.703225] bond0: entered allmulticast mode +[229624.703230] e1000e 0000:22:00.0 nic1: entered allmulticast mode +[229624.703245] e1000e 0000:22:00.1 nic2: entered allmulticast mode +[229624.703403] bond0: entered promiscuous mode +[229624.703409] e1000e 0000:22:00.0 nic1: entered promiscuous mode +[229624.703434] e1000e 0000:22:00.1 nic2: entered promiscuous mode +[229633.120909] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229633.121025] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229633.219023] bond0: (slave nic2): link status up, enabling it in 200 ms +[229633.219036] bond0: (slave nic2): invalid new link 3 on slave +[229633.428086] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229633.428100] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond +[229633.428112] bond0: active interface up! +[229633.428140] datanet: port 1(bond0) entered blocking state +[229633.428146] datanet: port 1(bond0) entered forwarding state +[229633.970084] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229633.970265] bond0: (slave nic2): speed changed to 0 on port 2 +[229634.051144] bond0: (slave nic2): link status definitely down, disabling slave +[229634.051157] bond0: now running without any active interface! +[229634.051178] datanet: port 1(bond0) entered disabled state +[229649.412993] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None +[229649.413108] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229649.443129] bond0: (slave nic2): link status up, enabling it in 200 ms +[229649.443144] bond0: (slave nic2): invalid new link 3 on slave +[229649.651279] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex +[229649.651300] bond0: active interface up! +[229649.651319] datanet: port 1(bond0) entered blocking state +[229649.651324] datanet: port 1(bond0) entered forwarding state +[229681.562686] datanet: port 1(bond0) entered disabled state +[229681.568174] bond0 (unregistering): left allmulticast mode +[229681.568181] e1000e 0000:22:00.0 nic1: left allmulticast mode +[229681.568188] e1000e 0000:22:00.1 nic2: left allmulticast mode +[229681.568195] bond0 (unregistering): left promiscuous mode +[229681.568197] e1000e 0000:22:00.0 nic1: left promiscuous mode +[229681.568286] e1000e 0000:22:00.1 nic2: left promiscuous mode +[229681.568400] datanet: port 1(bond0) entered disabled state +[229681.568948] bond0 (unregistering): (slave nic1): Releasing backup interface +[229681.728182] e1000e 0000:22:00.0 nic1: NIC Link is Down +[229681.872116] bond0 (unregistering): (slave nic2): Removing an active aggregator +[229681.872202] bond0 (unregistering): (slave nic2): Releasing backup interface +[229682.033296] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229682.175609] bond0 (unregistering): Released all slaves +[229684.659842] bond0: (slave nic1): Enslaving as a backup interface with a down link +[229684.897412] audit: type=1400 audit(1785168204.184:2766): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[229684.899534] audit: type=1400 audit(1785168204.186:2767): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[229684.907683] bond0: (slave nic2): Enslaving as a backup interface with a down link +[229684.926554] datanet: the hash_elasticity option has been deprecated and is always 16 +[229684.930350] datanet: port 1(bond0) entered blocking state +[229684.930356] datanet: port 1(bond0) entered disabled state +[229684.930368] bond0: entered allmulticast mode +[229684.930373] e1000e 0000:22:00.0 nic1: entered allmulticast mode +[229684.930389] e1000e 0000:22:00.1 nic2: entered allmulticast mode +[229684.930545] bond0: entered promiscuous mode +[229684.930549] e1000e 0000:22:00.0 nic1: entered promiscuous mode +[229684.930575] e1000e 0000:22:00.1 nic2: entered promiscuous mode +[229684.963462] audit: type=1400 audit(1785168204.250:2768): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[229693.476225] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229693.476345] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229693.548380] bond0: (slave nic2): link status up, enabling it in 200 ms +[229693.548389] bond0: (slave nic2): invalid new link 3 on slave +[229693.755471] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229693.755483] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond +[229693.755495] bond0: active interface up! +[229693.755514] datanet: port 1(bond0) entered blocking state +[229693.755519] datanet: port 1(bond0) entered forwarding state +[229694.284473] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229694.284735] bond0: (slave nic2): speed changed to 0 on port 2 +[229694.379447] bond0: (slave nic2): link status definitely down, disabling slave +[229694.379466] bond0: now running without any active interface! +[229694.379497] datanet: port 1(bond0) entered disabled state +[229703.175328] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229703.175451] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229703.219409] bond0: (slave nic2): link status up, enabling it in 200 ms +[229703.219420] bond0: (slave nic2): invalid new link 3 on slave +[229703.427478] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229703.427500] bond0: active interface up! +[229703.427520] datanet: port 1(bond0) entered blocking state +[229703.427525] datanet: port 1(bond0) entered forwarding state +[229704.015527] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229704.015662] bond0: (slave nic2): speed changed to 0 on port 2 +[229704.051497] bond0: (slave nic2): link status definitely down, disabling slave +[229704.051515] bond0: now running without any active interface! +[229704.051548] datanet: port 1(bond0) entered disabled state +[229712.900355] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229712.900469] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229712.995463] bond0: (slave nic2): link status up, enabling it in 200 ms +[229712.995476] bond0: (slave nic2): invalid new link 3 on slave +[229713.203541] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229713.203561] bond0: active interface up! +[229713.203580] datanet: port 1(bond0) entered blocking state +[229713.203586] datanet: port 1(bond0) entered forwarding state +[229713.746579] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229713.746817] bond0: (slave nic2): speed changed to 0 on port 2 +[229713.827583] bond0: (slave nic2): link status definitely down, disabling slave +[229713.827599] bond0: now running without any active interface! +[229713.827631] datanet: port 1(bond0) entered disabled state +[229722.740404] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229722.740525] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229722.771584] bond0: (slave nic2): link status up, enabling it in 200 ms +[229722.771594] bond0: (slave nic2): invalid new link 3 on slave +[229722.979670] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229722.979691] bond0: active interface up! +[229722.979712] datanet: port 1(bond0) entered blocking state +[229722.979717] datanet: port 1(bond0) entered forwarding state +[229723.560594] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229723.560735] bond0: (slave nic2): speed changed to 0 on port 2 +[229723.603565] bond0: (slave nic2): link status definitely down, disabling slave +[229723.603580] bond0: now running without any active interface! +[229723.603606] datanet: port 1(bond0) entered disabled state +[229732.367472] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229732.367586] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229732.443634] bond0: (slave nic2): link status up, enabling it in 200 ms +[229732.443645] bond0: (slave nic2): invalid new link 3 on slave +[229732.651653] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229732.651675] bond0: active interface up! +[229732.651699] datanet: port 1(bond0) entered blocking state +[229732.651706] datanet: port 1(bond0) entered forwarding state +[229733.207679] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229733.207963] bond0: (slave nic2): speed changed to 0 on port 2 +[229733.275679] bond0: (slave nic2): link status definitely down, disabling slave +[229733.275696] bond0: now running without any active interface! +[229733.275723] datanet: port 1(bond0) entered disabled state +[229742.086528] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229742.086643] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229742.115689] bond0: (slave nic2): link status up, enabling it in 200 ms +[229742.115701] bond0: (slave nic2): invalid new link 3 on slave +[229742.323661] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229742.323680] bond0: active interface up! +[229742.323698] datanet: port 1(bond0) entered blocking state +[229742.323703] datanet: port 1(bond0) entered forwarding state +[229742.938767] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229742.938981] bond0: (slave nic2): speed changed to 0 on port 2 +[229742.947763] bond0: (slave nic2): link status definitely down, disabling slave +[229742.947784] bond0: now running without any active interface! +[229742.947815] datanet: port 1(bond0) entered disabled state +[229750.379657] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229750.443790] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229750.443894] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229751.813613] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229751.813733] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229751.891696] bond0: (slave nic2): link status up, enabling it in 200 ms +[229751.891708] bond0: (slave nic2): invalid new link 3 on slave +[229752.099771] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229752.099791] bond0: active interface up! +[229752.099812] datanet: port 1(bond0) entered blocking state +[229752.099818] datanet: port 1(bond0) entered forwarding state +[229752.669796] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229752.669968] bond0: (slave nic2): speed changed to 0 on port 2 +[229752.723778] bond0: (slave nic2): link status definitely down, disabling slave +[229752.723798] bond0: now running without any active interface! +[229752.723831] datanet: port 1(bond0) entered disabled state +[229753.515831] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229753.515925] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229756.587773] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229756.587851] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229759.660957] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229759.661061] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229761.476606] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229761.476722] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229761.563759] bond0: (slave nic2): link status up, enabling it in 200 ms +[229761.563770] bond0: (slave nic2): invalid new link 3 on slave +[229761.771894] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229761.771917] bond0: active interface up! +[229761.771942] datanet: port 1(bond0) entered blocking state +[229761.771950] datanet: port 1(bond0) entered forwarding state +[229762.315811] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229762.315948] bond0: (slave nic2): speed changed to 0 on port 2 +[229762.395822] bond0: (slave nic2): link status definitely down, disabling slave +[229762.395843] bond0: now running without any active interface! +[229762.395877] datanet: port 1(bond0) entered disabled state +[229762.731971] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229762.732095] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229765.803881] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229765.803971] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229768.875920] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229768.876020] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229771.158662] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229771.158796] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229771.235846] bond0: (slave nic2): link status up, enabling it in 200 ms +[229771.235858] bond0: (slave nic2): invalid new link 3 on slave +[229771.443872] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229771.443891] bond0: active interface up! +[229771.443915] datanet: port 1(bond0) entered blocking state +[229771.443923] datanet: port 1(bond0) entered forwarding state +[229771.947981] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[229771.962883] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229771.962977] bond0: (slave nic2): speed changed to 0 on port 2 +[229771.964811] bond0: (slave nic2): link status definitely down, disabling slave +[229771.964823] bond0: now running without any active interface! +[229771.964843] datanet: port 1(bond0) entered disabled state +[229784.282746] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229784.282868] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229784.339943] bond0: (slave nic2): link status up, enabling it in 200 ms +[229784.339954] bond0: (slave nic2): invalid new link 3 on slave +[229784.548972] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229784.548993] bond0: active interface up! +[229784.549014] datanet: port 1(bond0) entered blocking state +[229784.549019] datanet: port 1(bond0) entered forwarding state +[229785.133026] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229785.133158] bond0: (slave nic2): speed changed to 0 on port 2 +[229785.171969] bond0: (slave nic2): link status definitely down, disabling slave +[229785.171991] bond0: now running without any active interface! +[229785.172025] datanet: port 1(bond0) entered disabled state +[229792.271347] datanet: port 1(bond0) entered disabled state +[229792.276898] bond0 (unregistering): left allmulticast mode +[229792.276906] e1000e 0000:22:00.0 nic1: left allmulticast mode +[229792.276913] e1000e 0000:22:00.1 nic2: left allmulticast mode +[229792.276919] bond0 (unregistering): left promiscuous mode +[229792.276922] e1000e 0000:22:00.0 nic1: left promiscuous mode +[229792.276993] e1000e 0000:22:00.1 nic2: left promiscuous mode +[229792.277061] datanet: port 1(bond0) entered disabled state +[229792.277338] bond0 (unregistering): (slave nic1): Releasing backup interface +[229792.441894] e1000e 0000:22:00.0 nic1: NIC Link is Down +[229792.584330] bond0 (unregistering): (slave nic2): Releasing backup interface +[229792.744836] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229792.888232] bond0 (unregistering): Released all slaves +[229798.508389] bond0: (slave nic1): Enslaving as a backup interface with a down link +[229798.756407] bond0: (slave nic2): Enslaving as a backup interface with a down link +[229798.772287] datanet: the hash_elasticity option has been deprecated and is always 16 +[229798.775776] datanet: port 1(bond0) entered blocking state +[229798.775781] datanet: port 1(bond0) entered disabled state +[229798.775793] bond0: entered allmulticast mode +[229798.775797] e1000e 0000:22:00.0 nic1: entered allmulticast mode +[229798.775812] e1000e 0000:22:00.1 nic2: entered allmulticast mode +[229798.775997] bond0: entered promiscuous mode +[229798.776003] e1000e 0000:22:00.0 nic1: entered promiscuous mode +[229798.776030] e1000e 0000:22:00.1 nic2: entered promiscuous mode +[229809.045030] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[229810.616878] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229810.616992] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229810.620021] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229810.620029] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond +[229810.620036] bond0: active interface up! +[229810.620050] datanet: port 1(bond0) entered blocking state +[229810.620054] datanet: port 1(bond0) entered forwarding state +[229811.473132] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229811.473238] bond0: (slave nic2): speed changed to 0 on port 2 +[229811.556040] bond0: (slave nic2): link status definitely down, disabling slave +[229811.556054] bond0: now running without any active interface! +[229811.556074] datanet: port 1(bond0) entered disabled state +[229820.307942] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229820.308058] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229820.396183] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229820.396218] bond0: active interface up! +[229820.396237] datanet: port 1(bond0) entered blocking state +[229820.396244] datanet: port 1(bond0) entered forwarding state +[229821.120158] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229821.120308] bond0: (slave nic2): speed changed to 0 on port 2 +[229821.125062] bond0: (slave nic2): link status definitely down, disabling slave +[229821.125076] bond0: now running without any active interface! +[229821.125094] datanet: port 1(bond0) entered disabled state +[229833.031094] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229833.031208] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229833.085225] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229833.085242] bond0: active interface up! +[229833.085261] datanet: port 1(bond0) entered blocking state +[229833.085267] datanet: port 1(bond0) entered forwarding state +[229833.872229] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229833.872433] bond0: (slave nic2): speed changed to 0 on port 2 +[229833.916211] bond0: (slave nic2): link status definitely down, disabling slave +[229833.916228] bond0: now running without any active interface! +[229833.916258] datanet: port 1(bond0) entered disabled state +[229842.845094] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229842.845209] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229842.860265] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229842.860285] bond0: active interface up! +[229842.860309] datanet: port 1(bond0) entered blocking state +[229842.860317] datanet: port 1(bond0) entered forwarding state +[229843.686317] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229843.686502] bond0: (slave nic2): speed changed to 0 on port 2 +[229843.692268] bond0: (slave nic2): link status definitely down, disabling slave +[229843.692287] bond0: now running without any active interface! +[229843.692318] datanet: port 1(bond0) entered disabled state +[229852.817124] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229852.817238] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229852.844335] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229852.844349] bond0: active interface up! +[229852.844367] datanet: port 1(bond0) entered blocking state +[229852.844371] datanet: port 1(bond0) entered forwarding state +[229853.668407] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229853.668560] bond0: (slave nic2): speed changed to 0 on port 2 +[229853.677317] bond0: (slave nic2): link status definitely down, disabling slave +[229853.677332] bond0: now running without any active interface! +[229853.677356] datanet: port 1(bond0) entered disabled state +[229869.258218] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None +[229869.258335] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229869.276424] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex +[229869.276444] bond0: active interface up! +[229869.276469] datanet: port 1(bond0) entered blocking state +[229869.276476] datanet: port 1(bond0) entered forwarding state +[229884.584601] datanet: port 1(bond0) entered disabled state +[229884.590159] bond0 (unregistering): left allmulticast mode +[229884.590167] e1000e 0000:22:00.0 nic1: left allmulticast mode +[229884.590174] e1000e 0000:22:00.1 nic2: left allmulticast mode +[229884.590180] bond0 (unregistering): left promiscuous mode +[229884.590183] e1000e 0000:22:00.0 nic1: left promiscuous mode +[229884.590254] e1000e 0000:22:00.1 nic2: left promiscuous mode +[229884.590352] datanet: port 1(bond0) entered disabled state +[229884.590933] bond0 (unregistering): (slave nic1): Releasing backup interface +[229884.752998] e1000e 0000:22:00.0 nic1: NIC Link is Down +[229884.896946] bond0 (unregistering): (slave nic2): Removing an active aggregator +[229884.897023] bond0 (unregistering): (slave nic2): Releasing backup interface +[229885.057037] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229885.200747] bond0 (unregistering): Released all slaves +[229887.933921] bond0: (slave nic1): Enslaving as a backup interface with a down link +[229888.180928] bond0: (slave nic2): Enslaving as a backup interface with a down link +[229888.196719] datanet: the hash_elasticity option has been deprecated and is always 16 +[229888.200281] datanet: port 1(bond0) entered blocking state +[229888.200286] datanet: port 1(bond0) entered disabled state +[229888.200304] bond0: entered allmulticast mode +[229888.200309] e1000e 0000:22:00.0 nic1: entered allmulticast mode +[229888.200324] e1000e 0000:22:00.1 nic2: entered allmulticast mode +[229888.200527] bond0: entered promiscuous mode +[229888.200533] e1000e 0000:22:00.0 nic1: entered promiscuous mode +[229888.200561] e1000e 0000:22:00.1 nic2: entered promiscuous mode +[229896.786414] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229896.786529] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229896.820539] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229896.820547] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond +[229896.820553] bond0: active interface up! +[229896.820568] datanet: port 1(bond0) entered blocking state +[229896.820572] datanet: port 1(bond0) entered forwarding state +[229897.625633] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229897.625784] bond0: (slave nic2): speed changed to 0 on port 2 +[229897.652592] bond0: (slave nic2): link status definitely down, disabling slave +[229897.652611] bond0: now running without any active interface! +[229897.652644] datanet: port 1(bond0) entered disabled state +[229909.711507] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229909.711624] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229909.716590] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229909.716607] bond0: active interface up! +[229909.716624] datanet: port 1(bond0) entered blocking state +[229909.716629] datanet: port 1(bond0) entered forwarding state +[229910.543668] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229910.543810] bond0: (slave nic2): speed changed to 0 on port 2 +[229910.548667] bond0: (slave nic2): link status definitely down, disabling slave +[229910.548684] bond0: now running without any active interface! +[229910.548715] datanet: port 1(bond0) entered disabled state +[229919.460867] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[229919.460982] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229919.492702] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[229919.492720] bond0: active interface up! +[229919.492737] datanet: port 1(bond0) entered blocking state +[229919.492742] datanet: port 1(bond0) entered forwarding state +[229920.273739] e1000e 0000:22:00.1 nic2: NIC Link is Down +[229920.273867] bond0: (slave nic2): speed changed to 0 on port 2 +[229920.325686] bond0: (slave nic2): link status definitely down, disabling slave +[229920.325702] bond0: now running without any active interface! +[229920.325728] datanet: port 1(bond0) entered disabled state +[229935.884651] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None +[229935.884767] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[229935.924802] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex +[229935.924822] bond0: active interface up! +[229935.924840] datanet: port 1(bond0) entered blocking state +[229935.924846] datanet: port 1(bond0) entered forwarding state +[229953.464973] audit: type=1400 audit(1785168472.750:2769): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[229953.467226] audit: type=1400 audit(1785168472.752:2770): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[229953.539067] audit: type=1400 audit(1785168472.824:2771): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[229968.565489] nfs: server pfv-tsys4-nfs-stor OK +[229968.571004] nfs: server pfv-tsys4-nfs-stor OK +[229968.574762] nfs: server pfv-tsys4-nfs-stor OK +[229968.578725] nfs: server pfv-tsys4-nfs-stor OK +[229968.582731] nfs: server pfv-tsys4-nfs-stor OK +[229968.585257] nfs: server pfv-tsys4-nfs-stor OK +[229968.588710] nfs: server pfv-tsys4-nfs-stor OK +[229968.591742] nfs: server pfv-tsys4-nfs-stor OK +[229968.596297] nfs: server pfv-tsys4-nfs-stor OK +[229968.604236] nfs: server pfv-tsys4-nfs-stor OK +[230056.986612] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230056.986818] bond0: (slave nic2): speed changed to 0 on port 2 +[230057.085485] bond0: (slave nic2): link status definitely down, disabling slave +[230057.085503] bond0: now running without any active interface! +[230057.085530] datanet: port 1(bond0) entered disabled state +[230072.214368] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None +[230072.214483] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230072.270577] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex +[230072.270598] bond0: active interface up! +[230072.270625] datanet: port 1(bond0) entered blocking state +[230072.270630] datanet: port 1(bond0) entered forwarding state +[230080.613724] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230080.613829] bond0: (slave nic2): speed changed to 0 on port 2 +[230080.693610] bond0: (slave nic2): link status definitely down, disabling slave +[230080.693631] bond0: now running without any active interface! +[230080.693658] datanet: port 1(bond0) entered disabled state +[230089.237463] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230089.237577] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230089.326703] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230089.326724] bond0: active interface up! +[230089.326740] datanet: port 1(bond0) entered blocking state +[230089.326743] datanet: port 1(bond0) entered forwarding state +[230090.059732] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230090.059821] bond0: (slave nic2): speed changed to 0 on port 2 +[230090.157713] bond0: (slave nic2): link status definitely down, disabling slave +[230090.157734] bond0: now running without any active interface! +[230090.157766] datanet: port 1(bond0) entered disabled state +[230102.128571] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230102.128685] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230102.221780] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230102.221797] bond0: active interface up! +[230102.221816] datanet: port 1(bond0) entered blocking state +[230102.221823] datanet: port 1(bond0) entered forwarding state +[230102.977793] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230102.978059] bond0: (slave nic2): speed changed to 0 on port 2 +[230103.053739] bond0: (slave nic2): link status definitely down, disabling slave +[230103.053757] bond0: now running without any active interface! +[230103.053789] datanet: port 1(bond0) entered disabled state +[230111.702684] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230111.702797] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230111.789814] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230111.789828] bond0: active interface up! +[230111.789849] datanet: port 1(bond0) entered blocking state +[230111.789855] datanet: port 1(bond0) entered forwarding state +[230112.541887] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230112.542006] bond0: (slave nic2): speed changed to 0 on port 2 +[230112.621875] bond0: (slave nic2): link status definitely down, disabling slave +[230112.621897] bond0: now running without any active interface! +[230112.621930] datanet: port 1(bond0) entered disabled state +[230121.433690] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230121.433806] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230121.461871] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230121.461890] bond0: active interface up! +[230121.461911] datanet: port 1(bond0) entered blocking state +[230121.461917] datanet: port 1(bond0) entered forwarding state +[230122.271901] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230122.272083] bond0: (slave nic2): speed changed to 0 on port 2 +[230122.293900] bond0: (slave nic2): link status definitely down, disabling slave +[230122.293918] bond0: now running without any active interface! +[230122.293949] datanet: port 1(bond0) entered disabled state +[230134.351751] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230134.351869] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230134.358914] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230134.358930] bond0: active interface up! +[230134.358949] datanet: port 1(bond0) entered blocking state +[230134.358954] datanet: port 1(bond0) entered forwarding state +[230135.190968] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230135.191062] bond0: (slave nic2): speed changed to 0 on port 2 +[230135.294138] bond0: (slave nic2): link status definitely down, disabling slave +[230135.294157] bond0: now running without any active interface! +[230135.294197] datanet: port 1(bond0) entered disabled state +[230140.967370] datanet: port 1(bond0) entered disabled state +[230140.972917] bond0 (unregistering): left allmulticast mode +[230140.972923] e1000e 0000:22:00.0 nic1: left allmulticast mode +[230140.972930] e1000e 0000:22:00.1 nic2: left allmulticast mode +[230140.972937] bond0 (unregistering): left promiscuous mode +[230140.972939] e1000e 0000:22:00.0 nic1: left promiscuous mode +[230140.973008] e1000e 0000:22:00.1 nic2: left promiscuous mode +[230140.973076] datanet: port 1(bond0) entered disabled state +[230140.973346] bond0 (unregistering): (slave nic1): Releasing backup interface +[230141.130823] e1000e 0000:22:00.0 nic1: NIC Link is Down +[230141.275360] bond0 (unregistering): (slave nic2): Releasing backup interface +[230141.434795] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230141.579267] bond0 (unregistering): Released all slaves +[230148.046340] bond0: (slave nic1): Enslaving as a backup interface with a down link +[230148.294409] bond0: (slave nic2): Enslaving as a backup interface with a down link +[230148.312245] datanet: the hash_elasticity option has been deprecated and is always 16 +[230148.316450] datanet: port 1(bond0) entered blocking state +[230148.316457] datanet: port 1(bond0) entered disabled state +[230148.316481] bond0: entered allmulticast mode +[230148.316487] e1000e 0000:22:00.0 nic1: entered allmulticast mode +[230148.316502] e1000e 0000:22:00.1 nic2: entered allmulticast mode +[230148.316665] bond0: entered promiscuous mode +[230148.316669] e1000e 0000:22:00.0 nic1: entered promiscuous mode +[230148.316688] e1000e 0000:22:00.1 nic2: entered promiscuous mode +[230159.889914] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230159.890028] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230159.950140] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230159.950152] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond +[230159.950160] bond0: active interface up! +[230159.950178] datanet: port 1(bond0) entered blocking state +[230159.950184] datanet: port 1(bond0) entered forwarding state +[230160.692132] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230160.692221] bond0: (slave nic2): speed changed to 0 on port 2 +[230160.782166] bond0: (slave nic2): link status definitely down, disabling slave +[230160.782187] bond0: now running without any active interface! +[230160.782223] datanet: port 1(bond0) entered disabled state +[230169.414948] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230169.415064] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230169.518148] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230169.518170] bond0: active interface up! +[230169.518195] datanet: port 1(bond0) entered blocking state +[230169.518203] datanet: port 1(bond0) entered forwarding state +[230170.255205] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230170.255395] bond0: (slave nic2): speed changed to 0 on port 2 +[230170.350145] bond0: (slave nic2): link status definitely down, disabling slave +[230170.350169] bond0: now running without any active interface! +[230170.350202] datanet: port 1(bond0) entered disabled state +[230179.099978] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230179.100093] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230179.191148] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230179.191164] bond0: active interface up! +[230179.191179] datanet: port 1(bond0) entered blocking state +[230179.191182] datanet: port 1(bond0) entered forwarding state +[230179.902235] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230179.902449] bond0: (slave nic2): speed changed to 0 on port 2 +[230179.918261] bond0: (slave nic2): link status definitely down, disabling slave +[230179.918280] bond0: now running without any active interface! +[230179.918312] datanet: port 1(bond0) entered disabled state +[230188.624076] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230188.624190] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230188.654321] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230188.654339] bond0: active interface up! +[230188.654358] datanet: port 1(bond0) entered blocking state +[230188.654363] datanet: port 1(bond0) entered forwarding state +[230189.465287] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230189.465449] bond0: (slave nic2): speed changed to 0 on port 2 +[230189.486235] bond0: (slave nic2): link status definitely down, disabling slave +[230189.486253] bond0: now running without any active interface! +[230189.486284] datanet: port 1(bond0) entered disabled state +[230198.602111] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230198.602225] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230198.639364] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230198.639385] bond0: active interface up! +[230198.639405] datanet: port 1(bond0) entered blocking state +[230198.639412] datanet: port 1(bond0) entered forwarding state +[230199.447351] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230199.447585] bond0: (slave nic2): speed changed to 0 on port 2 +[230199.470313] bond0: (slave nic2): link status definitely down, disabling slave +[230199.470327] bond0: now running without any active interface! +[230199.470356] datanet: port 1(bond0) entered disabled state +[230208.170143] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230208.170258] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230208.206401] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230208.206420] bond0: active interface up! +[230208.206443] datanet: port 1(bond0) entered blocking state +[230208.206451] datanet: port 1(bond0) entered forwarding state +[230209.011369] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230209.011466] bond0: (slave nic2): speed changed to 0 on port 2 +[230209.038380] bond0: (slave nic2): link status definitely down, disabling slave +[230209.038398] bond0: now running without any active interface! +[230209.038424] datanet: port 1(bond0) entered disabled state +[230218.393248] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230218.393362] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230218.399400] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230218.399418] bond0: active interface up! +[230218.399441] datanet: port 1(bond0) entered blocking state +[230218.399448] datanet: port 1(bond0) entered forwarding state +[230219.244489] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230219.244618] bond0: (slave nic2): speed changed to 0 on port 2 +[230219.334446] bond0: (slave nic2): link status definitely down, disabling slave +[230219.334468] bond0: now running without any active interface! +[230219.334497] datanet: port 1(bond0) entered disabled state +[230231.155266] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230231.155382] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230231.190491] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230231.190507] bond0: active interface up! +[230231.190524] datanet: port 1(bond0) entered blocking state +[230231.190529] datanet: port 1(bond0) entered forwarding state +[230231.995541] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230231.995669] bond0: (slave nic2): speed changed to 0 on port 2 +[230232.022648] bond0: (slave nic2): link status definitely down, disabling slave +[230232.022661] bond0: now running without any active interface! +[230232.022684] datanet: port 1(bond0) entered disabled state +[230238.305303] e1000e 0000:22:00.1 nic2: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None +[230238.366569] bond0: (slave nic2): link status definitely up, 1000 Mbps full duplex +[230238.366586] bond0: active interface up! +[230238.366611] datanet: port 1(bond0) entered blocking state +[230238.366619] datanet: port 1(bond0) entered forwarding state +[230238.655574] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230238.655828] bond0: (slave nic2): speed changed to 0 on port 2 +[230238.678579] bond0: (slave nic2): link status definitely down, disabling slave +[230238.678597] bond0: now running without any active interface! +[230238.678618] datanet: port 1(bond0) entered disabled state +[230247.244489] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230247.244607] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230247.255507] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230247.311543] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230247.311558] bond0: active interface up! +[230247.311577] datanet: port 1(bond0) entered blocking state +[230247.311582] datanet: port 1(bond0) entered forwarding state +[230247.518554] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230248.101653] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230248.101832] bond0: (slave nic2): speed changed to 0 on port 2 +[230248.142575] bond0: (slave nic2): link status definitely down, disabling slave +[230248.142593] bond0: now running without any active interface! +[230248.142627] datanet: port 1(bond0) entered disabled state +[230250.286842] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230251.994739] audit: type=1400 audit(1785168771.278:2772): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[230251.996914] audit: type=1400 audit(1785168771.280:2773): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[230252.070026] audit: type=1400 audit(1785168771.353:2774): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[230253.358717] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230253.358819] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230256.430735] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230256.430860] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230256.824460] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230256.824574] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230256.878688] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230256.878708] bond0: active interface up! +[230256.878732] datanet: port 1(bond0) entered blocking state +[230256.878740] datanet: port 1(bond0) entered forwarding state +[230257.664674] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230257.664876] bond0: (slave nic2): speed changed to 0 on port 2 +[230257.710668] bond0: (slave nic2): link status definitely down, disabling slave +[230257.710685] bond0: now running without any active interface! +[230257.710711] datanet: port 1(bond0) entered disabled state +[230259.502776] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230259.502885] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230262.574736] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230262.574839] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230265.646789] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230265.646888] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230266.885568] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230266.885686] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230266.966825] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230266.966841] bond0: active interface up! +[230266.966858] datanet: port 1(bond0) entered blocking state +[230266.966865] datanet: port 1(bond0) entered forwarding state +[230267.730732] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230267.730953] bond0: (slave nic2): speed changed to 0 on port 2 +[230267.798732] bond0: (slave nic2): link status definitely down, disabling slave +[230267.798751] bond0: now running without any active interface! +[230267.798777] datanet: port 1(bond0) entered disabled state +[230268.718808] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230268.718910] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230271.790771] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230271.790864] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230272.111670] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[230274.863868] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230274.863955] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230276.981572] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230276.981686] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230277.054811] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230277.054831] bond0: active interface up! +[230277.054849] datanet: port 1(bond0) entered blocking state +[230277.054854] datanet: port 1(bond0) entered forwarding state +[230277.797797] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230277.798023] bond0: (slave nic2): speed changed to 0 on port 2 +[230277.886795] bond0: (slave nic2): link status definitely down, disabling slave +[230277.886816] bond0: now running without any active interface! +[230277.886848] datanet: port 1(bond0) entered disabled state +[230277.934946] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230277.935047] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230281.006910] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230281.007014] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230284.078814] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230286.525616] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230286.525731] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230286.622772] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230286.622787] bond0: active interface up! +[230286.622804] datanet: port 1(bond0) entered blocking state +[230286.622810] datanet: port 1(bond0) entered forwarding state +[230287.150849] nfs: server pfv-tsys4-nfs-stor not responding, still trying +[230287.359797] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230287.359997] bond0: (slave nic2): speed changed to 0 on port 2 +[230287.454828] bond0: (slave nic2): link status definitely down, disabling slave +[230287.454847] bond0: now running without any active interface! +[230287.454874] datanet: port 1(bond0) entered disabled state +[230296.166683] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230296.166798] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230296.190881] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230296.190898] bond0: active interface up! +[230296.190917] datanet: port 1(bond0) entered blocking state +[230296.190922] datanet: port 1(bond0) entered forwarding state +[230297.006911] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230297.007165] bond0: (slave nic2): speed changed to 0 on port 2 +[230297.022905] bond0: (slave nic2): link status definitely down, disabling slave +[230297.022921] bond0: now running without any active interface! +[230297.022944] datanet: port 1(bond0) entered disabled state +[230305.814729] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230305.814845] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230305.862936] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230305.862956] bond0: active interface up! +[230305.862983] datanet: port 1(bond0) entered blocking state +[230305.862994] datanet: port 1(bond0) entered forwarding state +[230306.653948] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230306.654212] bond0: (slave nic2): speed changed to 0 on port 2 +[230306.694938] bond0: (slave nic2): link status definitely down, disabling slave +[230306.694955] bond0: now running without any active interface! +[230306.694984] datanet: port 1(bond0) entered disabled state +[230315.546790] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230315.546905] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230315.638942] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230315.638961] bond0: active interface up! +[230315.638985] datanet: port 1(bond0) entered blocking state +[230315.638995] datanet: port 1(bond0) entered forwarding state +[230316.385062] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230316.385290] bond0: (slave nic2): speed changed to 0 on port 2 +[230316.470957] bond0: (slave nic2): link status definitely down, disabling slave +[230316.470972] bond0: now running without any active interface! +[230316.470992] datanet: port 1(bond0) entered disabled state +[230325.541842] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230325.541957] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230325.623138] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230325.623159] bond0: active interface up! +[230325.623179] datanet: port 1(bond0) entered blocking state +[230325.623186] datanet: port 1(bond0) entered forwarding state +[230326.367124] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230326.367264] bond0: (slave nic2): speed changed to 0 on port 2 +[230326.455109] bond0: (slave nic2): link status definitely down, disabling slave +[230326.455127] bond0: now running without any active interface! +[230326.455161] datanet: port 1(bond0) entered disabled state +[230335.237862] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230335.237976] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230335.295083] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230335.295100] bond0: active interface up! +[230335.295119] datanet: port 1(bond0) entered blocking state +[230335.295124] datanet: port 1(bond0) entered forwarding state +[230336.098148] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230336.098399] bond0: (slave nic2): speed changed to 0 on port 2 +[230336.128111] bond0: (slave nic2): link status definitely down, disabling slave +[230336.128131] bond0: now running without any active interface! +[230336.128157] datanet: port 1(bond0) entered disabled state +[230344.820007] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230344.820122] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230344.863197] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230344.863217] bond0: active interface up! +[230344.863240] datanet: port 1(bond0) entered blocking state +[230344.863248] datanet: port 1(bond0) entered forwarding state +[230345.662156] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230345.662309] bond0: (slave nic2): speed changed to 0 on port 2 +[230345.695139] bond0: (slave nic2): link status definitely down, disabling slave +[230345.695158] bond0: now running without any active interface! +[230345.695197] datanet: port 1(bond0) entered disabled state +[230354.635014] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230354.635128] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230354.639142] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230354.639157] bond0: active interface up! +[230354.639173] datanet: port 1(bond0) entered blocking state +[230354.639179] datanet: port 1(bond0) entered forwarding state +[230355.476219] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230355.476374] bond0: (slave nic2): speed changed to 0 on port 2 +[230355.575225] bond0: (slave nic2): link status definitely down, disabling slave +[230355.575241] bond0: now running without any active interface! +[230355.575277] datanet: port 1(bond0) entered disabled state +[230364.368083] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230364.368197] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230364.415256] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230364.415278] bond0: active interface up! +[230364.415313] datanet: port 1(bond0) entered blocking state +[230364.415320] datanet: port 1(bond0) entered forwarding state +[230365.206307] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230365.206405] bond0: (slave nic2): speed changed to 0 on port 2 +[230365.247236] bond0: (slave nic2): link status definitely down, disabling slave +[230365.247258] bond0: now running without any active interface! +[230365.247278] datanet: port 1(bond0) entered disabled state +[230374.183071] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230374.183189] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230374.191320] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230374.191337] bond0: active interface up! +[230374.191355] datanet: port 1(bond0) entered blocking state +[230374.191363] datanet: port 1(bond0) entered forwarding state +[230375.021361] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230375.021589] bond0: (slave nic2): speed changed to 0 on port 2 +[230375.023422] bond0: (slave nic2): link status definitely down, disabling slave +[230375.023440] bond0: now running without any active interface! +[230375.023471] datanet: port 1(bond0) entered disabled state +[230383.829182] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230383.829298] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230383.863354] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230383.863376] bond0: active interface up! +[230383.863402] datanet: port 1(bond0) entered blocking state +[230383.863408] datanet: port 1(bond0) entered forwarding state +[230384.668366] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230384.668467] bond0: (slave nic2): speed changed to 0 on port 2 +[230384.695317] bond0: (slave nic2): link status definitely down, disabling slave +[230384.695339] bond0: now running without any active interface! +[230384.695368] datanet: port 1(bond0) entered disabled state +[230393.798200] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[230393.798314] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230393.847518] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[230393.847536] bond0: active interface up! +[230393.847551] datanet: port 1(bond0) entered blocking state +[230393.847557] datanet: port 1(bond0) entered forwarding state +[230394.650429] e1000e 0000:22:00.1 nic2: NIC Link is Down +[230394.650606] bond0: (slave nic2): speed changed to 0 on port 2 +[230394.679373] bond0: (slave nic2): link status definitely down, disabling slave +[230394.679390] bond0: now running without any active interface! +[230394.679412] datanet: port 1(bond0) entered disabled state +[230409.878346] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None +[230409.878460] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[230409.968565] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex +[230409.968585] bond0: active interface up! +[230409.968609] datanet: port 1(bond0) entered blocking state +[230409.968617] datanet: port 1(bond0) entered forwarding state +[230452.335757] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[230457.455714] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[230544.175333] audit: type=1400 audit(1785169063.457:2775): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[230544.177149] audit: type=1400 audit(1785169063.458:2776): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[230544.249011] audit: type=1400 audit(1785169063.530:2777): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[230632.560743] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[230642.800736] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[230807.265885] audit: type=1400 audit(1785169326.546:2778): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[230807.268108] audit: type=1400 audit(1785169326.548:2779): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[230807.328102] audit: type=1400 audit(1785169326.608:2780): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[230812.786690] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[230817.905799] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[230828.145814] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[230993.010831] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231003.251858] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231013.490931] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231076.704372] audit: type=1400 audit(1785169595.983:2781): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[231076.706564] audit: type=1400 audit(1785169595.985:2782): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[231076.773715] audit: type=1400 audit(1785169596.052:2783): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[231174.899893] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231181.043871] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231190.259829] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231198.836001] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231354.932833] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231356.676064] audit: type=1400 audit(1785169875.953:2784): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[231356.678370] audit: type=1400 audit(1785169875.955:2785): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[231356.744815] audit: type=1400 audit(1785169876.021:2786): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[231360.436896] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231366.580866] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231375.796993] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231383.964940] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231537.781903] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231540.149912] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231545.781891] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231551.925993] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231561.333994] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231569.525999] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231657.147909] audit: type=1400 audit(1785170176.423:2787): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[231657.150194] audit: type=1400 audit(1785170176.425:2788): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[231657.222882] audit: type=1400 audit(1785170176.498:2789): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[231718.006837] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231725.687973] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231731.319039] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231737.463016] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231746.679041] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231754.679087] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231898.231888] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231903.351894] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231911.032037] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231916.664081] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231922.808119] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231924.180463] audit: type=1400 audit(1785170443.455:2790): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[231924.183358] audit: type=1400 audit(1785170443.457:2791): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[231924.243562] audit: type=1400 audit(1785170443.517:2792): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[231932.024154] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[231940.216100] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232078.456952] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232083.577055] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232088.697036] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232096.377020] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232102.009164] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232108.153093] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232117.369184] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232125.561216] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232159.713838] audit: type=1400 audit(1785170678.986:2793): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[232159.716028] audit: type=1400 audit(1785170678.988:2794): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[232159.780094] audit: type=1400 audit(1785170679.052:2795): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[232258.682010] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232263.802124] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232268.922009] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232274.042091] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232281.722112] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232287.354132] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232293.498171] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232302.714254] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232310.906380] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232422.051088] audit: type=1400 audit(1785170941.322:2796): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[232422.052764] audit: type=1400 audit(1785170941.323:2797): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[232422.118071] audit: type=1400 audit(1785170941.389:2798): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[232438.908145] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232444.027020] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232454.267146] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232459.387249] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232467.067223] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232472.699298] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232478.843376] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232488.059348] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232496.252386] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232619.133095] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232624.252164] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232629.372235] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232639.612275] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232644.732331] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232652.412305] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232658.044399] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232664.188370] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232673.404358] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232674.314642] audit: type=1400 audit(1785171193.584:2799): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[232674.316883] audit: type=1400 audit(1785171193.586:2800): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[232674.380946] audit: type=1400 audit(1785171193.650:2801): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[232681.596457] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232799.357173] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232804.477193] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232809.597269] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232814.717298] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232824.957301] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232830.077397] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232837.757384] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232843.389445] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232849.533519] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232858.749505] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232866.941543] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232966.593249] audit: type=1400 audit(1785171485.861:2802): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[232966.595756] audit: type=1400 audit(1785171485.862:2803): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[232966.668166] audit: type=1400 audit(1785171485.935:2804): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[232979.583259] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232984.702251] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232989.822363] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[232994.942347] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233000.062332] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233010.302403] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233015.423393] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233023.102519] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233028.734550] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233034.878595] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233044.094639] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233052.287735] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233159.615271] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233164.927324] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233170.047519] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233175.167488] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233180.287443] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233185.407515] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233195.647461] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233200.767633] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233208.447617] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233214.079646] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233215.685770] audit: type=1400 audit(1785171734.952:2805): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[233215.687563] audit: type=1400 audit(1785171734.954:2806): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[233215.755948] audit: type=1400 audit(1785171735.022:2807): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[233220.223689] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233229.440630] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233237.631821] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233339.649378] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233350.080439] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233355.392496] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233360.513416] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233365.633506] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233370.752557] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233380.992639] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233386.112577] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233393.792698] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233399.425681] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233405.568765] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233414.785889] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233422.976858] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233464.551209] audit: type=1400 audit(1785171983.817:2808): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[233464.552819] audit: type=1400 audit(1785171983.817:2809): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[233464.613353] audit: type=1400 audit(1785171983.878:2810): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[233519.745442] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233525.377442] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233535.617473] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233540.546483] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233545.665599] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233552.641589] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233558.785625] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233568.002684] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233571.457776] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233579.137710] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233584.770791] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233592.577835] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233600.129903] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233608.321966] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233699.970583] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233705.090606] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233710.722549] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233731.202674] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233738.370711] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233744.514718] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233756.802835] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233762.177977] audit: type=1400 audit(1785172281.441:2811): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[233762.179779] audit: type=1400 audit(1785172281.442:2812): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[233762.250268] audit: type=1400 audit(1785172281.513:2813): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[233764.483877] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233770.114908] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233778.114946] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233785.475009] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233793.667096] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233880.195531] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233885.315574] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233890.435682] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233896.067675] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233916.548751] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233923.716770] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233929.859873] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233941.955858] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233949.829035] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233955.460012] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233963.652003] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233970.628070] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[233978.820088] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234006.436391] audit: type=1400 audit(1785172525.698:2814): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234006.438075] audit: type=1400 audit(1785172525.699:2815): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234006.496868] audit: type=1400 audit(1785172525.758:2816): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234060.421664] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234065.540770] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234070.468784] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234075.780736] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234081.412820] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234101.676851] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234111.748905] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234114.988969] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234127.302034] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234135.173199] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234140.805163] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234148.998165] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234156.165258] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234164.165261] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234240.645728] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234245.766724] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234255.813845] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234261.125962] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234266.757911] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234283.264136] audit: type=1400 audit(1785172802.524:2817): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234283.265827] audit: type=1400 audit(1785172802.525:2818): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234283.325776] audit: type=1400 audit(1785172802.585:2819): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234287.238016] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234300.550100] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234312.647255] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234320.518306] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234326.150275] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234334.150289] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234341.318357] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234349.702409] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234420.870849] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234425.798899] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234431.110901] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234441.159040] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234446.599045] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234451.887027] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234472.583188] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234486.535254] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234497.991385] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234505.863489] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234510.224096] audit: type=1400 audit(1785173029.482:2820): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234510.225878] audit: type=1400 audit(1785173029.484:2821): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234510.289194] audit: type=1400 audit(1785173029.547:2822): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234511.279354] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234519.687479] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234526.855573] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234534.856613] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234600.903981] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234611.336066] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234616.264153] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234626.696111] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234637.256198] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234657.736385] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234672.264486] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234683.528497] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234691.016515] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234696.841566] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234705.032594] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234712.200703] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234720.200660] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234745.588909] audit: type=1400 audit(1785173264.846:2823): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234745.594913] audit: type=1400 audit(1785173264.852:2824): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234745.660186] audit: type=1400 audit(1785173264.917:2825): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234780.937139] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234786.441169] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234801.801200] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234812.041296] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234822.793389] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234843.273460] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234857.610555] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234868.681675] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234876.553663] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234882.186686] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234890.185718] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234897.545814] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234905.737920] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234961.034219] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234971.571255] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234984.452409] audit: type=1400 audit(1785173503.708:2826): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234984.453571] audit: type=1400 audit(1785173503.709:2827): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234984.515028] audit: type=1400 audit(1785173503.770:2828): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[234987.146434] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[234997.194541] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235008.139428] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235028.426634] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235042.954760] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235054.026773] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235061.899805] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235067.531857] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235075.506973] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235082.890973] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235090.892043] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235141.260341] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235146.187359] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235156.939466] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235172.491560] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235182.540685] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235193.291678] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235213.771822] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235228.299967] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235239.371982] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235247.052043] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235252.876086] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235260.699446] audit: type=1400 audit(1785173779.953:2829): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[235260.701174] audit: type=1400 audit(1785173779.955:2830): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[235260.760814] audit: type=1400 audit(1785173780.014:2831): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[235260.876128] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235268.044193] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235276.428243] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235321.292573] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235331.724590] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235342.261670] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235358.988757] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235368.205830] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235378.828991] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235399.093016] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235414.286144] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235424.909177] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235432.397329] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235438.005318] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235446.221360] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235453.389408] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235461.773511] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235501.325736] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235509.517767] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235517.069855] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235527.605863] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235544.717979] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235550.702098] audit: type=1400 audit(1785174069.954:2832): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[235550.703591] audit: type=1400 audit(1785174069.955:2833): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[235550.764767] audit: type=1400 audit(1785174070.016:2834): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[235553.934128] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235563.982125] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235584.462394] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235600.014433] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235610.894516] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235617.934573] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235623.567474] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235632.398590] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235638.926594] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235647.118659] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235681.358992] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235687.054997] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235695.247054] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235702.224036] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235712.975148] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235730.063261] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235739.063252] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235749.520396] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235769.807543] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235785.359630] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235796.431660] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235804.431710] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235810.575816] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235817.935815] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235818.789875] audit: type=1400 audit(1785174338.040:2835): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[235818.791268] audit: type=1400 audit(1785174338.041:2836): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[235818.852248] audit: type=1400 audit(1785174338.102:2837): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[235824.079893] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235832.463923] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235862.800164] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235868.944164] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235872.184125] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235880.592217] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235890.448288] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235898.296319] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235918.096470] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235924.408555] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235934.864581] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235955.344822] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235970.704923] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235981.752847] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235989.968945] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[235997.969035] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236003.473118] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236009.426068] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236017.809123] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236042.897314] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236048.337314] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236057.553451] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236068.625516] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236075.985572] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236083.665609] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236096.638832] audit: type=1400 audit(1785174615.887:2838): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[236096.640587] audit: type=1400 audit(1785174615.888:2839): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[236096.700018] audit: type=1400 audit(1785174615.948:2840): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[236103.633764] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236109.777799] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236120.210761] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236140.689987] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236155.858057] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236167.122130] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236175.290150] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236183.698266] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236191.506352] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236197.650328] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236202.962433] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236211.791531] e1000e 0000:22:00.1 nic2: NIC Link is Down +[236211.791783] bond0: (slave nic2): speed changed to 0 on port 2 +[236211.858592] bond0: (slave nic2): link status definitely down, disabling slave +[236211.858609] bond0: now running without any active interface! +[236211.858636] datanet: port 1(bond0) entered disabled state +[236220.716364] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[236220.716482] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[236220.802592] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[236220.802611] bond0: active interface up! +[236220.802632] datanet: port 1(bond0) entered blocking state +[236220.802637] datanet: port 1(bond0) entered forwarding state +[236221.559584] e1000e 0000:22:00.1 nic2: NIC Link is Down +[236221.559700] bond0: (slave nic2): speed changed to 0 on port 2 +[236221.634605] bond0: (slave nic2): link status definitely down, disabling slave +[236221.634623] bond0: now running without any active interface! +[236221.634649] datanet: port 1(bond0) entered disabled state +[236222.930561] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236228.050553] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236232.038482] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[236232.038606] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[236232.138684] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[236232.138703] bond0: active interface up! +[236232.138723] datanet: port 1(bond0) entered blocking state +[236232.138728] datanet: port 1(bond0) entered forwarding state +[236232.883663] e1000e 0000:22:00.1 nic2: NIC Link is Down +[236232.883859] bond0: (slave nic2): speed changed to 0 on port 2 +[236232.970686] bond0: (slave nic2): link status definitely down, disabling slave +[236232.970704] bond0: now running without any active interface! +[236232.970731] datanet: port 1(bond0) entered disabled state +[236233.682591] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236242.898689] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236243.107579] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[236243.107693] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[236243.162763] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[236243.162783] bond0: active interface up! +[236243.162803] datanet: port 1(bond0) entered blocking state +[236243.162808] datanet: port 1(bond0) entered forwarding state +[236243.956759] e1000e 0000:22:00.1 nic2: NIC Link is Down +[236243.956914] bond0: (slave nic2): speed changed to 0 on port 2 +[236243.994659] bond0: (slave nic2): link status definitely down, disabling slave +[236243.994681] bond0: now running without any active interface! +[236243.994715] datanet: port 1(bond0) entered disabled state +[236254.354789] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236259.975608] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None +[236259.975724] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[236260.010769] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex +[236260.010782] bond0: active interface up! +[236260.010796] datanet: port 1(bond0) entered blocking state +[236260.010801] datanet: port 1(bond0) entered forwarding state +[236261.330721] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236271.378847] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236289.171062] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236295.123062] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236308.243108] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236321.328963] datanet: the hash_elasticity option has been deprecated and is always 16 +[236326.035335] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236341.180297] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236352.659385] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236360.635561] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236364.267157] datanet: port 1(bond0) entered disabled state +[236364.267186] datanet: port 2(fwpr509p1) entered disabled state +[236364.275682] bond0: left allmulticast mode +[236364.275692] e1000e 0000:22:00.0 nic1: left allmulticast mode +[236364.275700] e1000e 0000:22:00.1 nic2: left allmulticast mode +[236364.275722] bond0: left promiscuous mode +[236364.275724] e1000e 0000:22:00.0 nic1: left promiscuous mode +[236364.275798] e1000e 0000:22:00.1 nic2: left promiscuous mode +[236364.276142] datanet: port 1(bond0) entered disabled state +[236364.276323] fwpr509p1: left allmulticast mode +[236364.276327] fwpr509p1: left promiscuous mode +[236364.276346] datanet: port 2(fwpr509p1) entered disabled state +[236368.844540] bond0 (unregistering): (slave nic1): Releasing backup interface +[236369.000372] e1000e 0000:22:00.0 nic1: NIC Link is Down +[236369.043528] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236369.143964] bond0 (unregistering): (slave nic2): Removing an active aggregator +[236369.144032] bond0 (unregistering): (slave nic2): Releasing backup interface +[236369.297011] e1000e 0000:22:00.1 nic2: NIC Link is Down +[236369.440834] bond0 (unregistering): Released all slaves +[236377.043633] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236388.499723] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236390.044867] audit: type=1400 audit(1785174909.291:2841): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[236390.046569] audit: type=1400 audit(1785174909.292:2842): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[236390.110491] audit: type=1400 audit(1785174909.356:2843): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[236403.348719] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236412.393712] datanet: the hash_elasticity option has been deprecated and is always 16 +[236413.395850] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236419.027865] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236422.140384] bond0: (slave nic1): Enslaving as a backup interface with a down link +[236422.156507] datanet: the hash_elasticity option has been deprecated and is always 16 +[236422.161225] datanet: port 1(bond0) entered blocking state +[236422.161233] datanet: port 1(bond0) entered disabled state +[236422.161256] bond0: entered allmulticast mode +[236422.161262] e1000e 0000:22:00.0 nic1: entered allmulticast mode +[236422.161457] bond0: entered promiscuous mode +[236422.161463] e1000e 0000:22:00.0 nic1: entered promiscuous mode +[236423.899684] datanet: the hash_elasticity option has been deprecated and is always 16 +[236428.243957] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236439.477016] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236446.676060] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236456.917064] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236474.325192] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236480.469213] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236493.972443] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236495.838626] datanet: port 1(bond0) entered disabled state +[236495.844264] bond0 (unregistering): left allmulticast mode +[236495.844271] e1000e 0000:22:00.0 nic1: left allmulticast mode +[236495.844278] bond0 (unregistering): left promiscuous mode +[236495.844280] e1000e 0000:22:00.0 nic1: left promiscuous mode +[236495.844370] datanet: port 1(bond0) entered disabled state +[236495.844654] bond0 (unregistering): (slave nic1): Releasing backup interface +[236496.001352] e1000e 0000:22:00.0 nic1: NIC Link is Down +[236496.144694] bond0 (unregistering): Released all slaves +[236508.396868] bond0: (slave nic1): Enslaving as a backup interface with a down link +[236508.876936] datanet: port 1(bond0) entered blocking state +[236508.876942] datanet: port 1(bond0) entered disabled state +[236508.876962] bond0: entered allmulticast mode +[236508.876967] e1000e 0000:22:00.0 nic1: entered allmulticast mode +[236508.877084] bond0: entered promiscuous mode +[236508.877087] e1000e 0000:22:00.0 nic1: entered promiscuous mode +[236511.380449] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236526.740673] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236538.005627] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236545.980726] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236554.388741] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236564.180866] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236573.844874] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236583.573064] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236588.757078] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236598.933101] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236604.373111] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236613.589258] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236625.621327] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236632.213268] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236642.453407] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236659.861584] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236661.150141] audit: type=1400 audit(1785175180.394:2844): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[236661.159208] audit: type=1400 audit(1785175180.403:2845): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[236661.219640] audit: type=1400 audit(1785175180.464:2846): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[236665.813597] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236679.317659] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236696.533749] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236711.870814] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236723.349903] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236731.542024] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236739.734069] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236751.575157] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236755.231011] e1000e 0000:22:00.0 nic1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None +[236755.303188] bond0: (slave nic1): link status definitely up, 1000 Mbps full duplex +[236755.303203] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond +[236755.303214] bond0: active interface up! +[236755.303235] datanet: port 1(bond0) entered blocking state +[236755.303241] datanet: port 1(bond0) entered forwarding state +[236759.190252] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236763.798230] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236768.726321] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236774.038323] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236784.278375] nfs: server pfv-tsys4-nfs-stor not responding, timed out +[236785.436195] call_decode: 6 callbacks suppressed +[236785.436201] nfs: server pfv-tsys4-nfs-stor OK +[236785.436250] nfs: server pfv-tsys4-nfs-stor OK +[236785.437464] nfs: server pfv-tsys4-nfs-stor OK +[236785.437471] nfs: server pfv-tsys4-nfs-stor OK +[236785.437478] nfs: server pfv-tsys4-nfs-stor OK +[236785.438768] nfs: server pfv-tsys4-nfs-stor OK +[236785.438851] nfs: server pfv-tsys4-nfs-stor OK +[236785.438856] nfs: server pfv-tsys4-nfs-stor OK +[236785.438873] nfs: server pfv-tsys4-nfs-stor OK +[236785.438893] nfs: server pfv-tsys4-nfs-stor OK +[236913.552204] audit: type=1400 audit(1785175432.795:2847): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[236913.553953] audit: type=1400 audit(1785175432.796:2848): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[236913.700648] audit: type=1400 audit(1785175432.943:2849): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[236929.660463] e1000e 0000:22:00.0 nic1: NIC Link is Down +[236929.660620] bond0: (slave nic1): speed changed to 0 on port 1 +[236929.712344] bond0: (slave nic1): link status definitely down, disabling slave +[236929.712364] bond0: now running without any active interface! +[236929.712387] datanet: port 1(bond0) entered disabled state +[236931.859226] e1000e 0000:22:00.0 nic1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None +[236931.895524] bond0: (slave nic1): link status definitely up, 1000 Mbps full duplex +[236931.895543] bond0: active interface up! +[236931.895571] datanet: port 1(bond0) entered blocking state +[236931.895576] datanet: port 1(bond0) entered forwarding state +[236943.355546] e1000e 0000:22:00.0 nic1: NIC Link is Down +[236943.355699] bond0: (slave nic1): speed changed to 0 on port 1 +[236943.439497] bond0: (slave nic1): link status definitely down, disabling slave +[236943.439513] bond0: now running without any active interface! +[236943.439537] datanet: port 1(bond0) entered disabled state +[236945.542383] e1000e 0000:22:00.0 nic1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None +[236945.624532] bond0: (slave nic1): link status definitely up, 1000 Mbps full duplex +[236945.624550] bond0: active interface up! +[236945.624569] datanet: port 1(bond0) entered blocking state +[236945.624575] datanet: port 1(bond0) entered forwarding state +[236988.298395] datanet: port 1(bond0) entered disabled state +[236988.307421] bond0: left allmulticast mode +[236988.307429] e1000e 0000:22:00.0 nic1: left allmulticast mode +[236988.307448] bond0: left promiscuous mode +[236988.307450] e1000e 0000:22:00.0 nic1: left promiscuous mode +[236988.307721] datanet: port 1(bond0) entered disabled state +[236990.892081] bond0 (unregistering): (slave nic1): Removing an active aggregator +[236990.892169] bond0 (unregistering): (slave nic1): Releasing backup interface +[236991.052587] e1000e 0000:22:00.0 nic1: NIC Link is Down +[236991.196415] bond0 (unregistering): Released all slaves +[236994.408176] bond0: (slave nic1): Enslaving as a backup interface with a down link +[236994.656219] bond0: (slave nic2): Enslaving as a backup interface with a down link +[236996.811677] e1000e 0000:22:00.0 nic1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None +[236996.847888] bond0: (slave nic1): link status definitely up, 1000 Mbps full duplex +[236996.847899] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond +[236996.847910] bond0: active interface up! +[237003.192780] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[237003.192893] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[237003.295916] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[237004.051966] e1000e 0000:22:00.1 nic2: NIC Link is Down +[237004.052045] bond0: (slave nic2): speed changed to 0 on port 2 +[237004.127940] bond0: (slave nic2): link status definitely down, disabling slave +[237012.606451] datanet: port 1(bond0) entered blocking state +[237012.606459] datanet: port 1(bond0) entered disabled state +[237012.606476] bond0: entered allmulticast mode +[237012.606480] e1000e 0000:22:00.0 nic1: entered allmulticast mode +[237012.606495] e1000e 0000:22:00.1 nic2: entered allmulticast mode +[237012.606799] bond0: entered promiscuous mode +[237012.606805] e1000e 0000:22:00.0 nic1: entered promiscuous mode +[237012.606872] e1000e 0000:22:00.1 nic2: entered promiscuous mode +[237012.617596] datanet: port 1(bond0) entered blocking state +[237012.617604] datanet: port 1(bond0) entered forwarding state +[237012.968825] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[237012.968945] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[237013.072011] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[237013.782041] e1000e 0000:22:00.1 nic2: NIC Link is Down +[237013.782156] bond0: (slave nic2): speed changed to 0 on port 2 +[237013.799886] bond0: (slave nic2): link status definitely down, disabling slave +[237025.943876] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[237025.943995] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[237025.968181] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[237026.784120] e1000e 0000:22:00.1 nic2: NIC Link is Down +[237026.784401] bond0: (slave nic2): speed changed to 0 on port 2 +[237026.800026] bond0: (slave nic2): link status definitely down, disabling slave +[237035.589911] e1000e 0000:22:00.1 nic2: NIC Link is Up 100 Mbps Full Duplex, Flow Control: None +[237035.590024] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[237035.640183] bond0: (slave nic2): link status definitely up, 100 Mbps full duplex +[237036.431144] e1000e 0000:22:00.1 nic2: NIC Link is Down +[237036.431345] bond0: (slave nic2): speed changed to 0 on port 2 +[237036.472088] bond0: (slave nic2): link status definitely down, disabling slave +[237038.937917] e1000e 0000:22:00.1 nic2: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None +[237038.968234] bond0: (slave nic2): link status definitely up, 1000 Mbps full duplex +[237039.286185] e1000e 0000:22:00.1 nic2: NIC Link is Down +[237039.286368] bond0: (slave nic2): speed changed to 0 on port 2 +[237039.385117] bond0: (slave nic2): link status definitely down, disabling slave +[237055.496079] e1000e 0000:22:00.1 nic2: NIC Link is Up 10 Mbps Full Duplex, Flow Control: None +[237055.496195] e1000e 0000:22:00.1 nic2: Link Speed was downgraded by SmartSpeed +[237055.505238] bond0: (slave nic2): link status definitely up, 10 Mbps full duplex +[237157.020194] audit: type=1400 audit(1785175676.261:2850): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[237157.021881] audit: type=1400 audit(1785175676.263:2851): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[237157.085365] audit: type=1400 audit(1785175676.326:2852): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[237387.518567] audit: type=1400 audit(1785175906.758:2853): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[237387.520267] audit: type=1400 audit(1785175906.759:2854): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[237387.589211] audit: type=1400 audit(1785175906.828:2855): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[237660.522290] audit: type=1400 audit(1785176179.760:2856): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[237660.523238] audit: type=1400 audit(1785176179.761:2857): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[237660.601605] audit: type=1400 audit(1785176179.839:2858): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[237956.365486] audit: type=1400 audit(1785176475.601:2859): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[237956.372939] audit: type=1400 audit(1785176475.608:2860): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[237956.432140] audit: type=1400 audit(1785176475.667:2861): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[238205.506664] audit: type=1400 audit(1785176724.740:2862): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[238205.509882] audit: type=1400 audit(1785176724.744:2863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[238205.585686] audit: type=1400 audit(1785176724.819:2864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[238506.529913] audit: type=1400 audit(1785177025.761:2865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[238506.531637] audit: type=1400 audit(1785177025.763:2866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[238506.616093] audit: type=1400 audit(1785177025.848:2867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[238769.059860] audit: type=1400 audit(1785177288.290:2868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[238769.061464] audit: type=1400 audit(1785177288.291:2869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[238769.120351] audit: type=1400 audit(1785177288.350:2870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[239002.282645] audit: type=1400 audit(1785177521.511:2871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[239002.284330] audit: type=1400 audit(1785177521.512:2872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[239002.357446] audit: type=1400 audit(1785177521.585:2873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[239271.586225] audit: type=1400 audit(1785177790.812:2874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[239271.588360] audit: type=1400 audit(1785177790.814:2875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[239271.654388] audit: type=1400 audit(1785177790.881:2876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[239528.204014] audit: type=1400 audit(1785178047.428:2877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[239528.206038] audit: type=1400 audit(1785178047.430:2878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[239528.259046] audit: type=1400 audit(1785178047.483:2879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[239798.844417] audit: type=1400 audit(1785178318.067:2880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[239798.846130] audit: type=1400 audit(1785178318.068:2881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[239798.907309] audit: type=1400 audit(1785178318.130:2882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[240098.162916] audit: type=1400 audit(1785178617.383:2883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[240098.165181] audit: type=1400 audit(1785178617.385:2884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[240098.227690] audit: type=1400 audit(1785178617.448:2885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[240371.711604] audit: type=1400 audit(1785178890.930:2886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[240371.713942] audit: type=1400 audit(1785178890.932:2887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[240371.782741] audit: type=1400 audit(1785178891.001:2888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[240650.240641] audit: type=1400 audit(1785179169.457:2889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[240650.242592] audit: type=1400 audit(1785179169.459:2890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[240650.303725] audit: type=1400 audit(1785179169.520:2891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[240909.355057] audit: type=1400 audit(1785179428.570:2892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[240909.356944] audit: type=1400 audit(1785179428.572:2893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[240909.424777] audit: type=1400 audit(1785179428.640:2894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[241155.367512] audit: type=1400 audit(1785179674.581:2895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[241155.369726] audit: type=1400 audit(1785179674.583:2896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[241155.429549] audit: type=1400 audit(1785179674.643:2897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[241402.471034] audit: type=1400 audit(1785179921.683:2898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[241402.473323] audit: type=1400 audit(1785179921.685:2899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[241402.533402] audit: type=1400 audit(1785179921.745:2900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[241657.026848] audit: type=1400 audit(1785180176.237:2901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[241657.028760] audit: type=1400 audit(1785180176.239:2902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[241657.088435] audit: type=1400 audit(1785180176.298:2903): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[241944.038793] audit: type=1400 audit(1785180463.247:2904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[241944.040981] audit: type=1400 audit(1785180463.249:2905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[241944.133875] audit: type=1400 audit(1785180463.342:2906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[242214.158521] audit: type=1400 audit(1785180733.365:2907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[242214.159907] audit: type=1400 audit(1785180733.366:2908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[242214.221628] audit: type=1400 audit(1785180733.428:2909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[242441.766061] audit: type=1400 audit(1785180960.971:2910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[242441.767972] audit: type=1400 audit(1785180960.972:2911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[242441.876672] audit: type=1400 audit(1785180961.081:2912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[242724.355088] audit: type=1400 audit(1785181243.558:2913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[242724.357152] audit: type=1400 audit(1785181243.560:2914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[242724.422143] audit: type=1400 audit(1785181243.625:2915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[242972.807737] audit: type=1400 audit(1785181492.009:2916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[242972.810200] audit: type=1400 audit(1785181492.011:2917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[242972.867929] audit: type=1400 audit(1785181492.069:2918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[243266.762173] audit: type=1400 audit(1785181785.961:2919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[243266.764371] audit: type=1400 audit(1785181785.963:2920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[243266.829917] audit: type=1400 audit(1785181786.029:2921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[243545.636629] audit: type=1400 audit(1785182064.834:2922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[243545.638891] audit: type=1400 audit(1785182064.836:2923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[243545.708803] audit: type=1400 audit(1785182064.906:2924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[243806.518553] audit: type=1400 audit(1785182325.714:2925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[243806.520737] audit: type=1400 audit(1785182325.716:2926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[243806.588706] audit: type=1400 audit(1785182325.784:2927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[244103.716984] audit: type=1400 audit(1785182622.910:2928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[244103.719248] audit: type=1400 audit(1785182622.912:2929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[244103.782961] audit: type=1400 audit(1785182622.976:2930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[244389.102256] audit: type=1400 audit(1785182908.293:2931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[244389.108537] audit: type=1400 audit(1785182908.300:2932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[244389.170332] audit: type=1400 audit(1785182908.362:2933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[244648.332647] audit: type=1400 audit(1785183167.522:2934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[244648.334809] audit: type=1400 audit(1785183167.524:2935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[244648.407679] audit: type=1400 audit(1785183167.597:2936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[244901.176988] audit: type=1400 audit(1785183420.365:2937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[244901.180684] audit: type=1400 audit(1785183420.368:2938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[244901.245638] audit: type=1400 audit(1785183420.433:2939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[245139.787716] audit: type=1400 audit(1785183658.974:2940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[245139.789883] audit: type=1400 audit(1785183658.976:2941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[245139.850564] audit: type=1400 audit(1785183659.037:2942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[245421.416508] audit: type=1400 audit(1785183940.601:2943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[245421.418656] audit: type=1400 audit(1785183940.603:2944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[245421.487795] audit: type=1400 audit(1785183940.672:2945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[245715.164383] audit: type=1400 audit(1785184234.347:2946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[245715.166978] audit: type=1400 audit(1785184234.349:2947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[245715.233311] audit: type=1400 audit(1785184234.415:2948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[245732.161347] tap509i0: left allmulticast mode +[245732.161397] fwbr509i0: port 2(tap509i0) entered disabled state +[245732.165812] fwbr509i0: port 1(fwln509i0) entered disabled state +[245732.166063] vmbr0: port 18(fwpr509p0) entered disabled state +[245732.166217] fwln509i0 (unregistering): left allmulticast mode +[245732.166222] fwln509i0 (unregistering): left promiscuous mode +[245732.166225] fwbr509i0: port 1(fwln509i0) entered disabled state +[245732.166587] fwpr509p0 (unregistering): left allmulticast mode +[245732.166592] fwpr509p0 (unregistering): left promiscuous mode +[245732.166596] vmbr0: port 18(fwpr509p0) entered disabled state +[245732.595352] tap509i1: left allmulticast mode +[245732.595400] fwbr509i1: port 2(tap509i1) entered disabled state +[245732.599731] fwbr509i1: port 1(fwln509i1) entered disabled state +[245732.599993] fwln509i1 (unregistering): left allmulticast mode +[245732.599999] fwln509i1 (unregistering): left promiscuous mode +[245732.600005] fwbr509i1: port 1(fwln509i1) entered disabled state +[245769.261082] tap509i0: entered promiscuous mode +[245769.373222] vmbr0: port 18(fwpr509p0) entered blocking state +[245769.373230] vmbr0: port 18(fwpr509p0) entered disabled state +[245769.373258] fwpr509p0: entered allmulticast mode +[245769.373325] fwpr509p0: entered promiscuous mode +[245769.373393] vmbr0: port 18(fwpr509p0) entered blocking state +[245769.373397] vmbr0: port 18(fwpr509p0) entered forwarding state +[245769.390203] fwbr509i0: port 1(fwln509i0) entered blocking state +[245769.390210] fwbr509i0: port 1(fwln509i0) entered disabled state +[245769.390236] fwln509i0: entered allmulticast mode +[245769.390296] fwln509i0: entered promiscuous mode +[245769.390352] fwbr509i0: port 1(fwln509i0) entered blocking state +[245769.390356] fwbr509i0: port 1(fwln509i0) entered forwarding state +[245769.405164] fwbr509i0: port 2(tap509i0) entered blocking state +[245769.405171] fwbr509i0: port 2(tap509i0) entered disabled state +[245769.405191] tap509i0: entered allmulticast mode +[245769.405302] fwbr509i0: port 2(tap509i0) entered blocking state +[245769.405307] fwbr509i0: port 2(tap509i0) entered forwarding state +[245770.777085] tap509i1: entered promiscuous mode +[245770.887421] datanet: port 2(fwpr509p1) entered blocking state +[245770.887429] datanet: port 2(fwpr509p1) entered disabled state +[245770.887454] fwpr509p1: entered allmulticast mode +[245770.887514] fwpr509p1: entered promiscuous mode +[245770.887573] datanet: port 2(fwpr509p1) entered blocking state +[245770.887579] datanet: port 2(fwpr509p1) entered forwarding state +[245770.902493] fwbr509i1: port 1(fwln509i1) entered blocking state +[245770.902501] fwbr509i1: port 1(fwln509i1) entered disabled state +[245770.902526] fwln509i1: entered allmulticast mode +[245770.902584] fwln509i1: entered promiscuous mode +[245770.902660] fwbr509i1: port 1(fwln509i1) entered blocking state +[245770.902665] fwbr509i1: port 1(fwln509i1) entered forwarding state +[245770.919220] fwbr509i1: port 2(tap509i1) entered blocking state +[245770.919227] fwbr509i1: port 2(tap509i1) entered disabled state +[245770.919241] tap509i1: entered allmulticast mode +[245770.919335] fwbr509i1: port 2(tap509i1) entered blocking state +[245770.919339] fwbr509i1: port 2(tap509i1) entered forwarding state +[245947.350531] audit: type=1400 audit(1785184466.531:2949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[245947.352769] audit: type=1400 audit(1785184466.533:2950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[245947.423360] audit: type=1400 audit(1785184466.604:2951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[246240.775564] audit: type=1400 audit(1785184759.954:2952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[246240.777676] audit: type=1400 audit(1785184759.956:2953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[246240.843509] audit: type=1400 audit(1785184760.022:2954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[246510.626638] audit: type=1400 audit(1785185029.804:2955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[246510.628817] audit: type=1400 audit(1785185029.806:2956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[246510.697600] audit: type=1400 audit(1785185029.875:2957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[246768.201908] audit: type=1400 audit(1785185287.377:2958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[246768.204189] audit: type=1400 audit(1785185287.379:2959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[246768.268746] audit: type=1400 audit(1785185287.444:2960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[247012.510004] audit: type=1400 audit(1785185531.684:2961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[247012.511848] audit: type=1400 audit(1785185531.685:2962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[247012.573407] audit: type=1400 audit(1785185531.747:2963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[247246.047560] audit: type=1400 audit(1785185765.220:2964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[247246.049662] audit: type=1400 audit(1785185765.222:2965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[247246.111551] audit: type=1400 audit(1785185765.284:2966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[247535.850312] audit: type=1400 audit(1785186055.020:2967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[247535.852564] audit: type=1400 audit(1785186055.023:2968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[247535.923818] audit: type=1400 audit(1785186055.094:2969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[247774.557927] audit: type=1400 audit(1785186293.727:2970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[247774.560040] audit: type=1400 audit(1785186293.729:2971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[247774.620168] audit: type=1400 audit(1785186293.789:2972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[248023.073853] audit: type=1400 audit(1785186542.241:2973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[248023.076003] audit: type=1400 audit(1785186542.243:2974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[248023.139777] audit: type=1400 audit(1785186542.307:2975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[248276.126223] audit: type=1400 audit(1785186795.292:2976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[248276.128454] audit: type=1400 audit(1785186795.294:2977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[248276.202920] audit: type=1400 audit(1785186795.368:2978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[248565.604564] audit: type=1400 audit(1785187084.769:2979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[248565.606572] audit: type=1400 audit(1785187084.770:2980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[248565.664911] audit: type=1400 audit(1785187084.829:2981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[248865.600376] audit: type=1400 audit(1785187384.762:2982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[248865.602599] audit: type=1400 audit(1785187384.764:2983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[248865.669732] audit: type=1400 audit(1785187384.831:2984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[249129.497902] audit: type=1400 audit(1785187648.658:2985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[249129.499937] audit: type=1400 audit(1785187648.660:2986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[249129.564404] audit: type=1400 audit(1785187648.724:2987): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[249357.020625] audit: type=1400 audit(1785187876.179:2988): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[249357.022725] audit: type=1400 audit(1785187876.181:2989): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[249357.095520] audit: type=1400 audit(1785187876.254:2990): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[249591.883140] audit: type=1400 audit(1785188111.040:2991): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[249591.885303] audit: type=1400 audit(1785188111.042:2992): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[249591.940818] audit: type=1400 audit(1785188111.098:2993): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[249878.620736] audit: type=1400 audit(1785188397.776:2994): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[249878.621653] audit: type=1400 audit(1785188397.777:2995): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[249878.684153] audit: type=1400 audit(1785188397.839:2996): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[250129.481870] audit: type=1400 audit(1785188648.635:2997): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[250129.484083] audit: type=1400 audit(1785188648.637:2998): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[250129.545597] audit: type=1400 audit(1785188648.699:2999): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[250407.052121] audit: type=1400 audit(1785188926.204:3000): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[250407.053905] audit: type=1400 audit(1785188926.205:3001): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[250407.121942] audit: type=1400 audit(1785188926.273:3002): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[250706.088694] audit: type=1400 audit(1785189225.238:3003): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[250706.091239] audit: type=1400 audit(1785189225.241:3004): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[250706.157167] audit: type=1400 audit(1785189225.307:3005): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[250968.852621] audit: type=1400 audit(1785189488.000:3006): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[250968.854718] audit: type=1400 audit(1785189488.003:3007): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[250968.918694] audit: type=1400 audit(1785189488.067:3008): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[251210.426278] audit: type=1400 audit(1785189729.573:3009): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[251210.428386] audit: type=1400 audit(1785189729.575:3010): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[251210.488506] audit: type=1400 audit(1785189729.635:3011): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[251454.201943] audit: type=1400 audit(1785189973.347:3012): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[251454.203922] audit: type=1400 audit(1785189973.349:3013): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[251454.282457] audit: type=1400 audit(1785189973.427:3014): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[251682.624331] audit: type=1400 audit(1785190201.768:3015): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[251682.626093] audit: type=1400 audit(1785190201.769:3016): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[251682.702213] audit: type=1400 audit(1785190201.845:3017): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[251977.586215] audit: type=1400 audit(1785190496.727:3018): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[251977.589903] audit: type=1400 audit(1785190496.731:3019): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[251977.654056] audit: type=1400 audit(1785190496.795:3020): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[252269.755250] audit: type=1400 audit(1785190788.895:3021): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[252269.757364] audit: type=1400 audit(1785190788.896:3022): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[252269.815558] audit: type=1400 audit(1785190788.954:3023): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[252531.475954] audit: type=1400 audit(1785191050.614:3024): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[252531.478214] audit: type=1400 audit(1785191050.616:3025): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[252531.545018] audit: type=1400 audit(1785191050.683:3026): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[252786.523505] audit: type=1400 audit(1785191305.660:3027): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[252786.525777] audit: type=1400 audit(1785191305.662:3028): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[252786.591477] audit: type=1400 audit(1785191305.727:3029): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[253045.471888] audit: type=1400 audit(1785191564.606:3030): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[253045.474097] audit: type=1400 audit(1785191564.608:3031): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[253045.537843] audit: type=1400 audit(1785191564.672:3032): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[253279.252748] audit: type=1400 audit(1785191798.386:3033): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[253279.254983] audit: type=1400 audit(1785191798.388:3034): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[253279.334445] audit: type=1400 audit(1785191798.467:3035): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[253534.556394] audit: type=1400 audit(1785192053.688:3036): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[253534.558358] audit: type=1400 audit(1785192053.690:3037): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[253534.629107] audit: type=1400 audit(1785192053.760:3038): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[253822.449748] audit: type=1400 audit(1785192341.579:3039): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[253822.451878] audit: type=1400 audit(1785192341.581:3040): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[253822.515942] audit: type=1400 audit(1785192341.645:3041): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[254069.395974] audit: type=1400 audit(1785192588.524:3042): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[254069.398039] audit: type=1400 audit(1785192588.526:3043): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[254069.470799] audit: type=1400 audit(1785192588.598:3044): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[254330.830336] audit: type=1400 audit(1785192849.956:3045): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[254330.832513] audit: type=1400 audit(1785192849.959:3046): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[254330.900082] audit: type=1400 audit(1785192850.026:3047): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[254611.731482] audit: type=1400 audit(1785193130.856:3048): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[254611.733588] audit: type=1400 audit(1785193130.858:3049): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[254611.804690] audit: type=1400 audit(1785193130.929:3050): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[254844.460049] audit: type=1400 audit(1785193363.583:3051): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[254844.462252] audit: type=1400 audit(1785193363.585:3052): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[254844.526162] audit: type=1400 audit(1785193363.649:3053): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[255091.435714] audit: type=1400 audit(1785193610.557:3054): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[255091.437862] audit: type=1400 audit(1785193610.559:3055): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[255091.505690] audit: type=1400 audit(1785193610.627:3056): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[255392.807648] audit: type=1400 audit(1785193911.927:3057): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[255392.809844] audit: type=1400 audit(1785193911.929:3058): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[255392.876082] audit: type=1400 audit(1785193911.995:3059): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[255644.610279] audit: type=1400 audit(1785194163.728:3060): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[255644.612553] audit: type=1400 audit(1785194163.730:3061): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[255644.680582] audit: type=1400 audit(1785194163.798:3062): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[255911.627083] audit: type=1400 audit(1785194430.743:3063): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[255911.628893] audit: type=1400 audit(1785194430.744:3064): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[255911.700340] audit: type=1400 audit(1785194430.816:3065): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[256184.600900] audit: type=1400 audit(1785194703.715:3066): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[256184.603148] audit: type=1400 audit(1785194703.717:3067): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[256184.669312] audit: type=1400 audit(1785194703.783:3068): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[256441.774255] audit: type=1400 audit(1785194960.886:3069): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[256441.776450] audit: type=1400 audit(1785194960.889:3070): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[256441.839488] audit: type=1400 audit(1785194960.952:3071): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[256724.107608] audit: type=1400 audit(1785195243.218:3072): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[256724.109741] audit: type=1400 audit(1785195243.220:3073): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[256724.173612] audit: type=1400 audit(1785195243.284:3074): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[256974.261100] audit: type=1400 audit(1785195493.370:3075): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[256974.264898] audit: type=1400 audit(1785195493.374:3076): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[256974.326830] audit: type=1400 audit(1785195493.435:3077): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[257260.354854] audit: type=1400 audit(1785195779.462:3078): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[257260.357078] audit: type=1400 audit(1785195779.464:3079): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[257260.428290] audit: type=1400 audit(1785195779.535:3080): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[257497.099934] audit: type=1400 audit(1785196016.205:3081): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[257497.101984] audit: type=1400 audit(1785196016.207:3082): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[257497.163586] audit: type=1400 audit(1785196016.269:3083): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[257729.886938] audit: type=1400 audit(1785196248.991:3084): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[257729.889087] audit: type=1400 audit(1785196248.993:3085): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[257729.958464] audit: type=1400 audit(1785196249.062:3086): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[257987.083371] audit: type=1400 audit(1785196506.185:3087): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[257987.085604] audit: type=1400 audit(1785196506.188:3088): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[257987.144736] audit: type=1400 audit(1785196506.247:3089): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[258242.054921] audit: type=1400 audit(1785196761.155:3090): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[258242.057121] audit: type=1400 audit(1785196761.158:3091): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[258242.114620] audit: type=1400 audit(1785196761.215:3092): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[258483.895829] audit: type=1400 audit(1785197002.995:3093): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[258483.897735] audit: type=1400 audit(1785197002.997:3094): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[258483.966655] audit: type=1400 audit(1785197003.065:3095): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[258736.860314] audit: type=1400 audit(1785197255.958:3096): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[258736.862429] audit: type=1400 audit(1785197255.960:3097): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[258736.927691] audit: type=1400 audit(1785197256.025:3098): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[258987.849078] audit: type=1400 audit(1785197506.945:3099): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[258987.851346] audit: type=1400 audit(1785197506.947:3100): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[258987.914055] audit: type=1400 audit(1785197507.010:3101): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[259253.325801] audit: type=1400 audit(1785197772.420:3102): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[259253.327763] audit: type=1400 audit(1785197772.422:3103): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[259253.391791] audit: type=1400 audit(1785197772.486:3104): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[259485.635181] audit: type=1400 audit(1785198004.728:3105): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[259485.637851] audit: type=1400 audit(1785198004.730:3106): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[259485.702139] audit: type=1400 audit(1785198004.795:3107): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[259747.815593] audit: type=1400 audit(1785198266.906:3108): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[259747.817910] audit: type=1400 audit(1785198266.909:3109): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[259747.888458] audit: type=1400 audit(1785198266.979:3110): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[260046.564907] audit: type=1400 audit(1785198565.654:3111): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[260046.567030] audit: type=1400 audit(1785198565.656:3112): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[260046.632062] audit: type=1400 audit(1785198565.721:3113): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[260327.194584] audit: type=1400 audit(1785198846.282:3114): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[260327.196710] audit: type=1400 audit(1785198846.284:3115): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[260327.267238] audit: type=1400 audit(1785198846.354:3116): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[260604.847514] audit: type=1400 audit(1785199123.933:3117): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[260604.849906] audit: type=1400 audit(1785199123.935:3118): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[260604.909818] audit: type=1400 audit(1785199123.995:3119): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[260844.942734] audit: type=1400 audit(1785199364.026:3120): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[260844.944743] audit: type=1400 audit(1785199364.028:3121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[260845.013352] audit: type=1400 audit(1785199364.097:3122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[261073.019967] audit: type=1400 audit(1785199592.102:3123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[261073.021872] audit: type=1400 audit(1785199592.104:3124): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[261073.083272] audit: type=1400 audit(1785199592.166:3125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[261326.537467] audit: type=1400 audit(1785199845.618:3126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[261326.539597] audit: type=1400 audit(1785199845.620:3127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[261326.601309] audit: type=1400 audit(1785199845.682:3128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[261571.325487] audit: type=1400 audit(1785200090.405:3129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[261571.327344] audit: type=1400 audit(1785200090.407:3130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[261571.396322] audit: type=1400 audit(1785200090.475:3131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[261844.371919] audit: type=1400 audit(1785200363.449:3132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[261844.374163] audit: type=1400 audit(1785200363.452:3133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[261844.448695] audit: type=1400 audit(1785200363.526:3134): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[262135.029622] audit: type=1400 audit(1785200654.105:3135): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[262135.031737] audit: type=1400 audit(1785200654.107:3136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[262135.092008] audit: type=1400 audit(1785200654.168:3137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[262369.394707] audit: type=1400 audit(1785200888.469:3138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[262369.396887] audit: type=1400 audit(1785200888.471:3139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[262369.461201] audit: type=1400 audit(1785200888.535:3140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[262668.163016] audit: type=1400 audit(1785201187.235:3141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[262668.165365] audit: type=1400 audit(1785201187.238:3142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[262668.229270] audit: type=1400 audit(1785201187.302:3143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[262937.591872] audit: type=1400 audit(1785201456.662:3144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[262937.593141] audit: type=1400 audit(1785201456.664:3145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[262937.664880] audit: type=1400 audit(1785201456.735:3146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[263224.439076] audit: type=1400 audit(1785201743.508:3147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[263224.441192] audit: type=1400 audit(1785201743.510:3148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[263224.508745] audit: type=1400 audit(1785201743.578:3149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[263501.157902] audit: type=1400 audit(1785202020.225:3150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[263501.160480] audit: type=1400 audit(1785202020.227:3151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[263501.226018] audit: type=1400 audit(1785202020.293:3152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[263755.660712] audit: type=1400 audit(1785202274.726:3153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[263755.662646] audit: type=1400 audit(1785202274.728:3154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[263755.729622] audit: type=1400 audit(1785202274.794:3155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[263995.032515] audit: type=1400 audit(1785202514.096:3156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[263995.034779] audit: type=1400 audit(1785202514.099:3157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[263995.090819] audit: type=1400 audit(1785202514.155:3158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[264259.150425] audit: type=1400 audit(1785202778.213:3159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[264259.152679] audit: type=1400 audit(1785202778.215:3160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[264259.210290] audit: type=1400 audit(1785202778.273:3161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[264544.267620] audit: type=1400 audit(1785203063.329:3162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[264544.269457] audit: type=1400 audit(1785203063.331:3163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[264544.328090] audit: type=1400 audit(1785203063.388:3164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[264786.327523] audit: type=1400 audit(1785203305.386:3165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[264786.331388] audit: type=1400 audit(1785203305.390:3166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[264786.389804] audit: type=1400 audit(1785203305.449:3167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[265027.361245] audit: type=1400 audit(1785203546.419:3168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[265027.363191] audit: type=1400 audit(1785203546.421:3169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[265027.426375] audit: type=1400 audit(1785203546.484:3170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[265321.181576] audit: type=1400 audit(1785203840.237:3171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[265321.183429] audit: type=1400 audit(1785203840.239:3172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[265321.245114] audit: type=1400 audit(1785203840.301:3173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[265613.696732] audit: type=1400 audit(1785204132.751:3174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[265613.698600] audit: type=1400 audit(1785204132.752:3175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[265613.764228] audit: type=1400 audit(1785204132.818:3176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[265895.407847] audit: type=1400 audit(1785204414.460:3177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[265895.410164] audit: type=1400 audit(1785204414.462:3178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[265895.473276] audit: type=1400 audit(1785204414.525:3179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[266152.326331] audit: type=1400 audit(1785204671.378:3180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[266152.328473] audit: type=1400 audit(1785204671.380:3181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[266152.392747] audit: type=1400 audit(1785204671.444:3182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[266442.078953] audit: type=1400 audit(1785204961.128:3183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[266442.081140] audit: type=1400 audit(1785204961.130:3184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[266442.152669] audit: type=1400 audit(1785204961.201:3185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[266673.604477] audit: type=1400 audit(1785205192.652:3186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[266673.606182] audit: type=1400 audit(1785205192.653:3187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[266673.672812] audit: type=1400 audit(1785205192.720:3188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[266917.876278] audit: type=1400 audit(1785205436.922:3189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[266917.878454] audit: type=1400 audit(1785205436.924:3190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[266917.950188] audit: type=1400 audit(1785205436.996:3191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[267145.580845] audit: type=1400 audit(1785205664.625:3192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[267145.582948] audit: type=1400 audit(1785205664.627:3193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[267145.645345] audit: type=1400 audit(1785205664.690:3194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[267392.699918] audit: type=1400 audit(1785205911.743:3195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[267392.701838] audit: type=1400 audit(1785205911.745:3196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[267392.781919] audit: type=1400 audit(1785205911.825:3197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[267655.567394] audit: type=1400 audit(1785206174.608:3198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[267655.569483] audit: type=1400 audit(1785206174.610:3199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[267655.641440] audit: type=1400 audit(1785206174.682:3200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[267918.345073] audit: type=1400 audit(1785206437.384:3201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[267918.347422] audit: type=1400 audit(1785206437.387:3202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[267918.410895] audit: type=1400 audit(1785206437.450:3203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[268213.557403] audit: type=1400 audit(1785206732.595:3204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[268213.561437] audit: type=1400 audit(1785206732.599:3205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[268213.623694] audit: type=1400 audit(1785206732.661:3206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[268477.723019] audit: type=1400 audit(1785206996.759:3207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[268477.724939] audit: type=1400 audit(1785206996.761:3208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[268477.792766] audit: type=1400 audit(1785206996.828:3209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none --- cpu MHz (live snapshot) $ grep -c ^processor /proc/cpuinfo @@ -4462,13 +5584,13 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 94Gi 32Gi 62Gi 54Mi 635Mi 62Gi +Mem: 94Gi 34Gi 42Gi 55Mi 18Gi 59Gi Swap: 8.0Gi 0B 8.0Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 101246885888 34586451968 66928066560 57647104 665911296 66660433920 +Mem: 101246885888 37028061184 45251768320 57671680 20042473472 64218824704 Swap: 8589930496 0 8589930496 --- swapon @@ -4479,26 +5601,26 @@ NAME TYPE SIZE USED PRIO --- /proc/meminfo highlights $ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo MemTotal: 98873912 kB -MemFree: 65359440 kB -MemAvailable: 65098080 kB -Buffers: 64684 kB -Cached: 529704 kB +MemFree: 44190824 kB +MemAvailable: 62713340 kB +Buffers: 1427784 kB +Cached: 17601212 kB SwapTotal: 8388604 kB SwapFree: 8388604 kB -Dirty: 4568 kB -Writeback: 0 kB -AnonPages: 32151856 kB -Mapped: 216388 kB -Shmem: 56296 kB -Slab: 242996 kB -SReclaimable: 55916 kB -SUnreclaim: 187080 kB -KernelStack: 8956 kB -PageTables: 84844 kB -SecPageTables: 19632 kB +Dirty: 4416 kB +Writeback: 40 kB +AnonPages: 34320368 kB +Mapped: 231728 kB +Shmem: 56320 kB +Slab: 736768 kB +SReclaimable: 543736 kB +SUnreclaim: 193032 kB +KernelStack: 9368 kB +PageTables: 88880 kB +SecPageTables: 20812 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 30382080 kB +AnonHugePages: 32497664 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB @@ -4523,129 +5645,131 @@ DirectMap1G: 75497472 kB --- slab top (top 20) $ slabtop -o -s c - Active / Total Objects (% used) : 706436 / 824928 (85.6%) - Active / Total Slabs (% used) : 20787 / 20787 (100.0%) - Active / Total Caches (% used) : 371 / 471 (78.8%) - Active / Total Size (% used) : 145231.62K / 178298.26K (81.5%) - Minimum / Average / Maximum Object : 0.01K / 0.22K / 16.00K + Active / Total Objects (% used) : 5481603 / 5502619 (99.6%) + Active / Total Slabs (% used) : 139135 / 139135 (100.0%) + Active / Total Caches (% used) : 372 / 471 (79.0%) + Active / Total Size (% used) : 661767.23K / 667436.73K (99.2%) + Minimum / Average / Maximum Object : 0.01K / 0.12K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME - 25396 9009 35% 0.57K 907 28 14512K radix_tree_node - 26080 4254 16% 0.50K 815 32 13040K kmalloc-rnd-04-512 - 64020 63707 99% 0.13K 2134 30 8536K kernfs_node_cache - 70551 27296 38% 0.10K 1809 39 7236K buffer_head - 6438 4815 74% 1.10K 222 29 7104K ext4_inode_cache - 621 587 94% 10.12K 207 3 6624K task_struct - 33243 33243 100% 0.19K 1583 21 6332K dentry - 29883 29585 99% 0.19K 1423 21 5692K vm_area_struct +4525638 4525638 100% 0.10K 116042 39 464168K buffer_head + 47992 47992 100% 0.57K 1714 28 27424K radix_tree_node + 13456 13456 100% 1.10K 464 29 14848K ext4_inode_cache + 25760 23957 93% 0.50K 805 32 12880K kmalloc-rnd-04-512 + 64140 63973 99% 0.13K 2138 30 8552K kernfs_node_cache + 43617 43617 100% 0.19K 2077 21 8308K dentry + 630 622 98% 10.12K 210 3 6720K task_struct +169116 169116 100% 0.04K 1658 102 6632K extent_status + 30723 29703 96% 0.19K 1463 21 5852K vm_area_struct 8325 8325 100% 0.62K 333 25 5328K inode_cache 28808 28808 100% 0.15K 1108 26 4432K ext4_groupinfo_4k - 6003 5897 98% 0.69K 261 23 4176K proc_inode_cache - 3456 3389 98% 1.00K 108 32 3456K iommu_iova_magazine - 31280 26318 84% 0.09K 680 46 2720K lsm_inode_cache - 3020 2691 89% 0.77K 151 20 2416K shmem_inode_cache - 3250 3210 98% 0.63K 130 25 2080K debugfs_inode_cache - 19890 19379 97% 0.10K 510 39 2040K anon_vma - 456 456 100% 4.00K 57 8 1824K kmalloc-rnd-04-4k - 880 773 87% 2.00K 55 16 1760K kmalloc-cg-2k - 27904 25792 92% 0.06K 436 64 1744K anon_vma_chain - 832 784 94% 2.00K 52 16 1664K kmalloc-rnd-12-2k - 5792 2464 42% 0.25K 181 32 1448K kmalloc-rnd-04-256 - 2880 2732 94% 0.50K 90 32 1440K kmalloc-512 - 5664 2516 44% 0.25K 177 32 1416K skbuff_head_cache - 7308 5027 68% 0.19K 348 21 1392K kmalloc-rnd-04-192 - 344 332 96% 4.00K 43 8 1376K kmalloc-cg-4k - 7119 6909 97% 0.19K 339 21 1356K filp - 555 495 89% 2.06K 37 15 1184K sighand_cache - 288 264 91% 4.00K 36 8 1152K kmalloc-rnd-14-4k - 4576 3668 80% 0.25K 143 32 1144K maple_node - 17920 15175 84% 0.06K 280 64 1120K dmaengine-unmap-2 - 6138 5628 91% 0.18K 279 22 1116K kvm_mmu_page_header - 1287 1103 85% 0.81K 33 39 1056K sock_inode_cache - 924 866 93% 1.12K 33 28 1056K signal_cache - 528 528 100% 2.00K 33 16 1056K kmalloc-2k - 96 96 100% 8.94K 32 3 1024K kvm_vcpu - 1472 1406 95% 0.69K 64 23 1024K skbuff_small_head - 240 196 81% 4.00K 30 8 960K biovec-max - 928 733 78% 1.00K 29 32 928K kmalloc-cg-1k - 22338 22338 100% 0.04K 219 102 876K extent_status - 216 216 100% 4.00K 27 8 864K kmalloc-rnd-07-4k - 12928 7954 61% 0.06K 202 64 808K kmalloc-cg-64 - 230 220 95% 3.16K 23 10 736K kcopyd_job + 5865 5659 96% 0.69K 255 23 4080K proc_inode_cache + 3456 3340 96% 1.00K 108 32 3456K iommu_iova_magazine + 34638 34638 100% 0.09K 753 46 3012K lsm_inode_cache + 15400 15400 100% 0.16K 616 25 2464K dm_bufio_buffer-16-1 + 3020 2689 89% 0.77K 151 20 2416K shmem_inode_cache + 544 544 100% 4.00K 68 8 2176K kmalloc-rnd-13-4k + 528 528 100% 4.00K 66 8 2112K kmalloc-rnd-04-4k + 20202 19448 96% 0.10K 518 39 2072K anon_vma + 3225 3143 97% 0.63K 129 25 2064K debugfs_inode_cache + 27840 25758 92% 0.06K 435 64 1740K anon_vma_chain + 864 760 87% 2.00K 54 16 1728K kmalloc-cg-2k + 848 825 97% 2.00K 53 16 1696K kmalloc-rnd-12-2k + 424 424 100% 4.00K 53 8 1696K kmalloc-rnd-07-4k + 5792 3508 60% 0.25K 181 32 1448K kmalloc-rnd-04-256 + 2880 2880 100% 0.50K 90 32 1440K kmalloc-512 + 344 334 97% 4.00K 43 8 1376K kmalloc-cg-4k + 688 631 91% 2.00K 43 16 1376K kmalloc-2k + 7203 5479 76% 0.19K 343 21 1372K kmalloc-rnd-04-192 + 21632 21575 99% 0.06K 338 64 1352K dmaengine-unmap-2 + 7056 6888 97% 0.19K 336 21 1344K filp + 540 488 90% 2.06K 36 15 1152K sighand_cache + 288 282 97% 4.00K 36 8 1152K kmalloc-rnd-14-4k + 4576 3612 78% 0.25K 143 32 1144K maple_node + 18304 17998 98% 0.06K 286 64 1144K kmalloc-cg-64 + 1587 1553 97% 0.69K 69 23 1104K skbuff_small_head + 5874 5804 98% 0.18K 267 22 1068K kvm_mmu_page_header + 99 99 100% 8.94K 33 3 1056K kvm_vcpu + 1287 1179 91% 0.81K 33 39 1056K sock_inode_cache + 924 840 90% 1.12K 33 28 1056K signal_cache + 240 212 88% 4.00K 30 8 960K biovec-max + 928 745 80% 1.00K 29 32 928K kmalloc-cg-1k + 216 174 80% 4.00K 27 8 864K kmalloc-4k + 884 714 80% 0.94K 26 34 832K nfs_read_data + 1536 1430 93% 0.50K 48 32 768K pool_workqueue + 230 188 81% 3.16K 23 10 736K kcopyd_job 88 88 100% 8.00K 22 4 704K kmalloc-rnd-11-8k - 1376 1285 93% 0.50K 43 32 688K pool_workqueue - 1344 1291 96% 0.50K 42 32 672K kmalloc-cg-512 - 168 160 95% 4.00K 21 8 672K kmalloc-rnd-15-4k - 168 168 100% 4.00K 21 8 672K kmalloc-rnd-12-4k - 680 544 80% 0.94K 20 34 640K nfs_read_data + 1344 1268 94% 0.50K 42 32 672K kmalloc-cg-512 + 7056 7056 100% 0.09K 168 42 672K kmalloc-cg-96 + 168 155 92% 4.00K 21 8 672K kmalloc-rnd-12-4k + 320 280 87% 2.00K 20 16 640K biovec-128 80 80 100% 8.00K 20 4 640K kmalloc-rnd-09-8k 160 160 100% 4.00K 20 8 640K kmalloc-rnd-09-4k - 304 304 100% 2.00K 19 16 608K biovec-128 - 152 152 100% 4.00K 19 8 608K kmalloc-rnd-06-4k + 160 160 100% 4.00K 20 8 640K kmalloc-rnd-06-4k + 152 119 78% 4.00K 19 8 608K kmalloc-rnd-15-4k + 2336 2129 91% 0.25K 73 32 584K skbuff_head_cache 72 72 100% 8.00K 18 4 576K kmalloc-rnd-02-8k - 144 144 100% 4.00K 18 8 576K kmalloc-4k 238 238 100% 2.19K 17 14 544K mem_cgroup - 136 82 60% 4.00K 17 8 544K kmalloc-rnd-13-4k 68 68 100% 8.00K 17 4 544K kmalloc-rnd-12-8k - 7448 6369 85% 0.07K 133 56 532K vmap_area - 3872 3742 96% 0.12K 121 32 484K eventpoll_epi + 7392 6502 87% 0.07K 132 56 528K vmap_area + 4608 4461 96% 0.11K 128 36 512K ext4_prealloc_space + 64 64 100% 8.00K 16 4 512K kmalloc-cg-8k + 1024 965 94% 0.50K 32 32 512K kmalloc-rnd-06-512 + 4000 3976 99% 0.12K 125 32 500K eventpoll_epi + 195 195 100% 2.38K 15 13 480K TCP 255 255 100% 1.88K 15 17 480K mem_cgroup_per_node 120 120 100% 4.00K 15 8 480K names_cache - 60 60 100% 8.00K 15 4 480K kmalloc-cg-8k + 315 315 100% 1.50K 15 21 480K mm_struct 480 480 100% 1.00K 15 32 480K kmalloc-rnd-10-1k 480 480 100% 1.00K 15 32 480K kmalloc-rnd-02-1k 480 480 100% 1.00K 15 32 480K kmalloc-rnd-01-1k - 4788 4788 100% 0.09K 114 42 456K trace_event_file - 1792 1792 100% 0.25K 56 32 448K io_kiocb - 896 896 100% 0.50K 28 32 448K kmalloc-rnd-13-512 - 864 832 96% 0.50K 27 32 432K kmalloc-rnd-06-512 - 7811 7811 100% 0.05K 107 73 428K ftrace_event_field + 928 928 100% 0.50K 29 32 464K kmalloc-rnd-13-512 + 4620 4620 100% 0.09K 110 42 440K trace_event_file + 1728 1728 100% 0.25K 54 32 432K io_kiocb + 7884 7884 100% 0.05K 108 73 432K ftrace_event_field + 52 52 100% 8.00K 13 4 416K kmalloc-rnd-15-8k 416 416 100% 1.00K 13 32 416K kmalloc-rnd-13-1k 208 208 100% 2.00K 13 16 416K kmalloc-rnd-10-2k 52 52 100% 8.00K 13 4 416K kmalloc-rnd-06-8k 384 384 100% 1.00K 12 32 384K kmalloc-rnd-15-1k 48 48 100% 8.00K 12 4 384K kmalloc-rnd-14-8k 192 192 100% 2.00K 12 16 384K kmalloc-rnd-07-2k - 231 231 100% 1.50K 11 21 352K mm_struct - 44 44 100% 8.00K 11 4 352K kmalloc-rnd-15-8k + 264 217 82% 1.31K 11 24 352K perf_event 352 352 100% 1.00K 11 32 352K kmalloc-rnd-12-1k + 176 176 100% 2.00K 11 16 352K kmalloc-rnd-09-2k 352 352 100% 1.00K 11 32 352K kmalloc-rnd-07-1k 352 352 100% 1.00K 11 32 352K kmalloc-rnd-06-1k - 1806 1647 91% 0.19K 86 21 344K pid + 1827 1669 91% 0.19K 87 21 348K pid + 1376 1316 95% 0.25K 43 32 344K kmalloc-rnd-12-256 + 1344 1243 92% 0.25K 42 32 336K nf_conntrack + 882 839 95% 0.38K 42 21 336K mnt_cache 672 672 100% 0.50K 21 32 336K kmalloc-rnd-11-512 - 2952 2680 90% 0.11K 82 36 328K ext4_prealloc_space - 3402 3256 95% 0.09K 81 42 324K kmalloc-rnd-14-96 + 3402 3310 97% 0.09K 81 42 324K kmalloc-rnd-14-96 120 120 100% 2.61K 10 12 320K x86_emulator 260 260 100% 1.19K 10 26 320K RAWv6 - 840 791 94% 0.38K 40 21 320K mnt_cache - 240 240 100% 1.31K 10 24 320K perf_event - 160 160 100% 2.00K 10 16 320K kmalloc-rnd-09-2k + 160 160 100% 2.00K 10 16 320K kmalloc-rnd-14-2k + 40 40 100% 8.00K 10 4 320K kmalloc-rnd-13-8k 320 320 100% 1.00K 10 32 320K kmalloc-rnd-08-1k + 320 320 100% 1.00K 10 32 320K kmalloc-rnd-04-1k 40 40 100% 8.00K 10 4 320K kmalloc-8k - 1248 1248 100% 0.25K 39 32 312K kmalloc-rnd-12-256 9856 9216 93% 0.03K 77 128 308K kmalloc-rnd-01-32 608 608 100% 0.50K 19 32 304K kmalloc-rnd-08-512 - 1184 1180 99% 0.25K 37 32 296K nf_conntrack + 252 252 100% 1.14K 9 28 288K nfs_inode_cache 288 288 100% 1.00K 9 32 288K RAW - 117 117 100% 2.38K 9 13 288K TCP - 144 144 100% 2.00K 9 16 288K kmalloc-rnd-14-2k 288 288 100% 1.00K 9 32 288K kmalloc-rnd-14-1k - 36 36 100% 8.00K 9 4 288K kmalloc-rnd-13-8k 144 144 100% 2.00K 9 16 288K kmalloc-rnd-13-2k 72 72 100% 4.00K 9 8 288K kmalloc-rnd-11-4k 36 36 100% 8.00K 9 4 288K kmalloc-rnd-10-8k 144 144 100% 2.00K 9 16 288K kmalloc-rnd-03-2k 288 288 100% 1.00K 9 32 288K kmalloc-rnd-03-1k 72 72 100% 4.00K 9 8 288K kmalloc-rnd-02-4k - 1085 961 88% 0.26K 35 31 280K tw_sock_TCP + 576 576 100% 0.50K 18 32 288K kmalloc-rnd-02-512 2898 2898 100% 0.09K 69 42 276K kmalloc-rnd-01-96 - 544 544 100% 0.50K 17 32 272K kmalloc-rnd-02-512 - 2814 2814 100% 0.09K 67 42 268K kmalloc-rnd-06-96 1221 1221 100% 0.21K 33 37 264K nfs_direct_cache - 224 224 100% 1.14K 8 28 256K nfs_inode_cache 184 184 100% 1.38K 8 23 256K UDPv6 96 96 100% 2.56K 8 12 256K TCPv6 288 288 100% 0.88K 8 36 256K fuse_inode + 256 256 100% 1.00K 8 32 256K PING 208 208 100% 1.19K 8 26 256K UDP 312 312 100% 0.81K 8 39 256K dax_cache 256 256 100% 0.98K 8 32 256K request_queue @@ -4654,6 +5778,7 @@ DirectMap1G: 75497472 kB 256 256 100% 1.00K 8 32 256K memdup_user-1k 152 152 100% 1.62K 8 19 256K bdev_cache 128 128 100% 2.00K 8 16 256K kmalloc-rnd-15-2k + 1024 785 76% 0.25K 32 32 256K kmalloc-rnd-14-256 128 128 100% 2.00K 8 16 256K kmalloc-rnd-11-2k 256 256 100% 1.00K 8 32 256K kmalloc-rnd-11-1k 64 64 100% 4.00K 8 8 256K kmalloc-rnd-10-4k @@ -4665,111 +5790,114 @@ DirectMap1G: 75497472 kB 128 128 100% 2.00K 8 16 256K kmalloc-rnd-05-2k 256 256 100% 1.00K 8 32 256K kmalloc-rnd-05-1k 128 128 100% 2.00K 8 16 256K kmalloc-rnd-04-2k - 256 256 100% 1.00K 8 32 256K kmalloc-rnd-04-1k 64 64 100% 4.00K 8 8 256K kmalloc-rnd-03-4k 128 128 100% 2.00K 8 16 256K kmalloc-rnd-02-2k 64 64 100% 4.00K 8 8 256K kmalloc-rnd-01-4k 128 128 100% 2.00K 8 16 256K kmalloc-rnd-01-2k 256 256 100% 1.00K 8 32 256K kmalloc-1k - 1176 1176 100% 0.19K 56 21 224K proc_dir_entry - 896 896 100% 0.25K 28 32 224K kmalloc-rnd-14-256 - 896 849 94% 0.25K 28 32 224K kmalloc-rnd-08-256 - 896 896 100% 0.25K 28 32 224K kmalloc-rnd-05-256 + 1281 1281 100% 0.19K 61 21 244K proc_dir_entry + 345 345 100% 0.69K 15 23 240K files_cache + 960 960 100% 0.25K 30 32 240K kmalloc-rnd-08-256 + 928 928 100% 0.25K 29 32 232K kmalloc-rnd-05-256 + 168 168 100% 1.32K 7 24 224K nfs4_client + 28 28 100% 8.00K 7 4 224K kmalloc-rnd-07-8k 1155 1155 100% 0.19K 55 21 220K kmalloc-cg-192 - 1155 1155 100% 0.19K 55 21 220K kmalloc-rnd-14-192 - 3456 3244 93% 0.06K 54 64 216K kmalloc-64 + 3456 3063 88% 0.06K 54 64 216K kmalloc-64 416 416 100% 0.50K 13 32 208K kmalloc-rnd-15-512 416 416 100% 0.50K 13 32 208K kmalloc-rnd-07-512 - 800 672 84% 0.25K 25 32 200K bio-200 - 8330 7740 92% 0.02K 49 170 196K lsm_file_cache - 24 24 100% 8.00K 6 4 192K kmalloc-rnd-07-8k + 775 775 100% 0.26K 25 31 200K tw_sock_TCP + 8330 7922 95% 0.02K 49 170 196K lsm_file_cache + 3072 3072 100% 0.06K 48 64 192K kmalloc-rnd-15-64 + 2016 1618 80% 0.09K 48 42 192K kmalloc-rnd-06-96 24 24 100% 8.00K 6 4 192K kmalloc-rnd-05-8k 24 24 100% 8.00K 6 4 192K kmalloc-rnd-03-8k - 3008 3008 100% 0.06K 47 64 188K kmalloc-rnd-15-64 - 575 550 95% 0.31K 23 25 184K bio-256 - 11520 11345 98% 0.02K 45 256 180K kmalloc-rnd-02-16 - 1408 1408 100% 0.12K 44 32 176K bio_integrity_data + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-01-8k + 575 454 78% 0.31K 23 25 184K bio-264 + 736 736 100% 0.25K 23 32 184K bio-200 + 1890 1890 100% 0.09K 45 42 180K kmalloc-rcl-96 + 945 945 100% 0.19K 45 21 180K kmalloc-rnd-14-192 + 11520 11172 96% 0.02K 45 256 180K kmalloc-rnd-02-16 264 264 100% 0.65K 11 24 176K tracefs_inode_cache - 253 253 100% 0.69K 11 23 176K files_cache - 5632 5455 96% 0.03K 44 128 176K kmalloc-rnd-02-32 - 1806 1806 100% 0.09K 43 42 172K kmalloc-rcl-96 + 352 352 100% 0.50K 11 32 176K kmalloc-rnd-09-512 + 5632 5450 96% 0.03K 44 128 176K kmalloc-rnd-02-32 + 1376 1376 100% 0.12K 43 32 172K bio_integrity_data + 903 903 100% 0.19K 43 21 172K file_lock_cache + 441 420 95% 0.38K 21 21 168K bio-320 + 525 525 100% 0.31K 21 25 168K bio-256 1344 1219 90% 0.12K 42 32 168K kmalloc-cg-128 1312 1312 100% 0.12K 41 32 164K scsi_sense_cache - 420 415 98% 0.38K 20 21 160K bio-320 - 500 375 75% 0.31K 20 25 160K bio-264 250 250 100% 0.62K 10 25 160K task_group 320 320 100% 0.50K 10 32 160K kmalloc-rnd-12-512 - 320 320 100% 0.50K 10 32 160K kmalloc-rnd-09-512 - 20 20 100% 8.00K 5 4 160K kmalloc-rnd-01-8k 640 640 100% 0.25K 20 32 160K kmem_cache 1184 1184 100% 0.12K 37 32 148K kmalloc-rnd-04-128 - 1512 1428 94% 0.09K 36 42 144K kmalloc-cg-96 + 207 207 100% 0.69K 9 23 144K rpc_inode_cache 288 288 100% 0.50K 9 32 144K kmalloc-rnd-10-512 576 576 100% 0.25K 18 32 144K kmalloc-rnd-02-256 - 1470 1470 100% 0.09K 35 42 140K kmalloc-96 - 850 850 100% 0.16K 34 25 136K dm_bufio_buffer-16-1 - 2176 2129 97% 0.06K 34 64 136K kmalloc-rnd-08-64 + 2176 2040 93% 0.06K 34 64 136K kmalloc-rnd-08-64 + 2176 2176 100% 0.06K 34 64 136K kmalloc-rnd-05-64 544 544 100% 0.25K 17 32 136K kmalloc-256 - 96 96 100% 1.32K 4 24 128K nfs4_client + 1386 1244 89% 0.09K 33 42 132K kmalloc-96 + 272 272 100% 0.46K 8 34 128K nfs4_delegation 224 224 100% 0.56K 8 28 128K kioctx 200 200 100% 0.62K 8 25 128K hugetlbfs_inode_cache 256 256 100% 0.50K 8 32 128K memdup_user-512 232 232 100% 0.55K 8 29 128K taskstats - 1632 1378 84% 0.08K 32 51 128K sigqueue 256 256 100% 0.50K 8 32 128K kmalloc-rnd-14-512 256 256 100% 0.50K 8 32 128K kmalloc-rnd-05-512 256 256 100% 0.50K 8 32 128K kmalloc-rnd-03-512 256 256 100% 0.50K 8 32 128K kmalloc-rnd-01-512 + 1581 1377 87% 0.08K 31 51 124K sigqueue + 651 651 100% 0.19K 31 21 124K kmalloc-rnd-03-192 630 630 100% 0.19K 30 21 120K kmalloc-rnd-06-192 - 1856 1856 100% 0.06K 29 64 116K kmalloc-rnd-05-64 - 161 161 100% 0.69K 7 23 112K rpc_inode_cache 588 588 100% 0.19K 28 21 112K kmalloc-rnd-09-192 1971 1606 81% 0.05K 27 73 108K mb_cache_entry - 567 567 100% 0.19K 27 21 108K kmalloc-rnd-03-192 + 864 864 100% 0.12K 27 32 108K kmalloc-rcl-128 + 1134 1134 100% 0.09K 27 42 108K kmalloc-rnd-09-96 2652 2652 100% 0.04K 26 102 104K khugepaged_mm_slot - 3200 3036 94% 0.03K 25 128 100K kmalloc-cg-32 + 546 546 100% 0.19K 26 21 104K kmalloc-rnd-12-192 + 416 416 100% 0.25K 13 32 104K kmalloc-rnd-09-256 + 3200 2988 93% 0.03K 25 128 100K kmalloc-cg-32 + 800 800 100% 0.12K 25 32 100K kmalloc-128 6 6 100% 16.00K 3 2 96K zio_buf_comb_16384 12 12 100% 8.00K 3 4 96K memdup_user-8k 156 156 100% 0.60K 6 26 96K user_namespace + 15 15 100% 5.81K 3 5 96K net_namespace + 222 222 100% 0.42K 6 37 96K uts_namespace 384 384 100% 0.25K 12 32 96K kmalloc-cg-256 - 384 384 100% 0.25K 12 32 96K kmalloc-rnd-09-256 12 12 100% 8.00K 3 4 96K kmalloc-rnd-04-8k 352 352 100% 0.25K 11 32 88K bio-240 352 352 100% 0.25K 11 32 88K kmalloc-rnd-13-256 - 924 819 88% 0.09K 22 42 88K kmalloc-rnd-09-96 - 672 672 100% 0.12K 21 32 84K kmalloc-128 - 170 170 100% 0.46K 5 34 80K nfs4_delegation - 680 617 90% 0.12K 20 34 80K jbd2_journal_head - 420 420 100% 0.19K 20 21 80K file_lock_cache - 185 185 100% 0.42K 5 37 80K uts_namespace - 320 320 100% 0.25K 10 32 80K kmalloc-rnd-10-256 + 352 352 100% 0.25K 11 32 88K kmalloc-rnd-10-256 + 680 680 100% 0.12K 20 34 80K jbd2_journal_head 399 399 100% 0.19K 19 21 76K jbd2_transaction_s 2432 2432 100% 0.03K 19 128 76K kmalloc-rnd-09-32 - 576 576 100% 0.12K 18 32 72K kmalloc-rcl-128 + 378 378 100% 0.19K 18 21 72K bio-136 288 288 100% 0.25K 9 32 72K kmalloc-rnd-07-256 9216 7680 83% 0.01K 18 512 72K kmalloc-rnd-03-8 288 288 100% 0.25K 9 32 72K kmalloc-rnd-01-256 2176 2176 100% 0.03K 17 128 68K kmalloc-rnd-14-32 + 160 160 100% 0.39K 8 20 64K nfs4_openowner 100 100 100% 0.62K 4 25 64K netfs_request + 208 208 100% 0.30K 8 26 64K btrfs_delayed_node 248 248 100% 0.26K 8 31 64K tw_sock_TCPv6 200 200 100% 0.31K 8 25 64K request_sock_TCP 256 256 100% 0.25K 8 32 64K task_delay_info - 10 10 100% 5.81K 2 5 64K net_namespace 256 256 100% 0.25K 8 32 64K kmalloc-rnd-15-256 - 336 336 100% 0.19K 16 21 64K kmalloc-rnd-12-192 256 256 100% 0.25K 8 32 64K kmalloc-rnd-11-256 8 8 100% 8.00K 2 4 64K kmalloc-rnd-08-8k 256 256 100% 0.25K 8 32 64K kmalloc-rnd-06-256 256 256 100% 0.25K 8 32 64K kmalloc-rnd-03-256 - 315 315 100% 0.19K 15 21 60K bio-136 765 765 100% 0.08K 15 51 60K Acpi-State 1275 1275 100% 0.05K 15 85 60K shared_policy_node + 315 315 100% 0.19K 15 21 60K kmalloc-rnd-08-192 7680 7671 99% 0.01K 15 512 60K kmalloc-rnd-02-8 + 224 224 100% 0.25K 7 32 56K memdup_user-256 448 448 100% 0.12K 14 32 56K kmalloc-rnd-13-128 - 294 294 100% 0.19K 14 21 56K kmalloc-rnd-08-192 + 294 294 100% 0.19K 14 21 56K kmalloc-rnd-07-192 448 448 100% 0.12K 14 32 56K kmalloc-rnd-06-128 896 896 100% 0.06K 14 64 56K kmalloc-rnd-06-64 3584 3584 100% 0.02K 14 256 56K kmalloc-rnd-04-16 + 896 896 100% 0.06K 14 64 56K kmalloc-rnd-03-64 588 588 100% 0.09K 14 42 56K kmalloc-rnd-02-96 1664 1408 84% 0.03K 13 128 52K pending_reservation 832 832 100% 0.06K 13 64 52K kmalloc-rnd-13-64 @@ -4777,45 +5905,45 @@ DirectMap1G: 75497472 kB 1664 1664 100% 0.03K 13 128 52K kmalloc-rnd-11-32 546 546 100% 0.09K 13 42 52K kmalloc-rnd-11-96 832 832 100% 0.06K 13 64 52K kmalloc-rnd-07-64 - 273 273 100% 0.19K 13 21 52K kmalloc-rnd-07-192 1664 1664 100% 0.03K 13 128 52K kmalloc-rnd-06-32 - 832 832 100% 0.06K 13 64 52K kmalloc-rnd-03-64 240 140 58% 0.20K 12 20 48K ip4-frags + 504 504 100% 0.09K 12 42 48K kmalloc-rnd-12-96 768 768 100% 0.06K 12 64 48K kmalloc-rnd-09-64 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-06-16 768 768 100% 0.06K 12 64 48K kmalloc-rnd-02-64 + 1536 1536 100% 0.03K 12 128 48K kmalloc-32 768 768 100% 0.06K 12 64 48K kmem_cache_node 231 231 100% 0.19K 11 21 44K kmalloc-rnd-13-192 - 462 462 100% 0.09K 11 42 44K kmalloc-rnd-12-96 + 462 462 100% 0.09K 11 42 44K kmalloc-rnd-13-96 352 352 100% 0.12K 11 32 44K kmalloc-rnd-08-128 1408 1408 100% 0.03K 11 128 44K kmalloc-rnd-04-32 + 231 231 100% 0.19K 11 21 44K kmalloc-rnd-02-192 231 231 100% 0.19K 11 21 44K kmalloc-rnd-01-192 - 1408 1408 100% 0.03K 11 128 44K kmalloc-32 231 231 100% 0.19K 11 21 44K kmalloc-192 - 100 100 100% 0.39K 5 20 40K nfs4_openowner - 130 130 100% 0.30K 5 26 40K btrfs_delayed_node - 160 160 100% 0.25K 5 32 40K memdup_user-256 420 420 100% 0.09K 10 42 40K kmalloc-rnd-15-96 1280 1280 100% 0.03K 10 128 40K kmalloc-rnd-13-32 - 420 420 100% 0.09K 10 42 40K kmalloc-rnd-13-96 640 640 100% 0.06K 10 64 40K kmalloc-rnd-12-64 420 420 100% 0.09K 10 42 40K kmalloc-rnd-08-96 640 640 100% 0.06K 10 64 40K kmalloc-rnd-04-64 - 210 210 100% 0.19K 10 21 40K kmalloc-rnd-02-192 576 576 100% 0.06K 9 64 36K ext4_io_end 189 189 100% 0.19K 9 21 36K kmalloc-rcl-192 + 189 189 100% 0.19K 9 21 36K kmalloc-rnd-10-192 288 288 100% 0.12K 9 32 36K kmalloc-rnd-07-128 4608 4608 100% 0.01K 9 512 36K kmalloc-rnd-06-8 288 288 100% 0.12K 9 32 36K kmalloc-rnd-05-128 378 378 100% 0.09K 9 42 36K kmalloc-rnd-04-96 288 288 100% 0.12K 9 32 36K kmalloc-rnd-02-128 2304 2304 100% 0.02K 9 256 36K kmalloc-rnd-01-16 + 42 42 100% 0.75K 2 21 32K nfs_commit_data 15 15 100% 2.06K 1 15 32K MPTCPv6 + 176 176 100% 0.18K 8 22 32K ip6-frags 34 34 100% 0.94K 1 34 32K mqueue_inode_cache 184 184 100% 0.17K 8 23 32K fuse_request 192 192 100% 0.16K 8 24 32K ext4_allocation_context 1024 1024 100% 0.03K 8 128 32K xsk_generic_xmit_cache 16 16 100% 1.94K 1 16 32K MPTCP + 680 680 100% 0.05K 8 85 32K ip_fib_trie + 584 584 100% 0.05K 8 73 32K ip_fib_alias 2048 2048 100% 0.02K 8 256 32K ep_head 512 512 100% 0.06K 8 64 32K memdup_user-64 1024 1024 100% 0.03K 8 128 32K memdup_user-32 @@ -4855,7 +5983,6 @@ DirectMap1G: 75497472 kB 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-10-32 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-10-16 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-10-8 - 168 168 100% 0.19K 8 21 32K kmalloc-rnd-10-192 336 336 100% 0.09K 8 42 32K kmalloc-rnd-10-96 256 256 100% 0.12K 8 32 32K kmalloc-rnd-09-128 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-09-16 @@ -4884,16 +6011,12 @@ DirectMap1G: 75497472 kB 4096 4096 100% 0.01K 8 512 32K kmalloc-8 273 273 100% 0.10K 7 39 28K Acpi-ParseExt 126 126 100% 0.19K 6 21 24K bio-176 - 510 510 100% 0.05K 6 85 24K ip_fib_trie - 438 438 100% 0.05K 6 73 24K ip_fib_alias + 60 60 100% 0.38K 3 20 24K request_sock_subflow_v4 252 252 100% 0.09K 6 42 24K memdup_user-96 - 110 110 100% 0.18K 5 22 20K ip6-frags 1280 1280 100% 0.02K 5 256 20K jbd2_revoke_table_s - 21 21 100% 0.75K 1 21 16K nfs_commit_data 36 36 100% 0.44K 1 36 16K bio-384 36 36 100% 0.44K 1 36 16K bio-400 32 32 100% 0.50K 1 32 16K bio-456 - 40 40 100% 0.38K 2 20 16K request_sock_subflow_v4 50 50 100% 0.31K 2 25 16K bio-280 126 126 100% 0.09K 3 42 12K abd_t 34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full @@ -4960,7 +6083,6 @@ DirectMap1G: 75497472 kB 0 0 0% 0.38K 0 20 0K request_sock_subflow_v6 0 0 0% 0.31K 0 25 0K xfrm_dst 0 0 0% 0.81K 0 39 0K xfrm_state - 0 0 0% 1.00K 0 32 0K PING 0 0 0% 0.25K 0 32 0K dquot 0 0 0% 8.00K 0 4 0K msg_msg-8k 0 0 0% 4.00K 0 8 0K msg_msg-4k @@ -5055,7 +6177,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 9223372036854775807 -fs.file-nr = 6563 0 9223372036854775807 +fs.file-nr = 6576 0 9223372036854775807 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -5159,7 +6281,7 @@ net.ipv6.conf.all.disable_ipv6 = 0 --- sysctl.d total 16 drwxr-xr-x 2 root root 4096 Jul 26 15:48 . -drwxr-xr-x 106 root root 4096 Jul 26 16:23 .. +drwxr-xr-x 106 root root 4096 Jul 27 21:49 .. -rw-r--r-- 1 root root 499 Jul 26 15:48 99-perfopt.conf -rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl @@ -5255,7 +6377,7 @@ inactive --- modprobe.d total 20 drwxr-xr-x 2 root root 4096 Jul 26 12:29 . -drwxr-xr-x 106 root root 4096 Jul 26 16:23 .. +drwxr-xr-x 106 root root 4096 Jul 27 21:49 .. -rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf -rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf -rw-r--r-- 1 root root 0 Apr 10 17:33 tuned.conf @@ -5425,11 +6547,11 @@ pvecm expected --- pveperf $ timeout 15 pveperf CPU BOGOMIPS: 38303.76 -REGEX/SECOND: 1502629 +REGEX/SECOND: 1543369 HD SIZE: 93.93 GB (/dev/mapper/pve-root) -BUFFERED READS: 119.91 MB/sec -AVERAGE SEEK TIME: 9.36 ms -FSYNCS/SECOND: 43.90 +BUFFERED READS: 112.63 MB/sec +AVERAGE SEEK TIME: 8.27 ms +FSYNCS/SECOND: 25.62 [exit=124 / not installed or not permitted] --- corosync.conf @@ -5500,11 +6622,11 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host $ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \ | jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \ || pvesh get /cluster/resources --type node 2>/dev/null -┌────────────────┬──────┬─────────────┬─────────┬────────┬───────────┬──────────┬───────────┬─────────┬───────────┬───────┬──────┬────────┬───────────┬───────────┬───────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬────────┬─────────┬──────┬──────────┬────────────┬──────┬───────────┐ -│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ host-arch │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ shared │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ -╞════════════════╪══════╪═════════════╪═════════╪════════╪═══════════╪══════════╪═══════════╪═════════╪═══════════╪═══════╪══════╪════════╪═══════════╪═══════════╪═══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪════════╪═════════╪══════╪══════════╪════════════╪══════╪═══════════╡ -│ node/pfv-tsys5 │ node │ 2 │ │ 11.46% │ 17.11 GiB │ │ │ │ │ │ │ 8 │ 93.93 GiB │ 94.29 GiB │ 32.14 GiB │ │ │ │ │ │ │ pfv-tsys5 │ │ │ │ │ │ online │ │ │ │ 1d 21h 11m │ │ │ -└────────────────┴──────┴─────────────┴─────────┴────────┴───────────┴──────────┴───────────┴─────────┴───────────┴───────┴──────┴────────┴───────────┴───────────┴───────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴────────┴─────────┴──────┴──────────┴────────────┴──────┴───────────┘ +┌────────────────┬──────┬─────────────┬─────────┬────────┬───────────┬──────────┬───────────┬─────────┬───────────┬───────┬──────┬────────┬───────────┬───────────┬───────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬────────┬─────────┬──────┬──────────┬───────────┬──────┬───────────┐ +│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ host-arch │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ shared │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ +╞════════════════╪══════╪═════════════╪═════════╪════════╪═══════════╪══════════╪═══════════╪═════════╪═══════════╪═══════╪══════╪════════╪═══════════╪═══════════╪═══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪════════╪═════════╪══════╪══════════╪═══════════╪══════╪═══════════╡ +│ node/pfv-tsys5 │ node │ 2 │ │ 11.19% │ 17.11 GiB │ │ │ │ │ │ │ 8 │ 93.93 GiB │ 94.29 GiB │ 34.32 GiB │ │ │ │ │ │ │ pfv-tsys5 │ │ │ │ │ │ online │ │ │ │ 3d 2h 35m │ │ │ +└────────────────┴──────┴─────────────┴─────────┴────────┴───────────┴──────────┴───────────┴─────────┴───────────┴───────┴──────┴────────┴───────────┴───────────┴───────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴────────┴─────────┴──────┴──────────┴───────────┴──────┴───────────┘ ############################################################################### # 10. NETWORK: INTERFACES @@ -5518,27 +6640,20 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 60 maxmtu 1500 bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 5 numrxqueues 5 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:06:00.0 altname enx18037343cede -3: nic1: mtu 1500 qdisc fq_codel master bond0 state DOWN mode DEFAULT group default qlen 1000 +3: nic1: mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000 link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 9212 - bond_slave state BACKUP mii_status DOWN link_failure_count 0 perm_hwaddr 00:1b:78:5c:e9:ce queue_id 0 prio 0 ad_aggregator_id 1 ad_actor_oper_port_state 71 ad_actor_oper_port_state_str ad_partner_oper_port_state 0 ad_partner_oper_port_state_str <> addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:22:00.0 + bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 00:1b:78:5c:e9:ce queue_id 0 prio 0 ad_aggregator_id 1 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str ad_partner_oper_port_state 61 ad_partner_oper_port_state_str addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:22:00.0 altname enx001b785ce9ce 4: nic2: mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000 link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff permaddr 00:1b:78:5c:e9:cf promiscuity 1 allmulti 1 minmtu 68 maxmtu 9212 - bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 00:1b:78:5c:e9:cf queue_id 0 prio 0 ad_aggregator_id 2 ad_actor_oper_port_state 79 ad_actor_oper_port_state_str ad_partner_oper_port_state 0 ad_partner_oper_port_state_str <> addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:22:00.1 + bond_slave state BACKUP mii_status UP link_failure_count 5 perm_hwaddr 00:1b:78:5c:e9:cf queue_id 0 prio 0 ad_aggregator_id 2 ad_actor_oper_port_state 69 ad_actor_oper_port_state_str ad_partner_oper_port_state 0 ad_partner_oper_port_state_str <> addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:22:00.1 altname enx001b785ce9cf 5: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 6: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 94.90 fdb_n_learned 94 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 18.1us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -7: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 - link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - bond mode 802.3ad miimon 100 updelay 200 downdelay 200 peer_notify_delay 0 use_carrier 1 arp_interval 0 arp_missed_max 2 arp_validate none arp_all_targets any primary_reselect always fail_over_mac none xmit_hash_policy layer2 resend_igmp 1 num_grat_arp 1 all_slaves_active 0 min_links 0 lp_interval 1 packets_per_slave 1 lacp_active on lacp_rate fast coupled_control on ad_select stable ad_aggregator 2 ad_num_ports 1 ad_actor_key 5 ad_partner_key 1 ad_partner_mac 00:00:00:00:00:00 ad_actor_sys_prio 65535 ad_user_port_key 0 ad_actor_system 00:00:00:00:00:00 tlb_dynamic_lb 1 - bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.0:1b:78:5c:e9:ce designated_root 8000.0:1b:78:5c:e9:ce hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -8: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.0:1b:78:5c:e9:ce designated_root 8000.0:1b:78:5c:e9:ce root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 228.24 fdb_n_learned 10 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 9.71 fdb_n_learned 106 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 14.9us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 11: tap5101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether fa:73:eb:05:e8:8c brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off @@ -5591,36 +6706,6 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host link/ether f2:2e:43:29:9b:ea brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8010 port_no 0x10 designated_port 32784 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -25: tap509i0: mtu 1500 qdisc fq_codel master fwbr509i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 46:21:88:e4:88:8f brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 - tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.62:c4:6:b8:e5:71 designated_root 8000.62:c4:6:b8:e5:71 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -26: fwbr509i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.62:c4:6:b8:e5:71 designated_root 8000.62:c4:6:b8:e5:71 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 99.95 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 28 mcast_querier_ipv4_other_timer 18.1us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -27: fwpr509p0@fwln509i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether ca:aa:93:e0:42:9a brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8012 port_no 0x12 designated_port 32786 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -28: fwln509i0@fwpr509p0: mtu 1500 qdisc noqueue master fwbr509i0 state UP mode DEFAULT group default qlen 1000 - link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.62:c4:6:b8:e5:71 designated_root 8000.62:c4:6:b8:e5:71 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -29: tap509i1: mtu 1500 qdisc fq_codel master fwbr509i1 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether b6:c0:35:b0:04:59 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 - tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.72:0:ce:83:a6:89 designated_root 8000.72:0:ce:83:a6:89 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -30: fwbr509i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.72:0:ce:83:a6:89 designated_root 8000.72:0:ce:83:a6:89 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 85.29 fdb_n_learned 5 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -31: fwpr509p1@fwln509i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 - link/ether d6:51:80:15:1a:4a brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.0:1b:78:5c:e9:ce designated_root 8000.0:1b:78:5c:e9:ce hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -32: fwln509i1@fwpr509p1: mtu 1500 qdisc noqueue master fwbr509i1 state UP mode DEFAULT group default qlen 1000 - link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.72:0:ce:83:a6:89 designated_root 8000.72:0:ce:83:a6:89 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 35: tap6000i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 66:12:8e:99:b0:0c brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off @@ -5633,17 +6718,52 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host link/ether e6:43:99:5f:34:c8 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +48: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bond mode 802.3ad miimon 100 updelay 0 downdelay 0 peer_notify_delay 0 use_carrier 1 arp_interval 0 arp_missed_max 2 arp_validate none arp_all_targets any primary_reselect always fail_over_mac none xmit_hash_policy layer2+3 resend_igmp 1 num_grat_arp 1 all_slaves_active 0 min_links 0 lp_interval 1 packets_per_slave 1 lacp_active on lacp_rate slow coupled_control on ad_select stable ad_aggregator 1 ad_num_ports 1 ad_actor_key 9 ad_partner_key 51 ad_partner_mac a4:ba:db:6f:ce:28 ad_actor_sys_prio 65535 ad_user_port_key 0 ad_actor_system 00:00:00:00:00:00 tlb_dynamic_lb 1 + bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.0:1b:78:5c:e9:ce designated_root 8000.0:1b:78:5c:e9:ce hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +49: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.0:1b:78:5c:e9:ce designated_root 8000.0:1b:78:5c:e9:ce root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 139.98 fdb_n_learned 11 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +50: tap509i0: mtu 1500 qdisc fq master fwbr509i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 16:5d:91:a8:7b:ac brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.d6:90:51:99:78:64 designated_root 8000.d6:90:51:99:78:64 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +51: fwbr509i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.d6:90:51:99:78:64 designated_root 8000.d6:90:51:99:78:64 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 9.71 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 53 mcast_querier_ipv4_other_timer 14.9us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +52: fwpr509p0@fwln509i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 66:aa:ba:48:1b:70 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8012 port_no 0x12 designated_port 32786 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +53: fwln509i0@fwpr509p0: mtu 1500 qdisc noqueue master fwbr509i0 state UP mode DEFAULT group default qlen 1000 + link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.d6:90:51:99:78:64 designated_root 8000.d6:90:51:99:78:64 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +54: tap509i1: mtu 1500 qdisc fq master fwbr509i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 2a:f9:c0:23:e4:00 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.22:70:b4:1f:fc:bd designated_root 8000.22:70:b4:1f:fc:bd hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +55: fwbr509i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.22:70:b4:1f:fc:bd designated_root 8000.22:70:b4:1f:fc:bd root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 139.98 fdb_n_learned 4 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +56: fwpr509p1@fwln509i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 86:1b:f7:4b:e2:02 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.0:1b:78:5c:e9:ce designated_root 8000.0:1b:78:5c:e9:ce hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +57: fwln509i1@fwpr509p1: mtu 1500 qdisc noqueue master fwbr509i1 state UP mode DEFAULT group default qlen 1000 + link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.22:70:b4:1f:fc:bd designated_root 8000.22:70:b4:1f:fc:bd hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 --- ip -o link $ ip -o link 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\ link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: nic0: mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff\ altname enx18037343cede -3: nic1: mtu 1500 qdisc fq_codel master bond0 state DOWN mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff\ altname enx001b785ce9ce +3: nic1: mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff\ altname enx001b785ce9ce 4: nic2: mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff permaddr 00:1b:78:5c:e9:cf\ altname enx001b785ce9cf 5: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500\ link/none 6: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff -7: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff -8: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff 11: tap5101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether fa:73:eb:05:e8:8c brd ff:ff:ff:ff:ff:ff 12: tap5105i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether be:57:f2:9e:5b:e8 brd ff:ff:ff:ff:ff:ff 13: tap5106i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 46:da:12:aa:d2:f8 brd ff:ff:ff:ff:ff:ff @@ -5657,24 +6777,26 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 21: tap53100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether a6:67:6f:10:43:2f brd ff:ff:ff:ff:ff:ff 22: tap53101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 7a:d4:b7:9b:f5:a1 brd ff:ff:ff:ff:ff:ff 23: tap53102i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether f2:2e:43:29:9b:ea brd ff:ff:ff:ff:ff:ff -25: tap509i0: mtu 1500 qdisc fq_codel master fwbr509i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 46:21:88:e4:88:8f brd ff:ff:ff:ff:ff:ff -26: fwbr509i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff -27: fwpr509p0@fwln509i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether ca:aa:93:e0:42:9a brd ff:ff:ff:ff:ff:ff -28: fwln509i0@fwpr509p0: mtu 1500 qdisc noqueue master fwbr509i0 state UP mode DEFAULT group default qlen 1000\ link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff -29: tap509i1: mtu 1500 qdisc fq_codel master fwbr509i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether b6:c0:35:b0:04:59 brd ff:ff:ff:ff:ff:ff -30: fwbr509i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff -31: fwpr509p1@fwln509i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether d6:51:80:15:1a:4a brd ff:ff:ff:ff:ff:ff -32: fwln509i1@fwpr509p1: mtu 1500 qdisc noqueue master fwbr509i1 state UP mode DEFAULT group default qlen 1000\ link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff 35: tap6000i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 66:12:8e:99:b0:0c brd ff:ff:ff:ff:ff:ff 37: tap5111i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 2e:6c:ef:cd:c9:0d brd ff:ff:ff:ff:ff:ff 38: tap5112i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether e6:43:99:5f:34:c8 brd ff:ff:ff:ff:ff:ff +48: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff +49: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff +50: tap509i0: mtu 1500 qdisc fq master fwbr509i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 16:5d:91:a8:7b:ac brd ff:ff:ff:ff:ff:ff +51: fwbr509i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff +52: fwpr509p0@fwln509i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 66:aa:ba:48:1b:70 brd ff:ff:ff:ff:ff:ff +53: fwln509i0@fwpr509p0: mtu 1500 qdisc noqueue master fwbr509i0 state UP mode DEFAULT group default qlen 1000\ link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff +54: tap509i1: mtu 1500 qdisc fq master fwbr509i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 2a:f9:c0:23:e4:00 brd ff:ff:ff:ff:ff:ff +55: fwbr509i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff +56: fwpr509p1@fwln509i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 86:1b:f7:4b:e2:02 brd ff:ff:ff:ff:ff:ff +57: fwln509i1@fwpr509p1: mtu 1500 qdisc noqueue master fwbr509i1 state UP mode DEFAULT group default qlen 1000\ link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff --- ip -o -4 addr $ ip -o -4 addr 1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever 5: tailscale0 inet 100.87.135.12/32 scope global tailscale0\ valid_lft forever preferred_lft forever -6: vmbr0 inet 192.168.0.20/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 417sec preferred_lft 417sec -8: datanet inet 10.100.100.5/24 scope global datanet\ valid_lft forever preferred_lft forever +6: vmbr0 inet 192.168.0.20/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 526sec preferred_lft 526sec +49: datanet inet 10.100.100.5/24 scope global datanet\ valid_lft forever preferred_lft forever --- ip -o -6 addr (link-local filter) $ ip -o -6 addr @@ -5682,7 +6804,7 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 5: tailscale0 inet6 fd7a:115c:a1e0::da3b:870c/128 scope global \ valid_lft forever preferred_lft forever 5: tailscale0 inet6 fe80::81c6:df85:28c1:a303/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever 6: vmbr0 inet6 fe80::1a03:73ff:fe43:cede/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever -8: datanet inet6 fe80::21b:78ff:fe5c:e9ce/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever +49: datanet inet6 fe80::21b:78ff:fe5c:e9ce/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever --- ip addr $ ip addr @@ -5695,7 +6817,7 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 2: nic0: mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000 link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff altname enx18037343cede -3: nic1: mtu 1500 qdisc fq_codel master bond0 state DOWN group default qlen 1000 +3: nic1: mtu 1500 qdisc fq_codel master bond0 state UP group default qlen 1000 link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff altname enx001b785ce9ce 4: nic2: mtu 1500 qdisc fq_codel master bond0 state UP group default qlen 1000 @@ -5712,17 +6834,9 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 6: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff inet 192.168.0.20/22 brd 192.168.3.255 scope global dynamic vmbr0 - valid_lft 417sec preferred_lft 417sec + valid_lft 526sec preferred_lft 526sec inet6 fe80::1a03:73ff:fe43:cede/64 scope link proto kernel_ll valid_lft forever preferred_lft forever -7: bond0: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 - link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff -8: datanet: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff - inet 10.100.100.5/24 scope global datanet - valid_lft forever preferred_lft forever - inet6 fe80::21b:78ff:fe5c:e9ce/64 scope link proto kernel_ll - valid_lft forever preferred_lft forever 11: tap5101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 link/ether fa:73:eb:05:e8:8c brd ff:ff:ff:ff:ff:ff 12: tap5105i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 @@ -5749,28 +6863,36 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host link/ether 7a:d4:b7:9b:f5:a1 brd ff:ff:ff:ff:ff:ff 23: tap53102i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 link/ether f2:2e:43:29:9b:ea brd ff:ff:ff:ff:ff:ff -25: tap509i0: mtu 1500 qdisc fq_codel master fwbr509i0 state UNKNOWN group default qlen 1000 - link/ether 46:21:88:e4:88:8f brd ff:ff:ff:ff:ff:ff -26: fwbr509i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff -27: fwpr509p0@fwln509i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether ca:aa:93:e0:42:9a brd ff:ff:ff:ff:ff:ff -28: fwln509i0@fwpr509p0: mtu 1500 qdisc noqueue master fwbr509i0 state UP group default qlen 1000 - link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff -29: tap509i1: mtu 1500 qdisc fq_codel master fwbr509i1 state UNKNOWN group default qlen 1000 - link/ether b6:c0:35:b0:04:59 brd ff:ff:ff:ff:ff:ff -30: fwbr509i1: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff -31: fwpr509p1@fwln509i1: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 - link/ether d6:51:80:15:1a:4a brd ff:ff:ff:ff:ff:ff -32: fwln509i1@fwpr509p1: mtu 1500 qdisc noqueue master fwbr509i1 state UP group default qlen 1000 - link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff 35: tap6000i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 link/ether 66:12:8e:99:b0:0c brd ff:ff:ff:ff:ff:ff 37: tap5111i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 link/ether 2e:6c:ef:cd:c9:0d brd ff:ff:ff:ff:ff:ff 38: tap5112i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 link/ether e6:43:99:5f:34:c8 brd ff:ff:ff:ff:ff:ff +48: bond0: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff +49: datanet: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff + inet 10.100.100.5/24 scope global datanet + valid_lft forever preferred_lft forever + inet6 fe80::21b:78ff:fe5c:e9ce/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +50: tap509i0: mtu 1500 qdisc fq master fwbr509i0 state UNKNOWN group default qlen 1000 + link/ether 16:5d:91:a8:7b:ac brd ff:ff:ff:ff:ff:ff +51: fwbr509i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff +52: fwpr509p0@fwln509i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 66:aa:ba:48:1b:70 brd ff:ff:ff:ff:ff:ff +53: fwln509i0@fwpr509p0: mtu 1500 qdisc noqueue master fwbr509i0 state UP group default qlen 1000 + link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff +54: tap509i1: mtu 1500 qdisc fq master fwbr509i1 state UNKNOWN group default qlen 1000 + link/ether 2a:f9:c0:23:e4:00 brd ff:ff:ff:ff:ff:ff +55: fwbr509i1: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff +56: fwpr509p1@fwln509i1: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 + link/ether 86:1b:f7:4b:e2:02 brd ff:ff:ff:ff:ff:ff +57: fwln509i1@fwpr509p1: mtu 1500 qdisc noqueue master fwbr509i1 state UP group default qlen 1000 + link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff --- ip route $ ip route @@ -5793,353 +6915,362 @@ default via 192.168.3.254 dev vmbr0 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 RX: bytes packets errors dropped missed mcast - 66122302 212394 0 0 0 0 + 109468251 583778 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 66122302 212394 0 0 0 0 + 109468251 583778 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 2: nic0: mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000 link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 27932239978 26921858 0 5421 31452 4084548 + 39435641844 40583905 0 8952 212661 6687522 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 1466197306 4227886 0 0 0 0 + 4728792452 8787476 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 1 altname enx18037343cede -3: nic1: mtu 1500 qdisc fq_codel master bond0 state DOWN mode DEFAULT group default qlen 1000 +3: nic1: mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000 link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 0 0 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 0 0 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 1 + RX: bytes packets errors dropped missed mcast + 19057909968 17007023 0 0 0 28801 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 40406737812 30352604 0 7 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 8 altname enx001b785ce9ce 4: nic2: mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000 link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff permaddr 00:1b:78:5c:e9:cf RX: bytes packets errors dropped missed mcast - 13463973524 12262424 1 0 0 142279 + 18163221711 18046770 3756 0 0 200878 RX errors: length crc frame fifo overrun - 0 1 0 0 0 + 0 3756 0 0 0 TX: bytes packets errors dropped carrier collsns - 2250444444 7932296 0 0 0 0 + 4177504964 12609590 0 4 0 0 TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + 0 0 0 0 138 altname enx001b785ce9cf 5: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 link/none RX: bytes packets errors dropped missed mcast - 140660038 484130 0 0 0 0 + 223031665 836916 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 585590717 333553 0 0 0 0 + 916252611 686349 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 6: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 1484645083 6665020 0 0 0 3499230 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 758309526 944030 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -7: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 - link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 13463973524 12262424 1 5419 0 142279 - RX errors: length crc frame fifo overrun - 0 1 0 0 0 - TX: bytes packets errors dropped carrier collsns - 2250444444 7932296 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -8: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 13240431564 12251990 0 10 0 136859 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 2172786492 7088553 0 1 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 5418070542 11745383 0 0 0 5720193 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 3285509285 1984150 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 11: tap5101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether fa:73:eb:05:e8:8c brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1477962 15772 0 0 0 0 + 2998439 32536 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 508513468 4796962 0 0 0 0 + 888628375 8130572 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 12: tap5105i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether be:57:f2:9e:5b:e8 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1209003 12475 0 0 0 0 + 2089056 21556 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 499768424 4793398 0 362 0 0 + 847601458 8118143 0 362 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 13: tap5106i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 46:da:12:aa:d2:f8 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1213247 12480 0 0 0 0 + 2098242 21589 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 499739220 4793156 0 483 0 0 + 847573719 8117929 0 483 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 14: tap5107i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 72:97:1e:b7:95:db brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1220322 12504 0 0 0 0 + 2110918 21626 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 499728705 4793020 0 525 0 0 + 847564417 8117805 0 525 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 15: tap5108i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 36:cb:6f:67:00:f3 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1203481 12423 0 0 0 0 + 2094812 21558 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 499662173 4792385 0 884 0 0 + 847499744 8117185 0 884 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 16: tap5109i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 0e:5e:4f:06:1c:aa brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1204631 12436 0 0 0 0 + 2089187 21543 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 499609856 4791916 0 1090 0 0 + 847444824 8116692 0 1090 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 17: tap51010i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 56:03:33:09:8f:e9 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1201141 12427 0 0 0 0 + 2084679 21543 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 499597646 4791726 0 1138 0 0 + 847436569 8116505 0 1138 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 18: tap51011i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether ea:12:4a:67:52:bb brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1406777 15221 0 0 0 0 + 3194181 33830 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 507847217 4793841 0 1404 0 0 + 887953195 8129730 0 1404 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 19: tap51012i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 92:b0:9e:21:21:c0 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1276119 13202 0 0 0 0 + 2169086 22423 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 499768525 4791449 0 1091 0 0 + 847609062 8116248 0 1091 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 20: tap51013i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 82:5c:31:24:54:1d brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1207044 12408 0 0 0 0 + 2100268 21525 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 499487444 4790727 0 1439 0 0 + 847326682 8115516 0 1439 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 21: tap53100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether a6:67:6f:10:43:2f brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1197892 12379 0 0 0 0 + 2079693 21467 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 499442309 4790265 0 1634 0 0 + 847278916 8115019 0 1634 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 22: tap53101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 7a:d4:b7:9b:f5:a1 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1431635 15513 0 0 0 0 + 2725363 29389 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 509109070 4792911 0 1701 0 0 + 887651458 8124490 0 1701 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 23: tap53102i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether f2:2e:43:29:9b:ea brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1834544 15233 0 0 0 0 + 2722229 24327 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 499904159 4792728 0 1596 0 0 + 847740674 8117493 0 1596 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -25: tap509i0: mtu 1500 qdisc fq_codel master fwbr509i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 46:21:88:e4:88:8f brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 106186614 509204 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 750705851 5646568 0 4546 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 -26: fwbr509i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 429444537 4769976 0 6109 0 3230109 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 0 0 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -27: fwpr509p0@fwln509i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether ca:aa:93:e0:42:9a brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 107435100 514218 0 5014 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 751207252 5651114 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -28: fwln509i0@fwpr509p0: mtu 1500 qdisc noqueue master fwbr509i0 state UP mode DEFAULT group default qlen 1000 - link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 751207252 5651114 0 5014 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 107435100 514218 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -29: tap509i1: mtu 1500 qdisc fq_codel master fwbr509i1 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether b6:c0:35:b0:04:59 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 0 0 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 60 1 0 138624 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 -30: fwbr509i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 10964417 134664 0 10 0 126817 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 0 0 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -31: fwpr509p1@fwln509i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 - link/ether d6:51:80:15:1a:4a brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 1248486 5014 0 5014 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 14098897 139688 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -32: fwln509i1@fwpr509p1: mtu 1500 qdisc noqueue master fwbr509i1 state UP mode DEFAULT group default qlen 1000 - link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 14098897 139688 0 5014 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 1248486 5014 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 35: tap6000i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 66:12:8e:99:b0:0c brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 6474807 44833 0 0 0 0 + 27709418 182074 0 1450 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 701200759 4507099 0 35911 0 0 + 1675396057 8041133 0 35911 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 37: tap5111i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 2e:6c:ef:cd:c9:0d brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 480127133 1488794 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 15964040465 7632342 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 929818756 2344073 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 22078734450 12575789 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 38: tap5112i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 link/ether e6:43:99:5f:34:c8 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 34117975 357757 0 0 0 0 + 44976641 430874 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 6119796471 5143831 0 32 0 0 + 6480870014 8501296 0 32 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 +48: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 19056803333 17000001 3114 1052 0 28655 + RX errors: length crc frame fifo overrun + 0 3114 0 0 0 + TX: bytes packets errors dropped carrier collsns + 40397961592 30345088 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +49: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 18351049611 9318486 0 5 0 26540 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 38598065298 4915053 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +50: tap509i0: mtu 1500 qdisc fq master fwbr509i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 16:5d:91:a8:7b:ac brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 29181382 144467 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 122619411 792536 0 11 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +51: fwbr509i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 56279551 604977 0 930 0 404618 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +52: fwpr509p0@fwln509i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 66:aa:ba:48:1b:70 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 29370622 145227 0 760 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 122621502 792548 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +53: fwln509i0@fwpr509p0: mtu 1500 qdisc noqueue master fwbr509i0 state UP mode DEFAULT group default qlen 1000 + link/ether d6:90:51:99:78:64 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 122621502 792548 0 760 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 29370622 145227 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +54: tap509i1: mtu 1500 qdisc fq master fwbr509i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 2a:f9:c0:23:e4:00 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 0 0 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 248 1 0 19843 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +55: fwbr509i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1644853 20099 0 0 0 18932 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +56: fwpr509p1@fwln509i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 86:1b:f7:4b:e2:02 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 189240 760 0 760 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2115479 20859 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +57: fwln509i1@fwpr509p1: mtu 1500 qdisc noqueue master fwbr509i1 state UP mode DEFAULT group default qlen 1000 + link/ether 22:70:b4:1f:fc:bd brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 2115479 20859 0 760 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 189240 760 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 --- ip neigh $ ip neigh -10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 REACHABLE +192.168.3.173 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +10.100.100.1 dev datanet lladdr 8c:ae:4c:cd:a6:2d REACHABLE +192.168.3.252 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE +10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 REACHABLE 192.168.1.45 dev vmbr0 FAILED 192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE +192.168.2.5 dev vmbr0 lladdr a4:4c:c8:08:d1:b8 STALE 192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE 192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE 192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE -10.100.100.1 dev datanet lladdr 8c:ae:4c:cd:a6:2d REACHABLE +10.100.100.7 dev datanet lladdr f8:bc:12:34:e0:75 REACHABLE 192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE 192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE 192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE -192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 STALE -10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 REACHABLE +192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE +192.168.3.191 dev vmbr0 lladdr 98:90:96:c4:96:9a STALE 192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE +10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE 192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE 192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +192.168.3.11 dev vmbr0 lladdr 34:17:eb:b3:b1:2d STALE +10.100.100.9 dev datanet lladdr 9c:69:d3:6a:5b:6c REACHABLE +10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 REACHABLE +192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE 192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE 192.168.3.169 dev vmbr0 lladdr 00:21:9b:a2:7c:53 STALE -10.100.100.7 dev datanet lladdr f8:bc:12:34:e0:75 REACHABLE 192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE 192.168.2.27 dev vmbr0 FAILED -10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE -10.100.100.9 dev datanet lladdr 9c:69:d3:6a:5b:6c STALE +192.168.0.250 dev vmbr0 lladdr f8:bc:12:34:e0:74 STALE fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::be24:11ff:feee:2bb6 dev vmbr0 lladdr bc:24:11:ee:2b:b6 STALE +fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE @@ -6148,23 +7279,30 @@ fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE fe80::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c STALE fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE +fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 STALE fe80::aaba:ff4f:993a:3336 dev vmbr0 lladdr bc:24:11:36:16:3c STALE fe80::4542:2d1f:b470:fc54 dev vmbr0 lladdr bc:24:11:fb:7d:38 STALE fe80::406a:9d5b:52e1:a762 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE +fe80::109b:d06f:f2be:1dc4 dev vmbr0 lladdr 16:bc:55:38:d3:7f STALE fe80::2f96:e883:f0b8:8de1 dev vmbr0 lladdr bc:24:11:78:11:ac STALE fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE +fe80::b6f4:eaa:36af:1d47 dev vmbr0 lladdr f0:6e:0b:cf:c7:55 STALE fe80::be24:11ff:fee4:3753 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE +fe80::1041:575c:79d7:c3f3 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE fe80::df77:368f:7483:f207 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE +fe80::7172:40ba:b966:69df dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE fe80::be24:11ff:fedd:29b8 dev vmbr0 lladdr bc:24:11:dd:29:b8 STALE +fe80::6ae7:a88a:4305:7761 dev vmbr0 lladdr e8:4e:06:af:b8:92 STALE +fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE +fe80::ae76:5582:7949:6783 dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE -fe80::fabc:12ff:fe34:e075 dev datanet lladdr f8:bc:12:34:e0:75 STALE fe80::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 STALE fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE fe80::be24:11ff:fe1a:8f6f dev vmbr0 lladdr bc:24:11:1a:8f:6f STALE @@ -6172,12 +7310,14 @@ fe80::be24:11ff:fe1f:9d83 dev vmbr0 lladdr bc:24:11:1f:9d:83 STALE fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE fe80::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 STALE +fe80::be24:11ff:febb:6af dev vmbr0 lladdr bc:24:11:bb:06:af STALE fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE fe80::be24:11ff:fe9e:1ce9 dev vmbr0 lladdr bc:24:11:9e:1c:e9 STALE fe80::e11b:a5d6:370a:3839 dev vmbr0 lladdr bc:24:11:80:a1:3c STALE fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE fe80::8175:8cd5:2119:c58c dev vmbr0 lladdr bc:24:11:e2:1a:09 STALE +fe80::6bea:ca7:4c8c:182f dev vmbr0 lladdr bc:24:11:80:0d:16 STALE fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE fe80::571e:6df3:f3d6:ad57 dev vmbr0 lladdr bc:24:11:6d:60:fb STALE fe80::844:b84d:703c:46b6 dev vmbr0 lladdr 44:09:da:4e:84:63 STALE @@ -6185,9 +7325,11 @@ fe80::ab9a:119e:e167:cc2a dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE fe80::11be:70aa:7f52:bcc4 dev vmbr0 lladdr bc:24:11:7a:44:5f STALE fe80::44ce:70d5:12e2:dc57 dev vmbr0 lladdr bc:24:11:1e:fe:57 STALE +fe80::10e8:fff4:c9c7:c57b dev vmbr0 lladdr ba:71:00:a6:a3:12 STALE fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE +fe80::466:5100:c752:a95d dev vmbr0 lladdr ca:c3:35:a4:7f:c4 STALE fe80::cfc5:646d:62cd:4746 dev vmbr0 lladdr bc:24:11:6f:b0:06 STALE fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE @@ -6199,38 +7341,38 @@ fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE $ cat /proc/net/dev Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 66122302 212394 0 0 0 0 0 0 66122302 212394 0 0 0 0 0 0 - nic0: 27932239978 26921858 0 36873 0 0 0 4084548 1466197306 4227886 0 0 0 0 0 0 - nic1: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 - nic2: 13463973524 12262424 1 0 0 1 0 142279 2250444444 7932296 0 0 0 0 0 0 -tailscale0: 140660038 484130 0 0 0 0 0 0 585590717 333553 0 0 0 0 0 0 - vmbr0: 1484645083 6665020 0 0 0 0 0 3499230 758309526 944030 0 0 0 0 0 0 - bond0: 13463973524 12262424 1 5419 0 1 0 142279 2250444444 7932296 0 0 0 0 0 0 -datanet: 13240431564 12251990 0 10 0 0 0 136859 2172786492 7088553 0 1 0 0 0 0 -tap5101i0: 1477962 15772 0 0 0 0 0 0 508513468 4796962 0 0 0 0 0 0 -tap5105i0: 1209003 12475 0 0 0 0 0 0 499768424 4793398 0 362 0 0 0 0 -tap5106i0: 1213247 12480 0 0 0 0 0 0 499739220 4793156 0 483 0 0 0 0 -tap5107i0: 1220322 12504 0 0 0 0 0 0 499728705 4793020 0 525 0 0 0 0 -tap5108i0: 1203481 12423 0 0 0 0 0 0 499662173 4792385 0 884 0 0 0 0 -tap5109i0: 1204631 12436 0 0 0 0 0 0 499609856 4791916 0 1090 0 0 0 0 -tap51010i0: 1201141 12427 0 0 0 0 0 0 499597646 4791726 0 1138 0 0 0 0 -tap51011i0: 1406777 15221 0 0 0 0 0 0 507847217 4793841 0 1404 0 0 0 0 -tap51012i0: 1276119 13202 0 0 0 0 0 0 499768525 4791449 0 1091 0 0 0 0 -tap51013i0: 1207044 12408 0 0 0 0 0 0 499487444 4790727 0 1439 0 0 0 0 -tap53100i0: 1197892 12379 0 0 0 0 0 0 499442309 4790265 0 1634 0 0 0 0 -tap53101i0: 1431635 15513 0 0 0 0 0 0 509109070 4792911 0 1701 0 0 0 0 -tap53102i0: 1834544 15233 0 0 0 0 0 0 499904159 4792728 0 1596 0 0 0 0 -tap509i0: 106186614 509204 0 0 0 0 0 0 750705851 5646568 0 4546 0 0 0 0 -fwbr509i0: 429444537 4769976 0 6109 0 0 0 3230109 0 0 0 0 0 0 0 0 -fwpr509p0: 107435100 514218 0 5014 0 0 0 0 751207252 5651114 0 0 0 0 0 0 -fwln509i0: 751207252 5651114 0 5014 0 0 0 0 107435100 514218 0 0 0 0 0 0 -tap509i1: 0 0 0 0 0 0 0 0 60 1 0 138624 0 0 0 0 -fwbr509i1: 10964417 134664 0 10 0 0 0 126817 0 0 0 0 0 0 0 0 -fwpr509p1: 1248486 5014 0 5014 0 0 0 0 14098897 139688 0 0 0 0 0 0 -fwln509i1: 14098897 139688 0 5014 0 0 0 0 1248486 5014 0 0 0 0 0 0 -tap6000i0: 6474807 44833 0 0 0 0 0 0 701200759 4507099 0 35911 0 0 0 0 -tap5111i0: 480127133 1488794 0 0 0 0 0 0 15964040465 7632342 0 0 0 0 0 0 -tap5112i0: 34117975 357757 0 0 0 0 0 0 6119796471 5143831 0 32 0 0 0 0 + lo: 109468251 583778 0 0 0 0 0 0 109468251 583778 0 0 0 0 0 0 + nic0: 39435641844 40583905 0 221613 0 0 0 6687522 4728792452 8787476 0 0 0 0 0 0 + nic1: 19057909968 17007023 0 0 0 0 0 28801 40406737812 30352604 0 7 0 0 0 0 + nic2: 18163221711 18046770 3756 0 0 3756 0 200878 4177504964 12609590 0 4 0 0 0 0 +tailscale0: 223031665 836916 0 0 0 0 0 0 916252611 686349 0 0 0 0 0 0 + vmbr0: 5418070542 11745383 0 0 0 0 0 5720193 3285509285 1984150 0 0 0 0 0 0 +tap5101i0: 2998439 32536 0 0 0 0 0 0 888628375 8130572 0 0 0 0 0 0 +tap5105i0: 2089056 21556 0 0 0 0 0 0 847601458 8118143 0 362 0 0 0 0 +tap5106i0: 2098242 21589 0 0 0 0 0 0 847573719 8117929 0 483 0 0 0 0 +tap5107i0: 2110918 21626 0 0 0 0 0 0 847564417 8117805 0 525 0 0 0 0 +tap5108i0: 2094812 21558 0 0 0 0 0 0 847499744 8117185 0 884 0 0 0 0 +tap5109i0: 2089187 21543 0 0 0 0 0 0 847444824 8116692 0 1090 0 0 0 0 +tap51010i0: 2084679 21543 0 0 0 0 0 0 847436569 8116505 0 1138 0 0 0 0 +tap51011i0: 3194181 33830 0 0 0 0 0 0 887953195 8129730 0 1404 0 0 0 0 +tap51012i0: 2169086 22423 0 0 0 0 0 0 847609062 8116248 0 1091 0 0 0 0 +tap51013i0: 2100268 21525 0 0 0 0 0 0 847326682 8115516 0 1439 0 0 0 0 +tap53100i0: 2079693 21467 0 0 0 0 0 0 847278916 8115019 0 1634 0 0 0 0 +tap53101i0: 2725363 29389 0 0 0 0 0 0 887651458 8124490 0 1701 0 0 0 0 +tap53102i0: 2722229 24327 0 0 0 0 0 0 847740674 8117493 0 1596 0 0 0 0 +tap6000i0: 27709418 182074 0 1450 0 0 0 0 1675396057 8041133 0 35911 0 0 0 0 +tap5111i0: 929818756 2344073 0 0 0 0 0 0 22078734450 12575789 0 0 0 0 0 0 +tap5112i0: 44976641 430874 0 0 0 0 0 0 6480870014 8501296 0 32 0 0 0 0 + bond0: 19056803333 17000001 3114 1052 0 3114 0 28655 40397961592 30345088 0 0 0 0 0 0 +datanet: 18351049611 9318486 0 5 0 0 0 26540 38598065298 4915053 0 0 0 0 0 0 +tap509i0: 29181382 144467 0 0 0 0 0 0 122619411 792536 0 11 0 0 0 0 +fwbr509i0: 56279551 604977 0 930 0 0 0 404618 0 0 0 0 0 0 0 0 +fwpr509p0: 29370622 145227 0 760 0 0 0 0 122621502 792548 0 0 0 0 0 0 +fwln509i0: 122621502 792548 0 760 0 0 0 0 29370622 145227 0 0 0 0 0 0 +tap509i1: 0 0 0 0 0 0 0 0 248 1 0 19843 0 0 0 0 +fwbr509i1: 1644853 20099 0 0 0 0 0 18932 0 0 0 0 0 0 0 0 +fwpr509p1: 189240 760 0 760 0 0 0 0 2115479 20859 0 0 0 0 0 0 +fwln509i1: 2115479 20859 0 760 0 0 0 0 189240 760 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route @@ -6253,7 +7395,7 @@ fe80::/64 dev datanet proto kernel metric 256 pref medium "$(cat "$d/tx_queue_len" 2>/dev/null)" \ "$(cat "$d/type" 2>/dev/null)" done -bond0 speed=10 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +bond0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 datanet speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr509i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr509i1 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 @@ -6262,7 +7404,7 @@ fwln509i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_ fwpr509p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr509p1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 nic0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -nic1 speed=-1 duplex=unknown mtu=1500 carrier=0 tx_queue_len=1000 qlen=1000 type=1 +nic1 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 nic2 speed=10 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap509i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap509i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 @@ -6342,7 +7484,7 @@ Settings for bond0: Advertised pause frame use: No Advertised auto-negotiation: No Advertised FEC modes: Not reported - Speed: 10Mb/s + Speed: 1000Mb/s Duplex: Full Auto-negotiation: off Port: Other @@ -7497,11 +8639,11 @@ netlink error: Operation not supported tx_carrier_sense_errors: 0 tx_discards: 0 tx_errors: 0 - rx_discards: 31452 + rx_discards: 212661 rx_errors: 0 [statistics -S (throughput counters)] - rx_octets: 27932242545 - tx_octets: 1466198954 + rx_octets: 39435648770 + tx_octets: 4728797090 ----- ethtool: nic1 ----- [driver/version/firmware/bus-info -i] @@ -7530,18 +8672,24 @@ Settings for nic1: Advertised pause frame use: Symmetric Receive-only Advertised auto-negotiation: Yes Advertised FEC modes: Not reported - Speed: Unknown! - Duplex: Unknown! (255) + Link partner advertised link modes: 10baseT/Full + 100baseT/Full + 1000baseT/Full + Link partner advertised pause frame use: No + Link partner advertised auto-negotiation: Yes + Link partner advertised FEC modes: Not reported + Speed: 1000Mb/s + Duplex: Full Auto-negotiation: on Port: Twisted Pair PHYAD: 1 Transceiver: internal - MDI-X: Unknown + MDI-X: off (auto) Supports Wake-on: pumbg Wake-on: g Current message level: 0x00000007 (7) drv probe link - Link detected: no + Link detected: yes [channels -l (RX/TX/combined queue counts)] netlink error: Operation not supported [coalesce -c (interrupt moderation)] @@ -7600,8 +8748,10 @@ TCP data split: n/a [pause / flow-control -a] Pause parameters for nic1: Autonegotiate: on -RX: on -TX: on +RX: off +TX: off +RX negotiated: off +TX negotiated: off [offload features -k] Features for nic1: @@ -7680,7 +8830,7 @@ netlink error: Operation not supported [statistics -S (key error/drop counters only)] rx_errors: 0 tx_errors: 0 - tx_dropped: 0 + tx_dropped: 7 rx_length_errors: 0 rx_over_errors: 0 rx_crc_errors: 0 @@ -7700,14 +8850,14 @@ netlink error: Operation not supported uncorr_ecc_errors: 0 corr_ecc_errors: 0 [statistics -S (throughput counters)] - rx_packets: 0 - tx_packets: 0 - rx_bytes: 0 - tx_bytes: 0 - rx_broadcast: 0 - tx_broadcast: 0 - rx_multicast: 0 - tx_multicast: 0 + rx_packets: 17007155 + tx_packets: 30352781 + rx_bytes: 19057925270 + tx_bytes: 40406947778 + rx_broadcast: 1720 + tx_broadcast: 110 + rx_multicast: 28802 + tx_multicast: 2128 ----- ethtool: nic2 ----- [driver/version/firmware/bus-info -i] @@ -7748,7 +8898,7 @@ Settings for nic2: Port: Twisted Pair PHYAD: 1 Transceiver: internal - MDI-X: on (auto) + MDI-X: off (auto) Supports Wake-on: d Wake-on: d Current message level: 0x00000007 (7) @@ -7892,12 +9042,12 @@ RX classification rule retrieval failed [SFP/DOM transceiver -m] netlink error: Operation not supported [statistics -S (key error/drop counters only)] - rx_errors: 1 + rx_errors: 3756 tx_errors: 0 - tx_dropped: 0 + tx_dropped: 4 rx_length_errors: 0 rx_over_errors: 0 - rx_crc_errors: 1 + rx_crc_errors: 3756 rx_frame_errors: 0 rx_no_buffer_count: 0 rx_missed_errors: 0 @@ -7914,14 +9064,14 @@ netlink error: Operation not supported uncorr_ecc_errors: 0 corr_ecc_errors: 0 [statistics -S (throughput counters)] - rx_packets: 12262446 - tx_packets: 7932325 - rx_bytes: 13463975754 - tx_bytes: 2250463676 - rx_broadcast: 8463 - tx_broadcast: 18 - rx_multicast: 142280 - tx_multicast: 10636 + rx_packets: 18046770 + tx_packets: 12609590 + rx_bytes: 18163221711 + tx_bytes: 4177504964 + rx_broadcast: 11967 + tx_broadcast: 5908 + rx_multicast: 200878 + tx_multicast: 17572 ----- ethtool: tap509i0 ----- [driver/version/firmware/bus-info -i] @@ -10906,7 +12056,6 @@ netlink error: Operation not supported --- bridge link $ bridge link 2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 -7: bond0: mtu 1500 master datanet state forwarding priority 32 cost 100 11: tap5101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 12: tap5105i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 13: tap5106i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 @@ -10920,74 +12069,73 @@ netlink error: Operation not supported 21: tap53100i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 22: tap53101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 23: tap53102i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -25: tap509i0: mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2 -27: fwpr509p0@fwln509i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -28: fwln509i0@fwpr509p0: mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2 -29: tap509i1: mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2 -31: fwpr509p1@fwln509i1: mtu 1500 master datanet state forwarding priority 32 cost 2 -32: fwln509i1@fwpr509p1: mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2 35: tap6000i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 37: tap5111i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 38: tap5112i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +48: bond0: mtu 1500 master datanet state forwarding priority 32 cost 5 +50: tap509i0: mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2 +52: fwpr509p0@fwln509i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +53: fwln509i0@fwpr509p0: mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2 +54: tap509i1: mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2 +56: fwpr509p1@fwln509i1: mtu 1500 master datanet state forwarding priority 32 cost 2 +57: fwln509i1@fwpr509p1: mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2 --- bridge -d link $ bridge -d link 2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 84 mcast_max_groups 0 -7: bond0: mtu 1500 master datanet state forwarding priority 32 cost 100 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 31 mcast_max_groups 0 11: tap5101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 12: tap5105i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 13: tap5106i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 14: tap5107i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 15: tap5108i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 16: tap5109i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 17: tap51010i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 18: tap51011i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 19: tap51012i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 20: tap51013i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 21: tap53100i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 22: tap53101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 23: tap53102i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -25: tap509i0: mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -27: fwpr509p0@fwln509i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -28: fwln509i0@fwpr509p0: mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 -29: tap509i1: mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -31: fwpr509p1@fwln509i1: mtu 1500 master datanet state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -32: fwln509i1@fwpr509p1: mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 35: tap6000i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 37: tap5111i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 5 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 4 mcast_max_groups 0 38: tap5112i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 5 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 4 mcast_max_groups 0 +48: bond0: mtu 1500 master datanet state forwarding priority 32 cost 5 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +50: tap509i0: mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +52: fwpr509p0@fwln509i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +53: fwln509i0@fwpr509p0: mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 33 mcast_max_groups 0 +54: tap509i1: mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +56: fwpr509p1@fwln509i1: mtu 1500 master datanet state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +57: fwln509i1@fwpr509p1: mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 --- bridge vlan $ bridge vlan port vlan-id nic0 1 PVID Egress Untagged vmbr0 1 PVID Egress Untagged -bond0 1 PVID Egress Untagged -datanet 1 PVID Egress Untagged tap5101i0 1 PVID Egress Untagged tap5105i0 1 PVID Egress Untagged tap5106i0 1 PVID Egress Untagged @@ -11001,6 +12149,11 @@ tap51013i0 1 PVID Egress Untagged tap53100i0 1 PVID Egress Untagged tap53101i0 1 PVID Egress Untagged tap53102i0 1 PVID Egress Untagged +tap6000i0 1 PVID Egress Untagged +tap5111i0 1 PVID Egress Untagged +tap5112i0 1 PVID Egress Untagged +bond0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged tap509i0 1 PVID Egress Untagged fwbr509i0 1 PVID Egress Untagged fwpr509p0 1 PVID Egress Untagged @@ -11009,17 +12162,12 @@ tap509i1 1 PVID Egress Untagged fwbr509i1 1 PVID Egress Untagged fwpr509p1 1 PVID Egress Untagged fwln509i1 1 PVID Egress Untagged -tap6000i0 1 PVID Egress Untagged -tap5111i0 1 PVID Egress Untagged -tap5112i0 1 PVID Egress Untagged --- bridge vlan show $ bridge vlan show port vlan-id nic0 1 PVID Egress Untagged vmbr0 1 PVID Egress Untagged -bond0 1 PVID Egress Untagged -datanet 1 PVID Egress Untagged tap5101i0 1 PVID Egress Untagged tap5105i0 1 PVID Egress Untagged tap5106i0 1 PVID Egress Untagged @@ -11033,6 +12181,11 @@ tap51013i0 1 PVID Egress Untagged tap53100i0 1 PVID Egress Untagged tap53101i0 1 PVID Egress Untagged tap53102i0 1 PVID Egress Untagged +tap6000i0 1 PVID Egress Untagged +tap5111i0 1 PVID Egress Untagged +tap5112i0 1 PVID Egress Untagged +bond0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged tap509i0 1 PVID Egress Untagged fwbr509i0 1 PVID Egress Untagged fwpr509p0 1 PVID Egress Untagged @@ -11041,18 +12194,15 @@ tap509i1 1 PVID Egress Untagged fwbr509i1 1 PVID Egress Untagged fwpr509p1 1 PVID Egress Untagged fwln509i1 1 PVID Egress Untagged -tap6000i0 1 PVID Egress Untagged -tap5111i0 1 PVID Egress Untagged -tap5112i0 1 PVID Egress Untagged --- brctl show $ brctl show bridge name bridge id STP enabled interfaces datanet 8000.001b785ce9ce no bond0 fwpr509p1 -fwbr509i0 8000.62c406b8e571 no fwln509i0 +fwbr509i0 8000.d69051997864 no fwln509i0 tap509i0 -fwbr509i1 8000.7200ce83a689 no fwln509i1 +fwbr509i1 8000.2270b41ffcbd no fwln509i1 tap509i1 vmbr0 8000.18037343cede no fwpr509p0 nic0 @@ -11078,73 +12228,73 @@ vmbr0 8000.18037343cede no fwpr509p0 Ethernet Channel Bonding Driver: v6.17.2-1-pve Bonding Mode: IEEE 802.3ad Dynamic link aggregation -Transmit Hash Policy: layer2 (0) +Transmit Hash Policy: layer2+3 (2) MII Status: up MII Polling Interval (ms): 100 -Up Delay (ms): 200 -Down Delay (ms): 200 +Up Delay (ms): 0 +Down Delay (ms): 0 Peer Notification Delay (ms): 0 802.3ad info LACP active: on -LACP rate: fast +LACP rate: slow Min links: 0 Aggregator selection policy (ad_select): stable System priority: 65535 System MAC address: 00:1b:78:5c:e9:ce Active Aggregator Info: - Aggregator ID: 2 + Aggregator ID: 1 Number of ports: 1 - Actor Key: 5 - Partner Key: 1 - Partner Mac Address: 00:00:00:00:00:00 + Actor Key: 9 + Partner Key: 51 + Partner Mac Address: a4:ba:db:6f:ce:28 Slave Interface: nic1 -MII Status: down -Speed: Unknown -Duplex: Unknown +MII Status: up +Speed: 1000 Mbps +Duplex: full Link Failure Count: 0 Permanent HW addr: 00:1b:78:5c:e9:ce Slave queue ID: 0 Aggregator ID: 1 +Actor Churn State: none +Partner Churn State: none +Actor Churned Count: 0 +Partner Churned Count: 0 +details actor lacp pdu: + system priority: 65535 + system mac address: 00:1b:78:5c:e9:ce + port key: 9 + port priority: 255 + port number: 1 + port state: 61 +details partner lacp pdu: + system priority: 1 + system mac address: a4:ba:db:6f:ce:28 + oper key: 51 + port priority: 1 + port number: 34 + port state: 61 + +Slave Interface: nic2 +MII Status: up +Speed: 10 Mbps +Duplex: full +Link Failure Count: 5 +Permanent HW addr: 00:1b:78:5c:e9:cf +Slave queue ID: 0 +Aggregator ID: 2 Actor Churn State: churned Partner Churn State: churned Actor Churned Count: 1 Partner Churned Count: 1 -details actor lacp pdu: - system priority: 65535 - system mac address: 00:1b:78:5c:e9:ce - port key: 0 - port priority: 255 - port number: 1 - port state: 71 -details partner lacp pdu: - system priority: 65535 - system mac address: 00:00:00:00:00:00 - oper key: 1 - port priority: 255 - port number: 1 - port state: 0 - -Slave Interface: nic2 -MII Status: up -Speed: 10 Mbps -Duplex: full -Link Failure Count: 0 -Permanent HW addr: 00:1b:78:5c:e9:cf -Slave queue ID: 0 -Aggregator ID: 2 -Actor Churn State: none -Partner Churn State: churned -Actor Churned Count: 0 -Partner Churned Count: 1 details actor lacp pdu: system priority: 65535 system mac address: 00:1b:78:5c:e9:ce port key: 5 port priority: 255 port number: 2 - port state: 79 + port state: 69 details partner lacp pdu: system priority: 65535 system mac address: 00:00:00:00:00:00 @@ -11179,28 +12329,21 @@ iface vmbr0 inet dhcp ### datanet - -### datanet (2gbps bond to pfv-r3-stor switch ports 13,14) - -### setup lacp +### datanet (2gbps bond to pfv-core-sw01 switch ports 33,34) # Datanet members auto nic1 iface nic1 inet manual - bond-master bond0 auto nic2 iface nic2 inet manual - bond-master bond0 auto bond0 iface bond0 inet manual - bond-mode 802.3ad + bond-slaves nic1 nic2 bond-miimon 100 - bond-downdelay 200 - bond-updelay 200 - bond-lacp-rate fast - bond-slaves nic1 nic2 + bond-mode 802.3ad + bond-xmit-hash-policy layer2+3 ### bring up bridge on lacp @@ -11234,10 +12377,10 @@ done 8: 0 0 0 0 0 1 0 0 IR-IO-APIC 8-edge rtc0 9: 0 0 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi 12: 0 0 0 6 0 0 0 0 IR-IO-APIC 12-edge i8042 - 16: 0 10256120 0 0 0 0 0 0 IR-IO-APIC 16-fasteoi uhci_hcd:usb3, ioc0 + 16: 0 14429675 0 0 0 0 0 0 IR-IO-APIC 16-fasteoi uhci_hcd:usb3, ioc0 17: 0 0 0 0 0 0 0 0 IR-IO-APIC 17-fasteoi uhci_hcd:usb4, uhci_hcd:usb8 18: 0 0 0 2 0 0 0 0 IR-IO-APIC 18-fasteoi uhci_hcd:usb9, firewire_ohci - 20: 0 0 66337 0 0 0 0 0 IR-IO-APIC 20-fasteoi ata_piix, ata_piix, i801_smbus + 20: 0 0 493221 0 0 0 0 0 IR-IO-APIC 20-fasteoi ata_piix, ata_piix, i801_smbus 22: 0 0 0 0 0 0 0 0 IR-IO-APIC 22-fasteoi ehci_hcd:usb2, uhci_hcd:usb5 23: 0 0 0 0 0 0 29 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb1, uhci_hcd:usb7 24: 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0 @@ -11248,28 +12391,28 @@ done 29: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:20:03.0 0-edge PCIe bwctrl 30: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:20:07.0 0-edge PCIe bwctrl 31: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:20:09.0 0-edge PCIe bwctrl - 33: 81272 0 0 0 0 0 0 0 IR-PCI-MSI-0000:22:00.0 0-edge nic1 + 33: 7197027 0 0 0 0 0 0 0 IR-PCI-MSI-0000:22:00.0 0-edge nic1 35: 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:23:00.0 0-edge xhci_hcd - 45: 0 0 0 0 0 17807701 0 0 IR-PCI-MSI-0000:22:00.1 0-edge nic2 + 45: 0 0 0 0 0 17865 0 0 IR-PCI-MSI-0000:22:00.1 0-edge nic2 46: 0 0 0 0 0 0 161 0 IR-PCI-MSIX-0000:24:00.0 0-edge xhci_hcd - 54: 311 0 0 0 0 0 0 0 IR-IO-APIC 10-fasteoi snd_hda_intel:card1 + 54: 321 0 0 0 0 0 0 0 IR-IO-APIC 10-fasteoi snd_hda_intel:card1 55: 0 474 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1b.0 0-edge snd_hda_intel:card0 - 57: 0 0 10081137 0 0 0 0 0 IR-PCI-MSI-0000:03:00.0 0-edge nvkm - 58: 0 0 0 13475842 0 0 0 0 IR-PCI-MSI-0000:06:00.0 0-edge nic0 - NMI: 18280 18304 18123 15907 17996 18367 17703 19542 Non-maskable interrupts - LOC: 121787175 119637613 115477037 106267867 114543694 119052737 113702305 115768250 Local timer interrupts + 57: 0 0 10639463 0 0 0 0 0 IR-PCI-MSI-0000:03:00.0 0-edge nvkm + 58: 0 0 0 22096233 0 0 0 0 IR-PCI-MSI-0000:06:00.0 0-edge nic0 + NMI: 30247 29728 29350 26500 28340 29068 27950 30184 Non-maskable interrupts + LOC: 219095299 212881932 205271980 190056633 204706695 211568568 202402987 206182665 Local timer interrupts SPU: 0 0 0 0 0 0 0 0 Spurious interrupts - PMI: 18280 18304 18123 15907 17996 18367 17703 19542 Performance monitoring interrupts + PMI: 30247 29728 29350 26500 28340 29068 27950 30184 Performance monitoring interrupts IWI: 0 1 3 3 0 0 0 0 IRQ work interrupts RTR: 2 0 0 0 0 0 0 0 APIC ICR read retries - RES: 4052216 3837800 4680252 4307394 4246786 4447727 4761575 5188926 Rescheduling interrupts - CAL: 13441336 11842092 10674627 9202650 9958865 10235624 9940176 10051599 Function call interrupts - TLB: 63745 63241 62885 62788 60811 64185 61278 63617 TLB shootdowns + RES: 6594333 6262106 7558198 7185124 6817368 7133172 7713307 8291414 Rescheduling interrupts + CAL: 23589160 20686792 18683374 15940658 17524952 17960447 17473374 17684378 Function call interrupts + TLB: 102288 103022 101951 102478 98994 102691 100058 102659 TLB shootdowns TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts DFR: 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts MCE: 0 0 0 0 0 0 0 0 Machine check exceptions - MCP: 497 498 498 498 498 498 498 498 Machine check polls + MCP: 820 821 821 821 821 821 821 821 Machine check polls ERR: 0 MIS: 0 PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event @@ -11478,60 +12621,60 @@ done | head -n 60 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -000775c3 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 -0006ae70 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 -000696f8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 -01d2dcd1 00000000 00002f46 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 -0008d282 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 -023cc74b 00000000 00000009 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 -00073443 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 -000726b3 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 +01b91bcb 00000000 00000007 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +000c6096 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +000bffa7 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +0312a74f 00000000 000052da 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +000f76d3 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +034d3004 00000000 0000000b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +000cd75a 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +000cfa68 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 --- softnet_stat decoded $ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n", NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat -cpu0 total=000775c3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu1 total=0006ae70 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu2 total=000696f8 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu3 total=01d2dce7 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu4 total=0008d282 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu5 total=023cc74b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu6 total=00073443 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu7 total=000726b3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu0 total=01b91bcb dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=000c6096 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=000bffa7 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=0312a757 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=000f76d4 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=034d3004 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=000cd75a dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=000cfa6b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 --- netstat drop counters (significant ones) $ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \ netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen|error)' | head -n 60 IpReasmFails 8170 0.0 IpFragFails 0 0.0 -TcpAttemptFails 62 0.0 -TcpRetransSegs 10403 0.0 -TcpInErrs 1 0.0 +TcpAttemptFails 3534 0.0 +TcpRetransSegs 439773 0.0 +TcpInErrs 13 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 TcpExtSyncookiesFailed 1 0.0 -TcpExtEmbryonicRsts 1 0.0 +TcpExtEmbryonicRsts 6 0.0 TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 -TcpExtTCPLossUndo 4 0.0 -TcpExtTCPLostRetransmit 1523 0.0 +TcpExtTCPLossUndo 26 0.0 +TcpExtTCPLostRetransmit 80034 0.0 TcpExtTCPRenoFailures 0 0.0 -TcpExtTCPSackFailures 0 0.0 -TcpExtTCPLossFailures 16 0.0 -TcpExtTCPFastRetrans 7004 0.0 -TcpExtTCPSlowStartRetrans 724 0.0 -TcpExtTCPLossProbes 3438 0.0 -TcpExtTCPLossProbeRecovery 39 0.0 +TcpExtTCPSackFailures 1 0.0 +TcpExtTCPLossFailures 37 0.0 +TcpExtTCPFastRetrans 427969 0.0 +TcpExtTCPSlowStartRetrans 1979 0.0 +TcpExtTCPLossProbes 10047 0.0 +TcpExtTCPLossProbeRecovery 205 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 81 0.0 -TcpExtTCPAbortOnData 1179 0.0 -TcpExtTCPAbortOnClose 4 0.0 +TcpExtTCPSackRecoveryFail 252 0.0 +TcpExtTCPAbortOnData 2453 0.0 +TcpExtTCPAbortOnClose 12 0.0 TcpExtTCPAbortOnMemory 0 0.0 -TcpExtTCPAbortOnTimeout 1 0.0 +TcpExtTCPAbortOnTimeout 9 0.0 TcpExtTCPAbortOnLinger 0 0.0 -TcpExtTCPAbortFailed 0 0.0 +TcpExtTCPAbortFailed 55 0.0 TcpExtTCPMD5Failure 0 0.0 TcpExtTCPBacklogDrop 0 0.0 TcpExtPFMemallocDrop 0 0.0 @@ -11544,7 +12687,7 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 127 0.0 +TcpExtTCPSynRetrans 1116 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 TcpExtTCPRcvQDrop 0 0.0 @@ -11569,105 +12712,145 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 517 -TCP: 87 (estab 18, closed 45, orphaned 0, timewait 43) +Total: 527 +TCP: 97 (estab 28, closed 45, orphaned 0, timewait 43) Transport Total IP IPv6 RAW 0 0 0 UDP 18 10 8 -TCP 42 29 13 -INET 60 39 21 +TCP 52 39 13 +INET 70 49 21 FRAG 0 0 0 --- ss -t -m (top TCP with skmem/cwnd/rto) $ ss -tno state established ( dport != :22 and sport != :22 ) -m -Recv-Q Send-Q Local Address:Port Peer Address:Port +Recv-Q Send-Q Local Address:Port Peer Address:Port 0 0 10.100.100.5:2049 10.100.100.3:959 - skmem:(r0,rb259792,t0,tb87040,f0,w0,o0,bl0,d3) -0 0 10.100.100.5:2049 10.100.100.7:853 - skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d1) -0 0 192.168.0.20:39994 199.165.136.100:443 timer:(keepalive,20sec,0) - skmem:(r0,rb204874,t0,tb87040,f0,w0,o0,bl0,d0) -0 0 10.100.100.5:2049 10.100.100.6:888 - skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 192.168.0.20:50426 178.156.152.91:443 timer:(keepalive,1.255sec,0) - skmem:(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) -0 0 10.100.100.5:946 10.100.100.4:2049 timer:(keepalive,1min,0) - skmem:(r0,rb558212,t0,tb696320,f0,w0,o0,bl0,d952) -0 0 192.168.0.20:35876 192.200.0.110:443 timer:(keepalive,828ms,0) - skmem:(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) -0 0 192.168.0.20:33432 9.9.9.9:443 timer:(keepalive,18sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.5:2049 10.100.100.7:734 - skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.5:2049 10.100.100.6:698 - skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.5:2049 10.100.100.1:922 - skmem:(r0,rb259936,t0,tb87040,f0,w0,o0,bl0,d6) + skmem:(r0,rb260048,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.9:1018 + skmem:(r0,rb8010762,t0,tb3290112,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.1:836 + skmem:(r0,rb11511474,t0,tb2689536,f0,w0,o0,bl0,d87) +0 0 10.100.100.5:2049 10.100.100.6:951 + skmem:(r0,rb12448948,t0,tb3577344,f0,w0,o0,bl0,d64) +0 0 10.100.100.5:2049 10.100.100.3:676 + skmem:(r0,rb259824,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.9:1004 + skmem:(r0,rb4861952,t0,tb3133440,f0,w0,o0,bl0,d3) +0 0 10.100.100.5:726 10.100.100.4:2049 timer:(keepalive,,0) + skmem:(r0,rb1027992,t0,tb3864576,f0,w0,o0,bl0,d61) +0 0 10.100.100.5:2049 10.100.100.7:974 + skmem:(r0,rb5951360,t0,tb2402304,f0,w0,o0,bl0,d214) +0 0 10.100.100.5:2049 10.100.100.1:969 + skmem:(r0,rb13834240,t0,tb2741760,f0,w0,o0,bl0,d54) +0 0 192.168.0.20:52460 9.9.9.9:443 timer:(keepalive,19sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.1:911 + skmem:(r0,rb14523669,t0,tb2167296,f0,w0,o0,bl0,d95) +0 0 192.168.0.20:50226 199.165.136.101:443 timer:(keepalive,10sec,0) + skmem:(r0,rb144374,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.9:682 + skmem:(r0,rb6100992,t0,tb3394560,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.9:825 + skmem:(r0,rb5942838,t0,tb3394560,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.3:843 + skmem:(r0,rb259984,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.0.20:56566 192.200.0.107:443 timer:(keepalive,10sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) 0 0 10.100.100.5:2049 10.100.100.6:810 - skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 192.168.0.20:44294 209.177.156.94:443 timer:(keepalive,18sec,0) - skmem:(r0,rb204970,t0,tb87040,f0,w0,o0,bl0,d0) -0 0 10.100.100.5:2049 10.100.100.6:694 - skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.5:2049 10.100.100.7:1007 - skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d2) -0 0 10.100.100.5:2049 10.100.100.7:749 - skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d1) -0 0 [::ffff:100.87.135.12]:45876 [::ffff:100.107.35.78]:41398 timer:(keepalive,5.138sec,0) - skmem:(r0,rb439424,t0,tb87040,f0,w0,o0,bl0,d8106) + skmem:(r0,rb8921687,t0,tb3838464,f0,w0,o0,bl0,d85) +0 0 10.100.100.5:2049 10.100.100.3:985 + skmem:(r0,rb260080,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.7:832 + skmem:(r0,rb14906496,t0,tb130560,f0,w0,o0,bl0,d218) +0 0 192.168.0.20:49980 178.156.134.232:443 timer:(keepalive,13sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.0.20:55730 192.73.248.83:443 timer:(keepalive,19sec,0) + skmem:(r0,rb144700,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.7:804 + skmem:(r0,rb16316901,t0,tb130560,f0,w0,o0,bl0,d237) +0 0 10.100.100.5:2049 10.100.100.6:825 + skmem:(r0,rb6862293,t0,tb3734016,f0,w0,o0,bl0,d62) +0 0 10.100.100.5:2049 10.100.100.6:814 + skmem:(r0,rb8667136,t0,tb4256256,f0,w0,o0,bl0,d90) +0 0 10.100.100.5:2049 10.100.100.1:897 + skmem:(r0,rb20646198,t0,tb6906624,f0,w0,o0,bl0,d52) +0 0 10.100.100.5:2049 10.100.100.7:807 + skmem:(r0,rb8489921,t0,tb130560,f0,w0,o0,bl0,d230) +0 0 [::ffff:100.87.135.12]:45876 [::ffff:100.107.35.78]:60792 timer:(keepalive,739ms,0) + skmem:(r0,rb439127,t0,tb130560,f0,w0,o0,bl0,d1464) --- ss -ti (TCP internals) $ ss -ti -State Recv-Q Send-Q Local Address:Port Peer Address:Port -ESTAB 0 0 10.100.100.5:nfs 10.100.100.3:959 - cubic wscale:10,10 rto:215 rtt:14.602/16.824 ato:44 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:2 ssthresh:2 bytes_sent:10216584 bytes_retrans:1240 bytes_acked:10215344 bytes_received:9221016 segs_out:54641 segs_in:100994 data_segs_out:54634 data_segs_in:54569 send 1.59Mbps lastsnd:8948 lastrcv:8948 lastack:8906 pacing_rate 1.9Mbps delivery_rate 8.15Mbps delivered:54632 app_limited busy:629992ms retrans:0/7 dsack_dups:4 rcv_rtt:212619 rcv_space:64948 rcv_ssthresh:129416 minrtt:1.663 snd_wnd:1346560 rcv_wnd:130048 -ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:domain-s - bbr wscale:12,12 rto:213 rtt:12.12/17.805 ato:49 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:140 bytes_sent:43132 bytes_retrans:328 bytes_acked:42804 bytes_received:37328 segs_out:224 segs_in:417 data_segs_out:221 data_segs_in:220 bbr:(bw:28.3Mbps,mrtt:0.41,pacing_gain:2.88672,cwnd_gain:2.88672) send 134Mbps lastsnd:7052 lastrcv:7052 lastack:7051 pacing_rate 687Mbps delivery_rate 28.3Mbps delivered:220 app_limited busy:3116ms retrans:0/2 rcv_space:14480 rcv_ssthresh:64088 minrtt:0.41 snd_wnd:45056 rcv_wnd:65536 -ESTAB 0 0 192.168.0.20:39994 199.165.136.100:https - cubic wscale:7,10 rto:265 rtt:64.756/15.869 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:4027371 bytes_acked:4027372 bytes_received:835181 segs_out:17122 segs_in:13244 data_segs_out:8575 data_segs_in:8565 send 1.79Mbps lastsnd:9392 lastrcv:9323 lastack:9323 pacing_rate 3.58Mbps delivery_rate 544kbps delivered:8576 app_limited busy:564285ms rcv_rtt:47144.2 rcv_space:66024 rcv_ssthresh:76654 minrtt:42.276 snd_wnd:80384 rcv_wnd:76800 -ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:888 - bbr wscale:12,12 rto:213 rtt:12.076/18.074 ato:49 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:94 bytes_sent:17600 bytes_acked:17600 bytes_received:14532 segs_out:85 segs_in:150 data_segs_out:84 data_segs_in:84 bbr:(bw:28.5Mbps,mrtt:0.407,pacing_gain:2.88672,cwnd_gain:2.88672) send 90.2Mbps lastsnd:11240 lastrcv:11240 lastack:11199 pacing_rate 665Mbps delivery_rate 28.5Mbps delivered:85 app_limited busy:572ms rcv_space:14480 rcv_ssthresh:64088 minrtt:0.407 snd_wnd:45056 rcv_wnd:65536 -ESTAB 0 0 192.168.0.20:50426 178.156.152.91:https - cubic wscale:7,10 rto:244 rtt:43.999/0.706 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:168136 bytes_acked:168137 bytes_received:26183 segs_out:2516 segs_in:2513 data_segs_out:867 data_segs_in:816 send 2.63Mbps lastsnd:9577 lastrcv:59173 lastack:9533 pacing_rate 5.27Mbps delivery_rate 745kbps delivered:868 app_limited busy:37794ms retrans:0/1 rcv_space:14480 rcv_ssthresh:73200 minrtt:41.518 snd_wnd:197376 rcv_wnd:73728 rehash:1 -ESTAB 0 0 10.100.100.5:946 10.100.100.4:nfs - cubic wscale:9,10 rto:208 rtt:7.761/5.501 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 ssthresh:45 bytes_sent:1558098196 bytes_retrans:2266532 bytes_acked:1555831665 bytes_received:10000290128 segs_out:4845514 segs_in:7565131 data_segs_out:1188016 data_segs_in:7186304 send 26.9Mbps lastsnd:708 lastrcv:707 lastack:707 pacing_rate 53.7Mbps delivery_rate 8.59Mbps delivered:1187708 app_limited busy:2905606ms retrans:0/2310 dsack_dups:2001 rcv_rtt:7.757 rcv_space:143352 rcv_ssthresh:370687 minrtt:1.584 rcv_ooopack:3546 snd_wnd:644608 rcv_wnd:370688 rehash:74 -ESTAB 0 0 192.168.0.20:35876 192.200.0.110:https - cubic wscale:10,10 rto:342 rtt:141.752/1.402 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:20067 bytes_acked:20068 bytes_received:406619 segs_out:6330 segs_in:6340 data_segs_out:82 data_segs_in:3279 send 817kbps lastsnd:353567 lastrcv:29202 lastack:29202 pacing_rate 1.63Mbps delivery_rate 415kbps delivered:83 app_limited busy:9222ms rcv_rtt:643 rcv_space:16879 rcv_ssthresh:83861 minrtt:139.765 snd_wnd:76800 rcv_wnd:83968 -ESTAB 0 0 192.168.0.20:33432 9.9.9.9:https - bbr wscale:11,12 rto:212 rtt:11.812/0.903 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:7633 bytes_acked:7634 bytes_received:8105 segs_out:128 segs_in:117 data_segs_out:112 data_segs_in:61 bbr:(bw:2.38Mbps,mrtt:10.159,pacing_gain:2.88672,cwnd_gain:2.88672) send 17.7Mbps lastsnd:9128 lastrcv:9118 lastack:9118 pacing_rate 22.2Mbps delivery_rate 2.38Mbps delivered:113 app_limited busy:692ms rcv_space:14480 rcv_ssthresh:55081 minrtt:10.159 snd_wnd:45056 rcv_wnd:57344 -ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:734 - bbr wscale:12,12 rto:213 rtt:12.516/17.924 ato:60 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:138 bytes_sent:40580 bytes_acked:40580 bytes_received:37396 segs_out:221 segs_in:414 data_segs_out:220 data_segs_in:220 bbr:(bw:28.5Mbps,mrtt:0.407,pacing_gain:2.88672,cwnd_gain:2.88672) send 128Mbps lastsnd:13374 lastrcv:13374 lastack:13373 pacing_rate 681Mbps delivery_rate 28.5Mbps delivered:221 app_limited busy:2587ms rcv_space:14480 rcv_ssthresh:64088 minrtt:0.407 snd_wnd:45056 rcv_wnd:65536 -ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:698 - bbr wscale:12,12 rto:216 rtt:15.171/20.578 ato:47 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:111 bytes_sent:20168 bytes_acked:20168 bytes_received:17068 segs_out:104 segs_in:167 data_segs_out:101 data_segs_in:101 bbr:(bw:31.6Mbps,mrtt:0.367,pacing_gain:2.88672,cwnd_gain:2.88672) send 84.8Mbps lastsnd:11244 lastrcv:11244 lastack:11202 pacing_rate 680Mbps delivery_rate 31.6Mbps delivered:102 app_limited busy:677ms rcv_space:14480 rcv_ssthresh:64088 minrtt:0.367 snd_wnd:45056 rcv_wnd:65536 -ESTAB 0 0 100.87.135.12:ssh 100.101.187.119:56778 - bbr wscale:7,12 rto:202 rtt:1.659/1.717 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:27 bytes_sent:5449 bytes_retrans:8 bytes_acked:5441 bytes_received:3941 segs_out:25 segs_in:24 data_segs_out:18 data_segs_in:14 bbr:(bw:33.9Mbps,mrtt:0.54,pacing_gain:2.88672,cwnd_gain:2.88672) send 160Mbps lastsnd:1052 lastrcv:1052 lastack:1051 pacing_rate 520Mbps delivery_rate 33.9Mbps delivered:19 app_limited busy:31ms retrans:0/1 dsack_dups:1 rcv_rtt:9 rcv_space:12280 rcv_ssthresh:78504 minrtt:0.54 snd_wnd:76544 rcv_wnd:81920 -ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:922 - cubic wscale:10,10 rto:214 rtt:13.619/14.829 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:2 ssthresh:2 bytes_sent:2767368 bytes_retrans:1496 bytes_acked:2765872 bytes_received:2355180 segs_out:14075 segs_in:23438 data_segs_out:14058 data_segs_in:13933 send 1.7Mbps lastsnd:2245 lastrcv:2245 lastack:2202 pacing_rate 2.04Mbps delivery_rate 17.5Mbps delivered:14053 app_limited busy:264211ms retrans:0/8 dsack_dups:2 rcv_rtt:196090 rcv_space:64984 rcv_ssthresh:129488 minrtt:1.116 snd_wnd:169984 rcv_wnd:130048 -ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:810 - bbr wscale:12,12 rto:209 rtt:8.334/13.486 ato:48 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:98 bytes_sent:15844 bytes_acked:15844 bytes_received:15016 segs_out:89 segs_in:157 data_segs_out:88 data_segs_in:88 bbr:(bw:28.6Mbps,mrtt:0.405,pacing_gain:2.88672,cwnd_gain:2.88672) send 136Mbps lastsnd:5820 lastrcv:5820 lastack:5819 pacing_rate 728Mbps delivery_rate 28.6Mbps delivered:89 app_limited busy:525ms rcv_space:14480 rcv_ssthresh:64088 minrtt:0.405 snd_wnd:45056 rcv_wnd:65536 -ESTAB 0 0 192.168.0.20:44294 209.177.156.94:https - cubic wscale:7,10 rto:213 rtt:12.339/1.278 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:118725 bytes_acked:118726 bytes_received:208195 segs_out:3142 segs_in:2982 data_segs_out:682 data_segs_in:1391 send 9.39Mbps lastsnd:11400 lastrcv:11386 lastack:11386 pacing_rate 18.8Mbps delivery_rate 3.47Mbps delivered:683 app_limited busy:4565ms rcv_rtt:94004.2 rcv_space:66055 rcv_ssthresh:131490 minrtt:13.179 snd_wnd:197120 rcv_wnd:132096 -ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:694 - bbr wscale:12,12 rto:207 rtt:6.501/10.551 ato:45 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:97 bytes_sent:16656 bytes_acked:16656 bytes_received:14912 segs_out:88 segs_in:153 data_segs_out:87 data_segs_in:87 bbr:(bw:26.9Mbps,mrtt:0.43,pacing_gain:2.88672,cwnd_gain:2.88672) send 173Mbps lastsnd:5482 lastrcv:5482 lastack:5481 pacing_rate 720Mbps delivery_rate 26.9Mbps delivered:88 app_limited busy:735ms rcv_space:14480 rcv_ssthresh:64088 minrtt:0.43 snd_wnd:45056 rcv_wnd:65536 -ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:1007 - bbr wscale:12,12 rto:213 rtt:12.328/17.89 ato:57 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:138 bytes_sent:41548 bytes_retrans:328 bytes_acked:41220 bytes_received:37336 segs_out:227 segs_in:416 data_segs_out:222 data_segs_in:222 bbr:(bw:26.6Mbps,mrtt:0.436,pacing_gain:2.88672,cwnd_gain:2.88672) send 130Mbps lastsnd:7249 lastrcv:7249 lastack:7248 pacing_rate 698Mbps delivery_rate 26.6Mbps delivered:221 app_limited busy:3283ms retrans:0/2 rcv_space:14480 rcv_ssthresh:64088 minrtt:0.436 snd_wnd:45056 rcv_wnd:65536 -ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:kerberos-adm - bbr wscale:12,12 rto:211 rtt:10.603/16.148 ato:59 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:140 bytes_sent:45016 bytes_retrans:328 bytes_acked:44688 bytes_received:39356 segs_out:240 segs_in:420 data_segs_out:235 data_segs_in:234 bbr:(bw:35.9Mbps,mrtt:0.422,pacing_gain:2.88672,cwnd_gain:2.88672) send 153Mbps lastsnd:13386 lastrcv:13387 lastack:13385 pacing_rate 669Mbps delivery_rate 35.9Mbps delivered:234 app_limited busy:3675ms retrans:0/2 rcv_space:14480 rcv_ssthresh:64088 minrtt:0.422 snd_wnd:45056 rcv_wnd:65536 -ESTAB 0 0 [::ffff:100.87.135.12]:45876 [::ffff:100.107.35.78]:41398 - cubic wscale:11,10 rto:245 rtt:44.915/1.212 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:7 ssthresh:7 bytes_sent:3398767 bytes_retrans:180 bytes_acked:3398587 bytes_received:605439 segs_out:38980 segs_in:32762 data_segs_out:14564 data_segs_in:13749 send 1.53Mbps lastsnd:25229 lastrcv:25185 lastack:9852 pacing_rate 1.84Mbps delivery_rate 1.36Mbps delivered:14562 app_limited busy:395483ms retrans:0/5 dsack_dups:2 rcv_rtt:400132 rcv_space:65183 rcv_ssthresh:40288 minrtt:43.293 rcv_ooopack:1 snd_wnd:528384 rcv_wnd:65536 rehash:4 +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 10.100.100.5:nfs 10.100.100.3:959 + bbr wscale:12,12 rto:216 rtt:15.172/19.192 ato:49 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:46 bytes_sent:762800 bytes_acked:762800 bytes_received:693860 segs_out:4116 segs_in:8167 data_segs_out:4107 data_segs_in:4107 bbr:(bw:9.31Mbps,mrtt:1.244,pacing_gain:2.88672,cwnd_gain:2.88672) send 35.1Mbps lastsnd:1391 lastrcv:1391 lastack:1390 pacing_rate 172Mbps delivery_rate 9.31Mbps delivered:4108 app_limited busy:29001ms rcv_rtt:55578.5 rcv_space:65012 rcv_ssthresh:129544 minrtt:1.244 snd_wnd:471040 rcv_wnd:131072 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.9:1018 + bbr wscale:12,12 rto:207 rtt:6.943/10.229 ato:49 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:190 ssthresh:152 bytes_sent:322728544 bytes_retrans:116 bytes_acked:322728428 bytes_received:336749316 segs_out:246304 segs_in:320789 data_segs_out:228786 data_segs_in:238204 bbr:(bw:875Mbps,mrtt:0.341,pacing_gain:1.25,cwnd_gain:2) send 317Mbps lastsnd:7664 lastrcv:7664 lastack:7663 pacing_rate 1.08Gbps delivery_rate 535Mbps delivered:228787 app_limited busy:61767ms rwnd_limited:2ms(0.0%) retrans:0/1 dsack_dups:1 rcv_rtt:1 rcv_space:1462344 rcv_ssthresh:5944774 minrtt:0.247 rcv_ooopack:8583 snd_wnd:933888 rcv_wnd:5947392 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:836 + bbr wscale:12,12 rto:211 rtt:10.832/15.468 ato:42 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:132 ssthresh:142 bytes_sent:553197240 bytes_retrans:153137500 bytes_acked:400059740 bytes_received:1859748060 segs_out:979666 segs_in:1437295 data_segs_out:407580 data_segs_in:1296869 bbr:(bw:299Mbps,mrtt:1.234,pacing_gain:1.25,cwnd_gain:2) send 141Mbps lastsnd:4015 lastrcv:4015 lastack:3973 pacing_rate 370Mbps delivery_rate 71.5Mbps delivered:301792 app_limited busy:273956ms retrans:0/105889 dsack_dups:62 reord_seen:2 rcv_rtt:1.125 rcv_space:2534000 rcv_ssthresh:7644338 minrtt:0.839 rcv_ooopack:84062 snd_wnd:1478656 rcv_wnd:7647232 rehash:25 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:951 + bbr wscale:12,12 rto:210 rtt:9.656/16.139 ato:51 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:154 ssthresh:136 bytes_sent:8482534000 bytes_retrans:1880 bytes_acked:8482532120 bytes_received:859539564 segs_out:5941696 segs_in:1193415 data_segs_out:5876113 data_segs_in:611850 bbr:(bw:1.04Gbps,mrtt:0.083,pacing_gain:1.25,cwnd_gain:2) send 185Mbps lastsnd:9707 lastrcv:9707 lastack:9665 pacing_rate 1.29Gbps delivery_rate 140Mbps delivered:5876112 app_limited busy:322089ms rwnd_limited:1ms(0.0%) retrans:0/5 dsack_dups:3 rcv_rtt:6.625 rcv_space:2772920 rcv_ssthresh:8266879 minrtt:0.083 rcv_ooopack:231840 snd_wnd:2998272 rcv_wnd:8269824 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.3:676 + bbr wscale:12,12 rto:211 rtt:10.262/14.589 ato:72 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:42 bytes_sent:759024 bytes_acked:759024 bytes_received:693892 segs_out:4117 segs_in:8168 data_segs_out:4108 data_segs_in:4108 bbr:(bw:9.36Mbps,mrtt:1.238,pacing_gain:2.88672,cwnd_gain:2.88672) send 47.4Mbps lastsnd:1538 lastrcv:1538 lastack:1537 pacing_rate 164Mbps delivery_rate 9.36Mbps delivered:4109 app_limited busy:28166ms rcv_rtt:45272.6 rcv_space:64956 rcv_ssthresh:129432 minrtt:1.238 snd_wnd:471040 rcv_wnd:131072 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.9:1004 + bbr wscale:12,12 rto:206 rtt:5.919/8.549 ato:44 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:134 ssthresh:212 bytes_sent:335091608 bytes_acked:335091608 bytes_received:323436856 segs_out:255217 segs_in:320818 data_segs_out:237348 data_segs_in:229049 bbr:(bw:344Mbps,mrtt:0.421,pacing_gain:1.25,cwnd_gain:2) send 262Mbps lastsnd:7502 lastrcv:7503 lastack:7501 pacing_rate 425Mbps delivery_rate 230Mbps delivered:237349 busy:61367ms rwnd_limited:6ms(0.0%) rcv_rtt:1.375 rcv_space:1478408 rcv_ssthresh:3436873 minrtt:0.291 rcv_ooopack:7521 snd_wnd:876544 rcv_wnd:3440640 +ESTAB 0 0 10.100.100.5:726 10.100.100.4:nfs + bbr wscale:9,12 rto:203 rtt:2.437/1.605 ato:48 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:102 ssthresh:217 bytes_sent:765921132 bytes_retrans:3066320 bytes_acked:762834977 bytes_received:195892684 segs_out:658574 segs_in:412345 data_segs_out:556166 data_segs_in:267245 bbr:(bw:228Mbps,mrtt:0.223,pacing_gain:1.25,cwnd_gain:2) send 485Mbps lastsnd:1350 lastrcv:1164 lastack:1164 pacing_rate 282Mbps delivery_rate 182Mbps delivered:554975 app_limited busy:317409ms rwnd_limited:341ms(0.1%) retrans:0/3216 dsack_dups:2575 rcv_rtt:1.125 rcv_space:377060 rcv_ssthresh:754931 minrtt:0.223 rcv_ooopack:26 snd_wnd:855552 rcv_wnd:757760 rehash:39 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:974 + bbr wscale:12,12 rto:205 rtt:4.891/8.868 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:40 ssthresh:138 bytes_sent:24793316 bytes_retrans:116 bytes_acked:24793200 bytes_received:1372935676 segs_out:106298 segs_in:971696 data_segs_out:32777 data_segs_in:954700 bbr:(bw:111Mbps,mrtt:0.11,pacing_gain:1.25,cwnd_gain:2) send 94.7Mbps lastsnd:386 lastrcv:414 lastack:386 pacing_rate 138Mbps delivery_rate 111Mbps delivered:32777 busy:102221ms retrans:0/1 rcv_rtt:4 rcv_space:1705196 rcv_ssthresh:4450055 minrtt:0.104 rcv_ooopack:60414 snd_wnd:13029376 rcv_wnd:4444160 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:969 + bbr wscale:12,12 rto:213 rtt:12.566/17.568 ato:45 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:172 ssthresh:156 bytes_sent:562725664 bytes_retrans:156069504 bytes_acked:406656160 bytes_received:1848023148 segs_out:984804 segs_in:1434348 data_segs_out:414211 data_segs_in:1288676 bbr:(bw:404Mbps,mrtt:0.613,pacing_gain:1.25,cwnd_gain:2) send 159Mbps lastsnd:2061 lastrcv:2061 lastack:2060 pacing_rate 500Mbps delivery_rate 213Mbps delivered:306367 app_limited busy:270393ms rwnd_limited:1ms(0.0%) retrans:0/107899 dsack_dups:46 reordering:10 reord_seen:1 rcv_rtt:6.75 rcv_space:2922064 rcv_ssthresh:9186800 minrtt:0.613 rcv_ooopack:79980 snd_wnd:1245184 rcv_wnd:9187328 rehash:23 +ESTAB 0 0 192.168.0.20:52460 9.9.9.9:https + bbr wscale:11,12 rto:216 rtt:15.273/10.841 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:824 bytes_acked:825 bytes_received:4579 segs_out:15 segs_in:14 data_segs_out:8 data_segs_in:8 bbr:(bw:4.42Mbps,mrtt:9.141,pacing_gain:2.88672,cwnd_gain:2.88672) send 13.7Mbps lastsnd:9406 lastrcv:9396 lastack:9396 pacing_rate 27.9Mbps delivery_rate 4.42Mbps delivered:9 app_limited busy:87ms rcv_space:14480 rcv_ssthresh:54875 minrtt:9.141 snd_wnd:45056 rcv_wnd:57344 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:911 + bbr wscale:12,12 rto:209 rtt:8.959/13.193 ato:53 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:104 ssthresh:142 bytes_sent:527661648 bytes_retrans:146547700 bytes_acked:381113948 bytes_received:1788542852 segs_out:940858 segs_in:1391307 data_segs_out:389942 data_segs_in:1247677 bbr:(bw:266Mbps,mrtt:0.43,pacing_gain:1.25,cwnd_gain:2) send 134Mbps lastsnd:1942 lastrcv:1942 lastack:1941 pacing_rate 329Mbps delivery_rate 69.3Mbps delivered:288652 app_limited busy:271253ms retrans:0/101303 dsack_dups:10 rcv_rtt:6.013 rcv_space:2968400 rcv_ssthresh:10268687 minrtt:0.43 rcv_ooopack:72506 snd_wnd:1171456 rcv_wnd:10272768 rehash:16 +ESTAB 0 0 192.168.0.20:50226 199.165.136.101:https + bbr wscale:7,12 rto:267 rtt:66.525/6.802 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:36 bytes_sent:2446077 bytes_acked:2446078 bytes_received:513370 segs_out:10492 segs_in:8258 data_segs_out:5258 data_segs_in:5243 bbr:(bw:2.45Mbps,mrtt:42.643,pacing_gain:2.88672,cwnd_gain:2.88672) send 6.27Mbps lastsnd:2150 lastrcv:2085 lastack:2085 pacing_rate 7.13Mbps delivery_rate 2.45Mbps delivered:5259 app_limited busy:343942ms rcv_rtt:39180.8 rcv_space:46527 rcv_ssthresh:66459 minrtt:42.643 snd_wnd:73216 rcv_wnd:69632 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.9:682 + bbr wscale:12,12 rto:211 rtt:10.528/14.063 ato:46 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:200 ssthresh:160 bytes_sent:322295028 bytes_retrans:560 bytes_acked:322294468 bytes_received:326753836 segs_out:245662 segs_in:324486 data_segs_out:228519 data_segs_in:231333 bbr:(bw:740Mbps,mrtt:0.479,pacing_gain:1.25,cwnd_gain:2) send 220Mbps lastsnd:7523 lastrcv:7523 lastack:7522 pacing_rate 916Mbps delivery_rate 342Mbps delivered:228520 app_limited busy:62216ms retrans:0/1 dsack_dups:1 rcv_rtt:1.125 rcv_space:1142472 rcv_ssthresh:4313592 minrtt:0.257 rcv_ooopack:7450 snd_wnd:794624 rcv_wnd:4317184 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.9:825 + bbr wscale:12,12 rto:207 rtt:6.673/9.779 ato:62 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:154 ssthresh:152 bytes_sent:349998392 bytes_acked:349998392 bytes_received:324455180 segs_out:264794 segs_in:336574 data_segs_out:247621 data_segs_in:229751 bbr:(bw:674Mbps,mrtt:0.129,pacing_gain:1.25,cwnd_gain:2) send 267Mbps lastsnd:7603 lastrcv:7603 lastack:7602 pacing_rate 834Mbps delivery_rate 400Mbps delivered:247622 busy:61674ms rcv_rtt:1 rcv_space:1935976 rcv_ssthresh:4363566 minrtt:0.129 rcv_ooopack:7008 snd_wnd:901120 rcv_wnd:4366336 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.3:843 + bbr wscale:12,12 rto:217 rtt:16.263/18.235 ato:45 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:46 bytes_sent:760368 bytes_retrans:164 bytes_acked:760204 bytes_received:693604 segs_out:4112 segs_in:8178 data_segs_out:4107 data_segs_in:4106 bbr:(bw:26.1Mbps,mrtt:0.443,pacing_gain:2.88672,cwnd_gain:2.88672) send 32.8Mbps lastsnd:11548 lastrcv:11548 lastack:11506 pacing_rate 175Mbps delivery_rate 26.1Mbps delivered:4108 app_limited busy:28894ms retrans:0/1 dsack_dups:1 rcv_rtt:55614.3 rcv_space:64996 rcv_ssthresh:129512 minrtt:0.443 snd_wnd:466944 rcv_wnd:131072 +ESTAB 0 0 100.87.135.12:ssh 100.101.187.119:33158 + bbr wscale:7,12 rto:206 rtt:5.162/8.516 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:27 bytes_sent:5441 bytes_acked:5441 bytes_received:3941 segs_out:24 segs_in:23 data_segs_out:17 data_segs_in:14 bbr:(bw:33.5Mbps,mrtt:0.586,pacing_gain:2.88672,cwnd_gain:2.88672) send 51.4Mbps lastsnd:1304 lastrcv:1304 lastack:1303 pacing_rate 272Mbps delivery_rate 33.5Mbps delivered:18 app_limited busy:62ms rcv_rtt:5 rcv_space:12280 rcv_ssthresh:78504 minrtt:0.586 snd_wnd:76544 rcv_wnd:81920 +ESTAB 0 0 192.168.0.20:56566 192.200.0.107:https + bbr wscale:10,12 rto:344 rtt:141.764/3.378 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:22 bytes_sent:5774 bytes_acked:5775 bytes_received:87669 segs_out:1159 segs_in:1167 data_segs_out:21 data_segs_in:610 bbr:(bw:411kbps,mrtt:139.3,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.8Mbps lastsnd:267869 lastrcv:50013 lastack:19772 pacing_rate 2.34Mbps delivery_rate 411kbps delivered:22 app_limited busy:2118ms rcv_rtt:451.875 rcv_space:19780 rcv_ssthresh:55700 minrtt:139.3 snd_wnd:81920 rcv_wnd:57344 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:810 + bbr wscale:12,12 rto:205 rtt:4.959/9.409 ato:131 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:152 ssthresh:138 bytes_sent:8480823056 bytes_retrans:728 bytes_acked:8480822328 bytes_received:869589784 segs_out:5940405 segs_in:1203426 data_segs_out:5874864 data_segs_in:618789 bbr:(bw:774Mbps,mrtt:0.09,pacing_gain:1.25,cwnd_gain:2) send 355Mbps lastsnd:2380 lastrcv:2380 lastack:2379 pacing_rate 958Mbps delivery_rate 701Mbps delivered:5874863 app_limited busy:321832ms retrans:0/5 dsack_dups:3 rcv_rtt:9.484 rcv_space:2080776 rcv_ssthresh:6307911 minrtt:0.086 rcv_ooopack:223159 snd_wnd:1097728 rcv_wnd:6311936 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.3:985 + bbr wscale:12,12 rto:213 rtt:12.612/17.281 ato:73 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:46 bytes_sent:760944 bytes_acked:760944 bytes_received:693564 segs_out:4111 segs_in:8173 data_segs_out:4106 data_segs_in:4106 bbr:(bw:10.3Mbps,mrtt:1.129,pacing_gain:2.88672,cwnd_gain:2.88672) send 42.3Mbps lastsnd:1373 lastrcv:1373 lastack:1372 pacing_rate 170Mbps delivery_rate 10.3Mbps delivered:4107 app_limited busy:28219ms rcv_rtt:55487.9 rcv_space:65020 rcv_ssthresh:129560 minrtt:1.129 snd_wnd:466944 rcv_wnd:131072 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:832 + bbr wscale:12,12 rto:205 rtt:4.645/8.707 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:46 ssthresh:136 bytes_sent:23513852 bytes_retrans:604 bytes_acked:23513248 bytes_received:1357164400 segs_out:104502 segs_in:960499 data_segs_out:31818 data_segs_in:943749 bbr:(bw:125Mbps,mrtt:0.115,pacing_gain:1.25,cwnd_gain:2) send 115Mbps lastsnd:419 lastrcv:443 lastack:419 pacing_rate 155Mbps delivery_rate 125Mbps delivered:31818 app_limited busy:98425ms retrans:0/4 dsack_dups:3 rcv_rtt:9.125 rcv_space:3933424 rcv_ssthresh:11066927 minrtt:0.115 rcv_ooopack:84679 snd_wnd:1605632 rcv_wnd:11067392 +ESTAB 0 0 192.168.0.20:49980 178.156.134.232:https + bbr wscale:7,12 rto:247 rtt:46.229/0.678 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:26 bytes_sent:100420 bytes_acked:100421 bytes_received:16708 segs_out:1451 segs_in:1443 data_segs_out:499 data_segs_in:465 bbr:(bw:1.71Mbps,mrtt:39.802,pacing_gain:2.88672,cwnd_gain:2.88672) send 6.52Mbps lastsnd:32359 lastrcv:37063 lastack:1950 pacing_rate 4.88Mbps delivery_rate 1.71Mbps delivered:500 app_limited busy:22942ms retrans:0/1 rcv_space:14480 rcv_ssthresh:52317 minrtt:39.802 snd_wnd:197376 rcv_wnd:53248 rehash:1 +ESTAB 0 0 192.168.0.20:55730 192.73.248.83:https + bbr wscale:7,12 rto:221 rtt:20.696/14.385 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:4 bytes_sent:39214 bytes_acked:39215 bytes_received:177454 segs_out:1757 segs_in:1702 data_segs_out:221 data_segs_in:1017 bbr:(bw:2.35Mbps,mrtt:12.66,pacing_gain:1,cwnd_gain:1) send 2.24Mbps lastsnd:10410 lastrcv:10394 lastack:10394 pacing_rate 20.3Mbps delivery_rate 2.35Mbps delivered:222 app_limited busy:2012ms rcv_rtt:308804 rcv_space:46632 rcv_ssthresh:92644 minrtt:12.059 snd_wnd:64128 rcv_wnd:94208 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:804 + bbr wscale:12,12 rto:204 rtt:3.95/7.294 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:46 ssthresh:136 bytes_sent:25113404 bytes_retrans:1044 bytes_acked:25112360 bytes_received:1355874132 segs_out:104869 segs_in:959916 data_segs_out:32914 data_segs_in:942883 bbr:(bw:127Mbps,mrtt:0.113,pacing_gain:1.25,cwnd_gain:2) send 135Mbps lastsnd:5732 lastrcv:5785 lastack:5732 pacing_rate 157Mbps delivery_rate 127Mbps delivered:32909 app_limited busy:99207ms retrans:0/3 dsack_dups:3 rcv_rtt:12.725 rcv_space:1745508 rcv_ssthresh:11536558 minrtt:0.106 rcv_ooopack:82173 snd_wnd:663552 rcv_wnd:11538432 rehash:1 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:825 + bbr wscale:12,12 rto:203 rtt:2.765/5.236 ato:75 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:158 ssthresh:136 bytes_sent:8478033688 bytes_retrans:2440 bytes_acked:8478031248 bytes_received:845003640 segs_out:5947785 segs_in:1186516 data_segs_out:5873192 data_segs_in:602085 bbr:(bw:1.11Gbps,mrtt:0.095,pacing_gain:1.25,cwnd_gain:2) send 662Mbps lastsnd:2163 lastrcv:2163 lastack:2163 pacing_rate 1.37Gbps delivery_rate 356Mbps delivered:5873191 app_limited busy:322841ms retrans:0/11 dsack_dups:9 rcv_rtt:1 rcv_space:1656344 rcv_ssthresh:4556991 minrtt:0.095 rcv_ooopack:269960 snd_wnd:868352 rcv_wnd:4558848 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:814 + bbr wscale:12,12 rto:204 rtt:3.968/7.321 ato:61 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:152 ssthresh:136 bytes_sent:8467973708 bytes_retrans:2812 bytes_acked:8467970896 bytes_received:948567268 segs_out:5938660 segs_in:1257521 data_segs_out:5866218 data_segs_in:673567 bbr:(bw:907Mbps,mrtt:0.089,pacing_gain:1.25,cwnd_gain:2) send 444Mbps lastsnd:2190 lastrcv:2190 lastack:2189 pacing_rate 1.12Gbps delivery_rate 130Mbps delivered:5866218 app_limited busy:321645ms retrans:0/10 dsack_dups:9 rcv_rtt:10.154 rcv_space:2205304 rcv_ssthresh:6127936 minrtt:0.089 rcv_ooopack:274330 snd_wnd:884736 rcv_wnd:6131712 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:897 + bbr wscale:12,12 rto:210 rtt:9.88/14.168 ato:42 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:94 ssthresh:136 bytes_sent:507232460 bytes_retrans:140462764 bytes_acked:366769696 bytes_received:1856427628 segs_out:949770 segs_in:1429918 data_segs_out:375968 data_segs_in:1294583 bbr:(bw:217Mbps,mrtt:0.633,pacing_gain:1.25,cwnd_gain:2) send 110Mbps lastsnd:2118 lastrcv:2118 lastack:2116 pacing_rate 269Mbps delivery_rate 70.2Mbps delivered:278892 app_limited busy:272948ms retrans:0/97120 dsack_dups:17 rcv_rtt:1 rcv_space:4270152 rcv_ssthresh:13307119 minrtt:0.633 rcv_ooopack:81589 snd_wnd:1622016 rcv_wnd:13307904 rehash:20 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:807 + bbr wscale:12,12 rto:201 rtt:0.587/0.826 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:42 ssthresh:136 bytes_sent:23093688 bytes_retrans:340 bytes_acked:23093348 bytes_received:1366132660 segs_out:104222 segs_in:966735 data_segs_out:31603 data_segs_in:950005 bbr:(bw:121Mbps,mrtt:0.104,pacing_gain:1.25,cwnd_gain:2) send 829Mbps lastsnd:5788 lastrcv:5823 lastack:5788 pacing_rate 150Mbps delivery_rate 121Mbps delivered:31603 app_limited busy:97736ms retrans:0/3 dsack_dups:2 rcv_rtt:9.765 rcv_space:2347548 rcv_ssthresh:6002639 minrtt:0.104 rcv_ooopack:79473 snd_wnd:3747840 rcv_wnd:6004736 +ESTAB 0 124 [::ffff:100.87.135.12]:45876 [::ffff:100.107.35.78]:60792 + bbr wscale:11,12 rto:250 rtt:49.584/1.36 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:20 bytes_sent:630171 bytes_acked:630047 bytes_received:110691 segs_out:6522 segs_in:5959 data_segs_out:2108 data_segs_in:2497 bbr:(bw:877kbps,mrtt:47.76,pacing_gain:2.88672,cwnd_gain:2.88672) send 3.96Mbps lastsnd:17 lastrcv:318 lastack:318 pacing_rate 5.52Mbps delivery_rate 878kbps delivered:2106 app_limited busy:73708ms unacked:3 rcv_rtt:456996 rcv_space:65183 rcv_ssthresh:38912 minrtt:47.724 snd_wnd:555008 rcv_wnd:65536 --- /proc/net/snmp (TCP summary) $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 115588 389331 62 17 18 12960162 8971246 10403 1 3009 0 +Tcp: 1 200 120000 -1 190659 809900 3534 38 28 29526375 46238368 439773 13 5964 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- TCP retrans stats $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 115588 389331 62 17 18 12960162 8971246 10403 1 3009 0 +Tcp: 1 200 120000 -1 190659 809900 3534 38 28 29526375 46238368 439773 13 5964 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -11733,10 +12916,10 @@ sdf 0 512 131072 512 512 1 mq- --- lsblk -O (everything, capped) $ lsblk -O ALIGNMENT ID-LINK ID DISC-ALN DAX DISC-GRAN DISK-SEQ DISC-MAX DISC-ZERO FSAVAIL FSROOTS FSSIZE FSTYPE FSUSED FSUSE% FSVER GROUP HCTL HOTPLUG KNAME LABEL LOG-SEC MAJ:MIN MAJ MIN MIN-IO MODE MODEL MQ NAME OPT-IO OWNER PARTFLAGS PARTLABEL PARTN PARTTYPE PARTTYPENAME PARTUUID PATH PHY-SEC PKNAME PTTYPE PTUUID RA RAND REV RM RO ROTA RQ-SIZE SCHED SERIAL SIZE START STATE SUBSYSTEMS MOUNTPOINT MOUNTPOINTS TRAN TYPE UUID VENDOR WSAME WWN ZONED ZONE-SZ ZONE-WGRAN ZONE-APP ZONE-NR ZONE-OMAX ZONE-AMAX - 0 wwn-0x5000c500a1f41c72 0x5000c500a1f41c72 0 0 0B 9 0B 0 869.2G / 915.8G ext4 2M 0% 1.0 disk 0:0:0:0 0 sda 512 8:0 8 0 4096 brw-rw---- ST1000VN002-2EY102 1 sda 0 root /dev/sda 4096 8192 1 SC60 0 0 1 2 mq-deadline Z9C13271 931.5G running block:scsi:pci /mnt/pfv-tsys5/S3 /mnt/pfv-tsys5/S3 ata disk f0ce9391-a061-4c99-9257-3781dbfd0b63 ATA 0B 0x5000c500a1f41c72 none 0B 0B 0B 0 0 0 + 0 wwn-0x5000c500a1f41c72 0x5000c500a1f41c72 0 0 0B 9 0B 0 862.3G / 915.8G ext4 7G 1% 1.0 disk 0:0:0:0 0 sda 512 8:0 8 0 4096 brw-rw---- ST1000VN002-2EY102 1 sda 0 root /dev/sda 4096 8192 1 SC60 0 0 1 2 mq-deadline Z9C13271 931.5G running block:scsi:pci /mnt/pfv-tsys5/S3 /mnt/pfv-tsys5/S3 ata disk f0ce9391-a061-4c99-9257-3781dbfd0b63 ATA 0B 0x5000c500a1f41c72 none 0B 0B 0B 0 0 0 0 wwn-0x5000039fe4e4e05d 0x5000039fe4e4e05d 0 0 0B 10 0B 0 434.1G / 457.4G ext4 2M 0% 1.0 disk 1:0:0:0 0 sdb 512 8:16 8 16 4096 brw-rw---- TOSHIBA DT01ACA050 1 sdb 0 root /dev/sdb 4096 8192 1 MS1OA7S0 0 0 1 2 mq-deadline Z58M3U4KS 465.8G running block:scsi:pci /mnt/pfv-tsys5/S4 /mnt/pfv-tsys5/S4 ata disk 67accd89-6ff5-4560-8f07-47fbdf76db6d ATA 0B 0x5000039fe4e4e05d none 0B 0B 0B 0 0 0 0 wwn-0x5002538e70081ee4 0x5002538e70081ee4 0 0 0B 11 0B 0 disk 4:0:0:0 0 sdc 512 8:32 8 32 512 brw-rw---- Samsung SSD 860 PRO 256GB 1 sdc 131072 root /dev/sdc 512 gpt cf34f3d7-9bda-41db-b030-121fbe5c26fe 4096 0 RVM01B6Q 0 0 0 254 mq-deadline S45GNG0K805039L 238.5G running block:scsi:pci sas disk ATA 0B 0x5002538e70081ee4 none 0B 0B 0B 0 0 0 - 0 wwn-0x5002538e70081ee4-part1 0x5002538e70081ee4-part1 0 0 0B 11 0B 0 139.3G / 233.7G ext4 82.5G 35% 1.0 disk 0 sdc1 512 8:33 8 33 512 brw-rw---- 1 └─sdc1 131072 root 1 0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem 17c50b78-8d2b-4e65-9e45-88e9b1e994f4 /dev/sdc1 512 sdc gpt cf34f3d7-9bda-41db-b030-121fbe5c26fe 4096 0 0 0 0 254 mq-deadline 238.5G 2048 block:scsi:pci /mnt/pfv-tsys5/ssd /mnt/pfv-tsys5/ssd part d726f088-6424-4e42-ac47-d21ef3fc0963 0B 0x5002538e70081ee4 none 0B 0B 0B 0 0 0 + 0 wwn-0x5002538e70081ee4-part1 0x5002538e70081ee4-part1 0 0 0B 11 0B 0 100.7G / 233.7G ext4 121G 52% 1.0 disk 0 sdc1 512 8:33 8 33 512 brw-rw---- 1 └─sdc1 131072 root 1 0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem 17c50b78-8d2b-4e65-9e45-88e9b1e994f4 /dev/sdc1 512 sdc gpt cf34f3d7-9bda-41db-b030-121fbe5c26fe 4096 0 0 0 0 254 mq-deadline 238.5G 2048 block:scsi:pci /mnt/pfv-tsys5/ssd /mnt/pfv-tsys5/ssd part d726f088-6424-4e42-ac47-d21ef3fc0963 0B 0x5002538e70081ee4 none 0B 0B 0B 0 0 0 0 wwn-0x5000cca24bc142d0 0x5000cca24bc142d0 0 0 0B 12 0B 0 disk 4:0:1:0 0 sdd 512 8:48 8 48 512 brw-rw---- HITACHI HUS724020ALA640 1 sdd 131072 root /dev/sdd 512 gpt de5fa9ee-aabe-43e7-9a03-99eb07728826 4096 1 MF6ONS00 0 0 1 254 mq-deadline P2G2SZUJ 1.8T running block:scsi:pci sas disk ATA 0B 0x5000cca24bc142d0 none 0B 0B 0B 0 0 0 0 wwn-0x5000cca24bc142d0-part1 0x5000cca24bc142d0-part1 0 0 0B 12 0B 0 disk 0 sdd1 512 8:49 8 49 512 brw-rw---- 1 ├─sdd1 131072 root 1 21686148-6449-6e6f-744e-656564454649 BIOS boot df406eb7-a6c7-4b08-8fe8-67746ad7e022 /dev/sdd1 512 sdd gpt de5fa9ee-aabe-43e7-9a03-99eb07728826 4096 1 0 0 1 254 mq-deadline 1007K 34 block:scsi:pci part 0B 0x5000cca24bc142d0 none 0B 0B 0B 0 0 0 0 wwn-0x5000cca24bc142d0-part2 0x5000cca24bc142d0-part2 0 0 0B 12 0B 0 vfat FAT32 disk 0 sdd2 512 8:50 8 50 512 brw-rw---- 1 ├─sdd2 131072 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 8f08a991-4a15-4cb4-883b-021f2dd29754 /dev/sdd2 512 sdd gpt de5fa9ee-aabe-43e7-9a03-99eb07728826 4096 1 0 0 1 254 mq-deadline 1G 2048 block:scsi:pci part 0268-2282 0B 0x5000cca24bc142d0 none 0B 0B 0B 0 0 0 @@ -11753,8 +12936,8 @@ ALIGNMENT ID-LINK ID DISC-ALN 0 0 0 0B 20 0B 0 disk 0 dm-5 512 252:5 252 5 512 brw-rw---- 1 ├─pve-data 131072 root /dev/mapper/pve-data 512 dm-4 4096 0 0 1 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0 0 dm-name-pve-vm--5112--disk--0 name-pve-vm--5112--disk--0 0 0 64K 22 64M 0 disk 0 dm-7 512 252:7 252 7 512 brw-rw---- 1 ├─pve-vm--5112--disk--0 131072 root /dev/mapper/pve-vm--5112--disk--0 512 dm-4 dos b4015da9 4096 0 0 0 1 288G running block lvm 0B none 0B 0B 0B 0 0 0 0 dm-name-pve-base--5100--disk--0 name-pve-base--5100--disk--0 0 0 64K 38 64M 0 disk 0 dm-8 512 252:8 252 8 512 brw-rw---- 1 └─pve-base--5100--disk--0 131072 root /dev/mapper/pve-base--5100--disk--0 512 dm-4 4096 0 0 1 1 32G running block lvm 0B none 0B 0B 0B 0 0 0 - 0 wwn-0x5000c500a1f40e9b 0x5000c500a1f40e9b 0 0 0B 13 0B 0 816.4G / 915.8G ext4 52.9G 6% 1.0 disk 4:0:2:0 0 sde 512 8:64 8 64 512 brw-rw---- ST1000VN002-2EY102 1 sde 131072 root /dev/sde 512 4096 1 SC60 0 0 1 254 mq-deadline Z9C132K8 931.5G running block:scsi:pci /mnt/pfv-tsys5/S1 /mnt/pfv-tsys5/S1 sas disk 86a503f7-ccff-46eb-beef-f228c8f6a337 ATA 0B 0x5000c500a1f40e9b none 0B 0B 0B 0 0 0 - 0 wwn-0x5000c500a1f41e07 0x5000c500a1f41e07 0 0 0B 14 0B 0 869.2G / 915.8G ext4 2M 0% 1.0 disk 4:0:3:0 0 sdf 512 8:80 8 80 512 brw-rw---- ST1000VN002-2EY102 1 sdf 131072 root /dev/sdf 512 4096 1 SC60 0 0 1 254 mq-deadline Z9C132TV 931.5G running block:scsi:pci /mnt/pfv-tsys5/S2 /mnt/pfv-tsys5/S2 sas disk fa33da34-350d-42db-911e-43615dfa8e76 ATA 0B 0x5000c500a1f41e07 none 0B 0B 0B 0 0 0 + 0 wwn-0x5000c500a1f40e9b 0x5000c500a1f40e9b 0 0 0B 13 0B 0 809.8G / 915.8G ext4 59.5G 6% 1.0 disk 4:0:2:0 0 sde 512 8:64 8 64 512 brw-rw---- ST1000VN002-2EY102 1 sde 131072 root /dev/sde 512 4096 1 SC60 0 0 1 254 mq-deadline Z9C132K8 931.5G running block:scsi:pci /mnt/pfv-tsys5/S1 /mnt/pfv-tsys5/S1 sas disk 86a503f7-ccff-46eb-beef-f228c8f6a337 ATA 0B 0x5000c500a1f40e9b none 0B 0B 0B 0 0 0 + 0 wwn-0x5000c500a1f41e07 0x5000c500a1f41e07 0 0 0B 14 0B 0 862.4G / 915.8G ext4 6.8G 1% 1.0 disk 4:0:3:0 0 sdf 512 8:80 8 80 512 brw-rw---- ST1000VN002-2EY102 1 sdf 131072 root /dev/sdf 512 4096 1 SC60 0 0 1 254 mq-deadline Z9C132TV 931.5G running block:scsi:pci /mnt/pfv-tsys5/S2 /mnt/pfv-tsys5/S2 sas disk fa33da34-350d-42db-911e-43615dfa8e76 ATA 0B 0x5000c500a1f41e07 none 0B 0B 0B 0 0 0 --- blkid $ blkid @@ -12065,35 +13248,35 @@ tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 48G 32K 48G 1% /tmp tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 233G 1.5T 14% /mnt/pve/D5 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 236G 1.5T 14% /mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 -/dev/sde 916G 53G 817G 7% /mnt/pfv-tsys5/S1 -/dev/sdf 916G 2.1M 870G 1% /mnt/pfv-tsys5/S2 -/dev/sdc1 234G 83G 140G 38% /mnt/pfv-tsys5/ssd -/dev/sda 916G 2.1M 870G 1% /mnt/pfv-tsys5/S3 +/dev/sde 916G 60G 810G 7% /mnt/pfv-tsys5/S1 +/dev/sdf 916G 6.9G 863G 1% /mnt/pfv-tsys5/S2 +/dev/sdc1 234G 122G 101G 55% /mnt/pfv-tsys5/ssd +/dev/sda 916G 7.0G 863G 1% /mnt/pfv-tsys5/S3 /dev/sdb 458G 2.1M 435G 1% /mnt/pfv-tsys5/S4 tmpfs 9.5G 4.0K 9.5G 1% /run/user/0 -/dev/fuse 128M 28K 128M 1% /etc/pve +/dev/fuse 128M 32K 128M 1% /etc/pve --- df -i (inode usage) $ df -i Filesystem Inodes IUsed IFree IUse% Mounted on udev 12347242 724 12346518 1% /dev -tmpfs 12359239 1385 12357854 1% /run -/dev/mapper/pve-root 6291456 82045 6209411 2% / +tmpfs 12359239 1386 12357853 1% /run +/dev/mapper/pve-root 6291456 82067 6209389 2% / tmpfs 12359239 93 12359146 1% /dev/shm tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service tmpfs 12359239 39 12359200 1% /run/lock tmpfs 1048576 15 1048561 1% /tmp tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 66 122101694 1% /mnt/pve/D5 -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 56 183148488 1% /mnt/pve/D2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 64 122101696 1% /mnt/pve/D5 +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 54 183148490 1% /mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 -/dev/sde 61054976 47 61054929 1% /mnt/pfv-tsys5/S1 -/dev/sdf 61054976 13 61054963 1% /mnt/pfv-tsys5/S2 +/dev/sde 61054976 48 61054928 1% /mnt/pfv-tsys5/S1 +/dev/sdf 61054976 19 61054957 1% /mnt/pfv-tsys5/S2 /dev/sdc1 15630336 15 15630321 1% /mnt/pfv-tsys5/ssd -/dev/sda 61054976 13 61054963 1% /mnt/pfv-tsys5/S3 +/dev/sda 61054976 19 61054957 1% /mnt/pfv-tsys5/S3 /dev/sdb 30531584 13 30531571 1% /mnt/pfv-tsys5/S4 tmpfs 2471847 27 2471820 1% /run/user/0 /dev/fuse 262144 60 262084 1% /etc/pve @@ -12195,11 +13378,11 @@ done Last mounted on: / Block count: 25165824 Reserved block count: 1258291 -Free blocks: 20139751 +Free blocks: 20139816 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 19:15:58 2026 -Last write time: Sun Jul 26 16:17:48 2026 +Last write time: Mon Jul 27 21:19:00 2026 Mount count: 11 Maximum mount count: -1 Last checked: Thu Feb 26 09:00:54 2026 @@ -12209,25 +13392,25 @@ Reserved blocks gid: 0 (group root) Last mounted on: /mnt/pfv-tsys5/S1 Block count: 244190646 Reserved block count: 12209532 -Free blocks: 226216625 +Free blocks: 224486612 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 22:31:31 2026 -Last write time: Sun Jul 26 15:32:50 2026 +Last write time: Mon Jul 27 21:33:57 2026 Mount count: 1 Maximum mount count: -1 Last checked: Fri Jul 24 22:30:26 2026 Reserved blocks uid: 0 (user root) Reserved blocks gid: 0 (group root) === /dev/sdf === -Last mounted on: +Last mounted on: /mnt/pfv-tsys5/S2 Block count: 244190646 Reserved block count: 12209532 -Free blocks: 240075442 +Free blocks: 238281923 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 22:31:36 2026 -Last write time: Sat Jul 25 11:31:17 2026 +Last write time: Mon Jul 27 21:17:51 2026 Mount count: 1 Maximum mount count: -1 Last checked: Fri Jul 24 22:30:39 2026 @@ -12237,11 +13420,11 @@ Reserved blocks gid: 0 (group root) Last mounted on: /mnt/pfv-tsys5/ssd Block count: 62514432 Reserved block count: 3125721 -Free blocks: 39639910 +Free blocks: 29526326 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 22:35:40 2026 -Last write time: Sun Jul 26 15:43:47 2026 +Last write time: Mon Jul 27 21:45:08 2026 Mount count: 3 Maximum mount count: -1 Last checked: Mon Apr 6 08:20:57 2026 @@ -12251,11 +13434,11 @@ Reserved blocks gid: 0 (group root) Last mounted on: /mnt/pfv-tsys5/S3 Block count: 244190646 Reserved block count: 12209532 -Free blocks: 240074223 +Free blocks: 238249209 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 22:41:55 2026 -Last write time: Sun Jul 26 13:46:29 2026 +Last write time: Mon Jul 27 21:16:20 2026 Mount count: 1 Maximum mount count: -1 Last checked: Fri Jul 24 22:40:21 2026 @@ -12302,74 +13485,74 @@ done $ nfsstat -c Client rpc stats: calls retrans authrefrsh -346109 0 346892 +782933 41 785173 Client nfs v4: null read write commit open -1 0% 26457 7% 239630 69% 0 0% 0 0% +1 0% 42828 5% 620456 79% 3 0% 0 0% open_conf open_noat open_dgrd close setattr -0 0% 64 0% 0 0% 44 0% 0 0% +0 0% 128 0% 0 0% 85 0% 0 0% fsinfo renew setclntid confirm lock 12 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 87 0% 15640 4% 31 0% +0 0% 0 0% 144 0% 24926 3% 34 0% lookup_root remove rename link symlink 3 0% 2 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -0 0% 12 0% 47753 13% 0 0% 50 0% +0 0% 12 0% 77367 9% 0 0% 100 0% server_caps delegreturn getacl setacl fs_locations -24 0% 18 0% 0 0% 0 0% 0 0% +24 0% 37 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session -0 0% 0 0% 0 0% 2 0% 2 0% +0 0% 0 0% 0 0% 4 0% 6 0% destroy_session sequence get_lease_time reclaim_comp layoutget -1 0% 3 0% 1 0% 1 0% 0 0% +3 0% 418 0% 3 0% 3 0% 0 0% getdevinfo layoutcommit layoutreturn secinfo_no test_stateid 0 0% 0 0% 0 0% 3 0% 0 0% free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek -0 0% 0 0% 0 0% 0 0% 16235 4% +0 0% 0 0% 0 0% 0 0% 16235 2% allocate deallocate layoutstats clone -0 0% 0 0% 71 0% 0 0% +0 0% 0 0% 96 0% 0 0% --- nfsstat -s (server stats) $ nfsstat -s Server rpc stats: calls badcalls badfmt badauth badclnt -222295 0 0 0 0 +813900 0 0 0 0 Server nfs v4: null compound -8 0% 222287 99% +18 0% 814053 99% Server nfs v4 operations: op0-unused op1-unused op2-future access close -0 0% 0 0% 0 0% 269 0% 12 0% +0 0% 0 0% 0 0% 585 0% 32 0% commit create delegpurge delegreturn getattr -1022 0% 4 0% 0 0% 1 0% 217853 32% +23003 0% 11 0% 0 0% 8 0% 474362 19% getfh link lock lockt locku -350 0% 0 0% 0 0% 0 0% 0 0% +710 0% 0 0% 0 0% 0 0% 0 0% lookup lookup_root nverify open openattr -315 0% 0 0% 0 0% 13 0% 0 0% +637 0% 0 0% 0 0% 45 0% 0 0% open_conf open_dgrd putfh putpubfh putrootfh -0 0% 0 0% 222175 33% 0 0% 70 0% +0 0% 0 0% 813662 33% 0 0% 146 0% read readdir readlink remove rename -18 0% 27 0% 0 0% 2 0% 0 0% +42886 1% 75 0% 0 0% 4 0% 0 0% renew restorefh savefh secinfo setattr -0 0% 0 0% 0 0% 0 0% 1 0% +0 0% 0 0% 0 0% 0 0% 8 0% setcltid setcltidconf verify write rellockowner -0 0% 0 0% 0 0% 3283 0% 0 0% +0 0% 0 0% 0 0% 225645 9% 0 0% bc_ctl bind_conn exchange_id create_ses destroy_ses -0 0% 0 0% 16 0% 8 0% 4 0% +0 0% 32 0% 36 0% 18 0% 12 0% free_stateid getdirdeleg getdevinfo getdevlist layoutcommit -0 0% 16 0% 0 0% 0 0% 0 0% +0 0% 72 0% 0 0% 0 0% 0 0% layoutget layoutreturn secinfononam sequence set_ssv -0 0% 0 0% 35 0% 222255 33% 0 0% +0 0% 0 0% 73 0% 813943 33% 0 0% test_stateid want_deleg destroy_clid reclaim_comp allocate -0 0% 0 0% 4 0% 8 0% 0 0% +0 0% 0 0% 12 0% 18 0% 4784 0% copy copy_notify deallocate ioadvise layouterror -0 0% 0 0% 0 0% 0 0% 0 0% +0 0% 0 0% 6581 0% 0 0% 0 0% layoutstats offloadcancel offloadstatus readplus seek -0 0% 0 0% 0 0% 0 0% 0 0% +0 0% 0 0% 0 0% 0 0% 47739 1% write_same 0 0% @@ -12378,7 +13561,7 @@ write_same $ nfsstat -234 Server rpc stats: calls badcalls badfmt badauth badclnt -222295 0 0 0 0 +813900 0 0 0 0 Server nfs v2: null getattr setattr root lookup @@ -12404,43 +13587,43 @@ pathconf commit Server nfs v4: null compound -8 0% 222287 99% +18 0% 814053 99% Server nfs v4 operations: op0-unused op1-unused op2-future access close -0 0% 0 0% 0 0% 269 0% 12 0% +0 0% 0 0% 0 0% 585 0% 32 0% commit create delegpurge delegreturn getattr -1022 0% 4 0% 0 0% 1 0% 217853 32% +23003 0% 11 0% 0 0% 8 0% 474362 19% getfh link lock lockt locku -350 0% 0 0% 0 0% 0 0% 0 0% +710 0% 0 0% 0 0% 0 0% 0 0% lookup lookup_root nverify open openattr -315 0% 0 0% 0 0% 13 0% 0 0% +637 0% 0 0% 0 0% 45 0% 0 0% open_conf open_dgrd putfh putpubfh putrootfh -0 0% 0 0% 222175 33% 0 0% 70 0% +0 0% 0 0% 813662 33% 0 0% 146 0% read readdir readlink remove rename -18 0% 27 0% 0 0% 2 0% 0 0% +42886 1% 75 0% 0 0% 4 0% 0 0% renew restorefh savefh secinfo setattr -0 0% 0 0% 0 0% 0 0% 1 0% +0 0% 0 0% 0 0% 0 0% 8 0% setcltid setcltidconf verify write rellockowner -0 0% 0 0% 0 0% 3283 0% 0 0% +0 0% 0 0% 0 0% 225645 9% 0 0% bc_ctl bind_conn exchange_id create_ses destroy_ses -0 0% 0 0% 16 0% 8 0% 4 0% +0 0% 32 0% 36 0% 18 0% 12 0% free_stateid getdirdeleg getdevinfo getdevlist layoutcommit -0 0% 16 0% 0 0% 0 0% 0 0% +0 0% 72 0% 0 0% 0 0% 0 0% layoutget layoutreturn secinfononam sequence set_ssv -0 0% 0 0% 35 0% 222255 33% 0 0% +0 0% 0 0% 73 0% 813943 33% 0 0% test_stateid want_deleg destroy_clid reclaim_comp allocate -0 0% 0 0% 4 0% 8 0% 0 0% +0 0% 0 0% 12 0% 18 0% 4784 0% copy copy_notify deallocate ioadvise layouterror -0 0% 0 0% 0 0% 0 0% 0 0% +0 0% 0 0% 6581 0% 0 0% 0 0% layoutstats offloadcancel offloadstatus readplus seek -0 0% 0 0% 0 0% 0 0% 0 0% +0 0% 0 0% 0 0% 0 0% 47739 1% write_same 0 0% Client rpc stats: calls retrans authrefrsh -346109 0 346892 +782933 41 785173 Client nfs v2: null getattr setattr root lookup @@ -12466,29 +13649,29 @@ pathconf commit Client nfs v4: null read write commit open -1 0% 26457 7% 239630 69% 0 0% 0 0% +1 0% 42828 5% 620456 79% 3 0% 0 0% open_conf open_noat open_dgrd close setattr -0 0% 64 0% 0 0% 44 0% 0 0% +0 0% 128 0% 0 0% 85 0% 0 0% fsinfo renew setclntid confirm lock 12 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 87 0% 15640 4% 31 0% +0 0% 0 0% 144 0% 24926 3% 34 0% lookup_root remove rename link symlink 3 0% 2 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -0 0% 12 0% 47753 13% 0 0% 50 0% +0 0% 12 0% 77367 9% 0 0% 100 0% server_caps delegreturn getacl setacl fs_locations -24 0% 18 0% 0 0% 0 0% 0 0% +24 0% 37 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session -0 0% 0 0% 0 0% 2 0% 2 0% +0 0% 0 0% 0 0% 4 0% 6 0% destroy_session sequence get_lease_time reclaim_comp layoutget -1 0% 3 0% 1 0% 1 0% 0 0% +3 0% 418 0% 3 0% 3 0% 0 0% getdevinfo layoutcommit layoutreturn secinfo_no test_stateid 0 0% 0 0% 0 0% 3 0% 0 0% free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek -0 0% 0 0% 0 0% 0 0% 16235 4% +0 0% 0 0% 0 0% 0 0% 16235 2% allocate deallocate layoutstats clone -0 0% 0 0% 71 0% 0 0% +0 0% 0 0% 96 0% 0 0% --- showmount -e (exports) @@ -12499,22 +13682,22 @@ clnt_create: RPC: Timed out --- /proc/net/rpc/nfs $ cat /proc/net/rpc/nfs net 0 0 0 0 -rpc 346503 0 347286 -proc4 71 1 26457 239948 0 0 0 64 0 44 0 12 0 0 0 0 0 0 87 15658 31 3 2 0 0 0 0 12 47810 0 50 24 18 0 0 0 0 0 0 2 2 1 3 1 1 0 0 0 0 3 0 0 0 0 0 16235 0 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 +rpc 783921 41 786168 +proc4 71 1 42828 621367 3 0 0 128 0 85 0 12 0 0 0 0 0 0 144 24944 34 3 2 0 0 0 0 12 77424 0 100 24 37 0 0 0 0 0 0 4 6 3 418 3 3 0 0 0 0 3 0 0 0 0 0 16235 0 0 96 0 0 0 0 0 0 0 0 0 0 0 0 0 --- /proc/net/rpc/nfsd $ cat /proc/net/rpc/nfsd -rc 0 0 222781 +rc 0 0 815366 fh 0 0 0 0 0 -io 630784 2438537728 +io 36890800384 23822819328 th 16 0 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 ra 0 0 0 0 0 0 0 0 0 0 0 0 -net 222781 0 222781 14 -rpc 222781 0 0 0 0 +net 815245 0 815231 103 +rpc 815194 0 0 0 0 proc3 22 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -proc4 2 8 222773 -proc4ops 76 0 0 0 290 14 1022 4 0 1 218329 350 0 0 0 0 315 0 0 15 0 0 0 222661 0 70 21 34 0 2 0 0 0 0 0 1 0 0 0 3283 0 0 0 16 8 4 0 20 0 0 0 0 0 35 222741 0 0 0 4 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -wdeleg_getattr 0 +proc4 2 18 815348 +proc4ops 76 0 0 0 662 50 23029 11 0 13 475262 710 0 0 0 0 637 0 0 77 0 0 0 814957 0 146 42948 106 0 4 0 0 0 0 0 13 0 0 0 226133 0 0 32 36 18 12 0 98 0 0 0 0 0 73 815238 0 0 0 12 18 4784 0 0 6581 0 0 0 0 0 0 47739 0 0 0 0 0 0 +wdeleg_getattr 6 --- exports --- /etc/exports --- @@ -12681,13 +13864,13 @@ Nobody-Group = nogroup --- pvesm status $ pvesm status Name Type Status Total (KiB) Used (KiB) Available (KiB) % -D2 nfs active 2883130368 195840000 2540761088 6.79% +D2 nfs active 2883130368 195178496 2541422592 6.77% D3 nfs active 491133952 2048 466110464 0.00% -D5 nfs active 1921726464 244210688 1579823104 12.71% -SSD dir active 245023004 86468868 146034868 35.29% -local dir active 98497780 17938556 75509676 18.21% -local-lvm lvmthin active 1793077248 42316623 1750760624 2.36% -local-nonprod dir active 960303848 55442404 856006932 5.77% +D5 nfs active 1921726464 246711296 1577322496 12.84% +SSD dir active 245023004 126919044 105584692 51.80% +local dir active 98497780 17938316 75509916 18.21% +local-lvm lvmthin active 1793077248 42495930 1750581317 2.37% +local-nonprod dir active 960303848 62360280 849089056 6.49% --- pvesm list per storage $ for s in $(pvesm status 2>/dev/null | awk 'NR>1 && $3=="active"{print $1}'); do @@ -12703,7 +13886,6 @@ D2:100/vm-100-disk-1.raw raw images 540672 100 D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101 D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104 D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105 -D2:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108 D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109 D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114 @@ -12713,10 +13895,10 @@ D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500 D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509 D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600 D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601 -D2:603/vm-603-disk-0.qcow2 qcow2 images 34359738368 603 D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702 D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703 D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704 +D2:705/vm-705-disk-0.qcow2 qcow2 images 34359738368 705 D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901 D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904 --- pvesm config D2 --- @@ -12727,7 +13909,6 @@ Volid Format Type Size VMID Volid Format Type Size VMID D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 -D5:107/vm-107-disk-0.qcow2 qcow2 images 34359738368 107 D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313 D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530 D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531 @@ -12740,10 +13921,10 @@ D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537 D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538 D5:538/vm-812-disk-2.raw raw images 429496729600 538 D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541 -D5:602/vm-602-disk-0.qcow2 qcow2 images 34359738368 602 D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903 +D5:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906 --- pvesm config D5 --- --- storage: SSD --- Volid Format Type Size VMID @@ -12767,24 +13948,25 @@ local-lvm:vm-5104-disk-0 raw images 34359738368 5104 local-lvm:vm-5112-disk-0 raw images 309237645312 5112 --- pvesm config local-lvm --- --- storage: local-nonprod --- -Volid Format Type Size VMID -local-nonprod:5101/vm-5101-disk-0.qcow2 qcow2 images 141733920768 5101 -local-nonprod:51010/vm-51010-disk-0.qcow2 qcow2 images 34359738368 51010 -local-nonprod:51011/vm-51011-disk-0.qcow2 qcow2 images 34359738368 51011 -local-nonprod:51012/vm-51012-disk-0.qcow2 qcow2 images 34359738368 51012 -local-nonprod:51013/vm-51013-disk-0.qcow2 qcow2 images 34359738368 51013 -local-nonprod:51014/vm-51014-disk-0.qcow2 qcow2 images 34359738368 51014 -local-nonprod:5105/vm-5105-disk-0.qcow2 qcow2 images 309237645312 5105 -local-nonprod:5106/vm-5106-disk-0.qcow2 qcow2 images 34359738368 5106 -local-nonprod:5107/vm-5107-disk-0.qcow2 qcow2 images 34359738368 5107 -local-nonprod:5108/vm-5108-disk-0.qcow2 qcow2 images 34359738368 5108 -local-nonprod:5109/vm-5109-disk-0.qcow2 qcow2 images 34359738368 5109 -local-nonprod:515/vm-515-disk-0.qcow2 qcow2 images 107374182400 515 -local-nonprod:53100/vm-53100-disk-0.qcow2 qcow2 images 171798691840 53100 -local-nonprod:53101/vm-53101-disk-0.qcow2 qcow2 images 34359738368 53101 -local-nonprod:53102/vm-53102-disk-0.qcow2 qcow2 images 34359738368 53102 -local-nonprod:53103/vm-53103-disk-0.qcow2 qcow2 images 34359738368 53103 -local-nonprod:6000/vm-6000-disk-0.qcow2 qcow2 images 34359738368 6000 +Volid Format Type Size VMID +local-nonprod:5101/vm-5101-disk-0.qcow2 qcow2 images 141733920768 5101 +local-nonprod:51010/vm-51010-disk-0.qcow2 qcow2 images 34359738368 51010 +local-nonprod:51011/vm-51011-disk-0.qcow2 qcow2 images 34359738368 51011 +local-nonprod:51012/vm-51012-disk-0.qcow2 qcow2 images 34359738368 51012 +local-nonprod:51013/vm-51013-disk-0.qcow2 qcow2 images 34359738368 51013 +local-nonprod:51014/vm-51014-disk-0.qcow2 qcow2 images 34359738368 51014 +local-nonprod:5105/vm-5105-disk-0.qcow2 qcow2 images 309237645312 5105 +local-nonprod:5106/vm-5106-disk-0.qcow2 qcow2 images 34359738368 5106 +local-nonprod:5107/vm-5107-disk-0.qcow2 qcow2 images 34359738368 5107 +local-nonprod:5108/vm-5108-disk-0.qcow2 qcow2 images 34359738368 5108 +local-nonprod:5109/vm-5109-disk-0.qcow2 qcow2 images 34359738368 5109 +local-nonprod:515/vm-515-disk-0.qcow2 qcow2 images 107374182400 515 +local-nonprod:53100/vm-53100-disk-0.qcow2 qcow2 images 171798691840 53100 +local-nonprod:53101/vm-53101-disk-0.qcow2 qcow2 images 34359738368 53101 +local-nonprod:53102/vm-53102-disk-0.qcow2 qcow2 images 34359738368 53102 +local-nonprod:53103/vm-53103-disk-0.qcow2 qcow2 images 34359738368 53103 +local-nonprod:6000/vm-6000-disk-0.qcow2 qcow2 images 34359738368 6000 +local-nonprod:6000/vm-6000-state-pre-knel-deploy-20260727-092011.raw raw images 2125897728 6000 --- pvesm config local-nonprod --- [exit=255] @@ -12806,13 +13988,13 @@ local-nonprod:6000/vm-6000-disk-0.qcow2 qcow2 images 34359738368 6000 $ lvs -o +lv_layout,role,pool_lv,data_percent,metadata_percent --units b LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert Layout Role Pool Data% Meta% base-5100-disk-0 pve Vri-a-tz-k 34359738368B data 0.00 thin,sparse public data 0.00 - data pve twi-aotz-- 1836111101952B 2.36 0.23 thin,pool private 2.36 0.23 + data pve twi-aotz-- 1836111101952B 2.37 0.23 thin,pool private 2.37 0.23 root pve -wi-ao---- 103079215104B linear public swap pve -wi-ao---- 8589934592B linear public vm-5102-disk-0 pve Vwi---tz-- 34359738368B data thin,sparse public data vm-5103-disk-0 pve Vwi---tz-- 34359738368B data thin,sparse public data vm-5104-disk-0 pve Vwi---tz-- 34359738368B data thin,sparse public data - vm-5112-disk-0 pve Vwi-aotz-- 309237645312B data 14.01 thin,sparse public data 14.01 + vm-5112-disk-0 pve Vwi-aotz-- 309237645312B data 14.09 thin,sparse public data 14.09 --- pvdisplay $ pvdisplay @@ -12865,7 +14047,7 @@ local-nonprod:6000/vm-6000-disk-0.qcow2 qcow2 images 34359738368 6000 LV Status available # open 0 LV Size <1.67 TiB - Allocated pool data 2.36% + Allocated pool data 2.37% Allocated metadata 0.23% Current LE 437763 Segments 1 @@ -12983,7 +14165,7 @@ local-nonprod:6000/vm-6000-disk-0.qcow2 qcow2 images 34359738368 6000 LV Status available # open 1 LV Size 288.00 GiB - Mapped size 14.01% + Mapped size 14.09% Current LE 73728 Segments 1 Allocation inherit @@ -13353,7 +14535,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -21 1 0x01 147 39984 38395389884 162897806159857 +21 1 0x01 147 39984 38395389884 268769739884009 name type data hits 4 0 iohits 4 0 @@ -13482,8 +14664,8 @@ memory_throttle_count 4 0 memory_direct_count 4 0 memory_indirect_count 4 0 memory_all_bytes 4 101246885888 -memory_free_bytes 4 67169845248 -memory_available_bytes 3 63700415744 +memory_free_bytes 4 64876666880 +memory_available_bytes 3 61407237376 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -13505,7 +14687,7 @@ abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -17 1 0x01 13 3536 38375826540 162897807613626 +17 1 0x01 13 3536 38375826540 268769741427460 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -13523,7 +14705,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -16 1 0x01 8 2176 38375825551 162897808945603 +16 1 0x01 8 2176 38375825551 268769742860174 name type data hits 4 0 future 4 0 @@ -13541,7 +14723,7 @@ cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory --- abdstats $ cat /proc/spl/kstat/zfs/abdstats -14 1 0x01 20 5440 38375695230 162897811913320 +14 1 0x01 20 5440 38375695230 268769746325326 name type data struct_size 4 96 linear_cnt 4 0 @@ -13700,7 +14882,7 @@ no pools available $ arc_summary ------------------------------------------------------------------------ -ZFS Subsystem Report Sun Jul 26 16:30:19 2026 +ZFS Subsystem Report Mon Jul 27 21:54:50 2026 Linux 6.17.2-1-pve 2.3.4-pve1 Machine: pfv-tsys5 (x86_64) 2.3.4-pve1 @@ -13710,8 +14892,8 @@ ARC status: Max target size: 10.0 % 9.4 GiB Target size (adaptive): < 0.1 % 2.9 GiB Current size: < 0.1 % 1.9 KiB - Free memory size: 62.6 GiB - Available memory size: 59.3 GiB + Free memory size: 60.5 GiB + Available memory size: 57.2 GiB ARC structural breakdown (current size): 1.9 KiB Compressed size: 0.0 % 0 Bytes @@ -14266,7 +15448,7 @@ Form Factor: 3.5 inches Device is: In smartctl database 7.5/5706 ATA Version is: ATA8-ACS T13/1699-D revision 4 SATA Version is: SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s) -Local Time is: Sun Jul 26 16:30:19 2026 CDT +Local Time is: Mon Jul 27 21:54:50 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -14310,22 +15492,22 @@ SCT capabilities: (0x10bf) SCT Status supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE - 1 Raw_Read_Error_Rate 0x000f 081 063 006 Pre-fail Always - 117604692 + 1 Raw_Read_Error_Rate 0x000f 081 063 006 Pre-fail Always - 138407988 3 Spin_Up_Time 0x0003 097 097 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 196 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0 - 7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 291395598 - 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38359 + 7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 291572005 + 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38388 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 182 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0 0 0 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 -190 Airflow_Temperature_Cel 0x0022 065 061 040 Old_age Always - 35 (Min/Max 26/35) -193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1818 +190 Airflow_Temperature_Cel 0x0022 065 061 040 Old_age Always - 35 (Min/Max 26/37) +193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1819 194 Temperature_Celsius 0x0022 035 014 000 Old_age Always - 35 (0 14 0 0 0) -195 Hardware_ECC_Recovered 0x001a 024 003 000 Old_age Always - 117604692 +195 Hardware_ECC_Recovered 0x001a 024 003 000 Old_age Always - 138407988 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0 @@ -14367,7 +15549,7 @@ Form Factor: 3.5 inches Device is: In smartctl database 7.5/5706 ATA Version is: ATA8-ACS T13/1699-D revision 4 SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s) -Local Time is: Sun Jul 26 16:30:19 2026 CDT +Local Time is: Mon Jul 27 21:54:51 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -14375,8 +15557,8 @@ SMART support is: Enabled SMART overall-health self-assessment test result: PASSED General SMART Values: -Offline data collection status: (0x82) Offline data collection activity - was completed without error. +Offline data collection status: (0x84) Offline data collection activity + was suspended by an interrupting command from host. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever @@ -14415,20 +15597,20 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 198 5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0 7 Seek_Error_Rate 0x000a 100 100 000 Old_age Always - 0 - 8 Seek_Time_Performance 0x0004 108 108 000 Old_age Offline - 37 - 9 Power_On_Hours 0x0012 089 089 000 Old_age Always - 82290 + 8 Seek_Time_Performance 0x0004 110 110 000 Old_age Offline - 36 + 9 Power_On_Hours 0x0012 089 089 000 Old_age Always - 82320 10 Spin_Retry_Count 0x0012 100 100 000 Old_age Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 197 -192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 294 -193 Load_Cycle_Count 0x0012 100 100 000 Old_age Always - 294 +192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 295 +193 Load_Cycle_Count 0x0012 100 100 000 Old_age Always - 295 194 Temperature_Celsius 0x0002 141 141 000 Old_age Always - 39 (Min/Max 21/47) 196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0 197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 0 -240 Head_Flying_Hours 0x0012 089 089 000 Old_age Always - 82281 +240 Head_Flying_Hours 0x0012 089 089 000 Old_age Always - 82310 241 Total_LBAs_Written 0x0012 100 100 000 Old_age Always - 171552874496 -242 Total_LBAs_Read 0x0012 100 100 000 Old_age Always - 131294831606 +242 Total_LBAs_Read 0x0012 100 100 000 Old_age Always - 131294832446 SMART Error Log Version: 1 No Errors Logged @@ -14468,7 +15650,7 @@ TRIM Command: Available, deterministic, zeroed Device is: In smartctl database 7.5/5706 ATA Version is: ACS-4 T13/BSR INCITS 529 revision 5 SATA Version is: SATA 3.1, 6.0 Gb/s (current: 1.5 Gb/s) -Local Time is: Sun Jul 26 16:30:21 2026 CDT +Local Time is: Mon Jul 27 21:54:52 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -14511,7 +15693,7 @@ SMART Attributes Data Structure revision number: 1 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0 - 9 Power_On_Hours 0x0032 090 090 000 Old_age Always - 48644 + 9 Power_On_Hours 0x0032 090 090 000 Old_age Always - 48673 12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 165 177 Wear_Leveling_Count 0x0013 083 083 000 Pre-fail Always - 375 179 Used_Rsvd_Blk_Cnt_Tot 0x0013 100 100 010 Pre-fail Always - 0 @@ -14523,7 +15705,7 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 195 ECC_Error_Rate 0x001a 200 200 000 Old_age Always - 0 199 CRC_Error_Count 0x003e 099 099 000 Old_age Always - 8 235 POR_Recovery_Count 0x0012 099 099 000 Old_age Always - 162 -241 Total_LBAs_Written 0x0032 099 099 000 Old_age Always - 71973678047 +241 Total_LBAs_Written 0x0032 099 099 000 Old_age Always - 72081907087 SMART Error Log Version: 1 No Errors Logged @@ -14561,7 +15743,7 @@ Form Factor: 3.5 inches Device is: In smartctl database 7.5/5706 ATA Version is: ATA8-ACS T13/1699-D revision 4 SATA Version is: SATA 3.0, 6.0 Gb/s (current: 1.5 Gb/s) -Local Time is: Sun Jul 26 16:30:21 2026 CDT +Local Time is: Mon Jul 27 21:54:52 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -14610,11 +15792,11 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0 7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0 8 Seek_Time_Performance 0x0005 100 100 020 Pre-fail Offline - 0 - 9 Power_On_Hours 0x0012 093 093 000 Old_age Always - 52220 + 9 Power_On_Hours 0x0012 093 093 000 Old_age Always - 52249 10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 107 -192 Power-Off_Retract_Count 0x0032 099 099 000 Old_age Always - 2001 -193 Load_Cycle_Count 0x0012 099 099 000 Old_age Always - 2001 +192 Power-Off_Retract_Count 0x0032 099 099 000 Old_age Always - 2002 +193 Load_Cycle_Count 0x0012 099 099 000 Old_age Always - 2002 194 Temperature_Celsius 0x0002 142 142 000 Old_age Always - 42 (Min/Max 18/50) 196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0 197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0 @@ -14657,7 +15839,7 @@ Form Factor: 3.5 inches Device is: In smartctl database 7.5/5706 ATA Version is: ATA8-ACS T13/1699-D revision 4 SATA Version is: SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s) -Local Time is: Sun Jul 26 16:30:22 2026 CDT +Local Time is: Mon Jul 27 21:54:53 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -14701,12 +15883,12 @@ SCT capabilities: (0x10bf) SCT Status supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE - 1 Raw_Read_Error_Rate 0x000f 069 063 006 Pre-fail Always - 10165040 + 1 Raw_Read_Error_Rate 0x000f 076 063 006 Pre-fail Always - 42722849 3 Spin_Up_Time 0x0003 097 097 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 194 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0 - 7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 298847943 - 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38363 + 7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 299339394 + 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38393 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 182 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 @@ -14714,9 +15896,9 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0 0 0 189 High_Fly_Writes 0x003a 098 098 000 Old_age Always - 2 190 Airflow_Temperature_Cel 0x0022 062 061 040 Old_age Always - 38 (Min/Max 26/39) -193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1852 +193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1853 194 Temperature_Celsius 0x0022 038 014 000 Old_age Always - 38 (0 14 0 0 0) -195 Hardware_ECC_Recovered 0x001a 034 013 000 Old_age Always - 10165040 +195 Hardware_ECC_Recovered 0x001a 034 013 000 Old_age Always - 42722849 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0 @@ -14757,7 +15939,7 @@ Form Factor: 3.5 inches Device is: In smartctl database 7.5/5706 ATA Version is: ATA8-ACS T13/1699-D revision 4 SATA Version is: SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s) -Local Time is: Sun Jul 26 16:30:22 2026 CDT +Local Time is: Mon Jul 27 21:54:54 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -14801,12 +15983,12 @@ SCT capabilities: (0x10bf) SCT Status supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE - 1 Raw_Read_Error_Rate 0x000f 071 063 006 Pre-fail Always - 12623088 + 1 Raw_Read_Error_Rate 0x000f 075 063 006 Pre-fail Always - 36011112 3 Spin_Up_Time 0x0003 097 097 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 194 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0 - 7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 295452791 - 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38348 + 7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 295525209 + 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38378 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 182 184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 @@ -14814,9 +15996,9 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 188 Command_Timeout 0x0032 100 094 000 Old_age Always - 0 0 12 189 High_Fly_Writes 0x003a 097 097 000 Old_age Always - 3 190 Airflow_Temperature_Cel 0x0022 063 059 040 Old_age Always - 37 (Min/Max 26/38) -193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1843 +193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1844 194 Temperature_Celsius 0x0022 037 015 000 Old_age Always - 37 (0 15 0 0 0) -195 Hardware_ECC_Recovered 0x001a 056 013 000 Old_age Always - 12623088 +195 Hardware_ECC_Recovered 0x001a 055 013 000 Old_age Always - 36011112 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 188 000 Old_age Always - 64 @@ -14853,7 +16035,7 @@ The above only provides legacy SMART information - try 'smartctl -x' for more $ qm list VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID 500 DellOpenManageEnterprise stopped 20000 415.00 0 - 509 pfv-k8s-wnode-tsys5 running 32000 32.00 49689 + 509 pfv-k8s-wnode-tsys5 running 32000 32.00 1062073 515 hfnoc-uisp-preprod stopped 2048 100.00 0 5100 sectestbed-template stopped 4096 32.00 0 5101 sectestbed-siem running 10000 132.00 47873 @@ -15212,6 +16394,7 @@ name: sectestbed-sandbox net0: virtio=BC:24:11:EB:F0:0F,bridge=vmbr0 numa: 0 ostype: l26 +parent: pre-knel-deploy-20260727-092011 scsi0: local-nonprod:6000/vm-6000-disk-0.qcow2,iothread=1,size=32G scsihw: virtio-scsi-single smbios1: uuid=569a6be3-7977-40f5-a3f0-e05719d68f52 @@ -15626,14 +16809,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 145240, + "rx-bytes" : 539306, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 943, - "tx-bytes" : 145240, + "rx-packets" : 3603, + "tx-bytes" : 539306, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 943 + "tx-packets" : 3603 } }, { @@ -15645,9 +16828,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00:5fe9:f442:d1df:2bb7", + "ip-address" : "2600:1700:1d1:eb00::38", "ip-address-type" : "ipv6", - "prefix" : 64 + "prefix" : 128 }, --- VM 5112 runtime --- [ @@ -15667,14 +16850,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 20606, + "rx-bytes" : 105606, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 164, - "tx-bytes" : 20606, + "rx-packets" : 984, + "tx-bytes" : 105606, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 164 + "tx-packets" : 984 } }, { @@ -15686,9 +16869,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00:1fdf:55cf:7034:f5d2", + "ip-address" : "2600:1700:1d1:eb00::2a", "ip-address-type" : "ipv6", - "prefix" : 64 + "prefix" : 128 }, --- VM 5500 runtime --- --- VM 6000 runtime --- @@ -15709,14 +16892,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 0, + "rx-bytes" : 44983, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 0, - "tx-bytes" : 0, + "rx-packets" : 532, + "tx-bytes" : 44983, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 0 + "tx-packets" : 532 } }, { @@ -16126,12 +17309,12 @@ xfs_scrub_all.timer enabled enabled $ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120 ● pve-cluster.service - The Proxmox VE cluster filesystem Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 12:29:15 CDT; 4h 2min ago + Active: active (running) since Sun 2026-07-26 12:29:15 CDT; 1 day 9h ago Invocation: bca2beeb6a4f4d329bf280b314c421ea Main PID: 645934 (pmxcfs) Tasks: 7 (limit: 115754) - Memory: 58M (peak: 67M) - CPU: 25.479s + Memory: 61.5M (peak: 79M) + CPU: 2min 25.850s CGroup: /system.slice/pve-cluster.service └─645934 /usr/bin/pmxcfs @@ -16142,64 +17325,64 @@ Jul 26 12:29:15 pfv-tsys5 systemd[1]: Started pve-cluster.service - The Proxmox ● pvedaemon.service - PVE API Daemon Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 19:17:43 CDT; 1 day 21h ago + Active: active (running) since Fri 2026-07-24 19:17:43 CDT; 3 days ago Invocation: f312baf644aa409885b856e383af00cf Process: 646772 ExecReload=/usr/bin/pvedaemon restart (code=exited, status=0/SUCCESS) Main PID: 1910 (pvedaemon) Tasks: 4 (limit: 115754) - Memory: 191.9M (peak: 50.9G) - CPU: 13min 15.696s + Memory: 198.6M (peak: 50.9G) + CPU: 16min 59.976s CGroup: /system.slice/pvedaemon.service - ├─ 1910 pvedaemon - ├─674904 "pvedaemon worker" - ├─675037 "pvedaemon worker" - └─678254 "pvedaemon worker" + ├─ 1910 pvedaemon + ├─1093294 "pvedaemon worker" + ├─1095577 "pvedaemon worker" + └─1101438 "pvedaemon worker" -Jul 26 14:09:37 pfv-tsys5 pvedaemon[674904]: successful auth for user 'root@pam' -Jul 26 14:15:11 pfv-tsys5 pvedaemon[646829]: worker exit -Jul 26 14:15:11 pfv-tsys5 pvedaemon[1910]: worker 646829 finished -Jul 26 14:15:11 pfv-tsys5 pvedaemon[1910]: starting 1 worker(s) -Jul 26 14:15:11 pfv-tsys5 pvedaemon[1910]: worker 678254 started -Jul 26 14:25:37 pfv-tsys5 pvedaemon[678254]: successful auth for user 'root@pam' -Jul 26 14:40:37 pfv-tsys5 pvedaemon[674904]: successful auth for user 'root@pam' -Jul 26 14:56:37 pfv-tsys5 pvedaemon[678254]: successful auth for user 'root@pam' -Jul 26 15:11:37 pfv-tsys5 pvedaemon[674904]: successful auth for user 'root@pam' -Jul 26 16:19:27 pfv-tsys5 pvedaemon[674904]: successful auth for user 'root@pam' +Jul 27 17:48:38 pfv-tsys5 pvedaemon[1066489]: successful auth for user 'root@pam' +Jul 27 17:48:57 pfv-tsys5 pvedaemon[1062422]: worker exit +Jul 27 17:48:57 pfv-tsys5 pvedaemon[1910]: worker 1062422 finished +Jul 27 17:48:57 pfv-tsys5 pvedaemon[1910]: starting 1 worker(s) +Jul 27 17:48:57 pfv-tsys5 pvedaemon[1910]: worker 1095577 started +Jul 27 18:04:38 pfv-tsys5 pvedaemon[1093294]: successful auth for user 'root@pam' +Jul 27 18:13:03 pfv-tsys5 pvedaemon[1066489]: worker exit +Jul 27 18:13:03 pfv-tsys5 pvedaemon[1910]: worker 1066489 finished +Jul 27 18:13:03 pfv-tsys5 pvedaemon[1910]: starting 1 worker(s) +Jul 27 18:13:03 pfv-tsys5 pvedaemon[1910]: worker 1101438 started ● pveproxy.service - PVE API Proxy Server Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled) - Active: active (running) since Sat 2026-07-25 01:10:35 CDT; 1 day 15h ago + Active: active (running) since Sat 2026-07-25 01:10:35 CDT; 2 days ago Invocation: 268be364e92e441cb7609cbeaa9a7ef8 - Process: 646809 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) + Process: 848994 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) Main PID: 86999 (pveproxy) Tasks: 4 (limit: 115754) - Memory: 314.7M (peak: 507.5M) - CPU: 7min 47.060s + Memory: 338.8M (peak: 667.3M) + CPU: 13min 11.664s CGroup: /system.slice/pveproxy.service - ├─ 86999 pveproxy - ├─697082 "pveproxy worker" - ├─697593 "pveproxy worker" - └─698675 "pveproxy worker" + ├─ 86999 pveproxy + ├─1099260 "pveproxy worker" + ├─1100679 "pveproxy worker" + └─1101728 "pveproxy worker" -Jul 26 15:15:00 pfv-tsys5 pveproxy[86999]: starting 1 worker(s) -Jul 26 15:15:00 pfv-tsys5 pveproxy[86999]: worker 697082 started -Jul 26 15:16:19 pfv-tsys5 pveproxy[683623]: worker exit -Jul 26 15:16:19 pfv-tsys5 pveproxy[86999]: worker 683623 finished -Jul 26 15:16:19 pfv-tsys5 pveproxy[86999]: starting 1 worker(s) -Jul 26 15:16:19 pfv-tsys5 pveproxy[86999]: worker 697593 started -Jul 26 15:18:01 pfv-tsys5 pveproxy[684579]: worker exit -Jul 26 15:18:01 pfv-tsys5 pveproxy[86999]: worker 684579 finished -Jul 26 15:18:01 pfv-tsys5 pveproxy[86999]: starting 1 worker(s) -Jul 26 15:18:01 pfv-tsys5 pveproxy[86999]: worker 698675 started +Jul 27 18:04:07 pfv-tsys5 pveproxy[86999]: worker 1099260 started +Jul 27 18:09:57 pfv-tsys5 pveproxy[1088468]: worker exit +Jul 27 18:09:57 pfv-tsys5 pveproxy[86999]: worker 1088468 finished +Jul 27 18:09:57 pfv-tsys5 pveproxy[86999]: starting 1 worker(s) +Jul 27 18:09:57 pfv-tsys5 pveproxy[86999]: worker 1100679 started +Jul 27 18:14:13 pfv-tsys5 pveproxy[1090325]: worker exit +Jul 27 18:14:13 pfv-tsys5 pveproxy[86999]: worker 1090325 finished +Jul 27 18:14:13 pfv-tsys5 pveproxy[86999]: starting 1 worker(s) +Jul 27 18:14:13 pfv-tsys5 pveproxy[86999]: worker 1101728 started +Jul 27 18:31:45 pfv-tsys5 pveproxy[1087778]: worker exit ● pve-firewall.service - Proxmox VE firewall Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 19:17:42 CDT; 1 day 21h ago + Active: active (running) since Fri 2026-07-24 19:17:42 CDT; 3 days ago Invocation: 3b6cc1c640c64ce9a42a74cfce5f3df5 Main PID: 1884 (pve-firewall) Tasks: 1 (limit: 115754) - Memory: 113.7M (peak: 217.5M) - CPU: 23min 9.290s + Memory: 111.3M (peak: 217.5M) + CPU: 39min 52.661s CGroup: /system.slice/pve-firewall.service └─1884 pve-firewall @@ -16215,12 +17398,12 @@ Jul 26 12:29:22 pfv-tsys5 pve-firewall[1884]: restarting server ● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 12:29:34 CDT; 4h 2min ago + Active: active (running) since Sun 2026-07-26 12:29:34 CDT; 1 day 9h ago Invocation: 28417510bf604d3eb0bdb8127a4bda66 Main PID: 646665 (pve-ha-crm) Tasks: 1 (limit: 115754) - Memory: 118.1M (peak: 137.6M) - CPU: 3.145s + Memory: 118.6M (peak: 137.6M) + CPU: 14.724s CGroup: /system.slice/pve-ha-crm.service └─646665 pve-ha-crm @@ -16231,12 +17414,12 @@ Jul 26 12:29:34 pfv-tsys5 systemd[1]: Started pve-ha-crm.service - PVE Cluster H ● pve-ha-lrm.service - PVE Local HA Resource Manager Daemon Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 12:29:29 CDT; 4h 2min ago + Active: active (running) since Sun 2026-07-26 12:29:29 CDT; 1 day 9h ago Invocation: 469bf827bee94a0d8e44358af268a847 Main PID: 646555 (pve-ha-lrm) Tasks: 1 (limit: 115754) - Memory: 117.1M (peak: 137M) - CPU: 3.986s + Memory: 117.6M (peak: 137M) + CPU: 22.122s CGroup: /system.slice/pve-ha-lrm.service └─646555 pve-ha-lrm @@ -16252,7 +17435,7 @@ Unit zfs-target.service could not be found. Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: enabled) Drop-In: /run/systemd/generator/nfs-server.service.d └─order-with-mounts.conf - Active: active (exited) since Sat 2026-07-25 11:30:47 CDT; 1 day 5h ago + Active: active (exited) since Sat 2026-07-25 11:30:47 CDT; 2 days ago Invocation: b4f2507005fc4a0cb6b0829be9a29948 Docs: man:rpc.nfsd(8) man:exportfs(8) @@ -16268,7 +17451,7 @@ Jul 25 11:30:47 pfv-tsys5 systemd[1]: Finished nfs-server.service - NFS server a Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: enabled) Drop-In: /run/systemd/generator/nfs-server.service.d └─order-with-mounts.conf - Active: active (exited) since Sat 2026-07-25 11:30:47 CDT; 1 day 5h ago + Active: active (exited) since Sat 2026-07-25 11:30:47 CDT; 2 days ago Invocation: b4f2507005fc4a0cb6b0829be9a29948 Docs: man:rpc.nfsd(8) man:exportfs(8) @@ -16282,14 +17465,14 @@ Jul 25 11:30:47 pfv-tsys5 systemd[1]: Finished nfs-server.service - NFS server a ● rpcbind.service - RPC bind portmap service Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled) - Active: active (running) since Fri 2026-07-24 19:16:51 CDT; 1 day 21h ago + Active: active (running) since Fri 2026-07-24 19:16:51 CDT; 3 days ago Invocation: d9e9d2199b934a0cafaf6e3a9acaae0d TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) Main PID: 1147 (rpcbind) Tasks: 1 (limit: 115754) - Memory: 1.2M (peak: 2.8M) - CPU: 2min 19.741s + Memory: 1.5M (peak: 2.8M) + CPU: 5min 2.079s CGroup: /system.slice/rpcbind.service └─1147 /usr/sbin/rpcbind -f -w @@ -16298,7 +17481,7 @@ Jul 24 19:16:51 pfv-tsys5 systemd[1]: Started rpcbind.service - RPC bind portmap ● rpc-statd.service - NFS status monitor for NFSv2/3 locking. Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static) - Active: active (running) since Sat 2026-07-25 11:25:54 CDT; 1 day 5h ago + Active: active (running) since Sat 2026-07-25 11:25:54 CDT; 2 days ago Invocation: ad03f166ed574f71b952af3756ad6555 Docs: man:rpc.statd(8) Main PID: 251818 (rpc.statd) @@ -16319,7 +17502,7 @@ Jul 25 11:25:54 pfv-tsys5 systemd[1]: Started rpc-statd.service - NFS status mon ● zfs-mount.service - Mount ZFS filesystems Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled) - Active: active (exited) since Fri 2026-07-24 19:16:50 CDT; 1 day 21h ago + Active: active (exited) since Fri 2026-07-24 19:16:50 CDT; 3 days ago Invocation: 1e162984cb5c4402be1795e71e0d324e Docs: man:zfs(8) Main PID: 1102 (code=exited, status=0/SUCCESS) @@ -16334,25 +17517,25 @@ Jul 24 19:16:50 pfv-tsys5 systemd[1]: Starting zfs-mount.service - Mount ZFS fil --- systemctl list-timers $ systemctl list-timers --all --no-pager -NEXT LEFT LAST PASSED UNIT ACTIVATES -Sun 2026-07-26 19:31:33 CDT 2h 59min Sat 2026-07-25 19:31:33 CDT 21h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service -Sun 2026-07-26 20:42:10 CDT 4h 10min Sun 2026-07-26 09:42:15 CDT 6h ago apt-daily.timer apt-daily.service -Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:15 CDT 16h ago dpkg-db-backup.timer dpkg-db-backup.service -Mon 2026-07-27 00:05:35 CDT 7h Mon 2026-07-20 01:34:46 CDT - fstrim.timer fstrim.service -Mon 2026-07-27 00:46:36 CDT 8h Sun 2026-07-26 00:16:15 CDT 16h ago logrotate.timer logrotate.service -Mon 2026-07-27 01:34:01 CDT 9h Sun 2026-07-26 01:17:35 CDT 15h ago pve-daily-update.timer pve-daily-update.service -Mon 2026-07-27 02:13:38 CDT 9h Sun 2026-07-26 03:03:15 CDT 13h ago beszel-agent-update.timer beszel-agent-update.service -Mon 2026-07-27 06:15:22 CDT 13h Sun 2026-07-26 06:41:15 CDT 9h ago apt-daily-upgrade.timer apt-daily-upgrade.service -Mon 2026-07-27 07:08:37 CDT 14h Sun 2026-07-26 11:07:15 CDT 5h 24min ago man-db.timer man-db.service -Sun 2026-08-02 03:10:11 CDT 6 days Sun 2026-07-26 03:10:15 CDT 13h ago e2scrub_all.timer e2scrub_all.service -Sun 2026-08-02 03:10:20 CDT 6 days Sun 2026-07-26 03:11:15 CDT 13h ago xfs_scrub_all.timer xfs_scrub_all.service +NEXT LEFT LAST PASSED UNIT ACTIVATES +Tue 2026-07-28 00:00:00 CDT 2h 3min Mon 2026-07-27 00:00:15 CDT 21h ago dpkg-db-backup.timer dpkg-db-backup.service +Tue 2026-07-28 00:11:08 CDT 2h 14min Mon 2026-07-27 00:47:15 CDT 21h ago logrotate.timer logrotate.service +Tue 2026-07-28 02:04:44 CDT 4h 8min Mon 2026-07-27 02:14:15 CDT 19h ago beszel-agent-update.timer beszel-agent-update.service +Tue 2026-07-28 02:57:43 CDT 5h 1min Mon 2026-07-27 08:40:15 CDT 13h ago apt-daily.timer apt-daily.service +Tue 2026-07-28 03:39:27 CDT 5h 42min Mon 2026-07-27 07:08:37 CDT 14h ago man-db.timer man-db.service +Tue 2026-07-28 03:45:04 CDT 5h 48min Mon 2026-07-27 01:34:15 CDT 20h ago pve-daily-update.timer pve-daily-update.service +Tue 2026-07-28 06:09:19 CDT 8h Mon 2026-07-27 06:15:35 CDT 15h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Tue 2026-07-28 19:32:35 CDT 21h Mon 2026-07-27 19:32:35 CDT 2h 24min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Sun 2026-08-02 03:10:11 CDT 5 days Sun 2026-07-26 03:10:15 CDT 1 day 18h ago e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:20 CDT 5 days Sun 2026-07-26 03:11:15 CDT 1 day 18h ago xfs_scrub_all.timer xfs_scrub_all.service +Mon 2026-08-03 01:33:32 CDT 6 days Mon 2026-07-27 00:05:35 CDT 21h ago fstrim.timer fstrim.service 11 timers listed. --- /etc/cron.d total 20 drwxr-xr-x 2 root root 4096 Jul 26 12:28 . -drwxr-xr-x 106 root root 4096 Jul 26 16:28 .. +drwxr-xr-x 106 root root 4096 Jul 27 21:53 .. -rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder lrwxrwxrwx 1 root root 20 Feb 26 09:06 vzdump -> /etc/pve/vzdump.cron @@ -16361,7 +17544,7 @@ lrwxrwxrwx 1 root root 20 Feb 26 09:06 vzdump -> /etc/pve/vzdump.cron --- /etc/cron.daily total 28 drwxr-xr-x 2 root root 4096 Jul 22 20:18 . -drwxr-xr-x 106 root root 4096 Jul 26 16:28 .. +drwxr-xr-x 106 root root 4096 Jul 27 21:53 .. -rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat -rwxr-xr-x 1 root root 123 May 27 2025 dpkg -rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate @@ -16371,13 +17554,13 @@ drwxr-xr-x 106 root root 4096 Jul 26 16:28 .. --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Feb 26 09:02 . -drwxr-xr-x 106 root root 4096 Jul 26 16:28 .. +drwxr-xr-x 106 root root 4096 Jul 27 21:53 .. -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder --- /etc/cron.weekly total 16 drwxr-xr-x 2 root root 4096 Feb 26 09:03 . -drwxr-xr-x 106 root root 4096 Jul 26 16:28 .. +drwxr-xr-x 106 root root 4096 Jul 27 21:53 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -16416,15 +17599,15 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -1.37 1.37 1.09 2/546 722369 +1.94 1.63 1.27 1/548 1159841 --- vmstat 1 3 $ vmstat 1 3 procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- r b swpd free buff cache si so bi bo in cs us sy id wa st gu - 0 0 0 65413980 37512 455180 0 0 8552 2452 6760 11 1 2 88 4 0 5 - 0 0 0 65427032 37520 455304 0 0 792 76 7977 10856 4 4 90 1 0 2 - 0 0 0 65442316 37528 455304 0 0 0 64 7714 11187 0 1 97 0 0 2 + 6 0 0 63227068 38248 474096 0 0 5246 1857 7228 12 1 2 89 3 0 5 + 0 0 0 63243228 38248 474212 0 0 0 16 6910 9586 3 4 89 1 0 3 + 0 0 0 63247400 38256 474240 0 0 768 184 8763 11383 1 4 91 1 0 5 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 @@ -16473,17 +17656,18 @@ procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu---- --- top (single snapshot, top 30) $ top -b -n 1 -top - 16:32:08 up 1 day, 21:16, 2 users, load average: 1.37, 1.37, 1.09 +top - 21:56:41 up 3 days, 2:41, 2 users, load average: 1.95, 1.64, 1.28 Tasks: 305 total, 1 running, 304 sleeping, 0 stopped, 0 zombie -%Cpu(s): 2.8 us, 3.8 sy, 0.0 ni, 91.5 id, 1.9 wa, 0.0 hi, 0.0 si, 0.0 st -MiB Mem : 96556.6 total, 63911.8 free, 33051.3 used, 481.4 buff/cache -MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 63505.2 avail Mem +%Cpu(s): 6.2 us, 8.8 sy, 0.0 ni, 83.2 id, 1.8 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 96556.6 total, 61762.6 free, 35184.0 used, 500.6 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 61372.6 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 113938 root 20 0 13.1g 8.9g 17656 S 18.2 9.4 12,58 kvm - 48303 root 20 0 5050956 696832 13412 S 9.1 0.7 38:29.63 kvm - 1 root 20 0 25760 16396 10776 S 0.0 0.0 0:40.11 systemd - 2 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kthreadd + 113938 root 20 0 13.1g 8.9g 17656 S 18.2 9.4 20,34 kvm + 88433 root 20 0 6941944 4.1g 13856 S 9.1 4.3 103:11.21 kvm +1159875 root 20 0 10424 5440 3344 R 9.1 0.0 0:00.01 top + 1 root 20 0 25760 16396 10776 S 0.0 0.0 0:52.53 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.09 kthreadd 3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+ 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ @@ -16492,60 +17676,60 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 63505.2 avail Mem 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 11 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 14 root 20 0 0 0 0 S 0.0 0.0 0:04.34 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 1:27.48 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:09.78 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 2:36.50 rcu_pre+ 16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ 17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ - 18 root rt 0 0 0 0 S 0.0 0.0 0:00.57 migrati+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.94 migrati+ 19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ 20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 23 root rt 0 0 0 0 S 0.0 0.0 0:01.49 migrati+ - 24 root 20 0 0 0 0 S 0.0 0.0 0:02.88 ksoftir+ + 23 root rt 0 0 0 0 S 0.0 0.0 0:01.82 migrati+ + 24 root 20 0 0 0 0 S 0.0 0.0 0:04.82 ksoftir+ 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 29 root rt 0 0 0 0 S 0.0 0.0 0:01.49 migrati+ - 30 root 20 0 0 0 0 S 0.0 0.0 0:00.99 ksoftir+ + 29 root rt 0 0 0 0 S 0.0 0.0 0:01.83 migrati+ + 30 root 20 0 0 0 0 S 0.0 0.0 0:01.80 ksoftir+ 32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 35 root rt 0 0 0 0 S 0.0 0.0 0:01.50 migrati+ - 36 root 20 0 0 0 0 S 0.0 0.0 0:19.15 ksoftir+ + 35 root rt 0 0 0 0 S 0.0 0.0 0:01.83 migrati+ + 36 root 20 0 0 0 0 S 0.0 0.0 0:31.04 ksoftir+ 38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 41 root rt 0 0 0 0 S 0.0 0.0 0:01.42 migrati+ - 42 root 20 0 0 0 0 S 0.0 0.0 0:00.65 ksoftir+ + 41 root rt 0 0 0 0 S 0.0 0.0 0:01.71 migrati+ + 42 root 20 0 0 0 0 S 0.0 0.0 0:01.09 ksoftir+ 44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 47 root rt 0 0 0 0 S 0.0 0.0 0:01.43 migrati+ - 48 root 20 0 0 0 0 S 0.0 0.0 0:02.61 ksoftir+ + 47 root rt 0 0 0 0 S 0.0 0.0 0:01.73 migrati+ + 48 root 20 0 0 0 0 S 0.0 0.0 0:04.37 ksoftir+ 50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 53 root rt 0 0 0 0 S 0.0 0.0 0:01.42 migrati+ - 54 root 20 0 0 0 0 S 0.0 0.0 0:00.54 ksoftir+ + 53 root rt 0 0 0 0 S 0.0 0.0 0:01.71 migrati+ + 54 root 20 0 0 0 0 S 0.0 0.0 0:00.89 ksoftir+ 56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 59 root rt 0 0 0 0 S 0.0 0.0 0:01.42 migrati+ - 60 root 20 0 0 0 0 S 0.0 0.0 0:00.54 ksoftir+ + 59 root rt 0 0 0 0 S 0.0 0.0 0:01.72 migrati+ + 60 root 20 0 0 0 0 S 0.0 0.0 0:00.89 ksoftir+ 62 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ 64 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 65 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ 66 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ 67 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ - 68 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kauditd - 69 root 20 0 0 0 0 S 0.0 0.0 0:00.10 khungta+ + 68 root 20 0 0 0 0 S 0.0 0.0 0:00.06 kauditd + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.18 khungta+ 71 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ 73 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 74 root 20 0 0 0 0 S 0.0 0.0 0:04.55 kcompac+ + 74 root 20 0 0 0 0 S 0.0 0.0 0:07.50 kcompac+ 75 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd - 76 root 39 19 0 0 0 S 0.0 0.0 0:00.72 khugepa+ + 76 root 39 19 0 0 0 S 0.0 0.0 0:01.23 khugepa+ 77 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 78 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 79 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ @@ -16557,7 +17741,7 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 63505.2 avail Mem 88 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 89 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 90 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ - 91 root 0 -20 0 0 0 I 0.0 0.0 0:01.26 kworker+ + 91 root 0 -20 0 0 0 I 0.0 0.0 0:02.72 kworker+ 92 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ 94 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ @@ -16572,16 +17756,16 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 63505.2 avail Mem 105 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 108 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 110 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 111 root 0 -20 0 0 0 I 0.0 0.0 0:05.28 kworker+ + 111 root 0 -20 0 0 0 I 0.0 0.0 0:21.33 kworker+ 112 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 118 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 129 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 130 root 0 -20 0 0 0 I 0.0 0.0 0:29.12 kworker+ - 158 root 0 -20 0 0 0 I 0.0 0.0 0:01.38 kworker+ - 162 root 0 -20 0 0 0 I 0.0 0.0 0:01.33 kworker+ - 173 root 0 -20 0 0 0 I 0.0 0.0 0:01.59 kworker+ - 184 root 0 -20 0 0 0 I 0.0 0.0 0:01.21 kworker+ - 194 root 0 -20 0 0 0 I 0.0 0.0 0:01.24 kworker+ + 130 root 0 -20 0 0 0 I 0.0 0.0 0:38.28 kworker+ + 158 root 0 -20 0 0 0 I 0.0 0.0 0:02.83 kworker+ + 162 root 0 -20 0 0 0 I 0.0 0.0 0:02.71 kworker+ + 173 root 0 -20 0 0 0 I 0.0 0.0 0:03.15 kworker+ + 184 root 0 -20 0 0 0 I 0.0 0.0 0:02.56 kworker+ + 194 root 0 -20 0 0 0 I 0.0 0.0 0:02.53 kworker+ 207 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 208 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 209 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ @@ -16599,15 +17783,15 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 63505.2 avail Mem 296 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 297 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 298 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 337 root 20 0 0 0 0 S 0.0 0.0 0:04.63 jbd2/dm+ + 337 root 20 0 0 0 0 S 0.0 0.0 0:07.38 jbd2/dm+ 338 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 385 root 20 0 96916 68748 67148 S 0.0 0.1 0:05.21 systemd+ + 385 root 20 0 105108 78392 76772 S 0.0 0.1 0:08.50 systemd+ 426 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ 427 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ 428 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ 429 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ - 433 root 20 0 36724 10204 7828 S 0.0 0.0 0:01.11 systemd+ - 435 root 20 0 77296 22300 9124 S 0.0 0.0 0:08.38 dmeventd + 433 root 20 0 36724 10204 7828 S 0.0 0.0 0:01.62 systemd+ + 435 root 20 0 77296 22300 9124 S 0.0 0.0 0:13.82 dmeventd 436 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ 437 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ 438 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ @@ -16615,176 +17799,175 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 63505.2 avail Mem 440 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ 441 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ 442 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ - 443 root 20 0 0 0 0 S 0.0 0.0 0:02.64 arc_evi+ - 444 root 39 19 0 0 0 S 0.0 0.0 0:02.68 arc_reap + 443 root 20 0 0 0 0 S 0.0 0.0 0:04.37 arc_evi+ + 444 root 39 19 0 0 0 S 0.0 0.0 0:04.42 arc_reap 445 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ - 446 root 39 19 0 0 0 S 0.0 0.0 0:02.58 dbuf_ev+ + 446 root 39 19 0 0 0 S 0.0 0.0 0:04.26 dbuf_ev+ 447 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ - 448 root 20 0 0 0 0 S 0.0 0.0 0:02.25 l2arc_f+ - 449 root 20 0 0 0 0 I 0.0 0.0 0:26.61 kworker+ + 448 root 20 0 0 0 0 S 0.0 0.0 0:03.72 l2arc_f+ + 449 root 20 0 0 0 0 I 0.0 0.0 0:42.51 kworker+ 459 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon 1080 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 1088 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 1089 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ 1090 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ - 1147 _rpc 20 0 6704 3920 3364 S 0.0 0.0 2:19.74 rpcbind + 1147 _rpc 20 0 6704 3924 3364 S 0.0 0.0 5:02.08 rpcbind 1195 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 1196 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 1232 root 20 0 5256 1696 1468 S 0.0 0.0 0:00.00 blkmapd - 1263 message+ 20 0 8756 5348 4252 S 0.0 0.0 0:19.75 dbus-da+ + 1263 message+ 20 0 8756 5352 4252 S 0.0 0.0 0:32.02 dbus-da+ 1270 root 20 0 276136 3560 3268 S 0.0 0.0 0:00.00 pve-lxc+ - 1273 root 20 0 626044 8484 6924 S 0.0 0.0 0:51.06 rrdcach+ - 1278 root 20 0 19248 9172 7760 S 0.0 0.0 0:01.28 systemd+ - 1285 root 20 0 1421392 112636 26412 S 0.0 0.1 10:59.57 tailsca+ - 1286 root 20 0 7216 2324 1980 S 0.0 0.0 0:03.14 ksmtuned - 1288 root 20 0 2432 1564 1464 S 0.0 0.0 0:05.39 watchdo+ + 1273 root 20 0 626044 8484 6924 S 0.0 0.0 1:14.46 rrdcach+ + 1278 root 20 0 19248 9172 7760 S 0.0 0.0 0:01.85 systemd+ + 1285 root 20 0 1422032 118240 26484 S 0.0 0.1 19:34.71 tailsca+ + 1286 root 20 0 7216 2324 1980 S 0.0 0.0 0:05.19 ksmtuned + 1288 root 20 0 2432 1564 1464 S 0.0 0.0 0:08.93 watchdo+ 1296 root 20 0 159064 2508 2140 S 0.0 0.0 0:00.01 lxcfs 1376 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 1531 root 20 0 5984 3552 2712 S 0.0 0.0 0:01.33 dhclient - 1568 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 1638 beszel 20 0 2231764 18188 10412 S 0.0 0.0 2:04.45 beszel-+ + 1531 root 20 0 5984 3552 2712 S 0.0 0.0 0:02.22 dhclient + 1638 beszel 20 0 2231764 16944 10412 S 0.0 0.0 3:25.40 beszel-+ 1639 root 20 0 506252 52696 17348 S 0.0 0.1 0:00.81 glances - 1641 _lldpd 20 0 21376 6572 5404 S 0.0 0.0 0:00.14 lldpd + 1641 _lldpd 20 0 21376 6572 5404 S 0.0 0.0 0:00.22 lldpd 1642 root 20 0 5520 2548 2300 S 0.0 0.0 0:00.00 lxc-mon+ - 1652 root 20 0 340044 32872 15420 S 0.0 0.0 0:29.12 tuned + 1652 root 20 0 340044 32884 15420 S 0.0 0.0 0:47.62 tuned 1656 root 20 0 8168 2592 2364 S 0.0 0.0 0:00.01 agetty - 1680 root 20 0 11776 7764 6532 S 0.0 0.0 0:00.20 sshd - 1689 _lldpd 20 0 21504 2932 1736 S 0.0 0.0 0:06.67 lldpd - 1743 root 20 0 6864 2960 2712 S 0.0 0.0 0:00.37 cron - 1837 root 20 0 43984 4800 4156 S 0.0 0.0 0:00.62 master - 1839 postfix 20 0 44524 7700 7008 S 0.0 0.0 0:00.11 qmgr - 1843 polkitd 20 0 306704 8340 7176 S 0.0 0.0 0:03.81 polkitd - 1884 root 20 0 179208 135656 30152 S 0.0 0.1 8:34.70 pve-fir+ - 1893 root 20 0 207252 151800 33024 S 0.0 0.2 55:07.48 pvestatd - 1910 root 20 0 230080 182896 32672 S 0.0 0.2 0:04.56 pvedaem+ - 1933 www-data 20 0 99228 69624 17580 S 0.0 0.1 0:04.47 spicepr+ - 2049 root 20 0 209788 155832 32720 S 0.0 0.2 0:16.56 pvesche+ + 1680 root 20 0 11776 7764 6532 S 0.0 0.0 0:00.68 sshd + 1689 _lldpd 20 0 21504 2936 1736 S 0.0 0.0 0:10.70 lldpd + 1743 root 20 0 6864 2960 2712 S 0.0 0.0 0:00.60 cron + 1837 root 20 0 43984 4800 4156 S 0.0 0.0 0:01.03 master + 1839 postfix 20 0 44524 7700 7008 S 0.0 0.0 0:00.18 qmgr + 1843 polkitd 20 0 306704 8344 7176 S 0.0 0.0 0:06.31 polkitd + 1884 root 20 0 179208 136488 30984 S 0.0 0.1 15:07.75 pve-fir+ + 1893 root 20 0 207252 159208 33024 S 0.0 0.2 88:01.98 pvestatd + 1910 root 20 0 230080 182896 32672 S 0.0 0.2 0:06.19 pvedaem+ + 1933 www-data 20 0 99252 69800 17748 S 0.0 0.1 0:06.70 spicepr+ + 2049 root 20 0 209788 155832 32720 S 0.0 0.2 0:28.04 pvesche+ 2079 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 2085 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ 40515 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 46341 root 20 0 0 0 0 S 0.0 0.0 0:06.16 jbd2/sd+ + 46341 root 20 0 0 0 0 S 0.0 0.0 0:11.03 jbd2/sd+ 46342 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 46364 root 20 0 0 0 0 S 0.0 0.0 0:00.07 jbd2/sd+ + 46364 root 20 0 0 0 0 S 0.0 0.0 0:01.46 jbd2/sd+ 46365 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 47606 root 20 0 0 0 0 S 0.0 0.0 0:02.50 jbd2/sd+ + 47606 root 20 0 0 0 0 S 0.0 0.0 0:06.81 jbd2/sd+ 47607 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 47873 root 20 0 10.7g 1.5g 11032 S 0.0 1.6 34:30.67 kvm + 47873 root 20 0 10.8g 1.5g 11032 S 0.0 1.6 58:12.01 kvm 47904 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 47937 root 20 0 5138104 717916 11080 S 0.0 0.7 39:30.73 kvm + 47937 root 20 0 5138104 744592 11080 S 0.0 0.8 65:39.78 kvm 47969 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 48034 root 20 0 5025420 700040 11084 S 0.0 0.7 38:12.89 kvm + 48034 root 20 0 5025420 726620 11084 S 0.0 0.7 64:18.99 kvm 48066 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 48099 root 20 0 5063460 676016 11028 S 0.0 0.7 38:19.64 kvm + 48099 root 20 0 5063460 731312 11028 S 0.0 0.7 64:42.31 kvm 48130 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 48205 root 20 0 5100464 682060 11148 S 0.0 0.7 39:21.36 kvm + 48205 root 20 0 5100464 733224 11148 S 0.0 0.7 66:03.03 kvm 48238 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 48303 root 20 0 5050956 723488 13412 S 0.0 0.7 64:35.11 kvm 48337 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 48397 root 20 0 5048036 686440 11100 S 0.0 0.7 38:35.36 kvm + 48397 root 20 0 5048036 709052 11100 S 0.0 0.7 64:50.15 kvm 48440 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 48474 root 20 0 5122800 1.3g 11352 S 0.0 1.4 34:05.75 kvm + 48474 root 20 0 5196532 1.3g 11352 S 0.0 1.4 57:19.94 kvm 48522 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+ - 48576 root 20 0 5032620 726320 11040 S 0.0 0.7 40:03.04 kvm + 48576 root 20 0 5032620 750960 11040 S 0.0 0.8 67:13.72 kvm 48615 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 48691 root 20 0 5098412 687100 11132 S 0.0 0.7 39:16.48 kvm + 48691 root 20 0 5098412 723996 11132 S 0.0 0.7 65:57.16 kvm 48727 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+ - 48805 root 20 0 9936.5m 807880 11084 S 0.0 0.8 39:52.69 kvm + 48805 root 20 0 9936.5m 822216 11084 S 0.0 0.8 66:34.96 kvm 48850 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 48921 root 20 0 12.5g 1.5g 11008 S 0.0 1.6 36:08.23 kvm + 48921 root 20 0 12.8g 1.6g 11008 S 0.0 1.7 60:01.52 kvm 48953 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+ - 49002 root 20 0 9059956 776132 13636 S 0.0 0.8 40:49.42 kvm + 49002 root 20 0 9059956 800728 13636 S 0.0 0.8 67:42.92 kvm 49055 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+ - 49689 root 20 0 32.6g 1.4g 11352 S 0.0 1.5 49:20.95 kvm - 49809 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+ - 50459 root 20 0 0 0 0 S 0.0 0.0 0:00.26 jbd2/sd+ + 50459 root 20 0 0 0 0 S 0.0 0.0 0:07.94 jbd2/sd+ 50460 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 51445 root 20 0 0 0 0 S 0.0 0.0 0:00.06 jbd2/sd+ 51446 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 54010 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 84667 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 86999 www-data 20 0 231368 184248 32752 S 0.0 0.2 0:06.47 pveproxy - 88433 root 20 0 6897740 2.2g 13640 S 0.0 2.4 53:31.25 kvm + 86999 www-data 20 0 231364 184344 32896 S 0.0 0.2 0:10.31 pveproxy 88471 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 111284 root 20 0 0 0 0 I 0.0 0.0 0:20.13 kworker+ + 111284 root 20 0 0 0 0 I 0.0 0.0 0:30.38 kworker+ 113986 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 115366 root 20 0 7025332 5.9g 13392 S 0.0 6.3 93:52.28 kvm + 115366 root 20 0 7025332 5.9g 13392 S 0.0 6.3 143:48.34 kvm 115416 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 246438 root 20 0 0 0 0 I 0.0 0.0 0:14.29 kworker+ 251811 root 20 0 5464 3880 3540 S 0.0 0.0 0:00.00 fsidd 251818 statd 20 0 4552 2028 1680 S 0.0 0.0 0:00.00 rpc.sta+ - 251827 root 20 0 5620 2956 2440 S 0.0 0.0 0:00.01 nfsdcld - 253532 root 20 0 2944 2472 2192 S 0.0 0.0 0:00.01 rpc.idm+ - 253535 root 20 0 8952 4276 3208 S 0.0 0.0 0:49.97 rpc.mou+ + 251827 root 20 0 5620 2956 2440 S 0.0 0.0 0:00.02 nfsdcld + 253532 root 20 0 2944 2472 2192 S 0.0 0.0 0:00.03 rpc.idm+ + 253535 root 20 0 8952 4276 3208 S 0.0 0.0 1:45.72 rpc.mou+ 253543 root 20 0 0 0 0 I 0.0 0.0 0:00.00 lockd - 253544 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd - 253545 root 20 0 0 0 0 I 0.0 0.0 0:00.72 nfsd - 253546 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd - 253547 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd - 253548 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd - 253549 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd - 253550 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd - 253551 root 20 0 0 0 0 I 0.0 0.0 0:00.84 nfsd - 253552 root 20 0 0 0 0 I 0.0 0.0 0:00.07 nfsd - 253553 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd - 253554 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd - 253555 root 20 0 0 0 0 I 0.0 0.0 0:03.79 nfsd - 253556 root 20 0 0 0 0 I 0.0 0.0 0:20.29 nfsd - 253557 root 20 0 0 0 0 I 0.0 0.0 0:33.91 nfsd - 253558 root 20 0 0 0 0 I 0.0 0.0 0:48.95 nfsd - 253559 root 20 0 0 0 0 I 0.0 0.0 0:54.45 nfsd - 341661 root 20 0 0 0 0 I 0.0 0.0 0:11.70 kworker+ - 358594 root 20 0 0 0 0 I 0.0 0.0 0:11.33 kworker+ + 253544 root 20 0 0 0 0 I 0.0 0.0 0:24.37 nfsd + 253545 root 20 0 0 0 0 I 0.0 0.0 0:31.21 nfsd + 253546 root 20 0 0 0 0 I 0.0 0.0 0:29.53 nfsd + 253547 root 20 0 0 0 0 I 0.0 0.0 0:25.61 nfsd + 253548 root 20 0 0 0 0 I 0.0 0.0 0:26.62 nfsd + 253549 root 20 0 0 0 0 I 0.0 0.0 0:43.42 nfsd + 253550 root 20 0 0 0 0 I 0.0 0.0 0:41.76 nfsd + 253551 root 20 0 0 0 0 I 0.0 0.0 0:41.18 nfsd + 253552 root 20 0 0 0 0 I 0.0 0.0 0:37.54 nfsd + 253553 root 20 0 0 0 0 I 0.0 0.0 0:33.17 nfsd + 253554 root 20 0 0 0 0 I 0.0 0.0 0:32.73 nfsd + 253555 root 20 0 0 0 0 I 0.0 0.0 0:38.23 nfsd + 253556 root 20 0 0 0 0 I 0.0 0.0 0:46.47 nfsd + 253557 root 20 0 0 0 0 I 0.0 0.0 1:02.59 nfsd + 253558 root 20 0 0 0 0 I 0.0 0.0 1:34.53 nfsd + 253559 root 20 0 0 0 0 I 0.0 0.0 1:29.02 nfsd 385022 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 451802 root 20 0 0 0 0 I 0.0 0.0 0:13.41 kworker+ - 609934 root 20 0 0 0 0 I 0.0 0.0 0:02.18 kworker+ - 628773 root 20 0 22436 12688 10084 S 0.0 0.0 0:00.44 systemd + 628773 root 20 0 22436 12688 10084 S 0.0 0.0 0:00.52 systemd 628775 root 20 0 24404 3840 2040 S 0.0 0.0 0:00.00 (sd-pam) 628783 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon 628923 root 20 0 7168 2612 1920 S 0.0 0.0 0:00.03 screen 628924 root 20 0 7448 4204 3516 S 0.0 0.0 0:00.00 bash - 631847 root 20 0 10736 6700 4752 S 0.0 0.0 0:00.15 smartd - 632292 _chrony 20 0 19940 5656 4888 S 0.0 0.0 0:00.11 chronyd + 631847 root 20 0 10736 6700 4752 S 0.0 0.0 0:00.51 smartd + 632292 _chrony 20 0 19940 5656 4888 S 0.0 0.0 0:00.31 chronyd 632296 _chrony 20 0 11612 2308 1680 S 0.0 0.0 0:00.00 chronyd 645851 root 20 0 104420 6340 5188 S 0.0 0.0 0:00.00 zed - 645934 root 20 0 547456 60232 45084 S 0.0 0.1 0:25.46 pmxcfs - 646054 root 20 0 79620 2304 2092 S 0.0 0.0 0:01.65 pvefw-l+ - 646280 root 20 0 13584 5580 4720 S 0.0 0.0 0:01.39 proxmox+ - 646391 root 20 0 5748 2276 2036 S 0.0 0.0 0:00.02 qmeventd - 646555 root 20 0 213188 124472 5220 S 0.0 0.1 0:02.42 pve-ha-+ - 646665 root 20 0 214172 125548 5260 S 0.0 0.1 0:01.56 pve-ha-+ + 645934 root 20 0 547456 63400 45084 S 0.0 0.1 2:25.83 pmxcfs + 646280 root 20 0 13584 5584 4720 S 0.0 0.0 0:11.57 proxmox+ + 646391 root 20 0 5748 2344 2100 S 0.0 0.0 0:00.16 qmeventd + 646555 root 20 0 213188 125372 6112 S 0.0 0.1 0:20.56 pve-ha-+ + 646665 root 20 0 214172 126440 6148 S 0.0 0.1 0:13.14 pve-ha-+ 646730 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 646842 www-data 20 0 99360 56224 4036 S 0.0 0.1 0:00.52 spicepr+ - 674904 root 20 0 239172 164272 11944 S 0.0 0.2 0:17.54 pvedaem+ - 675037 root 20 0 239200 163960 11692 S 0.0 0.2 0:17.02 pvedaem+ - 678254 root 20 0 239144 164108 11872 S 0.0 0.2 0:14.87 pvedaem+ - 690036 root 20 0 0 0 0 I 0.0 0.0 0:00.69 kworker+ - 697082 www-data 20 0 286316 212692 13252 S 0.0 0.2 0:04.15 pveprox+ - 697593 www-data 20 0 274716 200716 12948 S 0.0 0.2 0:02.91 pveprox+ - 698675 www-data 20 0 286232 212076 12784 S 0.0 0.2 0:03.01 pveprox+ - 705198 root 20 0 0 0 0 I 0.0 0.0 0:00.35 kworker+ - 709362 root 20 0 0 0 0 I 0.0 0.0 0:00.37 kworker+ - 711723 root 20 0 0 0 0 I 0.0 0.0 0:00.19 kworker+ - 711984 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 713683 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 713757 iperf3 20 0 11076 4456 3760 S 0.0 0.0 0:00.00 iperf3 - 715236 root 20 0 0 0 0 I 0.0 0.0 0:00.25 kworker+ - 715833 postfix 20 0 44472 7800 7080 S 0.0 0.0 0:00.00 pickup - 715992 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 716044 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 716059 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 716073 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 716170 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ - 716846 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 717520 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 717540 root 20 0 19652 11584 9816 S 0.0 0.0 0:00.02 sshd-se+ - 717547 root 20 0 19908 7380 5336 S 0.0 0.0 0:00.00 sshd-se+ - 717548 root 20 0 7316 3712 3180 S 0.0 0.0 0:00.72 bash - 720764 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ - 720765 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 722271 root 20 0 5580 2148 2036 S 0.0 0.0 0:00.00 sleep - 722322 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 722403 root 20 0 7316 2260 1728 S 0.0 0.0 0:00.00 bash - 722404 root 20 0 5588 2132 2020 S 0.0 0.0 0:00.00 head - 722405 root 20 0 10424 5440 3348 R 0.0 0.0 0:00.01 top + 727376 iperf3 20 0 11076 4200 3504 S 0.0 0.0 0:00.00 iperf3 + 849026 root 20 0 79620 2656 2452 S 0.0 0.0 0:08.84 pvefw-l+ + 849033 www-data 20 0 99372 56268 4072 S 0.0 0.1 0:02.65 spicepr+ + 999804 root 20 0 0 0 0 I 0.0 0.0 0:04.37 kworker+ +1000939 root 20 0 0 0 0 I 0.0 0.0 0:02.21 kworker+ +1002932 root 20 0 0 0 0 I 0.0 0.0 0:04.98 kworker+ +1003202 root 20 0 0 0 0 I 0.0 0.0 0:05.33 kworker+ +1005626 root 20 0 0 0 0 I 0.0 0.0 0:01.48 kworker+ +1023636 root 20 0 0 0 0 I 0.0 0.0 0:04.65 kworker+ +1026182 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1061865 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1062073 root 20 0 32.5g 1.2g 13780 S 0.0 1.3 9:23.88 kvm +1062127 root 20 0 0 0 0 I 0.0 0.0 0:03.08 kworker+ +1062130 root 20 0 0 0 0 I 0.0 0.0 0:05.36 kworker+ +1062194 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ +1093294 root 20 0 238980 163980 11940 S 0.0 0.2 0:08.24 pvedaem+ +1095577 root 20 0 238880 163496 11536 S 0.0 0.2 0:06.12 pvedaem+ +1099260 www-data 20 0 286944 213268 13240 S 0.0 0.2 0:06.10 pveprox+ +1100679 www-data 20 0 302156 232284 18372 S 0.0 0.2 0:04.99 pveprox+ +1101438 root 20 0 238716 162968 11268 S 0.0 0.2 0:01.36 pvedaem+ +1101728 www-data 20 0 286160 211908 12704 S 0.0 0.2 0:04.23 pveprox+ +1121043 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1137029 root 20 0 0 0 0 I 0.0 0.0 0:00.64 kworker+ +1137803 postfix 20 0 44472 7788 7064 S 0.0 0.0 0:00.01 pickup +1141475 root 20 0 0 0 0 I 0.0 0.0 0:00.43 kworker+ +1142836 root 20 0 0 0 0 I 0.0 0.0 0:00.49 kworker+ +1146335 root 20 0 0 0 0 I 0.0 0.0 0:00.32 kworker+ +1149446 root 20 0 0 0 0 I 0.0 0.0 0:00.25 kworker+ +1151890 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ +1152269 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1153493 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ +1155011 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1155022 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ +1155033 root 20 0 19652 11580 9808 S 0.0 0.0 0:00.03 sshd-se+ +1155034 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1155041 root 20 0 19908 7376 5328 S 0.0 0.0 0:00.00 sshd-se+ +1155042 root 20 0 7316 3700 3172 S 0.0 0.0 0:00.72 bash +1156009 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ +1159570 root 20 0 5580 2152 2036 S 0.0 0.0 0:00.00 sleep +1159873 root 20 0 7316 2248 1720 S 0.0 0.0 0:00.00 bash +1159874 root 20 0 5588 2160 2048 S 0.0 0.0 0:00.00 head --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -16794,8 +17977,8 @@ no pools available --- arcstat 1 2 $ arcstat 1 2 time read ddread ddh% dmread dmh% pread ph% size c avail -16:32:09 0 0 0 0 0 0 0 1.9K 2.9G 59.3G -16:32:10 0 0 0 0 0 0 0 1.9K 2.9G 59.3G +21:56:42 0 0 0 0 0 0 0 1.9K 2.9G 57.2G +21:56:43 0 0 0 0 0 0 0 1.9K 2.9G 57.2G --- /proc/net/dev delta (1s) $ awk '{print $1}' /proc/net/dev @@ -16812,8 +17995,6 @@ nic1: nic2: tailscale0: vmbr0: -bond0: -datanet: tap5101i0: tap5105i0: tap5106i0: @@ -16827,6 +18008,11 @@ tap51013i0: tap53100i0: tap53101i0: tap53102i0: +tap6000i0: +tap5111i0: +tap5112i0: +bond0: +datanet: tap509i0: fwbr509i0: fwpr509p0: @@ -16835,79 +18021,76 @@ tap509i1: fwbr509i1: fwpr509p1: fwln509i1: -tap6000i0: -tap5111i0: -tap5112i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 66130558 212454 0 0 0 0 0 0 66130558 212454 0 0 0 0 0 0 - nic0: 27941517692 26953213 0 36910 0 0 0 4093194 1482873716 4246158 0 0 0 0 0 0 - nic1: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 - nic2: 13468623509 12276389 1 0 0 1 0 142567 2255164074 7943769 0 0 0 0 0 0 -tailscale0: 140701289 484518 0 0 0 0 0 0 587024386 333769 0 0 0 0 0 0 - vmbr0: 1486317725 6679543 0 0 0 0 0 3506707 760173625 945986 0 0 0 0 0 0 - bond0: 13468623509 12276389 1 5430 0 1 0 142567 2255164074 7943769 0 0 0 0 0 0 -datanet: 13244826557 12265915 0 10 0 0 0 137136 2177345494 7098328 0 1 0 0 0 0 -tap5101i0: 1480802 15798 0 0 0 0 0 0 509654336 4808675 0 0 0 0 0 0 -tap5105i0: 1210968 12495 0 0 0 0 0 0 500909066 4805111 0 362 0 0 0 0 -tap5106i0: 1215132 12499 0 0 0 0 0 0 500879784 4804868 0 483 0 0 0 0 -tap5107i0: 1222121 12522 0 0 0 0 0 0 500869191 4804731 0 525 0 0 0 0 -tap5108i0: 1205451 12443 0 0 0 0 0 0 500803064 4804099 0 884 0 0 0 0 -tap5109i0: 1206687 12457 0 0 0 0 0 0 500750576 4803630 0 1090 0 0 0 0 -tap51010i0: 1203107 12447 0 0 0 0 0 0 500738299 4803439 0 1138 0 0 0 0 -tap51011i0: 1408571 15240 0 0 0 0 0 0 508987754 4805552 0 1404 0 0 0 0 -tap51012i0: 1278258 13224 0 0 0 0 0 0 500909506 4803164 0 1091 0 0 0 0 -tap51013i0: 1209021 12428 0 0 0 0 0 0 500628097 4802440 0 1439 0 0 0 0 -tap53100i0: 1199945 12400 0 0 0 0 0 0 500583040 4801979 0 1634 0 0 0 0 -tap53101i0: 1433599 15534 0 0 0 0 0 0 510249763 4804624 0 1701 0 0 0 0 -tap53102i0: 1836437 15252 0 0 0 0 0 0 501044734 4804440 0 1596 0 0 0 0 -tap509i0: 106424948 510343 0 0 0 0 0 0 752424914 5660235 0 4546 0 0 0 0 -fwbr509i0: 430415505 4781650 0 6120 0 0 0 3237586 0 0 0 0 0 0 0 0 -fwpr509p0: 107676173 515368 0 5025 0 0 0 0 752926326 5664781 0 0 0 0 0 0 -fwln509i0: 752926326 5664781 0 5025 0 0 0 0 107676173 515368 0 0 0 0 0 0 -tap509i1: 0 0 0 0 0 0 0 0 60 1 0 138926 0 0 0 0 -fwbr509i1: 10987306 134955 0 10 0 0 0 127094 0 0 0 0 0 0 0 0 -fwpr509p1: 1251225 5025 0 5025 0 0 0 0 14128599 139990 0 0 0 0 0 0 -fwln509i1: 14128599 139990 0 5025 0 0 0 0 1251225 5025 0 0 0 0 0 0 -tap6000i0: 6487167 44904 0 0 0 0 0 0 702346522 4518859 0 35911 0 0 0 0 -tap5111i0: 493969798 1495624 0 0 0 0 0 0 15971521692 7655084 0 0 0 0 0 0 -tap5112i0: 34139107 357912 0 0 0 0 0 0 6120937702 5155565 0 32 0 0 0 0 + lo: 109475131 583828 0 0 0 0 0 0 109475131 583828 0 0 0 0 0 0 + nic0: 39449980478 40621999 0 221624 0 0 0 6694432 4733645264 8807049 0 0 0 0 0 0 + nic1: 19066997607 17028956 0 0 0 0 0 29101 40421163906 30373112 0 7 0 0 0 0 + nic2: 18163221711 18046770 3789 0 0 3789 0 200878 4177509100 12609612 0 4 0 0 0 0 +tailscale0: 223055645 837118 0 0 0 0 0 0 916286674 686504 0 0 0 0 0 0 + vmbr0: 5419518883 11756824 0 0 0 0 0 5725864 3285868775 1986017 0 0 0 0 0 0 +tap5101i0: 3000995 32564 0 0 0 0 0 0 889543642 8139366 0 0 0 0 0 0 +tap5105i0: 2091693 21584 0 0 0 0 0 0 848516771 8126938 0 362 0 0 0 0 +tap5106i0: 2100885 21617 0 0 0 0 0 0 848489032 8126724 0 483 0 0 0 0 +tap5107i0: 2113397 21652 0 0 0 0 0 0 848479566 8126598 0 525 0 0 0 0 +tap5108i0: 2097368 21585 0 0 0 0 0 0 848414979 8125979 0 884 0 0 0 0 +tap5109i0: 2091829 21571 0 0 0 0 0 0 848360137 8125487 0 1090 0 0 0 0 +tap51010i0: 2087231 21570 0 0 0 0 0 0 848351815 8125299 0 1138 0 0 0 0 +tap51011i0: 3196655 33857 0 0 0 0 0 0 888868395 8138523 0 1404 0 0 0 0 +tap51012i0: 2171553 22449 0 0 0 0 0 0 848524230 8125041 0 1091 0 0 0 0 +tap51013i0: 2102917 21553 0 0 0 0 0 0 848242006 8124311 0 1439 0 0 0 0 +tap53100i0: 2082160 21493 0 0 0 0 0 0 848194084 8123812 0 1634 0 0 0 0 +tap53101i0: 2727749 29415 0 0 0 0 0 0 888566580 8133282 0 1701 0 0 0 0 +tap53102i0: 2724872 24355 0 0 0 0 0 0 848656006 8126288 0 1596 0 0 0 0 +tap6000i0: 27889069 183090 0 1461 0 0 0 0 1676807771 8051440 0 35911 0 0 0 0 +tap5111i0: 933586973 2357775 0 0 0 0 0 0 22090595069 12602742 0 0 0 0 0 0 +tap5112i0: 44998330 431026 0 0 0 0 0 0 6481782833 8510078 0 32 0 0 0 0 + bond0: 19065890972 17021934 3147 1063 0 3147 0 28955 40412391822 30365618 0 0 0 0 0 0 +datanet: 18359597792 9337648 0 5 0 0 0 26818 38611900404 4927888 0 0 0 0 0 0 +tap509i0: 29582794 146517 0 0 0 0 0 0 124318842 803912 0 11 0 0 0 0 +fwbr509i0: 57066380 613736 0 946 0 0 0 410289 0 0 0 0 0 0 0 0 +fwpr509p0: 29774773 147288 0 771 0 0 0 0 124320944 803924 0 0 0 0 0 0 +fwln509i0: 124320944 803924 0 771 0 0 0 0 29774773 147288 0 0 0 0 0 0 +tap509i1: 0 0 0 0 0 0 0 0 248 1 0 20156 0 0 0 0 +fwbr509i1: 1670958 20401 0 0 0 0 0 19210 0 0 0 0 0 0 0 0 +fwpr509p1: 191979 771 0 771 0 0 0 0 2148551 21172 0 0 0 0 0 0 +fwln509i1: 2148551 21172 0 771 0 0 0 0 191979 771 0 0 0 0 0 0 --- t1 (1s later) --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 66130558 212454 0 0 0 0 0 0 66130558 212454 0 0 0 0 0 0 - nic0: 27941530711 26953267 0 36910 0 0 0 4093206 1482878815 4246174 0 0 0 0 0 0 - nic1: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 - nic2: 13468624371 12276398 1 0 0 1 0 142567 2255186144 7943786 0 0 0 0 0 0 -tailscale0: 140701289 484518 0 0 0 0 0 0 587024386 333769 0 0 0 0 0 0 - vmbr0: 1486319241 6679566 0 0 0 0 0 3506715 760173943 945988 0 0 0 0 0 0 - bond0: 13468624371 12276398 1 5430 0 1 0 142567 2255186144 7943786 0 0 0 0 0 0 -datanet: 13244827257 12265924 0 10 0 0 0 137136 2177366836 7098335 0 1 0 0 0 0 -tap5101i0: 1480802 15798 0 0 0 0 0 0 509655856 4808696 0 0 0 0 0 0 -tap5105i0: 1210968 12495 0 0 0 0 0 0 500910586 4805132 0 362 0 0 0 0 -tap5106i0: 1215132 12499 0 0 0 0 0 0 500881304 4804889 0 483 0 0 0 0 -tap5107i0: 1222121 12522 0 0 0 0 0 0 500870711 4804752 0 525 0 0 0 0 -tap5108i0: 1205451 12443 0 0 0 0 0 0 500804584 4804120 0 884 0 0 0 0 -tap5109i0: 1206687 12457 0 0 0 0 0 0 500752096 4803651 0 1090 0 0 0 0 -tap51010i0: 1203107 12447 0 0 0 0 0 0 500739819 4803460 0 1138 0 0 0 0 -tap51011i0: 1408571 15240 0 0 0 0 0 0 508989274 4805573 0 1404 0 0 0 0 -tap51012i0: 1278258 13224 0 0 0 0 0 0 500911026 4803185 0 1091 0 0 0 0 -tap51013i0: 1209021 12428 0 0 0 0 0 0 500629617 4802461 0 1439 0 0 0 0 -tap53100i0: 1199945 12400 0 0 0 0 0 0 500584560 4802000 0 1634 0 0 0 0 -tap53101i0: 1433599 15534 0 0 0 0 0 0 510251283 4804645 0 1701 0 0 0 0 -tap53102i0: 1836437 15252 0 0 0 0 0 0 501046254 4804461 0 1596 0 0 0 0 -tap509i0: 106424948 510343 0 0 0 0 0 0 752426434 5660256 0 4546 0 0 0 0 -fwbr509i0: 430416731 4781671 0 6120 0 0 0 3237594 0 0 0 0 0 0 0 0 -fwpr509p0: 107676173 515368 0 5025 0 0 0 0 752927846 5664802 0 0 0 0 0 0 -fwln509i0: 752927846 5664802 0 5025 0 0 0 0 107676173 515368 0 0 0 0 0 0 -tap509i1: 0 0 0 0 0 0 0 0 60 1 0 138926 0 0 0 0 -fwbr509i1: 10987306 134955 0 10 0 0 0 127094 0 0 0 0 0 0 0 0 -fwpr509p1: 1251225 5025 0 5025 0 0 0 0 14128599 139990 0 0 0 0 0 0 -fwln509i1: 14128599 139990 0 5025 0 0 0 0 1251225 5025 0 0 0 0 0 0 -tap6000i0: 6487339 44906 0 0 0 0 0 0 702348241 4518882 0 35911 0 0 0 0 -tap5111i0: 493972014 1495632 0 0 0 0 0 0 15971531300 7655129 0 0 0 0 0 0 -tap5112i0: 34139107 357912 0 0 0 0 0 0 6120939222 5155586 0 32 0 0 0 0 + lo: 109475131 583828 0 0 0 0 0 0 109475131 583828 0 0 0 0 0 0 + nic0: 39450031507 40622133 0 221624 0 0 0 6694436 4733655304 8807100 0 0 0 0 0 0 + nic1: 19067002967 17029012 0 0 0 0 0 29101 40421168314 30373149 0 7 0 0 0 0 + nic2: 18163221711 18046770 3789 0 0 3789 0 200878 4177509100 12609612 0 4 0 0 0 0 +tailscale0: 223055645 837118 0 0 0 0 0 0 916286674 686504 0 0 0 0 0 0 + vmbr0: 5419527104 11756857 0 0 0 0 0 5725868 3285869495 1986020 0 0 0 0 0 0 +tap5101i0: 3000995 32564 0 0 0 0 0 0 889545044 8139381 0 0 0 0 0 0 +tap5105i0: 2091693 21584 0 0 0 0 0 0 848518173 8126953 0 362 0 0 0 0 +tap5106i0: 2100885 21617 0 0 0 0 0 0 848490683 8126740 0 483 0 0 0 0 +tap5107i0: 2113397 21652 0 0 0 0 0 0 848481217 8126614 0 525 0 0 0 0 +tap5108i0: 2097368 21585 0 0 0 0 0 0 848416381 8125994 0 884 0 0 0 0 +tap5109i0: 2091829 21571 0 0 0 0 0 0 848361539 8125502 0 1090 0 0 0 0 +tap51010i0: 2087231 21570 0 0 0 0 0 0 848353467 8125315 0 1138 0 0 0 0 +tap51011i0: 3196655 33857 0 0 0 0 0 0 888870047 8138539 0 1404 0 0 0 0 +tap51012i0: 2171553 22449 0 0 0 0 0 0 848525632 8125056 0 1091 0 0 0 0 +tap51013i0: 2102917 21553 0 0 0 0 0 0 848243408 8124326 0 1439 0 0 0 0 +tap53100i0: 2082160 21493 0 0 0 0 0 0 848195736 8123828 0 1634 0 0 0 0 +tap53101i0: 2727749 29415 0 0 0 0 0 0 888568232 8133298 0 1701 0 0 0 0 +tap53102i0: 2724872 24355 0 0 0 0 0 0 848657408 8126303 0 1596 0 0 0 0 +tap6000i0: 27889135 183091 0 1461 0 0 0 0 1676809488 8051457 0 35911 0 0 0 0 +tap5111i0: 933590450 2357808 0 0 0 0 0 0 22090628029 12602826 0 0 0 0 0 0 +tap5112i0: 44998330 431026 0 0 0 0 0 0 6481784484 8510094 0 32 0 0 0 0 + bond0: 19065896332 17021990 3147 1063 0 3147 0 28955 40412396230 30365655 0 0 0 0 0 0 +datanet: 18359602144 9337704 0 5 0 0 0 26818 38611904540 4927924 0 0 0 0 0 0 +tap509i0: 29587445 146530 0 0 0 0 0 0 124329354 803952 0 11 0 0 0 0 +fwbr509i0: 57067329 613749 0 946 0 0 0 410293 0 0 0 0 0 0 0 0 +fwpr509p0: 29779424 147301 0 771 0 0 0 0 124331456 803964 0 0 0 0 0 0 +fwln509i0: 124331456 803964 0 771 0 0 0 0 29779424 147301 0 0 0 0 0 0 +tap509i1: 0 0 0 0 0 0 0 0 248 1 0 20156 0 0 0 0 +fwbr509i1: 1670958 20401 0 0 0 0 0 19210 0 0 0 0 0 0 0 0 +fwpr509p1: 191979 771 0 771 0 0 0 0 2148551 21172 0 0 0 0 0 0 +fwln509i1: 2148551 21172 0 771 0 0 0 0 191979 771 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -16992,9 +18175,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - Local time: Sun 2026-07-26 16:32:11 CDT - Universal time: Sun 2026-07-26 21:32:11 UTC - RTC time: Sun 2026-07-26 21:32:11 + Local time: Mon 2026-07-27 21:56:44 CDT + Universal time: Tue 2026-07-28 02:56:44 UTC + RTC time: Tue 2026-07-28 02:56:44 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -17004,26 +18187,26 @@ System clock synchronized: yes $ chronyc tracking Reference ID : 95F80CA7 (149.248.12.167.vultrusercontent.com) Stratum : 4 -Ref time (UTC) : Sun Jul 26 21:26:36 2026 -System time : 0.000408659 seconds slow of NTP time -Last offset : +0.000118423 seconds -RMS offset : 0.000465766 seconds -Frequency : 5.558 ppm fast -Residual freq : +0.007 ppm -Skew : 0.133 ppm -Root delay : 0.038353302 seconds -Root dispersion : 0.001228930 seconds -Update interval : 1030.6 seconds +Ref time (UTC) : Tue Jul 28 02:44:28 2026 +System time : 0.000414923 seconds slow of NTP time +Last offset : +0.000139759 seconds +RMS offset : 0.000396664 seconds +Frequency : 6.509 ppm fast +Residual freq : -0.006 ppm +Skew : 0.169 ppm +Root delay : 0.037072025 seconds +Root dispersion : 0.002410537 seconds +Update interval : 1027.2 seconds Leap status : Normal --- chronyc sources $ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== -^+ arm1.maxhost.io 2 10 377 942 +1639us[+1728us] +/- 51ms -^* 149.248.12.167.vultruser> 3 10 377 335 -2403us[-2285us] +/- 19ms -^+ 172-104-209-204.ip.linod> 5 10 377 794 +2002us[+2098us] +/- 48ms -^- linode1.ernest-doss.org 3 10 377 128 -9317us[-9317us] +/- 94ms +^+ arm1.maxhost.io 2 10 377 274 +4281us[+4281us] +/- 45ms +^* 149.248.12.167.vultruser> 3 10 377 735 -4737us[-4597us] +/- 20ms +^+ 172-104-209-204.ip.linod> 5 8 377 70 +4216us[+4216us] +/- 49ms +^- linode1.ernest-doss.org 3 10 377 426 -11ms[ -11ms] +/- 94ms --- ntpq peers $ ntpq -pn @@ -17046,39 +18229,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:32:13 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:46 2026 *raw -:PREROUTING ACCEPT [17517187:14854209126] -:OUTPUT ACCEPT [8524299:3476189142] +:PREROUTING ACCEPT [37203197:41830454294] +:OUTPUT ACCEPT [19022598:46718898146] COMMIT -# Completed on Sun Jul 26 16:32:13 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:32:13 2026 +# Completed on Mon Jul 27 21:56:46 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:46 2026 *mangle -:PREROUTING ACCEPT [17517800:14854367425] -:INPUT ACCEPT [14426681:14478813976] +:PREROUTING ACCEPT [37203810:41830612593] +:INPUT ACCEPT [32011406:41201764737] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [8524797:3476260386] -:POSTROUTING ACCEPT [8524797:3476260386] +:OUTPUT ACCEPT [19023096:46718969390] +:POSTROUTING ACCEPT [19023096:46718969390] -A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000 -A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000 COMMIT -# Completed on Sun Jul 26 16:32:13 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:32:13 2026 +# Completed on Mon Jul 27 21:56:46 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:46 2026 *nat -:PREROUTING ACCEPT [3466611:409010848] -:INPUT ACCEPT [486156:58020060] -:OUTPUT ACCEPT [177631:12168299] -:POSTROUTING ACCEPT [177631:12168299] +:PREROUTING ACCEPT [5976639:693533582] +:INPUT ACCEPT [972940:106628405] +:OUTPUT ACCEPT [303591:20852233] +:POSTROUTING ACCEPT [303591:20852233] :ts-postrouting - [0:0] -A POSTROUTING -j ts-postrouting -A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE COMMIT -# Completed on Sun Jul 26 16:32:13 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:32:13 2026 +# Completed on Mon Jul 27 21:56:46 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:46 2026 *filter -:INPUT ACCEPT [13242986:14130167405] +:INPUT ACCEPT [29969128:40640885630] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [8524797:3476260386] +:OUTPUT ACCEPT [19023096:46718969390] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -17093,7 +18276,7 @@ COMMIT -A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN -A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP COMMIT -# Completed on Sun Jul 26 16:32:13 2026 +# Completed on Mon Jul 27 21:56:46 2026 --- ipset list (names) $ ipset list -n @@ -17244,30 +18427,30 @@ apparmor module is loaded. --- top 10 memory hogs $ ps -eo pid,user,rss,vsz,pcpu,pmem,comm --sort=-rss | head -n 11 PID USER RSS VSZ %CPU %MEM COMMAND - 113938 root 9283372 13691436 34.1 9.3 kvm - 115366 root 6202904 7025332 4.1 6.2 kvm - 88433 root 2339972 6897740 2.2 2.3 kvm - 48921 root 1583692 13122972 1.4 1.6 kvm - 47873 root 1573360 11255792 1.3 1.5 kvm - 49689 root 1472952 34193344 1.9 1.4 kvm - 48474 root 1384796 5122800 1.3 1.4 kvm - 48805 root 807880 10175008 1.5 0.8 kvm - 49002 root 776132 9059956 1.6 0.7 kvm - 48576 root 726320 5032620 1.5 0.7 kvm + 113938 root 9283228 13691436 30.5 9.3 kvm + 115366 root 6202928 7025332 3.5 6.2 kvm + 88433 root 4248264 6941944 2.5 4.2 kvm + 48921 root 1653764 13439516 1.4 1.6 kvm + 47873 root 1614408 11332608 1.3 1.6 kvm + 48474 root 1384800 5196532 1.3 1.4 kvm +1062073 root 1271892 34026744 2.4 1.2 kvm + 48805 root 822216 10175008 1.5 0.8 kvm + 49002 root 800728 9059956 1.5 0.8 kvm + 48576 root 750960 5032620 1.5 0.7 kvm --- top 10 CPU hogs $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 PID USER %CPU %MEM RSS COMMAND - 722470 root 100 0.0 4424 ps - 113938 root 34.1 9.3 9283372 kvm - 115366 root 4.1 6.2 6202904 kvm - 722417 root 3.9 0.0 7720 systemd-timedat - 88433 root 2.2 2.3 2339972 kvm - 1893 root 2.0 0.1 151800 pvestatd - 49689 root 1.9 1.4 1472952 kvm - 49002 root 1.6 0.7 776132 kvm - 48576 root 1.5 0.7 726320 kvm - 48805 root 1.5 0.8 807880 kvm + 113938 root 30.5 9.3 9283228 kvm +1159889 root 3.7 0.0 7764 systemd-timedat + 115366 root 3.5 6.2 6202928 kvm + 88433 root 2.5 4.2 4248264 kvm +1062073 root 2.4 1.2 1271892 kvm + 1893 root 1.9 0.1 159208 pvestatd + 49002 root 1.5 0.8 800728 kvm + 48576 root 1.5 0.7 750960 kvm + 48805 root 1.5 0.8 822216 kvm + 48205 root 1.5 0.7 733224 kvm --- top file-handle holders $ for pid in $(ps -e -o pid= | head -n 200); do @@ -17275,6 +18458,7 @@ apparmor module is loaded. [ "$n" -gt 50 ] && printf '%6d fd=%-6s %s\n' "$pid" "$n" "$(cat /proc/$pid/comm 2>/dev/null)" done | sort -k2 -t= -nr | head -n 15 1 fd=215 systemd + 48474 fd=124 kvm 48397 fd=124 kvm 48205 fd=124 kvm 48099 fd=124 kvm @@ -17291,7 +18475,7 @@ done | sort -k2 -t= -nr | head -n 15 -rw-r-----+ 1 root systemd-journal 48M Mar 17 09:28 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-0000000000013798-00064cce94cc9a71.journal -rw-r-----+ 1 root systemd-journal 48M Mar 12 02:20 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-000000000000467b-00064c4a10ef1d68.journal -rw-r-----+ 1 root systemd-journal 48M Jul 7 19:51 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-000000000004efab-000653aa9998326e.journal --rw-r-----+ 1 root systemd-journal 48M Jul 26 16:32 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system.journal +-rw-r-----+ 1 root systemd-journal 48M Jul 27 21:56 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system.journal -rw-r-----+ 1 root systemd-journal 40M May 7 22:49 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-000000000003554c-00064ee1f0d36d1e.journal -rw-r-----+ 1 root systemd-journal 40M Jun 7 09:20 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-0000000000041e97-000651464a0de8f7.journal -rw-r-----+ 1 root systemd-journal 32M Mar 24 19:56 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@00064e3f7f0af53c-3a6be8acbb9c24a0.journal~ @@ -17320,8 +18504,9 @@ for ifc in $NETIFS; do esac done [ "$hits" = "0" ] && echo " no <10GbE interfaces are UP (or speed unreadable)" - bond0 : 10 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration + bond0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration nic0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration + nic1 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration nic2 : 10 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration [exit=1] @@ -17347,6 +18532,7 @@ done fwpr509p0 : mtu=1500 fwpr509p1 : mtu=1500 nic0 : mtu=1500 + nic1 : mtu=1500 nic2 : mtu=1500 tap509i0 : mtu=1500 tap509i1 : mtu=1500 @@ -17554,6 +18740,6 @@ echo " (see section 20 for full smartctl/nvme output)" ############################################################################### # Collection complete: pfv-tsys5 # Output: /root/pfv-tsys5.log -# Size: 1047437 bytes / 17552 lines -# Elapsed: 419 seconds +# Size: 1063940 bytes / 18738 lines +# Elapsed: 417 seconds ############################################################################### diff --git a/returned-logs/pfv-tsys6.log b/returned-logs/pfv-tsys6.log index 6f53adc..782e7bb 100644 --- a/returned-logs/pfv-tsys6.log +++ b/returned-logs/pfv-tsys6.log @@ -2,9 +2,9 @@ # Proxmox VE host performance assessment (READ-ONLY) # Host: pfv-tsys6 (pfv-tsys6.knel.net) # FQDN: pfv-tsys6.knel.net -# All IPs: 100.73.35.111 192.168.3.169 10.251.2.6 10.100.100.6 fd7a:115c:a1e0::df3b:236f -# Collected: 2026-07-26T21:25:59Z (UTC) -# Kernel: 6.17.2-1-pve +# All IPs: 192.168.3.169 100.73.35.111 10.251.2.6 10.100.100.6 fd7a:115c:a1e0::df3b:236f +# Collected: 2026-07-28T02:50:35Z (UTC) +# Kernel: 7.0.14-6-pve # Machine: x86_64 GNU/Linux # Caller: root (uid=0) # Script: check.sh - strictly READ-ONLY @@ -59,7 +59,7 @@ do done TOOL PRESENT PATH VERSION/NOTE ---- ------- ---- ------------ -pveversion yes /usr/bin/pveversion pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve) +pveversion yes /usr/bin/pveversion pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve) pvecm yes /usr/bin/pvecm qm yes /usr/sbin/qm pct yes /usr/sbin/pct @@ -74,7 +74,7 @@ bridge yes /usr/sbin/bridge brctl yes /usr/sbin/brctl nmcli no - - tcpdump yes /usr/bin/tcpdump -mtr no - - +mtr yes /usr/bin/mtr nstat yes /usr/bin/nstat netstat no - - nicstat no - - @@ -86,16 +86,16 @@ hwinfo no - - inxi no - - lspci yes /usr/bin/lspci lsusb yes /usr/bin/lsusb -numactl no - - -numastat no - - +numactl yes /usr/bin/numactl +numastat yes /usr/bin/numastat cpupower yes /usr/bin/cpupower cpupower 6.12 turbostat yes /usr/sbin/turbostat x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy rdmsr no - - tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1 irqbalance no - - -zpool yes /usr/sbin/zpool zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1 -zfs yes /usr/sbin/zfs zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1 +zpool yes /usr/sbin/zpool zfs-2.4.3-pve1 zfs-kmod-2.4.3-pve1 +zfs yes /usr/sbin/zfs zfs-2.4.3-pve1 zfs-kmod-2.4.3-pve1 zdb yes /usr/sbin/zdb arcstat yes /usr/sbin/arcstat arc_summary yes /usr/sbin/arc_summary @@ -103,8 +103,8 @@ lsblk yes /usr/bin/lsblk blkid yes /usr/sbin/blkid blockdev yes /usr/sbin/blockdev findmnt yes /usr/bin/findmnt -smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) -nvme no - - +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) +nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13) hdparm yes /usr/sbin/hdparm storcli no - - storcli64 no - - @@ -131,10 +131,10 @@ iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON sysbench no - - bonnie++ no - - iozone no - - -iostat no - - -mpstat no - - -pidstat no - - -sar no - - +iostat yes /usr/bin/iostat +mpstat yes /usr/bin/mpstat +pidstat yes /usr/bin/pidstat +sar yes /usr/bin/sar vmstat yes /usr/bin/vmstat top yes /usr/bin/top htop no - - @@ -162,11 +162,11 @@ iptables yes /usr/sbin/iptables iptables-save yes /usr/sbin/iptables-save ipset yes /usr/sbin/ipset ufw no - - -jq no - - +jq yes /usr/bin/jq bc yes /usr/bin/bc awk yes /usr/bin/awk -smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) -nvme no - - +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) +nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13) apt yes /usr/bin/apt dpkg yes /usr/bin/dpkg @@ -179,15 +179,21 @@ corosync 3.1.10-pve3 ethtool 1:6.14.2-1 iperf3 3.18-2+deb13u2 nfs-common 1:2.8.3-1 +numactl 2.0.19-1 +nvme-cli 2.13-2 open-iscsi 2.1.11-1+deb13u2 proxmox-archive-keyring 4.0 proxmox-backup-client 4.2.3-1 proxmox-backup-file-restore 4.2.3-1 proxmox-backup-restore-image 1.0.0 -proxmox-default-kernel 2.0.1 +proxmox-default-kernel 2.1.0 +proxmox-enterprise-support-keyring 1.0 proxmox-firewall 1.2.3 -proxmox-kernel-6.17 6.17.2-1 +proxmox-kernel-6.17 6.17.13-19 +proxmox-kernel-6.17.13-19-pve-signed 6.17.13-19 proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1 +proxmox-kernel-7.0 7.0.14-6 +proxmox-kernel-7.0.14-6-pve-signed 7.0.14-6 proxmox-kernel-helper 9.2.0 proxmox-mail-forward 1.0.3 proxmox-mini-journalreader 1.7 @@ -198,7 +204,7 @@ proxmox-ve 9.2.0 proxmox-websocket-tunnel 1.0.0 proxmox-widget-toolkit 5.2.6 pve-cluster 9.1.6 -pve-container 6.0.18 +pve-container 6.1.12 pve-docs 9.2.3 pve-edk2-firmware 4.2025.05-2 pve-edk2-firmware-legacy 4.2025.05-2 @@ -206,21 +212,22 @@ pve-edk2-firmware-ovmf 4.2025.05-2 pve-esxi-import-tools 1.0.1 pve-firewall 6.0.5 pve-firmware 3.18-5 -pve-ha-manager 5.0.8 +pve-ha-manager 5.2.4 pve-i18n 3.9.0 pve-lxc-syscalld 2.0.2 -pve-manager 9.1.1 +pve-manager 9.2.5 pve-nvidia-vgpu-helper 0.3.1 pve-qemu-kvm 11.0.2-2 pve-xtermjs 6.0.0-2 pve-yew-mobile-gui 0.7.0 pve-yew-mobile-i18n 3.9.0 -qemu-server 9.0.30 +qemu-server 9.2.1 smartmontools 7.5-pve2 +sysstat 12.7.5-2 tuned 2.25.1-1 -zfs-initramfs 2.3.4-pve1 -zfs-zed 2.3.4-pve1 -zfsutils-linux 2.3.4-pve1 +zfs-initramfs 2.4.3-pve1 +zfs-zed 2.4.3-pve1 +zfsutils-linux 2.4.3-pve1 --- kernel modules available (relevant to perf) $ for m in kvm_intel kvm_amd \ @@ -259,19 +266,19 @@ available : nvme-tcp () available : nvme-fabrics () available : sd_mod () available : sr_mod () -available : zfs (2.3.4-pve1) -available : spl (2.3.4-pve1) -available : znvpair (2.3.4-pve1) -available : zcommon (2.3.4-pve1) -available : zunicode (2.3.4-pve1) -available : zavl (2.3.4-pve1) -available : icp (2.3.4-pve1) -available : zlua (2.3.4-pve1) +available : zfs (2.4.3-pve1) +available : spl (2.4.3-pve1) +available : znvpair (2.4.3-pve1) +available : zcommon (2.4.3-pve1) +available : zunicode (2.4.3-pve1) +available : zavl (2.4.3-pve1) +available : icp (2.4.3-pve1) +available : zlua (2.4.3-pve1) available : megaraid_sas (07.734.00.00-rc1) -available : mpt3sas (52.100.00.00) +available : mpt3sas (54.100.00.00) available : hpsa (3.4.20-200) available : aacraid (1.2.1[50983]-custom) -available : smartpqi (2.1.34-035) +available : smartpqi (2.1.36-026) available : isci (1.2.0) available : dm_multipath () available : tcp_dctcp () @@ -292,25 +299,29 @@ available : rpcsec_gss_krb5 () --- currently loaded modules (filtered) $ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}' Module Size Used by -tcp_diag 12288 0 -rpcsec_gss_krb5 28672 0 -nfsv4 1175552 2 -8021q 45056 0 -bonding 245760 0 -sunrpc 786432 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs -kvm_intel 532480 18 -kvm 1376256 13 kvm_intel -zfs 6344704 6 +tcp_diag 20480 0 +rpcsec_gss_krb5 32768 0 +nfsv4 1200128 2 +8021q 49152 0 +sunrpc 815104 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs +bonding 253952 0 +kvm_intel 507904 18 +kvm 1445888 13 kvm_intel +zfs 6258688 6 spl 151552 1 zfs -vhost_net 32768 3 +vhost_net 36864 3 vhost 69632 1 vhost_net +nvme_fabrics 36864 0 vhost_iotlb 16384 1 vhost -tcp_bbr 20480 25 +nvme_core 229376 1 nvme_fabrics +nvme_keyring 20480 2 nvme_core,nvme_fabrics +nvme_auth 28672 1 nvme_core +tcp_bbr 24576 24 dm_thin_pool 94208 1 -dm_persistent_data 114688 1 dm_thin_pool +dm_persistent_data 118784 1 dm_thin_pool dm_bio_prison 24576 1 dm_thin_pool -dm_bufio 53248 1 dm_persistent_data -bnx2 110592 0 +dm_bufio 57344 1 dm_persistent_data +bnx2 106496 0 ############################################################################### # 2. OS / DISTRO / UPTIME @@ -335,15 +346,17 @@ BUG_REPORT_URL="https://bugs.debian.org/" --- uptime $ uptime - 16:26:03 up 8 min, 1 user, load average: 0.45, 0.92, 0.64 + 21:50:39 up 1 day, 4:31, 1 user, load average: 0.21, 0.10, 0.09 --- uptime raw (since boot) $ cat /proc/uptime -488.39 6978.69 +102682.01 1566537.54 --- last reboot $ last -x reboot -reboot system boot 6.17.2-1-pve Sun Jul 26 16:17 - still running +reboot system boot 7.0.14-6-pve Sun Jul 26 17:19 - still running +reboot system boot 6.17.2-1-pve Sun Jul 26 16:17 - 17:14 (00:56) +shutdown system down 6.17.2-1-pve Sun Jul 26 17:14 - 17:19 (00:04) reboot system boot 6.17.2-1-pve Fri Jul 24 13:39 - 16:12 (2+02:33) shutdown system down 6.17.2-1-pve Sun Jul 26 16:12 - 16:17 (00:04) reboot system boot 6.17.2-1-pve Thu Jul 23 10:58 - 10:45 (23:47) @@ -369,7 +382,11 @@ wtmpdb begins Sat Apr 4 12:46:05 2026 --- last logins $ last -reboot system boot 6.17.2-1-pve Sun Jul 26 16:17 - still running +root pts/0 100.87.49.37 Mon Jul 27 08:43 - 08:43 (00:00) +reboot system boot 7.0.14-6-pve Sun Jul 26 17:19 - still running +root pts/2 100.87.49.37 Sun Jul 26 17:12 - 17:12 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 17:10 - 17:14 (00:03) +reboot system boot 6.17.2-1-pve Sun Jul 26 16:17 - 17:14 (00:56) root pts/0 100.87.49.37 Sun Jul 26 12:22 - 12:25 (00:03) root pts/0 100.87.49.37 Sun Jul 26 11:51 - 11:54 (00:03) root pts/0 100.87.49.37 Sun Jul 26 09:30 - 09:33 (00:03) @@ -421,11 +438,11 @@ wtmpdb begins Sat Apr 4 12:46:05 2026 --- uname $ uname -a -Linux pfv-tsys6 6.17.2-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) x86_64 GNU/Linux +Linux pfv-tsys6 7.0.14-6-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.14-6 (2026-07-20T14:45Z) x86_64 GNU/Linux --- /proc/cmdline (boot args) $ cat /proc/cmdline -BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro intel_iommu=off quiet +BOOT_IMAGE=/boot/vmlinuz-7.0.14-6-pve root=/dev/mapper/pve-root ro intel_iommu=off quiet ############################################################################### # 3. HARDWARE INVENTORY @@ -1228,7 +1245,7 @@ Frequency boost: enabled CPU(s) scaling MHz: 95% CPU max MHz: 2395.0000 CPU min MHz: 1596.0000 -BogoMIPS: 4787.80 +BogoMIPS: 4787.75 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida vnmi flush_l1d Virtualization: VT-x L1d cache: 256 KiB (8 instances) @@ -1268,13 +1285,27 @@ L3 8M 16M 16 Unified 3 8192 1 64 --- numactl --hardware $ numactl --hardware -/root/check.sh: line 45: numactl: command not found - [exit=127 / not installed or not permitted] +available: 2 nodes (0-1) +node 0 cpus: 0 2 4 6 8 10 12 14 +node 0 size: 96763 MB +node 0 free: 90093 MB +node 1 cpus: 1 3 5 7 9 11 13 15 +node 1 size: 32133 MB +node 1 free: 26939 MB +node distances: +node 0 1 + 0: 10 20 + 1: 20 10 --- numactl --show $ numactl --show -/root/check.sh: line 45: numactl: command not found - [exit=127 / not installed or not permitted] +policy: default +preferred node: current +physcpubind: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 +cpubind: 0 1 +nodebind: 0 1 +membind: 0 1 +preferred: --- lspci -nnvv (verbose) $ lspci -nnvv @@ -1419,6 +1450,7 @@ L3 8M 16M 16 Unified 3 8192 1 64 ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c Kernel driver in use: pcieport + Kernel modules: shpchp 00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 [8086:340a] (rev 13) (prog-if 00 [Normal decode]) Subsystem: Dell Device [1028:0236] @@ -1495,6 +1527,7 @@ L3 8M 16M 16 Unified 3 8192 1 64 ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c Kernel driver in use: pcieport + Kernel modules: shpchp 00:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 [8086:340e] (rev 13) (prog-if 00 [Normal decode]) Subsystem: Dell Device [1028:0236] @@ -1577,6 +1610,7 @@ L3 8M 16M 16 Unified 3 8192 1 64 ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c Kernel driver in use: pcieport + Kernel modules: shpchp 00:09.0 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 9 [8086:3410] (rev 13) (prog-if 00 [Normal decode]) Subsystem: Dell Device [1028:0236] @@ -1658,6 +1692,7 @@ L3 8M 16M 16 Unified 3 8192 1 64 ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- Kernel driver in use: pcieport + Kernel modules: shpchp 00:14.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers [8086:342e] (rev 13) (prog-if 00 [8259]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- @@ -1813,6 +1848,7 @@ L3 8M 16M 16 Unified 3 8192 1 64 Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+ Addr: 00000000feda8000 Kernel driver in use: pcieport + Kernel modules: shpchp 00:1d.0 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 02) (prog-if 00 [UHCI]) Subsystem: Dell PowerEdge R610 USB UHCI Controller [1028:0236] @@ -2842,6 +2878,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_FATAL 0 0000:01:00.0 aer_dev_nonfatal = Undefined 0 DLP 0 @@ -2861,6 +2902,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_NONFATAL 0 0000:01:00.1 aer_dev_correctable = RxErr 0 BadTLP 0 @@ -2889,6 +2935,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_FATAL 0 0000:01:00.1 aer_dev_nonfatal = Undefined 0 DLP 0 @@ -2908,6 +2959,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_NONFATAL 0 0000:02:00.0 aer_dev_correctable = RxErr 0 BadTLP 0 @@ -2936,6 +2992,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_FATAL 0 0000:02:00.0 aer_dev_nonfatal = Undefined 0 DLP 0 @@ -2955,6 +3016,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_NONFATAL 0 0000:02:00.1 aer_dev_correctable = RxErr 0 BadTLP 0 @@ -2983,6 +3049,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_FATAL 0 0000:02:00.1 aer_dev_nonfatal = Undefined 0 DLP 0 @@ -3002,6 +3073,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_NONFATAL 0 0000:04:00.0 aer_dev_correctable = RxErr 0 BadTLP 0 @@ -3030,6 +3106,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_FATAL 0 0000:04:00.0 aer_dev_nonfatal = Undefined 0 DLP 0 @@ -3049,6 +3130,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_NONFATAL 0 0000:04:00.1 aer_dev_correctable = RxErr 0 BadTLP 0 @@ -3077,6 +3163,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_FATAL 0 0000:04:00.1 aer_dev_nonfatal = Undefined 0 DLP 0 @@ -3096,6 +3187,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_NONFATAL 0 [exit=1] @@ -3119,7 +3215,7 @@ done affected_cpus = 0 bios_limit = 2395000 boost = 1 -cpuinfo_avg_freq = 1669372 +cpuinfo_avg_freq = 2526871 cpuinfo_cur_freq = 2395000 cpuinfo_max_freq = 2395000 cpuinfo_min_freq = 1596000 @@ -3129,7 +3225,7 @@ related_cpus = 0 scaling_available_frequencies = 2395000 2394000 2261000 2128000 1995000 1862000 1729000 1596000 scaling_available_governors = conservative ondemand userspace powersave performance schedutil scaling_boost_frequencies = -scaling_cur_freq = 1595125 +scaling_cur_freq = 2526852 scaling_driver = acpi-cpufreq scaling_governor = performance scaling_max_freq = 2395000 @@ -3166,10 +3262,10 @@ available EPP: --- cpupower frequency-info $ cpupower frequency-info -analyzing CPU 2: +analyzing CPU 1: driver: acpi-cpufreq - CPUs which run at the same hardware frequency: 2 - CPUs which need to have their frequency coordinated by software: 2 + CPUs which run at the same hardware frequency: 1 + CPUs which need to have their frequency coordinated by software: 1 maximum transition latency: 10.0 us hardware limits: 1.60 GHz - 2.40 GHz available frequency steps: 2.40 GHz, 2.39 GHz, 2.26 GHz, 2.13 GHz, 2.00 GHz, 1.86 GHz, 1.73 GHz, 1.60 GHz @@ -3188,25 +3284,25 @@ analyzing CPU 2: --- turbostat snapshot $ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 -1.002740 sec +1.002813 sec Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp -- - 0.36 1820 2394 1092 51 -0 1 0.04 1923 2394 11 51 -0 9 0.62 1824 2394 102 -1 3 0.64 1948 2394 94 47 -1 11 0.09 2023 2394 7 -2 5 0.13 1894 2394 11 49 -2 13 0.54 1814 2394 90 -3 7 0.14 1782 2394 62 51 -3 15 1.00 1782 2394 282 -0 0 0.13 1816 2394 43 49 -0 8 0.98 1765 2394 143 -1 2 0.38 1801 2394 47 50 -1 10 0.20 1781 2394 43 -2 4 0.43 1725 2394 51 48 -2 12 0.05 1868 2394 8 -3 6 0.23 1775 2394 55 47 -3 14 0.14 2161 2394 43 +- - 0.36 1921 2394 966 51 +0 1 0.23 1750 2394 36 51 +0 9 0.69 1875 2394 79 +1 3 0.15 1827 2394 35 48 +1 11 0.92 1920 2394 152 +2 5 0.70 2151 2394 75 50 +2 13 0.83 1867 2394 102 +3 7 0.14 1710 2394 15 51 +3 15 0.24 1720 2394 126 +0 0 0.68 2082 2394 87 49 +0 8 0.05 1718 2394 27 +1 2 0.11 1822 2394 38 50 +1 10 0.22 1753 2394 55 +2 4 0.04 1777 2394 13 49 +2 12 0.06 1706 2394 22 +3 6 0.34 1884 2394 49 48 +3 14 0.30 2008 2394 55 --- x86_energy_perf_policy -r $ x86_energy_perf_policy -r @@ -3221,11 +3317,11 @@ Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp "$(cat "$s/latency" 2>/dev/null)" \ "$(cat "$s/time" 2>/dev/null)" done - POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=106463us - C1 : MWAIT 0x00 disabled=0 latency=3us residency=1283644us - C1E : MWAIT 0x01 disabled=0 latency=10us residency=410035836us + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=2748747us + C1 : MWAIT 0x00 disabled=0 latency=3us residency=59600791us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=100524038847us C3 : MWAIT 0x10 disabled=1 latency=20us residency=0us - C6 : MWAIT 0x20 disabled=0 latency=200us residency=62628633us + C6 : MWAIT 0x20 disabled=0 latency=200us residency=67917800us --- THP enabled $ cat /sys/kernel/mm/transparent_hugepage/enabled @@ -3245,1362 +3341,3710 @@ always defer defer+madvise [madvise] never --- microcode $ dmesg -[ 0.000000] Linux version 6.17.2-1-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) () -[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro intel_iommu=off quiet -[ 0.000000] KERNEL supported cpus: -[ 0.000000] Intel GenuineIntel -[ 0.000000] AMD AuthenticAMD -[ 0.000000] Hygon HygonGenuine -[ 0.000000] Centaur CentaurHauls -[ 0.000000] zhaoxin Shanghai -[ 0.000000] BIOS-provided physical RAM map: -[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable -[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cf678fff] usable -[ 0.000000] BIOS-e820: [mem 0x00000000cf679000-0x00000000cf68efff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000cf68f000-0x00000000cf6cdfff] ACPI data -[ 0.000000] BIOS-e820: [mem 0x00000000cf6ce000-0x00000000cfffffff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000ffffffff] reserved -[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000182fffffff] usable -[ 0.000000] NX (Execute Disable) protection: active -[ 0.000000] APIC: Static calls initialized -[ 0.000000] SMBIOS 2.6 present. -[ 0.000000] DMI: Dell Inc. PowerEdge R610/0XDN97, BIOS 2.0.13 04/06/2010 -[ 0.000000] DMI: Memory slots populated: 8/12 -[ 0.000000] tsc: Fast TSC calibration using PIT -[ 0.000000] tsc: Detected 2393.902 MHz processor -[ 0.001801] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved -[ 0.001805] e820: remove [mem 0x000a0000-0x000fffff] usable -[ 0.001813] last_pfn = 0x1830000 max_arch_pfn = 0x400000000 -[ 0.001822] total RAM covered: 98304M -[ 0.002027] gran_size: 64K chunk_size: 64K num_reg: 8 lose cover RAM: 768M -[ 0.002031] gran_size: 64K chunk_size: 128K num_reg: 8 lose cover RAM: 768M -[ 0.002034] gran_size: 64K chunk_size: 256K num_reg: 8 lose cover RAM: 768M -[ 0.002036] gran_size: 64K chunk_size: 512K num_reg: 8 lose cover RAM: 768M -[ 0.002039] gran_size: 64K chunk_size: 1M num_reg: 8 lose cover RAM: 768M -[ 0.002041] gran_size: 64K chunk_size: 2M num_reg: 8 lose cover RAM: 768M -[ 0.002044] gran_size: 64K chunk_size: 4M num_reg: 8 lose cover RAM: 768M -[ 0.002046] gran_size: 64K chunk_size: 8M num_reg: 8 lose cover RAM: 768M -[ 0.002049] gran_size: 64K chunk_size: 16M num_reg: 8 lose cover RAM: 768M -[ 0.002052] gran_size: 64K chunk_size: 32M num_reg: 8 lose cover RAM: 768M -[ 0.002054] gran_size: 64K chunk_size: 64M num_reg: 8 lose cover RAM: 768M -[ 0.002057] gran_size: 64K chunk_size: 128M num_reg: 8 lose cover RAM: 768M -[ 0.002059] gran_size: 64K chunk_size: 256M num_reg: 8 lose cover RAM: 768M -[ 0.002061] gran_size: 64K chunk_size: 512M num_reg: 8 lose cover RAM: 33536M -[ 0.002064] gran_size: 64K chunk_size: 1G num_reg: 8 lose cover RAM: 768M -[ 0.002067] gran_size: 64K chunk_size: 2G num_reg: 8 lose cover RAM: 768M -[ 0.002069] gran_size: 128K chunk_size: 128K num_reg: 8 lose cover RAM: 768M -[ 0.002072] gran_size: 128K chunk_size: 256K num_reg: 8 lose cover RAM: 768M -[ 0.002074] gran_size: 128K chunk_size: 512K num_reg: 8 lose cover RAM: 768M -[ 0.002077] gran_size: 128K chunk_size: 1M num_reg: 8 lose cover RAM: 768M -[ 0.002079] gran_size: 128K chunk_size: 2M num_reg: 8 lose cover RAM: 768M -[ 0.002082] gran_size: 128K chunk_size: 4M num_reg: 8 lose cover RAM: 768M -[ 0.002084] gran_size: 128K chunk_size: 8M num_reg: 8 lose cover RAM: 768M -[ 0.002086] gran_size: 128K chunk_size: 16M num_reg: 8 lose cover RAM: 768M -[ 0.002089] gran_size: 128K chunk_size: 32M num_reg: 8 lose cover RAM: 768M -[ 0.002091] gran_size: 128K chunk_size: 64M num_reg: 8 lose cover RAM: 768M -[ 0.002094] gran_size: 128K chunk_size: 128M num_reg: 8 lose cover RAM: 768M -[ 0.002096] gran_size: 128K chunk_size: 256M num_reg: 8 lose cover RAM: 768M -[ 0.002099] gran_size: 128K chunk_size: 512M num_reg: 8 lose cover RAM: 33536M -[ 0.002101] gran_size: 128K chunk_size: 1G num_reg: 8 lose cover RAM: 768M -[ 0.002104] gran_size: 128K chunk_size: 2G num_reg: 8 lose cover RAM: 768M -[ 0.002106] gran_size: 256K chunk_size: 256K num_reg: 8 lose cover RAM: 768M -[ 0.002109] gran_size: 256K chunk_size: 512K num_reg: 8 lose cover RAM: 768M -[ 0.002111] gran_size: 256K chunk_size: 1M num_reg: 8 lose cover RAM: 768M -[ 0.002114] gran_size: 256K chunk_size: 2M num_reg: 8 lose cover RAM: 768M -[ 0.002116] gran_size: 256K chunk_size: 4M num_reg: 8 lose cover RAM: 768M -[ 0.002119] gran_size: 256K chunk_size: 8M num_reg: 8 lose cover RAM: 768M -[ 0.002121] gran_size: 256K chunk_size: 16M num_reg: 8 lose cover RAM: 768M -[ 0.002123] gran_size: 256K chunk_size: 32M num_reg: 8 lose cover RAM: 768M -[ 0.002126] gran_size: 256K chunk_size: 64M num_reg: 8 lose cover RAM: 768M -[ 0.002128] gran_size: 256K chunk_size: 128M num_reg: 8 lose cover RAM: 768M -[ 0.002131] gran_size: 256K chunk_size: 256M num_reg: 8 lose cover RAM: 768M -[ 0.002133] gran_size: 256K chunk_size: 512M num_reg: 8 lose cover RAM: 33536M -[ 0.002136] gran_size: 256K chunk_size: 1G num_reg: 8 lose cover RAM: 768M -[ 0.002138] gran_size: 256K chunk_size: 2G num_reg: 8 lose cover RAM: 768M -[ 0.002141] gran_size: 512K chunk_size: 512K num_reg: 8 lose cover RAM: 768M -[ 0.002143] gran_size: 512K chunk_size: 1M num_reg: 8 lose cover RAM: 768M -[ 0.002146] gran_size: 512K chunk_size: 2M num_reg: 8 lose cover RAM: 768M -[ 0.002148] gran_size: 512K chunk_size: 4M num_reg: 8 lose cover RAM: 768M -[ 0.002150] gran_size: 512K chunk_size: 8M num_reg: 8 lose cover RAM: 768M -[ 0.002153] gran_size: 512K chunk_size: 16M num_reg: 8 lose cover RAM: 768M -[ 0.002155] gran_size: 512K chunk_size: 32M num_reg: 8 lose cover RAM: 768M -[ 0.002158] gran_size: 512K chunk_size: 64M num_reg: 8 lose cover RAM: 768M -[ 0.002160] gran_size: 512K chunk_size: 128M num_reg: 8 lose cover RAM: 768M -[ 0.002163] gran_size: 512K chunk_size: 256M num_reg: 8 lose cover RAM: 768M -[ 0.002165] gran_size: 512K chunk_size: 512M num_reg: 8 lose cover RAM: 33536M -[ 0.002168] gran_size: 512K chunk_size: 1G num_reg: 8 lose cover RAM: 768M -[ 0.002170] gran_size: 512K chunk_size: 2G num_reg: 8 lose cover RAM: 768M -[ 0.002173] gran_size: 1M chunk_size: 1M num_reg: 8 lose cover RAM: 768M -[ 0.002175] gran_size: 1M chunk_size: 2M num_reg: 8 lose cover RAM: 768M -[ 0.002178] gran_size: 1M chunk_size: 4M num_reg: 8 lose cover RAM: 768M -[ 0.002180] gran_size: 1M chunk_size: 8M num_reg: 8 lose cover RAM: 768M -[ 0.002183] gran_size: 1M chunk_size: 16M num_reg: 8 lose cover RAM: 768M -[ 0.002185] gran_size: 1M chunk_size: 32M num_reg: 8 lose cover RAM: 768M -[ 0.002188] gran_size: 1M chunk_size: 64M num_reg: 8 lose cover RAM: 768M -[ 0.002190] gran_size: 1M chunk_size: 128M num_reg: 8 lose cover RAM: 768M -[ 0.002193] gran_size: 1M chunk_size: 256M num_reg: 8 lose cover RAM: 768M -[ 0.002195] gran_size: 1M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M -[ 0.002198] gran_size: 1M chunk_size: 1G num_reg: 8 lose cover RAM: 768M -[ 0.002200] gran_size: 1M chunk_size: 2G num_reg: 8 lose cover RAM: 768M -[ 0.002202] gran_size: 2M chunk_size: 2M num_reg: 8 lose cover RAM: 768M -[ 0.002205] gran_size: 2M chunk_size: 4M num_reg: 8 lose cover RAM: 768M -[ 0.002207] gran_size: 2M chunk_size: 8M num_reg: 8 lose cover RAM: 768M -[ 0.002209] gran_size: 2M chunk_size: 16M num_reg: 8 lose cover RAM: 768M -[ 0.002212] gran_size: 2M chunk_size: 32M num_reg: 8 lose cover RAM: 768M -[ 0.002214] gran_size: 2M chunk_size: 64M num_reg: 8 lose cover RAM: 768M -[ 0.002217] gran_size: 2M chunk_size: 128M num_reg: 8 lose cover RAM: 768M -[ 0.002219] gran_size: 2M chunk_size: 256M num_reg: 8 lose cover RAM: 768M -[ 0.002222] gran_size: 2M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M -[ 0.002224] gran_size: 2M chunk_size: 1G num_reg: 8 lose cover RAM: 768M -[ 0.002227] gran_size: 2M chunk_size: 2G num_reg: 8 lose cover RAM: 768M -[ 0.002229] gran_size: 4M chunk_size: 4M num_reg: 8 lose cover RAM: 768M -[ 0.002231] gran_size: 4M chunk_size: 8M num_reg: 8 lose cover RAM: 768M -[ 0.002234] gran_size: 4M chunk_size: 16M num_reg: 8 lose cover RAM: 768M -[ 0.002236] gran_size: 4M chunk_size: 32M num_reg: 8 lose cover RAM: 768M -[ 0.002239] gran_size: 4M chunk_size: 64M num_reg: 8 lose cover RAM: 768M -[ 0.002241] gran_size: 4M chunk_size: 128M num_reg: 8 lose cover RAM: 768M -[ 0.002243] gran_size: 4M chunk_size: 256M num_reg: 8 lose cover RAM: 768M -[ 0.002246] gran_size: 4M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M -[ 0.002248] gran_size: 4M chunk_size: 1G num_reg: 8 lose cover RAM: 768M -[ 0.002251] gran_size: 4M chunk_size: 2G num_reg: 8 lose cover RAM: 768M -[ 0.002253] gran_size: 8M chunk_size: 8M num_reg: 8 lose cover RAM: 768M -[ 0.002255] gran_size: 8M chunk_size: 16M num_reg: 8 lose cover RAM: 768M -[ 0.002258] gran_size: 8M chunk_size: 32M num_reg: 8 lose cover RAM: 768M -[ 0.002260] gran_size: 8M chunk_size: 64M num_reg: 8 lose cover RAM: 768M -[ 0.002263] gran_size: 8M chunk_size: 128M num_reg: 8 lose cover RAM: 768M -[ 0.002265] gran_size: 8M chunk_size: 256M num_reg: 8 lose cover RAM: 768M -[ 0.002268] gran_size: 8M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M -[ 0.002270] gran_size: 8M chunk_size: 1G num_reg: 8 lose cover RAM: 768M -[ 0.002272] gran_size: 8M chunk_size: 2G num_reg: 8 lose cover RAM: 768M -[ 0.002275] gran_size: 16M chunk_size: 16M num_reg: 8 lose cover RAM: 768M -[ 0.002277] gran_size: 16M chunk_size: 32M num_reg: 8 lose cover RAM: 768M -[ 0.002280] gran_size: 16M chunk_size: 64M num_reg: 8 lose cover RAM: 768M -[ 0.002282] gran_size: 16M chunk_size: 128M num_reg: 8 lose cover RAM: 768M -[ 0.002285] gran_size: 16M chunk_size: 256M num_reg: 8 lose cover RAM: 768M -[ 0.002287] gran_size: 16M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M -[ 0.002290] gran_size: 16M chunk_size: 1G num_reg: 8 lose cover RAM: 768M -[ 0.002292] gran_size: 16M chunk_size: 2G num_reg: 8 lose cover RAM: 768M -[ 0.002295] gran_size: 32M chunk_size: 32M num_reg: 8 lose cover RAM: 768M -[ 0.002297] gran_size: 32M chunk_size: 64M num_reg: 8 lose cover RAM: 768M -[ 0.002300] gran_size: 32M chunk_size: 128M num_reg: 8 lose cover RAM: 768M -[ 0.002302] gran_size: 32M chunk_size: 256M num_reg: 8 lose cover RAM: 768M -[ 0.002305] gran_size: 32M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M -[ 0.002307] gran_size: 32M chunk_size: 1G num_reg: 8 lose cover RAM: 768M -[ 0.002310] gran_size: 32M chunk_size: 2G num_reg: 8 lose cover RAM: 768M -[ 0.002312] gran_size: 64M chunk_size: 64M num_reg: 8 lose cover RAM: 768M -[ 0.002315] gran_size: 64M chunk_size: 128M num_reg: 8 lose cover RAM: 768M -[ 0.002317] gran_size: 64M chunk_size: 256M num_reg: 8 lose cover RAM: 768M -[ 0.002320] gran_size: 64M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M -[ 0.002322] gran_size: 64M chunk_size: 1G num_reg: 8 lose cover RAM: 768M -[ 0.002325] gran_size: 64M chunk_size: 2G num_reg: 8 lose cover RAM: 768M -[ 0.002327] gran_size: 128M chunk_size: 128M num_reg: 8 lose cover RAM: 768M -[ 0.002330] gran_size: 128M chunk_size: 256M num_reg: 8 lose cover RAM: 768M -[ 0.002332] gran_size: 128M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M -[ 0.002335] gran_size: 128M chunk_size: 1G num_reg: 8 lose cover RAM: 768M -[ 0.002337] gran_size: 128M chunk_size: 2G num_reg: 8 lose cover RAM: 768M -[ 0.002340] gran_size: 256M chunk_size: 256M num_reg: 8 lose cover RAM: 768M -[ 0.002342] gran_size: 256M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M -[ 0.002345] gran_size: 256M chunk_size: 1G num_reg: 8 lose cover RAM: 768M -[ 0.002347] gran_size: 256M chunk_size: 2G num_reg: 8 lose cover RAM: 768M -[ 0.002350] gran_size: 512M chunk_size: 512M num_reg: 8 lose cover RAM: 512M -[ 0.002352] *BAD*gran_size: 512M chunk_size: 1G num_reg: 8 lose cover RAM: -0G -[ 0.002355] *BAD*gran_size: 512M chunk_size: 2G num_reg: 8 lose cover RAM: -1G -[ 0.002357] gran_size: 1G chunk_size: 1G num_reg: 7 lose cover RAM: 1G -[ 0.002360] gran_size: 1G chunk_size: 2G num_reg: 7 lose cover RAM: 1G -[ 0.002362] gran_size: 2G chunk_size: 2G num_reg: 6 lose cover RAM: 2G -[ 0.002364] mtrr_cleanup: can not find optimal value -[ 0.002365] please specify mtrr_gran_size/mtrr_chunk_size -[ 0.002368] MTRR map: 8 entries (5 fixed + 3 variable; max 21), built from 8 variable MTRRs -[ 0.002371] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT -[ 0.003176] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved -[ 0.003186] last_pfn = 0xcf6ce max_arch_pfn = 0x400000000 -[ 0.016135] found SMP MP-table at [mem 0x000fe710-0x000fe71f] -[ 0.018948] RAMDISK: [mem 0x2d4c9000-0x32a5bfff] -[ 0.018968] ACPI: Early table checksum verification disabled -[ 0.018973] ACPI: RSDP 0x00000000000F0CD0 000024 (v02 DELL ) -[ 0.018979] ACPI: XSDT 0x00000000000F0DD4 00009C (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.018987] ACPI: FACP 0x00000000CF6B3F9C 0000F4 (v03 DELL PE_SC3 00000001 DELL 00000001) -[ 0.018997] ACPI: DSDT 0x00000000CF68F000 003D5A (v01 DELL PE_SC3 00000001 INTL 20050624) -[ 0.019003] ACPI: FACS 0x00000000CF6B6000 000040 -[ 0.019008] ACPI: FACS 0x00000000CF6B6000 000040 -[ 0.019013] ACPI: APIC 0x00000000CF6B3478 00015E (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.019018] ACPI: SPCR 0x00000000CF6B35D8 000050 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.019024] ACPI: HPET 0x00000000CF6B362C 000038 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.019030] ACPI: DMAR 0x00000000CF6B3668 000198 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.019035] ACPI: MCFG 0x00000000CF6B38C4 00003C (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.019041] ACPI: WD__ 0x00000000CF6B3904 000134 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.019046] ACPI: SLIC 0x00000000CF6B3A3C 000024 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.019052] ACPI: ERST 0x00000000CF692EDC 000270 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.019057] ACPI: HEST 0x00000000CF69314C 0003A8 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.019063] ACPI: BERT 0x00000000CF692D5C 000030 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.019069] ACPI: EINJ 0x00000000CF692D8C 000150 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.019074] ACPI: SRAT 0x00000000CF6B3BC0 000370 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.019080] ACPI: TCPA 0x00000000CF6B3F34 000064 (v02 DELL PE_SC3 00000001 DELL 00000001) -[ 0.019085] ACPI: SSDT 0x00000000CF6B7000 0043F4 (v01 INTEL PPM RCM 80000001 INTL 20061109) -[ 0.019090] ACPI: Reserving FACP table memory at [mem 0xcf6b3f9c-0xcf6b408f] -[ 0.019092] ACPI: Reserving DSDT table memory at [mem 0xcf68f000-0xcf692d59] -[ 0.019093] ACPI: Reserving FACS table memory at [mem 0xcf6b6000-0xcf6b603f] -[ 0.019095] ACPI: Reserving FACS table memory at [mem 0xcf6b6000-0xcf6b603f] -[ 0.019096] ACPI: Reserving APIC table memory at [mem 0xcf6b3478-0xcf6b35d5] -[ 0.019098] ACPI: Reserving SPCR table memory at [mem 0xcf6b35d8-0xcf6b3627] -[ 0.019099] ACPI: Reserving HPET table memory at [mem 0xcf6b362c-0xcf6b3663] -[ 0.019100] ACPI: Reserving DMAR table memory at [mem 0xcf6b3668-0xcf6b37ff] -[ 0.019102] ACPI: Reserving MCFG table memory at [mem 0xcf6b38c4-0xcf6b38ff] -[ 0.019103] ACPI: Reserving WD__ table memory at [mem 0xcf6b3904-0xcf6b3a37] -[ 0.019105] ACPI: Reserving SLIC table memory at [mem 0xcf6b3a3c-0xcf6b3a5f] -[ 0.019106] ACPI: Reserving ERST table memory at [mem 0xcf692edc-0xcf69314b] -[ 0.019107] ACPI: Reserving HEST table memory at [mem 0xcf69314c-0xcf6934f3] -[ 0.019109] ACPI: Reserving BERT table memory at [mem 0xcf692d5c-0xcf692d8b] -[ 0.019110] ACPI: Reserving EINJ table memory at [mem 0xcf692d8c-0xcf692edb] -[ 0.019112] ACPI: Reserving SRAT table memory at [mem 0xcf6b3bc0-0xcf6b3f2f] -[ 0.019113] ACPI: Reserving TCPA table memory at [mem 0xcf6b3f34-0xcf6b3f97] -[ 0.019115] ACPI: Reserving SSDT table memory at [mem 0xcf6b7000-0xcf6bb3f3] -[ 0.019158] ACPI: SRAT: Node 0 PXM 1 [mem 0x00000000-0xcfffffff] -[ 0.019160] ACPI: SRAT: Node 0 PXM 1 [mem 0x100000000-0x182fffffff] -[ 0.019166] NUMA: Node 0 [mem 0x00001000-0xcfffffff] + [mem 0x100000000-0x182fffffff] -> [mem 0x00001000-0x182fffffff] -[ 0.019181] NODE_DATA(0) allocated [mem 0x182ff792c0-0x182ffa3fff] -[ 0.020008] Zone ranges: -[ 0.020010] DMA [mem 0x0000000000001000-0x0000000000ffffff] -[ 0.020012] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] -[ 0.020014] Normal [mem 0x0000000100000000-0x000000182fffffff] -[ 0.020017] Device empty -[ 0.020018] Movable zone start for each node -[ 0.020022] Early memory node ranges -[ 0.020023] node 0: [mem 0x0000000000001000-0x000000000009ffff] -[ 0.020025] node 0: [mem 0x0000000000100000-0x00000000cf678fff] -[ 0.020027] node 0: [mem 0x0000000100000000-0x000000182fffffff] -[ 0.020059] Initmem setup node 0 [mem 0x0000000000001000-0x000000182fffffff] -[ 0.020083] Initmem setup node 1 as memoryless -[ 0.020088] On node 0, zone DMA: 1 pages in unavailable ranges -[ 0.020121] On node 0, zone DMA: 96 pages in unavailable ranges -[ 0.248664] On node 0, zone Normal: 2439 pages in unavailable ranges -[ 0.248864] ACPI: PM-Timer IO Port: 0x808 -[ 0.248887] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) -[ 0.248899] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23 -[ 0.248906] IOAPIC[1]: apic_id 1, version 32, address 0xfec80000, GSI 32-55 -[ 0.248910] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) -[ 0.248913] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) -[ 0.248920] ACPI: Using ACPI (MADT) for SMP configuration information -[ 0.248922] ACPI: HPET id: 0x8086a301 base: 0xfed00000 -[ 0.248928] ACPI: SPCR: SPCR table version 1 -[ 0.248931] ACPI: SPCR: console: uart,io,0x2f8,115200 -[ 0.248943] CPU topo: Max. logical packages: 3 -[ 0.248945] CPU topo: Max. logical dies: 3 -[ 0.248946] CPU topo: Max. dies per package: 1 -[ 0.248957] CPU topo: Max. threads per core: 2 -[ 0.248958] CPU topo: Num. cores per package: 4 -[ 0.248959] CPU topo: Num. threads per package: 8 -[ 0.248961] CPU topo: Allowing 16 present CPUs plus 16 hotplug CPUs -[ 0.248978] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] -[ 0.248981] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] -[ 0.248983] PM: hibernation: Registered nosave memory: [mem 0xcf679000-0xffffffff] -[ 0.248986] [mem 0xd0000000-0xdfffffff] available for PCI devices -[ 0.248988] Booting paravirtualized kernel on bare hardware -[ 0.248991] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns -[ 0.249001] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:2 -[ 0.252328] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288 -[ 0.252343] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152 -[ 0.252347] pcpu-alloc: [0] 00 02 04 06 [0] 08 10 12 14 -[ 0.252356] pcpu-alloc: [0] 16 17 18 19 [0] 20 21 22 23 -[ 0.252364] pcpu-alloc: [0] 24 25 26 27 [0] 28 29 30 31 -[ 0.252373] pcpu-alloc: [1] 01 03 05 07 [1] 09 11 13 15 -[ 0.252412] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro intel_iommu=off quiet -[ 0.252505] DMAR: IOMMU disabled -[ 0.252537] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve", will be passed to user space. -[ 0.252544] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes -[ 0.261633] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear) -[ 0.266190] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) -[ 0.267046] software IO TLB: area num 32. -[ 0.302406] Fallback order for Node 0: 0 -[ 0.302414] Fallback order for Node 1: 0 -[ 0.302425] Built 2 zonelists, mobility grouping on. Total pages: 25163288 -[ 0.302427] Policy zone: Normal -[ 0.302440] mem auto-init: stack:all(zero), heap alloc:on, heap free:off -[ 0.728604] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=2 -[ 0.728838] Kernel/User page tables isolation: enabled -[ 0.742471] ftrace: allocating 58381 entries in 230 pages -[ 0.742476] ftrace: allocated 230 pages with 5 groups -[ 0.743831] Dynamic Preempt: voluntary -[ 0.744377] rcu: Preemptible hierarchical RCU implementation. -[ 0.744379] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32. -[ 0.744382] Trampoline variant of Tasks RCU enabled. -[ 0.744382] Rude variant of Tasks RCU enabled. -[ 0.744383] Tracing variant of Tasks RCU enabled. -[ 0.744384] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. -[ 0.744386] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32 -[ 0.744451] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32. -[ 0.744457] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32. -[ 0.744464] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32. -[ 0.754562] NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16 -[ 0.754945] rcu: srcu_init: Setting srcu_struct sizes based on contention. -[ 0.759468] Console: colour VGA+ 80x25 -[ 0.759472] printk: legacy console [tty0] enabled -[ 0.759884] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl -[ 0.759892] ACPI: Core revision 20250404 -[ 0.760257] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns -[ 0.760279] APIC: Switch to symmetric I/O mode setup -[ 0.760281] DMAR-IR: This system BIOS has enabled interrupt remapping - on a chipset that contains an erratum making that - feature unstable. To maintain system stability - interrupt remapping is being disabled. Please - contact your BIOS vendor for an update -[ 0.760856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 -[ 0.765277] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2281b6d4dcb, max_idle_ns: 440795270885 ns -[ 0.765284] Calibrating delay loop (skipped), value calculated using timer frequency.. 4787.80 BogoMIPS (lpj=2393902) -[ 0.765312] CPU0: Thermal monitoring enabled (TM1) -[ 0.765355] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 -[ 0.765358] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 -[ 0.765364] process: using mwait in idle threads -[ 0.765368] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto -[ 0.765378] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl -[ 0.765381] Spectre V2 : Mitigation: Retpolines -[ 0.765382] Spectre V2 : User space: Mitigation: STIBP via prctl -[ 0.765384] MDS: Vulnerable: Clear CPU buffers attempted, no microcode -[ 0.765386] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization -[ 0.765388] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT -[ 0.765390] Spectre V2 : Enabling Restricted Speculation for firmware calls -[ 0.765392] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier -[ 0.765397] x86/fpu: x87 FPU will use FXSAVE -[ 0.799321] Freeing SMP alternatives memory: 52K -[ 0.799350] pid_max: default: 32768 minimum: 301 -[ 0.800227] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm -[ 0.800708] Yama: becoming mindful. -[ 0.800799] AppArmor: AppArmor initialized -[ 0.801559] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) -[ 0.801726] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) -[ 0.906361] smpboot: CPU0: Intel(R) Xeon(R) CPU E5530 @ 2.40GHz (family: 0x6, model: 0x1a, stepping: 0x5) -[ 0.906810] Performance Events: PEBS fmt1+, Nehalem events, 16-deep LBR, Intel PMU driver. -[ 0.906841] core: CPU erratum AAJ80 worked around -[ 0.906842] core: CPUID marked event: 'bus cycles' unavailable -[ 0.906845] ... version: 3 -[ 0.906846] ... bit width: 48 -[ 0.906847] ... generic registers: 4 -[ 0.906849] ... value mask: 0000ffffffffffff -[ 0.906850] ... max period: 000000007fffffff -[ 0.906852] ... fixed-purpose events: 3 -[ 0.906853] ... event mask: 000000070000000f -[ 0.907424] signal: max sigframe size: 1440 -[ 0.907457] Estimated ratio of average max frequency by base frequency (times 1024): 1080 -[ 0.911425] rcu: Hierarchical SRCU implementation. -[ 0.911429] rcu: Max phase no-delay instances is 400. -[ 0.911552] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level -[ 0.913122] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. -[ 0.913755] smp: Bringing up secondary CPUs ... -[ 0.913998] smpboot: x86: Booting SMP configuration: -[ 0.914001] .... node #1, CPUs: #1 -[ 0.914270] .... node #0, CPUs: #2 -[ 0.914832] .... node #1, CPUs: #3 -[ 0.915089] .... node #0, CPUs: #4 -[ 0.915612] .... node #1, CPUs: #5 -[ 0.915878] .... node #0, CPUs: #6 -[ 0.916257] .... node #1, CPUs: #7 -[ 0.924583] .... node #0, CPUs: #8 -[ 0.925965] .... node #1, CPUs: #9 -[ 0.926297] .... node #0, CPUs: #10 -[ 0.926802] .... node #1, CPUs: #11 -[ 0.927263] .... node #0, CPUs: #12 -[ 0.927791] .... node #1, CPUs: #13 -[ 0.928137] .... node #0, CPUs: #14 -[ 0.928677] .... node #1, CPUs: #15 -[ 0.929543] 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. -[ 0.938418] smp: Brought up 2 nodes, 16 CPUs -[ 0.938418] smpboot: Total of 16 processors activated (76604.86 BogoMIPS) -[ 0.939709] Memory: 98735552K/100653152K available (21386K kernel code, 3800K rwdata, 14940K rodata, 4948K init, 5380K bss, 1890860K reserved, 0K cma-reserved) -[ 0.945285] devtmpfs: initialized -[ 0.945412] x86/mm: Memory block size: 2048MB -[ 0.947479] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns -[ 0.947479] posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear) -[ 0.947485] futex hash table entries: 4096 (262144 bytes on 2 NUMA nodes, total 512 KiB, linear). -[ 0.948161] pinctrl core: initialized pinctrl subsystem -[ 0.948488] PM: RTC time: 21:17:56, date: 2026-07-26 -[ 0.950697] NET: Registered PF_NETLINK/PF_ROUTE protocol family -[ 0.951851] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations -[ 0.952747] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations -[ 0.953667] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations -[ 0.953719] audit: initializing netlink subsys (disabled) -[ 0.954328] audit: type=2000 audit(1785100676.194:1): state=initialized audit_enabled=0 res=1 -[ 0.954696] thermal_sys: Registered thermal governor 'fair_share' -[ 0.954700] thermal_sys: Registered thermal governor 'bang_bang' -[ 0.954702] thermal_sys: Registered thermal governor 'step_wise' -[ 0.954704] thermal_sys: Registered thermal governor 'user_space' -[ 0.954705] thermal_sys: Registered thermal governor 'power_allocator' -[ 0.954733] cpuidle: using governor ladder -[ 0.954733] cpuidle: using governor menu -[ 0.954733] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it -[ 0.954733] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 -[ 0.955586] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff] -[ 0.955595] PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as E820 entry -[ 0.955626] PCI: Using configuration type 1 for base access -[ 0.955811] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. -[ 0.961430] HugeTLB: allocation took 0ms with hugepage_allocation_threads=4 -[ 0.961430] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages -[ 0.961430] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page -[ 0.968624] ACPI: Added _OSI(Module Device) -[ 0.968629] ACPI: Added _OSI(Processor Device) -[ 0.968632] ACPI: Added _OSI(Processor Aggregator Device) -[ 0.974836] ACPI: 2 ACPI AML tables successfully acquired and loaded -[ 0.975489] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored -[ 1.000006] ACPI: Interpreter enabled -[ 1.000038] ACPI: PM: (supports S0 S4 S5) -[ 1.000040] ACPI: Using IOAPIC for interrupt routing -[ 1.000602] HEST: Table parsing has been initialized. -[ 1.000878] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. -[ 1.000884] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug -[ 1.000886] PCI: Using E820 reservations for host bridge windows -[ 1.001075] ACPI: Enabled 2 GPEs in block 00 to 3F -[ 1.012304] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) -[ 1.012315] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] -[ 1.012672] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] -[ 1.012675] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration -[ 1.013107] PCI host bridge to bus 0000:00 -[ 1.013111] pci_bus 0000:00: Unknown NUMA node; performance will be reduced -[ 1.013156] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] -[ 1.013160] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] -[ 1.013162] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] -[ 1.013165] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfdffffff window] -[ 1.013167] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window] -[ 1.013171] pci_bus 0000:00: root bus resource [bus 00-ff] -[ 1.013210] pci 0000:00:00.0: [8086:3403] type 00 class 0x060000 PCIe Root Port -[ 1.013245] pci 0000:00:00.0: enabling Extended Tags -[ 1.013301] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold -[ 1.013443] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400 PCIe Root Port -[ 1.013465] pci 0000:00:01.0: PCI bridge to [bus 01] -[ 1.013472] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd5ffffff] -[ 1.013486] pci 0000:00:01.0: enabling Extended Tags -[ 1.013533] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold -[ 1.013708] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400 PCIe Root Port -[ 1.013729] pci 0000:00:03.0: PCI bridge to [bus 02] -[ 1.013735] pci 0000:00:03.0: bridge window [mem 0xd6000000-0xd9ffffff] -[ 1.013748] pci 0000:00:03.0: enabling Extended Tags -[ 1.013794] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold -[ 1.013953] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400 PCIe Root Port -[ 1.013975] pci 0000:00:07.0: PCI bridge to [bus 04] -[ 1.013981] pci 0000:00:07.0: bridge window [mem 0xda000000-0xddffffff] -[ 1.013995] pci 0000:00:07.0: enabling Extended Tags -[ 1.014041] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold -[ 1.014194] pci 0000:00:09.0: [8086:3410] type 01 class 0x060400 PCIe Root Port -[ 1.014215] pci 0000:00:09.0: PCI bridge to [bus 05] -[ 1.014233] pci 0000:00:09.0: enabling Extended Tags -[ 1.014275] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold -[ 1.014423] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000 PCIe Root Complex Integrated Endpoint -[ 1.014587] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000 PCIe Root Complex Integrated Endpoint -[ 1.014744] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000 PCIe Root Complex Integrated Endpoint -[ 1.014880] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300 conventional PCI endpoint -[ 1.014924] pci 0000:00:1a.0: BAR 4 [io 0xec40-0xec5f] -[ 1.015018] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300 conventional PCI endpoint -[ 1.015061] pci 0000:00:1a.1: BAR 4 [io 0xec60-0xec7f] -[ 1.015157] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320 conventional PCI endpoint -[ 1.015201] pci 0000:00:1a.7: BAR 0 [mem 0xdf0ff800-0xdf0ffbff] -[ 1.015249] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold -[ 1.015341] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400 PCIe Root Port -[ 1.015364] pci 0000:00:1c.0: PCI bridge to [bus 03] -[ 1.015370] pci 0000:00:1c.0: bridge window [io 0xf000-0xffff] -[ 1.015374] pci 0000:00:1c.0: bridge window [mem 0xdf100000-0xdf2fffff] -[ 1.015437] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold -[ 1.015578] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300 conventional PCI endpoint -[ 1.015621] pci 0000:00:1d.0: BAR 4 [io 0xec80-0xec9f] -[ 1.015713] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300 conventional PCI endpoint -[ 1.015758] pci 0000:00:1d.1: BAR 4 [io 0xeca0-0xecbf] -[ 1.015854] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320 conventional PCI endpoint -[ 1.015899] pci 0000:00:1d.7: BAR 0 [mem 0xdf0ffc00-0xdf0fffff] -[ 1.015948] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold -[ 1.016029] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 conventional PCI bridge -[ 1.016053] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode) -[ 1.016060] pci 0000:00:1e.0: bridge window [mem 0xde000000-0xdeffffff] -[ 1.016070] pci 0000:00:1e.0: bridge window [mem 0xd1800000-0xd1ffffff 64bit pref] -[ 1.016211] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100 conventional PCI endpoint -[ 1.016279] pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO -[ 1.016287] pci 0000:00:1f.0: quirk: [io 0x0880-0x08bf] claimed by ICH6 GPIO -[ 1.016291] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f) -[ 1.016295] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f) -[ 1.016299] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 00e0 (mask 000f) -[ 1.016502] pci 0000:01:00.0: [14e4:1639] type 00 class 0x020000 PCIe Endpoint -[ 1.016543] pci 0000:01:00.0: BAR 0 [mem 0xd2000000-0xd3ffffff 64bit] -[ 1.016622] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold -[ 1.016776] pci 0000:01:00.1: [14e4:1639] type 00 class 0x020000 PCIe Endpoint -[ 1.016816] pci 0000:01:00.1: BAR 0 [mem 0xd4000000-0xd5ffffff 64bit] -[ 1.016896] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold -[ 1.017035] pci 0000:00:01.0: PCI bridge to [bus 01] -[ 1.017101] pci 0000:02:00.0: [14e4:1639] type 00 class 0x020000 PCIe Endpoint -[ 1.017140] pci 0000:02:00.0: BAR 0 [mem 0xd6000000-0xd7ffffff 64bit] -[ 1.017220] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold -[ 1.017371] pci 0000:02:00.1: [14e4:1639] type 00 class 0x020000 PCIe Endpoint -[ 1.017411] pci 0000:02:00.1: BAR 0 [mem 0xd8000000-0xd9ffffff 64bit] -[ 1.017490] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold -[ 1.017625] pci 0000:00:03.0: PCI bridge to [bus 02] -[ 1.017690] pci 0000:04:00.0: [14e4:1639] type 00 class 0x020000 PCIe Endpoint -[ 1.017730] pci 0000:04:00.0: BAR 0 [mem 0xda000000-0xdbffffff 64bit] -[ 1.017808] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold -[ 1.017954] pci 0000:04:00.1: [14e4:1639] type 00 class 0x020000 PCIe Endpoint -[ 1.017994] pci 0000:04:00.1: BAR 0 [mem 0xdc000000-0xddffffff 64bit] -[ 1.018073] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold -[ 1.018208] pci 0000:00:07.0: PCI bridge to [bus 04] -[ 1.018259] pci 0000:00:09.0: PCI bridge to [bus 05] -[ 1.018316] pci 0000:00:1c.0: PCI bridge to [bus 03] -[ 1.018342] pci_bus 0000:06: extended config space not accessible -[ 1.018373] pci 0000:06:03.0: [102b:0532] type 00 class 0x030000 conventional PCI endpoint -[ 1.018417] pci 0000:06:03.0: BAR 0 [mem 0xd1800000-0xd1ffffff pref] -[ 1.018421] pci 0000:06:03.0: BAR 1 [mem 0xde7fc000-0xde7fffff] -[ 1.018425] pci 0000:06:03.0: BAR 2 [mem 0xde800000-0xdeffffff] -[ 1.018432] pci 0000:06:03.0: ROM [mem 0x00000000-0x0000ffff pref] -[ 1.018449] pci 0000:06:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] -[ 1.018562] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode) -[ 1.018573] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) -[ 1.018576] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) -[ 1.018579] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) -[ 1.018581] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xfdffffff window] (subtractive decode) -[ 1.018584] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode) -[ 1.020515] ACPI: PCI: Interrupt link LK00 configured for IRQ 15 -[ 1.020628] ACPI: PCI: Interrupt link LK01 configured for IRQ 14 -[ 1.020738] ACPI: PCI: Interrupt link LK02 configured for IRQ 11 -[ 1.020849] ACPI: PCI: Interrupt link LK03 configured for IRQ 10 -[ 1.020963] ACPI: PCI: Interrupt link LK04 configured for IRQ 5 -[ 1.021073] ACPI: PCI: Interrupt link LK05 configured for IRQ 6 -[ 1.021186] ACPI: PCI: Interrupt link LK06 configured for IRQ 0 -[ 1.021188] ACPI: PCI: Interrupt link LK06 disabled -[ 1.021302] ACPI: PCI: Interrupt link LK07 configured for IRQ 14 -[ 1.021616] iommu: Default domain type: Translated -[ 1.021616] iommu: DMA domain TLB invalidation policy: lazy mode -[ 1.022741] SCSI subsystem initialized -[ 1.022779] libata version 3.00 loaded. -[ 1.022779] ACPI: bus type USB registered -[ 1.022779] usbcore: registered new interface driver usbfs -[ 1.022779] usbcore: registered new interface driver hub -[ 1.022779] usbcore: registered new device driver usb -[ 1.022779] pps_core: LinuxPPS API ver. 1 registered -[ 1.022779] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti -[ 1.022779] PTP clock support registered -[ 1.023345] EDAC MC: Ver: 3.0.0 -[ 1.023627] NetLabel: Initializing -[ 1.023629] NetLabel: domain hash size = 128 -[ 1.023631] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO -[ 1.023676] NetLabel: unlabeled traffic allowed by default -[ 1.024337] mctp: management component transport protocol core -[ 1.024337] NET: Registered PF_MCTP protocol family -[ 1.024342] PCI: Using ACPI for IRQ routing -[ 1.029719] PCI: Discovered peer bus fe -[ 1.029722] PCI: root bus fe: using default resources -[ 1.029724] PCI: Probing PCI hardware (bus fe) -[ 1.029779] PCI host bridge to bus 0000:fe -[ 1.029781] pci_bus 0000:fe: Unknown NUMA node; performance will be reduced -[ 1.029784] pci_bus 0000:fe: root bus resource [io 0x0000-0xffff] -[ 1.029787] pci_bus 0000:fe: root bus resource [mem 0x00000000-0xffffffffff] -[ 1.029790] pci_bus 0000:fe: No busn resource found for root bus, will use [bus fe-ff] -[ 1.029793] pci_bus 0000:fe: busn_res: can not insert [bus fe-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) -[ 1.029812] pci 0000:fe:00.0: [8086:2c40] type 00 class 0x060000 conventional PCI endpoint -[ 1.029891] pci 0000:fe:00.1: [8086:2c01] type 00 class 0x060000 conventional PCI endpoint -[ 1.029961] pci 0000:fe:02.0: [8086:2c10] type 00 class 0x060000 conventional PCI endpoint -[ 1.030031] pci 0000:fe:02.1: [8086:2c11] type 00 class 0x060000 conventional PCI endpoint -[ 1.030098] pci 0000:fe:02.4: [8086:2c14] type 00 class 0x060000 conventional PCI endpoint -[ 1.030170] pci 0000:fe:02.5: [8086:2c15] type 00 class 0x060000 conventional PCI endpoint -[ 1.030239] pci 0000:fe:03.0: [8086:2c18] type 00 class 0x060000 conventional PCI endpoint -[ 1.030309] pci 0000:fe:03.1: [8086:2c19] type 00 class 0x060000 conventional PCI endpoint -[ 1.030383] pci 0000:fe:03.2: [8086:2c1a] type 00 class 0x060000 conventional PCI endpoint -[ 1.030452] pci 0000:fe:03.4: [8086:2c1c] type 00 class 0x060000 conventional PCI endpoint -[ 1.030519] pci 0000:fe:04.0: [8086:2c20] type 00 class 0x060000 conventional PCI endpoint -[ 1.030587] pci 0000:fe:04.1: [8086:2c21] type 00 class 0x060000 conventional PCI endpoint -[ 1.030656] pci 0000:fe:04.2: [8086:2c22] type 00 class 0x060000 conventional PCI endpoint -[ 1.030721] pci 0000:fe:04.3: [8086:2c23] type 00 class 0x060000 conventional PCI endpoint -[ 1.030789] pci 0000:fe:05.0: [8086:2c28] type 00 class 0x060000 conventional PCI endpoint -[ 1.030856] pci 0000:fe:05.1: [8086:2c29] type 00 class 0x060000 conventional PCI endpoint -[ 1.030930] pci 0000:fe:05.2: [8086:2c2a] type 00 class 0x060000 conventional PCI endpoint -[ 1.030996] pci 0000:fe:05.3: [8086:2c2b] type 00 class 0x060000 conventional PCI endpoint -[ 1.031066] pci 0000:fe:06.0: [8086:2c30] type 00 class 0x060000 conventional PCI endpoint -[ 1.031131] pci 0000:fe:06.1: [8086:2c31] type 00 class 0x060000 conventional PCI endpoint -[ 1.031196] pci 0000:fe:06.2: [8086:2c32] type 00 class 0x060000 conventional PCI endpoint -[ 1.031265] pci 0000:fe:06.3: [8086:2c33] type 00 class 0x060000 conventional PCI endpoint -[ 1.031348] pci_bus 0000:fe: busn_res: [bus fe-ff] end is updated to fe -[ 1.031352] pci_bus 0000:fe: busn_res: can not insert [bus fe] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) -[ 1.031364] PCI: Discovered peer bus ff -[ 1.031366] PCI: root bus ff: using default resources -[ 1.031368] PCI: Probing PCI hardware (bus ff) -[ 1.031400] PCI host bridge to bus 0000:ff -[ 1.031402] pci_bus 0000:ff: Unknown NUMA node; performance will be reduced -[ 1.031404] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff] -[ 1.031407] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xffffffffff] -[ 1.031410] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff] -[ 1.031412] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) -[ 1.031420] pci 0000:ff:00.0: [8086:2c40] type 00 class 0x060000 conventional PCI endpoint -[ 1.031488] pci 0000:ff:00.1: [8086:2c01] type 00 class 0x060000 conventional PCI endpoint -[ 1.031565] pci 0000:ff:02.0: [8086:2c10] type 00 class 0x060000 conventional PCI endpoint -[ 1.031628] pci 0000:ff:02.1: [8086:2c11] type 00 class 0x060000 conventional PCI endpoint -[ 1.031695] pci 0000:ff:02.4: [8086:2c14] type 00 class 0x060000 conventional PCI endpoint -[ 1.031757] pci 0000:ff:02.5: [8086:2c15] type 00 class 0x060000 conventional PCI endpoint -[ 1.031819] pci 0000:ff:03.0: [8086:2c18] type 00 class 0x060000 conventional PCI endpoint -[ 1.031885] pci 0000:ff:03.1: [8086:2c19] type 00 class 0x060000 conventional PCI endpoint -[ 1.031947] pci 0000:ff:03.2: [8086:2c1a] type 00 class 0x060000 conventional PCI endpoint -[ 1.032008] pci 0000:ff:03.4: [8086:2c1c] type 00 class 0x060000 conventional PCI endpoint -[ 1.032084] pci 0000:ff:04.0: [8086:2c20] type 00 class 0x060000 conventional PCI endpoint -[ 1.032150] pci 0000:ff:04.1: [8086:2c21] type 00 class 0x060000 conventional PCI endpoint -[ 1.032212] pci 0000:ff:04.2: [8086:2c22] type 00 class 0x060000 conventional PCI endpoint -[ 1.032277] pci 0000:ff:04.3: [8086:2c23] type 00 class 0x060000 conventional PCI endpoint -[ 1.032345] pci 0000:ff:05.0: [8086:2c28] type 00 class 0x060000 conventional PCI endpoint -[ 1.032408] pci 0000:ff:05.1: [8086:2c29] type 00 class 0x060000 conventional PCI endpoint -[ 1.032473] pci 0000:ff:05.2: [8086:2c2a] type 00 class 0x060000 conventional PCI endpoint -[ 1.032539] pci 0000:ff:05.3: [8086:2c2b] type 00 class 0x060000 conventional PCI endpoint -[ 1.032614] pci 0000:ff:06.0: [8086:2c30] type 00 class 0x060000 conventional PCI endpoint -[ 1.032680] pci 0000:ff:06.1: [8086:2c31] type 00 class 0x060000 conventional PCI endpoint -[ 1.032742] pci 0000:ff:06.2: [8086:2c32] type 00 class 0x060000 conventional PCI endpoint -[ 1.032804] pci 0000:ff:06.3: [8086:2c33] type 00 class 0x060000 conventional PCI endpoint -[ 1.032880] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff -[ 1.032884] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) -[ 1.032896] PCI: pci_cache_line_size set to 64 bytes -[ 1.032981] e820: reserve RAM buffer [mem 0xcf679000-0xcfffffff] -[ 1.033298] pci 0000:06:03.0: vgaarb: setting as boot VGA device -[ 1.033302] pci 0000:06:03.0: vgaarb: bridge control possible -[ 1.033304] pci 0000:06:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none -[ 1.033315] vgaarb: loaded -[ 1.033392] Monitor-Mwait will be used to enter C-1 state -[ 1.033397] Monitor-Mwait will be used to enter C-3 state -[ 1.035362] hpet: 4 channels of 0 reserved for per-cpu timers -[ 1.035367] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 -[ 1.035375] hpet0: 4 comparators, 64-bit 14.318180 MHz counter -[ 1.037346] clocksource: Switched to clocksource tsc-early -[ 1.040267] VFS: Disk quotas dquot_6.6.0 -[ 1.040354] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) -[ 1.040783] AppArmor: AppArmor Filesystem Enabled -[ 1.040812] pnp: PnP ACPI init -[ 1.043129] system 00:04: [io 0x0800-0x087f] has been reserved -[ 1.043135] system 00:04: [io 0x0880-0x08ff] could not be reserved -[ 1.043138] system 00:04: [io 0x0900-0x091f] has been reserved -[ 1.043141] system 00:04: [io 0x0920-0x0923] has been reserved -[ 1.043143] system 00:04: [io 0x0924] has been reserved -[ 1.043146] system 00:04: [io 0x0c00-0x0c7f] has been reserved -[ 1.043148] system 00:04: [io 0x0ca0-0x0ca7] has been reserved -[ 1.043151] system 00:04: [io 0x0ca9-0x0cab] has been reserved -[ 1.043154] system 00:04: [io 0x0cad-0x0caf] has been reserved -[ 1.043289] system 00:05: [io 0x0ca8] has been reserved -[ 1.043294] system 00:05: [io 0x0cac] has been reserved -[ 1.044291] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved -[ 1.044407] system 00:08: [mem 0xfed90000-0xfed91fff] has been reserved -[ 1.044673] pnp: PnP ACPI: found 9 devices -[ 1.051803] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns -[ 1.052206] NET: Registered PF_INET protocol family -[ 1.052678] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) -[ 1.080543] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, linear) -[ 1.080756] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) -[ 1.081588] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear) -[ 1.082962] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) -[ 1.083271] TCP: Hash tables configured (established 524288 bind 65536) -[ 1.084074] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear) -[ 1.085205] UDP hash table entries: 65536 (order: 10, 4194304 bytes, linear) -[ 1.086838] UDP-Lite hash table entries: 65536 (order: 10, 4194304 bytes, linear) -[ 1.087917] NET: Registered PF_UNIX/PF_LOCAL protocol family -[ 1.087934] NET: Registered PF_XDP protocol family -[ 1.088197] pci 0000:00:01.0: PCI bridge to [bus 01] -[ 1.088207] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd5ffffff] -[ 1.088215] pci 0000:00:03.0: PCI bridge to [bus 02] -[ 1.088219] pci 0000:00:03.0: bridge window [mem 0xd6000000-0xd9ffffff] -[ 1.088227] pci 0000:00:07.0: PCI bridge to [bus 04] -[ 1.088231] pci 0000:00:07.0: bridge window [mem 0xda000000-0xddffffff] -[ 1.088238] pci 0000:00:09.0: PCI bridge to [bus 05] -[ 1.088248] pci 0000:00:1c.0: PCI bridge to [bus 03] -[ 1.088251] pci 0000:00:1c.0: bridge window [io 0xf000-0xffff] -[ 1.088256] pci 0000:00:1c.0: bridge window [mem 0xdf100000-0xdf2fffff] -[ 1.088266] pci 0000:00:1e.0: PCI bridge to [bus 06] -[ 1.088271] pci 0000:00:1e.0: bridge window [mem 0xde000000-0xdeffffff] -[ 1.088275] pci 0000:00:1e.0: bridge window [mem 0xd1800000-0xd1ffffff 64bit pref] -[ 1.088283] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] -[ 1.088285] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] -[ 1.088288] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] -[ 1.088291] pci_bus 0000:00: resource 7 [mem 0xd0000000-0xfdffffff window] -[ 1.088294] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window] -[ 1.088297] pci_bus 0000:01: resource 1 [mem 0xd2000000-0xd5ffffff] -[ 1.088299] pci_bus 0000:02: resource 1 [mem 0xd6000000-0xd9ffffff] -[ 1.088302] pci_bus 0000:04: resource 1 [mem 0xda000000-0xddffffff] -[ 1.088305] pci_bus 0000:03: resource 0 [io 0xf000-0xffff] -[ 1.088307] pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf2fffff] -[ 1.088309] pci_bus 0000:06: resource 1 [mem 0xde000000-0xdeffffff] -[ 1.088312] pci_bus 0000:06: resource 2 [mem 0xd1800000-0xd1ffffff 64bit pref] -[ 1.088314] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7 window] -[ 1.088317] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff window] -[ 1.088319] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff window] -[ 1.088321] pci_bus 0000:06: resource 7 [mem 0xd0000000-0xfdffffff window] -[ 1.088324] pci_bus 0000:06: resource 8 [mem 0xfed40000-0xfed44fff window] -[ 1.088378] pci_bus 0000:fe: resource 4 [io 0x0000-0xffff] -[ 1.088382] pci_bus 0000:fe: resource 5 [mem 0x00000000-0xffffffffff] -[ 1.088392] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff] -[ 1.088395] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xffffffffff] -[ 1.100647] pci 0000:00:1a.7: quirk_usb_early_handoff+0x0/0x740 took 10490 usecs -[ 1.102812] PCI: CLS 64 bytes, default 64 -[ 1.102836] DMAR: Host address width 40 -[ 1.102839] DMAR: DRHD base: 0x000000fed90000 flags: 0x1 -[ 1.102852] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c90780106f0462 ecap f020f6 -[ 1.102856] DMAR: RMRR base: 0x000000cf7c8000 end: 0x000000cf7dffff -[ 1.102859] DMAR: RMRR base: 0x000000cf7b1000 end: 0x000000cf7bffff -[ 1.102861] DMAR: RMRR base: 0x000000cf7a1000 end: 0x000000cf7a1fff -[ 1.102863] DMAR: RMRR base: 0x000000cf7a3000 end: 0x000000cf7a3fff -[ 1.102864] DMAR: RMRR base: 0x000000cf7a5000 end: 0x000000cf7a5fff -[ 1.102866] DMAR: RMRR base: 0x000000cf7a7000 end: 0x000000cf7a7fff -[ 1.102868] DMAR: RMRR base: 0x000000cf7c0000 end: 0x000000cf7c0fff -[ 1.102869] DMAR: RMRR base: 0x000000cf7c2000 end: 0x000000cf7c2fff -[ 1.102871] DMAR: ATSR flags: 0x0 -[ 1.102909] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) -[ 1.102911] software IO TLB: mapped [mem 0x00000000cb679000-0x00000000cf679000] (64MB) -[ 1.103011] Trying to unpack rootfs image as initramfs... -[ 1.147939] Initialise system trusted keyrings -[ 1.147966] Key type blacklist registered -[ 1.148196] workingset: timestamp_bits=36 max_order=25 bucket_order=0 -[ 1.150578] squashfs: version 4.0 (2009/01/31) Phillip Lougher -[ 1.151555] fuse: init (API version 7.44) -[ 1.152283] integrity: Platform Keyring initialized -[ 1.152291] integrity: Machine keyring initialized -[ 1.172840] Key type asymmetric registered -[ 1.172850] Asymmetric key parser 'x509' registered -[ 1.172971] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) -[ 1.173151] io scheduler mq-deadline registered -[ 1.176556] ledtrig-cpu: registered to indicate activity on CPUs -[ 1.177238] pcieport 0000:00:01.0: PME: Signaling with IRQ 25 -[ 1.177455] pcieport 0000:00:01.0: AER: enabled with IRQ 25 -[ 1.178000] pcieport 0000:00:03.0: PME: Signaling with IRQ 26 -[ 1.178182] pcieport 0000:00:03.0: AER: enabled with IRQ 26 -[ 1.178793] pcieport 0000:00:07.0: PME: Signaling with IRQ 27 -[ 1.178915] pcieport 0000:00:07.0: AER: enabled with IRQ 27 -[ 1.179470] pcieport 0000:00:09.0: PME: Signaling with IRQ 28 -[ 1.179588] pcieport 0000:00:09.0: AER: enabled with IRQ 28 -[ 1.179699] pcieport 0000:00:1c.0: enabling device (0140 -> 0143) -[ 1.180121] pcieport 0000:00:1c.0: PME: Signaling with IRQ 29 -[ 1.180601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 -[ 1.180714] ACPI: button: Power Button [PWRF] -[ 1.183443] ERST: Error Record Serialization Table (ERST) support is initialized. -[ 1.183551] pstore: Using crash dump compression: deflate -[ 1.183554] pstore: Registered erst as persistent store backend -[ 1.183867] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled -[ 1.204605] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A -[ 1.227046] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A -[ 1.232466] Linux agpgart interface v0.103 -[ 1.240475] loop: module loaded -[ 1.241044] ACPI: bus type drm_connector registered -[ 1.241469] tun: Universal TUN/TAP device driver, 1.6 -[ 1.241576] PPP generic driver version 2.4.2 -[ 1.241711] i8042: PNP: No PS/2 controller found. -[ 1.241713] i8042: Probing ports directly. -[ 1.244428] serio: i8042 KBD port at 0x60,0x64 irq 1 -[ 1.244442] serio: i8042 AUX port at 0x60,0x64 irq 12 -[ 1.244684] mousedev: PS/2 mouse device common for all mice -[ 1.244876] rtc_cmos 00:01: RTC can wake from S4 -[ 1.245258] rtc_cmos 00:01: registered as rtc0 -[ 1.245361] rtc_cmos 00:01: setting system clock to 2026-07-26T21:17:56 UTC (1785100676) -[ 1.245429] rtc_cmos 00:01: alarms up to one day, y3k, 242 bytes nvram, hpet irqs -[ 1.245451] i2c_dev: i2c /dev entries driver -[ 1.246132] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. -[ 1.246196] device-mapper: uevent: version 1.0.3 -[ 1.246377] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev -[ 1.246386] intel_pstate: CPU model not supported -[ 1.246604] drop_monitor: Initializing network drop monitor service -[ 1.247037] NET: Registered PF_INET6 protocol family -[ 1.248062] Segment Routing with IPv6 -[ 1.248078] In-situ OAM (IOAM) with IPv6 -[ 1.248125] NET: Registered PF_PACKET protocol family -[ 1.248191] Bridge firewalling registered -[ 1.248306] Key type dns_resolver registered -[ 1.249884] microcode: Current revision: 0x0000001d -[ 1.249888] microcode: Updated early from: 0x00000011 -[ 1.250318] IPI shorthand broadcast: enabled -[ 1.253494] sched_clock: Marking stable (1248038260, 5304736)->(1301406845, -48063849) -[ 1.253929] registered taskstats version 1 -[ 1.255653] Loading compiled-in X.509 certificates -[ 1.256928] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' -[ 1.265008] Demotion targets for Node 0: null -[ 1.265612] Key type .fscrypt registered -[ 1.265615] Key type fscrypt-provisioning registered -[ 1.265827] Key type big_key registered -[ 2.136376] tsc: Refined TSC clocksource calibration: 2393.999 MHz -[ 2.136400] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22821267f49, max_idle_ns: 440795240327 ns -[ 2.140634] clocksource: Switched to clocksource tsc -[ 2.182994] Freeing initrd memory: 87628K -[ 2.207149] Key type encrypted registered -[ 2.207155] AppArmor: AppArmor sha256 policy hashing enabled -[ 2.207187] ima: No TPM chip found, activating TPM-bypass! -[ 2.207197] Loading compiled-in module X.509 certificates -[ 2.208263] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' -[ 2.208268] ima: Allocated hash algorithm: sha256 -[ 2.208295] ima: No architecture policies found -[ 2.208327] evm: Initialising EVM extended attributes: -[ 2.208329] evm: security.selinux -[ 2.208330] evm: security.SMACK64 -[ 2.208332] evm: security.SMACK64EXEC -[ 2.208334] evm: security.SMACK64TRANSMUTE -[ 2.208335] evm: security.SMACK64MMAP -[ 2.208336] evm: security.apparmor -[ 2.208338] evm: security.ima -[ 2.208339] evm: security.capability -[ 2.208340] evm: HMAC attrs: 0x1 -[ 2.208900] PM: Magic number: 2:908:298 -[ 2.215249] RAS: Correctable Errors collector initialized. -[ 2.223785] clk: Disabling unused clocks -[ 2.223789] PM: genpd: Disabling unused power domains -[ 2.227018] Freeing unused decrypted memory: 2028K -[ 2.228784] Freeing unused kernel image (initmem) memory: 4948K -[ 2.229073] Write protecting the kernel read-only data: 38912k -[ 2.230345] Freeing unused kernel image (text/rodata gap) memory: 1140K -[ 2.231291] Freeing unused kernel image (rodata/data gap) memory: 1444K -[ 2.302600] x86/mm: Checked W+X mappings: passed, no W+X pages found. -[ 2.302845] x86/mm: Checking user space page tables -[ 2.367408] x86/mm: Checked W+X mappings: passed, no W+X pages found. -[ 2.367431] Run /init as init process -[ 2.367433] with arguments: -[ 2.367436] /init -[ 2.367438] with environment: -[ 2.367439] HOME=/ -[ 2.367440] TERM=linux -[ 2.367442] BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve -[ 2.664751] bnx2 0000:01:00.0 eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d2000000, IRQ 30, node addr 00:21:9b:a2:7c:53 -[ 2.666001] bnx2 0000:01:00.1 eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d4000000, IRQ 31, node addr 00:21:9b:a2:7c:55 -[ 2.666642] ehci-pci 0000:00:1a.7: EHCI Host Controller -[ 2.666663] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1 -[ 2.666690] ehci-pci 0000:00:1a.7: debug port 1 -[ 2.667136] bnx2 0000:02:00.0 eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d6000000, IRQ 32, node addr 00:21:9b:a2:7c:57 -[ 2.667871] bnx2 0000:02:00.1 eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d8000000, IRQ 33, node addr 00:21:9b:a2:7c:59 -[ 2.668664] bnx2 0000:04:00.0 eth4: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem da000000, IRQ 34, node addr 00:10:18:72:16:40 -[ 2.669403] bnx2 0000:04:00.1 eth5: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem dc000000, IRQ 35, node addr 00:10:18:72:16:42 -[ 2.670671] ehci-pci 0000:00:1a.7: irq 19, io mem 0xdf0ff800 -[ 2.676318] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00 -[ 2.676415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 -[ 2.676419] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 2.676422] usb usb1: Product: EHCI Host Controller -[ 2.676424] usb usb1: Manufacturer: Linux 6.17.2-1-pve ehci_hcd -[ 2.676426] usb usb1: SerialNumber: 0000:00:1a.7 -[ 2.676627] hub 1-0:1.0: USB hub found -[ 2.676650] hub 1-0:1.0: 4 ports detected -[ 2.676885] ehci-pci 0000:00:1d.7: EHCI Host Controller -[ 2.676904] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2 -[ 2.676929] ehci-pci 0000:00:1d.7: debug port 1 -[ 2.680884] ehci-pci 0000:00:1d.7: irq 21, io mem 0xdf0ffc00 -[ 2.686397] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 -[ 2.686539] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 -[ 2.686543] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 2.686546] usb usb2: Product: EHCI Host Controller -[ 2.686547] usb usb2: Manufacturer: Linux 6.17.2-1-pve ehci_hcd -[ 2.686549] usb usb2: SerialNumber: 0000:00:1d.7 -[ 2.686822] hub 2-0:1.0: USB hub found -[ 2.686848] hub 2-0:1.0: 4 ports detected -[ 2.691975] uhci_hcd 0000:00:1a.0: UHCI Host Controller -[ 2.691985] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 -[ 2.691994] uhci_hcd 0000:00:1a.0: detected 2 ports -[ 2.692043] uhci_hcd 0000:00:1a.0: irq 17, io port 0x0000ec40 -[ 2.692137] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.17 -[ 2.692141] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 2.692143] usb usb3: Product: UHCI Host Controller -[ 2.692145] usb usb3: Manufacturer: Linux 6.17.2-1-pve uhci_hcd -[ 2.692147] usb usb3: SerialNumber: 0000:00:1a.0 -[ 2.692321] hub 3-0:1.0: USB hub found -[ 2.692341] hub 3-0:1.0: 2 ports detected -[ 2.692976] uhci_hcd 0000:00:1a.1: UHCI Host Controller -[ 2.692983] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 -[ 2.692990] uhci_hcd 0000:00:1a.1: detected 2 ports -[ 2.693034] uhci_hcd 0000:00:1a.1: irq 18, io port 0x0000ec60 -[ 2.693100] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.17 -[ 2.693104] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 2.693106] usb usb4: Product: UHCI Host Controller -[ 2.693108] usb usb4: Manufacturer: Linux 6.17.2-1-pve uhci_hcd -[ 2.693110] usb usb4: SerialNumber: 0000:00:1a.1 -[ 2.693242] hub 4-0:1.0: USB hub found -[ 2.693253] hub 4-0:1.0: 2 ports detected -[ 2.693736] uhci_hcd 0000:00:1d.0: UHCI Host Controller -[ 2.693744] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 -[ 2.693751] uhci_hcd 0000:00:1d.0: detected 2 ports -[ 2.693783] uhci_hcd 0000:00:1d.0: irq 21, io port 0x0000ec80 -[ 2.693855] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.17 -[ 2.693859] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 2.693861] usb usb5: Product: UHCI Host Controller -[ 2.693863] usb usb5: Manufacturer: Linux 6.17.2-1-pve uhci_hcd -[ 2.693865] usb usb5: SerialNumber: 0000:00:1d.0 -[ 2.694004] hub 5-0:1.0: USB hub found -[ 2.694021] hub 5-0:1.0: 2 ports detected -[ 2.694529] uhci_hcd 0000:00:1d.1: UHCI Host Controller -[ 2.694536] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 -[ 2.694543] uhci_hcd 0000:00:1d.1: detected 2 ports -[ 2.694592] uhci_hcd 0000:00:1d.1: irq 20, io port 0x0000eca0 -[ 2.694656] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.17 -[ 2.694659] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 2.694661] usb usb6: Product: UHCI Host Controller -[ 2.694664] usb usb6: Manufacturer: Linux 6.17.2-1-pve uhci_hcd -[ 2.694665] usb usb6: SerialNumber: 0000:00:1d.1 -[ 2.694793] hub 6-0:1.0: USB hub found -[ 2.694805] hub 6-0:1.0: 2 ports detected -[ 2.703112] bnx2 0000:01:00.0 eno1: renamed from eth0 -[ 2.703786] bnx2 0000:01:00.1 eno2: renamed from eth1 -[ 2.706012] bnx2 0000:02:00.0 eno3: renamed from eth2 -[ 2.707521] bnx2 0000:02:00.1 eno4: renamed from eth3 -[ 2.708993] bnx2 0000:04:00.0 enp4s0f0: renamed from eth4 -[ 2.710440] bnx2 0000:04:00.1 enp4s0f1: renamed from eth5 -[ 2.710859] gpio_ich gpio_ich.2.auto: GPIO from 512 to 572 -[ 2.912428] usb 1-3: new high-speed USB device number 2 using ehci-pci -[ 2.983439] random: crng init done -[ 3.037900] usb 1-3: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= 0.00 -[ 3.037908] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 -[ 3.038191] hub 1-3:1.0: USB hub found -[ 3.038469] hub 1-3:1.0: 3 ports detected -[ 3.048471] usb 5-1: new low-speed USB device number 2 using uhci_hcd -[ 3.090311] raid6: sse2x4 gen() 9594 MB/s -[ 3.107309] raid6: sse2x2 gen() 8657 MB/s -[ 3.124308] raid6: sse2x1 gen() 8153 MB/s -[ 3.124310] raid6: using algorithm sse2x4 gen() 9594 MB/s -[ 3.141309] raid6: .... xor() 4257 MB/s, rmw enabled -[ 3.141311] raid6: using ssse3x2 recovery algorithm -[ 3.145168] xor: measuring software checksum speed -[ 3.145419] prefetch64-sse : 13247 MB/sec -[ 3.145704] generic_sse : 11646 MB/sec -[ 3.145705] xor: using function: prefetch64-sse (13247 MB/sec) -[ 3.248447] usb 5-1: New USB device found, idVendor=10d5, idProduct=5a08, bcdDevice= 0.00 -[ 3.248459] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 -[ 3.248461] usb 5-1: Product: KVM -[ 3.248464] usb 5-1: Manufacturer: No brand -[ 3.318267] hid: raw HID events driver (C) Jiri Kosina -[ 3.321335] usb 1-3.2: new high-speed USB device number 3 using ehci-pci -[ 3.337965] Btrfs loaded, zoned=yes, fsverity=yes -[ 3.357644] usbcore: registered new interface driver usbhid -[ 3.357648] usbhid: USB HID core driver -[ 3.361319] usbcore: registered new interface driver usbkbd -[ 3.361648] usbcore: registered new interface driver usbmouse -[ 3.367106] input: No brand KVM as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/0003:10D5:5A08.0001/input/input4 -[ 3.417746] hid-generic 0003:10D5:5A08.0001: input,hidraw0: USB HID v1.10 Keyboard [No brand KVM] on usb-0000:00:1d.0-1/input0 -[ 3.418011] input: No brand KVM Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.1/0003:10D5:5A08.0002/input/input5 -[ 3.418170] input: No brand KVM System Control as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.1/0003:10D5:5A08.0002/input/input6 -[ 3.463531] usb 1-3.2: New USB device found, idVendor=1058, idProduct=260d, bcdDevice=20.07 -[ 3.463539] usb 1-3.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1 -[ 3.463544] usb 1-3.2: Product: My Passport 260D -[ 3.463547] usb 1-3.2: Manufacturer: Western Digital -[ 3.463550] usb 1-3.2: SerialNumber: 57584C324132333258355258 -[ 3.468550] input: No brand KVM Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.1/0003:10D5:5A08.0002/input/input7 -[ 3.468996] hid-generic 0003:10D5:5A08.0002: input,hidraw1: USB HID v1.10 Mouse [No brand KVM] on usb-0000:00:1d.0-1/input1 -[ 3.470985] usb-storage 1-3.2:1.0: USB Mass Storage device detected -[ 3.471296] scsi host0: usb-storage 1-3.2:1.0 -[ 3.471567] usbcore: registered new interface driver usb-storage -[ 3.474355] usbcore: registered new interface driver uas -[ 3.937453] usb 5-2: new full-speed USB device number 3 using uhci_hcd -[ 4.094508] usb 5-2: New USB device found, idVendor=0624, idProduct=0248, bcdDevice= 0.00 -[ 4.094517] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 -[ 4.094521] usb 5-2: Product: USB Composite Device-0 -[ 4.094525] usb 5-2: Manufacturer: Avocent -[ 4.094528] usb 5-2: SerialNumber: 20080519 -[ 4.113840] input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/0003:0624:0248.0003/input/input8 -[ 4.164954] hid-generic 0003:0624:0248.0003: input,hidraw2: USB HID v1.00 Keyboard [Avocent USB Composite Device-0] on usb-0000:00:1d.0-2/input0 -[ 4.171772] input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.1/0003:0624:0248.0004/input/input9 -[ 4.172459] hid-generic 0003:0624:0248.0004: input,hidraw3: USB HID v1.00 Mouse [Avocent USB Composite Device-0] on usb-0000:00:1d.0-2/input1 -[ 4.506561] scsi 0:0:0:0: Direct-Access WD My Passport 260D 2007 PQ: 0 ANSI: 6 -[ 4.508185] scsi 0:0:0:1: Enclosure WD SES Device 2007 PQ: 0 ANSI: 6 -[ 4.522254] sd 0:0:0:0: Attached scsi generic sg0 type 0 -[ 4.522477] scsi 0:0:0:1: Attached scsi generic sg1 type 13 -[ 8.174880] sd 0:0:0:0: [sda] 3906963456 512-byte logical blocks: (2.00 TB/1.82 TiB) -[ 8.176324] sd 0:0:0:0: [sda] Write Protect is off -[ 8.176329] sd 0:0:0:0: [sda] Mode Sense: 3f 00 10 00 -[ 8.177492] sd 0:0:0:0: [sda] No Caching mode page found -[ 8.177502] sd 0:0:0:0: [sda] Assuming drive cache: write through -[ 8.218132] sda: sda1 sda2 sda3 -[ 8.218609] sd 0:0:0:0: [sda] Attached SCSI disk -[ 9.921073] device-mapper: thin: Data device (dm-3) discard unsupported: Disabling discard passdown. -[ 10.375995] EXT4-fs (dm-1): orphan cleanup on readonly fs -[ 10.376489] EXT4-fs (dm-1): mounted filesystem 8f69bbb5-3cdd-4b0b-97d0-f1c2541d8e83 ro with ordered data mode. Quota mode: none. -[ 12.984065] systemd[1]: Inserted module 'autofs4' -[ 13.122197] ERST: NVRAM ERST Log Address Range not implemented yet. -[ 13.355412] systemd[1]: systemd 257.13-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) -[ 13.355423] systemd[1]: Detected architecture x86-64. -[ 13.456668] systemd[1]: Hostname set to . -[ 13.642139] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. -[ 16.259531] systemd[1]: Queued start job for default target graphical.target. -[ 16.330467] systemd[1]: Created slice system-getty.slice - Slice /system/getty. -[ 16.331522] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. -[ 16.333360] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice. -[ 16.334128] systemd[1]: Created slice user.slice - User and Session Slice. -[ 16.334231] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. -[ 16.334325] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. -[ 16.334651] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. -[ 16.334695] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap... -[ 16.334721] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once. -[ 16.334747] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once. -[ 16.334796] systemd[1]: Reached target network-pre.target - Preparation for Network. -[ 16.334826] systemd[1]: Reached target paths.target - Path Units. -[ 16.334874] systemd[1]: Reached target slices.target - Slice Units. -[ 16.335702] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. -[ 16.335827] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. -[ 16.342087] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. -[ 16.344117] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. -[ 16.344258] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. -[ 16.344451] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). -[ 16.344624] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. -[ 16.344687] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki -[ 16.344720] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki -[ 16.344868] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. -[ 16.344977] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. -[ 16.360041] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... -[ 16.361741] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... -[ 16.361834] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway. -[ 16.363268] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... -[ 16.364775] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... -[ 16.366259] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... -[ 16.366350] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS skipped, unmet condition check ConditionPathExists=/etc/krb5.keytab -[ 16.378667] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... -[ 16.398235] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... -[ 16.399982] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... -[ 16.401447] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... -[ 16.402936] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... -[ 16.404495] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... -[ 16.406066] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... -[ 16.406442] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root -[ 16.406500] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 -[ 16.410221] systemd[1]: Starting systemd-journald.service - Journal Service... -[ 16.582826] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... -[ 16.582868] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki -[ 16.584486] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... -[ 16.584558] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki -[ 16.585975] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... -[ 16.587660] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... -[ 16.610680] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. -[ 16.611289] systemd[1]: modprobe@configfs.service: Deactivated successfully. -[ 16.611594] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. -[ 16.612061] systemd[1]: modprobe@drm.service: Deactivated successfully. -[ 16.612348] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. -[ 16.613291] systemd[1]: modprobe@fuse.service: Deactivated successfully. -[ 16.613579] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. -[ 16.615570] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... -[ 16.617143] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... -[ 16.618878] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... -[ 16.622640] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. -[ 16.622938] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. -[ 17.053533] systemd-journald[443]: Collecting audit messages is disabled. -[ 17.321721] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. -[ 17.468705] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. -[ 17.468897] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. -[ 17.469054] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. -[ 17.469211] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. -[ 17.469394] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. -[ 17.469851] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. -[ 17.470053] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. -[ 17.470207] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. -[ 17.501590] EXT4-fs (dm-1): re-mounted 8f69bbb5-3cdd-4b0b-97d0-f1c2541d8e83 r/w. -[ 17.503009] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. -[ 17.512527] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc -[ 17.512599] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore -[ 17.514491] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... -[ 17.514521] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki -[ 17.519814] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. -[ 17.600470] systemd[1]: Starting ifupdown2-pre.service - Helper to synchronize boot up for ifupdown... -[ 17.601911] systemd[1]: Starting systemd-udev-settle.service - Wait for udev To Complete Device Initialization... -[ 17.603323] systemd[1]: Started systemd-journald.service - Journal Service. -[ 17.746764] systemd-journald[443]: Received client request to flush runtime journal. -[ 18.632498] spl: loading out-of-tree module taints kernel. -[ 20.289638] zfs: module license 'CDDL' taints kernel. -[ 20.289646] Disabling lock debugging due to kernel taint -[ 20.289683] zfs: module license taints kernel. -[ 21.376243] ZFS: Loaded module v2.3.4-pve1, ZFS pool version 5000, ZFS filesystem version 5 -[ 22.517834] IPMI message handler: version 39.2 -[ 22.863567] ipmi device interface -[ 23.106205] ipmi_si: IPMI System Interface driver -[ 23.106245] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS -[ 23.106249] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 0 -[ 23.106253] ipmi_si: Adding SMBIOS-specified kcs state machine -[ 23.106395] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 0 -[ 23.198436] ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20) -[ 23.250467] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized -[ 23.416268] EDAC MC1: Giving out device to module i7core_edac.c controller i7 core #1: DEV 0000:fe:03.0 (INTERRUPT) -[ 23.416312] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:fe:03.0 (POLLED) -[ 23.416398] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (INTERRUPT) -[ 23.416416] EDAC PCI1: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED) -[ 23.416430] EDAC i7core: Driver loaded, 2 memory controller(s) found. -[ 23.846716] input: PC Speaker as /devices/platform/pcspkr/input/input10 -[ 23.860260] ipmi_ssif: IPMI SSIF Interface driver -[ 24.341903] bnx2 0000:01:00.1 nic1: renamed from eno2 -[ 24.342239] bnx2 0000:01:00.0 nic0: renamed from eno1 -[ 24.342571] bnx2 0000:02:00.1 nic3: renamed from eno4 -[ 24.342770] bnx2 0000:02:00.0 nic2: renamed from eno3 -[ 24.473859] bnx2 0000:04:00.1 nic5: renamed from enp4s0f1 -[ 24.474096] bnx2 0000:04:00.0 nic4: renamed from enp4s0f0 -[ 24.841346] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4) -[ 25.100844] mgag200 0000:06:03.0: vgaarb: deactivate vga console -[ 25.102030] Console: switching to colour dummy device 80x25 -[ 25.105074] mgag200 0000:06:03.0: [drm] Registered 1 planes with drm panic -[ 25.105078] [drm] Initialized mgag200 1.0.0 for 0000:06:03.0 on minor 0 -[ 25.106767] i2c i2c-0: sendbytes: NAK bailout. -[ 25.140474] i2c i2c-0: sendbytes: NAK bailout. -[ 25.141292] i2c i2c-0: sendbytes: NAK bailout. -[ 25.173537] i2c i2c-0: sendbytes: NAK bailout. -[ 25.239867] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 -[ 25.239871] [00] BAD 00 ff ff ff ff ff ff 00 04 69 fd 22 3c 5a 01 01 -[ 25.239873] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff -[ 25.239875] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff -[ 25.239876] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff -[ 25.239877] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff -[ 25.239879] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff -[ 25.239880] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff -[ 25.239881] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff -[ 25.241342] fbcon: mgag200drmfb (fb0) is primary device -[ 25.308016] Console: switching to colour frame buffer device 128x48 -[ 25.324433] CE: hpet increased min_delta_ns to 20115 nsec -[ 25.349486] CE: hpet increased min_delta_ns to 30172 nsec -[ 25.359963] mgag200 0000:06:03.0: [drm] fb0: mgag200drmfb frame buffer device -[ 25.375760] scsi 0:0:0:1: Wrong diagnostic page; asked for 1 got 8 -[ 25.375766] scsi 0:0:0:1: Failed to get diagnostic page 0x1 -[ 25.375771] scsi 0:0:0:1: Failed to bind enclosure -19 -[ 25.375810] ses 0:0:0:1: Attached Enclosure device -[ 25.408893] i2c i2c-0: sendbytes: NAK bailout. -[ 25.505883] i2c i2c-0: sendbytes: NAK bailout. -[ 25.537213] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 26.566371] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:8388604k -[ 26.584594] power_meter ACPI000D:00: Waiting for ACPI IPMI timeout -[ 26.587732] ACPI Error: AE_NOT_EXIST, Returned by Handler for [IPMI] (20250404/evregion-301) -[ 26.587744] ACPI Error: Region IPMI (ID=7) has no handler (20250404/exfldio-261) - -[ 26.587760] No Local Variables are initialized for Method [_GHL] - -[ 26.587764] No Arguments are initialized for method [_GHL] - -[ 26.587774] ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error (AE_NOT_EXIST) (20250404/psparse-529) -[ 26.588018] ACPI Error: Aborting method \_SB.PMI0._PMC due to previous error (AE_NOT_EXIST) (20250404/psparse-529) -[ 26.588251] ACPI: \_SB_.PMI0: _PMC evaluation failed: AE_NOT_EXIST -[ 26.604340] kvm_intel: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround -[ 30.581145] audit: type=1400 audit(1785100705.835:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=721 comm="apparmor_parser" -[ 30.581157] audit: type=1400 audit(1785100705.835:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=712 comm="apparmor_parser" -[ 30.581182] audit: type=1400 audit(1785100705.835:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=720 comm="apparmor_parser" -[ 30.581283] audit: type=1400 audit(1785100705.835:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=713 comm="apparmor_parser" -[ 30.581356] audit: type=1400 audit(1785100705.835:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="crun" pid=726 comm="apparmor_parser" -[ 30.581433] audit: type=1400 audit(1785100705.835:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=724 comm="apparmor_parser" -[ 30.581494] audit: type=1400 audit(1785100705.835:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=722 comm="apparmor_parser" -[ 30.581548] audit: type=1400 audit(1785100705.835:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=718 comm="apparmor_parser" -[ 30.581610] audit: type=1400 audit(1785100705.835:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=714 comm="apparmor_parser" -[ 30.581694] audit: type=1400 audit(1785100705.835:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=716 comm="apparmor_parser" -[ 36.056843] i2c i2c-0: sendbytes: NAK bailout. -[ 36.188159] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109 -[ 45.183313] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) -[ 45.183320] softdog: soft_reboot_cmd= soft_active_on_boot=0 -[ 45.435492] RPC: Registered named UNIX socket transport module. -[ 45.435497] RPC: Registered udp transport module. -[ 45.435499] RPC: Registered tcp transport module. -[ 45.435501] RPC: Registered tcp-with-tls transport module. -[ 45.435502] RPC: Registered tcp NFSv4.1 backchannel transport module. -[ 46.300014] i2c i2c-0: sendbytes: NAK bailout. -[ 46.394876] i2c i2c-0: sendbytes: NAK bailout. -[ 46.395404] i2c i2c-0: sendbytes: NAK bailout. -[ 46.426723] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 57.177011] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 57.284125] CE: hpet increased min_delta_ns to 45258 nsec -[ 58.000774] vmbr0: port 1(nic0) entered blocking state -[ 58.000781] vmbr0: port 1(nic0) entered disabled state -[ 58.000797] bnx2 0000:01:00.0 nic0: entered allmulticast mode -[ 58.000860] bnx2 0000:01:00.0 nic0: entered promiscuous mode -[ 58.269456] bnx2 0000:01:00.0 nic0: using MSIX -[ 58.273477] vmbr0: port 1(nic0) entered blocking state -[ 58.273483] vmbr0: port 1(nic0) entered forwarding state -[ 59.033494] vmbr0: port 1(nic0) entered disabled state -[ 59.381888] kauditd_printk_skb: 109 callbacks suppressed -[ 59.381894] audit: type=1400 audit(1785100734.636:121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1056 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 59.403316] audit: type=1400 audit(1785100734.657:122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none -[ 59.403323] audit: type=1400 audit(1785100734.657:123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none -[ 59.546246] audit: type=1400 audit(1785100734.800:124): apparmor="DENIED" operation="capable" class="cap" profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" capability=21 capname="sys_admin" -[ 59.546359] audit: type=1400 audit(1785100734.800:125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 61.487796] bnx2 0000:01:00.0 nic0: NIC Copper Link is Up, 1000 Mbps full duplex - -[ 61.487911] vmbr0: port 1(nic0) entered blocking state -[ 61.487918] vmbr0: port 1(nic0) entered forwarding state -[ 65.661839] audit: type=1400 audit(1785100740.916:126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 65.665262] audit: type=1400 audit(1785100740.919:127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 65.665272] audit: type=1400 audit(1785100740.919:128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 65.667330] audit: type=1400 audit(1785100740.921:129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 65.805308] audit: type=1400 audit(1785100741.059:130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 65.862266] bnx2 0000:02:00.1 nic3: using MSIX -[ 65.970171] 8021q: 802.1Q VLAN Support v1.8 -[ 65.984777] br-rr-mgmt: port 1(nic3.2) entered blocking state -[ 65.984787] br-rr-mgmt: port 1(nic3.2) entered disabled state -[ 65.984811] nic3.2: entered allmulticast mode -[ 65.984817] bnx2 0000:02:00.1 nic3: entered allmulticast mode -[ 65.984897] nic3.2: entered promiscuous mode -[ 65.984900] bnx2 0000:02:00.1 nic3: entered promiscuous mode -[ 66.064136] bnx2 0000:01:00.1 nic1: using MSIX -[ 66.064441] bond0: (slave nic1): Enslaving as a backup interface with a down link -[ 66.117133] bnx2 0000:02:00.0 nic2: using MSIX -[ 66.117451] bond0: (slave nic2): Enslaving as a backup interface with a down link -[ 66.134617] storagenet: port 1(bond0) entered blocking state -[ 66.134624] storagenet: port 1(bond0) entered disabled state -[ 66.134648] bond0: entered allmulticast mode -[ 66.134653] bnx2 0000:01:00.1 nic1: entered allmulticast mode -[ 66.134658] bnx2 0000:02:00.0 nic2: entered allmulticast mode -[ 66.134770] bond0: entered promiscuous mode -[ 66.134775] bnx2 0000:01:00.1 nic1: entered promiscuous mode -[ 66.134798] bnx2 0000:02:00.0 nic2: entered promiscuous mode -[ 66.142644] 8021q: adding VLAN 0 to HW filter on device bond0 -[ 67.507390] bnx2 0000:02:00.1 nic3: NIC Copper Link is Up, 100 Mbps full duplex -[ 67.507401] , receive & transmit flow control ON -[ 67.507589] br-rr-mgmt: port 1(nic3.2) entered blocking state -[ 67.507596] br-rr-mgmt: port 1(nic3.2) entered forwarding state -[ 67.800390] i2c i2c-0: sendbytes: NAK bailout. -[ 67.929685] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 68.457804] audit: type=1400 audit(1785100743.712:131): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=1213 comm="apparmor_parser" -[ 68.471215] audit: type=1400 audit(1785100743.725:132): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=1217 comm="apparmor_parser" -[ 68.501875] audit: type=1400 audit(1785100743.756:133): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=1221 comm="apparmor_parser" -[ 68.501886] audit: type=1400 audit(1785100743.756:134): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=1221 comm="apparmor_parser" -[ 68.501890] audit: type=1400 audit(1785100743.756:135): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=1221 comm="apparmor_parser" -[ 68.879918] bnx2 0000:02:00.0 nic2: NIC Copper Link is Up, 1000 Mbps full duplex - -[ 68.951766] bond0: (slave nic2): link status definitely up, 1000 Mbps full duplex -[ 68.951777] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond -[ 68.951787] bond0: active interface up! -[ 68.951827] storagenet: port 1(bond0) entered blocking state -[ 68.951834] storagenet: port 1(bond0) entered forwarding state -[ 69.463608] bnx2 0000:01:00.1 nic1: NIC Copper Link is Up, 1000 Mbps full duplex - -[ 69.471819] bond0: (slave nic1): link status definitely up, 1000 Mbps full duplex -[ 72.040900] CE: hpet increased min_delta_ns to 67887 nsec -[ 72.041346] CE: hpet increased min_delta_ns to 101830 nsec -[ 78.168208] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 88.576640] i2c i2c-0: sendbytes: NAK bailout. -[ 88.579221] i2c i2c-0: sendbytes: NAK bailout. -[ 88.703891] EDID has corrupt header -[ 90.599334] kvm_intel: L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details. -[ 99.325221] i2c i2c-0: sendbytes: NAK bailout. -[ 99.356801] i2c i2c-0: sendbytes: NAK bailout. -[ 99.449453] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 104.354488] netfs: FS-Cache loaded -[ 104.875757] NFS: Registering the id_resolver key type -[ 104.875768] Key type id_resolver registered -[ 104.875770] Key type id_legacy registered -[ 107.057301] tap601i0: entered promiscuous mode -[ 107.169505] vmbr0: port 2(fwpr601p0) entered blocking state -[ 107.169514] vmbr0: port 2(fwpr601p0) entered disabled state -[ 107.169543] fwpr601p0: entered allmulticast mode -[ 107.169622] fwpr601p0: entered promiscuous mode -[ 107.169699] vmbr0: port 2(fwpr601p0) entered blocking state -[ 107.169704] vmbr0: port 2(fwpr601p0) entered forwarding state -[ 107.186763] fwbr601i0: port 1(fwln601i0) entered blocking state -[ 107.186773] fwbr601i0: port 1(fwln601i0) entered disabled state -[ 107.186804] fwln601i0: entered allmulticast mode -[ 107.186892] fwln601i0: entered promiscuous mode -[ 107.186973] fwbr601i0: port 1(fwln601i0) entered blocking state -[ 107.186988] fwbr601i0: port 1(fwln601i0) entered forwarding state -[ 107.201087] fwbr601i0: port 2(tap601i0) entered blocking state -[ 107.201095] fwbr601i0: port 2(tap601i0) entered disabled state -[ 107.201110] tap601i0: entered allmulticast mode -[ 107.201232] fwbr601i0: port 2(tap601i0) entered blocking state -[ 107.201238] fwbr601i0: port 2(tap601i0) entered forwarding state -[ 109.561400] i2c i2c-0: sendbytes: NAK bailout. -[ 109.565667] i2c i2c-0: sendbytes: NAK bailout. -[ 109.658737] i2c i2c-0: sendbytes: NAK bailout. -[ 109.689818] EDID block 0 (tag 0x00) checksum is invalid, remainder is 137 -[ 112.737504] tap602i0: entered promiscuous mode -[ 112.826532] vmbr0: port 3(fwpr602p0) entered blocking state -[ 112.826540] vmbr0: port 3(fwpr602p0) entered disabled state -[ 112.826569] fwpr602p0: entered allmulticast mode -[ 112.826643] fwpr602p0: entered promiscuous mode -[ 112.826703] vmbr0: port 3(fwpr602p0) entered blocking state -[ 112.826708] vmbr0: port 3(fwpr602p0) entered forwarding state -[ 112.839129] fwbr602i0: port 1(fwln602i0) entered blocking state -[ 112.839136] fwbr602i0: port 1(fwln602i0) entered disabled state -[ 112.839162] fwln602i0: entered allmulticast mode -[ 112.839227] fwln602i0: entered promiscuous mode -[ 112.839309] fwbr602i0: port 1(fwln602i0) entered blocking state -[ 112.839314] fwbr602i0: port 1(fwln602i0) entered forwarding state -[ 112.851475] fwbr602i0: port 2(tap602i0) entered blocking state -[ 112.851482] fwbr602i0: port 2(tap602i0) entered disabled state -[ 112.851502] tap602i0: entered allmulticast mode -[ 112.851618] fwbr602i0: port 2(tap602i0) entered blocking state -[ 112.851623] fwbr602i0: port 2(tap602i0) entered forwarding state -[ 117.806211] tap603i0: entered promiscuous mode -[ 117.910899] vmbr0: port 4(fwpr603p0) entered blocking state -[ 117.910907] vmbr0: port 4(fwpr603p0) entered disabled state -[ 117.910937] fwpr603p0: entered allmulticast mode -[ 117.911009] fwpr603p0: entered promiscuous mode -[ 117.911050] vmbr0: port 4(fwpr603p0) entered blocking state -[ 117.911054] vmbr0: port 4(fwpr603p0) entered forwarding state -[ 117.926312] fwbr603i0: port 1(fwln603i0) entered blocking state -[ 117.926319] fwbr603i0: port 1(fwln603i0) entered disabled state -[ 117.926349] fwln603i0: entered allmulticast mode -[ 117.926418] fwln603i0: entered promiscuous mode -[ 117.926498] fwbr603i0: port 1(fwln603i0) entered blocking state -[ 117.926503] fwbr603i0: port 1(fwln603i0) entered forwarding state -[ 117.941464] fwbr603i0: port 2(tap603i0) entered blocking state -[ 117.941472] fwbr603i0: port 2(tap603i0) entered disabled state -[ 117.941494] tap603i0: entered allmulticast mode -[ 117.941631] fwbr603i0: port 2(tap603i0) entered blocking state -[ 117.941636] fwbr603i0: port 2(tap603i0) entered forwarding state -[ 120.440606] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 -[ 131.190350] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 -[ 141.817203] i2c i2c-0: sendbytes: NAK bailout. -[ 141.817750] i2c i2c-0: sendbytes: NAK bailout. -[ 141.944074] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 152.633482] i2c i2c-0: sendbytes: NAK bailout. -[ 152.695485] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 163.446242] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 -[ 173.559697] i2c i2c-0: sendbytes: NAK bailout. -[ 173.594484] i2c i2c-0: sendbytes: NAK bailout. -[ 173.687203] EDID block 0 (tag 0x00) checksum is invalid, remainder is 94 -[ 184.376642] i2c i2c-0: sendbytes: NAK bailout. -[ 184.438197] EDID block 0 (tag 0x00) checksum is invalid, remainder is 174 -[ 195.066422] i2c i2c-0: sendbytes: NAK bailout. -[ 195.190360] EDID block 0 (tag 0x00) checksum is invalid, remainder is 246 -[ 205.815159] i2c i2c-0: sendbytes: NAK bailout. -[ 205.941406] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 216.059151] i2c i2c-0: sendbytes: NAK bailout. -[ 216.090815] i2c i2c-0: sendbytes: NAK bailout. -[ 216.183695] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177 -[ 226.839601] i2c i2c-0: sendbytes: NAK bailout. -[ 226.932038] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 237.559952] i2c i2c-0: sendbytes: NAK bailout. -[ 237.621999] i2c i2c-0: sendbytes: NAK bailout. -[ 237.683540] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 247.797882] i2c i2c-0: sendbytes: NAK bailout. -[ 247.830362] i2c i2c-0: sendbytes: NAK bailout. -[ 247.922767] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 258.611949] i2c i2c-0: sendbytes: NAK bailout. -[ 258.673492] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 269.424119] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 -[ 280.049282] i2c i2c-0: sendbytes: NAK bailout. -[ 280.049814] i2c i2c-0: sendbytes: NAK bailout. -[ 280.084900] i2c i2c-0: sendbytes: NAK bailout. -[ 280.177910] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 290.928522] EDID block 0 (tag 0x00) checksum is invalid, remainder is 153 -[ 301.553797] i2c i2c-0: sendbytes: NAK bailout. -[ 301.558031] i2c i2c-0: sendbytes: NAK bailout. -[ 301.558554] i2c i2c-0: sendbytes: NAK bailout. -[ 301.589836] i2c i2c-0: sendbytes: NAK bailout. -[ 301.621143] i2c i2c-0: sendbytes: NAK bailout. -[ 301.621669] i2c i2c-0: sendbytes: NAK bailout. -[ 301.683512] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 307.123233] kauditd_printk_skb: 1 callbacks suppressed -[ 307.123240] audit: type=1400 audit(1785100982.608:137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 307.125330] audit: type=1400 audit(1785100982.610:138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 307.174234] audit: type=1400 audit(1785100982.659:139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 312.439831] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 -[ 323.056977] i2c i2c-0: sendbytes: NAK bailout. -[ 323.059741] i2c i2c-0: sendbytes: NAK bailout. -[ 323.190577] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120 -[ 333.946573] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 344.562343] i2c i2c-0: sendbytes: NAK bailout. -[ 344.595972] i2c i2c-0: sendbytes: NAK bailout. -[ 344.692212] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 355.448706] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 -[ 366.196633] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 376.815896] i2c i2c-0: sendbytes: NAK bailout. -[ 376.942165] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48 -[ 387.566660] i2c i2c-0: sendbytes: NAK bailout. -[ 387.608581] i2c i2c-0: sendbytes: NAK bailout. -[ 387.646983] i2c i2c-0: sendbytes: NAK bailout. -[ 387.685338] i2c i2c-0: sendbytes: NAK bailout. -[ 387.722681] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 398.320186] i2c i2c-0: sendbytes: NAK bailout. -[ 398.322847] i2c i2c-0: sendbytes: NAK bailout. -[ 398.420266] i2c i2c-0: sendbytes: NAK bailout. -[ 398.452687] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 409.072698] i2c i2c-0: sendbytes: NAK bailout. -[ 409.198439] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 -[ 419.823303] i2c i2c-0: sendbytes: NAK bailout. -[ 419.825164] i2c i2c-0: sendbytes: NAK bailout. -[ 419.950059] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 430.186609] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 440.813478] i2c i2c-0: sendbytes: NAK bailout. -[ 440.939336] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 451.598552] i2c i2c-0: sendbytes: NAK bailout. -[ 451.691144] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 461.929940] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109 -[ 472.043778] i2c i2c-0: sendbytes: NAK bailout. -[ 472.046677] i2c i2c-0: sendbytes: NAK bailout. -[ 472.078991] i2c i2c-0: sendbytes: NAK bailout. -[ 472.079512] i2c i2c-0: sendbytes: NAK bailout. -[ 472.172332] EDID block 0 (tag 0x00) checksum is invalid, remainder is 144 -[ 482.794776] i2c i2c-0: sendbytes: NAK bailout. -[ 482.921930] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 -[ 488.490084] bnx2 0000:04:00.0: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update -[ 488.616383] bnx2 0000:04:00.1: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update +[87814.067939] i2c i2c-0: sendbytes: NAK bailout. +[87814.098718] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[87824.212941] i2c i2c-0: sendbytes: NAK bailout. +[87824.336907] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[87834.576651] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[87844.816078] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[87855.055429] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[87865.170017] i2c i2c-0: sendbytes: NAK bailout. +[87865.204305] i2c i2c-0: sendbytes: NAK bailout. +[87865.204832] i2c i2c-0: sendbytes: NAK bailout. +[87865.236085] i2c i2c-0: sendbytes: NAK bailout. +[87865.297585] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[87875.534407] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[87885.774273] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176 +[87896.013766] EDID block 0 (tag 0x00) checksum is invalid, remainder is 90 +[87906.127340] i2c i2c-0: sendbytes: NAK bailout. +[87906.161700] i2c i2c-0: sendbytes: NAK bailout. +[87906.254770] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[87916.370376] i2c i2c-0: sendbytes: NAK bailout. +[87916.493992] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[87926.609986] i2c i2c-0: sendbytes: NAK bailout. +[87926.733410] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[87936.847215] i2c i2c-0: sendbytes: NAK bailout. +[87936.848787] i2c i2c-0: sendbytes: NAK bailout. +[87936.912479] i2c i2c-0: sendbytes: NAK bailout. +[87936.974236] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[87947.181994] i2c i2c-0: sendbytes: NAK bailout. +[87947.212783] EDID block 0 (tag 0x00) checksum is invalid, remainder is 26 +[87957.451810] EDID block 0 (tag 0x00) checksum is invalid, remainder is 46 +[87967.566625] i2c i2c-0: sendbytes: NAK bailout. +[87967.661768] i2c i2c-0: sendbytes: NAK bailout. +[87967.692615] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[87977.931641] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176 +[87988.109716] i2c i2c-0: sendbytes: NAK bailout. +[87988.171275] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179 +[87997.354382] audit: type=1400 audit(1785192358.545:1132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87997.356494] audit: type=1400 audit(1785192358.547:1133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87997.396109] audit: type=1400 audit(1785192358.586:1134): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87998.287382] i2c i2c-0: sendbytes: NAK bailout. +[87998.288206] i2c i2c-0: sendbytes: NAK bailout. +[87998.412819] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88008.524382] i2c i2c-0: sendbytes: NAK bailout. +[88008.588753] i2c i2c-0: sendbytes: NAK bailout. +[88008.650553] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88018.888976] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[88029.003860] i2c i2c-0: sendbytes: NAK bailout. +[88029.005422] i2c i2c-0: sendbytes: NAK bailout. +[88029.129862] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88039.243462] i2c i2c-0: sendbytes: NAK bailout. +[88039.246044] i2c i2c-0: sendbytes: NAK bailout. +[88039.246565] i2c i2c-0: sendbytes: NAK bailout. +[88039.369840] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88049.485813] i2c i2c-0: sendbytes: NAK bailout. +[88049.547811] i2c i2c-0: sendbytes: NAK bailout. +[88049.609359] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16 +[88059.847313] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[88069.960913] i2c i2c-0: sendbytes: NAK bailout. +[88070.057039] i2c i2c-0: sendbytes: NAK bailout. +[88070.087796] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88080.201871] i2c i2c-0: sendbytes: NAK bailout. +[88080.327169] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88090.535424] i2c i2c-0: sendbytes: NAK bailout. +[88090.566178] EDID block 0 (tag 0x00) checksum is invalid, remainder is 202 +[88100.679712] i2c i2c-0: sendbytes: NAK bailout. +[88100.683693] i2c i2c-0: sendbytes: NAK bailout. +[88100.777135] i2c i2c-0: sendbytes: NAK bailout. +[88100.808188] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88110.919309] i2c i2c-0: sendbytes: NAK bailout. +[88111.045907] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88121.285024] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88131.401582] i2c i2c-0: sendbytes: NAK bailout. +[88131.403429] i2c i2c-0: sendbytes: NAK bailout. +[88131.527682] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88141.639170] i2c i2c-0: sendbytes: NAK bailout. +[88141.639704] i2c i2c-0: sendbytes: NAK bailout. +[88141.703792] i2c i2c-0: sendbytes: NAK bailout. +[88141.765609] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88151.913468] i2c i2c-0: sendbytes: NAK bailout. +[88151.913992] i2c i2c-0: sendbytes: NAK bailout. +[88151.914517] i2c i2c-0: sendbytes: NAK bailout. +[88152.007834] EDID has corrupt header +[88162.243302] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[88172.359844] i2c i2c-0: sendbytes: NAK bailout. +[88172.361984] i2c i2c-0: sendbytes: NAK bailout. +[88172.362506] i2c i2c-0: sendbytes: NAK bailout. +[88172.363028] i2c i2c-0: sendbytes: NAK bailout. +[88172.486816] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10 +[88182.598623] i2c i2c-0: sendbytes: NAK bailout. +[88182.599150] i2c i2c-0: sendbytes: NAK bailout. +[88182.600991] i2c i2c-0: sendbytes: NAK bailout. +[88182.632582] i2c i2c-0: sendbytes: NAK bailout. +[88182.663842] i2c i2c-0: sendbytes: NAK bailout. +[88182.725665] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88192.839837] i2c i2c-0: sendbytes: NAK bailout. +[88192.871450] i2c i2c-0: sendbytes: NAK bailout. +[88192.963952] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20 +[88203.201978] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88213.317668] i2c i2c-0: sendbytes: NAK bailout. +[88213.442191] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88223.620089] i2c i2c-0: sendbytes: NAK bailout. +[88223.681668] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88233.795846] i2c i2c-0: sendbytes: NAK bailout. +[88233.921278] EDID block 0 (tag 0x00) checksum is invalid, remainder is 196 +[88244.129465] i2c i2c-0: sendbytes: NAK bailout. +[88244.160516] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88254.274725] i2c i2c-0: sendbytes: NAK bailout. +[88254.339078] i2c i2c-0: sendbytes: NAK bailout. +[88254.400859] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88264.517355] i2c i2c-0: sendbytes: NAK bailout. +[88264.640595] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88274.755544] i2c i2c-0: sendbytes: NAK bailout. +[88274.880403] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88277.995340] audit: type=1400 audit(1785192639.197:1135): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88277.996465] audit: type=1400 audit(1785192639.198:1136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88278.036847] audit: type=1400 audit(1785192639.238:1137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88285.088371] i2c i2c-0: sendbytes: NAK bailout. +[88285.119147] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88295.357978] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88305.474057] i2c i2c-0: sendbytes: NAK bailout. +[88305.598195] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88315.713314] i2c i2c-0: sendbytes: NAK bailout. +[88315.747230] i2c i2c-0: sendbytes: NAK bailout. +[88315.839814] EDID has corrupt header +[88325.952919] i2c i2c-0: sendbytes: NAK bailout. +[88325.986514] i2c i2c-0: sendbytes: NAK bailout. +[88326.078752] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88336.192542] i2c i2c-0: sendbytes: NAK bailout. +[88336.194098] i2c i2c-0: sendbytes: NAK bailout. +[88336.317518] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88346.464258] i2c i2c-0: sendbytes: NAK bailout. +[88346.526669] i2c i2c-0: sendbytes: NAK bailout. +[88346.557515] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88356.795718] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88366.911623] i2c i2c-0: sendbytes: NAK bailout. +[88366.944058] i2c i2c-0: sendbytes: NAK bailout. +[88366.944581] i2c i2c-0: sendbytes: NAK bailout. +[88367.037506] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88377.244495] i2c i2c-0: sendbytes: NAK bailout. +[88377.275556] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88387.514353] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88397.663195] i2c i2c-0: sendbytes: NAK bailout. +[88397.725808] i2c i2c-0: sendbytes: NAK bailout. +[88397.756626] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[88407.993978] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88418.141667] i2c i2c-0: sendbytes: NAK bailout. +[88418.172967] i2c i2c-0: sendbytes: NAK bailout. +[88418.204803] i2c i2c-0: sendbytes: NAK bailout. +[88418.235559] EDID block 0 (tag 0x00) checksum is invalid, remainder is 4 +[88428.348879] i2c i2c-0: sendbytes: NAK bailout. +[88428.382467] i2c i2c-0: sendbytes: NAK bailout. +[88428.474698] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[88438.712737] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[88448.830444] i2c i2c-0: sendbytes: NAK bailout. +[88448.954135] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88459.191186] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88469.306328] i2c i2c-0: sendbytes: NAK bailout. +[88469.402212] i2c i2c-0: sendbytes: NAK bailout. +[88469.432979] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88479.546916] i2c i2c-0: sendbytes: NAK bailout. +[88479.671448] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[88489.911435] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88500.150297] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88510.264614] i2c i2c-0: sendbytes: NAK bailout. +[88510.391730] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88520.505639] i2c i2c-0: sendbytes: NAK bailout. +[88520.538237] i2c i2c-0: sendbytes: NAK bailout. +[88520.631121] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88530.777849] i2c i2c-0: sendbytes: NAK bailout. +[88530.870515] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121 +[88540.984787] i2c i2c-0: sendbytes: NAK bailout. +[88541.017397] i2c i2c-0: sendbytes: NAK bailout. +[88541.109892] EDID block 0 (tag 0x00) checksum is invalid, remainder is 248 +[88551.224101] i2c i2c-0: sendbytes: NAK bailout. +[88551.225658] i2c i2c-0: sendbytes: NAK bailout. +[88551.226181] i2c i2c-0: sendbytes: NAK bailout. +[88551.257481] i2c i2c-0: sendbytes: NAK bailout. +[88551.349845] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88561.588700] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88568.868488] audit: type=1400 audit(1785192930.081:1138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88568.870500] audit: type=1400 audit(1785192930.083:1139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88568.909348] audit: type=1400 audit(1785192930.122:1140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88571.827129] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 +[88581.975253] i2c i2c-0: sendbytes: NAK bailout. +[88582.067761] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88592.276042] i2c i2c-0: sendbytes: NAK bailout. +[88592.276566] i2c i2c-0: sendbytes: NAK bailout. +[88592.307621] EDID block 0 (tag 0x00) checksum is invalid, remainder is 46 +[88602.515904] i2c i2c-0: sendbytes: NAK bailout. +[88602.546959] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88612.695341] i2c i2c-0: sendbytes: NAK bailout. +[88612.787869] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88622.899192] i2c i2c-0: sendbytes: NAK bailout. +[88622.934152] i2c i2c-0: sendbytes: NAK bailout. +[88623.026455] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88633.266041] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88643.379454] i2c i2c-0: sendbytes: NAK bailout. +[88643.504873] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88653.743818] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88663.858594] i2c i2c-0: sendbytes: NAK bailout. +[88663.862241] i2c i2c-0: sendbytes: NAK bailout. +[88663.893601] i2c i2c-0: sendbytes: NAK bailout. +[88663.894133] i2c i2c-0: sendbytes: NAK bailout. +[88663.986653] EDID block 0 (tag 0x00) checksum is invalid, remainder is 122 +[88674.099235] i2c i2c-0: sendbytes: NAK bailout. +[88674.224195] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88684.432104] i2c i2c-0: sendbytes: NAK bailout. +[88684.432922] i2c i2c-0: sendbytes: NAK bailout. +[88684.463705] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88694.702224] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88704.818067] i2c i2c-0: sendbytes: NAK bailout. +[88704.850724] i2c i2c-0: sendbytes: NAK bailout. +[88704.943276] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88715.055592] i2c i2c-0: sendbytes: NAK bailout. +[88715.059531] i2c i2c-0: sendbytes: NAK bailout. +[88715.060052] i2c i2c-0: sendbytes: NAK bailout. +[88715.122305] i2c i2c-0: sendbytes: NAK bailout. +[88715.122826] i2c i2c-0: sendbytes: NAK bailout. +[88715.184573] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88725.360720] i2c i2c-0: sendbytes: NAK bailout. +[88725.422185] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88735.535772] i2c i2c-0: sendbytes: NAK bailout. +[88735.537368] i2c i2c-0: sendbytes: NAK bailout. +[88735.539970] i2c i2c-0: sendbytes: NAK bailout. +[88735.663184] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88745.900702] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88756.047943] i2c i2c-0: sendbytes: NAK bailout. +[88756.079332] i2c i2c-0: sendbytes: NAK bailout. +[88756.141205] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88766.380909] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88776.620020] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88786.736193] i2c i2c-0: sendbytes: NAK bailout. +[88786.859101] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88797.098283] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88807.214652] i2c i2c-0: sendbytes: NAK bailout. +[88807.215189] i2c i2c-0: sendbytes: NAK bailout. +[88807.278549] i2c i2c-0: sendbytes: NAK bailout. +[88807.340012] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[88817.578674] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88827.626893] audit: type=1400 audit(1785193188.850:1141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88827.629001] audit: type=1400 audit(1785193188.852:1142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88827.668212] audit: type=1400 audit(1785193188.891:1143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88827.725009] i2c i2c-0: sendbytes: NAK bailout. +[88827.818510] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88837.934157] i2c i2c-0: sendbytes: NAK bailout. +[88838.057777] EDID has corrupt header +[88848.297041] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88858.412635] i2c i2c-0: sendbytes: NAK bailout. +[88858.536679] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88868.776810] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88878.892274] i2c i2c-0: sendbytes: NAK bailout. +[88878.923565] i2c i2c-0: sendbytes: NAK bailout. +[88878.985544] i2c i2c-0: sendbytes: NAK bailout. +[88879.016316] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88889.129740] i2c i2c-0: sendbytes: NAK bailout. +[88889.255769] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88899.494170] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88909.609078] i2c i2c-0: sendbytes: NAK bailout. +[88909.734922] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192 +[88919.847555] i2c i2c-0: sendbytes: NAK bailout. +[88919.882634] i2c i2c-0: sendbytes: NAK bailout. +[88919.913945] i2c i2c-0: sendbytes: NAK bailout. +[88919.914469] i2c i2c-0: sendbytes: NAK bailout. +[88919.975940] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88930.091876] i2c i2c-0: sendbytes: NAK bailout. +[88930.184591] i2c i2c-0: sendbytes: NAK bailout. +[88930.215342] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88940.326734] i2c i2c-0: sendbytes: NAK bailout. +[88940.453395] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88950.692251] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88960.932018] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88971.051306] i2c i2c-0: sendbytes: NAK bailout. +[88971.082908] i2c i2c-0: sendbytes: NAK bailout. +[88971.175673] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[88981.411294] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119 +[88991.528124] i2c i2c-0: sendbytes: NAK bailout. +[88991.528651] i2c i2c-0: sendbytes: NAK bailout. +[88991.651888] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89001.890766] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89012.003926] i2c i2c-0: sendbytes: NAK bailout. +[89012.007566] i2c i2c-0: sendbytes: NAK bailout. +[89012.038827] i2c i2c-0: sendbytes: NAK bailout. +[89012.131317] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89022.244573] i2c i2c-0: sendbytes: NAK bailout. +[89022.247251] i2c i2c-0: sendbytes: NAK bailout. +[89022.370900] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89032.609528] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89042.726474] i2c i2c-0: sendbytes: NAK bailout. +[89042.850168] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[89053.087972] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77 +[89063.236358] i2c i2c-0: sendbytes: NAK bailout. +[89063.298330] i2c i2c-0: sendbytes: NAK bailout. +[89063.329072] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89069.487155] audit: type=1400 audit(1785193430.719:1144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89069.489241] audit: type=1400 audit(1785193430.722:1145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89069.529319] audit: type=1400 audit(1785193430.762:1146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89073.475883] i2c i2c-0: sendbytes: NAK bailout. +[89073.568795] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89083.807936] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89094.047689] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89104.160302] i2c i2c-0: sendbytes: NAK bailout. +[89104.286638] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89114.526809] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89124.642911] i2c i2c-0: sendbytes: NAK bailout. +[89124.766254] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89135.006423] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89145.213969] i2c i2c-0: sendbytes: NAK bailout. +[89145.244741] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89155.342908] mce: [Hardware Error]: Machine check events logged +[89155.342950] EDAC MC0: 2 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[89155.359636] i2c i2c-0: sendbytes: NAK bailout. +[89155.362211] i2c i2c-0: sendbytes: NAK bailout. +[89155.424505] i2c i2c-0: sendbytes: NAK bailout. +[89155.485978] EDID block 0 (tag 0x00) checksum is invalid, remainder is 98 +[89165.723498] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89175.963173] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89186.078454] i2c i2c-0: sendbytes: NAK bailout. +[89186.080031] i2c i2c-0: sendbytes: NAK bailout. +[89186.204988] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89196.316685] i2c i2c-0: sendbytes: NAK bailout. +[89196.444112] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89206.557381] i2c i2c-0: sendbytes: NAK bailout. +[89206.558952] i2c i2c-0: sendbytes: NAK bailout. +[89206.683404] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89216.922659] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89227.161605] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89237.371163] i2c i2c-0: sendbytes: NAK bailout. +[89237.402008] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89247.610615] i2c i2c-0: sendbytes: NAK bailout. +[89247.641399] EDID block 0 (tag 0x00) checksum is invalid, remainder is 210 +[89257.757361] i2c i2c-0: sendbytes: NAK bailout. +[89257.880604] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89268.089550] i2c i2c-0: sendbytes: NAK bailout. +[89268.120309] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113 +[89278.359713] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89288.600025] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89298.713650] i2c i2c-0: sendbytes: NAK bailout. +[89298.780336] i2c i2c-0: sendbytes: NAK bailout. +[89298.842004] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89309.078923] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89319.196148] i2c i2c-0: sendbytes: NAK bailout. +[89319.319509] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89329.435155] i2c i2c-0: sendbytes: NAK bailout. +[89329.466743] i2c i2c-0: sendbytes: NAK bailout. +[89329.559218] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179 +[89332.202019] audit: type=1400 audit(1785193693.445:1147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89332.204073] audit: type=1400 audit(1785193693.447:1148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89332.244552] audit: type=1400 audit(1785193693.487:1149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89339.736306] i2c i2c-0: sendbytes: NAK bailout. +[89339.736831] i2c i2c-0: sendbytes: NAK bailout. +[89339.798920] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89350.037457] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89360.215197] i2c i2c-0: sendbytes: NAK bailout. +[89360.276793] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89370.515746] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[89380.632523] i2c i2c-0: sendbytes: NAK bailout. +[89380.695558] i2c i2c-0: sendbytes: NAK bailout. +[89380.757332] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89390.869057] i2c i2c-0: sendbytes: NAK bailout. +[89390.869595] i2c i2c-0: sendbytes: NAK bailout. +[89390.872215] i2c i2c-0: sendbytes: NAK bailout. +[89390.935954] i2c i2c-0: sendbytes: NAK bailout. +[89390.997837] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89401.234472] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109 +[89411.414109] i2c i2c-0: sendbytes: NAK bailout. +[89411.414638] i2c i2c-0: sendbytes: NAK bailout. +[89411.476216] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113 +[89421.591108] i2c i2c-0: sendbytes: NAK bailout. +[89421.623754] i2c i2c-0: sendbytes: NAK bailout. +[89421.716407] EDID has corrupt header +[89431.830547] i2c i2c-0: sendbytes: NAK bailout. +[89431.892702] i2c i2c-0: sendbytes: NAK bailout. +[89431.893230] i2c i2c-0: sendbytes: NAK bailout. +[89431.955103] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89442.193229] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89452.309021] i2c i2c-0: sendbytes: NAK bailout. +[89452.433682] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89462.547292] i2c i2c-0: sendbytes: NAK bailout. +[89462.580626] i2c i2c-0: sendbytes: NAK bailout. +[89462.672852] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89472.820231] i2c i2c-0: sendbytes: NAK bailout. +[89472.882195] i2c i2c-0: sendbytes: NAK bailout. +[89472.913254] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89483.060149] i2c i2c-0: sendbytes: NAK bailout. +[89483.152355] EDID block 0 (tag 0x00) checksum is invalid, remainder is 86 +[89493.268137] i2c i2c-0: sendbytes: NAK bailout. +[89493.391386] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89503.539335] i2c i2c-0: sendbytes: NAK bailout. +[89503.631537] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89513.870385] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89524.110440] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89534.257244] i2c i2c-0: sendbytes: NAK bailout. +[89534.319242] i2c i2c-0: sendbytes: NAK bailout. +[89534.350000] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89544.592209] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89554.767455] i2c i2c-0: sendbytes: NAK bailout. +[89554.828935] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[89565.068042] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89568.213013] audit: type=1400 audit(1785193929.465:1150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89568.215053] audit: type=1400 audit(1785193929.467:1151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89568.256696] audit: type=1400 audit(1785193929.509:1152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89575.215987] i2c i2c-0: sendbytes: NAK bailout. +[89575.308351] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89585.547524] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89595.788406] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89605.903279] i2c i2c-0: sendbytes: NAK bailout. +[89605.966272] i2c i2c-0: sendbytes: NAK bailout. +[89606.028028] EDID has corrupt header +[89616.205304] i2c i2c-0: sendbytes: NAK bailout. +[89616.267290] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89626.445031] i2c i2c-0: sendbytes: NAK bailout. +[89626.506819] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89636.745212] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89646.954834] i2c i2c-0: sendbytes: NAK bailout. +[89646.955360] i2c i2c-0: sendbytes: NAK bailout. +[89646.986405] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89657.100681] i2c i2c-0: sendbytes: NAK bailout. +[89657.195151] i2c i2c-0: sendbytes: NAK bailout. +[89657.226257] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89667.340280] i2c i2c-0: sendbytes: NAK bailout. +[89667.373813] i2c i2c-0: sendbytes: NAK bailout. +[89667.466156] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89677.581196] i2c i2c-0: sendbytes: NAK bailout. +[89677.704083] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48 +[89687.817380] i2c i2c-0: sendbytes: NAK bailout. +[89687.818968] i2c i2c-0: sendbytes: NAK bailout. +[89687.822130] i2c i2c-0: sendbytes: NAK bailout. +[89687.822651] i2c i2c-0: sendbytes: NAK bailout. +[89687.946048] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89698.183141] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89708.299040] i2c i2c-0: sendbytes: NAK bailout. +[89708.424097] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89718.601723] i2c i2c-0: sendbytes: NAK bailout. +[89718.663525] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89728.778119] i2c i2c-0: sendbytes: NAK bailout. +[89728.903649] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89739.141726] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[89749.258101] i2c i2c-0: sendbytes: NAK bailout. +[89749.351151] i2c i2c-0: sendbytes: NAK bailout. +[89749.382215] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89759.559585] i2c i2c-0: sendbytes: NAK bailout. +[89759.621061] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89769.799427] i2c i2c-0: sendbytes: NAK bailout. +[89769.861475] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89780.100558] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 +[89790.339440] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89800.454064] i2c i2c-0: sendbytes: NAK bailout. +[89800.454598] i2c i2c-0: sendbytes: NAK bailout. +[89800.518970] i2c i2c-0: sendbytes: NAK bailout. +[89800.581054] EDID block 0 (tag 0x00) checksum is invalid, remainder is 122 +[89810.693944] i2c i2c-0: sendbytes: NAK bailout. +[89810.819859] EDID block 0 (tag 0x00) checksum is invalid, remainder is 164 +[89821.058263] EDID block 0 (tag 0x00) checksum is invalid, remainder is 144 +[89831.206655] i2c i2c-0: sendbytes: NAK bailout. +[89831.207180] i2c i2c-0: sendbytes: NAK bailout. +[89831.299838] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89841.508403] i2c i2c-0: sendbytes: NAK bailout. +[89841.539194] EDID block 0 (tag 0x00) checksum is invalid, remainder is 196 +[89851.650962] i2c i2c-0: sendbytes: NAK bailout. +[89851.655191] i2c i2c-0: sendbytes: NAK bailout. +[89851.655718] i2c i2c-0: sendbytes: NAK bailout. +[89851.779059] EDID block 0 (tag 0x00) checksum is invalid, remainder is 0 +[89859.970224] audit: type=1400 audit(1785194221.234:1153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89859.972378] audit: type=1400 audit(1785194221.236:1154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89860.011880] audit: type=1400 audit(1785194221.275:1155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89861.891616] i2c i2c-0: sendbytes: NAK bailout. +[89862.016662] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8 +[89872.132580] i2c i2c-0: sendbytes: NAK bailout. +[89872.195945] i2c i2c-0: sendbytes: NAK bailout. +[89872.197069] i2c i2c-0: sendbytes: NAK bailout. +[89872.258564] EDID block 0 (tag 0x00) checksum is invalid, remainder is 74 +[89882.496044] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89892.610445] i2c i2c-0: sendbytes: NAK bailout. +[89892.644052] i2c i2c-0: sendbytes: NAK bailout. +[89892.736524] EDID has corrupt header +[89902.848944] i2c i2c-0: sendbytes: NAK bailout. +[89902.851556] i2c i2c-0: sendbytes: NAK bailout. +[89902.975766] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89913.214063] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89923.328142] i2c i2c-0: sendbytes: NAK bailout. +[89923.329731] i2c i2c-0: sendbytes: NAK bailout. +[89923.455635] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89933.569392] i2c i2c-0: sendbytes: NAK bailout. +[89933.694951] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89943.810740] i2c i2c-0: sendbytes: NAK bailout. +[89943.933918] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89954.172780] EDID block 0 (tag 0x00) checksum is invalid, remainder is 46 +[89964.289233] i2c i2c-0: sendbytes: NAK bailout. +[89964.291075] i2c i2c-0: sendbytes: NAK bailout. +[89964.414911] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89974.528230] i2c i2c-0: sendbytes: NAK bailout. +[89974.528761] i2c i2c-0: sendbytes: NAK bailout. +[89974.652955] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89984.891544] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[89995.131454] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90005.245974] i2c i2c-0: sendbytes: NAK bailout. +[90005.248848] i2c i2c-0: sendbytes: NAK bailout. +[90005.372624] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90015.519239] i2c i2c-0: sendbytes: NAK bailout. +[90015.612037] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90025.789933] i2c i2c-0: sendbytes: NAK bailout. +[90025.851505] EDID block 0 (tag 0x00) checksum is invalid, remainder is 86 +[90035.967140] i2c i2c-0: sendbytes: NAK bailout. +[90036.090354] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90046.237463] i2c i2c-0: sendbytes: NAK bailout. +[90046.269020] i2c i2c-0: sendbytes: NAK bailout. +[90046.330707] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[90056.443991] i2c i2c-0: sendbytes: NAK bailout. +[90056.569358] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90066.808770] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120 +[90076.987026] i2c i2c-0: sendbytes: NAK bailout. +[90077.048494] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90087.165243] i2c i2c-0: sendbytes: NAK bailout. +[90087.290855] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90097.404421] i2c i2c-0: sendbytes: NAK bailout. +[90097.527550] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120 +[90107.640902] i2c i2c-0: sendbytes: NAK bailout. +[90107.737506] i2c i2c-0: sendbytes: NAK bailout. +[90107.768615] EDID block 0 (tag 0x00) checksum is invalid, remainder is 194 +[90117.882590] i2c i2c-0: sendbytes: NAK bailout. +[90117.884740] i2c i2c-0: sendbytes: NAK bailout. +[90117.946733] i2c i2c-0: sendbytes: NAK bailout. +[90118.008211] EDID block 0 (tag 0x00) checksum is invalid, remainder is 175 +[90128.246149] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90135.278540] audit: type=1400 audit(1785194496.553:1156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90135.280530] audit: type=1400 audit(1785194496.555:1157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90135.321633] audit: type=1400 audit(1785194496.596:1158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90138.360756] i2c i2c-0: sendbytes: NAK bailout. +[90138.485806] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[90148.695057] i2c i2c-0: sendbytes: NAK bailout. +[90148.725920] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90158.838902] i2c i2c-0: sendbytes: NAK bailout. +[90158.904436] i2c i2c-0: sendbytes: NAK bailout. +[90158.935746] i2c i2c-0: sendbytes: NAK bailout. +[90158.966857] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90169.204349] EDID has corrupt header +[90179.321791] i2c i2c-0: sendbytes: NAK bailout. +[90179.444724] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90189.684772] EDID has corrupt header +[90199.799381] i2c i2c-0: sendbytes: NAK bailout. +[90199.923349] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90210.163083] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90220.278591] i2c i2c-0: sendbytes: NAK bailout. +[90220.279122] i2c i2c-0: sendbytes: NAK bailout. +[90220.311565] i2c i2c-0: sendbytes: NAK bailout. +[90220.403786] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90230.521067] i2c i2c-0: sendbytes: NAK bailout. +[90230.583321] i2c i2c-0: sendbytes: NAK bailout. +[90230.583847] i2c i2c-0: sendbytes: NAK bailout. +[90230.645667] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192 +[90240.759088] i2c i2c-0: sendbytes: NAK bailout. +[90240.790353] i2c i2c-0: sendbytes: NAK bailout. +[90240.882588] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90250.995281] i2c i2c-0: sendbytes: NAK bailout. +[90250.999216] i2c i2c-0: sendbytes: NAK bailout. +[90250.999737] i2c i2c-0: sendbytes: NAK bailout. +[90251.000257] i2c i2c-0: sendbytes: NAK bailout. +[90251.123464] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90261.235944] i2c i2c-0: sendbytes: NAK bailout. +[90261.237496] i2c i2c-0: sendbytes: NAK bailout. +[90261.239045] i2c i2c-0: sendbytes: NAK bailout. +[90261.361960] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90271.601104] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176 +[90281.715142] i2c i2c-0: sendbytes: NAK bailout. +[90281.716991] i2c i2c-0: sendbytes: NAK bailout. +[90281.811085] i2c i2c-0: sendbytes: NAK bailout. +[90281.841847] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90291.956345] i2c i2c-0: sendbytes: NAK bailout. +[90291.956869] i2c i2c-0: sendbytes: NAK bailout. +[90292.081705] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90302.290255] i2c i2c-0: sendbytes: NAK bailout. +[90302.321128] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120 +[90312.559652] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90322.673511] i2c i2c-0: sendbytes: NAK bailout. +[90322.798511] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90332.913159] i2c i2c-0: sendbytes: NAK bailout. +[90333.038970] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[90343.154761] i2c i2c-0: sendbytes: NAK bailout. +[90343.218674] i2c i2c-0: sendbytes: NAK bailout. +[90343.219197] i2c i2c-0: sendbytes: NAK bailout. +[90343.250437] i2c i2c-0: sendbytes: NAK bailout. +[90343.281211] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90353.517396] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90363.630890] i2c i2c-0: sendbytes: NAK bailout. +[90363.631427] i2c i2c-0: sendbytes: NAK bailout. +[90363.728451] i2c i2c-0: sendbytes: NAK bailout. +[90363.759261] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90373.996595] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90384.110074] i2c i2c-0: sendbytes: NAK bailout. +[90384.144792] i2c i2c-0: sendbytes: NAK bailout. +[90384.237375] EDID block 0 (tag 0x00) checksum is invalid, remainder is 175 +[90394.352088] i2c i2c-0: sendbytes: NAK bailout. +[90394.476974] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90400.013217] audit: type=1400 audit(1785194761.298:1159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90400.015297] audit: type=1400 audit(1785194761.300:1160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90400.055098] audit: type=1400 audit(1785194761.340:1161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90404.623188] i2c i2c-0: sendbytes: NAK bailout. +[90404.715858] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120 +[90414.894077] i2c i2c-0: sendbytes: NAK bailout. +[90414.894604] i2c i2c-0: sendbytes: NAK bailout. +[90414.956405] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90425.195486] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[90435.310432] i2c i2c-0: sendbytes: NAK bailout. +[90435.373433] i2c i2c-0: sendbytes: NAK bailout. +[90435.373962] i2c i2c-0: sendbytes: NAK bailout. +[90435.405505] i2c i2c-0: sendbytes: NAK bailout. +[90435.406026] i2c i2c-0: sendbytes: NAK bailout. +[90435.436788] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90445.674388] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90455.788314] i2c i2c-0: sendbytes: NAK bailout. +[90455.913650] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119 +[90466.152959] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90476.300987] i2c i2c-0: sendbytes: NAK bailout. +[90476.363839] i2c i2c-0: sendbytes: NAK bailout. +[90476.394589] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[90486.632564] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90496.872262] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90507.019065] i2c i2c-0: sendbytes: NAK bailout. +[90507.111545] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90517.227964] i2c i2c-0: sendbytes: NAK bailout. +[90517.351939] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90527.464450] i2c i2c-0: sendbytes: NAK bailout. +[90527.468087] i2c i2c-0: sendbytes: NAK bailout. +[90527.499366] i2c i2c-0: sendbytes: NAK bailout. +[90527.592145] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[90537.704053] i2c i2c-0: sendbytes: NAK bailout. +[90537.706666] i2c i2c-0: sendbytes: NAK bailout. +[90537.831533] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90547.978127] i2c i2c-0: sendbytes: NAK bailout. +[90548.070591] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90558.183829] i2c i2c-0: sendbytes: NAK bailout. +[90558.185421] i2c i2c-0: sendbytes: NAK bailout. +[90558.186967] i2c i2c-0: sendbytes: NAK bailout. +[90558.280715] i2c i2c-0: sendbytes: NAK bailout. +[90558.281241] i2c i2c-0: sendbytes: NAK bailout. +[90558.312501] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32 +[90568.426239] i2c i2c-0: sendbytes: NAK bailout. +[90568.550204] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90578.788242] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90588.902037] i2c i2c-0: sendbytes: NAK bailout. +[90589.029468] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90599.142683] i2c i2c-0: sendbytes: NAK bailout. +[90599.143207] i2c i2c-0: sendbytes: NAK bailout. +[90599.269276] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90609.383315] i2c i2c-0: sendbytes: NAK bailout. +[90609.446319] i2c i2c-0: sendbytes: NAK bailout. +[90609.446840] i2c i2c-0: sendbytes: NAK bailout. +[90609.508350] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90619.622934] i2c i2c-0: sendbytes: NAK bailout. +[90619.686277] i2c i2c-0: sendbytes: NAK bailout. +[90619.748107] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90629.862791] i2c i2c-0: sendbytes: NAK bailout. +[90629.927115] i2c i2c-0: sendbytes: NAK bailout. +[90629.927635] i2c i2c-0: sendbytes: NAK bailout. +[90629.958868] i2c i2c-0: sendbytes: NAK bailout. +[90629.989680] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90640.100040] i2c i2c-0: sendbytes: NAK bailout. +[90640.104267] i2c i2c-0: sendbytes: NAK bailout. +[90640.227655] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90650.343641] i2c i2c-0: sendbytes: NAK bailout. +[90650.406303] i2c i2c-0: sendbytes: NAK bailout. +[90650.438248] i2c i2c-0: sendbytes: NAK bailout. +[90650.469146] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90660.705692] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90670.944682] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90671.788021] audit: type=1400 audit(1785195033.084:1162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90671.789937] audit: type=1400 audit(1785195033.085:1163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90671.830103] audit: type=1400 audit(1785195033.125:1164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90681.184957] EDID block 0 (tag 0x00) checksum is invalid, remainder is 232 +[90691.424260] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90701.572071] i2c i2c-0: sendbytes: NAK bailout. +[90701.664627] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90711.903103] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90722.020514] i2c i2c-0: sendbytes: NAK bailout. +[90722.021039] i2c i2c-0: sendbytes: NAK bailout. +[90722.052307] i2c i2c-0: sendbytes: NAK bailout. +[90722.145096] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90732.259523] i2c i2c-0: sendbytes: NAK bailout. +[90732.352362] i2c i2c-0: sendbytes: NAK bailout. +[90732.383199] EDID block 0 (tag 0x00) checksum is invalid, remainder is 144 +[90742.622123] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90752.737734] i2c i2c-0: sendbytes: NAK bailout. +[90752.770290] i2c i2c-0: sendbytes: NAK bailout. +[90752.862765] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90762.978606] i2c i2c-0: sendbytes: NAK bailout. +[90763.102706] EDID block 0 (tag 0x00) checksum is invalid, remainder is 238 +[90773.214808] i2c i2c-0: sendbytes: NAK bailout. +[90773.217421] i2c i2c-0: sendbytes: NAK bailout. +[90773.342082] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90783.457818] i2c i2c-0: sendbytes: NAK bailout. +[90783.458347] i2c i2c-0: sendbytes: NAK bailout. +[90783.581856] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90793.820024] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90803.933612] i2c i2c-0: sendbytes: NAK bailout. +[90803.934143] i2c i2c-0: sendbytes: NAK bailout. +[90803.934663] i2c i2c-0: sendbytes: NAK bailout. +[90803.969589] i2c i2c-0: sendbytes: NAK bailout. +[90804.062053] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90814.176622] i2c i2c-0: sendbytes: NAK bailout. +[90814.299866] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90824.413920] i2c i2c-0: sendbytes: NAK bailout. +[90824.538935] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113 +[90834.778288] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16 +[90845.018293] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90855.135008] i2c i2c-0: sendbytes: NAK bailout. +[90855.289233] EDID block 1 (tag 0xff) checksum is invalid, remainder is 127 +[90865.405352] i2c i2c-0: sendbytes: NAK bailout. +[90865.497522] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90875.610808] i2c i2c-0: sendbytes: NAK bailout. +[90875.611635] i2c i2c-0: sendbytes: NAK bailout. +[90875.738956] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90885.851026] i2c i2c-0: sendbytes: NAK bailout. +[90885.885476] i2c i2c-0: sendbytes: NAK bailout. +[90885.886007] i2c i2c-0: sendbytes: NAK bailout. +[90885.949053] i2c i2c-0: sendbytes: NAK bailout. +[90885.980199] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90896.093099] i2c i2c-0: sendbytes: NAK bailout. +[90896.216164] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90906.456594] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90916.570269] i2c i2c-0: sendbytes: NAK bailout. +[90916.695867] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90922.691746] audit: type=1400 audit(1785195283.996:1165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90922.693739] audit: type=1400 audit(1785195283.998:1166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90922.733327] audit: type=1400 audit(1785195284.037:1167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90926.810871] i2c i2c-0: sendbytes: NAK bailout. +[90926.934991] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90937.048401] i2c i2c-0: sendbytes: NAK bailout. +[90937.050293] i2c i2c-0: sendbytes: NAK bailout. +[90937.052148] i2c i2c-0: sendbytes: NAK bailout. +[90937.176187] EDID block 0 (tag 0x00) checksum is invalid, remainder is 84 +[90947.321902] i2c i2c-0: sendbytes: NAK bailout. +[90947.384234] i2c i2c-0: sendbytes: NAK bailout. +[90947.415066] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[90957.561757] i2c i2c-0: sendbytes: NAK bailout. +[90957.654559] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[90967.770305] i2c i2c-0: sendbytes: NAK bailout. +[90967.833028] i2c i2c-0: sendbytes: NAK bailout. +[90967.894900] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90978.009164] i2c i2c-0: sendbytes: NAK bailout. +[90978.103467] i2c i2c-0: sendbytes: NAK bailout. +[90978.134213] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90988.246711] i2c i2c-0: sendbytes: NAK bailout. +[90988.250997] i2c i2c-0: sendbytes: NAK bailout. +[90988.374531] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[90998.487331] i2c i2c-0: sendbytes: NAK bailout. +[90998.487861] i2c i2c-0: sendbytes: NAK bailout. +[90998.490435] i2c i2c-0: sendbytes: NAK bailout. +[90998.521861] i2c i2c-0: sendbytes: NAK bailout. +[90998.614142] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91008.852623] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[91018.967842] i2c i2c-0: sendbytes: NAK bailout. +[91018.969388] i2c i2c-0: sendbytes: NAK bailout. +[91019.092580] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8 +[91029.269633] i2c i2c-0: sendbytes: NAK bailout. +[91029.331126] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48 +[91039.570571] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91049.683983] i2c i2c-0: sendbytes: NAK bailout. +[91049.810120] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91060.049353] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[91070.289200] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91080.402792] i2c i2c-0: sendbytes: NAK bailout. +[91080.529206] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91090.646423] i2c i2c-0: sendbytes: NAK bailout. +[91090.646967] i2c i2c-0: sendbytes: NAK bailout. +[91090.647497] i2c i2c-0: sendbytes: NAK bailout. +[91090.678794] i2c i2c-0: sendbytes: NAK bailout. +[91090.770997] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91100.881957] i2c i2c-0: sendbytes: NAK bailout. +[91101.008359] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176 +[91111.249050] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91121.365463] i2c i2c-0: sendbytes: NAK bailout. +[91121.488813] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91131.726309] EDID block 0 (tag 0x00) checksum is invalid, remainder is 236 +[91141.844468] i2c i2c-0: sendbytes: NAK bailout. +[91141.907045] i2c i2c-0: sendbytes: NAK bailout. +[91141.938330] i2c i2c-0: sendbytes: NAK bailout. +[91141.969079] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[91152.206133] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91157.929890] audit: type=1400 audit(1785195519.245:1168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91157.933467] audit: type=1400 audit(1785195519.248:1169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91157.973051] audit: type=1400 audit(1785195519.287:1170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91162.319568] i2c i2c-0: sendbytes: NAK bailout. +[91162.322756] i2c i2c-0: sendbytes: NAK bailout. +[91162.416685] i2c i2c-0: sendbytes: NAK bailout. +[91162.447475] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91172.684640] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91182.925022] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91193.039421] i2c i2c-0: sendbytes: NAK bailout. +[91193.072736] i2c i2c-0: sendbytes: NAK bailout. +[91193.165163] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91203.403948] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91213.519637] i2c i2c-0: sendbytes: NAK bailout. +[91213.644096] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91223.757188] i2c i2c-0: sendbytes: NAK bailout. +[91223.854556] i2c i2c-0: sendbytes: NAK bailout. +[91223.885386] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91234.122797] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91244.239490] i2c i2c-0: sendbytes: NAK bailout. +[91244.362903] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91254.476069] i2c i2c-0: sendbytes: NAK bailout. +[91254.603282] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91264.718953] i2c i2c-0: sendbytes: NAK bailout. +[91264.842140] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91274.955161] i2c i2c-0: sendbytes: NAK bailout. +[91274.955693] i2c i2c-0: sendbytes: NAK bailout. +[91275.082001] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91285.321785] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91295.435416] i2c i2c-0: sendbytes: NAK bailout. +[91295.436968] i2c i2c-0: sendbytes: NAK bailout. +[91295.561193] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[91305.673960] i2c i2c-0: sendbytes: NAK bailout. +[91305.769920] i2c i2c-0: sendbytes: NAK bailout. +[91305.800963] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176 +[91315.913848] i2c i2c-0: sendbytes: NAK bailout. +[91315.915431] i2c i2c-0: sendbytes: NAK bailout. +[91315.918300] i2c i2c-0: sendbytes: NAK bailout. +[91315.980567] i2c i2c-0: sendbytes: NAK bailout. +[91316.012102] i2c i2c-0: sendbytes: NAK bailout. +[91316.042854] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[91326.280463] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91336.488682] i2c i2c-0: sendbytes: NAK bailout. +[91336.519842] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91346.634430] i2c i2c-0: sendbytes: NAK bailout. +[91346.759141] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91356.871956] i2c i2c-0: sendbytes: NAK bailout. +[91356.998054] EDID block 0 (tag 0x00) checksum is invalid, remainder is 165 +[91367.145662] i2c i2c-0: sendbytes: NAK bailout. +[91367.238145] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91377.351194] i2c i2c-0: sendbytes: NAK bailout. +[91377.353810] i2c i2c-0: sendbytes: NAK bailout. +[91377.355371] i2c i2c-0: sendbytes: NAK bailout. +[91377.478560] EDID block 0 (tag 0x00) checksum is invalid, remainder is 80 +[91387.625175] i2c i2c-0: sendbytes: NAK bailout. +[91387.656730] i2c i2c-0: sendbytes: NAK bailout. +[91387.657255] i2c i2c-0: sendbytes: NAK bailout. +[91387.658067] i2c i2c-0: sendbytes: NAK bailout. +[91387.689297] i2c i2c-0: sendbytes: NAK bailout. +[91387.720352] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91397.831399] i2c i2c-0: sendbytes: NAK bailout. +[91397.895712] i2c i2c-0: sendbytes: NAK bailout. +[91397.957174] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91408.196204] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32 +[91418.310908] i2c i2c-0: sendbytes: NAK bailout. +[91418.407031] i2c i2c-0: sendbytes: NAK bailout. +[91418.438088] EDID has corrupt header +[91428.551540] i2c i2c-0: sendbytes: NAK bailout. +[91428.552084] i2c i2c-0: sendbytes: NAK bailout. +[91428.676885] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91438.789793] i2c i2c-0: sendbytes: NAK bailout. +[91438.792961] i2c i2c-0: sendbytes: NAK bailout. +[91438.916258] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91449.028346] i2c i2c-0: sendbytes: NAK bailout. +[91449.031994] i2c i2c-0: sendbytes: NAK bailout. +[91449.063535] i2c i2c-0: sendbytes: NAK bailout. +[91449.155759] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91456.876459] audit: type=1400 audit(1785195818.202:1171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91456.878568] audit: type=1400 audit(1785195818.205:1172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91456.917176] audit: type=1400 audit(1785195818.243:1173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91459.267955] i2c i2c-0: sendbytes: NAK bailout. +[91459.394029] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91469.633395] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91479.749534] i2c i2c-0: sendbytes: NAK bailout. +[91479.751091] i2c i2c-0: sendbytes: NAK bailout. +[91479.874465] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91489.988843] i2c i2c-0: sendbytes: NAK bailout. +[91489.990399] i2c i2c-0: sendbytes: NAK bailout. +[91490.113882] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16 +[91500.323133] i2c i2c-0: sendbytes: NAK bailout. +[91500.353898] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91510.467307] i2c i2c-0: sendbytes: NAK bailout. +[91510.467849] i2c i2c-0: sendbytes: NAK bailout. +[91510.593795] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[91520.708640] i2c i2c-0: sendbytes: NAK bailout. +[91520.709468] i2c i2c-0: sendbytes: NAK bailout. +[91520.741038] i2c i2c-0: sendbytes: NAK bailout. +[91520.741559] i2c i2c-0: sendbytes: NAK bailout. +[91520.742080] i2c i2c-0: sendbytes: NAK bailout. +[91520.834632] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91530.946188] i2c i2c-0: sendbytes: NAK bailout. +[91531.071448] EDID block 0 (tag 0x00) checksum is invalid, remainder is 202 +[91541.310204] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91551.550397] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91561.663956] i2c i2c-0: sendbytes: NAK bailout. +[91561.789960] EDID block 0 (tag 0x00) checksum is invalid, remainder is 143 +[91571.904593] i2c i2c-0: sendbytes: NAK bailout. +[91571.938177] i2c i2c-0: sendbytes: NAK bailout. +[91572.000424] i2c i2c-0: sendbytes: NAK bailout. +[91572.000945] i2c i2c-0: sendbytes: NAK bailout. +[91572.001465] i2c i2c-0: sendbytes: NAK bailout. +[91572.001984] i2c i2c-0: sendbytes: NAK bailout. +[91572.032726] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[91582.268719] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91592.508884] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91602.624532] i2c i2c-0: sendbytes: NAK bailout. +[91602.750102] EDID block 0 (tag 0x00) checksum is invalid, remainder is 248 +[91612.926801] i2c i2c-0: sendbytes: NAK bailout. +[91612.988278] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91623.198489] i2c i2c-0: sendbytes: NAK bailout. +[91623.229580] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[91633.342189] i2c i2c-0: sendbytes: NAK bailout. +[91633.342719] i2c i2c-0: sendbytes: NAK bailout. +[91633.468481] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[91643.706493] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91653.822703] i2c i2c-0: sendbytes: NAK bailout. +[91653.854973] i2c i2c-0: sendbytes: NAK bailout. +[91653.855493] i2c i2c-0: sendbytes: NAK bailout. +[91653.948313] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91664.155480] i2c i2c-0: sendbytes: NAK bailout. +[91664.186236] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91674.426140] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91684.540184] i2c i2c-0: sendbytes: NAK bailout. +[91684.542063] i2c i2c-0: sendbytes: NAK bailout. +[91684.667138] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91694.843968] i2c i2c-0: sendbytes: NAK bailout. +[91694.905891] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91705.018626] i2c i2c-0: sendbytes: NAK bailout. +[91705.020223] i2c i2c-0: sendbytes: NAK bailout. +[91705.021776] i2c i2c-0: sendbytes: NAK bailout. +[91705.146085] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91715.261052] i2c i2c-0: sendbytes: NAK bailout. +[91715.354315] i2c i2c-0: sendbytes: NAK bailout. +[91715.385392] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91725.593379] i2c i2c-0: sendbytes: NAK bailout. +[91725.593906] i2c i2c-0: sendbytes: NAK bailout. +[91725.624677] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20 +[91735.739213] i2c i2c-0: sendbytes: NAK bailout. +[91735.741055] i2c i2c-0: sendbytes: NAK bailout. +[91735.833751] i2c i2c-0: sendbytes: NAK bailout. +[91735.864500] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[91745.976724] i2c i2c-0: sendbytes: NAK bailout. +[91746.072959] i2c i2c-0: sendbytes: NAK bailout. +[91746.104006] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91756.343724] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91756.741888] audit: type=1400 audit(1785196118.080:1174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91756.743844] audit: type=1400 audit(1785196118.082:1175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91756.784289] audit: type=1400 audit(1785196118.122:1176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91766.583158] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91776.695524] i2c i2c-0: sendbytes: NAK bailout. +[91776.697410] i2c i2c-0: sendbytes: NAK bailout. +[91776.822639] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91786.935114] i2c i2c-0: sendbytes: NAK bailout. +[91786.969762] i2c i2c-0: sendbytes: NAK bailout. +[91787.001291] i2c i2c-0: sendbytes: NAK bailout. +[91787.002107] i2c i2c-0: sendbytes: NAK bailout. +[91787.063614] EDID block 0 (tag 0x00) checksum is invalid, remainder is 234 +[91797.178155] i2c i2c-0: sendbytes: NAK bailout. +[91797.179000] i2c i2c-0: sendbytes: NAK bailout. +[91797.179532] i2c i2c-0: sendbytes: NAK bailout. +[91797.302469] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91807.416397] i2c i2c-0: sendbytes: NAK bailout. +[91807.510386] i2c i2c-0: sendbytes: NAK bailout. +[91807.541444] EDID has corrupt header +[91817.779736] EDID block 0 (tag 0x00) checksum is invalid, remainder is 12 +[91827.989949] i2c i2c-0: sendbytes: NAK bailout. +[91828.020705] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10 +[91838.167310] i2c i2c-0: sendbytes: NAK bailout. +[91838.259696] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91848.407289] i2c i2c-0: sendbytes: NAK bailout. +[91848.499821] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91858.738954] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91858.914304] mce: [Hardware Error]: Machine check events logged +[91858.914344] EDAC MC0: 1 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[91868.851918] i2c i2c-0: sendbytes: NAK bailout. +[91868.948243] i2c i2c-0: sendbytes: NAK bailout. +[91868.979093] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91879.094937] i2c i2c-0: sendbytes: NAK bailout. +[91879.218235] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91889.396008] i2c i2c-0: sendbytes: NAK bailout. +[91889.427260] i2c i2c-0: sendbytes: NAK bailout. +[91889.427781] i2c i2c-0: sendbytes: NAK bailout. +[91889.458536] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91899.605176] i2c i2c-0: sendbytes: NAK bailout. +[91899.697657] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91909.875310] i2c i2c-0: sendbytes: NAK bailout. +[91909.937439] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 +[91920.052277] i2c i2c-0: sendbytes: NAK bailout. +[91920.115329] i2c i2c-0: sendbytes: NAK bailout. +[91920.176846] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91930.292923] i2c i2c-0: sendbytes: NAK bailout. +[91930.324279] i2c i2c-0: sendbytes: NAK bailout. +[91930.416545] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91940.531199] i2c i2c-0: sendbytes: NAK bailout. +[91940.531732] i2c i2c-0: sendbytes: NAK bailout. +[91940.656238] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91950.895204] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91961.134366] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91971.249139] i2c i2c-0: sendbytes: NAK bailout. +[91971.374115] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91981.583583] i2c i2c-0: sendbytes: NAK bailout. +[91981.614688] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[91991.822425] i2c i2c-0: sendbytes: NAK bailout. +[91991.853201] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[92002.000843] i2c i2c-0: sendbytes: NAK bailout. +[92002.093351] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92012.206326] i2c i2c-0: sendbytes: NAK bailout. +[92012.206857] i2c i2c-0: sendbytes: NAK bailout. +[92012.207377] i2c i2c-0: sendbytes: NAK bailout. +[92012.211283] i2c i2c-0: sendbytes: NAK bailout. +[92012.334497] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92022.445915] i2c i2c-0: sendbytes: NAK bailout. +[92022.449604] i2c i2c-0: sendbytes: NAK bailout. +[92022.573905] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92032.812137] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92041.950747] audit: type=1400 audit(1785196403.300:1177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92041.952315] audit: type=1400 audit(1785196403.301:1178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92041.992781] audit: type=1400 audit(1785196403.342:1179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92042.989794] i2c i2c-0: sendbytes: NAK bailout. +[92043.051486] EDID block 0 (tag 0x00) checksum is invalid, remainder is 80 +[92053.261598] i2c i2c-0: sendbytes: NAK bailout. +[92053.262420] i2c i2c-0: sendbytes: NAK bailout. +[92053.293165] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92063.530415] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92073.644921] i2c i2c-0: sendbytes: NAK bailout. +[92073.645448] i2c i2c-0: sendbytes: NAK bailout. +[92073.648645] i2c i2c-0: sendbytes: NAK bailout. +[92073.650195] i2c i2c-0: sendbytes: NAK bailout. +[92073.712557] i2c i2c-0: sendbytes: NAK bailout. +[92073.774621] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113 +[92083.886600] i2c i2c-0: sendbytes: NAK bailout. +[92083.979646] i2c i2c-0: sendbytes: NAK bailout. +[92084.010455] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92094.219625] i2c i2c-0: sendbytes: NAK bailout. +[92094.250382] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92104.428943] i2c i2c-0: sendbytes: NAK bailout. +[92104.460622] i2c i2c-0: sendbytes: NAK bailout. +[92104.491487] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[92114.602288] i2c i2c-0: sendbytes: NAK bailout. +[92114.728671] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92124.842939] i2c i2c-0: sendbytes: NAK bailout. +[92124.937993] i2c i2c-0: sendbytes: NAK bailout. +[92124.939103] i2c i2c-0: sendbytes: NAK bailout. +[92124.970216] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92135.081499] i2c i2c-0: sendbytes: NAK bailout. +[92135.082027] i2c i2c-0: sendbytes: NAK bailout. +[92135.083892] i2c i2c-0: sendbytes: NAK bailout. +[92135.148217] i2c i2c-0: sendbytes: NAK bailout. +[92135.210002] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[92145.446755] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32 +[92155.563838] i2c i2c-0: sendbytes: NAK bailout. +[92155.626274] i2c i2c-0: sendbytes: NAK bailout. +[92155.688092] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16 +[92165.835783] i2c i2c-0: sendbytes: NAK bailout. +[92165.867339] i2c i2c-0: sendbytes: NAK bailout. +[92165.929131] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[92176.165669] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92186.279487] i2c i2c-0: sendbytes: NAK bailout. +[92186.283690] i2c i2c-0: sendbytes: NAK bailout. +[92186.407346] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92196.644948] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92206.823550] i2c i2c-0: sendbytes: NAK bailout. +[92206.885307] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92217.000363] i2c i2c-0: sendbytes: NAK bailout. +[92217.124781] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92227.239947] i2c i2c-0: sendbytes: NAK bailout. +[92227.365760] EDID has corrupt header +[92237.603769] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92247.812652] i2c i2c-0: sendbytes: NAK bailout. +[92247.843708] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92258.082467] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113 +[92268.230728] i2c i2c-0: sendbytes: NAK bailout. +[92268.323287] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119 +[92278.437972] i2c i2c-0: sendbytes: NAK bailout. +[92278.470253] i2c i2c-0: sendbytes: NAK bailout. +[92278.562724] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92286.011948] audit: type=1400 audit(1785196647.370:1180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92286.014091] audit: type=1400 audit(1785196647.372:1181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92286.053656] audit: type=1400 audit(1785196647.412:1182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92288.712337] i2c i2c-0: sendbytes: NAK bailout. +[92288.743581] i2c i2c-0: sendbytes: NAK bailout. +[92288.805060] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92299.041159] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[92309.280721] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92319.459133] i2c i2c-0: sendbytes: NAK bailout. +[92319.520886] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92329.638162] i2c i2c-0: sendbytes: NAK bailout. +[92329.669422] i2c i2c-0: sendbytes: NAK bailout. +[92329.669943] i2c i2c-0: sendbytes: NAK bailout. +[92329.701786] i2c i2c-0: sendbytes: NAK bailout. +[92329.763266] EDID block 0 (tag 0x00) checksum is invalid, remainder is 12 +[92339.999829] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92350.116169] i2c i2c-0: sendbytes: NAK bailout. +[92350.239086] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92360.352712] i2c i2c-0: sendbytes: NAK bailout. +[92360.478767] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92370.627709] i2c i2c-0: sendbytes: NAK bailout. +[92370.719942] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92380.836611] i2c i2c-0: sendbytes: NAK bailout. +[92380.959902] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[92391.105586] i2c i2c-0: sendbytes: NAK bailout. +[92391.197760] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[92401.376084] i2c i2c-0: sendbytes: NAK bailout. +[92401.437851] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92411.554344] i2c i2c-0: sendbytes: NAK bailout. +[92411.555893] i2c i2c-0: sendbytes: NAK bailout. +[92411.648943] i2c i2c-0: sendbytes: NAK bailout. +[92411.680000] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92421.915802] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92432.031969] i2c i2c-0: sendbytes: NAK bailout. +[92432.033833] i2c i2c-0: sendbytes: NAK bailout. +[92432.034357] i2c i2c-0: sendbytes: NAK bailout. +[92432.098292] i2c i2c-0: sendbytes: NAK bailout. +[92432.129828] i2c i2c-0: sendbytes: NAK bailout. +[92432.130352] i2c i2c-0: sendbytes: NAK bailout. +[92432.161131] EDID block 0 (tag 0x00) checksum is invalid, remainder is 19 +[92442.270537] i2c i2c-0: sendbytes: NAK bailout. +[92442.304136] i2c i2c-0: sendbytes: NAK bailout. +[92442.304656] i2c i2c-0: sendbytes: NAK bailout. +[92442.397163] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92452.635253] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[92462.749662] i2c i2c-0: sendbytes: NAK bailout. +[92462.750194] i2c i2c-0: sendbytes: NAK bailout. +[92462.876863] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92473.022513] i2c i2c-0: sendbytes: NAK bailout. +[92473.023042] i2c i2c-0: sendbytes: NAK bailout. +[92473.054273] i2c i2c-0: sendbytes: NAK bailout. +[92473.116048] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92483.227872] i2c i2c-0: sendbytes: NAK bailout. +[92483.354246] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92493.593972] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92503.707069] i2c i2c-0: sendbytes: NAK bailout. +[92503.833470] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[92513.949800] i2c i2c-0: sendbytes: NAK bailout. +[92513.950331] i2c i2c-0: sendbytes: NAK bailout. +[92513.981610] i2c i2c-0: sendbytes: NAK bailout. +[92514.074120] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92524.220204] i2c i2c-0: sendbytes: NAK bailout. +[92534.552357] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113 +[92544.761052] i2c i2c-0: sendbytes: NAK bailout. +[92544.791855] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92554.907144] i2c i2c-0: sendbytes: NAK bailout. +[92554.907679] i2c i2c-0: sendbytes: NAK bailout. +[92554.908200] i2c i2c-0: sendbytes: NAK bailout. +[92554.908722] i2c i2c-0: sendbytes: NAK bailout. +[92555.003463] i2c i2c-0: sendbytes: NAK bailout. +[92555.003988] i2c i2c-0: sendbytes: NAK bailout. +[92555.035065] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92557.958656] audit: type=1400 audit(1785196919.327:1183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92557.960672] audit: type=1400 audit(1785196919.330:1184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92558.000403] audit: type=1400 audit(1785196919.368:1185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92565.146033] i2c i2c-0: sendbytes: NAK bailout. +[92565.149028] i2c i2c-0: sendbytes: NAK bailout. +[92565.272183] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92575.510631] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92585.658012] i2c i2c-0: sendbytes: NAK bailout. +[92585.750614] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[92595.989705] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92606.103058] i2c i2c-0: sendbytes: NAK bailout. +[92606.230823] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92616.345765] i2c i2c-0: sendbytes: NAK bailout. +[92616.468981] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92626.582260] i2c i2c-0: sendbytes: NAK bailout. +[92626.582794] i2c i2c-0: sendbytes: NAK bailout. +[92626.648563] i2c i2c-0: sendbytes: NAK bailout. +[92626.710050] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92636.825864] i2c i2c-0: sendbytes: NAK bailout. +[92636.826399] i2c i2c-0: sendbytes: NAK bailout. +[92636.826921] i2c i2c-0: sendbytes: NAK bailout. +[92636.950415] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92647.187401] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92657.304166] i2c i2c-0: sendbytes: NAK bailout. +[92657.427523] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92667.667011] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92677.906223] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92688.019858] i2c i2c-0: sendbytes: NAK bailout. +[92688.146772] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92698.386164] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92708.598286] i2c i2c-0: sendbytes: NAK bailout. +[92708.629067] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92718.773603] i2c i2c-0: sendbytes: NAK bailout. +[92718.835932] i2c i2c-0: sendbytes: NAK bailout. +[92718.866730] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92729.103769] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92739.282759] i2c i2c-0: sendbytes: NAK bailout. +[92739.283284] i2c i2c-0: sendbytes: NAK bailout. +[92739.344848] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92749.584011] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8 +[92759.823207] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92770.062648] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92780.177295] i2c i2c-0: sendbytes: NAK bailout. +[92780.179146] i2c i2c-0: sendbytes: NAK bailout. +[92780.179667] i2c i2c-0: sendbytes: NAK bailout. +[92780.212533] i2c i2c-0: sendbytes: NAK bailout. +[92780.213054] i2c i2c-0: sendbytes: NAK bailout. +[92780.244292] i2c i2c-0: sendbytes: NAK bailout. +[92780.305753] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92790.415861] i2c i2c-0: sendbytes: NAK bailout. +[92790.542770] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92800.782017] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92810.898469] i2c i2c-0: sendbytes: NAK bailout. +[92810.991490] i2c i2c-0: sendbytes: NAK bailout. +[92810.992011] i2c i2c-0: sendbytes: NAK bailout. +[92811.022757] EDID block 0 (tag 0x00) checksum is invalid, remainder is 117 +[92821.135696] i2c i2c-0: sendbytes: NAK bailout. +[92821.136233] i2c i2c-0: sendbytes: NAK bailout. +[92821.200353] i2c i2c-0: sendbytes: NAK bailout. +[92821.262106] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92827.917345] audit: type=1400 audit(1785197189.297:1186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92827.919413] audit: type=1400 audit(1785197189.299:1187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92827.958379] audit: type=1400 audit(1785197189.338:1188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92831.500361] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92841.739817] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92851.856144] i2c i2c-0: sendbytes: NAK bailout. +[92851.980354] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92862.095132] i2c i2c-0: sendbytes: NAK bailout. +[92862.189584] i2c i2c-0: sendbytes: NAK bailout. +[92862.220335] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[92872.336745] i2c i2c-0: sendbytes: NAK bailout. +[92872.337278] i2c i2c-0: sendbytes: NAK bailout. +[92872.399351] i2c i2c-0: sendbytes: NAK bailout. +[92872.399873] i2c i2c-0: sendbytes: NAK bailout. +[92872.400393] i2c i2c-0: sendbytes: NAK bailout. +[92872.462084] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92882.573613] i2c i2c-0: sendbytes: NAK bailout. +[92882.576200] i2c i2c-0: sendbytes: NAK bailout. +[92882.607468] i2c i2c-0: sendbytes: NAK bailout. +[92882.699710] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[92892.812905] i2c i2c-0: sendbytes: NAK bailout. +[92892.877825] i2c i2c-0: sendbytes: NAK bailout. +[92892.939378] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92903.052515] i2c i2c-0: sendbytes: NAK bailout. +[92903.117234] i2c i2c-0: sendbytes: NAK bailout. +[92903.148476] i2c i2c-0: sendbytes: NAK bailout. +[92903.179513] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92913.292035] i2c i2c-0: sendbytes: NAK bailout. +[92913.327390] i2c i2c-0: sendbytes: NAK bailout. +[92913.420748] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92923.659949] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92933.896038] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120 +[92944.009859] i2c i2c-0: sendbytes: NAK bailout. +[92944.106683] i2c i2c-0: sendbytes: NAK bailout. +[92944.137489] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[92954.345465] i2c i2c-0: sendbytes: NAK bailout. +[92954.376250] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92964.489046] i2c i2c-0: sendbytes: NAK bailout. +[92964.554696] i2c i2c-0: sendbytes: NAK bailout. +[92964.616161] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[92974.854409] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[92984.970320] i2c i2c-0: sendbytes: NAK bailout. +[92984.970862] i2c i2c-0: sendbytes: NAK bailout. +[92985.065249] i2c i2c-0: sendbytes: NAK bailout. +[92985.096003] EDID block 0 (tag 0x00) checksum is invalid, remainder is 238 +[92995.334051] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93005.512260] i2c i2c-0: sendbytes: NAK bailout. +[93005.543504] i2c i2c-0: sendbytes: NAK bailout. +[93005.544025] i2c i2c-0: sendbytes: NAK bailout. +[93005.574778] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93015.782888] i2c i2c-0: sendbytes: NAK bailout. +[93015.813947] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[93025.927992] i2c i2c-0: sendbytes: NAK bailout. +[93025.928523] i2c i2c-0: sendbytes: NAK bailout. +[93026.053501] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93036.168312] i2c i2c-0: sendbytes: NAK bailout. +[93036.292255] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93046.533195] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[93056.648546] i2c i2c-0: sendbytes: NAK bailout. +[93056.771490] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93060.230202] audit: type=1400 audit(1785197421.619:1189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93060.231967] audit: type=1400 audit(1785197421.621:1190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93060.275991] audit: type=1400 audit(1785197421.665:1191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93066.887428] i2c i2c-0: sendbytes: NAK bailout. +[93066.887973] i2c i2c-0: sendbytes: NAK bailout. +[93066.888505] i2c i2c-0: sendbytes: NAK bailout. +[93066.952008] i2c i2c-0: sendbytes: NAK bailout. +[93066.952537] i2c i2c-0: sendbytes: NAK bailout. +[93067.014051] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93077.125995] i2c i2c-0: sendbytes: NAK bailout. +[93077.159984] i2c i2c-0: sendbytes: NAK bailout. +[93077.160800] i2c i2c-0: sendbytes: NAK bailout. +[93077.253380] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93087.490484] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93097.604902] i2c i2c-0: sendbytes: NAK bailout. +[93097.730629] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 +[93107.908076] i2c i2c-0: sendbytes: NAK bailout. +[93107.939970] i2c i2c-0: sendbytes: NAK bailout. +[93107.970823] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93118.208970] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[93128.387319] i2c i2c-0: sendbytes: NAK bailout. +[93128.449083] EDID block 0 (tag 0x00) checksum is invalid, remainder is 238 +[93138.562802] i2c i2c-0: sendbytes: NAK bailout. +[93138.690553] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93148.803939] i2c i2c-0: sendbytes: NAK bailout. +[93148.804476] i2c i2c-0: sendbytes: NAK bailout. +[93148.929666] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93159.041427] i2c i2c-0: sendbytes: NAK bailout. +[93159.168172] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93169.281033] i2c i2c-0: sendbytes: NAK bailout. +[93169.283663] i2c i2c-0: sendbytes: NAK bailout. +[93169.284187] i2c i2c-0: sendbytes: NAK bailout. +[93169.285742] i2c i2c-0: sendbytes: NAK bailout. +[93169.408914] EDID block 0 (tag 0x00) checksum is invalid, remainder is 98 +[93179.523596] i2c i2c-0: sendbytes: NAK bailout. +[93179.647525] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93189.825651] i2c i2c-0: sendbytes: NAK bailout. +[93189.826176] i2c i2c-0: sendbytes: NAK bailout. +[93189.887628] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93200.002932] i2c i2c-0: sendbytes: NAK bailout. +[93200.034234] i2c i2c-0: sendbytes: NAK bailout. +[93200.034760] i2c i2c-0: sendbytes: NAK bailout. +[93200.066026] i2c i2c-0: sendbytes: NAK bailout. +[93200.127505] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93210.304884] i2c i2c-0: sendbytes: NAK bailout. +[93210.366361] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93220.544445] i2c i2c-0: sendbytes: NAK bailout. +[93220.606409] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109 +[93230.844214] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93241.023359] i2c i2c-0: sendbytes: NAK bailout. +[93241.084826] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93251.199168] i2c i2c-0: sendbytes: NAK bailout. +[93251.232860] i2c i2c-0: sendbytes: NAK bailout. +[93251.325444] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93261.438463] i2c i2c-0: sendbytes: NAK bailout. +[93261.440321] i2c i2c-0: sendbytes: NAK bailout. +[93261.440842] i2c i2c-0: sendbytes: NAK bailout. +[93261.441370] i2c i2c-0: sendbytes: NAK bailout. +[93261.473667] i2c i2c-0: sendbytes: NAK bailout. +[93261.504903] i2c i2c-0: sendbytes: NAK bailout. +[93261.566395] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93271.710866] i2c i2c-0: sendbytes: NAK bailout. +[93271.711390] i2c i2c-0: sendbytes: NAK bailout. +[93271.803594] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93282.042506] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93292.157205] i2c i2c-0: sendbytes: NAK bailout. +[93292.161471] i2c i2c-0: sendbytes: NAK bailout. +[93292.223514] i2c i2c-0: sendbytes: NAK bailout. +[93292.284991] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93302.398915] i2c i2c-0: sendbytes: NAK bailout. +[93302.430244] i2c i2c-0: sendbytes: NAK bailout. +[93302.523171] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[93312.636810] i2c i2c-0: sendbytes: NAK bailout. +[93312.670485] i2c i2c-0: sendbytes: NAK bailout. +[93312.732769] i2c i2c-0: sendbytes: NAK bailout. +[93312.763540] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179 +[93322.940131] i2c i2c-0: sendbytes: NAK bailout. +[93322.940656] i2c i2c-0: sendbytes: NAK bailout. +[93323.002108] EDID block 0 (tag 0x00) checksum is invalid, remainder is 234 +[93333.116669] i2c i2c-0: sendbytes: NAK bailout. +[93333.179976] i2c i2c-0: sendbytes: NAK bailout. +[93333.211522] i2c i2c-0: sendbytes: NAK bailout. +[93333.242590] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93343.480012] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93353.719600] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176 +[93357.471527] audit: type=1400 audit(1785197718.872:1192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93357.473521] audit: type=1400 audit(1785197718.874:1193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93357.512093] audit: type=1400 audit(1785197718.912:1194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93363.835445] i2c i2c-0: sendbytes: NAK bailout. +[93363.838633] i2c i2c-0: sendbytes: NAK bailout. +[93363.901509] i2c i2c-0: sendbytes: NAK bailout. +[93363.902037] i2c i2c-0: sendbytes: NAK bailout. +[93363.963521] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93374.199592] EDID block 0 (tag 0x00) checksum is invalid, remainder is 74 +[93384.346444] i2c i2c-0: sendbytes: NAK bailout. +[93384.438981] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93394.677757] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93404.793156] i2c i2c-0: sendbytes: NAK bailout. +[93404.795737] i2c i2c-0: sendbytes: NAK bailout. +[93404.918644] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93415.031405] i2c i2c-0: sendbytes: NAK bailout. +[93415.034017] i2c i2c-0: sendbytes: NAK bailout. +[93415.158269] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[93425.337456] i2c i2c-0: sendbytes: NAK bailout. +[93425.398943] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93435.510596] i2c i2c-0: sendbytes: NAK bailout. +[93435.514239] i2c i2c-0: sendbytes: NAK bailout. +[93435.607278] i2c i2c-0: sendbytes: NAK bailout. +[93435.638028] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93445.877035] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93455.990865] i2c i2c-0: sendbytes: NAK bailout. +[93455.991395] i2c i2c-0: sendbytes: NAK bailout. +[93456.116344] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93466.229423] i2c i2c-0: sendbytes: NAK bailout. +[93466.229959] i2c i2c-0: sendbytes: NAK bailout. +[93466.231547] i2c i2c-0: sendbytes: NAK bailout. +[93466.233114] i2c i2c-0: sendbytes: NAK bailout. +[93466.327041] i2c i2c-0: sendbytes: NAK bailout. +[93466.357819] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[93476.594768] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192 +[93486.743352] i2c i2c-0: sendbytes: NAK bailout. +[93486.835736] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93497.074001] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120 +[93507.190168] i2c i2c-0: sendbytes: NAK bailout. +[93507.191000] i2c i2c-0: sendbytes: NAK bailout. +[93507.315592] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93517.554069] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93527.702405] i2c i2c-0: sendbytes: NAK bailout. +[93527.764959] i2c i2c-0: sendbytes: NAK bailout. +[93527.795727] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93537.906610] i2c i2c-0: sendbytes: NAK bailout. +[93537.908189] i2c i2c-0: sendbytes: NAK bailout. +[93538.033757] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93548.149293] i2c i2c-0: sendbytes: NAK bailout. +[93548.180549] i2c i2c-0: sendbytes: NAK bailout. +[93548.181071] i2c i2c-0: sendbytes: NAK bailout. +[93548.243017] i2c i2c-0: sendbytes: NAK bailout. +[93548.273764] EDID block 0 (tag 0x00) checksum is invalid, remainder is 24 +[93558.386856] i2c i2c-0: sendbytes: NAK bailout. +[93558.512682] EDID block 0 (tag 0x00) checksum is invalid, remainder is 194 +[93568.627797] i2c i2c-0: sendbytes: NAK bailout. +[93568.628327] i2c i2c-0: sendbytes: NAK bailout. +[93568.722596] i2c i2c-0: sendbytes: NAK bailout. +[93568.753367] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[93578.991482] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[93585.366010] audit: type=1400 audit(1785197946.776:1195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93585.368052] audit: type=1400 audit(1785197946.778:1196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93585.408084] audit: type=1400 audit(1785197946.817:1197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93589.200342] i2c i2c-0: sendbytes: NAK bailout. +[93589.200866] i2c i2c-0: sendbytes: NAK bailout. +[93589.231704] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93599.346588] i2c i2c-0: sendbytes: NAK bailout. +[93599.378884] i2c i2c-0: sendbytes: NAK bailout. +[93599.410411] i2c i2c-0: sendbytes: NAK bailout. +[93599.410938] i2c i2c-0: sendbytes: NAK bailout. +[93599.442167] i2c i2c-0: sendbytes: NAK bailout. +[93599.472936] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93609.709893] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93619.824739] i2c i2c-0: sendbytes: NAK bailout. +[93619.827341] i2c i2c-0: sendbytes: NAK bailout. +[93619.889567] i2c i2c-0: sendbytes: NAK bailout. +[93619.951079] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120 +[93630.189374] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93640.428715] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93650.638767] i2c i2c-0: sendbytes: NAK bailout. +[93650.669860] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93660.784897] i2c i2c-0: sendbytes: NAK bailout. +[93660.877567] i2c i2c-0: sendbytes: NAK bailout. +[93660.908314] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93671.021378] i2c i2c-0: sendbytes: NAK bailout. +[93671.148015] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113 +[93681.356912] i2c i2c-0: sendbytes: NAK bailout. +[93681.387695] EDID block 0 (tag 0x00) checksum is invalid, remainder is 234 +[93691.535026] i2c i2c-0: sendbytes: NAK bailout. +[93691.627526] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93701.867272] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93711.981858] i2c i2c-0: sendbytes: NAK bailout. +[93712.106039] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93722.221740] i2c i2c-0: sendbytes: NAK bailout. +[93722.222266] i2c i2c-0: sendbytes: NAK bailout. +[93722.346864] EDID block 0 (tag 0x00) checksum is invalid, remainder is 123 +[93732.461351] i2c i2c-0: sendbytes: NAK bailout. +[93732.461884] i2c i2c-0: sendbytes: NAK bailout. +[93732.524885] i2c i2c-0: sendbytes: NAK bailout. +[93732.586366] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93742.824797] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93752.938175] i2c i2c-0: sendbytes: NAK bailout. +[93752.938701] i2c i2c-0: sendbytes: NAK bailout. +[93752.941609] i2c i2c-0: sendbytes: NAK bailout. +[93753.065921] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93763.177771] i2c i2c-0: sendbytes: NAK bailout. +[93763.273854] i2c i2c-0: sendbytes: NAK bailout. +[93763.304616] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93773.543453] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93783.660081] i2c i2c-0: sendbytes: NAK bailout. +[93783.722045] i2c i2c-0: sendbytes: NAK bailout. +[93783.783509] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48 +[93793.900275] i2c i2c-0: sendbytes: NAK bailout. +[93793.962570] i2c i2c-0: sendbytes: NAK bailout. +[93794.024024] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93804.201883] i2c i2c-0: sendbytes: NAK bailout. +[93804.263418] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8 +[93814.471329] i2c i2c-0: sendbytes: NAK bailout. +[93814.502094] EDID block 0 (tag 0x00) checksum is invalid, remainder is 78 +[93814.581338] audit: type=1400 audit(1785198176.000:1198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93814.583477] audit: type=1400 audit(1785198176.002:1199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93814.622532] audit: type=1400 audit(1785198176.041:1200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93824.649786] i2c i2c-0: sendbytes: NAK bailout. +[93824.650318] i2c i2c-0: sendbytes: NAK bailout. +[93824.742546] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93834.981776] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120 +[93845.098591] i2c i2c-0: sendbytes: NAK bailout. +[93845.161422] i2c i2c-0: sendbytes: NAK bailout. +[93845.161944] i2c i2c-0: sendbytes: NAK bailout. +[93845.223415] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93855.335283] i2c i2c-0: sendbytes: NAK bailout. +[93855.335818] i2c i2c-0: sendbytes: NAK bailout. +[93855.336337] i2c i2c-0: sendbytes: NAK bailout. +[93855.340543] i2c i2c-0: sendbytes: NAK bailout. +[93855.464091] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93865.576437] i2c i2c-0: sendbytes: NAK bailout. +[93865.700393] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93875.939861] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93886.086797] i2c i2c-0: sendbytes: NAK bailout. +[93886.179291] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109 +[93896.326410] i2c i2c-0: sendbytes: NAK bailout. +[93896.419502] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93906.658985] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93916.898144] EDID block 0 (tag 0x00) checksum is invalid, remainder is 43 +[93927.013757] i2c i2c-0: sendbytes: NAK bailout. +[93927.014298] i2c i2c-0: sendbytes: NAK bailout. +[93927.014830] i2c i2c-0: sendbytes: NAK bailout. +[93927.015362] i2c i2c-0: sendbytes: NAK bailout. +[93927.047973] i2c i2c-0: sendbytes: NAK bailout. +[93927.140246] EDID block 0 (tag 0x00) checksum is invalid, remainder is 117 +[93937.254364] i2c i2c-0: sendbytes: NAK bailout. +[93937.254893] i2c i2c-0: sendbytes: NAK bailout. +[93937.286138] i2c i2c-0: sendbytes: NAK bailout. +[93937.378314] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93947.493664] i2c i2c-0: sendbytes: NAK bailout. +[93947.586623] i2c i2c-0: sendbytes: NAK bailout. +[93947.617668] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93957.856293] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93968.096136] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93978.335748] EDID block 0 (tag 0x00) checksum is invalid, remainder is 43 +[93988.483370] i2c i2c-0: sendbytes: NAK bailout. +[93988.575540] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[93998.690635] i2c i2c-0: sendbytes: NAK bailout. +[93998.692478] i2c i2c-0: sendbytes: NAK bailout. +[93998.815673] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94009.055040] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94019.294305] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94029.503094] i2c i2c-0: sendbytes: NAK bailout. +[94029.503618] i2c i2c-0: sendbytes: NAK bailout. +[94029.534380] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94039.773595] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94050.012935] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94060.160024] i2c i2c-0: sendbytes: NAK bailout. +[94060.191289] i2c i2c-0: sendbytes: NAK bailout. +[94060.252789] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94061.745506] audit: type=1400 audit(1785198423.173:1201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94061.747641] audit: type=1400 audit(1785198423.176:1202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94061.787142] audit: type=1400 audit(1785198423.215:1203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94070.400191] i2c i2c-0: sendbytes: NAK bailout. +[94070.492374] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[94080.606720] i2c i2c-0: sendbytes: NAK bailout. +[94080.607260] i2c i2c-0: sendbytes: NAK bailout. +[94080.641152] i2c i2c-0: sendbytes: NAK bailout. +[94080.672755] i2c i2c-0: sendbytes: NAK bailout. +[94080.673580] i2c i2c-0: sendbytes: NAK bailout. +[94080.735082] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94090.849246] i2c i2c-0: sendbytes: NAK bailout. +[94090.880525] i2c i2c-0: sendbytes: NAK bailout. +[94090.911782] i2c i2c-0: sendbytes: NAK bailout. +[94090.973549] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94101.086649] i2c i2c-0: sendbytes: NAK bailout. +[94101.087183] i2c i2c-0: sendbytes: NAK bailout. +[94101.119562] i2c i2c-0: sendbytes: NAK bailout. +[94101.212076] EDID block 0 (tag 0x00) checksum is invalid, remainder is 61 +[94111.419377] i2c i2c-0: sendbytes: NAK bailout. +[94111.450121] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[94121.690777] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[94131.929441] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94142.168804] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94152.377808] i2c i2c-0: sendbytes: NAK bailout. +[94152.378339] i2c i2c-0: sendbytes: NAK bailout. +[94152.409096] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[94162.523201] i2c i2c-0: sendbytes: NAK bailout. +[94162.648499] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94172.889229] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94183.003725] i2c i2c-0: sendbytes: NAK bailout. +[94183.127983] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179 +[94193.244068] i2c i2c-0: sendbytes: NAK bailout. +[94193.367373] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94203.482611] i2c i2c-0: sendbytes: NAK bailout. +[94203.546247] i2c i2c-0: sendbytes: NAK bailout. +[94203.607725] EDID block 0 (tag 0x00) checksum is invalid, remainder is 236 +[94213.720153] i2c i2c-0: sendbytes: NAK bailout. +[94213.755078] i2c i2c-0: sendbytes: NAK bailout. +[94213.755599] i2c i2c-0: sendbytes: NAK bailout. +[94213.817600] i2c i2c-0: sendbytes: NAK bailout. +[94213.848354] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94223.960800] i2c i2c-0: sendbytes: NAK bailout. +[94224.086055] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109 +[94234.233493] i2c i2c-0: sendbytes: NAK bailout. +[94234.326273] EDID has corrupt header +[94244.442043] i2c i2c-0: sendbytes: NAK bailout. +[94244.442567] i2c i2c-0: sendbytes: NAK bailout. +[94244.535260] i2c i2c-0: sendbytes: NAK bailout. +[94244.566017] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[94254.679595] i2c i2c-0: sendbytes: NAK bailout. +[94254.804699] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94264.918143] i2c i2c-0: sendbytes: NAK bailout. +[94265.044592] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94275.160842] i2c i2c-0: sendbytes: NAK bailout. +[94275.161371] i2c i2c-0: sendbytes: NAK bailout. +[94275.192638] i2c i2c-0: sendbytes: NAK bailout. +[94275.284895] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77 +[94285.399395] i2c i2c-0: sendbytes: NAK bailout. +[94285.432706] i2c i2c-0: sendbytes: NAK bailout. +[94285.525181] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94295.762416] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20 +[94306.003194] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94316.117181] i2c i2c-0: sendbytes: NAK bailout. +[94316.243012] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94326.355734] i2c i2c-0: sendbytes: NAK bailout. +[94326.358352] i2c i2c-0: sendbytes: NAK bailout. +[94326.358877] i2c i2c-0: sendbytes: NAK bailout. +[94326.452866] i2c i2c-0: sendbytes: NAK bailout. +[94326.483940] EDID has corrupt header +[94336.660442] i2c i2c-0: sendbytes: NAK bailout. +[94336.721908] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94346.838028] i2c i2c-0: sendbytes: NAK bailout. +[94346.961291] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94352.912085] audit: type=1400 audit(1785198714.352:1204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94352.914160] audit: type=1400 audit(1785198714.354:1205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94352.953397] audit: type=1400 audit(1785198714.393:1206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94357.078211] i2c i2c-0: sendbytes: NAK bailout. +[94357.078735] i2c i2c-0: sendbytes: NAK bailout. +[94357.202539] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94367.440534] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179 +[94377.557118] i2c i2c-0: sendbytes: NAK bailout. +[94377.680058] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94387.920005] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94398.032918] i2c i2c-0: sendbytes: NAK bailout. +[94398.033442] i2c i2c-0: sendbytes: NAK bailout. +[94398.129663] i2c i2c-0: sendbytes: NAK bailout. +[94398.160412] EDID block 0 (tag 0x00) checksum is invalid, remainder is 4 +[94408.276221] i2c i2c-0: sendbytes: NAK bailout. +[94408.307777] i2c i2c-0: sendbytes: NAK bailout. +[94408.308305] i2c i2c-0: sendbytes: NAK bailout. +[94408.308828] i2c i2c-0: sendbytes: NAK bailout. +[94408.340068] i2c i2c-0: sendbytes: NAK bailout. +[94408.340589] i2c i2c-0: sendbytes: NAK bailout. +[94408.402359] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94418.576667] i2c i2c-0: sendbytes: NAK bailout. +[94418.607899] i2c i2c-0: sendbytes: NAK bailout. +[94418.638643] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94428.752710] i2c i2c-0: sendbytes: NAK bailout. +[94428.754873] i2c i2c-0: sendbytes: NAK bailout. +[94428.880130] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94438.992658] i2c i2c-0: sendbytes: NAK bailout. +[94438.993189] i2c i2c-0: sendbytes: NAK bailout. +[94439.118492] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94449.265034] i2c i2c-0: sendbytes: NAK bailout. +[94449.265559] i2c i2c-0: sendbytes: NAK bailout. +[94449.296827] i2c i2c-0: sendbytes: NAK bailout. +[94449.358320] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94459.597044] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109 +[94469.713820] i2c i2c-0: sendbytes: NAK bailout. +[94469.837051] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94480.075497] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94490.223770] i2c i2c-0: sendbytes: NAK bailout. +[94490.285786] i2c i2c-0: sendbytes: NAK bailout. +[94490.317133] EDID has corrupt header +[94500.555107] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94510.669559] i2c i2c-0: sendbytes: NAK bailout. +[94510.672180] i2c i2c-0: sendbytes: NAK bailout. +[94510.796033] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94520.910173] i2c i2c-0: sendbytes: NAK bailout. +[94520.942766] i2c i2c-0: sendbytes: NAK bailout. +[94520.943287] i2c i2c-0: sendbytes: NAK bailout. +[94520.974533] i2c i2c-0: sendbytes: NAK bailout. +[94521.036626] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94531.274721] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94541.513680] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 +[94551.628999] i2c i2c-0: sendbytes: NAK bailout. +[94551.753253] EDID block 0 (tag 0x00) checksum is invalid, remainder is 228 +[94560.929337] mce: [Hardware Error]: Machine check events logged +[94560.929372] EDAC MC0: 1 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[94561.992890] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94572.107437] i2c i2c-0: sendbytes: NAK bailout. +[94572.107966] i2c i2c-0: sendbytes: NAK bailout. +[94572.141276] i2c i2c-0: sendbytes: NAK bailout. +[94572.233448] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94582.380114] i2c i2c-0: sendbytes: NAK bailout. +[94582.411353] i2c i2c-0: sendbytes: NAK bailout. +[94582.472813] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94590.271144] mce: [Hardware Error]: Machine check events logged +[94590.271179] EDAC MC0: 1 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[94592.587361] i2c i2c-0: sendbytes: NAK bailout. +[94592.711607] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94602.951337] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94608.375988] audit: type=1400 audit(1785198969.826:1207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94608.378134] audit: type=1400 audit(1785198969.828:1208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94608.417366] audit: type=1400 audit(1785198969.867:1209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94613.160343] i2c i2c-0: sendbytes: NAK bailout. +[94613.191101] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94623.304087] i2c i2c-0: sendbytes: NAK bailout. +[94623.307726] i2c i2c-0: sendbytes: NAK bailout. +[94623.369986] i2c i2c-0: sendbytes: NAK bailout. +[94623.431478] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94633.547078] i2c i2c-0: sendbytes: NAK bailout. +[94633.639772] i2c i2c-0: sendbytes: NAK bailout. +[94633.640293] i2c i2c-0: sendbytes: NAK bailout. +[94633.671036] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94643.784321] i2c i2c-0: sendbytes: NAK bailout. +[94643.785871] i2c i2c-0: sendbytes: NAK bailout. +[94643.880552] i2c i2c-0: sendbytes: NAK bailout. +[94643.911299] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94654.148455] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94664.263826] i2c i2c-0: sendbytes: NAK bailout. +[94664.265378] i2c i2c-0: sendbytes: NAK bailout. +[94664.266199] i2c i2c-0: sendbytes: NAK bailout. +[94664.391037] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94674.503064] i2c i2c-0: sendbytes: NAK bailout. +[94674.629093] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94684.742731] i2c i2c-0: sendbytes: NAK bailout. +[94684.868161] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94694.981269] i2c i2c-0: sendbytes: NAK bailout. +[94695.046349] i2c i2c-0: sendbytes: NAK bailout. +[94695.107811] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94705.224545] i2c i2c-0: sendbytes: NAK bailout. +[94705.347514] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94715.460464] i2c i2c-0: sendbytes: NAK bailout. +[94715.556844] i2c i2c-0: sendbytes: NAK bailout. +[94715.557660] i2c i2c-0: sendbytes: NAK bailout. +[94715.588409] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94725.733942] i2c i2c-0: sendbytes: NAK bailout. +[94725.765205] i2c i2c-0: sendbytes: NAK bailout. +[94725.826670] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94736.066049] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94746.304762] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94756.418857] i2c i2c-0: sendbytes: NAK bailout. +[94756.515588] i2c i2c-0: sendbytes: NAK bailout. +[94756.546340] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94766.784645] EDID block 0 (tag 0x00) checksum is invalid, remainder is 123 +[94776.902468] i2c i2c-0: sendbytes: NAK bailout. +[94777.025691] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94797.442088] i2c i2c-0: sendbytes: NAK bailout. +[94797.503879] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94807.616841] i2c i2c-0: sendbytes: NAK bailout. +[94807.743534] EDID block 0 (tag 0x00) checksum is invalid, remainder is 28 +[94817.982248] EDID block 0 (tag 0x00) checksum is invalid, remainder is 246 +[94828.098116] i2c i2c-0: sendbytes: NAK bailout. +[94828.100274] i2c i2c-0: sendbytes: NAK bailout. +[94828.163746] i2c i2c-0: sendbytes: NAK bailout. +[94828.225627] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94838.462003] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94848.576289] i2c i2c-0: sendbytes: NAK bailout. +[94848.576829] i2c i2c-0: sendbytes: NAK bailout. +[94848.610811] i2c i2c-0: sendbytes: NAK bailout. +[94848.642052] i2c i2c-0: sendbytes: NAK bailout. +[94848.673294] i2c i2c-0: sendbytes: NAK bailout. +[94848.704053] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94858.910149] i2c i2c-0: sendbytes: NAK bailout. +[94858.940927] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113 +[94869.180010] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113 +[94879.297123] i2c i2c-0: sendbytes: NAK bailout. +[94879.420330] EDID block 0 (tag 0x00) checksum is invalid, remainder is 236 +[94884.165117] audit: type=1400 audit(1785199245.626:1210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94884.167275] audit: type=1400 audit(1785199245.628:1211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94884.207859] audit: type=1400 audit(1785199245.668:1212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94889.536781] i2c i2c-0: sendbytes: NAK bailout. +[94889.660202] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94899.776625] i2c i2c-0: sendbytes: NAK bailout. +[94899.838608] i2c i2c-0: sendbytes: NAK bailout. +[94899.900657] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[94910.016228] i2c i2c-0: sendbytes: NAK bailout. +[94910.139151] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[94920.254519] i2c i2c-0: sendbytes: NAK bailout. +[94920.379063] EDID has corrupt header +[94930.617789] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[94940.800454] i2c i2c-0: sendbytes: NAK bailout. +[94940.861920] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109 +[94951.097067] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79 +[94961.336312] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94971.576780] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94981.692686] i2c i2c-0: sendbytes: NAK bailout. +[94981.817238] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[94991.931248] i2c i2c-0: sendbytes: NAK bailout. +[94991.933817] i2c i2c-0: sendbytes: NAK bailout. +[94991.996113] i2c i2c-0: sendbytes: NAK bailout. +[94992.057603] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[95002.171599] i2c i2c-0: sendbytes: NAK bailout. +[95002.295537] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95012.409871] i2c i2c-0: sendbytes: NAK bailout. +[95012.410403] i2c i2c-0: sendbytes: NAK bailout. +[95012.535678] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120 +[95022.775107] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121 +[95032.889070] i2c i2c-0: sendbytes: NAK bailout. +[95032.890918] i2c i2c-0: sendbytes: NAK bailout. +[95032.891439] i2c i2c-0: sendbytes: NAK bailout. +[95032.986117] i2c i2c-0: sendbytes: NAK bailout. +[95033.016864] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95043.192760] i2c i2c-0: sendbytes: NAK bailout. +[95043.254551] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79 +[95053.493293] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95063.608901] i2c i2c-0: sendbytes: NAK bailout. +[95063.672425] i2c i2c-0: sendbytes: NAK bailout. +[95063.734308] EDID block 0 (tag 0x00) checksum is invalid, remainder is 232 +[95073.910959] i2c i2c-0: sendbytes: NAK bailout. +[95073.972748] EDID has corrupt header +[95084.089403] i2c i2c-0: sendbytes: NAK bailout. +[95084.120647] i2c i2c-0: sendbytes: NAK bailout. +[95084.151914] i2c i2c-0: sendbytes: NAK bailout. +[95084.213371] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95094.328690] i2c i2c-0: sendbytes: NAK bailout. +[95094.391053] i2c i2c-0: sendbytes: NAK bailout. +[95094.452817] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95104.567249] i2c i2c-0: sendbytes: NAK bailout. +[95104.631869] i2c i2c-0: sendbytes: NAK bailout. +[95104.693324] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95114.930259] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95125.048685] i2c i2c-0: sendbytes: NAK bailout. +[95125.171626] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95135.286061] i2c i2c-0: sendbytes: NAK bailout. +[95135.287613] i2c i2c-0: sendbytes: NAK bailout. +[95135.411563] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 +[95145.649108] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95155.765273] i2c i2c-0: sendbytes: NAK bailout. +[95155.828270] i2c i2c-0: sendbytes: NAK bailout. +[95155.889744] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95161.239397] audit: type=1400 audit(1785199522.710:1213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95161.241211] audit: type=1400 audit(1785199522.712:1214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95161.291857] audit: type=1400 audit(1785199522.762:1215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95166.129733] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95176.337997] i2c i2c-0: sendbytes: NAK bailout. +[95176.369341] EDID has corrupt header +[95186.577523] i2c i2c-0: sendbytes: NAK bailout. +[95186.608279] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120 +[95196.722630] i2c i2c-0: sendbytes: NAK bailout. +[95196.723162] i2c i2c-0: sendbytes: NAK bailout. +[95196.725005] i2c i2c-0: sendbytes: NAK bailout. +[95196.726555] i2c i2c-0: sendbytes: NAK bailout. +[95196.758105] i2c i2c-0: sendbytes: NAK bailout. +[95196.820347] i2c i2c-0: sendbytes: NAK bailout. +[95196.851097] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95207.086996] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[95217.200777] i2c i2c-0: sendbytes: NAK bailout. +[95217.201310] i2c i2c-0: sendbytes: NAK bailout. +[95217.298270] i2c i2c-0: sendbytes: NAK bailout. +[95217.329020] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95227.474499] i2c i2c-0: sendbytes: NAK bailout. +[95227.566984] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95237.806087] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95247.923320] i2c i2c-0: sendbytes: NAK bailout. +[95248.016123] i2c i2c-0: sendbytes: NAK bailout. +[95248.046894] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95258.284700] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95268.524547] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32 +[95278.638356] i2c i2c-0: sendbytes: NAK bailout. +[95278.673291] i2c i2c-0: sendbytes: NAK bailout. +[95278.704541] i2c i2c-0: sendbytes: NAK bailout. +[95278.705354] i2c i2c-0: sendbytes: NAK bailout. +[95278.766831] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95288.882547] i2c i2c-0: sendbytes: NAK bailout. +[95288.883073] i2c i2c-0: sendbytes: NAK bailout. +[95289.006053] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95299.118606] i2c i2c-0: sendbytes: NAK bailout. +[95299.243885] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95309.358221] i2c i2c-0: sendbytes: NAK bailout. +[95309.361386] i2c i2c-0: sendbytes: NAK bailout. +[95309.423922] i2c i2c-0: sendbytes: NAK bailout. +[95309.424444] i2c i2c-0: sendbytes: NAK bailout. +[95309.485900] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 +[95319.722605] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95329.838737] i2c i2c-0: sendbytes: NAK bailout. +[95329.901738] i2c i2c-0: sendbytes: NAK bailout. +[95329.932972] i2c i2c-0: sendbytes: NAK bailout. +[95329.963720] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95340.201944] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95350.318645] i2c i2c-0: sendbytes: NAK bailout. +[95350.349889] i2c i2c-0: sendbytes: NAK bailout. +[95350.381746] i2c i2c-0: sendbytes: NAK bailout. +[95350.413270] i2c i2c-0: sendbytes: NAK bailout. +[95350.414087] i2c i2c-0: sendbytes: NAK bailout. +[95350.414900] i2c i2c-0: sendbytes: NAK bailout. +[95350.445643] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[95360.555158] i2c i2c-0: sendbytes: NAK bailout. +[95360.558063] i2c i2c-0: sendbytes: NAK bailout. +[95360.590347] i2c i2c-0: sendbytes: NAK bailout. +[95360.682868] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95370.794746] i2c i2c-0: sendbytes: NAK bailout. +[95370.921372] EDID block 0 (tag 0x00) checksum is invalid, remainder is 90 +[95381.159832] EDID block 0 (tag 0x00) checksum is invalid, remainder is 123 +[95391.276617] i2c i2c-0: sendbytes: NAK bailout. +[95391.278460] i2c i2c-0: sendbytes: NAK bailout. +[95391.341023] i2c i2c-0: sendbytes: NAK bailout. +[95391.402480] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95401.639082] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95411.754486] i2c i2c-0: sendbytes: NAK bailout. +[95411.756045] i2c i2c-0: sendbytes: NAK bailout. +[95411.880634] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[95421.993036] i2c i2c-0: sendbytes: NAK bailout. +[95421.996222] i2c i2c-0: sendbytes: NAK bailout. +[95422.029077] i2c i2c-0: sendbytes: NAK bailout. +[95422.060314] i2c i2c-0: sendbytes: NAK bailout. +[95422.122165] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95432.357882] EDID block 0 (tag 0x00) checksum is invalid, remainder is 93 +[95442.471942] i2c i2c-0: sendbytes: NAK bailout. +[95442.598057] EDID block 0 (tag 0x00) checksum is invalid, remainder is 19 +[95452.776744] i2c i2c-0: sendbytes: NAK bailout. +[95452.808003] i2c i2c-0: sendbytes: NAK bailout. +[95452.839074] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95457.635426] audit: type=1400 audit(1785199819.118:1216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95457.637798] audit: type=1400 audit(1785199819.120:1217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95457.677470] audit: type=1400 audit(1785199819.160:1218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95463.076972] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95473.192790] i2c i2c-0: sendbytes: NAK bailout. +[95473.226097] i2c i2c-0: sendbytes: NAK bailout. +[95473.257341] i2c i2c-0: sendbytes: NAK bailout. +[95473.318809] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95483.495299] i2c i2c-0: sendbytes: NAK bailout. +[95483.556764] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 +[95493.704075] i2c i2c-0: sendbytes: NAK bailout. +[95493.796574] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179 +[95504.005366] i2c i2c-0: sendbytes: NAK bailout. +[95504.036116] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95514.152246] i2c i2c-0: sendbytes: NAK bailout. +[95514.183595] i2c i2c-0: sendbytes: NAK bailout. +[95514.275951] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95524.390814] i2c i2c-0: sendbytes: NAK bailout. +[95524.453846] i2c i2c-0: sendbytes: NAK bailout. +[95524.454376] i2c i2c-0: sendbytes: NAK bailout. +[95524.485649] i2c i2c-0: sendbytes: NAK bailout. +[95524.516425] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95534.631439] i2c i2c-0: sendbytes: NAK bailout. +[95534.754382] EDID block 0 (tag 0x00) checksum is invalid, remainder is 24 +[95544.870040] i2c i2c-0: sendbytes: NAK bailout. +[95544.870578] i2c i2c-0: sendbytes: NAK bailout. +[95544.902980] i2c i2c-0: sendbytes: NAK bailout. +[95544.965083] i2c i2c-0: sendbytes: NAK bailout. +[95544.995894] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95555.109610] i2c i2c-0: sendbytes: NAK bailout. +[95555.111459] i2c i2c-0: sendbytes: NAK bailout. +[95555.234400] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95565.442424] i2c i2c-0: sendbytes: NAK bailout. +[95565.443242] i2c i2c-0: sendbytes: NAK bailout. +[95565.473987] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95575.712790] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95585.829732] i2c i2c-0: sendbytes: NAK bailout. +[95585.922438] i2c i2c-0: sendbytes: NAK bailout. +[95585.953197] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[95596.191693] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95606.431508] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95616.545120] i2c i2c-0: sendbytes: NAK bailout. +[95616.548315] i2c i2c-0: sendbytes: NAK bailout. +[95616.672469] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121 +[95626.818821] i2c i2c-0: sendbytes: NAK bailout. +[95626.880789] i2c i2c-0: sendbytes: NAK bailout. +[95626.911536] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95637.024665] i2c i2c-0: sendbytes: NAK bailout. +[95637.059017] i2c i2c-0: sendbytes: NAK bailout. +[95637.151185] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95647.267907] i2c i2c-0: sendbytes: NAK bailout. +[95647.391701] EDID block 0 (tag 0x00) checksum is invalid, remainder is 12 +[95657.568971] i2c i2c-0: sendbytes: NAK bailout. +[95657.630735] EDID block 0 (tag 0x00) checksum is invalid, remainder is 133 +[95667.744170] i2c i2c-0: sendbytes: NAK bailout. +[95667.744702] i2c i2c-0: sendbytes: NAK bailout. +[95667.869931] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95678.108803] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95688.317762] i2c i2c-0: sendbytes: NAK bailout. +[95688.348824] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95698.462968] i2c i2c-0: sendbytes: NAK bailout. +[95698.465565] i2c i2c-0: sendbytes: NAK bailout. +[95698.497441] i2c i2c-0: sendbytes: NAK bailout. +[95698.589970] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176 +[95703.556140] audit: type=1400 audit(1785200065.048:1219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95703.558162] audit: type=1400 audit(1785200065.050:1220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95703.597202] audit: type=1400 audit(1785200065.089:1221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95708.704199] i2c i2c-0: sendbytes: NAK bailout. +[95708.828435] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95719.007331] i2c i2c-0: sendbytes: NAK bailout. +[95719.068796] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48 +[95729.180699] i2c i2c-0: sendbytes: NAK bailout. +[95729.307475] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95739.546450] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[95749.663311] i2c i2c-0: sendbytes: NAK bailout. +[95749.786605] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95759.903201] i2c i2c-0: sendbytes: NAK bailout. +[95759.934457] i2c i2c-0: sendbytes: NAK bailout. +[95759.996436] i2c i2c-0: sendbytes: NAK bailout. +[95759.996957] i2c i2c-0: sendbytes: NAK bailout. +[95760.027720] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95770.173820] i2c i2c-0: sendbytes: NAK bailout. +[95770.236366] i2c i2c-0: sendbytes: NAK bailout. +[95770.267174] EDID block 0 (tag 0x00) checksum is invalid, remainder is 196 +[95780.380062] i2c i2c-0: sendbytes: NAK bailout. +[95780.381634] i2c i2c-0: sendbytes: NAK bailout. +[95780.382165] i2c i2c-0: sendbytes: NAK bailout. +[95780.445549] i2c i2c-0: sendbytes: NAK bailout. +[95780.507026] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95790.714567] i2c i2c-0: sendbytes: NAK bailout. +[95790.745327] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192 +[95800.857906] i2c i2c-0: sendbytes: NAK bailout. +[95800.924179] i2c i2c-0: sendbytes: NAK bailout. +[95800.985655] EDID block 0 (tag 0x00) checksum is invalid, remainder is 93 +[95811.100639] i2c i2c-0: sendbytes: NAK bailout. +[95811.224317] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95821.463862] EDID block 0 (tag 0x00) checksum is invalid, remainder is 238 +[95831.579076] i2c i2c-0: sendbytes: NAK bailout. +[95831.611642] i2c i2c-0: sendbytes: NAK bailout. +[95831.612163] i2c i2c-0: sendbytes: NAK bailout. +[95831.674988] i2c i2c-0: sendbytes: NAK bailout. +[95831.705743] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95841.942190] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95852.058291] i2c i2c-0: sendbytes: NAK bailout. +[95852.182205] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95862.296851] i2c i2c-0: sendbytes: NAK bailout. +[95862.299427] i2c i2c-0: sendbytes: NAK bailout. +[95862.361384] i2c i2c-0: sendbytes: NAK bailout. +[95862.423126] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[95872.536138] i2c i2c-0: sendbytes: NAK bailout. +[95872.661427] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95882.900481] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95893.017724] i2c i2c-0: sendbytes: NAK bailout. +[95893.140962] EDID block 0 (tag 0x00) checksum is invalid, remainder is 93 +[95903.379823] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95913.558632] i2c i2c-0: sendbytes: NAK bailout. +[95913.590166] i2c i2c-0: sendbytes: NAK bailout. +[95913.620918] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95923.734145] i2c i2c-0: sendbytes: NAK bailout. +[95923.859110] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95934.098268] EDID block 0 (tag 0x00) checksum is invalid, remainder is 78 +[95944.308164] i2c i2c-0: sendbytes: NAK bailout. +[95944.338963] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95954.486653] i2c i2c-0: sendbytes: NAK bailout. +[95954.578869] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95964.817867] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95971.354111] audit: type=1400 audit(1785200332.857:1222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95971.356789] audit: type=1400 audit(1785200332.860:1223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95971.396687] audit: type=1400 audit(1785200332.899:1224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95974.932130] i2c i2c-0: sendbytes: NAK bailout. +[95974.933974] i2c i2c-0: sendbytes: NAK bailout. +[95974.996944] i2c i2c-0: sendbytes: NAK bailout. +[95975.028470] i2c i2c-0: sendbytes: NAK bailout. +[95975.059223] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[95985.267274] i2c i2c-0: sendbytes: NAK bailout. +[95985.298057] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177 +[95995.475326] i2c i2c-0: sendbytes: NAK bailout. +[95995.536795] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96005.650933] i2c i2c-0: sendbytes: NAK bailout. +[96005.777290] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96015.889770] i2c i2c-0: sendbytes: NAK bailout. +[96015.893985] i2c i2c-0: sendbytes: NAK bailout. +[96016.017489] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96026.254735] EDID block 0 (tag 0x00) checksum is invalid, remainder is 71 +[96036.369713] i2c i2c-0: sendbytes: NAK bailout. +[96036.371553] i2c i2c-0: sendbytes: NAK bailout. +[96036.404103] i2c i2c-0: sendbytes: NAK bailout. +[96036.435371] i2c i2c-0: sendbytes: NAK bailout. +[96036.496826] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[96046.611417] i2c i2c-0: sendbytes: NAK bailout. +[96046.614321] i2c i2c-0: sendbytes: NAK bailout. +[96046.708866] i2c i2c-0: sendbytes: NAK bailout. +[96046.709390] i2c i2c-0: sendbytes: NAK bailout. +[96046.740489] EDID has corrupt header +[96056.849230] i2c i2c-0: sendbytes: NAK bailout. +[96056.850069] i2c i2c-0: sendbytes: NAK bailout. +[96056.850604] i2c i2c-0: sendbytes: NAK bailout. +[96056.852185] i2c i2c-0: sendbytes: NAK bailout. +[96056.945924] i2c i2c-0: sendbytes: NAK bailout. +[96056.946449] i2c i2c-0: sendbytes: NAK bailout. +[96056.977490] EDID has corrupt header +[96067.090933] i2c i2c-0: sendbytes: NAK bailout. +[96067.214210] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96077.392371] i2c i2c-0: sendbytes: NAK bailout. +[96077.453843] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96087.566670] i2c i2c-0: sendbytes: NAK bailout. +[96087.693003] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32 +[96097.932600] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96108.048970] i2c i2c-0: sendbytes: NAK bailout. +[96108.112337] i2c i2c-0: sendbytes: NAK bailout. +[96108.173814] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96118.410925] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96128.650557] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121 +[96138.891349] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96149.130452] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96159.369783] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96169.486849] i2c i2c-0: sendbytes: NAK bailout. +[96169.581566] i2c i2c-0: sendbytes: NAK bailout. +[96169.612341] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96179.724409] i2c i2c-0: sendbytes: NAK bailout. +[96179.725966] i2c i2c-0: sendbytes: NAK bailout. +[96179.758826] i2c i2c-0: sendbytes: NAK bailout. +[96179.851015] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96189.962653] i2c i2c-0: sendbytes: NAK bailout. +[96189.965269] i2c i2c-0: sendbytes: NAK bailout. +[96189.997561] i2c i2c-0: sendbytes: NAK bailout. +[96190.089727] EDID block 0 (tag 0x00) checksum is invalid, remainder is 12 +[96200.204344] i2c i2c-0: sendbytes: NAK bailout. +[96200.205901] i2c i2c-0: sendbytes: NAK bailout. +[96200.268489] i2c i2c-0: sendbytes: NAK bailout. +[96200.269016] i2c i2c-0: sendbytes: NAK bailout. +[96200.330500] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20 +[96210.506807] i2c i2c-0: sendbytes: NAK bailout. +[96210.568589] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96216.966086] audit: type=1400 audit(1785200578.479:1225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96216.967956] audit: type=1400 audit(1785200578.480:1226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96217.008300] audit: type=1400 audit(1785200578.521:1227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96220.746908] i2c i2c-0: sendbytes: NAK bailout. +[96220.747726] i2c i2c-0: sendbytes: NAK bailout. +[96220.809200] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96230.955176] i2c i2c-0: sendbytes: NAK bailout. +[96230.986454] i2c i2c-0: sendbytes: NAK bailout. +[96231.047916] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96241.161717] i2c i2c-0: sendbytes: NAK bailout. +[96241.164591] i2c i2c-0: sendbytes: NAK bailout. +[96241.226959] i2c i2c-0: sendbytes: NAK bailout. +[96241.227481] i2c i2c-0: sendbytes: NAK bailout. +[96241.258764] i2c i2c-0: sendbytes: NAK bailout. +[96241.289616] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96251.496396] i2c i2c-0: sendbytes: NAK bailout. +[96251.527142] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96261.640925] i2c i2c-0: sendbytes: NAK bailout. +[96261.736060] i2c i2c-0: sendbytes: NAK bailout. +[96261.766817] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96271.881525] i2c i2c-0: sendbytes: NAK bailout. +[96272.005779] EDID block 0 (tag 0x00) checksum is invalid, remainder is 0 +[96282.119036] i2c i2c-0: sendbytes: NAK bailout. +[96282.120616] i2c i2c-0: sendbytes: NAK bailout. +[96282.123182] i2c i2c-0: sendbytes: NAK bailout. +[96282.154725] i2c i2c-0: sendbytes: NAK bailout. +[96282.185972] i2c i2c-0: sendbytes: NAK bailout. +[96282.247746] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96292.362407] i2c i2c-0: sendbytes: NAK bailout. +[96292.362944] i2c i2c-0: sendbytes: NAK bailout. +[96292.425041] i2c i2c-0: sendbytes: NAK bailout. +[96292.456285] i2c i2c-0: sendbytes: NAK bailout. +[96292.487380] EDID block 0 (tag 0x00) checksum is invalid, remainder is 238 +[96302.724303] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96312.838849] i2c i2c-0: sendbytes: NAK bailout. +[96312.904618] i2c i2c-0: sendbytes: NAK bailout. +[96312.905433] i2c i2c-0: sendbytes: NAK bailout. +[96312.966914] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96323.080580] i2c i2c-0: sendbytes: NAK bailout. +[96323.173353] i2c i2c-0: sendbytes: NAK bailout. +[96323.204101] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[96333.442619] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96343.621897] i2c i2c-0: sendbytes: NAK bailout. +[96343.683378] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96353.799936] i2c i2c-0: sendbytes: NAK bailout. +[96353.831181] i2c i2c-0: sendbytes: NAK bailout. +[96353.923379] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96364.036873] i2c i2c-0: sendbytes: NAK bailout. +[96364.038427] i2c i2c-0: sendbytes: NAK bailout. +[96364.162349] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119 +[96374.275428] i2c i2c-0: sendbytes: NAK bailout. +[96374.277002] i2c i2c-0: sendbytes: NAK bailout. +[96374.402186] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96384.518156] i2c i2c-0: sendbytes: NAK bailout. +[96384.518699] i2c i2c-0: sendbytes: NAK bailout. +[96384.641949] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48 +[96394.754629] i2c i2c-0: sendbytes: NAK bailout. +[96394.757538] i2c i2c-0: sendbytes: NAK bailout. +[96394.881848] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177 +[96405.119757] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96415.359693] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96425.476101] i2c i2c-0: sendbytes: NAK bailout. +[96425.508722] i2c i2c-0: sendbytes: NAK bailout. +[96425.601008] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96435.808549] i2c i2c-0: sendbytes: NAK bailout. +[96435.839297] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96445.954698] i2c i2c-0: sendbytes: NAK bailout. +[96445.956849] i2c i2c-0: sendbytes: NAK bailout. +[96445.957372] i2c i2c-0: sendbytes: NAK bailout. +[96446.050326] i2c i2c-0: sendbytes: NAK bailout. +[96446.081074] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96456.193570] i2c i2c-0: sendbytes: NAK bailout. +[96456.257882] i2c i2c-0: sendbytes: NAK bailout. +[96456.319346] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96466.434959] i2c i2c-0: sendbytes: NAK bailout. +[96466.435488] i2c i2c-0: sendbytes: NAK bailout. +[96466.436011] i2c i2c-0: sendbytes: NAK bailout. +[96466.436537] i2c i2c-0: sendbytes: NAK bailout. +[96466.467842] i2c i2c-0: sendbytes: NAK bailout. +[96466.499097] i2c i2c-0: sendbytes: NAK bailout. +[96466.500205] i2c i2c-0: sendbytes: NAK bailout. +[96466.561674] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96476.675086] i2c i2c-0: sendbytes: NAK bailout. +[96476.769720] i2c i2c-0: sendbytes: NAK bailout. +[96476.800467] EDID block 0 (tag 0x00) checksum is invalid, remainder is 232 +[96487.006760] i2c i2c-0: sendbytes: NAK bailout. +[96487.037817] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96497.150626] i2c i2c-0: sendbytes: NAK bailout. +[96497.277634] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79 +[96507.392887] i2c i2c-0: sendbytes: NAK bailout. +[96507.425180] i2c i2c-0: sendbytes: NAK bailout. +[96507.517735] EDID block 0 (tag 0x00) checksum is invalid, remainder is 26 +[96510.632921] audit: type=1400 audit(1785200872.157:1228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96510.636570] audit: type=1400 audit(1785200872.160:1229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96510.675915] audit: type=1400 audit(1785200872.200:1230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96517.755656] EDID block 0 (tag 0x00) checksum is invalid, remainder is 71 +[96527.869415] i2c i2c-0: sendbytes: NAK bailout. +[96527.904376] i2c i2c-0: sendbytes: NAK bailout. +[96527.996592] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[96538.109005] i2c i2c-0: sendbytes: NAK bailout. +[96538.235135] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79 +[96548.474439] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8 +[96558.591583] i2c i2c-0: sendbytes: NAK bailout. +[96558.592113] i2c i2c-0: sendbytes: NAK bailout. +[96558.684818] i2c i2c-0: sendbytes: NAK bailout. +[96558.715852] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96568.953856] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96579.193766] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[96589.340829] i2c i2c-0: sendbytes: NAK bailout. +[96589.403083] i2c i2c-0: sendbytes: NAK bailout. +[96589.433827] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192 +[96599.546636] i2c i2c-0: sendbytes: NAK bailout. +[96599.547167] i2c i2c-0: sendbytes: NAK bailout. +[96599.550060] i2c i2c-0: sendbytes: NAK bailout. +[96599.644320] i2c i2c-0: sendbytes: NAK bailout. +[96599.644840] i2c i2c-0: sendbytes: NAK bailout. +[96599.675903] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96609.915090] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96620.027935] i2c i2c-0: sendbytes: NAK bailout. +[96620.122744] i2c i2c-0: sendbytes: NAK bailout. +[96620.153850] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96630.299505] i2c i2c-0: sendbytes: NAK bailout. +[96630.391987] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96640.570248] i2c i2c-0: sendbytes: NAK bailout. +[96640.570782] i2c i2c-0: sendbytes: NAK bailout. +[96640.632288] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96650.748323] i2c i2c-0: sendbytes: NAK bailout. +[96650.872477] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96661.018620] i2c i2c-0: sendbytes: NAK bailout. +[96661.110848] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[96671.228201] i2c i2c-0: sendbytes: NAK bailout. +[96671.352018] EDID has corrupt header +[96681.465023] i2c i2c-0: sendbytes: NAK bailout. +[96681.465841] i2c i2c-0: sendbytes: NAK bailout. +[96681.591357] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96691.706099] i2c i2c-0: sendbytes: NAK bailout. +[96691.737391] i2c i2c-0: sendbytes: NAK bailout. +[96691.799350] i2c i2c-0: sendbytes: NAK bailout. +[96691.830114] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[96701.944959] i2c i2c-0: sendbytes: NAK bailout. +[96702.069178] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96712.185285] i2c i2c-0: sendbytes: NAK bailout. +[96712.309834] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96722.423136] i2c i2c-0: sendbytes: NAK bailout. +[96722.424690] i2c i2c-0: sendbytes: NAK bailout. +[96722.549063] EDID block 0 (tag 0x00) checksum is invalid, remainder is 175 +[96732.661391] i2c i2c-0: sendbytes: NAK bailout. +[96732.695846] i2c i2c-0: sendbytes: NAK bailout. +[96732.758701] i2c i2c-0: sendbytes: NAK bailout. +[96732.789501] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96743.026780] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96753.236730] i2c i2c-0: sendbytes: NAK bailout. +[96753.267779] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96763.381223] i2c i2c-0: sendbytes: NAK bailout. +[96763.381748] i2c i2c-0: sendbytes: NAK bailout. +[96763.476529] i2c i2c-0: sendbytes: NAK bailout. +[96763.507872] EDID block 0 (tag 0x00) checksum is invalid, remainder is 4 +[96773.622849] i2c i2c-0: sendbytes: NAK bailout. +[96773.623672] i2c i2c-0: sendbytes: NAK bailout. +[96773.656264] i2c i2c-0: sendbytes: NAK bailout. +[96773.748481] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77 +[96783.859365] i2c i2c-0: sendbytes: NAK bailout. +[96783.859890] i2c i2c-0: sendbytes: NAK bailout. +[96783.894632] i2c i2c-0: sendbytes: NAK bailout. +[96783.987052] EDID block 0 (tag 0x00) checksum is invalid, remainder is 0 +[96794.100031] i2c i2c-0: sendbytes: NAK bailout. +[96794.225451] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96804.372976] i2c i2c-0: sendbytes: NAK bailout. +[96804.435231] i2c i2c-0: sendbytes: NAK bailout. +[96804.465980] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96806.872438] audit: type=1400 audit(1785201168.408:1231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96806.874637] audit: type=1400 audit(1785201168.410:1232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96806.913654] audit: type=1400 audit(1785201168.449:1233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96814.704243] EDID has corrupt header +[96824.820340] i2c i2c-0: sendbytes: NAK bailout. +[96824.822483] i2c i2c-0: sendbytes: NAK bailout. +[96824.945821] EDID block 0 (tag 0x00) checksum is invalid, remainder is 137 +[96835.183506] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96845.361507] i2c i2c-0: sendbytes: NAK bailout. +[96845.393045] i2c i2c-0: sendbytes: NAK bailout. +[96845.423804] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96855.571004] i2c i2c-0: sendbytes: NAK bailout. +[96855.663194] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96865.777219] i2c i2c-0: sendbytes: NAK bailout. +[96865.902467] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96876.141693] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96886.256403] i2c i2c-0: sendbytes: NAK bailout. +[96886.382550] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96896.620785] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20 +[96906.734550] i2c i2c-0: sendbytes: NAK bailout. +[96906.862349] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96917.008576] i2c i2c-0: sendbytes: NAK bailout. +[96917.040105] i2c i2c-0: sendbytes: NAK bailout. +[96917.071631] i2c i2c-0: sendbytes: NAK bailout. +[96917.102376] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96927.214804] i2c i2c-0: sendbytes: NAK bailout. +[96927.217398] i2c i2c-0: sendbytes: NAK bailout. +[96927.340486] EDID block 0 (tag 0x00) checksum is invalid, remainder is 144 +[96937.457331] i2c i2c-0: sendbytes: NAK bailout. +[96937.520199] i2c i2c-0: sendbytes: NAK bailout. +[96937.521012] i2c i2c-0: sendbytes: NAK bailout. +[96937.521531] i2c i2c-0: sendbytes: NAK bailout. +[96937.583592] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96947.694291] i2c i2c-0: sendbytes: NAK bailout. +[96947.728242] i2c i2c-0: sendbytes: NAK bailout. +[96947.820715] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[96957.997679] i2c i2c-0: sendbytes: NAK bailout. +[96958.059166] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96968.298039] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96978.507594] i2c i2c-0: sendbytes: NAK bailout. +[96978.538352] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96988.654750] i2c i2c-0: sendbytes: NAK bailout. +[96988.778264] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[96998.893003] i2c i2c-0: sendbytes: NAK bailout. +[96998.893538] i2c i2c-0: sendbytes: NAK bailout. +[96998.894059] i2c i2c-0: sendbytes: NAK bailout. +[96998.894581] i2c i2c-0: sendbytes: NAK bailout. +[96998.895101] i2c i2c-0: sendbytes: NAK bailout. +[97009.131880] i2c i2c-0: sendbytes: NAK bailout. +[97009.132702] i2c i2c-0: sendbytes: NAK bailout. +[97009.197018] i2c i2c-0: sendbytes: NAK bailout. +[97009.258473] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97019.372233] i2c i2c-0: sendbytes: NAK bailout. +[97019.496265] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97029.610822] i2c i2c-0: sendbytes: NAK bailout. +[97029.611360] i2c i2c-0: sendbytes: NAK bailout. +[97029.675510] i2c i2c-0: sendbytes: NAK bailout. +[97029.706764] i2c i2c-0: sendbytes: NAK bailout. +[97029.737530] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97039.975358] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97050.091015] i2c i2c-0: sendbytes: NAK bailout. +[97050.154628] i2c i2c-0: sendbytes: NAK bailout. +[97050.216097] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97057.519859] audit: type=1400 audit(1785201419.066:1234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97057.521963] audit: type=1400 audit(1785201419.068:1235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97057.560643] audit: type=1400 audit(1785201419.106:1236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97060.331947] i2c i2c-0: sendbytes: NAK bailout. +[97060.425553] i2c i2c-0: sendbytes: NAK bailout. +[97060.456310] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97070.570205] i2c i2c-0: sendbytes: NAK bailout. +[97070.664261] i2c i2c-0: sendbytes: NAK bailout. +[97070.695023] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97080.873133] i2c i2c-0: sendbytes: NAK bailout. +[97080.934890] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97091.143758] i2c i2c-0: sendbytes: NAK bailout. +[97091.144577] i2c i2c-0: sendbytes: NAK bailout. +[97091.175342] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97101.287981] i2c i2c-0: sendbytes: NAK bailout. +[97101.413530] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10 +[97111.527599] i2c i2c-0: sendbytes: NAK bailout. +[97111.653908] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79 +[97121.862332] i2c i2c-0: sendbytes: NAK bailout. +[97121.893378] EDID has corrupt header +[97132.132511] EDID block 0 (tag 0x00) checksum is invalid, remainder is 196 +[97142.370886] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119 +[97152.519029] i2c i2c-0: sendbytes: NAK bailout. +[97152.519557] i2c i2c-0: sendbytes: NAK bailout. +[97152.611744] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[97162.726878] i2c i2c-0: sendbytes: NAK bailout. +[97162.759439] i2c i2c-0: sendbytes: NAK bailout. +[97162.821403] i2c i2c-0: sendbytes: NAK bailout. +[97162.821923] i2c i2c-0: sendbytes: NAK bailout. +[97162.852669] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97173.089904] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97183.329583] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97193.569996] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97203.683980] i2c i2c-0: sendbytes: NAK bailout. +[97203.685854] i2c i2c-0: sendbytes: NAK bailout. +[97203.686693] i2c i2c-0: sendbytes: NAK bailout. +[97203.688578] i2c i2c-0: sendbytes: NAK bailout. +[97203.811818] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97214.018124] i2c i2c-0: sendbytes: NAK bailout. +[97214.048895] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97224.164180] i2c i2c-0: sendbytes: NAK bailout. +[97224.227191] i2c i2c-0: sendbytes: NAK bailout. +[97224.288651] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97234.497845] i2c i2c-0: sendbytes: NAK bailout. +[97234.528596] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48 +[97244.644409] i2c i2c-0: sendbytes: NAK bailout. +[97244.767365] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97254.915092] i2c i2c-0: sendbytes: NAK bailout. +[97254.915622] i2c i2c-0: sendbytes: NAK bailout. +[97254.978019] i2c i2c-0: sendbytes: NAK bailout. +[97254.978543] i2c i2c-0: sendbytes: NAK bailout. +[97255.009373] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97261.025335] mce: [Hardware Error]: Machine check events logged +[97261.025373] EDAC MC0: 1 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[97265.120496] i2c i2c-0: sendbytes: NAK bailout. +[97265.185853] i2c i2c-0: sendbytes: NAK bailout. +[97265.247627] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97275.486763] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97285.603127] i2c i2c-0: sendbytes: NAK bailout. +[97285.603673] i2c i2c-0: sendbytes: NAK bailout. +[97285.696454] i2c i2c-0: sendbytes: NAK bailout. +[97285.727243] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97285.846431] audit: type=1400 audit(1785201647.401:1237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97285.848589] audit: type=1400 audit(1785201647.404:1238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97285.887739] audit: type=1400 audit(1785201647.442:1239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97295.965072] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97306.080973] i2c i2c-0: sendbytes: NAK bailout. +[97306.143990] i2c i2c-0: sendbytes: NAK bailout. +[97306.205550] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97316.321597] i2c i2c-0: sendbytes: NAK bailout. +[97316.444802] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97326.560169] i2c i2c-0: sendbytes: NAK bailout. +[97326.560706] i2c i2c-0: sendbytes: NAK bailout. +[97326.684987] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97336.799045] i2c i2c-0: sendbytes: NAK bailout. +[97336.799573] i2c i2c-0: sendbytes: NAK bailout. +[97336.864231] i2c i2c-0: sendbytes: NAK bailout. +[97336.895784] i2c i2c-0: sendbytes: NAK bailout. +[97336.926563] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97347.041274] i2c i2c-0: sendbytes: NAK bailout. +[97347.164756] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97357.280566] i2c i2c-0: sendbytes: NAK bailout. +[97357.311804] i2c i2c-0: sendbytes: NAK bailout. +[97357.374109] i2c i2c-0: sendbytes: NAK bailout. +[97357.404874] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177 +[97367.550718] i2c i2c-0: sendbytes: NAK bailout. +[97367.582129] i2c i2c-0: sendbytes: NAK bailout. +[97367.643584] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97377.851948] i2c i2c-0: sendbytes: NAK bailout. +[97377.882989] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97387.996670] i2c i2c-0: sendbytes: NAK bailout. +[97388.122806] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 +[97398.300574] i2c i2c-0: sendbytes: NAK bailout. +[97398.332393] i2c i2c-0: sendbytes: NAK bailout. +[97398.363138] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97408.476955] i2c i2c-0: sendbytes: NAK bailout. +[97408.570961] i2c i2c-0: sendbytes: NAK bailout. +[97408.601706] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8 +[97418.718193] i2c i2c-0: sendbytes: NAK bailout. +[97418.841439] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97428.954083] i2c i2c-0: sendbytes: NAK bailout. +[97429.080750] EDID block 0 (tag 0x00) checksum is invalid, remainder is 170 +[97439.258684] i2c i2c-0: sendbytes: NAK bailout. +[97439.320186] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97449.433281] i2c i2c-0: sendbytes: NAK bailout. +[97449.560008] EDID has corrupt header +[97459.738129] i2c i2c-0: sendbytes: NAK bailout. +[97459.799893] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97469.915434] i2c i2c-0: sendbytes: NAK bailout. +[97470.009465] i2c i2c-0: sendbytes: NAK bailout. +[97470.040220] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97480.152071] i2c i2c-0: sendbytes: NAK bailout. +[97480.278691] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[97490.395782] i2c i2c-0: sendbytes: NAK bailout. +[97490.458114] i2c i2c-0: sendbytes: NAK bailout. +[97490.458635] i2c i2c-0: sendbytes: NAK bailout. +[97490.520119] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97500.757807] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16 +[97510.873966] i2c i2c-0: sendbytes: NAK bailout. +[97510.874503] i2c i2c-0: sendbytes: NAK bailout. +[97510.936494] i2c i2c-0: sendbytes: NAK bailout. +[97510.998248] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 +[97521.111520] i2c i2c-0: sendbytes: NAK bailout. +[97521.112051] i2c i2c-0: sendbytes: NAK bailout. +[97521.207433] i2c i2c-0: sendbytes: NAK bailout. +[97521.238187] EDID block 0 (tag 0x00) checksum is invalid, remainder is 236 +[97531.353162] i2c i2c-0: sendbytes: NAK bailout. +[97531.446511] i2c i2c-0: sendbytes: NAK bailout. +[97531.447330] i2c i2c-0: sendbytes: NAK bailout. +[97531.478090] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97541.592320] i2c i2c-0: sendbytes: NAK bailout. +[97541.594168] i2c i2c-0: sendbytes: NAK bailout. +[97541.717460] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97551.830324] i2c i2c-0: sendbytes: NAK bailout. +[97551.830857] i2c i2c-0: sendbytes: NAK bailout. +[97551.956790] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97556.462678] audit: type=1400 audit(1785201918.028:1240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97556.464731] audit: type=1400 audit(1785201918.030:1241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97556.504716] audit: type=1400 audit(1785201918.070:1242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97562.070928] i2c i2c-0: sendbytes: NAK bailout. +[97562.072476] i2c i2c-0: sendbytes: NAK bailout. +[97562.072997] i2c i2c-0: sendbytes: NAK bailout. +[97562.104238] i2c i2c-0: sendbytes: NAK bailout. +[97562.196441] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97572.311568] i2c i2c-0: sendbytes: NAK bailout. +[97572.434501] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10 +[97582.550127] i2c i2c-0: sendbytes: NAK bailout. +[97582.582707] i2c i2c-0: sendbytes: NAK bailout. +[97582.674877] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97592.884111] i2c i2c-0: sendbytes: NAK bailout. +[97592.884934] i2c i2c-0: sendbytes: NAK bailout. +[97592.915685] EDID block 0 (tag 0x00) checksum is invalid, remainder is 58 +[97603.030948] i2c i2c-0: sendbytes: NAK bailout. +[97603.031473] i2c i2c-0: sendbytes: NAK bailout. +[97603.154935] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97613.270258] i2c i2c-0: sendbytes: NAK bailout. +[97613.393218] EDID block 0 (tag 0x00) checksum is invalid, remainder is 86 +[97623.632264] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97633.746055] i2c i2c-0: sendbytes: NAK bailout. +[97633.746592] i2c i2c-0: sendbytes: NAK bailout. +[97633.749493] i2c i2c-0: sendbytes: NAK bailout. +[97633.750309] i2c i2c-0: sendbytes: NAK bailout. +[97633.874870] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97644.111821] EDID block 0 (tag 0x00) checksum is invalid, remainder is 122 +[97654.225250] i2c i2c-0: sendbytes: NAK bailout. +[97654.225783] i2c i2c-0: sendbytes: NAK bailout. +[97654.321857] i2c i2c-0: sendbytes: NAK bailout. +[97654.352600] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97664.465896] i2c i2c-0: sendbytes: NAK bailout. +[97664.467744] i2c i2c-0: sendbytes: NAK bailout. +[97664.468265] i2c i2c-0: sendbytes: NAK bailout. +[97664.500859] i2c i2c-0: sendbytes: NAK bailout. +[97664.593045] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97674.738840] i2c i2c-0: sendbytes: NAK bailout. +[97674.831032] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97684.945684] i2c i2c-0: sendbytes: NAK bailout. +[97685.010033] i2c i2c-0: sendbytes: NAK bailout. +[97685.071851] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97695.183637] i2c i2c-0: sendbytes: NAK bailout. +[97695.310294] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97705.426336] i2c i2c-0: sendbytes: NAK bailout. +[97705.426868] i2c i2c-0: sendbytes: NAK bailout. +[97705.549774] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97715.666234] i2c i2c-0: sendbytes: NAK bailout. +[97715.666766] i2c i2c-0: sendbytes: NAK bailout. +[97715.789656] EDID block 0 (tag 0x00) checksum is invalid, remainder is 24 +[97725.903498] i2c i2c-0: sendbytes: NAK bailout. +[97726.028722] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97736.143087] i2c i2c-0: sendbytes: NAK bailout. +[97736.145959] i2c i2c-0: sendbytes: NAK bailout. +[97736.269480] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97746.381627] i2c i2c-0: sendbytes: NAK bailout. +[97746.508531] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 +[97756.747615] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[97766.861988] i2c i2c-0: sendbytes: NAK bailout. +[97766.863570] i2c i2c-0: sendbytes: NAK bailout. +[97766.867055] i2c i2c-0: sendbytes: NAK bailout. +[97766.990193] EDID block 0 (tag 0x00) checksum is invalid, remainder is 93 +[97777.195727] i2c i2c-0: sendbytes: NAK bailout. +[97777.226481] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97787.466464] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97797.613552] i2c i2c-0: sendbytes: NAK bailout. +[97797.645106] i2c i2c-0: sendbytes: NAK bailout. +[97797.706552] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97807.822356] i2c i2c-0: sendbytes: NAK bailout. +[97807.945426] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177 +[97814.277115] audit: type=1400 audit(1785202175.851:1243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97814.279943] audit: type=1400 audit(1785202175.854:1244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97814.320073] audit: type=1400 audit(1785202175.894:1245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97818.123678] i2c i2c-0: sendbytes: NAK bailout. +[97818.185486] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97828.332537] i2c i2c-0: sendbytes: NAK bailout. +[97828.425424] EDID has corrupt header +[97838.541404] i2c i2c-0: sendbytes: NAK bailout. +[97838.572654] i2c i2c-0: sendbytes: NAK bailout. +[97838.665157] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97848.843870] i2c i2c-0: sendbytes: NAK bailout. +[97848.905469] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97859.143275] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[97869.321794] i2c i2c-0: sendbytes: NAK bailout. +[97869.383283] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97879.622751] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97889.738371] i2c i2c-0: sendbytes: NAK bailout. +[97889.862596] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97899.982125] i2c i2c-0: sendbytes: NAK bailout. +[97900.105038] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177 +[97910.217303] i2c i2c-0: sendbytes: NAK bailout. +[97910.249603] i2c i2c-0: sendbytes: NAK bailout. +[97910.250124] i2c i2c-0: sendbytes: NAK bailout. +[97910.342642] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97920.455857] i2c i2c-0: sendbytes: NAK bailout. +[97920.581444] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[97930.759846] i2c i2c-0: sendbytes: NAK bailout. +[97930.821313] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97940.938979] i2c i2c-0: sendbytes: NAK bailout. +[97940.970547] i2c i2c-0: sendbytes: NAK bailout. +[97941.063322] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 +[97951.175686] i2c i2c-0: sendbytes: NAK bailout. +[97951.270495] i2c i2c-0: sendbytes: NAK bailout. +[97951.301307] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[97961.447606] i2c i2c-0: sendbytes: NAK bailout. +[97961.540101] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121 +[97971.779259] EDID has corrupt header +[97982.018506] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[97992.167666] i2c i2c-0: sendbytes: NAK bailout. +[97992.260181] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77 +[98002.371592] i2c i2c-0: sendbytes: NAK bailout. +[98002.373471] i2c i2c-0: sendbytes: NAK bailout. +[98002.373995] i2c i2c-0: sendbytes: NAK bailout. +[98002.438602] i2c i2c-0: sendbytes: NAK bailout. +[98002.500396] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98012.738258] EDID has corrupt header +[98022.916255] i2c i2c-0: sendbytes: NAK bailout. +[98022.977728] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98033.092473] i2c i2c-0: sendbytes: NAK bailout. +[98033.216466] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98043.333621] i2c i2c-0: sendbytes: NAK bailout. +[98043.457994] EDID has corrupt header +[98053.603394] i2c i2c-0: sendbytes: NAK bailout. +[98053.695884] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[98063.935835] EDID block 0 (tag 0x00) checksum is invalid, remainder is 74 +[98074.051876] i2c i2c-0: sendbytes: NAK bailout. +[98074.083728] i2c i2c-0: sendbytes: NAK bailout. +[98074.084249] i2c i2c-0: sendbytes: NAK bailout. +[98074.176474] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[98084.291661] i2c i2c-0: sendbytes: NAK bailout. +[98084.292206] i2c i2c-0: sendbytes: NAK bailout. +[98084.385505] i2c i2c-0: sendbytes: NAK bailout. +[98084.416270] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98092.161972] audit: type=1400 audit(1785202453.748:1246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98092.164066] audit: type=1400 audit(1785202453.750:1247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98092.202190] audit: type=1400 audit(1785202453.788:1248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98094.592542] i2c i2c-0: sendbytes: NAK bailout. +[98094.624394] i2c i2c-0: sendbytes: NAK bailout. +[98094.655142] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98104.768625] i2c i2c-0: sendbytes: NAK bailout. +[98104.893891] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98115.102911] i2c i2c-0: sendbytes: NAK bailout. +[98115.134260] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98125.246761] i2c i2c-0: sendbytes: NAK bailout. +[98125.248337] i2c i2c-0: sendbytes: NAK bailout. +[98125.374256] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48 +[98135.582220] i2c i2c-0: sendbytes: NAK bailout. +[98135.582744] i2c i2c-0: sendbytes: NAK bailout. +[98135.613814] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98145.821889] i2c i2c-0: sendbytes: NAK bailout. +[98145.822415] i2c i2c-0: sendbytes: NAK bailout. +[98145.853478] EDID has corrupt header +[98155.966903] i2c i2c-0: sendbytes: NAK bailout. +[98155.967723] i2c i2c-0: sendbytes: NAK bailout. +[98156.062432] i2c i2c-0: sendbytes: NAK bailout. +[98156.093181] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119 +[98166.205168] i2c i2c-0: sendbytes: NAK bailout. +[98166.205700] i2c i2c-0: sendbytes: NAK bailout. +[98166.206220] i2c i2c-0: sendbytes: NAK bailout. +[98166.333987] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98176.571742] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98186.718790] i2c i2c-0: sendbytes: NAK bailout. +[98186.719315] i2c i2c-0: sendbytes: NAK bailout. +[98186.750881] i2c i2c-0: sendbytes: NAK bailout. +[98186.751402] i2c i2c-0: sendbytes: NAK bailout. +[98186.812954] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98197.050109] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98207.289356] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98217.528657] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98227.707395] i2c i2c-0: sendbytes: NAK bailout. +[98227.768901] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[98238.008999] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[98248.121956] i2c i2c-0: sendbytes: NAK bailout. +[98248.122488] i2c i2c-0: sendbytes: NAK bailout. +[98248.125088] i2c i2c-0: sendbytes: NAK bailout. +[98248.249360] EDID block 0 (tag 0x00) checksum is invalid, remainder is 144 +[98258.487909] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98268.603243] i2c i2c-0: sendbytes: NAK bailout. +[98268.635617] i2c i2c-0: sendbytes: NAK bailout. +[98268.666876] i2c i2c-0: sendbytes: NAK bailout. +[98268.728635] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98278.875183] i2c i2c-0: sendbytes: NAK bailout. +[98278.967702] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98289.082743] i2c i2c-0: sendbytes: NAK bailout. +[98289.083567] i2c i2c-0: sendbytes: NAK bailout. +[98289.177288] i2c i2c-0: sendbytes: NAK bailout. +[98289.177809] i2c i2c-0: sendbytes: NAK bailout. +[98289.208560] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[98299.448471] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98309.559535] i2c i2c-0: sendbytes: NAK bailout. +[98309.685546] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98319.833343] i2c i2c-0: sendbytes: NAK bailout. +[98319.925588] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98330.038739] i2c i2c-0: sendbytes: NAK bailout. +[98330.039277] i2c i2c-0: sendbytes: NAK bailout. +[98330.135412] i2c i2c-0: sendbytes: NAK bailout. +[98330.166170] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179 +[98340.280690] i2c i2c-0: sendbytes: NAK bailout. +[98340.281216] i2c i2c-0: sendbytes: NAK bailout. +[98340.405511] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98350.521033] i2c i2c-0: sendbytes: NAK bailout. +[98350.552589] i2c i2c-0: sendbytes: NAK bailout. +[98350.553110] i2c i2c-0: sendbytes: NAK bailout. +[98350.615398] i2c i2c-0: sendbytes: NAK bailout. +[98350.615919] i2c i2c-0: sendbytes: NAK bailout. +[98350.646678] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98360.761923] i2c i2c-0: sendbytes: NAK bailout. +[98360.884942] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98371.001712] i2c i2c-0: sendbytes: NAK bailout. +[98371.002238] i2c i2c-0: sendbytes: NAK bailout. +[98371.095148] i2c i2c-0: sendbytes: NAK bailout. +[98371.095669] i2c i2c-0: sendbytes: NAK bailout. +[98371.126574] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77 +[98381.238817] i2c i2c-0: sendbytes: NAK bailout. +[98381.240373] i2c i2c-0: sendbytes: NAK bailout. +[98381.363291] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98389.338299] audit: type=1400 audit(1785202750.936:1249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98389.340491] audit: type=1400 audit(1785202750.938:1250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98389.380445] audit: type=1400 audit(1785202750.978:1251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98391.477374] i2c i2c-0: sendbytes: NAK bailout. +[98391.602632] EDID block 0 (tag 0x00) checksum is invalid, remainder is 178 +[98401.841996] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98412.081050] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98422.196172] i2c i2c-0: sendbytes: NAK bailout. +[98422.291244] i2c i2c-0: sendbytes: NAK bailout. +[98422.322013] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98432.561077] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98442.801209] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98453.010047] i2c i2c-0: sendbytes: NAK bailout. +[98453.010575] i2c i2c-0: sendbytes: NAK bailout. +[98453.011392] i2c i2c-0: sendbytes: NAK bailout. +[98453.042143] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98463.155613] i2c i2c-0: sendbytes: NAK bailout. +[98463.250023] i2c i2c-0: sendbytes: NAK bailout. +[98463.281078] EDID has corrupt header +[98473.393120] i2c i2c-0: sendbytes: NAK bailout. +[98473.520366] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98483.633774] i2c i2c-0: sendbytes: NAK bailout. +[98483.758994] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98493.997811] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98504.239469] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98514.353598] i2c i2c-0: sendbytes: NAK bailout. +[98514.477810] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98524.718104] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98534.833374] i2c i2c-0: sendbytes: NAK bailout. +[98534.957931] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98545.134969] i2c i2c-0: sendbytes: NAK bailout. +[98545.197025] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179 +[98555.310950] i2c i2c-0: sendbytes: NAK bailout. +[98555.436560] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98565.552866] i2c i2c-0: sendbytes: NAK bailout. +[98565.554420] i2c i2c-0: sendbytes: NAK bailout. +[98565.677615] EDID has corrupt header +[98575.914598] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177 +[98586.094017] i2c i2c-0: sendbytes: NAK bailout. +[98586.156099] EDID block 0 (tag 0x00) checksum is invalid, remainder is 112 +[98596.394108] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98606.507895] i2c i2c-0: sendbytes: NAK bailout. +[98606.509477] i2c i2c-0: sendbytes: NAK bailout. +[98606.604492] i2c i2c-0: sendbytes: NAK bailout. +[98606.605013] i2c i2c-0: sendbytes: NAK bailout. +[98606.636057] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98616.748541] i2c i2c-0: sendbytes: NAK bailout. +[98616.874203] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98627.052655] i2c i2c-0: sendbytes: NAK bailout. +[98627.114163] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98637.323134] i2c i2c-0: sendbytes: NAK bailout. +[98637.354219] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98647.467931] i2c i2c-0: sendbytes: NAK bailout. +[98647.470524] i2c i2c-0: sendbytes: NAK bailout. +[98647.471054] i2c i2c-0: sendbytes: NAK bailout. +[98647.502319] i2c i2c-0: sendbytes: NAK bailout. +[98647.533892] i2c i2c-0: sendbytes: NAK bailout. +[98647.595382] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98657.831345] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98664.323558] audit: type=1400 audit(1785203025.932:1252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98664.325383] audit: type=1400 audit(1785203025.934:1253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98664.364560] audit: type=1400 audit(1785203025.973:1254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98667.946532] i2c i2c-0: sendbytes: NAK bailout. +[98667.947064] i2c i2c-0: sendbytes: NAK bailout. +[98667.949629] i2c i2c-0: sendbytes: NAK bailout. +[98667.950150] i2c i2c-0: sendbytes: NAK bailout. +[98668.073407] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98678.185086] i2c i2c-0: sendbytes: NAK bailout. +[98678.185639] i2c i2c-0: sendbytes: NAK bailout. +[98678.188521] i2c i2c-0: sendbytes: NAK bailout. +[98678.189048] i2c i2c-0: sendbytes: NAK bailout. +[98678.313725] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98688.424680] i2c i2c-0: sendbytes: NAK bailout. +[98688.521203] i2c i2c-0: sendbytes: NAK bailout. +[98688.552016] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98698.667182] i2c i2c-0: sendbytes: NAK bailout. +[98698.730385] i2c i2c-0: sendbytes: NAK bailout. +[98698.792156] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98709.030095] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79 +[98719.239714] i2c i2c-0: sendbytes: NAK bailout. +[98719.270863] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179 +[98729.383073] i2c i2c-0: sendbytes: NAK bailout. +[98729.509515] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[98739.719808] i2c i2c-0: sendbytes: NAK bailout. +[98739.750629] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98749.959732] i2c i2c-0: sendbytes: NAK bailout. +[98749.990496] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98760.227705] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[98770.341465] i2c i2c-0: sendbytes: NAK bailout. +[98770.467823] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98780.584165] i2c i2c-0: sendbytes: NAK bailout. +[98780.646429] i2c i2c-0: sendbytes: NAK bailout. +[98780.707887] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98790.821715] i2c i2c-0: sendbytes: NAK bailout. +[98790.824586] i2c i2c-0: sendbytes: NAK bailout. +[98790.947491] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98801.094096] i2c i2c-0: sendbytes: NAK bailout. +[98801.186296] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98811.426649] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98821.573570] i2c i2c-0: sendbytes: NAK bailout. +[98821.635847] i2c i2c-0: sendbytes: NAK bailout. +[98821.666648] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98831.813469] i2c i2c-0: sendbytes: NAK bailout. +[98831.906312] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98842.053098] i2c i2c-0: sendbytes: NAK bailout. +[98842.145402] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98852.259362] i2c i2c-0: sendbytes: NAK bailout. +[98852.384986] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119 +[98862.532121] i2c i2c-0: sendbytes: NAK bailout. +[98862.624339] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179 +[98872.738506] i2c i2c-0: sendbytes: NAK bailout. +[98872.739038] i2c i2c-0: sendbytes: NAK bailout. +[98872.804826] i2c i2c-0: sendbytes: NAK bailout. +[98872.836367] i2c i2c-0: sendbytes: NAK bailout. +[98872.867415] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98883.010874] i2c i2c-0: sendbytes: NAK bailout. +[98883.042407] i2c i2c-0: sendbytes: NAK bailout. +[98883.104169] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98893.218113] i2c i2c-0: sendbytes: NAK bailout. +[98893.251956] i2c i2c-0: sendbytes: NAK bailout. +[98893.344293] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98903.458910] i2c i2c-0: sendbytes: NAK bailout. +[98903.491491] i2c i2c-0: sendbytes: NAK bailout. +[98903.583683] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98913.698206] i2c i2c-0: sendbytes: NAK bailout. +[98913.698735] i2c i2c-0: sendbytes: NAK bailout. +[98913.761716] i2c i2c-0: sendbytes: NAK bailout. +[98913.823171] EDID block 0 (tag 0x00) checksum is invalid, remainder is 19 +[98924.061598] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98931.592379] audit: type=1400 audit(1785203293.211:1255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98931.595842] audit: type=1400 audit(1785203293.215:1256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98931.635295] audit: type=1400 audit(1785203293.254:1257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98934.209187] i2c i2c-0: sendbytes: NAK bailout. +[98934.301658] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98944.449466] i2c i2c-0: sendbytes: NAK bailout. +[98944.541683] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[98954.719356] i2c i2c-0: sendbytes: NAK bailout. +[98954.780826] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98965.019739] EDID block 0 (tag 0x00) checksum is invalid, remainder is 58 +[98975.133433] i2c i2c-0: sendbytes: NAK bailout. +[98975.133965] i2c i2c-0: sendbytes: NAK bailout. +[98975.135533] i2c i2c-0: sendbytes: NAK bailout. +[98975.140407] i2c i2c-0: sendbytes: NAK bailout. +[98975.141976] i2c i2c-0: sendbytes: NAK bailout. +[98975.265519] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[98985.499416] EDID has corrupt header +[98995.738117] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119 +[99005.852219] i2c i2c-0: sendbytes: NAK bailout. +[99005.886574] i2c i2c-0: sendbytes: NAK bailout. +[99005.949128] i2c i2c-0: sendbytes: NAK bailout. +[99005.979871] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99016.217885] EDID block 0 (tag 0x00) checksum is invalid, remainder is 93 +[99026.458123] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99036.668074] i2c i2c-0: sendbytes: NAK bailout. +[99036.698853] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99046.875946] i2c i2c-0: sendbytes: NAK bailout. +[99046.937448] EDID block 0 (tag 0x00) checksum is invalid, remainder is 83 +[99057.051288] i2c i2c-0: sendbytes: NAK bailout. +[99057.054166] i2c i2c-0: sendbytes: NAK bailout. +[99057.116274] i2c i2c-0: sendbytes: NAK bailout. +[99057.147833] i2c i2c-0: sendbytes: NAK bailout. +[99057.178594] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99067.415750] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99077.656126] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99087.865303] i2c i2c-0: sendbytes: NAK bailout. +[99087.896349] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99098.009969] i2c i2c-0: sendbytes: NAK bailout. +[99098.135970] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99108.248222] i2c i2c-0: sendbytes: NAK bailout. +[99108.252156] i2c i2c-0: sendbytes: NAK bailout. +[99108.345109] i2c i2c-0: sendbytes: NAK bailout. +[99108.345631] i2c i2c-0: sendbytes: NAK bailout. +[99108.346150] i2c i2c-0: sendbytes: NAK bailout. +[99108.376924] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99118.614169] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99128.853832] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176 +[99139.002994] i2c i2c-0: sendbytes: NAK bailout. +[99139.095562] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99149.333866] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99159.511067] i2c i2c-0: sendbytes: NAK bailout. +[99159.542307] i2c i2c-0: sendbytes: NAK bailout. +[99159.573052] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20 +[99169.750501] i2c i2c-0: sendbytes: NAK bailout. +[99169.811993] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99179.928359] i2c i2c-0: sendbytes: NAK bailout. +[99179.930201] i2c i2c-0: sendbytes: NAK bailout. +[99180.053387] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99190.164991] i2c i2c-0: sendbytes: NAK bailout. +[99190.166577] i2c i2c-0: sendbytes: NAK bailout. +[99190.169149] i2c i2c-0: sendbytes: NAK bailout. +[99190.261815] i2c i2c-0: sendbytes: NAK bailout. +[99190.262631] i2c i2c-0: sendbytes: NAK bailout. +[99190.293689] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99200.438616] i2c i2c-0: sendbytes: NAK bailout. +[99200.531352] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99210.647335] i2c i2c-0: sendbytes: NAK bailout. +[99210.770824] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99213.579696] audit: type=1400 audit(1785203575.210:1258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99213.581796] audit: type=1400 audit(1785203575.212:1259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99213.621163] audit: type=1400 audit(1785203575.251:1260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99220.887775] i2c i2c-0: sendbytes: NAK bailout. +[99220.950334] i2c i2c-0: sendbytes: NAK bailout. +[99220.950855] i2c i2c-0: sendbytes: NAK bailout. +[99221.012373] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99231.124448] i2c i2c-0: sendbytes: NAK bailout. +[99231.250007] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99241.396793] i2c i2c-0: sendbytes: NAK bailout. +[99241.428326] i2c i2c-0: sendbytes: NAK bailout. +[99241.459563] i2c i2c-0: sendbytes: NAK bailout. +[99241.490309] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99251.605981] i2c i2c-0: sendbytes: NAK bailout. +[99251.698665] i2c i2c-0: sendbytes: NAK bailout. +[99251.729503] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99261.968315] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99272.084924] i2c i2c-0: sendbytes: NAK bailout. +[99272.207895] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99282.448186] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99292.687157] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10 +[99302.801641] i2c i2c-0: sendbytes: NAK bailout. +[99302.866660] i2c i2c-0: sendbytes: NAK bailout. +[99302.867183] i2c i2c-0: sendbytes: NAK bailout. +[99302.867703] i2c i2c-0: sendbytes: NAK bailout. +[99302.929210] EDID block 0 (tag 0x00) checksum is invalid, remainder is 176 +[99313.040172] i2c i2c-0: sendbytes: NAK bailout. +[99313.167392] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 +[99323.313630] i2c i2c-0: sendbytes: NAK bailout. +[99323.406096] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[99333.521764] i2c i2c-0: sendbytes: NAK bailout. +[99333.585492] i2c i2c-0: sendbytes: NAK bailout. +[99333.647063] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[99343.761054] i2c i2c-0: sendbytes: NAK bailout. +[99343.885007] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99354.124082] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99364.272591] i2c i2c-0: sendbytes: NAK bailout. +[99364.364853] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99374.477770] i2c i2c-0: sendbytes: NAK bailout. +[99374.481699] i2c i2c-0: sendbytes: NAK bailout. +[99374.605180] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99384.720753] i2c i2c-0: sendbytes: NAK bailout. +[99384.783048] i2c i2c-0: sendbytes: NAK bailout. +[99384.814302] i2c i2c-0: sendbytes: NAK bailout. +[99384.845065] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99394.958039] i2c i2c-0: sendbytes: NAK bailout. +[99395.053982] i2c i2c-0: sendbytes: NAK bailout. +[99395.084749] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 +[99405.196568] i2c i2c-0: sendbytes: NAK bailout. +[99405.199469] i2c i2c-0: sendbytes: NAK bailout. +[99405.324177] EDID block 0 (tag 0x00) checksum is invalid, remainder is 8 +[99415.440133] i2c i2c-0: sendbytes: NAK bailout. +[99415.564375] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99425.802429] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99435.915362] i2c i2c-0: sendbytes: NAK bailout. +[99435.915892] i2c i2c-0: sendbytes: NAK bailout. +[99436.013144] i2c i2c-0: sendbytes: NAK bailout. +[99436.043903] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99446.280448] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[99456.395611] i2c i2c-0: sendbytes: NAK bailout. +[99456.398486] i2c i2c-0: sendbytes: NAK bailout. +[99456.399007] i2c i2c-0: sendbytes: NAK bailout. +[99456.522929] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16 +[99466.635511] i2c i2c-0: sendbytes: NAK bailout. +[99466.639332] i2c i2c-0: sendbytes: NAK bailout. +[99466.762569] EDID block 0 (tag 0x00) checksum is invalid, remainder is 168 +[99476.907864] i2c i2c-0: sendbytes: NAK bailout. +[99477.000671] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99477.391239] audit: type=1400 audit(1785203839.031:1261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99477.393353] audit: type=1400 audit(1785203839.034:1262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99477.517027] audit: type=1400 audit(1785203839.157:1263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99487.148551] i2c i2c-0: sendbytes: NAK bailout. +[99487.179836] i2c i2c-0: sendbytes: NAK bailout. +[99487.241294] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99497.479022] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99507.626941] i2c i2c-0: sendbytes: NAK bailout. +[99507.719127] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99517.834806] i2c i2c-0: sendbytes: NAK bailout. +[99517.867416] i2c i2c-0: sendbytes: NAK bailout. +[99517.929366] i2c i2c-0: sendbytes: NAK bailout. +[99517.960119] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99528.072790] i2c i2c-0: sendbytes: NAK bailout. +[99528.167800] i2c i2c-0: sendbytes: NAK bailout. +[99528.198556] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99538.376491] i2c i2c-0: sendbytes: NAK bailout. +[99538.437963] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[99548.554039] i2c i2c-0: sendbytes: NAK bailout. +[99548.678186] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99558.794237] i2c i2c-0: sendbytes: NAK bailout. +[99558.886943] i2c i2c-0: sendbytes: NAK bailout. +[99558.917687] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99569.032216] i2c i2c-0: sendbytes: NAK bailout. +[99569.156956] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99579.395281] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192 +[99589.511703] i2c i2c-0: sendbytes: NAK bailout. +[99589.512233] i2c i2c-0: sendbytes: NAK bailout. +[99589.636176] EDID block 0 (tag 0x00) checksum is invalid, remainder is 178 +[99599.752046] i2c i2c-0: sendbytes: NAK bailout. +[99599.875309] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99609.989600] i2c i2c-0: sendbytes: NAK bailout. +[99610.115473] EDID has corrupt header +[99620.354347] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99630.468782] i2c i2c-0: sendbytes: NAK bailout. +[99630.593773] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99640.772178] i2c i2c-0: sendbytes: NAK bailout. +[99640.833646] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[99651.012403] i2c i2c-0: sendbytes: NAK bailout. +[99651.073871] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99661.312063] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16 +[99671.426121] i2c i2c-0: sendbytes: NAK bailout. +[99671.429613] i2c i2c-0: sendbytes: NAK bailout. +[99671.430134] i2c i2c-0: sendbytes: NAK bailout. +[99671.462400] i2c i2c-0: sendbytes: NAK bailout. +[99671.554608] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99681.666785] i2c i2c-0: sendbytes: NAK bailout. +[99681.700459] i2c i2c-0: sendbytes: NAK bailout. +[99681.792936] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99691.939717] i2c i2c-0: sendbytes: NAK bailout. +[99692.031900] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99702.147582] i2c i2c-0: sendbytes: NAK bailout. +[99702.271806] EDID has corrupt header +[99712.385567] i2c i2c-0: sendbytes: NAK bailout. +[99712.510820] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99722.719781] i2c i2c-0: sendbytes: NAK bailout. +[99722.750536] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99732.863912] i2c i2c-0: sendbytes: NAK bailout. +[99732.991329] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99743.137424] i2c i2c-0: sendbytes: NAK bailout. +[99743.229614] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99753.469009] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179 +[99763.616448] i2c i2c-0: sendbytes: NAK bailout. +[99763.647684] i2c i2c-0: sendbytes: NAK bailout. +[99763.709165] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99769.850811] audit: type=1400 audit(1785204131.503:1264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99769.852888] audit: type=1400 audit(1785204131.505:1265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99769.893774] audit: type=1400 audit(1785204131.546:1266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99773.822102] i2c i2c-0: sendbytes: NAK bailout. +[99773.826322] i2c i2c-0: sendbytes: NAK bailout. +[99773.949612] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99784.064066] i2c i2c-0: sendbytes: NAK bailout. +[99784.189323] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99794.304701] i2c i2c-0: sendbytes: NAK bailout. +[99794.305228] i2c i2c-0: sendbytes: NAK bailout. +[99794.428127] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99804.540907] i2c i2c-0: sendbytes: NAK bailout. +[99804.543551] i2c i2c-0: sendbytes: NAK bailout. +[99804.667959] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[99814.906881] EDID block 0 (tag 0x00) checksum is invalid, remainder is 4 +[99825.146561] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99835.263688] i2c i2c-0: sendbytes: NAK bailout. +[99835.295070] i2c i2c-0: sendbytes: NAK bailout. +[99835.388356] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99845.499286] i2c i2c-0: sendbytes: NAK bailout. +[99845.502474] i2c i2c-0: sendbytes: NAK bailout. +[99845.504024] i2c i2c-0: sendbytes: NAK bailout. +[99845.627276] EDID block 0 (tag 0x00) checksum is invalid, remainder is 94 +[99855.865268] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[99866.074707] i2c i2c-0: sendbytes: NAK bailout. +[99866.075235] i2c i2c-0: sendbytes: NAK bailout. +[99866.105980] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48 +[99876.255443] i2c i2c-0: sendbytes: NAK bailout. +[99876.347665] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99886.460363] i2c i2c-0: sendbytes: NAK bailout. +[99886.460898] i2c i2c-0: sendbytes: NAK bailout. +[99886.585247] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99896.731693] i2c i2c-0: sendbytes: NAK bailout. +[99896.824200] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99906.936875] i2c i2c-0: sendbytes: NAK bailout. +[99906.938465] i2c i2c-0: sendbytes: NAK bailout. +[99907.063776] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121 +[99917.210880] i2c i2c-0: sendbytes: NAK bailout. +[99917.303371] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99927.417458] i2c i2c-0: sendbytes: NAK bailout. +[99927.542788] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99937.658052] i2c i2c-0: sendbytes: NAK bailout. +[99937.658584] i2c i2c-0: sendbytes: NAK bailout. +[99937.660427] i2c i2c-0: sendbytes: NAK bailout. +[99937.722716] i2c i2c-0: sendbytes: NAK bailout. +[99937.723240] i2c i2c-0: sendbytes: NAK bailout. +[99937.724053] i2c i2c-0: sendbytes: NAK bailout. +[99937.785805] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99947.896337] i2c i2c-0: sendbytes: NAK bailout. +[99947.898914] i2c i2c-0: sendbytes: NAK bailout. +[99948.022413] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99958.134876] i2c i2c-0: sendbytes: NAK bailout. +[99958.136755] i2c i2c-0: sendbytes: NAK bailout. +[99958.261805] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99968.376863] i2c i2c-0: sendbytes: NAK bailout. +[99968.409154] i2c i2c-0: sendbytes: NAK bailout. +[99968.501327] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[99978.615129] i2c i2c-0: sendbytes: NAK bailout. +[99978.615660] i2c i2c-0: sendbytes: NAK bailout. +[99978.740747] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[99988.857802] i2c i2c-0: sendbytes: NAK bailout. +[99988.951000] i2c i2c-0: sendbytes: NAK bailout. +[99988.981822] EDID block 0 (tag 0x00) checksum is invalid, remainder is 117 +[99999.158403] i2c i2c-0: sendbytes: NAK bailout. +[99999.219901] EDID block 0 (tag 0x00) checksum is invalid, remainder is 46 +[100009.458796] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100019.606924] i2c i2c-0: sendbytes: NAK bailout. +[100019.669468] i2c i2c-0: sendbytes: NAK bailout. +[100019.700214] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192 +[100022.815080] audit: type=1400 audit(1785204384.477:1267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100022.817101] audit: type=1400 audit(1785204384.479:1268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100022.856501] audit: type=1400 audit(1785204384.518:1269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100029.812082] i2c i2c-0: sendbytes: NAK bailout. +[100029.812612] i2c i2c-0: sendbytes: NAK bailout. +[100029.816243] i2c i2c-0: sendbytes: NAK bailout. +[100029.878249] i2c i2c-0: sendbytes: NAK bailout. +[100029.878770] i2c i2c-0: sendbytes: NAK bailout. +[100029.910002] i2c i2c-0: sendbytes: NAK bailout. +[100029.940746] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100040.177804] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179 +[100050.325666] i2c i2c-0: sendbytes: NAK bailout. +[100050.417865] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100060.657351] EDID block 0 (tag 0x00) checksum is invalid, remainder is 175 +[100070.772819] i2c i2c-0: sendbytes: NAK bailout. +[100070.773358] i2c i2c-0: sendbytes: NAK bailout. +[100070.774973] i2c i2c-0: sendbytes: NAK bailout. +[100070.775494] i2c i2c-0: sendbytes: NAK bailout. +[100070.898758] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 +[100081.013757] i2c i2c-0: sendbytes: NAK bailout. +[100081.075841] i2c i2c-0: sendbytes: NAK bailout. +[100081.137351] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16 +[100091.249657] i2c i2c-0: sendbytes: NAK bailout. +[100091.252850] i2c i2c-0: sendbytes: NAK bailout. +[100091.285110] i2c i2c-0: sendbytes: NAK bailout. +[100091.377301] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100101.490317] i2c i2c-0: sendbytes: NAK bailout. +[100101.554690] i2c i2c-0: sendbytes: NAK bailout. +[100101.555216] i2c i2c-0: sendbytes: NAK bailout. +[100101.616677] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100111.824845] i2c i2c-0: sendbytes: NAK bailout. +[100111.855626] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100121.971562] i2c i2c-0: sendbytes: NAK bailout. +[100122.002815] i2c i2c-0: sendbytes: NAK bailout. +[100122.095080] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[100132.334280] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100142.481823] i2c i2c-0: sendbytes: NAK bailout. +[100142.513081] i2c i2c-0: sendbytes: NAK bailout. +[100142.574565] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100152.721137] i2c i2c-0: sendbytes: NAK bailout. +[100152.813994] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77 +[100162.930813] i2c i2c-0: sendbytes: NAK bailout. +[100163.023777] i2c i2c-0: sendbytes: NAK bailout. +[100163.054539] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100173.231166] i2c i2c-0: sendbytes: NAK bailout. +[100173.292683] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100183.531816] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100193.771828] EDID block 0 (tag 0x00) checksum is invalid, remainder is 93 +[100203.887313] i2c i2c-0: sendbytes: NAK bailout. +[100204.012364] EDID block 0 (tag 0x00) checksum is invalid, remainder is 84 +[100214.128217] i2c i2c-0: sendbytes: NAK bailout. +[100214.251698] EDID has corrupt header +[100224.364435] i2c i2c-0: sendbytes: NAK bailout. +[100224.364968] i2c i2c-0: sendbytes: NAK bailout. +[100224.365487] i2c i2c-0: sendbytes: NAK bailout. +[100224.491795] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100234.607136] i2c i2c-0: sendbytes: NAK bailout. +[100234.730674] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100244.969403] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100255.083232] i2c i2c-0: sendbytes: NAK bailout. +[100255.086134] i2c i2c-0: sendbytes: NAK bailout. +[100255.210044] EDID block 0 (tag 0x00) checksum is invalid, remainder is 123 +[100261.011681] audit: type=1400 audit(1785204622.683:1270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100261.013797] audit: type=1400 audit(1785204622.685:1271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100261.056106] audit: type=1400 audit(1785204622.726:1272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100265.323890] i2c i2c-0: sendbytes: NAK bailout. +[100265.325741] i2c i2c-0: sendbytes: NAK bailout. +[100265.358002] i2c i2c-0: sendbytes: NAK bailout. +[100265.450197] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100275.688497] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100285.802026] i2c i2c-0: sendbytes: NAK bailout. +[100285.928059] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100296.077899] i2c i2c-0: sendbytes: NAK bailout. +[100296.170138] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192 +[100306.407306] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100316.616157] i2c i2c-0: sendbytes: NAK bailout. +[100316.616686] i2c i2c-0: sendbytes: NAK bailout. +[100316.647447] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100326.794859] i2c i2c-0: sendbytes: NAK bailout. +[100326.826128] i2c i2c-0: sendbytes: NAK bailout. +[100326.887605] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100337.002114] i2c i2c-0: sendbytes: NAK bailout. +[100337.002648] i2c i2c-0: sendbytes: NAK bailout. +[100337.126661] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100347.241664] i2c i2c-0: sendbytes: NAK bailout. +[100347.367280] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100357.544179] i2c i2c-0: sendbytes: NAK bailout. +[100357.575732] i2c i2c-0: sendbytes: NAK bailout. +[100357.606480] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100367.844736] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100378.085402] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100388.324121] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 +[100398.563418] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16 +[100408.677198] i2c i2c-0: sendbytes: NAK bailout. +[100408.711854] i2c i2c-0: sendbytes: NAK bailout. +[100408.712375] i2c i2c-0: sendbytes: NAK bailout. +[100408.804851] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100419.013907] i2c i2c-0: sendbytes: NAK bailout. +[100419.044989] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100429.159839] i2c i2c-0: sendbytes: NAK bailout. +[100429.283123] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10 +[100439.522534] EDID block 0 (tag 0x00) checksum is invalid, remainder is 122 +[100449.636962] i2c i2c-0: sendbytes: NAK bailout. +[100449.701408] i2c i2c-0: sendbytes: NAK bailout. +[100449.701929] i2c i2c-0: sendbytes: NAK bailout. +[100449.702448] i2c i2c-0: sendbytes: NAK bailout. +[100449.702968] i2c i2c-0: sendbytes: NAK bailout. +[100449.703490] i2c i2c-0: sendbytes: NAK bailout. +[100459.877867] i2c i2c-0: sendbytes: NAK bailout. +[100460.001802] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100470.114788] i2c i2c-0: sendbytes: NAK bailout. +[100470.116951] i2c i2c-0: sendbytes: NAK bailout. +[100470.242201] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100480.358089] i2c i2c-0: sendbytes: NAK bailout. +[100480.420215] i2c i2c-0: sendbytes: NAK bailout. +[100480.482076] EDID block 0 (tag 0x00) checksum is invalid, remainder is 248 +[100490.593984] i2c i2c-0: sendbytes: NAK bailout. +[100490.691057] i2c i2c-0: sendbytes: NAK bailout. +[100490.722169] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100493.202184] audit: type=1400 audit(1785204854.882:1273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100493.204030] audit: type=1400 audit(1785204854.884:1274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100493.244073] audit: type=1400 audit(1785204854.923:1275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100500.834936] i2c i2c-0: sendbytes: NAK bailout. +[100500.835761] i2c i2c-0: sendbytes: NAK bailout. +[100500.838924] i2c i2c-0: sendbytes: NAK bailout. +[100500.961886] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100511.076871] i2c i2c-0: sendbytes: NAK bailout. +[100511.200074] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100521.313838] i2c i2c-0: sendbytes: NAK bailout. +[100521.314664] i2c i2c-0: sendbytes: NAK bailout. +[100521.439609] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100531.552375] i2c i2c-0: sendbytes: NAK bailout. +[100531.618064] i2c i2c-0: sendbytes: NAK bailout. +[100531.679553] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[100541.794362] i2c i2c-0: sendbytes: NAK bailout. +[100541.888778] i2c i2c-0: sendbytes: NAK bailout. +[100541.919534] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100552.035004] i2c i2c-0: sendbytes: NAK bailout. +[100552.158329] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100562.273246] i2c i2c-0: sendbytes: NAK bailout. +[100562.336266] i2c i2c-0: sendbytes: NAK bailout. +[100562.397810] EDID block 0 (tag 0x00) checksum is invalid, remainder is 144 +[100572.511823] i2c i2c-0: sendbytes: NAK bailout. +[100572.576206] i2c i2c-0: sendbytes: NAK bailout. +[100572.637719] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100582.753021] i2c i2c-0: sendbytes: NAK bailout. +[100582.754573] i2c i2c-0: sendbytes: NAK bailout. +[100582.877493] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100593.023794] i2c i2c-0: sendbytes: NAK bailout. +[100593.115989] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[100603.231644] i2c i2c-0: sendbytes: NAK bailout. +[100603.294674] i2c i2c-0: sendbytes: NAK bailout. +[100603.356419] EDID block 0 (tag 0x00) checksum is invalid, remainder is 12 +[100613.595341] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100623.708755] i2c i2c-0: sendbytes: NAK bailout. +[100623.710330] i2c i2c-0: sendbytes: NAK bailout. +[100623.836741] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100634.074150] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100644.191059] i2c i2c-0: sendbytes: NAK bailout. +[100644.284054] i2c i2c-0: sendbytes: NAK bailout. +[100644.314811] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100654.553658] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100664.669538] i2c i2c-0: sendbytes: NAK bailout. +[100664.732545] i2c i2c-0: sendbytes: NAK bailout. +[100664.794318] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100674.908839] i2c i2c-0: sendbytes: NAK bailout. +[100674.972112] i2c i2c-0: sendbytes: NAK bailout. +[100674.972634] i2c i2c-0: sendbytes: NAK bailout. +[100675.034403] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100685.272529] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100695.389064] i2c i2c-0: sendbytes: NAK bailout. +[100695.511981] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100705.690087] i2c i2c-0: sendbytes: NAK bailout. +[100705.751622] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100715.930042] i2c i2c-0: sendbytes: NAK bailout. +[100715.991503] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192 +[100726.169361] i2c i2c-0: sendbytes: NAK bailout. +[100726.169886] i2c i2c-0: sendbytes: NAK bailout. +[100726.170412] i2c i2c-0: sendbytes: NAK bailout. +[100726.231868] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100736.409774] i2c i2c-0: sendbytes: NAK bailout. +[100736.471529] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[100746.583937] i2c i2c-0: sendbytes: NAK bailout. +[100746.588152] i2c i2c-0: sendbytes: NAK bailout. +[100746.711430] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100756.824583] i2c i2c-0: sendbytes: NAK bailout. +[100756.919838] i2c i2c-0: sendbytes: NAK bailout. +[100756.951251] EDID has corrupt header +[100767.064128] i2c i2c-0: sendbytes: NAK bailout. +[100767.129217] i2c i2c-0: sendbytes: NAK bailout. +[100767.160762] i2c i2c-0: sendbytes: NAK bailout. +[100767.191885] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100770.919189] audit: type=1400 audit(1785205132.610:1276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100770.921280] audit: type=1400 audit(1785205132.612:1277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100770.961564] audit: type=1400 audit(1785205132.652:1278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100777.367317] i2c i2c-0: sendbytes: NAK bailout. +[100777.367841] i2c i2c-0: sendbytes: NAK bailout. +[100777.399074] i2c i2c-0: sendbytes: NAK bailout. +[100777.429836] EDID block 0 (tag 0x00) checksum is invalid, remainder is 191 +[100787.542323] i2c i2c-0: sendbytes: NAK bailout. +[100787.546239] i2c i2c-0: sendbytes: NAK bailout. +[100787.669429] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100797.815757] i2c i2c-0: sendbytes: NAK bailout. +[100797.908236] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100808.055656] i2c i2c-0: sendbytes: NAK bailout. +[100808.117625] i2c i2c-0: sendbytes: NAK bailout. +[100808.118146] i2c i2c-0: sendbytes: NAK bailout. +[100808.118666] i2c i2c-0: sendbytes: NAK bailout. +[100808.149420] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100818.387212] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100828.502812] i2c i2c-0: sendbytes: NAK bailout. +[100828.566236] i2c i2c-0: sendbytes: NAK bailout. +[100828.627722] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100838.742721] i2c i2c-0: sendbytes: NAK bailout. +[100838.806361] i2c i2c-0: sendbytes: NAK bailout. +[100838.806886] i2c i2c-0: sendbytes: NAK bailout. +[100838.807406] i2c i2c-0: sendbytes: NAK bailout. +[100838.868875] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100848.984030] i2c i2c-0: sendbytes: NAK bailout. +[100849.077227] i2c i2c-0: sendbytes: NAK bailout. +[100849.108336] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100859.220588] i2c i2c-0: sendbytes: NAK bailout. +[100859.221719] i2c i2c-0: sendbytes: NAK bailout. +[100859.223298] i2c i2c-0: sendbytes: NAK bailout. +[100859.256347] i2c i2c-0: sendbytes: NAK bailout. +[100859.319027] i2c i2c-0: sendbytes: NAK bailout. +[100859.349867] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100869.493395] i2c i2c-0: sendbytes: NAK bailout. +[100869.494211] i2c i2c-0: sendbytes: NAK bailout. +[100869.586435] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100879.732556] i2c i2c-0: sendbytes: NAK bailout. +[100879.825073] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100890.034172] i2c i2c-0: sendbytes: NAK bailout. +[100890.064928] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[100900.182587] i2c i2c-0: sendbytes: NAK bailout. +[100900.245116] i2c i2c-0: sendbytes: NAK bailout. +[100900.306589] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100910.417508] i2c i2c-0: sendbytes: NAK bailout. +[100910.543812] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100920.722985] i2c i2c-0: sendbytes: NAK bailout. +[100920.784828] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100931.022896] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100941.262090] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100951.503037] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[100961.741390] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113 +[100971.856446] i2c i2c-0: sendbytes: NAK bailout. +[100971.981519] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[100982.095981] i2c i2c-0: sendbytes: NAK bailout. +[100982.100517] i2c i2c-0: sendbytes: NAK bailout. +[100982.162696] i2c i2c-0: sendbytes: NAK bailout. +[100982.224263] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[100992.399414] i2c i2c-0: sendbytes: NAK bailout. +[100992.460895] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101002.574948] i2c i2c-0: sendbytes: NAK bailout. +[101002.576501] i2c i2c-0: sendbytes: NAK bailout. +[101002.700444] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101012.815881] i2c i2c-0: sendbytes: NAK bailout. +[101012.816424] i2c i2c-0: sendbytes: NAK bailout. +[101012.941071] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101023.054143] i2c i2c-0: sendbytes: NAK bailout. +[101023.179508] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101033.419601] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101043.597731] i2c i2c-0: sendbytes: NAK bailout. +[101043.629312] i2c i2c-0: sendbytes: NAK bailout. +[101043.660075] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101053.867457] i2c i2c-0: sendbytes: NAK bailout. +[101053.898204] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101062.269507] audit: type=1400 audit(1785205423.972:1279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101062.271861] audit: type=1400 audit(1785205423.975:1280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101062.311182] audit: type=1400 audit(1785205424.014:1281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101064.012530] i2c i2c-0: sendbytes: NAK bailout. +[101064.015118] i2c i2c-0: sendbytes: NAK bailout. +[101064.015639] i2c i2c-0: sendbytes: NAK bailout. +[101064.138861] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101074.251079] i2c i2c-0: sendbytes: NAK bailout. +[101074.255008] i2c i2c-0: sendbytes: NAK bailout. +[101074.286305] i2c i2c-0: sendbytes: NAK bailout. +[101074.286826] i2c i2c-0: sendbytes: NAK bailout. +[101074.287345] i2c i2c-0: sendbytes: NAK bailout. +[101074.379553] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101084.616448] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101094.826100] i2c i2c-0: sendbytes: NAK bailout. +[101094.856854] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101104.971969] i2c i2c-0: sendbytes: NAK bailout. +[101105.096255] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101115.304774] i2c i2c-0: sendbytes: NAK bailout. +[101115.335527] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[101125.575855] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101135.814855] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101145.963008] i2c i2c-0: sendbytes: NAK bailout. +[101145.994401] i2c i2c-0: sendbytes: NAK bailout. +[101146.055884] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101156.293352] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101166.533531] EDID has corrupt header +[101176.773146] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101186.888728] i2c i2c-0: sendbytes: NAK bailout. +[101187.013273] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32 +[101197.128341] i2c i2c-0: sendbytes: NAK bailout. +[101197.252872] EDID has corrupt header +[101207.491642] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101217.640683] i2c i2c-0: sendbytes: NAK bailout. +[101217.641212] i2c i2c-0: sendbytes: NAK bailout. +[101217.703461] i2c i2c-0: sendbytes: NAK bailout. +[101217.734225] EDID block 0 (tag 0x00) checksum is invalid, remainder is 79 +[101227.910870] i2c i2c-0: sendbytes: NAK bailout. +[101227.972369] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101238.210769] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20 +[101248.324248] i2c i2c-0: sendbytes: NAK bailout. +[101248.420598] i2c i2c-0: sendbytes: NAK bailout. +[101248.421119] i2c i2c-0: sendbytes: NAK bailout. +[101248.452160] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101258.566214] i2c i2c-0: sendbytes: NAK bailout. +[101258.690920] EDID block 0 (tag 0x00) checksum is invalid, remainder is 10 +[101268.807434] i2c i2c-0: sendbytes: NAK bailout. +[101268.934039] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101279.077827] i2c i2c-0: sendbytes: NAK bailout. +[101279.170343] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101289.282642] i2c i2c-0: sendbytes: NAK bailout. +[101289.284230] i2c i2c-0: sendbytes: NAK bailout. +[101289.284751] i2c i2c-0: sendbytes: NAK bailout. +[101289.318340] i2c i2c-0: sendbytes: NAK bailout. +[101289.349629] i2c i2c-0: sendbytes: NAK bailout. +[101289.411384] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101299.648636] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101309.826966] i2c i2c-0: sendbytes: NAK bailout. +[101309.888475] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101320.002493] i2c i2c-0: sendbytes: NAK bailout. +[101320.098151] i2c i2c-0: sendbytes: NAK bailout. +[101320.128908] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101330.243404] i2c i2c-0: sendbytes: NAK bailout. +[101330.244230] i2c i2c-0: sendbytes: NAK bailout. +[101330.369051] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101340.480627] i2c i2c-0: sendbytes: NAK bailout. +[101340.483294] i2c i2c-0: sendbytes: NAK bailout. +[101340.484872] i2c i2c-0: sendbytes: NAK bailout. +[101340.608959] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101341.376182] audit: type=1400 audit(1785205703.090:1282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101341.378376] audit: type=1400 audit(1785205703.092:1283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101341.417549] audit: type=1400 audit(1785205703.131:1284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101350.754364] i2c i2c-0: sendbytes: NAK bailout. +[101350.785603] i2c i2c-0: sendbytes: NAK bailout. +[101350.816834] i2c i2c-0: sendbytes: NAK bailout. +[101350.847579] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101360.960862] i2c i2c-0: sendbytes: NAK bailout. +[101360.963741] i2c i2c-0: sendbytes: NAK bailout. +[101360.995277] i2c i2c-0: sendbytes: NAK bailout. +[101361.057303] i2c i2c-0: sendbytes: NAK bailout. +[101361.058117] i2c i2c-0: sendbytes: NAK bailout. +[101361.088885] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120 +[101371.201501] i2c i2c-0: sendbytes: NAK bailout. +[101371.325596] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20 +[101381.442116] i2c i2c-0: sendbytes: NAK bailout. +[101381.565209] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16 +[101391.804377] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101401.919249] i2c i2c-0: sendbytes: NAK bailout. +[101401.922411] i2c i2c-0: sendbytes: NAK bailout. +[101402.045914] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[101412.284197] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101422.523187] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101432.762964] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101442.880326] i2c i2c-0: sendbytes: NAK bailout. +[101443.003600] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101453.150612] i2c i2c-0: sendbytes: NAK bailout. +[101453.242797] EDID block 0 (tag 0x00) checksum is invalid, remainder is 78 +[101463.359228] i2c i2c-0: sendbytes: NAK bailout. +[101463.390549] i2c i2c-0: sendbytes: NAK bailout. +[101463.482776] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101473.599086] i2c i2c-0: sendbytes: NAK bailout. +[101473.721978] EDID block 0 (tag 0x00) checksum is invalid, remainder is 202 +[101483.960775] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101494.201388] EDID block 0 (tag 0x00) checksum is invalid, remainder is 100 +[101504.379436] i2c i2c-0: sendbytes: NAK bailout. +[101504.410694] i2c i2c-0: sendbytes: NAK bailout. +[101504.411215] i2c i2c-0: sendbytes: NAK bailout. +[101504.411735] i2c i2c-0: sendbytes: NAK bailout. +[101504.442519] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101514.679946] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101524.857961] i2c i2c-0: sendbytes: NAK bailout. +[101524.919422] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101535.159100] EDID block 0 (tag 0x00) checksum is invalid, remainder is 90 +[101545.367914] i2c i2c-0: sendbytes: NAK bailout. +[101545.368438] i2c i2c-0: sendbytes: NAK bailout. +[101545.399256] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101555.638674] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[101565.755202] i2c i2c-0: sendbytes: NAK bailout. +[101565.786531] i2c i2c-0: sendbytes: NAK bailout. +[101565.878741] EDID block 0 (tag 0x00) checksum is invalid, remainder is 66 +[101576.025785] i2c i2c-0: sendbytes: NAK bailout. +[101576.117958] EDID block 0 (tag 0x00) checksum is invalid, remainder is 20 +[101586.233380] i2c i2c-0: sendbytes: NAK bailout. +[101586.296674] i2c i2c-0: sendbytes: NAK bailout. +[101586.297195] i2c i2c-0: sendbytes: NAK bailout. +[101586.328449] i2c i2c-0: sendbytes: NAK bailout. +[101586.328975] i2c i2c-0: sendbytes: NAK bailout. +[101586.359733] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101596.473243] i2c i2c-0: sendbytes: NAK bailout. +[101596.505508] i2c i2c-0: sendbytes: NAK bailout. +[101596.597675] EDID block 0 (tag 0x00) checksum is invalid, remainder is 194 +[101606.775308] i2c i2c-0: sendbytes: NAK bailout. +[101606.836784] EDID block 0 (tag 0x00) checksum is invalid, remainder is 192 +[101610.774841] audit: type=1400 audit(1785205972.499:1285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101610.776862] audit: type=1400 audit(1785205972.501:1286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101610.816293] audit: type=1400 audit(1785205972.540:1287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101616.950824] i2c i2c-0: sendbytes: NAK bailout. +[101617.076093] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101627.316211] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101637.430022] i2c i2c-0: sendbytes: NAK bailout. +[101637.555599] EDID block 0 (tag 0x00) checksum is invalid, remainder is 4 +[101647.794334] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101658.003414] i2c i2c-0: sendbytes: NAK bailout. +[101658.034159] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101668.212342] i2c i2c-0: sendbytes: NAK bailout. +[101668.212868] i2c i2c-0: sendbytes: NAK bailout. +[101668.213394] i2c i2c-0: sendbytes: NAK bailout. +[101668.274867] EDID block 0 (tag 0x00) checksum is invalid, remainder is 0 +[101678.388434] i2c i2c-0: sendbytes: NAK bailout. +[101678.513724] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101688.724160] i2c i2c-0: sendbytes: NAK bailout. +[101688.755216] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121 +[101698.992751] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[101709.107214] i2c i2c-0: sendbytes: NAK bailout. +[101709.108763] i2c i2c-0: sendbytes: NAK bailout. +[101709.232701] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101719.348415] i2c i2c-0: sendbytes: NAK bailout. +[101719.472533] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101729.586974] i2c i2c-0: sendbytes: NAK bailout. +[101729.620288] i2c i2c-0: sendbytes: NAK bailout. +[101729.712478] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101739.951016] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101750.064556] i2c i2c-0: sendbytes: NAK bailout. +[101750.068190] i2c i2c-0: sendbytes: NAK bailout. +[101750.191365] EDID block 0 (tag 0x00) checksum is invalid, remainder is 32 +[101760.429908] EDID block 0 (tag 0x00) checksum is invalid, remainder is 0 +[101770.544823] i2c i2c-0: sendbytes: NAK bailout. +[101770.546399] i2c i2c-0: sendbytes: NAK bailout. +[101770.609879] i2c i2c-0: sendbytes: NAK bailout. +[101770.671636] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101780.908848] EDID block 0 (tag 0x00) checksum is invalid, remainder is 238 +[101791.026344] i2c i2c-0: sendbytes: NAK bailout. +[101791.026873] i2c i2c-0: sendbytes: NAK bailout. +[101791.149780] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101801.263607] i2c i2c-0: sendbytes: NAK bailout. +[101801.265758] i2c i2c-0: sendbytes: NAK bailout. +[101801.266287] i2c i2c-0: sendbytes: NAK bailout. +[101801.390884] EDID block 0 (tag 0x00) checksum is invalid, remainder is 4 +[101811.502722] i2c i2c-0: sendbytes: NAK bailout. +[101811.503540] i2c i2c-0: sendbytes: NAK bailout. +[101811.507460] i2c i2c-0: sendbytes: NAK bailout. +[101811.507986] i2c i2c-0: sendbytes: NAK bailout. +[101811.600999] i2c i2c-0: sendbytes: NAK bailout. +[101811.631758] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101821.867823] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101832.107465] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[101842.255059] i2c i2c-0: sendbytes: NAK bailout. +[101842.286901] i2c i2c-0: sendbytes: NAK bailout. +[101842.318133] i2c i2c-0: sendbytes: NAK bailout. +[101842.318654] i2c i2c-0: sendbytes: NAK bailout. +[101842.349420] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101852.460523] i2c i2c-0: sendbytes: NAK bailout. +[101852.556935] i2c i2c-0: sendbytes: NAK bailout. +[101852.587685] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101862.825623] EDID block 0 (tag 0x00) checksum is invalid, remainder is 168 +[101872.941815] i2c i2c-0: sendbytes: NAK bailout. +[101873.036048] i2c i2c-0: sendbytes: NAK bailout. +[101873.036572] i2c i2c-0: sendbytes: NAK bailout. +[101873.067473] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101879.190052] audit: type=1400 audit(1785206240.925:1288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101879.192172] audit: type=1400 audit(1785206240.927:1289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101879.231273] audit: type=1400 audit(1785206240.966:1290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101883.180391] i2c i2c-0: sendbytes: NAK bailout. +[101883.180921] i2c i2c-0: sendbytes: NAK bailout. +[101883.214520] i2c i2c-0: sendbytes: NAK bailout. +[101883.276488] i2c i2c-0: sendbytes: NAK bailout. +[101883.307235] EDID block 0 (tag 0x00) checksum is invalid, remainder is 16 +[101893.422010] i2c i2c-0: sendbytes: NAK bailout. +[101893.515310] i2c i2c-0: sendbytes: NAK bailout. +[101893.546377] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101903.784031] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101913.901516] i2c i2c-0: sendbytes: NAK bailout. +[101914.025064] EDID block 0 (tag 0x00) checksum is invalid, remainder is 117 +[101924.265705] EDID block 0 (tag 0x00) checksum is invalid, remainder is 127 +[101934.441881] i2c i2c-0: sendbytes: NAK bailout. +[101934.503676] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101944.742450] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109 +[101954.982288] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101965.221961] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101975.337794] i2c i2c-0: sendbytes: NAK bailout. +[101975.462070] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[101985.701423] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[101995.940695] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102006.054505] i2c i2c-0: sendbytes: NAK bailout. +[102006.181875] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109 +[102016.328222] i2c i2c-0: sendbytes: NAK bailout. +[102016.420706] EDID block 0 (tag 0x00) checksum is invalid, remainder is 77 +[102026.567939] i2c i2c-0: sendbytes: NAK bailout. +[102026.660193] EDID block 0 (tag 0x00) checksum is invalid, remainder is 119 +[102036.807097] i2c i2c-0: sendbytes: NAK bailout. +[102036.899580] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102047.015996] i2c i2c-0: sendbytes: NAK bailout. +[102047.139284] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102057.347965] i2c i2c-0: sendbytes: NAK bailout. +[102057.379372] EDID has corrupt header +[102067.492120] i2c i2c-0: sendbytes: NAK bailout. +[102067.495753] i2c i2c-0: sendbytes: NAK bailout. +[102067.496274] i2c i2c-0: sendbytes: NAK bailout. +[102067.527523] i2c i2c-0: sendbytes: NAK bailout. +[102067.589484] i2c i2c-0: sendbytes: NAK bailout. +[102067.620245] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102077.731695] i2c i2c-0: sendbytes: NAK bailout. +[102077.733578] i2c i2c-0: sendbytes: NAK bailout. +[102077.736174] i2c i2c-0: sendbytes: NAK bailout. +[102077.736700] i2c i2c-0: sendbytes: NAK bailout. +[102077.860209] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102087.972339] i2c i2c-0: sendbytes: NAK bailout. +[102087.972868] i2c i2c-0: sendbytes: NAK bailout. +[102088.098438] EDID block 0 (tag 0x00) checksum is invalid, remainder is 123 +[102098.244742] i2c i2c-0: sendbytes: NAK bailout. +[102098.336972] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102108.484442] i2c i2c-0: sendbytes: NAK bailout. +[102108.515696] i2c i2c-0: sendbytes: NAK bailout. +[102108.577180] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102117.775627] audit: type=1400 audit(1785206479.520:1291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102117.778084] audit: type=1400 audit(1785206479.522:1292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102117.816123] audit: type=1400 audit(1785206479.560:1293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102118.816594] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102128.963712] i2c i2c-0: sendbytes: NAK bailout. +[102129.056735] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102139.170928] i2c i2c-0: sendbytes: NAK bailout. +[102139.173086] i2c i2c-0: sendbytes: NAK bailout. +[102139.205673] i2c i2c-0: sendbytes: NAK bailout. +[102139.297898] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[102149.535380] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102159.649579] i2c i2c-0: sendbytes: NAK bailout. +[102159.713660] i2c i2c-0: sendbytes: NAK bailout. +[102159.775181] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102169.889127] i2c i2c-0: sendbytes: NAK bailout. +[102169.890980] i2c i2c-0: sendbytes: NAK bailout. +[102169.954270] i2c i2c-0: sendbytes: NAK bailout. +[102170.016318] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102180.128728] i2c i2c-0: sendbytes: NAK bailout. +[102180.254293] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[102190.369642] i2c i2c-0: sendbytes: NAK bailout. +[102190.494175] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102200.608211] i2c i2c-0: sendbytes: NAK bailout. +[102200.733395] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[102210.973127] EDID has corrupt header +[102221.086054] i2c i2c-0: sendbytes: NAK bailout. +[102221.086585] i2c i2c-0: sendbytes: NAK bailout. +[102221.212605] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[102231.328034] i2c i2c-0: sendbytes: NAK bailout. +[102231.360591] i2c i2c-0: sendbytes: NAK bailout. +[102231.361112] i2c i2c-0: sendbytes: NAK bailout. +[102231.361631] i2c i2c-0: sendbytes: NAK bailout. +[102231.423573] i2c i2c-0: sendbytes: NAK bailout. +[102231.424094] i2c i2c-0: sendbytes: NAK bailout. +[102231.455162] EDID block 0 (tag 0x00) checksum is invalid, remainder is 179 +[102241.691336] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102251.805915] i2c i2c-0: sendbytes: NAK bailout. +[102251.807481] i2c i2c-0: sendbytes: NAK bailout. +[102251.809034] i2c i2c-0: sendbytes: NAK bailout. +[102251.932457] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102262.047556] i2c i2c-0: sendbytes: NAK bailout. +[102262.170505] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102272.284058] i2c i2c-0: sendbytes: NAK bailout. +[102272.410378] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102282.649741] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102292.766943] i2c i2c-0: sendbytes: NAK bailout. +[102292.798196] i2c i2c-0: sendbytes: NAK bailout. +[102292.890420] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102303.128938] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102313.368302] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102323.485500] i2c i2c-0: sendbytes: NAK bailout. +[102323.609109] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 +[102333.723719] i2c i2c-0: sendbytes: NAK bailout. +[102333.847966] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[102343.964518] i2c i2c-0: sendbytes: NAK bailout. +[102344.088475] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102354.202906] i2c i2c-0: sendbytes: NAK bailout. +[102354.204760] i2c i2c-0: sendbytes: NAK bailout. +[102354.205281] i2c i2c-0: sendbytes: NAK bailout. +[102354.329498] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102364.566252] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102374.775346] i2c i2c-0: sendbytes: NAK bailout. +[102374.806099] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102384.922032] i2c i2c-0: sendbytes: NAK bailout. +[102385.046348] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102395.224307] i2c i2c-0: sendbytes: NAK bailout. +[102395.285816] EDID block 0 (tag 0x00) checksum is invalid, remainder is 210 +[102403.015395] audit: type=1400 audit(1785206764.769:1294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102403.016895] audit: type=1400 audit(1785206764.772:1295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102403.055747] audit: type=1400 audit(1785206764.810:1296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102405.524915] EDID block 0 (tag 0x00) checksum is invalid, remainder is 240 +[102415.704550] i2c i2c-0: sendbytes: NAK bailout. +[102415.766015] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109 +[102425.879693] i2c i2c-0: sendbytes: NAK bailout. +[102425.880224] i2c i2c-0: sendbytes: NAK bailout. +[102425.880763] i2c i2c-0: sendbytes: NAK bailout. +[102425.881294] i2c i2c-0: sendbytes: NAK bailout. +[102425.882135] i2c i2c-0: sendbytes: NAK bailout. +[102425.882970] i2c i2c-0: sendbytes: NAK bailout. +[102425.946759] i2c i2c-0: sendbytes: NAK bailout. +[102426.008337] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102436.119702] i2c i2c-0: sendbytes: NAK bailout. +[102436.244561] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102446.359289] i2c i2c-0: sendbytes: NAK bailout. +[102446.483609] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102456.597877] i2c i2c-0: sendbytes: NAK bailout. +[102456.724333] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102466.931964] i2c i2c-0: sendbytes: NAK bailout. +[102466.962740] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102477.076018] i2c i2c-0: sendbytes: NAK bailout. +[102477.202745] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102487.441706] EDID block 0 (tag 0x00) checksum is invalid, remainder is 121 +[102497.589114] i2c i2c-0: sendbytes: NAK bailout. +[102497.681628] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102507.796155] i2c i2c-0: sendbytes: NAK bailout. +[102507.797999] i2c i2c-0: sendbytes: NAK bailout. +[102507.922519] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102518.036473] i2c i2c-0: sendbytes: NAK bailout. +[102518.161418] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102528.339272] i2c i2c-0: sendbytes: NAK bailout. +[102528.400748] EDID block 0 (tag 0x00) checksum is invalid, remainder is 113 +[102538.513600] i2c i2c-0: sendbytes: NAK bailout. +[102538.518115] i2c i2c-0: sendbytes: NAK bailout. +[102538.549368] i2c i2c-0: sendbytes: NAK bailout. +[102538.641542] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 +[102548.753215] i2c i2c-0: sendbytes: NAK bailout. +[102548.850194] i2c i2c-0: sendbytes: NAK bailout. +[102548.880977] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102559.027026] i2c i2c-0: sendbytes: NAK bailout. +[102559.027559] i2c i2c-0: sendbytes: NAK bailout. +[102559.119996] EDID block 0 (tag 0x00) checksum is invalid, remainder is 83 +[102569.358464] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102579.567537] i2c i2c-0: sendbytes: NAK bailout. +[102579.598283] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102589.712657] i2c i2c-0: sendbytes: NAK bailout. +[102589.714210] i2c i2c-0: sendbytes: NAK bailout. +[102589.838139] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[102599.953573] i2c i2c-0: sendbytes: NAK bailout. +[102600.016645] i2c i2c-0: sendbytes: NAK bailout. +[102600.048191] i2c i2c-0: sendbytes: NAK bailout. +[102600.048713] i2c i2c-0: sendbytes: NAK bailout. +[102600.079468] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102610.317151] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102620.525916] i2c i2c-0: sendbytes: NAK bailout. +[102620.556674] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102630.671045] i2c i2c-0: sendbytes: NAK bailout. +[102630.796740] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102641.005748] i2c i2c-0: sendbytes: NAK bailout. +[102641.036817] EDID block 0 (tag 0x00) checksum is invalid, remainder is 194 +[102651.275867] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102661.514639] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[102671.629435] i2c i2c-0: sendbytes: NAK bailout. +[102671.754394] EDID block 0 (tag 0x00) checksum is invalid, remainder is 250 +[102678.484847] bnx2 0000:04:00.0: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update +[102678.611272] bnx2 0000:04:00.1: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update --- cpu MHz (live snapshot) $ grep -c ^processor /proc/cpuinfo @@ -4613,51 +7057,51 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 94Gi 4.6Gi 89Gi 50Mi 1.0Gi 89Gi +Mem: 125Gi 7.8Gi 114Gi 52Mi 4.5Gi 118Gi Swap: 8.0Gi 0B 8.0Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 101232107520 4939214848 96106070016 53252096 1108242432 96292892672 +Mem: 135158845440 8389451776 122732032000 54947840 4827402240 126769393664 Swap: 8589930496 0 8589930496 --- swapon $ swapon --show NAME TYPE SIZE USED PRIO -/dev/dm-0 partition 8G 0B -2 +/dev/dm-0 partition 8G 0B -1 --- /proc/meminfo highlights $ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo -MemTotal: 98859480 kB -MemFree: 93853836 kB -MemAvailable: 94036280 kB -Buffers: 26508 kB -Cached: 1016412 kB +MemTotal: 131991060 kB +MemFree: 119855500 kB +MemAvailable: 123798236 kB +Buffers: 165544 kB +Cached: 4490148 kB SwapTotal: 8388604 kB SwapFree: 8388604 kB -Dirty: 95540 kB +Dirty: 3884 kB Writeback: 0 kB -AnonPages: 3177272 kB -Mapped: 191136 kB -Shmem: 52004 kB -Slab: 214880 kB -SReclaimable: 39348 kB -SUnreclaim: 175532 kB -KernelStack: 7072 kB -PageTables: 16464 kB -SecPageTables: 1568 kB +AnonPages: 6547740 kB +Mapped: 232652 kB +Shmem: 53660 kB +Slab: 240060 kB +SReclaimable: 58568 kB +SUnreclaim: 181492 kB +KernelStack: 7028 kB +PageTables: 24828 kB +SecPageTables: 1060 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 1970176 kB +AnonHugePages: 5216256 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB HugePages_Total: 0 HugePages_Free: 0 Hugepagesize: 2048 kB -DirectMap4k: 215524 kB -DirectMap2M: 100438016 kB +DirectMap4k: 233956 kB +DirectMap2M: 133974016 kB --- numa stat $ cat /proc/sys/vm/numa_stat @@ -4673,379 +7117,378 @@ DirectMap2M: 100438016 kB --- slab top (top 20) $ slabtop -o -s c - Active / Total Objects (% used) : 738397 / 746649 (98.9%) - Active / Total Slabs (% used) : 14156 / 14156 (100.0%) - Active / Total Caches (% used) : 362 / 466 (77.7%) - Active / Total Size (% used) : 161035.71K / 164323.88K (98.0%) - Minimum / Average / Maximum Object : 0.01K / 0.22K / 16.00K + Active / Total Objects (% used) : 657309 / 743150 (88.4%) + Active / Total Slabs (% used) : 18031 / 18031 (100.0%) + Active / Total Caches (% used) : 361 / 472 (76.5%) + Active / Total Size (% used) : 169969.19K / 194212.06K (87.5%) + Minimum / Average / Maximum Object : 0.01K / 0.26K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME - 6352 5395 84% 2.00K 397 16 12704K kmalloc-rnd-04-2k - 8439 8439 100% 1.10K 291 29 9312K ext4_inode_cache - 56790 56706 99% 0.13K 1893 30 7572K kernfs_node_cache - 11050 11050 100% 0.62K 442 25 7072K inode_cache - 32592 32587 99% 0.19K 776 42 6208K dentry - 561 546 97% 10.12K 187 3 5984K task_struct - 8568 8568 100% 0.57K 306 28 4896K radix_tree_node - 8448 8352 98% 0.50K 264 32 4224K kmalloc-rnd-07-512 - 34827 34827 100% 0.10K 893 39 3572K buffer_head - 17136 17136 100% 0.19K 408 42 3264K vm_area_struct - 3818 3696 96% 0.69K 83 46 2656K proc_inode_cache - 28704 28671 99% 0.09K 624 46 2496K lsm_inode_cache - 1104 1050 95% 2.00K 69 16 2208K kmalloc-cg-2k - 2624 2592 98% 0.77K 64 41 2048K shmem_inode_cache - 4032 4032 100% 0.50K 126 32 2016K kmalloc-rnd-09-512 - 3616 3458 95% 0.50K 113 32 1808K pool_workqueue - 2600 2600 100% 0.63K 104 25 1664K debugfs_inode_cache - 660 660 100% 2.06K 44 15 1408K sighand_cache - 672 672 100% 2.00K 42 16 1344K kmalloc-rnd-02-2k - 328 308 93% 4.00K 41 8 1312K kmalloc-rnd-01-4k - 1840 1656 90% 0.69K 40 46 1280K skbuff_small_head - 1326 1326 100% 0.94K 39 34 1248K nfs_read_data - 1092 1078 98% 1.12K 39 28 1248K signal_cache - 156 156 100% 8.00K 39 4 1248K kmalloc-rnd-15-8k - 608 608 100% 2.00K 38 16 1216K kmalloc-rnd-08-2k - 280 280 100% 4.00K 35 8 1120K kmalloc-cg-4k - 264 216 81% 4.00K 33 8 1056K biovec-max - 16704 15968 95% 0.06K 261 64 1044K anon_vma_chain - 10179 10179 100% 0.10K 261 39 1044K anon_vma - 1248 1248 100% 0.81K 32 39 1024K sock_inode_cache - 232 232 100% 4.00K 29 8 928K kmalloc-rnd-13-4k - 216 216 100% 4.00K 27 8 864K kmalloc-rnd-12-4k - 108 108 100% 8.00K 27 4 864K kmalloc-rnd-08-8k - 3392 2880 84% 0.25K 106 32 848K maple_node - 442 442 100% 1.88K 26 17 832K mem_cgroup_per_node - 832 832 100% 1.00K 26 32 832K kmalloc-rnd-09-1k - 4200 4134 98% 0.19K 100 42 800K filp - 800 800 100% 1.00K 25 32 800K kmalloc-cg-1k - 800 800 100% 1.00K 25 32 800K kmalloc-rnd-02-1k - 368 368 100% 2.00K 23 16 736K kmalloc-rnd-15-2k - 672 672 100% 1.00K 21 32 672K kmalloc-rnd-06-1k - 160 160 100% 4.00K 20 8 640K names_cache - 420 420 100% 1.50K 20 21 640K mm_struct - 160 160 100% 4.00K 20 8 640K kmalloc-rnd-08-4k - 160 160 100% 4.00K 20 8 640K kmalloc-rnd-06-4k - 494 494 100% 1.19K 19 26 608K RAWv6 - 608 608 100% 1.00K 19 32 608K RAW - 266 266 100% 2.19K 19 14 608K mem_cgroup - 432 432 100% 1.31K 18 24 576K perf_event - 72 72 100% 8.00K 18 4 576K kmalloc-cg-8k - 576 576 100% 1.00K 18 32 576K kmalloc-rnd-15-1k - 2272 2045 90% 0.25K 71 32 568K skbuff_head_cache - 7672 7672 100% 0.07K 137 56 548K vmap_area - 272 272 100% 2.00K 17 16 544K biovec-128 - 782 782 100% 0.69K 17 46 544K files_cache - 68 68 100% 8.00K 17 4 544K kmalloc-rnd-13-8k - 544 544 100% 1.00K 17 32 544K kmalloc-rnd-08-1k - 544 544 100% 1.00K 17 32 544K kmalloc-rnd-07-1k - 68 68 100% 8.00K 17 4 544K kmalloc-rnd-02-8k - 2112 2112 100% 0.25K 66 32 528K kmalloc-rnd-09-256 - 672 672 100% 0.75K 16 42 512K nfs_commit_data - 368 368 100% 1.38K 16 23 512K UDPv6 - 416 416 100% 1.19K 16 26 512K UDP - 208 208 100% 2.38K 16 13 512K TCP - 512 512 100% 1.00K 16 32 512K iommu_iova_magazine - 128 128 100% 4.00K 16 8 512K kmalloc-rnd-15-4k - 256 256 100% 2.00K 16 16 512K kmalloc-rnd-13-2k - 512 512 100% 1.00K 16 32 512K kmalloc-rnd-13-1k - 256 256 100% 2.00K 16 16 512K kmalloc-rnd-12-2k - 512 512 100% 1.00K 16 32 512K kmalloc-rnd-12-1k - 256 256 100% 2.00K 16 16 512K kmalloc-rnd-11-2k - 512 512 100% 1.00K 16 32 512K kmalloc-rnd-11-1k - 512 512 100% 1.00K 16 32 512K kmalloc-rnd-10-1k - 64 64 100% 8.00K 16 4 512K kmalloc-rnd-09-8k - 128 128 100% 4.00K 16 8 512K kmalloc-rnd-09-4k - 256 256 100% 2.00K 16 16 512K kmalloc-rnd-09-2k - 256 256 100% 2.00K 16 16 512K kmalloc-rnd-06-2k - 128 128 100% 4.00K 16 8 512K kmalloc-rnd-05-4k - 512 512 100% 1.00K 16 32 512K kmalloc-rnd-04-1k - 512 512 100% 1.00K 16 32 512K kmalloc-rnd-03-1k - 256 256 100% 2.00K 16 16 512K kmalloc-rnd-01-2k - 512 512 100% 1.00K 16 32 512K kmalloc-rnd-01-1k - 128 128 100% 4.00K 16 8 512K kmalloc-4k - 512 512 100% 1.00K 16 32 512K kmalloc-1k - 180 180 100% 2.56K 15 12 480K TCPv6 - 120 120 100% 4.00K 15 8 480K kmalloc-rnd-10-4k - 240 240 100% 2.00K 15 16 480K kmalloc-rnd-03-2k - 120 120 100% 4.00K 15 8 480K kmalloc-rnd-02-4k - 56 56 100% 8.00K 14 4 448K kmalloc-rnd-12-8k - 224 224 100% 2.00K 14 16 448K kmalloc-rnd-07-2k - 448 448 100% 1.00K 14 32 448K kmalloc-rnd-05-1k - 104 104 100% 4.00K 13 8 416K memdup_user-4k - 416 416 100% 1.00K 13 32 416K kmalloc-rnd-14-1k - 104 104 100% 4.00K 13 8 416K kmalloc-rnd-04-4k - 104 104 100% 4.00K 13 8 416K kmalloc-rnd-03-4k - 7519 7519 100% 0.05K 103 73 412K ftrace_event_field - 1050 1050 100% 0.38K 25 42 400K mnt_cache - 552 552 100% 0.69K 12 46 384K rpc_inode_cache - 2016 2016 100% 0.19K 48 42 384K pid - 96 96 100% 4.00K 12 8 384K kmalloc-rnd-07-4k - 192 192 100% 2.00K 12 16 384K kmalloc-rnd-05-2k - 3780 3619 95% 0.09K 90 42 360K kmalloc-rnd-05-96 - 396 396 100% 0.88K 11 36 352K fuse_inode - 176 176 100% 2.00K 11 16 352K memdup_user-2k - 352 352 100% 1.00K 11 32 352K memdup_user-1k - 528 528 100% 0.65K 22 24 352K tracefs_inode_cache - 88 88 100% 4.00K 11 8 352K kmalloc-rnd-14-4k - 3612 3612 100% 0.09K 86 42 344K trace_event_file - 672 672 100% 0.50K 21 32 336K kmalloc-rnd-02-512 - 280 280 100% 1.14K 10 28 320K nfs_inode_cache - 160 160 100% 2.00K 10 16 320K kmalloc-rnd-14-2k - 160 160 100% 2.00K 10 16 320K kmalloc-2k - 975 850 87% 0.31K 39 25 312K bio-256 - 1638 1508 92% 0.19K 39 42 312K kmalloc-cg-192 - 608 608 100% 0.50K 19 32 304K kmalloc-cg-512 - 2368 2158 91% 0.12K 74 32 296K bio_integrity_data - 7446 7446 100% 0.04K 73 102 292K extent_status - 3066 3066 100% 0.09K 73 42 292K kmalloc-rnd-10-96 - 72 72 100% 4.00K 9 8 288K kmalloc-rnd-11-4k - 144 144 100% 2.00K 9 16 288K kmalloc-rnd-10-2k - 36 36 100% 8.00K 9 4 288K kmalloc-rnd-07-8k - 4416 4276 96% 0.06K 69 64 276K kmalloc-cg-64 - 1088 1088 100% 0.25K 34 32 272K kmalloc-rnd-13-256 - 544 544 100% 0.50K 17 32 272K kmalloc-rnd-06-512 - 544 544 100% 0.50K 17 32 272K kmalloc-rnd-04-512 - 1056 1056 100% 0.25K 33 32 264K bio-200 - 24 24 100% 8.94K 8 3 256K kvm_vcpu - 448 448 100% 0.56K 16 28 256K kioctx - 464 464 100% 0.55K 16 29 256K taskstats - 1344 1344 100% 0.19K 32 42 256K proc_dir_entry - 400 400 100% 0.62K 16 25 256K task_group - 512 512 100% 0.50K 16 32 256K kmalloc-rnd-15-512 - 512 512 100% 0.50K 16 32 256K kmalloc-rnd-14-512 - 512 512 100% 0.50K 16 32 256K kmalloc-rnd-13-512 - 512 512 100% 0.50K 16 32 256K kmalloc-rnd-12-512 - 512 512 100% 0.50K 16 32 256K kmalloc-rnd-11-512 - 512 512 100% 0.50K 16 32 256K kmalloc-rnd-10-512 - 512 512 100% 0.50K 16 32 256K kmalloc-rnd-08-512 - 32 32 100% 8.00K 8 4 256K kmalloc-rnd-06-8k - 512 512 100% 0.50K 16 32 256K kmalloc-rnd-03-512 - 32 32 100% 8.00K 8 4 256K kmalloc-8k - 512 512 100% 0.50K 16 32 256K kmalloc-512 - 1952 1952 100% 0.12K 61 32 244K eventpoll_epi - 84 84 100% 2.61K 7 12 224K x86_emulator - 2352 2184 92% 0.09K 56 42 224K kmalloc-cg-96 - 448 448 100% 0.50K 14 32 224K kmalloc-rnd-05-512 - 28 28 100% 8.00K 7 4 224K kmalloc-rnd-01-8k - 1134 1134 100% 0.19K 27 42 216K kmalloc-rnd-05-192 - 832 832 100% 0.25K 26 32 208K nf_conntrack - 1632 1527 93% 0.12K 51 32 204K kmalloc-cg-128 - 1056 1056 100% 0.18K 24 44 192K kvm_mmu_page_header - 384 384 100% 0.50K 12 32 192K kmalloc-rnd-01-512 - 768 768 100% 0.25K 24 32 192K kmalloc-rnd-01-256 - 966 966 100% 0.19K 23 42 184K kmalloc-rnd-15-192 - 736 736 100% 0.25K 23 32 184K kmem_cache - 352 352 100% 0.50K 11 32 176K memdup_user-512 - 924 924 100% 0.19K 22 42 176K kmalloc-rnd-09-192 - 704 704 100% 0.25K 22 32 176K kmalloc-rnd-07-256 - 704 704 100% 0.25K 22 32 176K kmalloc-rnd-06-256 - 924 924 100% 0.19K 22 42 176K kmalloc-rnd-02-192 - 777 777 100% 0.21K 21 37 168K nfs_direct_cache - 1764 1764 100% 0.09K 42 42 168K kmalloc-rnd-03-96 - 640 640 100% 0.25K 20 32 160K kmalloc-cg-256 - 5120 5120 100% 0.03K 40 128 160K kmalloc-rnd-10-32 - 10240 10240 100% 0.02K 40 256 160K kmalloc-rnd-10-16 - 1248 1248 100% 0.12K 39 32 156K kmalloc-rnd-09-128 - 608 608 100% 0.25K 19 32 152K io_kiocb - 608 608 100% 0.25K 19 32 152K kmalloc-rnd-12-256 - 798 798 100% 0.19K 19 42 152K kmalloc-rnd-06-192 - 608 608 100% 0.25K 19 32 152K kmalloc-rnd-03-256 - 6120 6120 100% 0.02K 36 170 144K lsm_file_cache - 2304 2304 100% 0.06K 36 64 144K kmalloc-rnd-06-64 - 527 527 100% 0.26K 17 31 136K tw_sock_TCP - 714 714 100% 0.19K 17 42 136K file_lock_cache - 544 544 100% 0.25K 17 32 136K kmalloc-rnd-15-256 - 544 544 100% 0.25K 17 32 136K kmalloc-rnd-14-256 - 714 714 100% 0.19K 17 42 136K kmalloc-rnd-14-192 - 714 714 100% 0.19K 17 42 136K kmalloc-rnd-07-192 - 544 544 100% 0.25K 17 32 136K kmalloc-rnd-05-256 - 544 544 100% 0.25K 17 32 136K kmalloc-rnd-02-256 - 544 544 100% 0.25K 17 32 136K kmalloc-256 - 672 672 100% 0.19K 16 42 128K bio-136 - 400 400 100% 0.31K 16 25 128K bio-264 - 736 736 100% 0.17K 16 46 128K fuse_request - 400 400 100% 0.31K 16 25 128K request_sock_TCP - 16 16 100% 8.00K 4 4 128K memdup_user-8k - 512 512 100% 0.25K 16 32 128K task_delay_info - 76 76 100% 1.62K 4 19 128K bdev_cache - 16 16 100% 8.00K 4 4 128K kmalloc-rnd-14-8k - 16384 12870 78% 0.01K 32 512 128K kmalloc-rnd-12-8 - 672 672 100% 0.19K 16 42 128K kmalloc-rnd-12-192 - 512 512 100% 0.25K 16 32 128K kmalloc-rnd-10-256 - 672 672 100% 0.19K 16 42 128K kmalloc-rnd-10-192 - 672 672 100% 0.19K 16 42 128K kmalloc-rnd-08-192 - 512 512 100% 0.25K 16 32 128K kmalloc-rnd-04-256 - 672 672 100% 0.19K 16 42 128K kmalloc-rnd-04-192 - 672 672 100% 0.19K 16 42 128K kmalloc-rnd-03-192 - 672 672 100% 0.19K 16 42 128K kmalloc-192 + 8352 5379 64% 2.00K 522 16 16704K kmalloc-rnd-08-2k + 14007 13970 99% 1.10K 483 29 15456K ext4_inode_cache + 21560 17793 82% 0.57K 770 28 12320K radix_tree_node + 84006 83961 99% 0.10K 2154 39 8616K buffer_head + 58290 57424 98% 0.13K 1943 30 7772K kernfs_node_cache + 38682 38641 99% 0.19K 921 42 7368K dentry + 11206 11187 99% 0.60K 431 26 6896K inode_cache + 564 551 97% 10.31K 188 3 6016K task_struct + 21420 16889 78% 0.19K 510 42 4080K vm_area_struct + 7264 7220 99% 0.50K 227 32 3632K kmalloc-rnd-02-512 + 1728 918 53% 2.00K 108 16 3456K kmalloc-cg-2k + 33856 33821 99% 0.09K 736 46 2944K lsm_inode_cache + 5152 5124 99% 0.50K 161 32 2576K kmalloc-rnd-06-512 + 3572 3334 93% 0.67K 76 47 2432K proc_inode_cache + 2272 2103 92% 1.00K 71 32 2272K kmalloc-rnd-03-1k + 28056 22421 79% 0.07K 501 56 2004K vmap_area + 488 267 54% 4.00K 61 8 1952K kmalloc-cg-4k + 2478 2272 91% 0.75K 59 42 1888K shmem_inode_cache + 424 411 96% 4.00K 53 8 1696K kmalloc-rnd-10-4k + 765 750 98% 1.88K 45 17 1440K mem_cgroup_per_node + 2880 2554 88% 0.50K 90 32 1440K kmalloc-rnd-03-512 + 2200 2093 95% 0.62K 88 25 1408K debugfs_inode_cache + 1376 1355 98% 1.00K 43 32 1376K kmalloc-rnd-15-1k + 5408 3368 62% 0.25K 169 32 1352K maple_node + 20352 19593 96% 0.06K 318 64 1272K kmalloc-cg-64 + 19200 14016 73% 0.06K 300 64 1200K anon_vma_chain + 11271 9101 80% 0.10K 289 39 1156K anon_vma + 560 552 98% 2.00K 35 16 1120K kmalloc-rnd-05-2k + 924 820 88% 1.12K 33 28 1056K signal_cache + 495 441 89% 2.06K 33 15 1056K sighand_cache + 1056 969 91% 1.00K 33 32 1056K kmalloc-cg-1k + 512 439 85% 2.00K 32 16 1024K kmalloc-rnd-12-2k + 434 410 94% 2.25K 31 14 992K mem_cgroup + 3872 2325 60% 0.25K 121 32 968K kmalloc-rnd-06-256 + 1170 967 82% 0.81K 30 39 960K sock_inode_cache + 1888 1702 90% 0.50K 59 32 944K pool_workqueue + 3456 3449 99% 0.25K 108 32 864K kmalloc-rnd-02-256 + 108 108 100% 8.00K 27 4 864K kmalloc-8k + 4452 3753 84% 0.19K 106 42 848K filp + 96 83 86% 8.00K 24 4 768K kmalloc-cg-8k + 96 86 89% 8.00K 24 4 768K kmalloc-rnd-15-8k + 192 147 76% 4.00K 24 8 768K kmalloc-rnd-13-4k + 96 94 97% 8.00K 24 4 768K kmalloc-rnd-10-8k + 184 160 86% 4.00K 23 8 736K biovec-max + 352 326 92% 2.00K 22 16 704K kmalloc-rnd-04-2k + 168 148 88% 4.00K 21 8 672K kmalloc-rnd-04-4k + 160 103 64% 4.00K 20 8 640K kmalloc-rnd-15-4k + 5088 1949 38% 0.12K 159 32 636K bio_integrity_data + 646 586 90% 0.94K 19 34 608K nfs_read_data + 1216 1151 94% 0.50K 38 32 608K kmalloc-512 + 288 226 78% 2.00K 18 16 576K kmalloc-rnd-09-2k + 576 553 96% 1.00K 18 32 576K kmalloc-rnd-04-1k + 1120 739 65% 0.50K 35 32 560K kmalloc-cg-512 + 2898 1140 39% 0.19K 69 42 552K kmalloc-cg-192 + 51 49 96% 9.19K 17 3 544K kvm_vcpu + 391 356 91% 1.38K 17 23 544K RAWv6 + 221 166 75% 2.38K 17 13 544K TCP + 272 248 91% 2.00K 17 16 544K kmalloc-2k + 1056 859 81% 0.50K 33 32 528K kmalloc-rnd-07-512 + 192 131 68% 2.50K 16 12 512K TCPv6 + 64 64 100% 8.00K 16 4 512K kmalloc-rnd-11-8k + 64 64 100% 8.00K 16 4 512K kmalloc-rnd-08-8k + 64 64 100% 8.00K 16 4 512K kmalloc-rnd-05-8k + 1920 1678 87% 0.25K 60 32 480K bio-200 + 1920 1026 53% 0.25K 60 32 480K kmalloc-rnd-12-256 + 120 120 100% 4.00K 15 8 480K kmalloc-rnd-07-4k + 240 208 86% 2.00K 15 16 480K kmalloc-rnd-07-2k + 60 56 93% 8.00K 15 4 480K kmalloc-rnd-04-8k + 2478 1542 62% 0.19K 59 42 472K kmalloc-rnd-11-192 + 224 189 84% 2.00K 14 16 448K biovec-128 + 252 192 76% 1.75K 14 18 448K mm_struct + 56 51 91% 8.00K 14 4 448K kmalloc-rnd-12-8k + 4704 4591 97% 0.09K 112 42 448K kmalloc-rnd-01-96 + 7811 7754 99% 0.05K 107 73 428K ftrace_event_field + 338 316 93% 1.19K 13 26 416K RAW + 598 352 58% 0.69K 13 46 416K skbuff_small_head + 208 189 90% 2.00K 13 16 416K kmalloc-rnd-15-2k + 416 382 91% 1.00K 13 32 416K kmalloc-rnd-14-1k + 416 371 89% 1.00K 13 32 416K kmalloc-rnd-07-1k + 208 183 87% 2.00K 13 16 416K kmalloc-rnd-06-2k + 52 52 100% 8.00K 13 4 416K kmalloc-rnd-02-8k + 1050 968 92% 0.38K 25 42 400K mnt_cache + 504 427 84% 0.75K 12 42 384K nfs_commit_data + 432 243 56% 0.88K 12 36 384K fuse_inode + 192 192 100% 2.00K 12 16 384K memdup_user-2k + 192 170 88% 2.00K 12 16 384K kmalloc-rnd-13-2k + 192 171 89% 2.00K 12 16 384K kmalloc-rnd-10-2k + 96 92 95% 4.00K 12 8 384K kmalloc-rnd-08-4k + 384 322 83% 1.00K 12 32 384K kmalloc-rnd-06-1k + 192 172 89% 2.00K 12 16 384K kmalloc-rnd-03-2k + 192 180 93% 2.00K 12 16 384K kmalloc-rnd-02-2k + 192 168 87% 2.00K 12 16 384K kmalloc-rnd-01-2k + 3008 2848 94% 0.12K 94 32 376K kmalloc-rnd-02-128 + 3822 3780 98% 0.09K 91 42 364K trace_event_file + 1890 941 49% 0.19K 45 42 360K file_lock_cache + 121 118 97% 2.75K 11 11 352K x86_emulator + 506 298 58% 0.69K 11 46 352K files_cache + 1848 1643 88% 0.19K 44 42 352K pid + 264 216 81% 1.32K 11 24 352K perf_event + 352 321 91% 1.00K 11 32 352K kmalloc-rnd-11-1k + 352 299 84% 1.00K 11 32 352K kmalloc-rnd-09-1k + 88 83 94% 4.00K 11 8 352K kmalloc-rnd-05-4k + 352 294 83% 1.00K 11 32 352K kmalloc-rnd-02-1k + 2784 2040 73% 0.12K 87 32 348K eventpoll_epi + 5440 4638 85% 0.06K 85 64 340K kmalloc-rnd-10-64 + 1804 991 54% 0.18K 41 44 328K kvm_mmu_page_header + 8364 8304 99% 0.04K 82 102 328K extent_status + 2592 1285 49% 0.12K 81 32 324K kmalloc-cg-128 + 220 194 88% 1.44K 10 22 320K UDPv6 + 240 136 56% 1.31K 10 24 320K UDP + 470 411 87% 0.67K 10 47 320K taskstats + 460 341 74% 0.69K 10 46 320K task_group + 320 226 70% 1.00K 10 32 320K kmalloc-rnd-13-1k + 640 553 86% 0.50K 20 32 320K kmalloc-rnd-13-512 + 320 255 79% 1.00K 10 32 320K kmalloc-rnd-10-1k + 40 40 100% 8.00K 10 4 320K kmalloc-rnd-07-8k + 80 74 92% 4.00K 10 8 320K kmalloc-rnd-06-4k + 640 597 93% 0.50K 20 32 320K kmalloc-rnd-04-512 + 608 522 85% 0.50K 19 32 304K kmalloc-rnd-10-512 + 1184 1149 97% 0.25K 37 32 296K kmalloc-rnd-10-256 + 504 500 99% 0.56K 18 28 288K kioctx + 1512 1473 97% 0.19K 36 42 288K proc_dir_entry + 72 67 93% 4.00K 9 8 288K kmalloc-rnd-12-4k + 72 64 88% 4.00K 9 8 288K kmalloc-rnd-02-4k + 72 60 83% 4.00K 9 8 288K kmalloc-rnd-01-4k + 288 262 90% 1.00K 9 32 288K kmalloc-rnd-01-1k + 544 476 87% 0.50K 17 32 272K kmalloc-rnd-09-512 + 1056 892 84% 0.25K 33 32 264K io_kiocb + 64 64 100% 4.00K 8 8 256K memdup_user-4k + 256 154 60% 1.00K 8 32 256K iommu_iova_magazine + 64 63 98% 4.00K 8 8 256K kmalloc-rnd-14-4k + 128 106 82% 2.00K 8 16 256K kmalloc-rnd-14-2k + 256 239 93% 1.00K 8 32 256K kmalloc-rnd-12-1k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-11-4k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-09-4k + 256 227 88% 1.00K 8 32 256K kmalloc-rnd-08-1k + 512 432 84% 0.50K 16 32 256K kmalloc-rnd-05-512 + 512 444 86% 0.50K 16 32 256K kmalloc-rnd-01-512 + 64 62 96% 4.00K 8 8 256K kmalloc-4k + 1426 982 68% 0.17K 31 46 248K fuse_request + 1302 1237 95% 0.19K 31 42 248K kmalloc-rnd-07-192 + 1110 1019 91% 0.21K 30 37 240K nfs_direct_cache + 375 364 97% 0.63K 15 25 240K tracefs_inode_cache + 480 466 97% 0.50K 15 32 240K kmalloc-rnd-15-512 + 480 447 93% 0.50K 15 32 240K kmalloc-rnd-12-512 + 1218 1177 96% 0.19K 29 42 232K kmalloc-192 + 2394 1826 76% 0.09K 57 42 228K kmalloc-rnd-10-96 + 322 276 85% 0.69K 7 46 224K rpc_inode_cache + 448 448 100% 0.50K 14 32 224K memdup_user-512 + 448 421 93% 0.50K 14 32 224K kmalloc-rnd-11-512 + 224 211 94% 1.00K 7 32 224K kmalloc-rnd-05-1k + 896 685 76% 0.25K 28 32 224K kmalloc-rnd-04-256 + 2310 2003 86% 0.09K 55 42 220K kmalloc-cg-96 + 2310 2290 99% 0.09K 55 42 220K kmalloc-rnd-02-96 + 1134 1076 94% 0.19K 27 42 216K kmalloc-rnd-15-192 + 1134 936 82% 0.19K 27 42 216K kmalloc-rnd-12-192 + 1134 1056 93% 0.19K 27 42 216K kmalloc-rnd-10-192 + 338 308 91% 0.61K 13 26 208K hugetlbfs_inode_cache + 416 389 93% 0.50K 13 32 208K kmalloc-rnd-14-512 + 832 758 91% 0.25K 26 32 208K kmalloc-rnd-09-256 + 725 561 77% 0.27K 25 29 200K tw_sock_TCP + 768 628 81% 0.25K 24 32 192K nf_conntrack + 600 574 95% 0.31K 24 25 192K bio-256 + 192 166 86% 1.00K 6 32 192K memdup_user-1k + 1008 960 95% 0.19K 24 42 192K memdup_user-192 + 216 196 90% 0.88K 6 36 192K user_namespace + 768 679 88% 0.25K 24 32 192K kmalloc-rnd-15-256 + 384 242 63% 0.50K 12 32 192K kmalloc-rnd-08-512 + 1008 960 95% 0.19K 24 42 192K kmalloc-rnd-08-192 + 1008 970 96% 0.19K 24 42 192K kmalloc-rnd-06-192 + 1008 889 88% 0.19K 24 42 192K kmalloc-rnd-04-192 + 966 896 92% 0.19K 23 42 184K bio-136 + 966 773 80% 0.19K 23 42 184K kmalloc-rnd-13-192 + 966 841 87% 0.19K 23 42 184K kmalloc-rnd-09-192 + 966 914 94% 0.19K 23 42 184K kmalloc-rnd-03-192 + 528 448 84% 0.32K 22 24 176K request_sock_TCP + 924 900 97% 0.19K 22 42 176K kmalloc-rnd-14-192 + 924 887 95% 0.19K 22 42 176K kmalloc-rnd-01-192 + 672 507 75% 0.25K 21 32 168K key_jar + 672 593 88% 0.25K 21 32 168K kmalloc-rnd-13-256 + 672 553 82% 0.25K 21 32 168K kmalloc-rnd-05-256 + 882 840 95% 0.19K 21 42 168K kmalloc-rnd-05-192 + 672 670 99% 0.25K 21 32 168K kmalloc-rnd-01-256 + 1722 1668 96% 0.09K 41 42 164K kmalloc-rcl-96 + 140 140 100% 1.12K 5 28 160K nfs_inode_cache + 840 578 68% 0.19K 20 42 160K jbd2_transaction_s + 960 960 100% 0.16K 40 24 160K ext4_allocation_context + 230 195 84% 0.69K 5 46 160K uts_namespace + 20 19 95% 8.00K 5 4 160K kmalloc-rnd-14-8k + 1280 1154 90% 0.12K 40 32 160K kmalloc-rnd-06-128 + 2560 2530 98% 0.06K 40 64 160K kmalloc-rnd-01-64 + 2560 2492 97% 0.06K 40 64 160K kmalloc-64 + 4992 4864 97% 0.03K 39 128 156K kmalloc-rnd-06-32 + 2368 1933 81% 0.06K 37 64 148K kmalloc-rnd-06-64 + 450 391 86% 0.31K 18 25 144K bio-264 + 1152 1135 98% 0.12K 36 32 144K kmalloc-rnd-07-128 + 756 614 81% 0.19K 18 42 144K kmalloc-rnd-02-192 + 2240 2153 96% 0.06K 35 64 140K kmalloc-rnd-02-64 + 493 396 80% 0.27K 17 29 136K tw_sock_TCPv6 + 544 406 74% 0.25K 17 32 136K skbuff_head_cache + 544 518 95% 0.25K 17 32 136K kmalloc-cg-256 + 544 519 95% 0.25K 17 32 136K kmalloc-rnd-03-256 + 544 541 99% 0.25K 17 32 136K kmalloc-256 + 544 472 86% 0.25K 17 32 136K kmem_cache + 1056 1018 96% 0.12K 33 32 132K kmalloc-rcl-128 + 8448 8172 96% 0.02K 33 256 132K kmalloc-rnd-06-16 + 1056 733 69% 0.12K 33 32 132K kmalloc-128 + 8 8 100% 16.00K 4 2 128K zio_buf_comb_16384 + 76 60 78% 1.62K 4 19 128K bdev_cache + 672 506 75% 0.19K 16 42 128K names_cache + 64 48 75% 2.00K 4 16 128K kmalloc-rnd-11-2k + 512 444 86% 0.25K 16 32 128K kmalloc-rnd-07-256 + 128 96 75% 1.00K 4 32 128K kmalloc-1k + 992 944 95% 0.12K 31 32 124K kmalloc-rnd-10-128 + 992 776 78% 0.12K 31 32 124K kmalloc-rnd-09-128 + 1302 1218 93% 0.09K 31 42 124K kmalloc-rnd-07-96 + 992 664 66% 0.12K 31 32 124K kmalloc-rnd-05-128 780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k - 3840 3664 95% 0.03K 30 128 120K kmalloc-cg-32 - 480 480 100% 0.25K 15 32 120K kmalloc-rnd-11-256 - 630 630 100% 0.19K 15 42 120K kmalloc-rnd-11-192 - 182 182 100% 0.60K 7 26 112K user_namespace - 1792 1792 100% 0.06K 28 64 112K kmalloc-rnd-07-64 - 1134 1134 100% 0.09K 27 42 108K kmalloc-rnd-02-96 - 546 546 100% 0.19K 13 42 104K jbd2_transaction_s - 1092 1092 100% 0.09K 26 42 104K kmalloc-rnd-07-96 - 832 832 100% 0.12K 26 32 104K kmalloc-rnd-02-128 - 1600 1600 100% 0.06K 25 64 100K kmalloc-rnd-02-64 - 6 6 100% 16.00K 3 2 96K zio_buf_comb_16384 - 96 96 100% 0.98K 3 32 96K request_queue - 222 222 100% 0.42K 6 37 96K uts_namespace - 1008 1008 100% 0.09K 24 42 96K kmalloc-rcl-96 - 12 12 100% 8.00K 3 4 96K kmalloc-rnd-11-8k - 384 384 100% 0.25K 12 32 96K kmalloc-rnd-08-256 - 12 12 100% 8.00K 3 4 96K kmalloc-rnd-03-8k - 2944 2944 100% 0.03K 23 128 92K kmalloc-rnd-11-32 - 462 462 100% 0.19K 11 42 88K memdup_user-192 - 704 704 100% 0.12K 22 32 88K kmalloc-rcl-128 - 11264 11264 100% 0.01K 22 512 88K kmalloc-rnd-10-8 - 1408 1408 100% 0.06K 22 64 88K kmalloc-rnd-09-64 - 924 924 100% 0.09K 22 42 88K kmalloc-rnd-09-96 - 1344 1344 100% 0.06K 21 64 84K kmalloc-rnd-15-64 - 2688 2688 100% 0.03K 21 128 84K kmalloc-rnd-12-32 - 1344 1344 100% 0.06K 21 64 84K kmalloc-rnd-03-64 - 400 240 60% 0.20K 10 40 80K ip4-frags - 125 125 100% 0.62K 5 25 80K hugetlbfs_inode_cache - 1020 1020 100% 0.08K 20 51 80K sigqueue - 1280 1280 100% 0.06K 20 64 80K kmalloc-rnd-12-64 - 640 640 100% 0.12K 20 32 80K kmalloc-rnd-04-128 - 420 420 100% 0.19K 10 42 80K kmalloc-rnd-01-192 - 1280 1280 100% 0.06K 20 64 80K kmalloc-64 - 798 798 100% 0.09K 19 42 76K kmalloc-rnd-13-96 - 608 608 100% 0.12K 19 32 76K kmalloc-rnd-07-128 - 2432 2432 100% 0.03K 19 128 76K kmalloc-rnd-05-32 - 612 612 100% 0.12K 18 34 72K jbd2_journal_head - 576 576 100% 0.12K 18 32 72K kmalloc-rnd-10-128 - 1152 1152 100% 0.06K 18 64 72K kmalloc-rnd-08-64 - 2304 2304 100% 0.03K 18 128 72K kmalloc-rnd-07-32 - 576 576 100% 0.12K 18 32 72K kmalloc-rnd-06-128 - 9216 9216 100% 0.01K 18 512 72K kmalloc-rnd-02-8 - 867 867 100% 0.08K 17 51 68K Acpi-State - 1088 1088 100% 0.06K 17 64 68K kmalloc-rnd-13-64 - 544 544 100% 0.12K 17 32 68K kmalloc-rnd-12-128 - 714 714 100% 0.09K 17 42 68K kmalloc-rnd-08-96 - 714 714 100% 0.09K 17 42 68K kmalloc-rnd-06-96 - 544 544 100% 0.12K 17 32 68K kmalloc-rnd-05-128 - 544 544 100% 0.12K 17 32 68K kmalloc-rnd-01-128 - 2176 2176 100% 0.03K 17 128 68K kmalloc-32 - 100 100 100% 0.62K 4 25 64K netfs_request - 30 30 100% 2.06K 2 15 64K MPTCPv6 - 384 384 100% 0.16K 16 24 64K ext4_allocation_context - 576 576 100% 0.11K 16 36 64K ext4_prealloc_space - 1024 1024 100% 0.06K 16 64 64K ext4_io_end - 1168 1168 100% 0.05K 16 73 64K mb_cache_entry - 2048 2048 100% 0.03K 16 128 64K xsk_generic_xmit_cache - 32 32 100% 1.94K 2 16 64K MPTCP - 4096 4096 100% 0.02K 16 256 64K ep_head - 78 78 100% 0.81K 2 39 64K dax_cache - 2048 2048 100% 0.03K 16 128 64K memdup_user-32 - 4096 4096 100% 0.02K 16 256 64K memdup_user-16 - 8192 8192 100% 0.01K 16 512 64K memdup_user-8 - 2048 2048 100% 0.03K 16 128 64K pidfs_attr_cache - 1632 1632 100% 0.04K 16 102 64K pde_opener - 544 544 100% 0.12K 16 34 64K seq_file - 10 10 100% 5.81K 2 5 64K net_namespace - 4096 4096 100% 0.02K 16 256 64K kmalloc-cg-16 - 8192 8192 100% 0.01K 16 512 64K kmalloc-cg-8 - 512 512 100% 0.12K 16 32 64K kmalloc-rnd-15-128 - 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-15-32 - 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-15-16 - 672 672 100% 0.09K 16 42 64K kmalloc-rnd-15-96 - 1024 1024 100% 0.06K 16 64 64K kmalloc-rnd-14-64 - 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-14-32 - 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-14-16 - 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-14-8 - 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-13-32 - 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-13-16 - 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-13-8 - 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-12-16 - 512 512 100% 0.12K 16 32 64K kmalloc-rnd-11-128 - 1024 1024 100% 0.06K 16 64 64K kmalloc-rnd-11-64 - 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-11-16 - 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-11-8 - 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-09-32 - 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-09-16 - 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-09-8 - 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-08-32 - 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-08-16 - 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-08-8 - 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-07-16 - 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-07-8 - 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-06-32 - 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-06-16 - 8 8 100% 8.00K 2 4 64K kmalloc-rnd-05-8k - 1024 1024 100% 0.06K 16 64 64K kmalloc-rnd-05-64 - 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-05-16 - 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-05-8 - 1024 1024 100% 0.06K 16 64 64K kmalloc-rnd-04-64 - 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-04-32 - 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-04-16 - 672 672 100% 0.09K 16 42 64K kmalloc-rnd-04-96 - 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-03-32 - 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-02-32 - 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-02-16 - 1024 1024 100% 0.06K 16 64 64K kmalloc-rnd-01-64 - 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-01-32 - 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-01-16 - 512 512 100% 0.12K 16 32 64K kmalloc-128 - 4096 4096 100% 0.02K 16 256 64K kmalloc-16 - 8192 8192 100% 0.01K 16 512 64K kmalloc-8 - 672 672 100% 0.09K 16 42 64K kmalloc-96 - 960 960 100% 0.06K 15 64 60K memdup_user-64 - 960 960 100% 0.06K 15 64 60K dmaengine-unmap-2 - 7680 7680 100% 0.01K 15 512 60K kmalloc-rnd-15-8 - 630 630 100% 0.09K 15 42 60K kmalloc-rnd-14-96 - 630 630 100% 0.09K 15 42 60K kmalloc-rnd-12-96 - 480 480 100% 0.12K 15 32 60K kmalloc-rnd-08-128 - 7680 7680 100% 0.01K 15 512 60K kmalloc-rnd-04-8 - 480 480 100% 0.12K 15 32 60K kmalloc-rnd-03-128 - 960 960 100% 0.06K 15 64 60K kmem_cache_node - 1190 1190 100% 0.05K 14 85 56K shared_policy_node - 7168 7168 100% 0.01K 14 512 56K kmalloc-rnd-03-8 - 546 546 100% 0.09K 13 42 52K kmalloc-rnd-11-96 - 832 832 100% 0.06K 13 64 52K kmalloc-rnd-10-64 - 192 192 100% 0.25K 6 32 48K memdup_user-256 - 672 672 100% 0.07K 12 56 48K nsproxy - 384 384 100% 0.12K 12 32 48K kmalloc-rnd-14-128 - 252 252 100% 0.19K 6 42 48K kmalloc-rnd-13-192 - 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-06-8 - 2816 2816 100% 0.02K 11 256 44K kmalloc-rnd-03-16 - 210 210 100% 0.19K 5 42 40K kmalloc-rcl-192 - 420 420 100% 0.09K 10 42 40K kmalloc-rnd-01-96 - 288 288 100% 0.12K 9 32 36K kmalloc-rnd-13-128 - 10 10 100% 3.16K 1 10 32K kcopyd_job - 34 34 100% 0.94K 1 34 32K mqueue_inode_cache - 15 15 100% 2.06K 1 15 32K dmaengine-unmap-256 - 30 30 100% 1.06K 1 30 32K dmaengine-unmap-128 - 4 4 100% 8.00K 1 4 32K kmalloc-rnd-04-8k - 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-01-8 - 595 595 100% 0.05K 7 85 28K ip_fib_trie - 511 511 100% 0.05K 7 73 28K ip_fib_alias - 612 612 100% 0.04K 6 102 24K khugepaged_mm_slot - 234 234 100% 0.10K 6 39 24K Acpi-ParseExt - 210 210 100% 0.09K 5 42 20K memdup_user-96 - 84 84 100% 0.19K 2 42 16K bio-176 - 42 42 100% 0.38K 1 42 16K bio-320 - 36 36 100% 0.44K 1 36 16K bio-384 - 36 36 100% 0.44K 1 36 16K bio-400 - 32 32 100% 0.50K 1 32 16K bio-456 - 62 62 100% 0.26K 2 31 16K tw_sock_TCPv6 - 512 512 100% 0.03K 4 128 16K pending_reservation - 41 41 100% 0.38K 1 41 16K request_sock_subflow_v4 - 50 50 100% 0.31K 2 25 16K bio-280 - 60 60 100% 0.27K 2 30 16K numa_policy - 96 96 100% 0.12K 3 32 12K scsi_sense_cache - 34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full - 170 170 100% 0.05K 2 85 8K bio_post_read_ctx - 42 42 100% 0.09K 1 42 4K abd_t - 25 25 100% 0.16K 1 25 4K dm_bufio_buffer-16-1 - 256 256 100% 0.02K 1 256 4K jbd2_revoke_table_s - 36 36 100% 0.11K 1 36 4K kmalloc_buckets + 960 925 96% 0.12K 30 32 120K kmalloc-rnd-14-128 + 480 469 97% 0.25K 15 32 120K kmalloc-rnd-11-256 + 960 938 97% 0.12K 30 32 120K kmalloc-rnd-11-128 + 1260 1168 92% 0.09K 30 42 120K kmalloc-rnd-09-96 + 960 899 93% 0.12K 30 32 120K kmalloc-rnd-04-128 + 960 954 99% 0.12K 30 32 120K kmalloc-rnd-03-128 + 1260 1222 96% 0.09K 30 42 120K kmalloc-96 + 960 944 98% 0.12K 30 32 120K kmem_cache_node + 1479 985 66% 0.08K 29 51 116K sigqueue + 4930 3772 76% 0.02K 29 170 116K lsm_file_cache + 928 900 96% 0.12K 29 32 116K kmalloc-rnd-15-128 + 928 892 96% 0.12K 29 32 116K kmalloc-rnd-01-128 + 448 448 100% 0.25K 14 32 112K ip6_dst_cache + 952 821 86% 0.12K 28 34 112K jbd2_journal_head + 1008 957 94% 0.11K 28 36 112K ext4_prealloc_space + 952 755 79% 0.12K 28 34 112K seq_file + 448 389 86% 0.25K 14 32 112K kmalloc-rnd-14-256 + 448 405 90% 0.25K 14 32 112K kmalloc-rnd-08-256 + 1134 1053 92% 0.09K 27 42 108K kmalloc-rnd-11-96 + 1134 1080 95% 0.09K 27 42 108K kmalloc-rnd-06-96 + 1134 1079 95% 0.09K 27 42 108K kmalloc-rnd-05-96 + 832 753 90% 0.12K 26 32 104K kmalloc-rnd-08-128 + 1050 1020 97% 0.09K 25 42 100K kmalloc-rnd-15-96 + 1050 924 88% 0.09K 25 42 100K kmalloc-rnd-04-96 + 99 84 84% 0.97K 3 33 96K request_queue + 12 12 100% 8.00K 3 4 96K memdup_user-8k + 384 336 87% 0.25K 12 32 96K memdup_user-256 + 15 11 73% 6.19K 3 5 96K net_namespace + 1008 893 88% 0.09K 24 42 96K kmalloc-rnd-14-96 + 1008 955 94% 0.09K 24 42 96K kmalloc-rnd-12-96 + 12 12 100% 8.00K 3 4 96K kmalloc-rnd-09-8k + 1008 946 93% 0.09K 24 42 96K kmalloc-rnd-03-96 + 966 766 79% 0.09K 23 42 92K kmalloc-rnd-13-96 + 1408 1135 80% 0.06K 22 64 88K kmalloc-rcl-64 + 462 420 90% 0.19K 11 42 88K kmalloc-rcl-192 + 1408 1190 84% 0.06K 22 64 88K kmalloc-rnd-14-64 + 1408 1316 93% 0.06K 22 64 88K kmalloc-rnd-07-64 + 1408 1297 92% 0.06K 22 64 88K kmalloc-rnd-05-64 + 1071 906 84% 0.08K 21 51 84K Acpi-State + 672 549 81% 0.12K 21 32 84K kmalloc-rnd-13-128 + 672 487 72% 0.12K 21 32 84K kmalloc-rnd-12-128 + 1344 1207 89% 0.06K 21 64 84K kmalloc-rnd-08-64 + 125 112 89% 0.62K 5 25 80K netfs_request + 840 824 98% 0.09K 20 42 80K kmalloc-rnd-08-96 + 1280 1198 93% 0.06K 20 64 80K kmalloc-rnd-04-64 + 2432 2083 85% 0.03K 19 128 76K kmalloc-cg-32 + 2432 1910 78% 0.03K 19 128 76K kmalloc-rnd-15-32 + 702 659 93% 0.10K 18 39 72K Acpi-ParseExt + 1530 1487 97% 0.05K 18 85 72K shared_policy_node + 1152 1097 95% 0.06K 18 64 72K kmalloc-rnd-12-64 + 1152 1035 89% 0.06K 18 64 72K kmalloc-rnd-11-64 + 1152 1068 92% 0.06K 18 64 72K kmalloc-rnd-09-64 + 1152 1087 94% 0.06K 18 64 72K kmalloc-rnd-03-64 + 1088 801 73% 0.06K 17 64 68K dmaengine-unmap-2 + 1088 781 71% 0.06K 17 64 68K pidfs_attr_cache + 1088 995 91% 0.06K 17 64 68K kmalloc-rnd-15-64 + 30 24 80% 2.12K 2 15 64K MPTCPv6 + 20 12 60% 3.16K 2 10 64K kcopyd_job + 32 24 75% 2.00K 2 16 64K MPTCP + 84 56 66% 0.75K 2 42 64K dax_cache + 16 15 93% 4.00K 2 8 64K kmalloc-rnd-03-4k + 2048 1924 93% 0.03K 16 128 64K kmalloc-rnd-02-32 + 960 899 93% 0.06K 15 64 60K memdup_user-64 + 960 851 88% 0.06K 15 64 60K kmalloc-rnd-13-64 + 7680 2641 34% 0.01K 15 512 60K kmalloc-rnd-12-8 + 896 835 93% 0.06K 14 64 56K ext4_io_end + 1022 854 83% 0.05K 14 73 56K mb_cache_entry + 588 540 91% 0.09K 14 42 56K memdup_user-96 + 784 708 90% 0.07K 14 56 56K nsproxy + 1792 1663 92% 0.03K 14 128 56K kmalloc-rnd-13-32 + 1326 1211 91% 0.04K 13 102 52K fsnotify_inode_mark_connector + 6656 6015 90% 0.01K 13 512 52K kmalloc-rnd-06-8 + 1536 1470 95% 0.03K 12 128 48K kmalloc-rnd-14-32 + 1536 1057 68% 0.03K 12 128 48K kmalloc-rnd-01-32 + 2816 2463 87% 0.02K 11 256 44K kmalloc-rnd-13-16 + 1020 920 90% 0.04K 10 102 40K pde_opener + 1280 1064 83% 0.03K 10 128 40K kmalloc-rnd-03-32 + 1152 1074 93% 0.03K 9 128 36K kmalloc-rnd-10-32 + 1152 1079 93% 0.03K 9 128 36K kmalloc-rnd-08-32 + 1152 766 66% 0.03K 9 128 36K kmalloc-rnd-07-32 + 1152 1018 88% 0.03K 9 128 36K kmalloc-rnd-05-32 + 1152 853 74% 0.03K 9 128 36K kmalloc-rnd-04-32 + 1152 958 83% 0.03K 9 128 36K kmalloc-32 + 50 28 56% 0.62K 2 25 32K kvm_gmem_inode_cache + 34 28 82% 0.94K 1 34 32K mqueue_inode_cache + 1024 605 59% 0.03K 8 128 32K ext4_io_end_vec + 584 477 81% 0.05K 8 73 32K ip_fib_alias + 1024 960 93% 0.03K 8 128 32K memdup_user-32 + 15 12 80% 2.06K 1 15 32K dmaengine-unmap-256 + 30 12 40% 1.06K 1 30 32K dmaengine-unmap-128 + 1024 914 89% 0.03K 8 128 32K kmalloc-rnd-12-32 + 1024 960 93% 0.03K 8 128 32K kmalloc-rnd-11-32 + 1024 976 95% 0.03K 8 128 32K kmalloc-rnd-09-32 + 4 4 100% 8.00K 1 4 32K kmalloc-rnd-03-8k + 4 4 100% 8.00K 1 4 32K kmalloc-rnd-01-8k + 1792 1193 66% 0.02K 7 256 28K kmalloc-cg-16 + 126 120 95% 0.19K 3 42 24K bio-176 + 510 477 93% 0.05K 6 85 24K ip_fib_trie + 75 56 74% 0.31K 3 25 24K bio-280 + 1536 644 41% 0.02K 6 256 24K ep_head + 1536 1207 78% 0.02K 6 256 24K kmalloc-rnd-01-16 + 3072 1839 59% 0.01K 6 512 24K kmalloc-rnd-01-8 + 1280 960 75% 0.02K 5 256 20K memdup_user-16 + 1280 952 74% 0.02K 5 256 20K kmalloc-rnd-15-16 + 1280 1080 84% 0.02K 5 256 20K kmalloc-rnd-12-16 + 1280 1140 89% 0.02K 5 256 20K kmalloc-rnd-08-16 + 2560 2043 79% 0.01K 5 512 20K kmalloc-8 + 68 60 88% 0.23K 2 34 16K arc_buf_hdr_t_full + 42 28 66% 0.38K 1 42 16K bio-328 + 36 28 77% 0.44K 1 36 16K bio-392 + 36 28 77% 0.44K 1 36 16K bio-408 + 36 28 77% 0.44K 1 36 16K bio-424 + 2048 1376 67% 0.01K 4 512 16K kmalloc-cg-8 + 1024 673 65% 0.02K 4 256 16K kmalloc-rnd-14-16 + 2048 1254 61% 0.01K 4 512 16K kmalloc-rnd-13-8 + 1024 959 93% 0.02K 4 256 16K kmalloc-rnd-11-16 + 1024 961 93% 0.02K 4 256 16K kmalloc-rnd-10-16 + 1024 936 91% 0.02K 4 256 16K kmalloc-rnd-09-16 + 2048 896 43% 0.01K 4 512 16K kmalloc-rnd-09-8 + 1024 958 93% 0.02K 4 256 16K kmalloc-rnd-07-16 + 1024 960 93% 0.02K 4 256 16K kmalloc-rnd-05-16 + 1024 780 76% 0.02K 4 256 16K kmalloc-rnd-04-16 + 1024 903 88% 0.02K 4 256 16K kmalloc-rnd-03-16 + 1024 959 93% 0.02K 4 256 16K kmalloc-rnd-02-16 + 1024 752 73% 0.02K 4 256 16K kmalloc-16 + 75 60 80% 0.16K 3 25 12K dm_bufio_buffer-16-1 + 384 352 91% 0.03K 3 128 12K pending_reservation + 1536 950 61% 0.01K 3 512 12K kmalloc-rnd-15-8 + 1536 990 64% 0.01K 3 512 12K kmalloc-rnd-03-8 + 84 60 71% 0.09K 2 42 8K abd_t + 64 64 100% 0.12K 2 32 8K scsi_sense_cache + 1024 955 93% 0.01K 2 512 8K memdup_user-8 + 28 28 100% 0.28K 1 28 8K numa_policy + 72 60 83% 0.11K 2 36 8K kmalloc_buckets + 1024 895 87% 0.01K 2 512 8K kmalloc-rnd-14-8 + 1024 480 46% 0.01K 2 512 8K kmalloc-rnd-11-8 + 1024 957 93% 0.01K 2 512 8K kmalloc-rnd-10-8 + 1024 786 76% 0.01K 2 512 8K kmalloc-rnd-08-8 + 1024 960 93% 0.01K 2 512 8K kmalloc-rnd-07-8 + 1024 960 93% 0.01K 2 512 8K kmalloc-rnd-05-8 + 1024 832 81% 0.01K 2 512 8K kmalloc-rnd-04-8 + 1024 480 46% 0.01K 2 512 8K kmalloc-rnd-02-8 + 256 60 23% 0.02K 1 256 4K jbd2_revoke_table_s 0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache - 0 0 0% 0.20K 0 39 0K nf_conntrack_expect + 0 0 0% 0.23K 0 35 0K nf_conntrack_expect 0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache - 0 0 0% 1.09K 0 29 0K zfs_znode_cache + 0 0 0% 1.08K 0 29 0K zfs_znode_cache 0 0 0% 1.03K 0 31 0K zap_attr_long_cache 0 0 0% 1.07K 0 29 0K zap_name_long 0 0 0% 0.28K 0 28 0K zap_attr_cache @@ -5055,11 +7498,11 @@ DirectMap2M: 100438016 kB 0 0 0% 0.13K 0 30 0K sio_cache_0 0 0 0% 0.15K 0 26 0K zil_zcw_cache 0 0 0% 0.38K 0 41 0K zil_lwb_cache - 0 0 0% 0.36K 0 44 0K dbuf_dirty_record_t + 0 0 0% 0.37K 0 43 0K dbuf_dirty_record_t 0 0 0% 0.36K 0 44 0K dmu_buf_impl_t 0 0 0% 0.03K 0 128 0K arc_buf_t 0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only - 0 0 0% 0.93K 0 34 0K dnode_t + 0 0 0% 0.91K 0 35 0K dnode_t 0 0 0% 0.25K 0 32 0K sa_cache 0 0 0% 16.00K 0 2 0K lz4_cache 0 0 0% 12.00K 0 2 0K zio_buf_comb_12288 @@ -5072,7 +7515,7 @@ DirectMap2M: 100438016 kB 0 0 0% 1.00K 0 32 0K zio_buf_comb_1024 0 0 0% 0.50K 0 32 0K zio_buf_comb_512 0 0 0% 0.05K 0 85 0K zio_link_cache - 0 0 0% 1.19K 0 26 0K zio_cache + 0 0 0% 1.12K 0 28 0K zio_cache 0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache 0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache 0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache @@ -5084,25 +7527,30 @@ DirectMap2M: 100438016 kB 0 0 0% 0.30K 0 26 0K btrfs_delayed_node 0 0 0% 0.41K 0 39 0K btrfs_ordered_extent 0 0 0% 0.23K 0 34 0K btrfs_extent_buffer - 0 0 0% 1.00K 0 32 0K btrfs_inode - 0 0 0% 0.26K 0 31 0K fsverity_info + 0 0 0% 0.98K 0 32 0K btrfs_inode + 0 0 0% 0.27K 0 30 0K fsverity_info 0 0 0% 0.12K 0 32 0K fscrypt_inode_info + 0 0 0% 0.39K 0 40 0K request_sock_subflow_v6 0 0 0% 0.18K 0 44 0K ip6-frags - 0 0 0% 0.31K 0 25 0K request_sock_TCPv6 + 0 0 0% 1.38K 0 23 0K PINGv6 + 0 0 0% 0.32K 0 24 0K request_sock_TCPv6 0 0 0% 2.82K 0 11 0K dm_uevent 0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache 0 0 0% 0.02K 0 256 0K ecryptfs_file_cache - 0 0 0% 0.77K 0 41 0K fat_inode_cache + 0 0 0% 0.75K 0 42 0K fat_inode_cache 0 0 0% 0.04K 0 102 0K fat_cache 0 0 0% 0.69K 0 46 0K squashfs_inode_cache 0 0 0% 0.19K 0 42 0K userfaultfd_ctx_cache 0 0 0% 0.11K 0 36 0K fanotify_perm_event 0 0 0% 0.03K 0 128 0K dnotify_struct - 0 0 0% 0.28K 0 28 0K pid_namespace - 0 0 0% 0.38K 0 41 0K request_sock_subflow_v6 + 0 0 0% 0.62K 0 25 0K dio + 0 0 0% 0.01K 0 512 0K zs_handle + 0 0 0% 0.56K 0 28 0K pid_namespace + 0 0 0% 0.20K 0 40 0K ip4-frags + 0 0 0% 0.39K 0 40 0K request_sock_subflow_v4 0 0 0% 0.31K 0 25 0K xfrm_dst 0 0 0% 0.81K 0 39 0K xfrm_state - 0 0 0% 1.00K 0 32 0K PING + 0 0 0% 1.06K 0 30 0K PING 0 0 0% 0.25K 0 32 0K dquot 0 0 0% 8.00K 0 4 0K msg_msg-8k 0 0 0% 4.00K 0 8 0K msg_msg-4k @@ -5119,9 +7567,11 @@ DirectMap2M: 100438016 kB 0 0 0% 0.09K 0 42 0K msg_msg-96 0 0 0% 0.12K 0 32 0K memdup_user-128 0 0 0% 0.16K 0 25 0K file_lease_cache + 0 0 0% 0.36K 0 44 0K task_delay_info 0 0 0% 0.02K 0 256 0K pidfs_xattr_cache 0 0 0% 0.25K 0 32 0K bfilp 0 0 0% 0.10K 0 39 0K ima_iint_cache + 0 0 0% 0.34K 0 47 0K apparmor_auditcache 0 0 0% 8.00K 0 4 0K dma-kmalloc-8k 0 0 0% 4.00K 0 8 0K dma-kmalloc-4k 0 0 0% 2.00K 0 16 0K dma-kmalloc-2k @@ -5141,11 +7591,11 @@ DirectMap2M: 100438016 kB 0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k 0 0 0% 0.50K 0 32 0K kmalloc-rcl-512 0 0 0% 0.25K 0 32 0K kmalloc-rcl-256 - 0 0 0% 0.06K 0 64 0K kmalloc-rcl-64 0 0 0% 0.03K 0 128 0K kmalloc-rcl-32 0 0 0% 0.02K 0 256 0K kmalloc-rcl-16 0 0 0% 0.01K 0 512 0K kmalloc-rcl-8 - 0 0 0% 8.00K 0 4 0K kmalloc-rnd-10-8k + 0 0 0% 8.00K 0 4 0K kmalloc-rnd-13-8k + 0 0 0% 8.00K 0 4 0K kmalloc-rnd-06-8k --- kswapd stats $ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat @@ -5155,8 +7605,8 @@ pgscan_kswapd 0 kswapd_inodesteal 0 kswapd_low_wmark_hit_quickly 0 kswapd_high_wmark_hit_quickly 0 -pgmigrate_success 0 -pgmigrate_fail 0 +pgmigrate_success 5142051 +pgmigrate_fail 4100 compact_migrate_scanned 0 compact_free_scanned 0 compact_isolated 0 @@ -5181,7 +7631,7 @@ vm.dirty_bytes = 0 vm.dirty_expire_centisecs = 3000 vm.dirty_ratio = 40 vm.dirty_writeback_centisecs = 500 -vm.min_free_kbytes = 67584 +vm.min_free_kbytes = 90112 vm.nr_hugepages = 0 vm.nr_hugepages_mempolicy = 0 vm.nr_overcommit_hugepages = 0 @@ -5200,7 +7650,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 9223372036854775807 -fs.file-nr = 3027 0 9223372036854775807 +fs.file-nr = 2994 0 9223372036854775807 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -5217,6 +7667,7 @@ kernel.hung_task_check_count = 4194304 kernel.hung_task_check_interval_secs = 0 kernel.hung_task_detect_count = 0 kernel.hung_task_panic = 0 +kernel.hung_task_sys_info = kernel.hung_task_timeout_secs = 120 kernel.hung_task_warnings = 10 kernel.nmi_watchdog = 1 @@ -5225,9 +7676,9 @@ kernel.numa_balancing_promote_rate_limit_MBps = 65536 kernel.randomize_va_space = 2 kernel.sched_rt_period_us = 1000000 kernel.sched_rt_runtime_us = 950000 -kernel.threads-max = 771576 +kernel.threads-max = 959160 kernel.watchdog = 1 -kernel.watchdog_cpumask = 0-31 +kernel.watchdog_cpumask = 0-15 kernel.watchdog_thresh = 10 ############################################################################### @@ -5264,6 +7715,8 @@ net.ipv4.tcp_available_congestion_control = reno cubic bbr net.ipv4.tcp_congestion_control = bbr net.ipv4.tcp_ecn = 2 net.ipv4.tcp_ecn_fallback = 1 +net.ipv4.tcp_ecn_option = 2 +net.ipv4.tcp_ecn_option_beacon = 3 net.ipv4.tcp_fastopen = 1 net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0 net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000 @@ -5304,7 +7757,7 @@ net.ipv6.conf.all.disable_ipv6 = 0 --- sysctl.d total 16 drwxr-xr-x 2 root root 4096 Jul 26 15:44 . -drwxr-xr-x 104 root root 4096 Jul 26 16:23 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:46 .. -rw-r--r-- 1 root root 499 Jul 26 15:45 99-perfopt.conf -rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl @@ -5399,8 +7852,8 @@ inactive --- modprobe.d total 20 -drwxr-xr-x 2 root root 4096 Jul 26 11:25 . -drwxr-xr-x 104 root root 4096 Jul 26 16:23 .. +drwxr-xr-x 2 root root 4096 Jul 26 17:13 . +drwxr-xr-x 107 root root 4096 Jul 27 21:46 .. -rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf -rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf -rw-r--r-- 1 root root 0 Apr 6 09:43 tuned.conf @@ -5436,6 +7889,7 @@ done enable_apicv = N enable_device_posted_irqs = N enable_ipiv = N + enable_mediated_pmu = N enable_shadow_vmcs = N enlightened_vmcs = N ept = Y @@ -5443,8 +7897,8 @@ done error_on_inconsistent_vmcs_config = Y fasteoi = Y flexpriority = Y + mbec = N nested = Y - nested_early_check = N ple_gap = 0 ple_window = 0 ple_window_grow = 0 @@ -5458,6 +7912,7 @@ done vmentry_l1d_flush = cond vnmi = Y vpid = Y + warn_on_missed_cc = N --- module params: kvm_amd $ for p in /sys/module/kvm_amd/parameters/*; do @@ -5485,15 +7940,18 @@ done --- pveversion $ pveversion -pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve) +pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve) --- pveversion -v $ pveversion -v -proxmox-ve: 9.2.0 (running kernel: 6.17.2-1-pve) -pve-manager: 9.1.1 (running version: 9.1.1/42db4a6cf33dac83) +proxmox-ve: 9.2.0 (running kernel: 7.0.14-6-pve) +pve-manager: 9.2.5 (running version: 9.2.5/20242970da7fbcef) proxmox-kernel-helper: 9.2.0 +proxmox-kernel-7.0.14-6-pve-signed: 7.0.14-6 +proxmox-kernel-7.0: 7.0.14-6 +proxmox-kernel-6.17.13-19-pve-signed: 6.17.13-19 +proxmox-kernel-6.17: 6.17.13-19 proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1 -proxmox-kernel-6.17: 6.17.2-1 ceph-fuse: 19.2.3-pve2 corosync: 3.1.10-pve3 criu: 4.1.1-1 @@ -5505,16 +7963,17 @@ libjs-extjs: 7.0.0-5 libproxmox-acme-perl: 1.7.1 libproxmox-backup-qemu0: 2.0.2 libproxmox-rs-perl: 0.4.1 -libpve-access-control: 9.0.4 +libpve-access-control: 9.1.1 libpve-apiclient-perl: 3.4.2 libpve-cluster-api-perl: 9.1.6 libpve-cluster-perl: 9.1.6 libpve-common-perl: 9.1.19 libpve-guest-common-perl: 6.0.5 libpve-http-server-perl: 6.0.5 -libpve-network-perl: 1.2.3 -libpve-rs-perl: 0.11.3 -libpve-storage-perl: 9.0.18 +libpve-network-perl: 1.6.7 +libpve-notify-perl: 9.1.6 +libpve-rs-perl: 0.15.3 +libpve-storage-perl: 9.1.6 libspice-server1: 0.15.2-1+b1 lvm2: 2.03.31-2+pmx1 lxc-pve: 7.0.0-2 @@ -5530,22 +7989,22 @@ proxmox-mini-journalreader: 1.7 proxmox-offline-mirror-helper: 0.7.4 proxmox-widget-toolkit: 5.2.6 pve-cluster: 9.1.6 -pve-container: 6.0.18 +pve-container: 6.1.12 pve-docs: 9.2.3 pve-edk2-firmware: 4.2025.05-2 pve-esxi-import-tools: 1.0.1 pve-firewall: 6.0.5 pve-firmware: 3.18-5 -pve-ha-manager: 5.0.8 +pve-ha-manager: 5.2.4 pve-i18n: 3.9.0 pve-qemu-kvm: 11.0.2-2 pve-xtermjs: 6.0.0-2 -qemu-server: 9.0.30 +qemu-server: 9.2.1 smartmontools: 7.5-pve2 spiceterm: 3.4.2 swtpm: 0.8.0+pve3 vncterm: 1.9.2 -zfsutils-linux: 2.3.4-pve1 +zfsutils-linux: 2.4.3-pve1 --- pvecm status $ pvecm status @@ -5565,12 +8024,12 @@ pvecm expected --- pveperf $ timeout 15 pveperf -CPU BOGOMIPS: 76604.80 -REGEX/SECOND: 1625402 +CPU BOGOMIPS: 76604.00 +REGEX/SECOND: 1581046 HD SIZE: 93.93 GB (/dev/mapper/pve-root) -BUFFERED READS: 17.65 MB/sec -AVERAGE SEEK TIME: 39.07 ms -FSYNCS/SECOND: 30.51 +BUFFERED READS: 16.97 MB/sec +AVERAGE SEEK TIME: 21.51 ms +FSYNCS/SECOND: 39.66 [exit=124 / not installed or not permitted] --- corosync.conf @@ -5665,11 +8124,7 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host $ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \ | jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \ || pvesh get /cluster/resources --type node 2>/dev/null -┌────────────────┬──────┬─────────────┬─────────┬───────┬──────────┬──────────┬───────────┬─────────┬───────┬──────┬────────┬───────────┬───────────┬──────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬─────────┬──────┬──────────┬────────┬──────┬───────────┐ -│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ -╞════════════════╪══════╪═════════════╪═════════╪═══════╪══════════╪══════════╪═══════════╪═════════╪═══════╪══════╪════════╪═══════════╪═══════════╪══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪═════════╪══════╪══════════╪════════╪══════╪═══════════╡ -│ node/pfv-tsys6 │ node │ 2 │ │ 1.98% │ 8.90 GiB │ │ │ │ │ │ 16 │ 93.93 GiB │ 94.28 GiB │ 4.65 GiB │ │ │ │ │ │ │ pfv-tsys6 │ │ │ │ │ online │ │ │ │ 8m 46s │ │ │ -└────────────────┴──────┴─────────────┴─────────┴───────┴──────────┴──────────┴───────────┴─────────┴───────┴──────┴────────┴───────────┴───────────┴──────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴─────────┴──────┴──────────┴────────┴──────┴───────────┘ +pfv-tsys6 cpu=0.0139268341440661 mem=8279404544 maxmem=135158845440 maxdisk=100861726720 status=online ssl_fingerprint=null ############################################################################### # 10. NETWORK: INTERFACES @@ -5686,12 +8141,12 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host altname enx00219ba27c53 3: nic1: mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 46 maxmtu 9000 - bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 00:21:9b:a2:7c:55 queue_id 0 prio 0 ad_aggregator_id 2 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str ad_partner_oper_port_state 61 ad_partner_oper_port_state_str addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:01:00.1 + bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 00:21:9b:a2:7c:55 queue_id 0 prio 0 ad_aggregator_id 1 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str ad_partner_oper_port_state 61 ad_partner_oper_port_state_str addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:01:00.1 altname enp1s0f1 altname enx00219ba27c55 4: nic2: mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff permaddr 00:21:9b:a2:7c:57 promiscuity 1 allmulti 1 minmtu 46 maxmtu 9000 - bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 00:21:9b:a2:7c:57 queue_id 0 prio 0 ad_aggregator_id 2 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str ad_partner_oper_port_state 61 ad_partner_oper_port_state_str addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:02:00.0 + bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 00:21:9b:a2:7c:57 queue_id 0 prio 0 ad_aggregator_id 1 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str ad_partner_oper_port_state 61 ad_partner_oper_port_state_str addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:02:00.0 altname enp2s0f0 altname enx00219ba27c57 5: nic3: mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000 @@ -5704,71 +8159,71 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 7: nic5: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether 00:10:18:72:16:42 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 46 maxmtu 9000 addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:04:00.1 altname enx001018721642 -8: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 +8: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 6.47 fdb_n_learned 97 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 14.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +9: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -9: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 86.34 fdb_n_learned 96 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 17.2us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 10: nic3.2@nic3: mtu 1500 qdisc noqueue master br-rr-mgmt state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 0 maxmtu 65535 vlan protocol 802.1Q id 2 bridge_slave state forwarding priority 32 cost 19 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:59 designated_root 8000.0:21:9b:a2:7c:59 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 11: br-rr-mgmt: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.0:21:9b:a2:7c:59 designated_root 8000.0:21:9b:a2:7c:59 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 137.21 fdb_n_learned 0 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.0:21:9b:a2:7c:59 designated_root 8000.0:21:9b:a2:7c:59 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 219.30 fdb_n_learned 0 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 12: bond0: mtu 1500 qdisc noqueue master storagenet state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 - bond mode 802.3ad miimon 100 updelay 0 downdelay 0 peer_notify_delay 0 use_carrier 1 arp_interval 0 arp_missed_max 2 arp_validate none arp_all_targets any primary_reselect always fail_over_mac none xmit_hash_policy layer3+4 resend_igmp 1 num_grat_arp 1 all_slaves_active 0 min_links 0 lp_interval 1 packets_per_slave 1 lacp_active on lacp_rate slow coupled_control on ad_select stable ad_aggregator 2 ad_num_ports 2 ad_actor_key 9 ad_partner_key 26 ad_partner_mac 00:13:72:46:95:e4 ad_actor_sys_prio 65535 ad_user_port_key 0 ad_actor_system 00:00:00:00:00:00 tlb_dynamic_lb 1 + bond mode 802.3ad miimon 100 updelay 0 downdelay 0 peer_notify_delay 0 use_carrier 1 arp_interval 0 arp_missed_max 2 arp_validate none arp_all_targets any primary_reselect always fail_over_mac none xmit_hash_policy layer3+4 resend_igmp 1 num_grat_arp 1 all_slaves_active 0 min_links 0 lp_interval 1 packets_per_slave 1 lacp_active on lacp_rate slow coupled_control on ad_select stable ad_aggregator 1 ad_num_ports 2 ad_actor_key 9 ad_partner_key 26 ad_partner_mac 00:13:72:46:95:e4 ad_actor_sys_prio 65535 ad_user_port_key 0 ad_actor_system 00:00:00:00:00:00 tlb_dynamic_lb 1 bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:55 designated_root 8000.0:21:9b:a2:7c:55 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 13: storagenet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.0:21:9b:a2:7c:55 designated_root 8000.0:21:9b:a2:7c:55 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 199.96 fdb_n_learned 8 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -14: tap601i0: mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 52:e4:72:50:7c:75 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.0:21:9b:a2:7c:55 designated_root 8000.0:21:9b:a2:7c:55 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 136.74 fdb_n_learned 7 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +46: tap100i0: mtu 1500 qdisc fq master fwbr100i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 86:4a:ba:ce:74:cb brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.46:ed:d2:a8:dc:9 designated_root 8000.46:ed:d2:a8:dc:9 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -15: fwbr601i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.46:ed:d2:a8:dc:9 designated_root 8000.46:ed:d2:a8:dc:9 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 91.39 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 17 mcast_querier_ipv4_other_timer 17.2us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -16: fwpr601p0@fwln601i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 5e:65:d2:ab:e9:7f brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.1a:fa:65:4c:65:9d designated_root 8000.1a:fa:65:4c:65:9d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +47: fwbr100i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.1a:fa:65:4c:65:9d designated_root 8000.1a:fa:65:4c:65:9d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 6.47 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 49 mcast_querier_ipv4_other_timer 14.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +48: fwpr100p0@fwln100i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether c2:2f:59:b1:8b:a8 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 32 numrxqueues 32 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -17: fwln601i0@fwpr601p0: mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000 - link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +49: fwln100i0@fwpr100p0: mtu 1500 qdisc noqueue master fwbr100i0 state UP mode DEFAULT group default qlen 1000 + link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.46:ed:d2:a8:dc:9 designated_root 8000.46:ed:d2:a8:dc:9 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 32 numrxqueues 32 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -18: tap602i0: mtu 1500 qdisc fq master fwbr602i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 1a:23:06:08:08:c0 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.1a:fa:65:4c:65:9d designated_root 8000.1a:fa:65:4c:65:9d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +50: tap600i0: mtu 1500 qdisc fq master fwbr600i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 46:3a:47:c7:38:66 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.a6:89:25:3b:c6:fc designated_root 8000.a6:89:25:3b:c6:fc hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -19: fwbr602i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.a6:89:25:3b:c6:fc designated_root 8000.a6:89:25:3b:c6:fc root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 91.39 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 21 mcast_querier_ipv4_other_timer 17.2us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -20: fwpr602p0@fwln602i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 32:1c:fb:54:45:14 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.62:c5:35:11:4b:3c designated_root 8000.62:c5:35:11:4b:3c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +51: fwbr600i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.62:c5:35:11:4b:3c designated_root 8000.62:c5:35:11:4b:3c root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 6.47 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 53 mcast_querier_ipv4_other_timer 14.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +52: fwpr600p0@fwln600i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 82:f1:c8:d9:02:f3 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 32 numrxqueues 32 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -21: fwln602i0@fwpr602p0: mtu 1500 qdisc noqueue master fwbr602i0 state UP mode DEFAULT group default qlen 1000 - link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +53: fwln600i0@fwpr600p0: mtu 1500 qdisc noqueue master fwbr600i0 state UP mode DEFAULT group default qlen 1000 + link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.a6:89:25:3b:c6:fc designated_root 8000.a6:89:25:3b:c6:fc hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 32 numrxqueues 32 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -22: tap603i0: mtu 1500 qdisc fq master fwbr603i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 22:57:be:50:ae:5b brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.62:c5:35:11:4b:3c designated_root 8000.62:c5:35:11:4b:3c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +54: tap601i0: mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether b6:0f:0a:05:bb:7f brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.a:2a:f4:1f:d9:7c designated_root 8000.a:2a:f4:1f:d9:7c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -23: fwbr603i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 0a:2a:f4:1f:d9:7c brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.a:2a:f4:1f:d9:7c designated_root 8000.a:2a:f4:1f:d9:7c root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 91.39 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 25 mcast_querier_ipv4_other_timer 17.2us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -24: fwpr603p0@fwln603i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 72:40:bb:3f:a8:04 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.d6:d7:f0:f5:2f:c designated_root 8000.d6:d7:f0:f5:2f:c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +55: fwbr601i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.d6:d7:f0:f5:2f:c designated_root 8000.d6:d7:f0:f5:2f:c root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 6.47 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 57 mcast_querier_ipv4_other_timer 14.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +56: fwpr601p0@fwln601i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 5a:b3:90:81:99:9b brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8004 port_no 0x4 designated_port 32772 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 32 numrxqueues 32 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -25: fwln603i0@fwpr603p0: mtu 1500 qdisc noqueue master fwbr603i0 state UP mode DEFAULT group default qlen 1000 - link/ether 0a:2a:f4:1f:d9:7c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8004 port_no 0x4 designated_port 32772 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +57: fwln601i0@fwpr601p0: mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000 + link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.a:2a:f4:1f:d9:7c designated_root 8000.a:2a:f4:1f:d9:7c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 32 numrxqueues 32 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.d6:d7:f0:f5:2f:c designated_root 8000.d6:d7:f0:f5:2f:c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 --- ip -o link $ ip -o link @@ -5779,30 +8234,30 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 5: nic3: mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff\ altname enp2s0f1\ altname enx00219ba27c59 6: nic4: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\ link/ether 00:10:18:72:16:40 brd ff:ff:ff:ff:ff:ff\ altname enx001018721640 7: nic5: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\ link/ether 00:10:18:72:16:42 brd ff:ff:ff:ff:ff:ff\ altname enx001018721642 -8: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500\ link/none -9: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff +8: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff +9: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500\ link/none 10: nic3.2@nic3: mtu 1500 qdisc noqueue master br-rr-mgmt state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff 11: br-rr-mgmt: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff 12: bond0: mtu 1500 qdisc noqueue master storagenet state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff 13: storagenet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff -14: tap601i0: mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 52:e4:72:50:7c:75 brd ff:ff:ff:ff:ff:ff -15: fwbr601i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff -16: fwpr601p0@fwln601i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 5e:65:d2:ab:e9:7f brd ff:ff:ff:ff:ff:ff -17: fwln601i0@fwpr601p0: mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000\ link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff -18: tap602i0: mtu 1500 qdisc fq master fwbr602i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 1a:23:06:08:08:c0 brd ff:ff:ff:ff:ff:ff -19: fwbr602i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff -20: fwpr602p0@fwln602i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 32:1c:fb:54:45:14 brd ff:ff:ff:ff:ff:ff -21: fwln602i0@fwpr602p0: mtu 1500 qdisc noqueue master fwbr602i0 state UP mode DEFAULT group default qlen 1000\ link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff -22: tap603i0: mtu 1500 qdisc fq master fwbr603i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 22:57:be:50:ae:5b brd ff:ff:ff:ff:ff:ff -23: fwbr603i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 0a:2a:f4:1f:d9:7c brd ff:ff:ff:ff:ff:ff -24: fwpr603p0@fwln603i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 72:40:bb:3f:a8:04 brd ff:ff:ff:ff:ff:ff -25: fwln603i0@fwpr603p0: mtu 1500 qdisc noqueue master fwbr603i0 state UP mode DEFAULT group default qlen 1000\ link/ether 0a:2a:f4:1f:d9:7c brd ff:ff:ff:ff:ff:ff +46: tap100i0: mtu 1500 qdisc fq master fwbr100i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 86:4a:ba:ce:74:cb brd ff:ff:ff:ff:ff:ff +47: fwbr100i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff +48: fwpr100p0@fwln100i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether c2:2f:59:b1:8b:a8 brd ff:ff:ff:ff:ff:ff +49: fwln100i0@fwpr100p0: mtu 1500 qdisc noqueue master fwbr100i0 state UP mode DEFAULT group default qlen 1000\ link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff +50: tap600i0: mtu 1500 qdisc fq master fwbr600i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 46:3a:47:c7:38:66 brd ff:ff:ff:ff:ff:ff +51: fwbr600i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff +52: fwpr600p0@fwln600i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 82:f1:c8:d9:02:f3 brd ff:ff:ff:ff:ff:ff +53: fwln600i0@fwpr600p0: mtu 1500 qdisc noqueue master fwbr600i0 state UP mode DEFAULT group default qlen 1000\ link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff +54: tap601i0: mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether b6:0f:0a:05:bb:7f brd ff:ff:ff:ff:ff:ff +55: fwbr601i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff +56: fwpr601p0@fwln601i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 5a:b3:90:81:99:9b brd ff:ff:ff:ff:ff:ff +57: fwln601i0@fwpr601p0: mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000\ link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff --- ip -o -4 addr $ ip -o -4 addr 1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever -8: tailscale0 inet 100.73.35.111/32 scope global tailscale0\ valid_lft forever preferred_lft forever -9: vmbr0 inet 192.168.3.169/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 379sec preferred_lft 379sec +8: vmbr0 inet 192.168.3.169/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 576sec preferred_lft 576sec +9: tailscale0 inet 100.73.35.111/32 scope global tailscale0\ valid_lft forever preferred_lft forever 11: br-rr-mgmt inet 10.251.2.6/24 scope global br-rr-mgmt\ valid_lft forever preferred_lft forever 13: storagenet inet 10.100.100.6/24 scope global storagenet\ valid_lft forever preferred_lft forever @@ -5810,9 +8265,9 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host $ ip -o -6 addr 1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever 5: nic3 inet6 fe80::221:9bff:fea2:7c59/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever -8: tailscale0 inet6 fd7a:115c:a1e0::df3b:236f/128 scope global \ valid_lft forever preferred_lft forever -8: tailscale0 inet6 fe80::2a4f:91e2:6204:d9e/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever -9: vmbr0 inet6 fe80::221:9bff:fea2:7c53/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever +8: vmbr0 inet6 fe80::221:9bff:fea2:7c53/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever +9: tailscale0 inet6 fd7a:115c:a1e0::df3b:236f/128 scope global \ valid_lft forever preferred_lft forever +9: tailscale0 inet6 fe80::1f97:7375:575c:fc8e/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever 11: br-rr-mgmt inet6 fe80::221:9bff:fea2:7c59/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever 13: storagenet inet6 fe80::221:9bff:fea2:7c55/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever @@ -5848,19 +8303,19 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 7: nic5: mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 00:10:18:72:16:42 brd ff:ff:ff:ff:ff:ff altname enx001018721642 -8: tailscale0: mtu 1280 qdisc fq state UNKNOWN group default qlen 500 +8: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff + inet 192.168.3.169/22 brd 192.168.3.255 scope global dynamic vmbr0 + valid_lft 576sec preferred_lft 576sec + inet6 fe80::221:9bff:fea2:7c53/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +9: tailscale0: mtu 1280 qdisc fq state UNKNOWN group default qlen 500 link/none inet 100.73.35.111/32 scope global tailscale0 valid_lft forever preferred_lft forever inet6 fd7a:115c:a1e0::df3b:236f/128 scope global valid_lft forever preferred_lft forever - inet6 fe80::2a4f:91e2:6204:d9e/64 scope link stable-privacy proto kernel_ll - valid_lft forever preferred_lft forever -9: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff - inet 192.168.3.169/22 brd 192.168.3.255 scope global dynamic vmbr0 - valid_lft 379sec preferred_lft 379sec - inet6 fe80::221:9bff:fea2:7c53/64 scope link proto kernel_ll + inet6 fe80::1f97:7375:575c:fc8e/64 scope link stable-privacy proto kernel_ll valid_lft forever preferred_lft forever 10: nic3.2@nic3: mtu 1500 qdisc noqueue master br-rr-mgmt state UP group default qlen 1000 link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff @@ -5878,30 +8333,30 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host valid_lft forever preferred_lft forever inet6 fe80::221:9bff:fea2:7c55/64 scope link proto kernel_ll valid_lft forever preferred_lft forever -14: tap601i0: mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN group default qlen 1000 - link/ether 52:e4:72:50:7c:75 brd ff:ff:ff:ff:ff:ff -15: fwbr601i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff -16: fwpr601p0@fwln601i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 5e:65:d2:ab:e9:7f brd ff:ff:ff:ff:ff:ff -17: fwln601i0@fwpr601p0: mtu 1500 qdisc noqueue master fwbr601i0 state UP group default qlen 1000 - link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff -18: tap602i0: mtu 1500 qdisc fq master fwbr602i0 state UNKNOWN group default qlen 1000 - link/ether 1a:23:06:08:08:c0 brd ff:ff:ff:ff:ff:ff -19: fwbr602i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff -20: fwpr602p0@fwln602i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 32:1c:fb:54:45:14 brd ff:ff:ff:ff:ff:ff -21: fwln602i0@fwpr602p0: mtu 1500 qdisc noqueue master fwbr602i0 state UP group default qlen 1000 - link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff -22: tap603i0: mtu 1500 qdisc fq master fwbr603i0 state UNKNOWN group default qlen 1000 - link/ether 22:57:be:50:ae:5b brd ff:ff:ff:ff:ff:ff -23: fwbr603i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 0a:2a:f4:1f:d9:7c brd ff:ff:ff:ff:ff:ff -24: fwpr603p0@fwln603i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 72:40:bb:3f:a8:04 brd ff:ff:ff:ff:ff:ff -25: fwln603i0@fwpr603p0: mtu 1500 qdisc noqueue master fwbr603i0 state UP group default qlen 1000 - link/ether 0a:2a:f4:1f:d9:7c brd ff:ff:ff:ff:ff:ff +46: tap100i0: mtu 1500 qdisc fq master fwbr100i0 state UNKNOWN group default qlen 1000 + link/ether 86:4a:ba:ce:74:cb brd ff:ff:ff:ff:ff:ff +47: fwbr100i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff +48: fwpr100p0@fwln100i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether c2:2f:59:b1:8b:a8 brd ff:ff:ff:ff:ff:ff +49: fwln100i0@fwpr100p0: mtu 1500 qdisc noqueue master fwbr100i0 state UP group default qlen 1000 + link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff +50: tap600i0: mtu 1500 qdisc fq master fwbr600i0 state UNKNOWN group default qlen 1000 + link/ether 46:3a:47:c7:38:66 brd ff:ff:ff:ff:ff:ff +51: fwbr600i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff +52: fwpr600p0@fwln600i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 82:f1:c8:d9:02:f3 brd ff:ff:ff:ff:ff:ff +53: fwln600i0@fwpr600p0: mtu 1500 qdisc noqueue master fwbr600i0 state UP group default qlen 1000 + link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff +54: tap601i0: mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN group default qlen 1000 + link/ether b6:0f:0a:05:bb:7f brd ff:ff:ff:ff:ff:ff +55: fwbr601i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff +56: fwpr601p0@fwln601i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 5a:b3:90:81:99:9b brd ff:ff:ff:ff:ff:ff +57: fwln601i0@fwpr601p0: mtu 1500 qdisc noqueue master fwbr601i0 state UP group default qlen 1000 + link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff --- ip route $ ip route @@ -5925,57 +8380,57 @@ default via 192.168.3.254 dev vmbr0 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 RX: bytes packets errors dropped missed mcast - 41471 230 0 0 0 0 + 49874975 317133 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 41471 230 0 0 0 0 + 49874975 317133 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 2: nic0: mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 6063341 32438 0 16 0 13474 + 2381529606 6874656 0 3424 0 2543293 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 2345846 8993 0 3 0 0 + 4954677864 5050936 0 3 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 altname enp1s0f0 altname enx00219ba27c53 3: nic1: mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 11845150212 8436178 0 0 0 372 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 1643595843 1391301 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 64091193678 45588250 0 0 0 70482 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 20162702151 24272690 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 altname enp1s0f1 altname enx00219ba27c55 4: nic2: mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff permaddr 00:21:9b:a2:7c:57 - RX: bytes packets errors dropped missed mcast - 576846772 402734 0 0 0 83 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 2612365176 2147164 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 22517166755 15968503 0 0 0 29618 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 3369573962 4906781 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 altname enp2s0f0 altname enx00219ba27c57 5: nic3: mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 50662 512 0 0 0 459 + 11498271 114264 0 0 0 102232 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 9094 47 0 0 0 0 + 979518 3771 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 altname enp2s0f1 @@ -6002,26 +8457,26 @@ default via 192.168.3.254 dev vmbr0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 altname enx001018721642 -8: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 - link/none - RX: bytes packets errors dropped missed mcast - 452974 1617 0 0 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 735505 1460 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 -9: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 +8: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 3088161 23256 0 0 0 11914 + 564467589 4087433 0 0 0 2145055 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 1366675 4382 0 5 0 0 + 4612486911 977230 0 3 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 4 +9: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 + link/none + RX: bytes packets errors dropped missed mcast + 136345436 1048013 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 7938417316 905754 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 10: nic3.2@nic3: mtu 1500 qdisc noqueue master br-rr-mgmt state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast @@ -6044,204 +8499,251 @@ default via 192.168.3.254 dev vmbr0 0 0 0 0 2 12: bond0: mtu 1500 qdisc noqueue master storagenet state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 12421996984 8838912 0 30 0 455 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 4255961019 3538465 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 86608360433 61556753 0 6844 0 100100 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 23532276113 29179471 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 13: storagenet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 11925015565 2341421 0 0 0 388 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 4066397733 880036 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -14: tap601i0: mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 52:e4:72:50:7c:75 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 83435467947 22107340 0 5 0 86407 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 22708785667 18380983 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +46: tap100i0: mtu 1500 qdisc fq master fwbr100i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 86:4a:ba:ce:74:cb brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 281408 1361 0 0 0 0 + 426252 4352 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 2257962 18574 0 0 0 0 + 142716812 1334667 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -15: fwbr601i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff +47: fwbr100i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1377911 16363 0 17 0 10948 + 123312656 1329836 0 1925 0 891042 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -16: fwpr601p0@fwln601i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 5e:65:d2:ab:e9:7f brd ff:ff:ff:ff:ff:ff +48: fwpr100p0@fwln100i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether c2:2f:59:b1:8b:a8 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 285143 1376 0 15 0 0 + 817431 5923 0 1571 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 2257977 18574 0 0 0 0 + 142718383 1334667 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -17: fwln601i0@fwpr601p0: mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000 - link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff +49: fwln100i0@fwpr100p0: mtu 1500 qdisc noqueue master fwbr100i0 state UP mode DEFAULT group default qlen 1000 + link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 2257977 18574 0 15 0 0 + 142718383 1334667 0 1571 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 285143 1376 0 0 0 0 + 817431 5923 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -18: tap602i0: mtu 1500 qdisc fq master fwbr602i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 1a:23:06:08:08:c0 brd ff:ff:ff:ff:ff:ff +50: tap600i0: mtu 1500 qdisc fq master fwbr600i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 46:3a:47:c7:38:66 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 352015 1733 0 0 0 0 + 26234897 127308 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 2391328 18888 0 0 0 0 + 200614654 1536391 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -19: fwbr602i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff +51: fwbr600i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1362026 16163 0 17 0 10813 + 123302228 1329716 0 1924 0 890972 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -20: fwpr602p0@fwln602i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 32:1c:fb:54:45:14 brd ff:ff:ff:ff:ff:ff +52: fwpr600p0@fwln600i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 82:f1:c8:d9:02:f3 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 355501 1747 0 14 0 0 + 26626076 128879 0 1571 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 2391342 18888 0 0 0 0 + 200616439 1536392 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -21: fwln602i0@fwpr602p0: mtu 1500 qdisc noqueue master fwbr602i0 state UP mode DEFAULT group default qlen 1000 - link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff +53: fwln600i0@fwpr600p0: mtu 1500 qdisc noqueue master fwbr600i0 state UP mode DEFAULT group default qlen 1000 + link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 2391342 18888 0 14 0 0 + 200616439 1536392 0 1571 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 355501 1747 0 0 0 0 + 26626076 128879 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -22: tap603i0: mtu 1500 qdisc fq master fwbr603i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 22:57:be:50:ae:5b brd ff:ff:ff:ff:ff:ff +54: tap601i0: mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether b6:0f:0a:05:bb:7f brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 286522 1380 0 0 0 0 + 27644561 140342 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 2265861 18022 0 410 0 0 + 533361420 1569069 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -23: fwbr603i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 0a:2a:f4:1f:d9:7c brd ff:ff:ff:ff:ff:ff +55: fwbr601i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1349240 16024 0 17 0 10731 + 123287516 1329579 0 1924 0 890903 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -24: fwpr603p0@fwln603i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 72:40:bb:3f:a8:04 brd ff:ff:ff:ff:ff:ff +56: fwpr601p0@fwln601i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 5a:b3:90:81:99:9b brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 290008 1394 0 14 0 0 + 28035491 141912 0 1570 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 2302038 18432 0 0 0 0 + 533362990 1569069 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -25: fwln603i0@fwpr603p0: mtu 1500 qdisc noqueue master fwbr603i0 state UP mode DEFAULT group default qlen 1000 - link/ether 0a:2a:f4:1f:d9:7c brd ff:ff:ff:ff:ff:ff +57: fwln601i0@fwpr601p0: mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000 + link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 2302038 18432 0 14 0 0 + 533362990 1569069 0 1570 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 290008 1394 0 0 0 0 + 28035491 141912 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 --- ip neigh $ ip neigh +192.168.3.58 dev vmbr0 lladdr a4:bb:6d:e3:56:86 STALE +10.100.100.5 dev storagenet lladdr 00:1b:78:5c:e9:ce REACHABLE +10.100.100.4 dev storagenet lladdr 8c:ae:4c:cd:a9:26 REACHABLE +10.100.100.7 dev storagenet lladdr f8:bc:12:34:e0:75 STALE +192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE +192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE +192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE +10.100.100.9 dev storagenet lladdr 9c:69:d3:6a:5b:6c STALE +192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE +192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE +192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE 192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE 192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE -10.100.100.7 dev storagenet lladdr f8:bc:12:34:e0:75 STALE -192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE -192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE -192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE -192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE -10.100.100.4 dev storagenet lladdr 8c:ae:4c:cd:a9:26 REACHABLE -192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE -10.100.100.5 dev storagenet lladdr 00:1b:78:5c:e9:ce REACHABLE -192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 DELAY -192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE -192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE -192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE -fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE +192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE +192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc STALE +192.168.3.173 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE +192.168.0.250 dev vmbr0 lladdr f8:bc:12:34:e0:74 STALE +fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE +fe80::1041:575c:79d7:c3f3 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE +fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE -fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE +fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE -fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE -fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::21b:78ff:fe5c:e9ce dev storagenet lladdr 00:1b:78:5c:e9:ce STALE +fe80::6ae7:a88a:4305:7761 dev vmbr0 lladdr e8:4e:06:af:b8:92 STALE +fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE +fe80::be24:11ff:fee4:3753 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE +fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE +fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE +fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE +fe80::10e8:fff4:c9c7:c57b dev vmbr0 lladdr ba:71:00:a6:a3:12 STALE +fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 STALE +fe80::be24:11ff:feee:2bb6 dev vmbr0 lladdr bc:24:11:ee:2b:b6 STALE +fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE +fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE +fe80::109b:d06f:f2be:1dc4 dev vmbr0 lladdr 16:bc:55:38:d3:7f STALE +fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE +fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE +fe80::7172:40ba:b966:69df dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE +fe80::b6f4:eaa:36af:1d47 dev vmbr0 lladdr f0:6e:0b:cf:c7:55 STALE +fe80::ae76:5582:7949:6783 dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE +fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE +fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE +fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE +fe80::be24:11ff:febb:6af dev vmbr0 lladdr bc:24:11:bb:06:af STALE +fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE +fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE +fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE +fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE +fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE +fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE +fe80::466:5100:c752:a95d dev vmbr0 lladdr ca:c3:35:a4:7f:c4 STALE +fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE +fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE +fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE +fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE +fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +fe80::6bea:ca7:4c8c:182f dev vmbr0 lladdr bc:24:11:80:0d:16 STALE +fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE --- /proc/net/dev (counters) $ cat /proc/net/dev Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 41471 230 0 0 0 0 0 0 41471 230 0 0 0 0 0 0 - nic0: 6063341 32438 0 16 0 0 0 13474 2345846 8993 0 3 0 0 0 0 - nic1: 11845150212 8436178 0 0 0 0 0 372 1643595843 1391301 0 0 0 0 0 0 - nic2: 576846772 402734 0 0 0 0 0 83 2612365176 2147164 0 0 0 0 0 0 - nic3: 50662 512 0 0 0 0 0 459 9094 47 0 0 0 0 0 0 + lo: 49874975 317133 0 0 0 0 0 0 49874975 317133 0 0 0 0 0 0 + nic0: 2381529606 6874656 0 3424 0 0 0 2543293 4954677864 5050936 0 3 0 0 0 0 + nic1: 64091193678 45588250 0 0 0 0 0 70482 20162702151 24272690 0 0 0 0 0 0 + nic2: 22517166755 15968503 0 0 0 0 0 29618 3369573962 4906781 0 0 0 0 0 0 + nic3: 11498271 114264 0 0 0 0 0 102232 979518 3771 0 0 0 0 0 0 nic4: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 nic5: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -tailscale0: 452974 1617 0 0 0 0 0 0 735505 1460 0 0 0 0 0 0 - vmbr0: 3088351 23259 0 0 0 0 0 11916 1366675 4382 0 5 0 0 0 0 + vmbr0: 564467589 4087433 0 0 0 0 0 2145055 4612486911 977230 0 3 0 0 0 0 +tailscale0: 136345436 1048013 0 0 0 0 0 0 7938417316 905754 0 0 0 0 0 0 nic3.2: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0 br-rr-mgmt: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0 - bond0: 12421996984 8838912 0 30 0 0 0 455 4255961019 3538465 0 0 0 0 0 0 -storagenet: 11925015565 2341421 0 0 0 0 0 388 4066397733 880036 0 0 0 0 0 0 -tap601i0: 281408 1361 0 0 0 0 0 0 2258194 18577 0 0 0 0 0 0 -fwbr601i0: 1378101 16366 0 17 0 0 0 10950 0 0 0 0 0 0 0 0 -fwpr601p0: 285143 1376 0 15 0 0 0 0 2258209 18577 0 0 0 0 0 0 -fwln601i0: 2258209 18577 0 15 0 0 0 0 285143 1376 0 0 0 0 0 0 -tap602i0: 352015 1733 0 0 0 0 0 0 2391560 18891 0 0 0 0 0 0 -fwbr602i0: 1362216 16166 0 17 0 0 0 10815 0 0 0 0 0 0 0 0 -fwpr602p0: 355501 1747 0 14 0 0 0 0 2391574 18891 0 0 0 0 0 0 -fwln602i0: 2391574 18891 0 14 0 0 0 0 355501 1747 0 0 0 0 0 0 -tap603i0: 286522 1380 0 0 0 0 0 0 2266093 18025 0 410 0 0 0 0 -fwbr603i0: 1349430 16027 0 17 0 0 0 10733 0 0 0 0 0 0 0 0 -fwpr603p0: 290008 1394 0 14 0 0 0 0 2302270 18435 0 0 0 0 0 0 -fwln603i0: 2302270 18435 0 14 0 0 0 0 290008 1394 0 0 0 0 0 0 + bond0: 86608360433 61556753 0 6844 0 0 0 100100 23532276113 29179471 0 0 0 0 0 0 +storagenet: 83435467947 22107340 0 5 0 0 0 86407 22708785667 18380983 0 0 0 0 0 0 +tap100i0: 426252 4352 0 0 0 0 0 0 142716812 1334667 0 0 0 0 0 0 +fwbr100i0: 123312656 1329836 0 1925 0 0 0 891042 0 0 0 0 0 0 0 0 +fwpr100p0: 817431 5923 0 1571 0 0 0 0 142718383 1334667 0 0 0 0 0 0 +fwln100i0: 142718383 1334667 0 1571 0 0 0 0 817431 5923 0 0 0 0 0 0 +tap600i0: 26234897 127308 0 0 0 0 0 0 200614654 1536391 0 0 0 0 0 0 +fwbr600i0: 123302228 1329716 0 1924 0 0 0 890972 0 0 0 0 0 0 0 0 +fwpr600p0: 26626076 128879 0 1571 0 0 0 0 200616439 1536392 0 0 0 0 0 0 +fwln600i0: 200616439 1536392 0 1571 0 0 0 0 26626076 128879 0 0 0 0 0 0 +tap601i0: 27644561 140342 0 0 0 0 0 0 533361420 1569069 0 0 0 0 0 0 +fwbr601i0: 123287516 1329579 0 1924 0 0 0 890903 0 0 0 0 0 0 0 0 +fwpr601p0: 28035491 141912 0 1570 0 0 0 0 533362990 1569069 0 0 0 0 0 0 +fwln601i0: 533362990 1569069 0 1570 0 0 0 0 28035491 141912 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route fd7a:115c:a1e0::df3b:236f dev tailscale0 proto kernel metric 256 pref medium -fe80::/64 dev tailscale0 proto kernel metric 256 pref medium fe80::/64 dev vmbr0 proto kernel metric 256 pref medium +fe80::/64 dev tailscale0 proto kernel metric 256 pref medium fe80::/64 dev nic3 proto kernel metric 256 pref medium fe80::/64 dev br-rr-mgmt proto kernel metric 256 pref medium fe80::/64 dev storagenet proto kernel metric 256 pref medium @@ -6262,15 +8764,15 @@ fe80::/64 dev storagenet proto kernel metric 256 pref medium done bond0 speed=2000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 br-rr-mgmt speed=100 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr100i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr600i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr601i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -fwbr602i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -fwbr603i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln100i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln600i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln601i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -fwln602i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -fwln603i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr100p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr600p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr601p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -fwpr602p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -fwpr603p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 nic0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 nic1 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 nic2 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 @@ -6279,9 +8781,9 @@ nic3.2 speed=100 duplex=full mtu=1500 carrier=1 tx_queue_ nic4 speed= duplex= mtu=1500 carrier= tx_queue_len=1000 qlen=1000 type=1 nic5 speed= duplex= mtu=1500 carrier= tx_queue_len=1000 qlen=1000 type=1 storagenet speed=2000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap100i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap600i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap601i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -tap602i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 -tap603i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 vmbr0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 --- ethtool per-interface deep dump @@ -6322,7 +8824,7 @@ done ----- ethtool: bond0 ----- [driver/version/firmware/bus-info -i] driver: bonding -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: 2 expansion-rom-version: bus-info: @@ -6547,6 +9049,234 @@ netlink error: Operation not supported [statistics -S (key error/drop counters only)] [statistics -S (throughput counters)] +----- ethtool: fwbr100i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr100i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr100i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr600i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr600i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr600i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + ----- ethtool: fwbr601i0 ----- [driver/version/firmware/bus-info -i] driver: bridge @@ -6661,20 +9391,20 @@ netlink error: Operation not supported [statistics -S (key error/drop counters only)] [statistics -S (throughput counters)] ------ ethtool: fwbr602i0 ----- +----- ethtool: fwln100i0 ----- [driver/version/firmware/bus-info -i] -driver: bridge -version: 2.3 -firmware-version: N/A +driver: veth +version: 1.0 +firmware-version: expansion-rom-version: -bus-info: N/A -supports-statistics: no +bus-info: +supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: no supports-priv-flags: no [settings - speed/duplex/autoneg/port] -Settings for fwbr602i0: +Settings for fwln100i0: Supported ports: [ ] Supported link modes: Not reported Supported pause frame use: No @@ -6685,14 +9415,25 @@ Settings for fwbr602i0: Advertised auto-negotiation: No Advertised FEC modes: Not reported Speed: 10000Mb/s - Duplex: Unknown! (255) + Duplex: Full Auto-negotiation: off - Port: Other + Port: Twisted Pair PHYAD: 0 Transceiver: internal + MDI-X: Unknown Link detected: yes [channels -l (RX/TX/combined queue counts)] -netlink error: Operation not supported +Channel parameters for fwln100i0: +Pre-set maximums: +RX: 16 +TX: 16 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a [coalesce -c (interrupt moderation)] netlink error: Operation not supported [ring -g (descriptor counts)] @@ -6700,14 +9441,14 @@ netlink error: Operation not supported [pause / flow-control -a] netlink error: Operation not supported [offload features -k] -Features for fwbr602i0: -rx-checksumming: off [fixed] +Features for fwln100i0: +rx-checksumming: on tx-checksumming: on tx-checksum-ipv4: off [fixed] tx-checksum-ip-generic: on tx-checksum-ipv6: off [fixed] tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: off [fixed] + tx-checksum-sctp: on scatter-gather: on tx-scatter-gather: on tx-scatter-gather-fraglist: on @@ -6718,27 +9459,27 @@ tcp-segmentation-offload: on tx-tcp6-segmentation: on tx-tcp-accecn-segmentation: on generic-segmentation-offload: on -generic-receive-offload: on +generic-receive-offload: off large-receive-offload: off [fixed] -rx-vlan-offload: off [fixed] +rx-vlan-offload: on tx-vlan-offload: on ntuple-filters: off [fixed] receive-hashing: off [fixed] highdma: on rx-vlan-filter: off [fixed] vlan-challenged: off [fixed] -tx-gso-robust: off [requested on] -tx-fcoe-segmentation: off [requested on] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] tx-gre-segmentation: on tx-gre-csum-segmentation: on tx-ipxip4-segmentation: on tx-ipxip6-segmentation: on tx-udp_tnl-segmentation: on tx-udp_tnl-csum-segmentation: on -tx-gso-partial: on -tx-tunnel-remcsum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] tx-sctp-segmentation: on -tx-esp-segmentation: on +tx-esp-segmentation: off [fixed] tx-udp-segmentation: on tx-gso-list: on tx-nocache-copy: off @@ -6746,7 +9487,7 @@ loopback: off [fixed] rx-fcs: off [fixed] rx-all: off [fixed] tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-hw-parse: on rx-vlan-stag-filter: off [fixed] l2-fwd-offload: off [fixed] hw-tc-offload: off [fixed] @@ -6773,22 +9514,26 @@ RX classification rule retrieval failed [SFP/DOM transceiver -m] netlink error: Operation not supported [statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 [statistics -S (throughput counters)] ------ ethtool: fwbr603i0 ----- +----- ethtool: fwln600i0 ----- [driver/version/firmware/bus-info -i] -driver: bridge -version: 2.3 -firmware-version: N/A +driver: veth +version: 1.0 +firmware-version: expansion-rom-version: -bus-info: N/A -supports-statistics: no +bus-info: +supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: no supports-priv-flags: no [settings - speed/duplex/autoneg/port] -Settings for fwbr603i0: +Settings for fwln600i0: Supported ports: [ ] Supported link modes: Not reported Supported pause frame use: No @@ -6799,14 +9544,25 @@ Settings for fwbr603i0: Advertised auto-negotiation: No Advertised FEC modes: Not reported Speed: 10000Mb/s - Duplex: Unknown! (255) + Duplex: Full Auto-negotiation: off - Port: Other + Port: Twisted Pair PHYAD: 0 Transceiver: internal + MDI-X: Unknown Link detected: yes [channels -l (RX/TX/combined queue counts)] -netlink error: Operation not supported +Channel parameters for fwln600i0: +Pre-set maximums: +RX: 16 +TX: 16 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a [coalesce -c (interrupt moderation)] netlink error: Operation not supported [ring -g (descriptor counts)] @@ -6814,14 +9570,14 @@ netlink error: Operation not supported [pause / flow-control -a] netlink error: Operation not supported [offload features -k] -Features for fwbr603i0: -rx-checksumming: off [fixed] +Features for fwln600i0: +rx-checksumming: on tx-checksumming: on tx-checksum-ipv4: off [fixed] tx-checksum-ip-generic: on tx-checksum-ipv6: off [fixed] tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: off [fixed] + tx-checksum-sctp: on scatter-gather: on tx-scatter-gather: on tx-scatter-gather-fraglist: on @@ -6832,27 +9588,27 @@ tcp-segmentation-offload: on tx-tcp6-segmentation: on tx-tcp-accecn-segmentation: on generic-segmentation-offload: on -generic-receive-offload: on +generic-receive-offload: off large-receive-offload: off [fixed] -rx-vlan-offload: off [fixed] +rx-vlan-offload: on tx-vlan-offload: on ntuple-filters: off [fixed] receive-hashing: off [fixed] highdma: on rx-vlan-filter: off [fixed] vlan-challenged: off [fixed] -tx-gso-robust: off [requested on] -tx-fcoe-segmentation: off [requested on] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] tx-gre-segmentation: on tx-gre-csum-segmentation: on tx-ipxip4-segmentation: on tx-ipxip6-segmentation: on tx-udp_tnl-segmentation: on tx-udp_tnl-csum-segmentation: on -tx-gso-partial: on -tx-tunnel-remcsum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] tx-sctp-segmentation: on -tx-esp-segmentation: on +tx-esp-segmentation: off [fixed] tx-udp-segmentation: on tx-gso-list: on tx-nocache-copy: off @@ -6860,7 +9616,7 @@ loopback: off [fixed] rx-fcs: off [fixed] rx-all: off [fixed] tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-hw-parse: on rx-vlan-stag-filter: off [fixed] l2-fwd-offload: off [fixed] hw-tc-offload: off [fixed] @@ -6887,6 +9643,10 @@ RX classification rule retrieval failed [SFP/DOM transceiver -m] netlink error: Operation not supported [statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 [statistics -S (throughput counters)] ----- ethtool: fwln601i0 ----- @@ -6923,8 +9683,8 @@ Settings for fwln601i0: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwln601i0: Pre-set maximums: -RX: 32 -TX: 32 +RX: 16 +TX: 16 Other: n/a Combined: n/a Current hardware settings: @@ -7018,7 +9778,7 @@ netlink error: Operation not supported tx_queue_0_xdp_xmit_errors: 0 [statistics -S (throughput counters)] ------ ethtool: fwln602i0 ----- +----- ethtool: fwpr100p0 ----- [driver/version/firmware/bus-info -i] driver: veth version: 1.0 @@ -7031,7 +9791,7 @@ supports-eeprom-access: no supports-register-dump: no supports-priv-flags: no [settings - speed/duplex/autoneg/port] -Settings for fwln602i0: +Settings for fwpr100p0: Supported ports: [ ] Supported link modes: Not reported Supported pause frame use: No @@ -7050,10 +9810,10 @@ Settings for fwln602i0: MDI-X: Unknown Link detected: yes [channels -l (RX/TX/combined queue counts)] -Channel parameters for fwln602i0: +Channel parameters for fwpr100p0: Pre-set maximums: -RX: 32 -TX: 32 +RX: 16 +TX: 16 Other: n/a Combined: n/a Current hardware settings: @@ -7068,7 +9828,7 @@ netlink error: Operation not supported [pause / flow-control -a] netlink error: Operation not supported [offload features -k] -Features for fwln602i0: +Features for fwpr100p0: rx-checksumming: on tx-checksumming: on tx-checksum-ipv4: off [fixed] @@ -7147,7 +9907,7 @@ netlink error: Operation not supported tx_queue_0_xdp_xmit_errors: 0 [statistics -S (throughput counters)] ------ ethtool: fwln603i0 ----- +----- ethtool: fwpr600p0 ----- [driver/version/firmware/bus-info -i] driver: veth version: 1.0 @@ -7160,7 +9920,7 @@ supports-eeprom-access: no supports-register-dump: no supports-priv-flags: no [settings - speed/duplex/autoneg/port] -Settings for fwln603i0: +Settings for fwpr600p0: Supported ports: [ ] Supported link modes: Not reported Supported pause frame use: No @@ -7179,10 +9939,10 @@ Settings for fwln603i0: MDI-X: Unknown Link detected: yes [channels -l (RX/TX/combined queue counts)] -Channel parameters for fwln603i0: +Channel parameters for fwpr600p0: Pre-set maximums: -RX: 32 -TX: 32 +RX: 16 +TX: 16 Other: n/a Combined: n/a Current hardware settings: @@ -7197,7 +9957,7 @@ netlink error: Operation not supported [pause / flow-control -a] netlink error: Operation not supported [offload features -k] -Features for fwln603i0: +Features for fwpr600p0: rx-checksumming: on tx-checksumming: on tx-checksum-ipv4: off [fixed] @@ -7310,8 +10070,8 @@ Settings for fwpr601p0: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwpr601p0: Pre-set maximums: -RX: 32 -TX: 32 +RX: 16 +TX: 16 Other: n/a Combined: n/a Current hardware settings: @@ -7405,268 +10165,10 @@ netlink error: Operation not supported tx_queue_0_xdp_xmit_errors: 0 [statistics -S (throughput counters)] ------ ethtool: fwpr602p0 ----- -[driver/version/firmware/bus-info -i] -driver: veth -version: 1.0 -firmware-version: -expansion-rom-version: -bus-info: -supports-statistics: yes -supports-test: no -supports-eeprom-access: no -supports-register-dump: no -supports-priv-flags: no -[settings - speed/duplex/autoneg/port] -Settings for fwpr602p0: - Supported ports: [ ] - Supported link modes: Not reported - Supported pause frame use: No - Supports auto-negotiation: No - Supported FEC modes: Not reported - Advertised link modes: Not reported - Advertised pause frame use: No - Advertised auto-negotiation: No - Advertised FEC modes: Not reported - Speed: 10000Mb/s - Duplex: Full - Auto-negotiation: off - Port: Twisted Pair - PHYAD: 0 - Transceiver: internal - MDI-X: Unknown - Link detected: yes -[channels -l (RX/TX/combined queue counts)] -Channel parameters for fwpr602p0: -Pre-set maximums: -RX: 32 -TX: 32 -Other: n/a -Combined: n/a -Current hardware settings: -RX: 1 -TX: 1 -Other: n/a -Combined: n/a -[coalesce -c (interrupt moderation)] -netlink error: Operation not supported -[ring -g (descriptor counts)] -netlink error: Operation not supported -[pause / flow-control -a] -netlink error: Operation not supported -[offload features -k] -Features for fwpr602p0: -rx-checksumming: on -tx-checksumming: on - tx-checksum-ipv4: off [fixed] - tx-checksum-ip-generic: on - tx-checksum-ipv6: off [fixed] - tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: on -scatter-gather: on - tx-scatter-gather: on - tx-scatter-gather-fraglist: on -tcp-segmentation-offload: on - tx-tcp-segmentation: on - tx-tcp-ecn-segmentation: on - tx-tcp-mangleid-segmentation: on - tx-tcp6-segmentation: on - tx-tcp-accecn-segmentation: on -generic-segmentation-offload: on -generic-receive-offload: off -large-receive-offload: off [fixed] -rx-vlan-offload: on -tx-vlan-offload: on -ntuple-filters: off [fixed] -receive-hashing: off [fixed] -highdma: on -rx-vlan-filter: off [fixed] -vlan-challenged: off [fixed] -tx-gso-robust: off [fixed] -tx-fcoe-segmentation: off [fixed] -tx-gre-segmentation: on -tx-gre-csum-segmentation: on -tx-ipxip4-segmentation: on -tx-ipxip6-segmentation: on -tx-udp_tnl-segmentation: on -tx-udp_tnl-csum-segmentation: on -tx-gso-partial: off [fixed] -tx-tunnel-remcsum-segmentation: off [fixed] -tx-sctp-segmentation: on -tx-esp-segmentation: off [fixed] -tx-udp-segmentation: on -tx-gso-list: on -tx-nocache-copy: off -loopback: off [fixed] -rx-fcs: off [fixed] -rx-all: off [fixed] -tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: on -rx-vlan-stag-filter: off [fixed] -l2-fwd-offload: off [fixed] -hw-tc-offload: off [fixed] -esp-hw-offload: off [fixed] -esp-tx-csum-hw-offload: off [fixed] -rx-udp_tunnel-port-offload: off [fixed] -tls-hw-tx-offload: off [fixed] -tls-hw-rx-offload: off [fixed] -rx-gro-hw: off [fixed] -tls-hw-record: off [fixed] -rx-gro-list: off -macsec-hw-offload: off [fixed] -rx-udp-gro-forwarding: off -hsr-tag-ins-offload: off [fixed] -hsr-tag-rm-offload: off [fixed] -hsr-fwd-offload: off [fixed] -hsr-dup-offload: off [fixed] -[private flags --show-priv-flags] -netlink error: Operation not supported -[ntuple/RSS -n] -Cannot get RX rings: Operation not supported -rxclass: Cannot get RX class rule count: Operation not supported -RX classification rule retrieval failed -[SFP/DOM transceiver -m] -netlink error: Operation not supported -[statistics -S (key error/drop counters only)] - rx_queue_0_drops: 0 - rx_queue_0_xdp_drops: 0 - rx_queue_0_xdp_tx_errors: 0 - tx_queue_0_xdp_xmit_errors: 0 -[statistics -S (throughput counters)] - ------ ethtool: fwpr603p0 ----- -[driver/version/firmware/bus-info -i] -driver: veth -version: 1.0 -firmware-version: -expansion-rom-version: -bus-info: -supports-statistics: yes -supports-test: no -supports-eeprom-access: no -supports-register-dump: no -supports-priv-flags: no -[settings - speed/duplex/autoneg/port] -Settings for fwpr603p0: - Supported ports: [ ] - Supported link modes: Not reported - Supported pause frame use: No - Supports auto-negotiation: No - Supported FEC modes: Not reported - Advertised link modes: Not reported - Advertised pause frame use: No - Advertised auto-negotiation: No - Advertised FEC modes: Not reported - Speed: 10000Mb/s - Duplex: Full - Auto-negotiation: off - Port: Twisted Pair - PHYAD: 0 - Transceiver: internal - MDI-X: Unknown - Link detected: yes -[channels -l (RX/TX/combined queue counts)] -Channel parameters for fwpr603p0: -Pre-set maximums: -RX: 32 -TX: 32 -Other: n/a -Combined: n/a -Current hardware settings: -RX: 1 -TX: 1 -Other: n/a -Combined: n/a -[coalesce -c (interrupt moderation)] -netlink error: Operation not supported -[ring -g (descriptor counts)] -netlink error: Operation not supported -[pause / flow-control -a] -netlink error: Operation not supported -[offload features -k] -Features for fwpr603p0: -rx-checksumming: on -tx-checksumming: on - tx-checksum-ipv4: off [fixed] - tx-checksum-ip-generic: on - tx-checksum-ipv6: off [fixed] - tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: on -scatter-gather: on - tx-scatter-gather: on - tx-scatter-gather-fraglist: on -tcp-segmentation-offload: on - tx-tcp-segmentation: on - tx-tcp-ecn-segmentation: on - tx-tcp-mangleid-segmentation: on - tx-tcp6-segmentation: on - tx-tcp-accecn-segmentation: on -generic-segmentation-offload: on -generic-receive-offload: off -large-receive-offload: off [fixed] -rx-vlan-offload: on -tx-vlan-offload: on -ntuple-filters: off [fixed] -receive-hashing: off [fixed] -highdma: on -rx-vlan-filter: off [fixed] -vlan-challenged: off [fixed] -tx-gso-robust: off [fixed] -tx-fcoe-segmentation: off [fixed] -tx-gre-segmentation: on -tx-gre-csum-segmentation: on -tx-ipxip4-segmentation: on -tx-ipxip6-segmentation: on -tx-udp_tnl-segmentation: on -tx-udp_tnl-csum-segmentation: on -tx-gso-partial: off [fixed] -tx-tunnel-remcsum-segmentation: off [fixed] -tx-sctp-segmentation: on -tx-esp-segmentation: off [fixed] -tx-udp-segmentation: on -tx-gso-list: on -tx-nocache-copy: off -loopback: off [fixed] -rx-fcs: off [fixed] -rx-all: off [fixed] -tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: on -rx-vlan-stag-filter: off [fixed] -l2-fwd-offload: off [fixed] -hw-tc-offload: off [fixed] -esp-hw-offload: off [fixed] -esp-tx-csum-hw-offload: off [fixed] -rx-udp_tunnel-port-offload: off [fixed] -tls-hw-tx-offload: off [fixed] -tls-hw-rx-offload: off [fixed] -rx-gro-hw: off [fixed] -tls-hw-record: off [fixed] -rx-gro-list: off -macsec-hw-offload: off [fixed] -rx-udp-gro-forwarding: off -hsr-tag-ins-offload: off [fixed] -hsr-tag-rm-offload: off [fixed] -hsr-fwd-offload: off [fixed] -hsr-dup-offload: off [fixed] -[private flags --show-priv-flags] -netlink error: Operation not supported -[ntuple/RSS -n] -Cannot get RX rings: Operation not supported -rxclass: Cannot get RX class rule count: Operation not supported -RX classification rule retrieval failed -[SFP/DOM transceiver -m] -netlink error: Operation not supported -[statistics -S (key error/drop counters only)] - rx_queue_0_drops: 0 - rx_queue_0_xdp_drops: 0 - rx_queue_0_xdp_tx_errors: 0 - tx_queue_0_xdp_xmit_errors: 0 -[statistics -S (throughput counters)] - ----- ethtool: nic0 ----- [driver/version/firmware/bus-info -i] driver: bnx2 -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: 5.0.13 bc 5.0.11 expansion-rom-version: bus-info: 0000:01:00.0 @@ -7696,7 +10198,7 @@ Settings for nic0: Port: Twisted Pair PHYAD: 1 Transceiver: internal - MDI-X: on + MDI-X: off Supports Wake-on: g Wake-on: d Link detected: yes @@ -7859,13 +10361,13 @@ netlink error: Operation not supported rx_discards: 0 rx_fw_discards: 0 [statistics -S (throughput counters)] - rx_bytes: 6070415 - tx_bytes: 2346038 + rx_bytes: 2381529606 + tx_bytes: 4954677864 ----- ethtool: nic1 ----- [driver/version/firmware/bus-info -i] driver: bnx2 -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: 5.0.13 bc 5.0.11 NCSI 2.0.5 expansion-rom-version: bus-info: 0000:01:00.1 @@ -8058,13 +10560,13 @@ netlink error: Operation not supported rx_discards: 0 rx_fw_discards: 0 [statistics -S (throughput counters)] - rx_bytes: 11845150212 - tx_bytes: 1643642455 + rx_bytes: 64091193742 + tx_bytes: 20162702151 ----- ethtool: nic2 ----- [driver/version/firmware/bus-info -i] driver: bnx2 -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: 5.0.13 bc 5.0.11 NCSI 2.0.5 expansion-rom-version: bus-info: 0000:02:00.0 @@ -8094,7 +10596,7 @@ Settings for nic2: Port: Twisted Pair PHYAD: 1 Transceiver: internal - MDI-X: off + MDI-X: on Supports Wake-on: g Wake-on: d Link detected: yes @@ -8257,13 +10759,13 @@ netlink error: Operation not supported rx_discards: 0 rx_fw_discards: 0 [statistics -S (throughput counters)] - rx_bytes: 576851797 - tx_bytes: 2612379292 + rx_bytes: 22517166755 + tx_bytes: 3369573962 ----- ethtool: nic3 ----- [driver/version/firmware/bus-info -i] driver: bnx2 -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: 5.0.13 bc 5.0.11 NCSI 2.0.5 expansion-rom-version: bus-info: 0000:02:00.1 @@ -8456,8 +10958,8 @@ netlink error: Operation not supported rx_discards: 0 rx_fw_discards: 0 [statistics -S (throughput counters)] - rx_bytes: 50662 - tx_bytes: 9094 + rx_bytes: 11498271 + tx_bytes: 979518 ----- ethtool: nic3.2 ----- [driver/version/firmware/bus-info -i] @@ -8581,7 +11083,7 @@ netlink error: Operation not supported ----- ethtool: nic4 ----- [driver/version/firmware/bus-info -i] driver: bnx2 -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: 5.0.13 bc 5.0.11 expansion-rom-version: bus-info: 0000:04:00.0 @@ -8780,7 +11282,7 @@ netlink error: Operation not supported ----- ethtool: nic5 ----- [driver/version/firmware/bus-info -i] driver: bnx2 -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: 5.0.13 bc 5.0.11 expansion-rom-version: bus-info: 0000:04:00.1 @@ -9090,6 +11592,324 @@ netlink error: Operation not supported [statistics -S (key error/drop counters only)] [statistics -S (throughput counters)] +----- ethtool: tap100i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap100i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap100i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap100i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap100i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap600i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap600i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap600i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap600i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap600i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + ----- ethtool: tap601i0 ----- [driver/version/firmware/bus-info -i] driver: tun @@ -9249,324 +12069,6 @@ netlink error: Operation not supported [statistics -S (key error/drop counters only)] [statistics -S (throughput counters)] ------ ethtool: tap602i0 ----- -[driver/version/firmware/bus-info -i] -driver: tun -version: 1.6 -firmware-version: -expansion-rom-version: -bus-info: tap -supports-statistics: no -supports-test: no -supports-eeprom-access: no -supports-register-dump: no -supports-priv-flags: no -[settings - speed/duplex/autoneg/port] -Settings for tap602i0: - Supported ports: [ ] - Supported link modes: Not reported - Supported pause frame use: No - Supports auto-negotiation: No - Supported FEC modes: Not reported - Advertised link modes: Not reported - Advertised pause frame use: No - Advertised auto-negotiation: No - Advertised FEC modes: Not reported - Speed: 10000Mb/s - Duplex: Full - Auto-negotiation: off - Port: Twisted Pair - PHYAD: 0 - Transceiver: internal - MDI-X: Unknown - Current message level: 0x00000000 (0) - - Link detected: yes -[channels -l (RX/TX/combined queue counts)] -Channel parameters for tap602i0: -Pre-set maximums: -RX: n/a -TX: n/a -Other: n/a -Combined: 1 -Current hardware settings: -RX: n/a -TX: n/a -Other: n/a -Combined: 1 -[coalesce -c (interrupt moderation)] -Coalesce parameters for tap602i0: -Adaptive RX: n/a TX: n/a -stats-block-usecs: n/a -sample-interval: n/a -pkt-rate-low: n/a -pkt-rate-high: n/a - -rx-usecs: n/a -rx-frames: 0 -rx-usecs-irq: n/a -rx-frames-irq: n/a - -tx-usecs: n/a -tx-frames: n/a -tx-usecs-irq: n/a -tx-frames-irq: n/a - -rx-usecs-low: n/a -rx-frame-low: n/a -tx-usecs-low: n/a -tx-frame-low: n/a - -rx-usecs-high: n/a -rx-frame-high: n/a -tx-usecs-high: n/a -tx-frame-high: n/a - -CQE mode RX: n/a TX: n/a - -tx-aggr-max-bytes: n/a -tx-aggr-max-frames: n/a -tx-aggr-time-usecs: n/a - -[ring -g (descriptor counts)] -netlink error: Operation not supported -[pause / flow-control -a] -netlink error: Operation not supported -[offload features -k] -Features for tap602i0: -rx-checksumming: off [fixed] -tx-checksumming: on - tx-checksum-ipv4: off [fixed] - tx-checksum-ip-generic: on - tx-checksum-ipv6: off [fixed] - tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: off [fixed] -scatter-gather: on - tx-scatter-gather: on - tx-scatter-gather-fraglist: on -tcp-segmentation-offload: on - tx-tcp-segmentation: on - tx-tcp-ecn-segmentation: on - tx-tcp-mangleid-segmentation: off - tx-tcp6-segmentation: on - tx-tcp-accecn-segmentation: off [fixed] -generic-segmentation-offload: on -generic-receive-offload: on -large-receive-offload: off [fixed] -rx-vlan-offload: off [fixed] -tx-vlan-offload: on -ntuple-filters: off [fixed] -receive-hashing: off [fixed] -highdma: off [fixed] -rx-vlan-filter: off [fixed] -vlan-challenged: off [fixed] -tx-gso-robust: off [fixed] -tx-fcoe-segmentation: off [fixed] -tx-gre-segmentation: off [fixed] -tx-gre-csum-segmentation: off [fixed] -tx-ipxip4-segmentation: off [fixed] -tx-ipxip6-segmentation: off [fixed] -tx-udp_tnl-segmentation: off -tx-udp_tnl-csum-segmentation: off -tx-gso-partial: off [fixed] -tx-tunnel-remcsum-segmentation: off [fixed] -tx-sctp-segmentation: off [fixed] -tx-esp-segmentation: off [fixed] -tx-udp-segmentation: on -tx-gso-list: off [fixed] -tx-nocache-copy: off -loopback: off [fixed] -rx-fcs: off [fixed] -rx-all: off [fixed] -tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: off [fixed] -rx-vlan-stag-filter: off [fixed] -l2-fwd-offload: off [fixed] -hw-tc-offload: off [fixed] -esp-hw-offload: off [fixed] -esp-tx-csum-hw-offload: off [fixed] -rx-udp_tunnel-port-offload: off [fixed] -tls-hw-tx-offload: off [fixed] -tls-hw-rx-offload: off [fixed] -rx-gro-hw: off [fixed] -tls-hw-record: off [fixed] -rx-gro-list: off -macsec-hw-offload: off [fixed] -rx-udp-gro-forwarding: off -hsr-tag-ins-offload: off [fixed] -hsr-tag-rm-offload: off [fixed] -hsr-fwd-offload: off [fixed] -hsr-dup-offload: off [fixed] -[private flags --show-priv-flags] -netlink error: Operation not supported -[ntuple/RSS -n] -Cannot get RX rings: Operation not supported -rxclass: Cannot get RX class rule count: Operation not supported -RX classification rule retrieval failed -[SFP/DOM transceiver -m] -netlink error: Operation not supported -[statistics -S (key error/drop counters only)] -[statistics -S (throughput counters)] - ------ ethtool: tap603i0 ----- -[driver/version/firmware/bus-info -i] -driver: tun -version: 1.6 -firmware-version: -expansion-rom-version: -bus-info: tap -supports-statistics: no -supports-test: no -supports-eeprom-access: no -supports-register-dump: no -supports-priv-flags: no -[settings - speed/duplex/autoneg/port] -Settings for tap603i0: - Supported ports: [ ] - Supported link modes: Not reported - Supported pause frame use: No - Supports auto-negotiation: No - Supported FEC modes: Not reported - Advertised link modes: Not reported - Advertised pause frame use: No - Advertised auto-negotiation: No - Advertised FEC modes: Not reported - Speed: 10000Mb/s - Duplex: Full - Auto-negotiation: off - Port: Twisted Pair - PHYAD: 0 - Transceiver: internal - MDI-X: Unknown - Current message level: 0x00000000 (0) - - Link detected: yes -[channels -l (RX/TX/combined queue counts)] -Channel parameters for tap603i0: -Pre-set maximums: -RX: n/a -TX: n/a -Other: n/a -Combined: 1 -Current hardware settings: -RX: n/a -TX: n/a -Other: n/a -Combined: 1 -[coalesce -c (interrupt moderation)] -Coalesce parameters for tap603i0: -Adaptive RX: n/a TX: n/a -stats-block-usecs: n/a -sample-interval: n/a -pkt-rate-low: n/a -pkt-rate-high: n/a - -rx-usecs: n/a -rx-frames: 0 -rx-usecs-irq: n/a -rx-frames-irq: n/a - -tx-usecs: n/a -tx-frames: n/a -tx-usecs-irq: n/a -tx-frames-irq: n/a - -rx-usecs-low: n/a -rx-frame-low: n/a -tx-usecs-low: n/a -tx-frame-low: n/a - -rx-usecs-high: n/a -rx-frame-high: n/a -tx-usecs-high: n/a -tx-frame-high: n/a - -CQE mode RX: n/a TX: n/a - -tx-aggr-max-bytes: n/a -tx-aggr-max-frames: n/a -tx-aggr-time-usecs: n/a - -[ring -g (descriptor counts)] -netlink error: Operation not supported -[pause / flow-control -a] -netlink error: Operation not supported -[offload features -k] -Features for tap603i0: -rx-checksumming: off [fixed] -tx-checksumming: on - tx-checksum-ipv4: off [fixed] - tx-checksum-ip-generic: on - tx-checksum-ipv6: off [fixed] - tx-checksum-fcoe-crc: off [fixed] - tx-checksum-sctp: off [fixed] -scatter-gather: on - tx-scatter-gather: on - tx-scatter-gather-fraglist: on -tcp-segmentation-offload: on - tx-tcp-segmentation: on - tx-tcp-ecn-segmentation: on - tx-tcp-mangleid-segmentation: off - tx-tcp6-segmentation: on - tx-tcp-accecn-segmentation: off [fixed] -generic-segmentation-offload: on -generic-receive-offload: on -large-receive-offload: off [fixed] -rx-vlan-offload: off [fixed] -tx-vlan-offload: on -ntuple-filters: off [fixed] -receive-hashing: off [fixed] -highdma: off [fixed] -rx-vlan-filter: off [fixed] -vlan-challenged: off [fixed] -tx-gso-robust: off [fixed] -tx-fcoe-segmentation: off [fixed] -tx-gre-segmentation: off [fixed] -tx-gre-csum-segmentation: off [fixed] -tx-ipxip4-segmentation: off [fixed] -tx-ipxip6-segmentation: off [fixed] -tx-udp_tnl-segmentation: off -tx-udp_tnl-csum-segmentation: off -tx-gso-partial: off [fixed] -tx-tunnel-remcsum-segmentation: off [fixed] -tx-sctp-segmentation: off [fixed] -tx-esp-segmentation: off [fixed] -tx-udp-segmentation: on -tx-gso-list: off [fixed] -tx-nocache-copy: off -loopback: off [fixed] -rx-fcs: off [fixed] -rx-all: off [fixed] -tx-vlan-stag-hw-insert: on -rx-vlan-stag-hw-parse: off [fixed] -rx-vlan-stag-filter: off [fixed] -l2-fwd-offload: off [fixed] -hw-tc-offload: off [fixed] -esp-hw-offload: off [fixed] -esp-tx-csum-hw-offload: off [fixed] -rx-udp_tunnel-port-offload: off [fixed] -tls-hw-tx-offload: off [fixed] -tls-hw-rx-offload: off [fixed] -rx-gro-hw: off [fixed] -tls-hw-record: off [fixed] -rx-gro-list: off -macsec-hw-offload: off [fixed] -rx-udp-gro-forwarding: off -hsr-tag-ins-offload: off [fixed] -hsr-tag-rm-offload: off [fixed] -hsr-fwd-offload: off [fixed] -hsr-dup-offload: off [fixed] -[private flags --show-priv-flags] -netlink error: Operation not supported -[ntuple/RSS -n] -Cannot get RX rings: Operation not supported -rxclass: Cannot get RX class rule count: Operation not supported -RX classification rule retrieval failed -[SFP/DOM transceiver -m] -netlink error: Operation not supported -[statistics -S (key error/drop counters only)] -[statistics -S (throughput counters)] - ----- ethtool: vmbr0 ----- [driver/version/firmware/bus-info -i] driver: bridge @@ -9690,42 +12192,42 @@ netlink error: Operation not supported 2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 10: nic3.2@nic3: mtu 1500 master br-rr-mgmt state forwarding priority 32 cost 19 12: bond0: mtu 1500 master storagenet state forwarding priority 32 cost 5 -14: tap601i0: mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2 -16: fwpr601p0@fwln601i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -17: fwln601i0@fwpr601p0: mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2 -18: tap602i0: mtu 1500 master fwbr602i0 state forwarding priority 32 cost 2 -20: fwpr602p0@fwln602i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -21: fwln602i0@fwpr602p0: mtu 1500 master fwbr602i0 state forwarding priority 32 cost 2 -22: tap603i0: mtu 1500 master fwbr603i0 state forwarding priority 32 cost 2 -24: fwpr603p0@fwln603i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -25: fwln603i0@fwpr603p0: mtu 1500 master fwbr603i0 state forwarding priority 32 cost 2 +46: tap100i0: mtu 1500 master fwbr100i0 state forwarding priority 32 cost 2 +48: fwpr100p0@fwln100i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +49: fwln100i0@fwpr100p0: mtu 1500 master fwbr100i0 state forwarding priority 32 cost 2 +50: tap600i0: mtu 1500 master fwbr600i0 state forwarding priority 32 cost 2 +52: fwpr600p0@fwln600i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +53: fwln600i0@fwpr600p0: mtu 1500 master fwbr600i0 state forwarding priority 32 cost 2 +54: tap601i0: mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2 +56: fwpr601p0@fwln601i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +57: fwln601i0@fwpr601p0: mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2 --- bridge -d link $ bridge -d link 2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 125 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 37 mcast_max_groups 0 10: nic3.2@nic3: mtu 1500 master br-rr-mgmt state forwarding priority 32 cost 19 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 12: bond0: mtu 1500 master storagenet state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 -14: tap601i0: mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -16: fwpr601p0@fwln601i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -17: fwln601i0@fwpr601p0: mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 -18: tap602i0: mtu 1500 master fwbr602i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -20: fwpr602p0@fwln602i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -21: fwln602i0@fwpr602p0: mtu 1500 master fwbr602i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 -22: tap603i0: mtu 1500 master fwbr603i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -24: fwpr603p0@fwln603i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -25: fwln603i0@fwpr603p0: mtu 1500 master fwbr603i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 +46: tap100i0: mtu 1500 master fwbr100i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +48: fwpr100p0@fwln100i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +49: fwln100i0@fwpr100p0: mtu 1500 master fwbr100i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 33 mcast_max_groups 0 +50: tap600i0: mtu 1500 master fwbr600i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +52: fwpr600p0@fwln600i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +53: fwln600i0@fwpr600p0: mtu 1500 master fwbr600i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 33 mcast_max_groups 0 +54: tap601i0: mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +56: fwpr601p0@fwln601i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +57: fwln601i0@fwpr601p0: mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 33 mcast_max_groups 0 --- bridge vlan $ bridge vlan @@ -9736,18 +12238,18 @@ nic3.2 1 PVID Egress Untagged br-rr-mgmt 1 PVID Egress Untagged bond0 1 PVID Egress Untagged storagenet 1 PVID Egress Untagged +tap100i0 1 PVID Egress Untagged +fwbr100i0 1 PVID Egress Untagged +fwpr100p0 1 PVID Egress Untagged +fwln100i0 1 PVID Egress Untagged +tap600i0 1 PVID Egress Untagged +fwbr600i0 1 PVID Egress Untagged +fwpr600p0 1 PVID Egress Untagged +fwln600i0 1 PVID Egress Untagged tap601i0 1 PVID Egress Untagged fwbr601i0 1 PVID Egress Untagged fwpr601p0 1 PVID Egress Untagged fwln601i0 1 PVID Egress Untagged -tap602i0 1 PVID Egress Untagged -fwbr602i0 1 PVID Egress Untagged -fwpr602p0 1 PVID Egress Untagged -fwln602i0 1 PVID Egress Untagged -tap603i0 1 PVID Egress Untagged -fwbr603i0 1 PVID Egress Untagged -fwpr603p0 1 PVID Egress Untagged -fwln603i0 1 PVID Egress Untagged --- bridge vlan show $ bridge vlan show @@ -9758,38 +12260,38 @@ nic3.2 1 PVID Egress Untagged br-rr-mgmt 1 PVID Egress Untagged bond0 1 PVID Egress Untagged storagenet 1 PVID Egress Untagged +tap100i0 1 PVID Egress Untagged +fwbr100i0 1 PVID Egress Untagged +fwpr100p0 1 PVID Egress Untagged +fwln100i0 1 PVID Egress Untagged +tap600i0 1 PVID Egress Untagged +fwbr600i0 1 PVID Egress Untagged +fwpr600p0 1 PVID Egress Untagged +fwln600i0 1 PVID Egress Untagged tap601i0 1 PVID Egress Untagged fwbr601i0 1 PVID Egress Untagged fwpr601p0 1 PVID Egress Untagged fwln601i0 1 PVID Egress Untagged -tap602i0 1 PVID Egress Untagged -fwbr602i0 1 PVID Egress Untagged -fwpr602p0 1 PVID Egress Untagged -fwln602i0 1 PVID Egress Untagged -tap603i0 1 PVID Egress Untagged -fwbr603i0 1 PVID Egress Untagged -fwpr603p0 1 PVID Egress Untagged -fwln603i0 1 PVID Egress Untagged --- brctl show $ brctl show bridge name bridge id STP enabled interfaces br-rr-mgmt 8000.00219ba27c59 no nic3.2 -fwbr601i0 8000.46edd2a8dc09 no fwln601i0 +fwbr100i0 8000.1afa654c659d no fwln100i0 + tap100i0 +fwbr600i0 8000.62c535114b3c no fwln600i0 + tap600i0 +fwbr601i0 8000.d6d7f0f52f0c no fwln601i0 tap601i0 -fwbr602i0 8000.a689253bc6fc no fwln602i0 - tap602i0 -fwbr603i0 8000.0a2af41fd97c no fwln603i0 - tap603i0 storagenet 8000.00219ba27c55 no bond0 -vmbr0 8000.00219ba27c53 no fwpr601p0 - fwpr602p0 - fwpr603p0 +vmbr0 8000.00219ba27c53 no fwpr100p0 + fwpr600p0 + fwpr601p0 nic0 --- bonding state --- /proc/net/bonding/bond0 --- -Ethernet Channel Bonding Driver: v6.17.2-1-pve +Ethernet Channel Bonding Driver: v7.0.14-6-pve Bonding Mode: IEEE 802.3ad Dynamic link aggregation Transmit Hash Policy: layer3+4 (1) @@ -9807,7 +12309,7 @@ Aggregator selection policy (ad_select): stable System priority: 65535 System MAC address: 00:21:9b:a2:7c:55 Active Aggregator Info: - Aggregator ID: 2 + Aggregator ID: 1 Number of ports: 2 Actor Key: 9 Partner Key: 26 @@ -9820,7 +12322,7 @@ Duplex: full Link Failure Count: 0 Permanent HW addr: 00:21:9b:a2:7c:55 Slave queue ID: 0 -Aggregator ID: 2 +Aggregator ID: 1 Actor Churn State: none Partner Churn State: none Actor Churned Count: 0 @@ -9847,7 +12349,7 @@ Duplex: full Link Failure Count: 0 Permanent HW addr: 00:21:9b:a2:7c:57 Slave queue ID: 0 -Aggregator ID: 2 +Aggregator ID: 1 Actor Churn State: none Partner Churn State: none Actor Churned Count: 0 @@ -9875,10 +12377,10 @@ nic3.2 | 2 | nic3 --- /proc/net/vlan total 0 -dr-xr-xr-x 4 root root 0 Jul 26 16:26 . -dr-xr-xr-x 62 root root 0 Jul 26 16:26 .. --rw------- 1 root root 0 Jul 26 16:26 config --rw------- 1 root root 0 Jul 26 16:26 nic3.2 +dr-xr-xr-x 4 root root 0 Jul 27 21:51 . +dr-xr-xr-x 62 root root 0 Jul 27 21:51 .. +-rw------- 1 root root 0 Jul 27 21:51 config +-rw------- 1 root root 0 Jul 27 21:51 nic3.2 --- /etc/network/interfaces --- /etc/network/interfaces --- @@ -9958,60 +12460,61 @@ done --- /proc/interrupts $ cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 CPU8 CPU9 CPU10 CPU11 CPU12 CPU13 CPU14 CPU15 - 0: 31039 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 2-edge timer + 0: 25053 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 2-edge timer 1: 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 IO-APIC 1-edge i8042 8: 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 IO-APIC 8-edge rtc0 9: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 9-fasteoi acpi 12: 0 0 0 0 0 0 0 0 6 0 0 0 0 0 0 0 IO-APIC 12-edge i8042 17: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 17-fasteoi uhci_hcd:usb3 18: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 18-fasteoi uhci_hcd:usb4 - 19: 0 0 0 0 0 0 0 77307 0 0 0 0 0 0 0 0 IO-APIC 19-fasteoi ehci_hcd:usb1 + 19: 0 0 0 0 0 0 0 1457430 0 0 0 0 0 0 0 0 IO-APIC 19-fasteoi ehci_hcd:usb1 20: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 20-fasteoi uhci_hcd:usb6 - 21: 0 0 0 0 0 0 0 0 0 88 0 0 0 0 0 0 IO-APIC 21-fasteoi ehci_hcd:usb2, uhci_hcd:usb5 + 21: 0 0 0 0 0 0 0 0 0 89 0 0 0 0 0 0 IO-APIC 21-fasteoi ehci_hcd:usb2, uhci_hcd:usb5 25: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:01.0 0-edge PCIe PME, aerdrv, PCIe bwctrl 26: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:03.0 0-edge PCIe PME, aerdrv, PCIe bwctrl 27: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:07.0 0-edge PCIe PME, aerdrv, PCIe bwctrl 28: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:09.0 0-edge PCIe PME, aerdrv, PCIe bwctrl 29: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:1c.0 0-edge PCIe PME - 36: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15910 PCI-MSIX-0000:01:00.0 0-edge nic0-0 - 37: 4236 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 1-edge nic0-1 - 38: 0 8230 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 2-edge nic0-2 - 39: 0 0 6240 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 3-edge nic0-3 - 40: 0 0 0 3615 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 4-edge nic0-4 - 42: 0 0 0 0 496 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 0-edge nic3-0 - 43: 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 1-edge nic3-1 - 44: 0 0 0 0 0 0 11 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 2-edge nic3-2 - 45: 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 3-edge nic3-3 - 46: 0 0 0 0 0 0 0 0 47 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 4-edge nic3-4 - 48: 0 0 0 0 0 0 0 0 0 56084 0 0 0 0 0 0 PCI-MSIX-0000:01:00.1 0-edge nic1-0 - 49: 0 0 0 0 0 0 0 0 0 0 133375 0 0 0 0 0 PCI-MSIX-0000:01:00.1 1-edge nic1-1 - 50: 0 0 0 0 0 0 0 0 0 0 0 451237 0 0 0 0 PCI-MSIX-0000:01:00.1 2-edge nic1-2 - 51: 0 0 0 0 0 0 0 0 0 0 0 0 538574 0 0 0 PCI-MSIX-0000:01:00.1 3-edge nic1-3 - 52: 0 0 0 0 0 0 0 0 0 0 0 0 0 441463 0 0 PCI-MSIX-0000:01:00.1 4-edge nic1-4 - 54: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14001 0 PCI-MSIX-0000:02:00.0 0-edge nic2-0 - 55: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100995 PCI-MSIX-0000:02:00.0 1-edge nic2-1 - 56: 294505 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 2-edge nic2-2 - 57: 0 52371 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 3-edge nic2-3 - 58: 0 0 12892 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 4-edge nic2-4 - NMI: 17 15 22 19 16 16 21 18 14 15 15 31 32 33 27 15 Non-maskable interrupts - LOC: 141567 88898 82161 91852 91452 75736 88917 92065 87329 80083 98838 181265 174082 169572 96328 140398 Local timer interrupts + 36: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3131468 PCI-MSIX-0000:01:00.0 0-edge nic0-0 + 37: 801288 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 1-edge nic0-1 + 38: 0 1968668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 2-edge nic0-2 + 39: 0 0 1033669 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 3-edge nic0-3 + 40: 0 0 0 690027 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 4-edge nic0-4 + 42: 0 0 0 0 103232 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 0-edge nic3-0 + 43: 0 0 0 0 0 34 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 1-edge nic3-1 + 44: 0 0 0 0 0 0 6 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 2-edge nic3-2 + 45: 0 0 0 0 0 0 0 3761 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 3-edge nic3-3 + 46: 0 0 0 0 0 0 0 0 11006 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 4-edge nic3-4 + 48: 0 0 0 0 0 0 0 0 0 3549033 0 0 0 0 0 0 PCI-MSIX-0000:01:00.1 0-edge nic1-0 + 49: 0 0 0 0 0 0 0 0 0 0 1795308 0 0 0 0 0 PCI-MSIX-0000:01:00.1 1-edge nic1-1 + 50: 0 0 0 0 0 0 0 0 0 0 0 1598765 0 0 0 0 PCI-MSIX-0000:01:00.1 2-edge nic1-2 + 51: 0 0 0 0 0 0 0 0 0 0 0 0 8467319 0 0 0 PCI-MSIX-0000:01:00.1 3-edge nic1-3 + 52: 0 0 0 0 0 0 0 0 0 0 0 0 0 277322 0 0 PCI-MSIX-0000:01:00.1 4-edge nic1-4 + 54: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 760062 0 PCI-MSIX-0000:02:00.0 0-edge nic2-0 + 55: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1057086 PCI-MSIX-0000:02:00.0 1-edge nic2-1 + 56: 2143879 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 2-edge nic2-2 + 57: 0 1143736 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 3-edge nic2-3 + 58: 0 0 70788 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 4-edge nic2-4 + NMI: 2432 2128 11422 1628 8465 1567 5556 1606 2288 1552 3615 1488 3711 1497 2535 1576 Non-maskable interrupts + LOC: 10947964 10885113 18827542 10351754 16643795 10654681 14279662 11334659 11834948 11076602 12386652 10882665 12605042 10910516 11372664 15477131 Local timer interrupts SPU: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Spurious interrupts - PMI: 17 15 22 19 16 16 21 18 14 15 15 31 32 33 27 15 Performance monitoring interrupts - IWI: 0 0 0 0 5 0 0 0 0 2 0 0 0 1 0 2 IRQ work interrupts - RTR: 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 APIC ICR read retries - RES: 2662 2354 1543 1053 1791 1231 1968 1318 4797 2044 1736 1850 2156 2394 1869 1262 Rescheduling interrupts - CAL: 29382 20625 17962 15916 18166 14280 16640 16511 16394 15161 16893 16434 16732 15134 17877 14872 Function call interrupts - TLB: 1166 571 785 764 1227 515 1146 584 670 614 1095 670 926 607 804 484 TLB shootdowns + PMI: 2432 2128 11422 1628 8465 1567 5556 1606 2288 1552 3615 1488 3711 1497 2535 1576 Performance monitoring interrupts + IWI: 854 10029 1114 491 603 507 556 370 397 1220 672 1027 1086 828 433 470 IRQ work interrupts + RTR: 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 APIC ICR read retries + RES: 188329 219327 185665 202594 199709 231217 221677 240369 244229 253504 235856 231739 211539 238635 235337 180360 Rescheduling interrupts + CAL: 1209644 457802 357546 283930 354493 220354 292885 221576 310667 220475 308291 212307 290359 206960 292683 255232 Function call interrupts + TLB: 37534 38667 36539 38585 36936 39608 37566 38558 36373 37886 35815 36198 35444 35673 34543 34717 TLB shootdowns TRM: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Thermal event interrupts - THR: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Threshold APIC interrupts + THR: 0 1373 0 1373 0 1373 0 1373 0 1373 0 1373 0 1373 0 1373 Threshold APIC interrupts DFR: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts MCE: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Machine check exceptions - MCP: 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 Machine check polls + MCP: 314 17790 316 1689 316 1688 316 1689 316 1688 316 1689 315 1689 316 1689 Machine check polls ERR: 0 MIS: 0 PIN: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Posted-interrupt notification event NPI: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Nested posted-interrupt event PIW: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event +VPMI: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Perf Guest Mediated PMI --- NIC IRQ affinities (which CPUs handle which queue) $ for ifc in $NETIFS; do @@ -10054,66 +12557,66 @@ done val=$(cat "$q") [ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val" done | head -n 60 - /sys/class/net/bond0/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-10/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-11/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-12/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-13/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-14/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-15/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-1/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-2/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-3/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-4/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-5/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-6/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-7/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-8/rps_cpus = 00000000 - /sys/class/net/bond0/queues/rx-9/rps_cpus = 00000000 - /sys/class/net/br-rr-mgmt/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/fwbr601i0/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/fwbr602i0/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/fwbr603i0/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/fwln601i0/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/fwln602i0/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/fwln603i0/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/fwpr601p0/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/fwpr602p0/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/fwpr603p0/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/lo/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/nic0/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/nic0/queues/rx-1/rps_cpus = 00000000 - /sys/class/net/nic0/queues/rx-2/rps_cpus = 00000000 - /sys/class/net/nic0/queues/rx-3/rps_cpus = 00000000 - /sys/class/net/nic0/queues/rx-4/rps_cpus = 00000000 - /sys/class/net/nic1/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/nic1/queues/rx-1/rps_cpus = 00000000 - /sys/class/net/nic1/queues/rx-2/rps_cpus = 00000000 - /sys/class/net/nic1/queues/rx-3/rps_cpus = 00000000 - /sys/class/net/nic1/queues/rx-4/rps_cpus = 00000000 - /sys/class/net/nic2/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/nic2/queues/rx-1/rps_cpus = 00000000 - /sys/class/net/nic2/queues/rx-2/rps_cpus = 00000000 - /sys/class/net/nic2/queues/rx-3/rps_cpus = 00000000 - /sys/class/net/nic2/queues/rx-4/rps_cpus = 00000000 - /sys/class/net/nic3.2/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/nic3/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/nic3/queues/rx-1/rps_cpus = 00000000 - /sys/class/net/nic3/queues/rx-2/rps_cpus = 00000000 - /sys/class/net/nic3/queues/rx-3/rps_cpus = 00000000 - /sys/class/net/nic3/queues/rx-4/rps_cpus = 00000000 - /sys/class/net/nic4/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/nic4/queues/rx-1/rps_cpus = 00000000 - /sys/class/net/nic4/queues/rx-2/rps_cpus = 00000000 - /sys/class/net/nic4/queues/rx-3/rps_cpus = 00000000 - /sys/class/net/nic4/queues/rx-4/rps_cpus = 00000000 - /sys/class/net/nic4/queues/rx-5/rps_cpus = 00000000 - /sys/class/net/nic4/queues/rx-6/rps_cpus = 00000000 - /sys/class/net/nic4/queues/rx-7/rps_cpus = 00000000 - /sys/class/net/nic5/queues/rx-0/rps_cpus = 00000000 - /sys/class/net/nic5/queues/rx-1/rps_cpus = 00000000 - /sys/class/net/nic5/queues/rx-2/rps_cpus = 00000000 - /sys/class/net/nic5/queues/rx-3/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-0/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-10/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-11/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-12/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-13/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-14/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-15/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-1/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-2/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-3/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-4/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-5/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-6/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-7/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-8/rps_cpus = 0000 + /sys/class/net/bond0/queues/rx-9/rps_cpus = 0000 + /sys/class/net/br-rr-mgmt/queues/rx-0/rps_cpus = 0000 + /sys/class/net/fwbr100i0/queues/rx-0/rps_cpus = 0000 + /sys/class/net/fwbr600i0/queues/rx-0/rps_cpus = 0000 + /sys/class/net/fwbr601i0/queues/rx-0/rps_cpus = 0000 + /sys/class/net/fwln100i0/queues/rx-0/rps_cpus = 0000 + /sys/class/net/fwln600i0/queues/rx-0/rps_cpus = 0000 + /sys/class/net/fwln601i0/queues/rx-0/rps_cpus = 0000 + /sys/class/net/fwpr100p0/queues/rx-0/rps_cpus = 0000 + /sys/class/net/fwpr600p0/queues/rx-0/rps_cpus = 0000 + /sys/class/net/fwpr601p0/queues/rx-0/rps_cpus = 0000 + /sys/class/net/lo/queues/rx-0/rps_cpus = 0000 + /sys/class/net/nic0/queues/rx-0/rps_cpus = 0000 + /sys/class/net/nic0/queues/rx-1/rps_cpus = 0000 + /sys/class/net/nic0/queues/rx-2/rps_cpus = 0000 + /sys/class/net/nic0/queues/rx-3/rps_cpus = 0000 + /sys/class/net/nic0/queues/rx-4/rps_cpus = 0000 + /sys/class/net/nic1/queues/rx-0/rps_cpus = 0000 + /sys/class/net/nic1/queues/rx-1/rps_cpus = 0000 + /sys/class/net/nic1/queues/rx-2/rps_cpus = 0000 + /sys/class/net/nic1/queues/rx-3/rps_cpus = 0000 + /sys/class/net/nic1/queues/rx-4/rps_cpus = 0000 + /sys/class/net/nic2/queues/rx-0/rps_cpus = 0000 + /sys/class/net/nic2/queues/rx-1/rps_cpus = 0000 + /sys/class/net/nic2/queues/rx-2/rps_cpus = 0000 + /sys/class/net/nic2/queues/rx-3/rps_cpus = 0000 + /sys/class/net/nic2/queues/rx-4/rps_cpus = 0000 + /sys/class/net/nic3.2/queues/rx-0/rps_cpus = 0000 + /sys/class/net/nic3/queues/rx-0/rps_cpus = 0000 + /sys/class/net/nic3/queues/rx-1/rps_cpus = 0000 + /sys/class/net/nic3/queues/rx-2/rps_cpus = 0000 + /sys/class/net/nic3/queues/rx-3/rps_cpus = 0000 + /sys/class/net/nic3/queues/rx-4/rps_cpus = 0000 + /sys/class/net/nic4/queues/rx-0/rps_cpus = 0000 + /sys/class/net/nic4/queues/rx-1/rps_cpus = 0000 + /sys/class/net/nic4/queues/rx-2/rps_cpus = 0000 + /sys/class/net/nic4/queues/rx-3/rps_cpus = 0000 + /sys/class/net/nic4/queues/rx-4/rps_cpus = 0000 + /sys/class/net/nic4/queues/rx-5/rps_cpus = 0000 + /sys/class/net/nic4/queues/rx-6/rps_cpus = 0000 + /sys/class/net/nic4/queues/rx-7/rps_cpus = 0000 + /sys/class/net/nic5/queues/rx-0/rps_cpus = 0000 + /sys/class/net/nic5/queues/rx-1/rps_cpus = 0000 + /sys/class/net/nic5/queues/rx-2/rps_cpus = 0000 + /sys/class/net/nic5/queues/rx-3/rps_cpus = 0000 --- XPS masks (non-zero only) $ for q in /sys/class/net/*/queues/tx-*/xps_cpus; do @@ -10122,71 +12625,71 @@ done | head -n 60 [ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val" done | head -n 60 cat: /sys/class/net/br-rr-mgmt/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr100i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr600i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr601i0/queues/tx-0/xps_cpus: No such file or directory -cat: /sys/class/net/fwbr602i0/queues/tx-0/xps_cpus: No such file or directory -cat: /sys/class/net/fwbr603i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/lo/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/nic3.2/queues/tx-0/xps_cpus: No such file or directory - /sys/class/net/bond0/queues/tx-0/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-10/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-11/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-12/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-13/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-14/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-15/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-1/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-2/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-3/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-4/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-5/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-6/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-7/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-8/xps_cpus = 00000000 - /sys/class/net/bond0/queues/tx-9/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-0/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-10/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-11/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-12/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-13/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-14/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-15/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-1/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-2/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-3/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-4/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-5/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-6/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-7/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-8/xps_cpus = 0000 + /sys/class/net/bond0/queues/tx-9/xps_cpus = 0000 /sys/class/net/br-rr-mgmt/queues/tx-0/xps_cpus = + /sys/class/net/fwbr100i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr600i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr601i0/queues/tx-0/xps_cpus = - /sys/class/net/fwbr602i0/queues/tx-0/xps_cpus = - /sys/class/net/fwbr603i0/queues/tx-0/xps_cpus = - /sys/class/net/fwln601i0/queues/tx-0/xps_cpus = 00000000 - /sys/class/net/fwln602i0/queues/tx-0/xps_cpus = 00000000 - /sys/class/net/fwln603i0/queues/tx-0/xps_cpus = 00000000 - /sys/class/net/fwpr601p0/queues/tx-0/xps_cpus = 00000000 - /sys/class/net/fwpr602p0/queues/tx-0/xps_cpus = 00000000 - /sys/class/net/fwpr603p0/queues/tx-0/xps_cpus = 00000000 + /sys/class/net/fwln100i0/queues/tx-0/xps_cpus = 0000 + /sys/class/net/fwln600i0/queues/tx-0/xps_cpus = 0000 + /sys/class/net/fwln601i0/queues/tx-0/xps_cpus = 0000 + /sys/class/net/fwpr100p0/queues/tx-0/xps_cpus = 0000 + /sys/class/net/fwpr600p0/queues/tx-0/xps_cpus = 0000 + /sys/class/net/fwpr601p0/queues/tx-0/xps_cpus = 0000 /sys/class/net/lo/queues/tx-0/xps_cpus = - /sys/class/net/nic0/queues/tx-0/xps_cpus = 00000000 - /sys/class/net/nic0/queues/tx-1/xps_cpus = 00000000 - /sys/class/net/nic0/queues/tx-2/xps_cpus = 00000000 - /sys/class/net/nic0/queues/tx-3/xps_cpus = 00000000 - /sys/class/net/nic1/queues/tx-0/xps_cpus = 00000000 - /sys/class/net/nic1/queues/tx-1/xps_cpus = 00000000 - /sys/class/net/nic1/queues/tx-2/xps_cpus = 00000000 - /sys/class/net/nic1/queues/tx-3/xps_cpus = 00000000 - /sys/class/net/nic2/queues/tx-0/xps_cpus = 00000000 - /sys/class/net/nic2/queues/tx-1/xps_cpus = 00000000 - /sys/class/net/nic2/queues/tx-2/xps_cpus = 00000000 - /sys/class/net/nic2/queues/tx-3/xps_cpus = 00000000 + /sys/class/net/nic0/queues/tx-0/xps_cpus = 0000 + /sys/class/net/nic0/queues/tx-1/xps_cpus = 0000 + /sys/class/net/nic0/queues/tx-2/xps_cpus = 0000 + /sys/class/net/nic0/queues/tx-3/xps_cpus = 0000 + /sys/class/net/nic1/queues/tx-0/xps_cpus = 0000 + /sys/class/net/nic1/queues/tx-1/xps_cpus = 0000 + /sys/class/net/nic1/queues/tx-2/xps_cpus = 0000 + /sys/class/net/nic1/queues/tx-3/xps_cpus = 0000 + /sys/class/net/nic2/queues/tx-0/xps_cpus = 0000 + /sys/class/net/nic2/queues/tx-1/xps_cpus = 0000 + /sys/class/net/nic2/queues/tx-2/xps_cpus = 0000 + /sys/class/net/nic2/queues/tx-3/xps_cpus = 0000 /sys/class/net/nic3.2/queues/tx-0/xps_cpus = - /sys/class/net/nic3/queues/tx-0/xps_cpus = 00000000 - /sys/class/net/nic3/queues/tx-1/xps_cpus = 00000000 - /sys/class/net/nic3/queues/tx-2/xps_cpus = 00000000 - /sys/class/net/nic3/queues/tx-3/xps_cpus = 00000000 - /sys/class/net/nic4/queues/tx-0/xps_cpus = 00000000 - /sys/class/net/nic4/queues/tx-1/xps_cpus = 00000000 - /sys/class/net/nic4/queues/tx-2/xps_cpus = 00000000 - /sys/class/net/nic4/queues/tx-3/xps_cpus = 00000000 - /sys/class/net/nic4/queues/tx-4/xps_cpus = 00000000 - /sys/class/net/nic4/queues/tx-5/xps_cpus = 00000000 - /sys/class/net/nic4/queues/tx-6/xps_cpus = 00000000 - /sys/class/net/nic4/queues/tx-7/xps_cpus = 00000000 - /sys/class/net/nic5/queues/tx-0/xps_cpus = 00000000 - /sys/class/net/nic5/queues/tx-1/xps_cpus = 00000000 - /sys/class/net/nic5/queues/tx-2/xps_cpus = 00000000 - /sys/class/net/nic5/queues/tx-3/xps_cpus = 00000000 - /sys/class/net/nic5/queues/tx-4/xps_cpus = 00000000 - /sys/class/net/nic5/queues/tx-5/xps_cpus = 00000000 - /sys/class/net/nic5/queues/tx-6/xps_cpus = 00000000 - /sys/class/net/nic5/queues/tx-7/xps_cpus = 00000000 + /sys/class/net/nic3/queues/tx-0/xps_cpus = 0000 + /sys/class/net/nic3/queues/tx-1/xps_cpus = 0000 + /sys/class/net/nic3/queues/tx-2/xps_cpus = 0000 + /sys/class/net/nic3/queues/tx-3/xps_cpus = 0000 + /sys/class/net/nic4/queues/tx-0/xps_cpus = 0000 + /sys/class/net/nic4/queues/tx-1/xps_cpus = 0000 + /sys/class/net/nic4/queues/tx-2/xps_cpus = 0000 + /sys/class/net/nic4/queues/tx-3/xps_cpus = 0000 + /sys/class/net/nic4/queues/tx-4/xps_cpus = 0000 + /sys/class/net/nic4/queues/tx-5/xps_cpus = 0000 + /sys/class/net/nic4/queues/tx-6/xps_cpus = 0000 + /sys/class/net/nic4/queues/tx-7/xps_cpus = 0000 + /sys/class/net/nic5/queues/tx-0/xps_cpus = 0000 + /sys/class/net/nic5/queues/tx-1/xps_cpus = 0000 + /sys/class/net/nic5/queues/tx-2/xps_cpus = 0000 + /sys/class/net/nic5/queues/tx-3/xps_cpus = 0000 + /sys/class/net/nic5/queues/tx-4/xps_cpus = 0000 + /sys/class/net/nic5/queues/tx-5/xps_cpus = 0000 + /sys/class/net/nic5/queues/tx-6/xps_cpus = 0000 + /sys/class/net/nic5/queues/tx-7/xps_cpus = 0000 cat: /sys/class/net/storagenet/queues/tx-0/xps_cpus: No such file or directory --- RFS flow counts @@ -10211,15 +12714,15 @@ done | head -n 60 /sys/class/net/bond0/queues/rx-8/rps_flow_cnt = 0 /sys/class/net/bond0/queues/rx-9/rps_flow_cnt = 0 /sys/class/net/br-rr-mgmt/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr100i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr600i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr601i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/fwbr602i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/fwbr603i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln100i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln600i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln601i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/fwln602i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/fwln603i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr100p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr600p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr601p0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/fwpr602p0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/fwpr603p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/lo/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/nic0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/nic0/queues/rx-1/rps_flow_cnt = 0 @@ -10257,74 +12760,74 @@ done | head -n 60 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -0001c35d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 -00012aa9 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 -00014ee9 00000000 00000002 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 -00005990 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 -00000473 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 -00000514 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 -0000024e 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 -00000173 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 -000001a8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000 -000005ec 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000 -000098e6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000 -003bc8d3 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000b 00000000 00000000 -0016fb98 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000c 00000000 00000000 -0014cd9b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000d 00000000 00000000 -00000214 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000e 00000000 00000000 -0000f661 00000000 00000004 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000f 00000000 00000000 +00b2e9ba 00000000 00000014 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +0076fa9e 00000000 00000003 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +00792159 00000000 00000474 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +0055e6ba 00000000 00000005 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +0004e654 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +00046945 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +0002a5b4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +0003367f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 +0001e0f4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000 +000622cd 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000 +000b24b8 00000000 00000003 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000 +0010b17c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000b 00000000 00000000 +033e66fd 00000000 0000002f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000c 00000000 00000000 +00102e8d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000d 00000000 00000000 +0002572c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000e 00000000 00000000 +00e4af2c 00000000 00000007 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000f 00000000 00000000 --- softnet_stat decoded $ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n", NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat -cpu0 total=0001c35d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu1 total=00012aa9 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu2 total=00014ee9 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu3 total=00005990 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu4 total=00000473 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu5 total=00000514 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu6 total=0000024e dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu7 total=00000173 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu8 total=000001a8 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu9 total=000005ec dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu10 total=000098e6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu11 total=003bc8d3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu12 total=0016fb98 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu13 total=0014cd9b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu14 total=00000214 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu15 total=0000f661 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu0 total=00b2e9ba dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=0076fa9e dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=00792159 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=0055e6bc dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=0004e654 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=00046945 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=0002a5b4 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=0003367f dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu8 total=0001e0f4 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu9 total=000622cd dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu10 total=000b24b8 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu11 total=0010b17c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu12 total=033e66fd dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu13 total=00102e8d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu14 total=0002572c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu15 total=00e4af44 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 --- netstat drop counters (significant ones) $ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \ netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen|error)' | head -n 60 -IpReasmFails 904926 0.0 +IpReasmFails 0 0.0 IpFragFails 0 0.0 -TcpAttemptFails 7 0.0 -TcpRetransSegs 144534 0.0 -TcpInErrs 0 0.0 +TcpAttemptFails 9721 0.0 +TcpRetransSegs 491543 0.0 +TcpInErrs 6 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 -TcpExtSyncookiesFailed 37 0.0 -TcpExtEmbryonicRsts 1 0.0 +TcpExtSyncookiesFailed 0 0.0 +TcpExtEmbryonicRsts 0 0.0 TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 -TcpExtTCPLossUndo 3 0.0 -TcpExtTCPLostRetransmit 36991 0.0 +TcpExtTCPLossUndo 12 0.0 +TcpExtTCPLostRetransmit 111647 0.0 TcpExtTCPRenoFailures 0 0.0 -TcpExtTCPSackFailures 0 0.0 -TcpExtTCPLossFailures 59 0.0 -TcpExtTCPFastRetrans 136157 0.0 -TcpExtTCPSlowStartRetrans 7839 0.0 -TcpExtTCPLossProbes 225 0.0 -TcpExtTCPLossProbeRecovery 1 0.0 +TcpExtTCPSackFailures 16 0.0 +TcpExtTCPLossFailures 12 0.0 +TcpExtTCPFastRetrans 411937 0.0 +TcpExtTCPSlowStartRetrans 31083 0.0 +TcpExtTCPLossProbes 45327 0.0 +TcpExtTCPLossProbeRecovery 301 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 149 0.0 -TcpExtTCPAbortOnData 9 0.0 -TcpExtTCPAbortOnClose 3 0.0 +TcpExtTCPSackRecoveryFail 371 0.0 +TcpExtTCPAbortOnData 1559 0.0 +TcpExtTCPAbortOnClose 13 0.0 TcpExtTCPAbortOnMemory 0 0.0 -TcpExtTCPAbortOnTimeout 0 0.0 +TcpExtTCPAbortOnTimeout 13 0.0 TcpExtTCPAbortOnLinger 0 0.0 TcpExtTCPAbortFailed 0 0.0 TcpExtTCPMD5Failure 0 0.0 @@ -10339,7 +12842,7 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 0 0.0 +TcpExtTCPSynRetrans 5221 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 TcpExtTCPRcvQDrop 0 0.0 @@ -10364,85 +12867,85 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 356 -TCP: 113 (estab 13, closed 90, orphaned 0, timewait 89) +Total: 357 +TCP: 109 (estab 13, closed 85, orphaned 0, timewait 85) Transport Total IP IPv6 RAW 0 0 0 UDP 7 4 3 -TCP 23 18 5 -INET 30 22 8 +TCP 24 18 6 +INET 31 22 9 FRAG 0 0 0 --- ss -t -m (top TCP with skmem/cwnd/rto) $ ss -tno state established ( dport != :22 and sport != :22 ) -m -Recv-Q Send-Q Local Address:Port Peer Address:Port -0 0 10.100.100.6:704 10.100.100.4:2049 timer:(keepalive,28sec,0) - skmem:(r0,rb810816,t0,tb757248,f0,w0,o0,bl0,d1) -0 0 10.100.100.6:913 10.100.100.4:2049 timer:(keepalive,27sec,0) - skmem:(r0,rb852966,t0,tb1175040,f0,w0,o0,bl0,d0) -0 0 10.100.100.6:929 10.100.100.4:2049 timer:(keepalive,28sec,0) - skmem:(r0,rb798988,t0,tb1932288,f0,w0,o0,bl0,d0) -0 0 10.100.100.6:975 10.100.100.4:2049 timer:(keepalive,23sec,0) - skmem:(r0,rb826137,t0,tb2010624,f0,w0,o0,bl0,d7) -0 0 192.168.3.169:60528 209.177.156.94:443 timer:(keepalive,270ms,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 192.168.3.169:55190 192.200.0.106:80 timer:(keepalive,1.806sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.6:694 10.100.100.5:2049 timer:(keepalive,15sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.6:698 10.100.100.5:2049 timer:(keepalive,1min10sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.6:810 10.100.100.5:2049 timer:(keepalive,1min15sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.6:888 10.100.100.5:2049 timer:(keepalive,5.816sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 192.168.3.169:43800 152.53.37.179:443 timer:(keepalive,3.340sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 192.168.3.169:51186 199.165.136.100:443 timer:(keepalive,1.540sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 192.168.3.169:43780 199.165.136.101:443 timer:(keepalive,17sec,0) + skmem:(r0,rb807913,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.3.169:45664 152.53.37.179:443 timer:(keepalive,6.668sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.3.169:49820 209.177.156.94:443 timer:(keepalive,2.082sec,0) + skmem:(r0,rb807230,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.6:753 10.100.100.4:2049 timer:(keepalive,14sec,0) + skmem:(r0,rb3903534,t0,tb17782272,f0,w0,o0,bl0,d134) +0 0 10.100.100.6:808 10.100.100.4:2049 timer:(keepalive,1min8sec,0) + skmem:(r0,rb3234395,t0,tb13212672,f0,w0,o0,bl0,d135) +0 0 10.100.100.6:964 10.100.100.4:2049 timer:(keepalive,1min7sec,0) + skmem:(r0,rb5048990,t0,tb13186560,f0,w0,o0,bl0,d156) +0 0 10.100.100.6:972 10.100.100.4:2049 timer:(keepalive,1min8sec,0) + skmem:(r0,rb9053412,t0,tb15823872,f0,w0,o0,bl0,d124) +0 0 10.100.100.6:810 10.100.100.5:2049 timer:(keepalive,45sec,0) + skmem:(r0,rb1758483,t0,tb2976768,f0,w0,o0,bl0,d5) +0 0 10.100.100.6:814 10.100.100.5:2049 timer:(keepalive,4.213sec,0) + skmem:(r0,rb1416963,t0,tb3002880,f0,w0,o0,bl0,d10) +0 0 10.100.100.6:825 10.100.100.5:2049 timer:(keepalive,25sec,0) + skmem:(r0,rb1390036,t0,tb2898432,f0,w0,o0,bl0,d11) +0 0 10.100.100.6:951 10.100.100.5:2049 timer:(keepalive,1min16sec,0) + skmem:(r0,rb4796174,t0,tb3185664,f0,w0,o0,bl0,d4) +0 0 192.168.3.169:54768 192.200.0.107:443 timer:(keepalive,1.829sec,0) + skmem:(r0,rb106608,t0,tb130560,f0,w0,o0,bl0,d0) --- ss -ti (TCP internals) $ ss -ti -State Recv-Q Send-Q Local Address:Port Peer Address:Port -ESTAB 0 0 100.73.35.111:ssh 100.101.187.119:41748 - bbr wscale:7,12 rto:205 rtt:4.651/7.267 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:27 bytes_sent:5397 bytes_acked:5397 bytes_received:3993 segs_out:24 segs_in:25 data_segs_out:17 data_segs_in:15 bbr:(bw:25.1Mbps,mrtt:0.548,pacing_gain:2.88672,cwnd_gain:2.88672) send 57Mbps lastsnd:554 lastrcv:554 lastack:554 pacing_rate 512Mbps delivery_rate 25.1Mbps delivered:18 app_limited busy:71ms rcv_rtt:7 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.548 snd_wnd:76544 rcv_wnd:61440 -ESTAB 0 0 10.100.100.6:704 10.100.100.4:nfs - bbr wscale:9,12 rto:209 rtt:8.742/12.245 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:64 ssthresh:136 bytes_sent:10536024 bytes_retrans:186060 bytes_acked:10349965 bytes_received:132135580 segs_out:22015 segs_in:96509 data_segs_out:10350 data_segs_in:94098 bbr:(bw:118Mbps,mrtt:1.054,pacing_gain:1.25,cwnd_gain:2) send 84.8Mbps lastsnd:1414 lastrcv:1414 lastack:1413 pacing_rate 146Mbps delivery_rate 118Mbps delivered:10247 app_limited busy:17146ms retrans:0/160 dsack_dups:56 rcv_rtt:5.081 rcv_space:253380 rcv_ssthresh:505560 minrtt:0.231 snd_wnd:823296 rcv_wnd:507904 -ESTAB 0 0 10.100.100.6:913 10.100.100.4:nfs - bbr wscale:9,12 rto:205 rtt:4.112/5.227 ato:40 mss:1448 pmtu:1500 rcvmss:256 advmss:1448 cwnd:182 ssthresh:136 bytes_sent:10027020 bytes_retrans:166456 bytes_acked:9860565 bytes_received:134034172 segs_out:21463 segs_in:97508 data_segs_out:9914 data_segs_in:95404 bbr:(bw:313Mbps,mrtt:1.316,pacing_gain:1.25,cwnd_gain:2) send 513Mbps lastsnd:1538 lastrcv:1537 lastack:1537 pacing_rate 387Mbps delivery_rate 275Mbps delivered:9818 app_limited busy:17738ms rwnd_limited:8ms(0.0%) retrans:0/145 dsack_dups:48 rcv_rtt:1.125 rcv_space:59974 rcv_ssthresh:93293 minrtt:0.297 snd_wnd:624640 rcv_wnd:532480 -ESTAB 0 0 10.100.100.6:929 10.100.100.4:nfs - bbr wscale:9,12 rto:204 rtt:3.563/4.274 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:222 ssthresh:175 bytes_sent:10671944 bytes_retrans:97024 bytes_acked:10574921 bytes_received:142004332 segs_out:22868 segs_in:103317 data_segs_out:10498 data_segs_in:101002 bbr:(bw:378Mbps,mrtt:1.344,pacing_gain:1.25,cwnd_gain:2) send 722Mbps lastsnd:1414 lastrcv:1413 lastack:1413 pacing_rate 468Mbps delivery_rate 133Mbps delivered:10452 app_limited busy:18734ms retrans:0/88 dsack_dups:42 rcv_rtt:1 rcv_space:249684 rcv_ssthresh:497927 minrtt:0.286 snd_wnd:793088 rcv_wnd:499712 -ESTAB 0 0 10.100.100.6:975 10.100.100.4:nfs - bbr wscale:9,12 rto:209 rtt:8.076/10.591 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:124 ssthresh:157 bytes_sent:10735304 bytes_retrans:453868 bytes_acked:10281437 bytes_received:140292976 segs_out:22998 segs_in:102309 data_segs_out:10505 data_segs_in:99821 bbr:(bw:201Mbps,mrtt:1.23,pacing_gain:1.25,cwnd_gain:2) send 178Mbps lastsnd:1413 lastrcv:1389 lastack:1389 pacing_rate 248Mbps delivery_rate 46.3Mbps delivered:10220 app_limited busy:19475ms rwnd_limited:63ms(0.3%) retrans:0/333 dsack_dups:47 rcv_rtt:1 rcv_space:258168 rcv_ssthresh:514895 minrtt:0.416 snd_wnd:483840 rcv_wnd:516096 rehash:2 -ESTAB 0 0 192.168.3.169:60528 209.177.156.94:https - bbr wscale:7,12 rto:214 rtt:13.929/1.131 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:6712 bytes_acked:6713 bytes_received:9006 segs_out:67 segs_in:59 data_segs_out:35 data_segs_in:26 bbr:(bw:2.44Mbps,mrtt:13.53,pacing_gain:2.88672,cwnd_gain:2.88672) send 15Mbps lastsnd:12227 lastrcv:9936 lastack:9936 pacing_rate 27.6Mbps delivery_rate 2.44Mbps delivered:36 app_limited busy:301ms rcv_space:14480 rcv_ssthresh:53172 minrtt:11.423 snd_wnd:64128 rcv_wnd:53248 -ESTAB 0 0 192.168.3.169:55190 192.200.0.106:http - bbr wscale:10,12 rto:360 rtt:145.284/16.46 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:6664 bytes_acked:6665 bytes_received:20994 segs_out:55 segs_in:56 data_segs_out:17 data_segs_in:40 bbr:(bw:327kbps,mrtt:138.485,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.44Mbps lastsnd:376136 lastrcv:43570 lastack:13086 pacing_rate 2.36Mbps delivery_rate 327kbps delivered:18 app_limited busy:1026ms rcv_rtt:140 rcv_space:16165 rcv_ssthresh:53172 minrtt:138.485 snd_wnd:68608 rcv_wnd:53248 -ESTAB 0 0 10.100.100.6:694 10.100.100.5:nfs - bbr wscale:12,12 rto:201 rtt:0.838/0.038 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:98 bytes_sent:15080 bytes_acked:15081 bytes_received:16820 segs_out:155 segs_in:90 data_segs_out:88 data_segs_in:88 bbr:(bw:19.2Mbps,mrtt:0.426,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.35Gbps lastsnd:3862 lastrcv:3861 lastack:3861 pacing_rate 777Mbps delivery_rate 19.2Mbps delivered:89 app_limited busy:73ms rcv_space:14480 rcv_ssthresh:42242 minrtt:0.426 snd_wnd:65536 rcv_wnd:45056 -ESTAB 0 0 10.100.100.6:698 10.100.100.5:nfs - bbr wscale:12,12 rto:201 rtt:0.917/0.099 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:111 bytes_sent:17068 bytes_acked:17069 bytes_received:20168 segs_out:167 segs_in:105 data_segs_out:101 data_segs_in:101 bbr:(bw:26.9Mbps,mrtt:0.43,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.4Gbps lastsnd:19755 lastrcv:19754 lastack:19754 pacing_rate 561Mbps delivery_rate 26.9Mbps delivered:102 app_limited busy:131ms rcv_space:14480 rcv_ssthresh:42242 minrtt:0.43 snd_wnd:65536 rcv_wnd:45056 +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 192.168.3.169:43780 199.165.136.101:https + bbr wscale:7,12 rto:262 rtt:61.171/18.883 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:24 bytes_sent:1847689 bytes_acked:1847690 bytes_received:357209 segs_out:7289 segs_in:5787 data_segs_out:3652 data_segs_in:3636 bbr:(bw:1.54Mbps,mrtt:40.441,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.54Mbps lastsnd:2810 lastrcv:2727 lastack:2727 pacing_rate 4.41Mbps delivery_rate 785kbps delivered:3653 app_limited busy:230780ms retrans:0/4 rcv_rtt:67680.1 rcv_space:46527 rcv_ssthresh:56640 minrtt:40.441 snd_wnd:75264 rcv_wnd:57344 rehash:4 +ESTAB 0 0 192.168.3.169:45664 152.53.37.179:https + bbr wscale:11,12 rto:253 rtt:52.231/11.106 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:21 bytes_sent:541024 bytes_acked:541025 bytes_received:23306 segs_out:2141 segs_in:2527 data_segs_out:650 data_segs_in:505 bbr:(bw:1.02Mbps,mrtt:46.043,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.66Mbps lastsnd:54215 lastrcv:54281 lastack:8319 pacing_rate 6.74Mbps delivery_rate 1.02Mbps delivered:651 app_limited busy:23574ms rcv_space:14480 rcv_ssthresh:53172 minrtt:46.043 snd_wnd:53248 rcv_wnd:53248 +ESTAB 0 0 192.168.3.169:49820 209.177.156.94:https + bbr wscale:7,12 rto:218 rtt:17.909/8.791 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:34 bytes_sent:241888 bytes_acked:241889 bytes_received:173054 segs_out:2616 segs_in:2389 data_segs_out:1227 data_segs_in:1041 bbr:(bw:4Mbps,mrtt:11.027,pacing_gain:2.88672,cwnd_gain:2.88672) send 22Mbps lastsnd:13253 lastrcv:13237 lastack:13237 pacing_rate 23.5Mbps delivery_rate 4Mbps delivered:1228 app_limited busy:10190ms rcv_rtt:15 rcv_space:46509 rcv_ssthresh:503078 minrtt:10.611 snd_wnd:197376 rcv_wnd:503808 +ESTAB 0 0 10.100.100.6:753 10.100.100.4:nfs + bbr wscale:9,12 rto:203 rtt:2.178/2.027 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:58 ssthresh:709 bytes_sent:3380499284 bytes_retrans:35447916 bytes_acked:3345051369 bytes_received:9741207584 segs_out:4707748 segs_in:7480679 data_segs_out:2407352 data_segs_in:6930595 bbr:(bw:126Mbps,mrtt:0.47,pacing_gain:1.25,cwnd_gain:2) send 308Mbps lastsnd:4348 lastrcv:4144 lastack:4144 pacing_rate 156Mbps delivery_rate 126Mbps delivered:2390868 app_limited busy:1275788ms rwnd_limited:1688ms(0.1%) retrans:0/26995 dsack_dups:10515 rcv_rtt:2.75 rcv_space:714584 rcv_ssthresh:2439708 minrtt:0.164 rcv_ooopack:252 snd_wnd:11141120 rcv_wnd:2441216 rehash:39 +ESTAB 0 0 10.100.100.6:808 10.100.100.4:nfs + bbr wscale:9,12 rto:204 rtt:3.1/3.707 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:160 ssthresh:402 bytes_sent:3356994712 bytes_retrans:31638484 bytes_acked:3325356229 bytes_received:9791127980 segs_out:4698505 segs_in:7511837 data_segs_out:2391004 data_segs_in:6964987 bbr:(bw:384Mbps,mrtt:0.466,pacing_gain:1.25,cwnd_gain:2) send 598Mbps lastsnd:4073 lastrcv:3297 lastack:3297 pacing_rate 476Mbps delivery_rate 384Mbps delivered:2377136 app_limited busy:1266399ms rwnd_limited:1387ms(0.1%) retrans:0/24298 dsack_dups:10432 rcv_rtt:2 rcv_space:353761 rcv_ssthresh:1958325 minrtt:0.399 rcv_ooopack:571 snd_wnd:10406912 rcv_wnd:1961984 rehash:41 +ESTAB 0 0 10.100.100.6:964 10.100.100.4:nfs + bbr wscale:9,12 rto:204 rtt:3.805/5.172 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:126 ssthresh:720 bytes_sent:3391185320 bytes_retrans:32597128 bytes_acked:3358588193 bytes_received:9697543972 segs_out:4707603 segs_in:7449460 data_segs_out:2414310 data_segs_in:6900367 bbr:(bw:290Mbps,mrtt:0.448,pacing_gain:1.25,cwnd_gain:2) send 384Mbps lastsnd:4348 lastrcv:4144 lastack:4144 pacing_rate 359Mbps delivery_rate 290Mbps delivered:2399747 app_limited busy:1262364ms rwnd_limited:1107ms(0.1%) retrans:0/24978 dsack_dups:10414 rcv_rtt:4 rcv_space:552233 rcv_ssthresh:3155618 minrtt:0.164 rcv_ooopack:507 snd_wnd:11141120 rcv_wnd:3158016 rehash:38 +ESTAB 0 0 10.100.100.6:972 10.100.100.4:nfs + bbr wscale:9,12 rto:205 rtt:4.072/4.342 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:100 ssthresh:583 bytes_sent:3397745724 bytes_retrans:30699648 bytes_acked:3367046077 bytes_received:9772143688 segs_out:4730029 segs_in:7498806 data_segs_out:2418823 data_segs_in:6951505 bbr:(bw:230Mbps,mrtt:0.474,pacing_gain:1.25,cwnd_gain:2) send 284Mbps lastsnd:4338 lastrcv:4073 lastack:4073 pacing_rate 285Mbps delivery_rate 45.2Mbps delivered:2405566 app_limited busy:1262207ms rwnd_limited:692ms(0.1%) retrans:0/23636 dsack_dups:10383 rcv_rtt:2 rcv_space:836216 rcv_ssthresh:5481558 minrtt:0.272 rcv_ooopack:352 snd_wnd:10136064 rcv_wnd:5595136 rehash:40 ESTAB 0 0 10.100.100.6:810 10.100.100.5:nfs - bbr wscale:12,12 rto:201 rtt:0.829/0.058 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:98 bytes_sent:15016 bytes_acked:15017 bytes_received:15844 segs_out:157 segs_in:90 data_segs_out:88 data_segs_in:88 bbr:(bw:19.6Mbps,mrtt:0.591,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.37Gbps lastsnd:14330 lastrcv:14329 lastack:14329 pacing_rate 558Mbps delivery_rate 19.6Mbps delivered:89 app_limited busy:71ms rcv_space:14480 rcv_ssthresh:42242 minrtt:0.591 snd_wnd:65536 rcv_wnd:45056 -ESTAB 0 0 10.100.100.6:888 10.100.100.5:nfs - bbr wscale:12,12 rto:201 rtt:0.88/0.073 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:97 bytes_sent:15036 bytes_acked:15037 bytes_received:18092 segs_out:156 segs_in:89 data_segs_out:87 data_segs_in:87 bbr:(bw:25.2Mbps,mrtt:0.459,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.28Gbps lastsnd:3579 lastrcv:3578 lastack:3578 pacing_rate 643Mbps delivery_rate 25.2Mbps delivered:88 app_limited busy:84ms rcv_space:14480 rcv_ssthresh:42242 minrtt:0.459 snd_wnd:65536 rcv_wnd:45056 -ESTAB 0 0 192.168.3.169:43800 152.53.37.179:https - bbr wscale:11,12 rto:247 rtt:46.95/5.471 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:19 bytes_sent:10969 bytes_acked:10970 bytes_received:4558 segs_out:48 segs_in:50 data_segs_out:17 data_segs_in:16 bbr:(bw:991kbps,mrtt:43.877,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.69Mbps lastsnd:42458 lastrcv:42463 lastack:11647 pacing_rate 7.51Mbps delivery_rate 991kbps delivered:18 app_limited busy:589ms rcv_space:14480 rcv_ssthresh:53172 minrtt:43.877 snd_wnd:40960 rcv_wnd:53248 -ESTAB 0 0 192.168.3.169:51186 199.165.136.100:https - bbr wscale:10,12 rto:265 rtt:64.425/13.971 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:26 bytes_sent:47126 bytes_acked:47127 bytes_received:11413 segs_out:154 segs_in:118 data_segs_out:79 data_segs_in:74 bbr:(bw:1.82Mbps,mrtt:40.706,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.67Mbps lastsnd:6448 lastrcv:6366 lastack:6366 pacing_rate 7.04Mbps delivery_rate 1.82Mbps delivered:80 app_limited busy:4516ms rcv_space:14480 rcv_ssthresh:50848 minrtt:40.672 snd_wnd:87040 rcv_wnd:53248 + bbr wscale:12,12 rto:201 rtt:0.255/0.018 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:108 ssthresh:144 bytes_sent:982056420 bytes_retrans:112466636 bytes_acked:869589785 bytes_received:8480822328 segs_out:1281333 segs_in:5940406 data_segs_out:696619 data_segs_in:5874864 bbr:(bw:312Mbps,mrtt:0.131,pacing_gain:1.25,cwnd_gain:2) send 4.91Gbps lastsnd:5883 lastrcv:5883 lastack:5883 pacing_rate 386Mbps delivery_rate 312Mbps delivered:618783 app_limited busy:86401ms rwnd_limited:5ms(0.0%) retrans:0/77915 dsack_dups:78 rcv_rtt:1 rcv_space:341756 rcv_ssthresh:1097611 minrtt:0.089 snd_wnd:6311936 rcv_wnd:1097728 rehash:107 +ESTAB 0 0 10.100.100.6:814 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.27/0.044 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:56 ssthresh:146 bytes_sent:1059166812 bytes_retrans:110599544 bytes_acked:948567269 bytes_received:8467970896 segs_out:1334195 segs_in:5938661 data_segs_out:750124 data_segs_in:5866218 bbr:(bw:155Mbps,mrtt:0.126,pacing_gain:1.25,cwnd_gain:2) send 2.4Gbps lastsnd:5690 lastrcv:5690 lastack:5690 pacing_rate 192Mbps delivery_rate 155Mbps delivered:673557 app_limited busy:71285ms rwnd_limited:2ms(0.0%) retrans:0/76654 dsack_dups:87 rcv_rtt:1 rcv_space:356208 rcv_ssthresh:884161 minrtt:0.1 snd_wnd:6131712 rcv_wnd:884736 rehash:24 +ESTAB 0 0 10.100.100.6:825 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.24/0.013 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:50 ssthresh:146 bytes_sent:1057573164 bytes_retrans:212569524 bytes_acked:845003641 bytes_received:8478031248 segs_out:1333655 segs_in:5947783 data_segs_out:749141 data_segs_in:5873192 bbr:(bw:138Mbps,mrtt:0.148,pacing_gain:1.25,cwnd_gain:2) send 2.41Gbps lastsnd:5665 lastrcv:5665 lastack:5665 pacing_rate 171Mbps delivery_rate 138Mbps delivered:602085 app_limited busy:91202ms rwnd_limited:7ms(0.0%) retrans:0/147118 dsack_dups:61 rcv_rtt:1 rcv_space:355480 rcv_ssthresh:867332 minrtt:0.092 snd_wnd:4558848 rcv_wnd:868352 rehash:121 +ESTAB 0 0 10.100.100.6:951 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.253/0.031 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:150 ssthresh:138 bytes_sent:972276372 bytes_retrans:112736808 bytes_acked:859539565 bytes_received:8482532120 segs_out:1271491 segs_in:5941692 data_segs_out:689843 data_segs_in:5876112 bbr:(bw:455Mbps,mrtt:0.129,pacing_gain:1.25,cwnd_gain:2) send 6.87Gbps lastsnd:13216 lastrcv:13215 lastack:13215 pacing_rate 563Mbps delivery_rate 455Mbps delivered:611841 app_limited busy:85845ms rwnd_limited:2ms(0.0%) retrans:0/78064 dsack_dups:61 rcv_rtt:1 rcv_space:436568 rcv_ssthresh:2996168 minrtt:0.105 rcv_ooopack:1 snd_wnd:8269824 rcv_wnd:2998272 rehash:88 +ESTAB 0 0 192.168.3.169:54768 192.200.0.107:https + bbr wscale:10,12 rto:359 rtt:143.246/10.748 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:3049 bytes_acked:3050 bytes_received:46255 segs_out:601 segs_in:608 data_segs_out:12 data_segs_in:313 bbr:(bw:334kbps,mrtt:138.242,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.46Mbps lastsnd:3304642 lastrcv:5484 lastack:5484 pacing_rate 2.33Mbps delivery_rate 335kbps delivered:13 app_limited busy:1023ms reord_seen:1 rcv_rtt:139 rcv_space:19567 rcv_ssthresh:65190 minrtt:138.242 snd_wnd:80896 rcv_wnd:65536 +ESTAB 0 0 100.73.35.111:ssh 100.101.187.119:54938 + bbr wscale:7,12 rto:205 rtt:4.625/7.488 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:26 bytes_sent:5369 bytes_acked:5369 bytes_received:3941 segs_out:23 segs_in:23 data_segs_out:16 data_segs_in:14 bbr:(bw:20.9Mbps,mrtt:0.713,pacing_gain:2.88672,cwnd_gain:2.88672) send 55.2Mbps lastsnd:4821 lastrcv:4821 lastack:4820 pacing_rate 385Mbps delivery_rate 20.9Mbps delivered:17 app_limited busy:60ms rcv_rtt:5 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.713 snd_wnd:76544 rcv_wnd:61440 --- /proc/net/snmp (TCP summary) $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 688 122 7 3 13 1415684 3396466 144534 0 157 0 +Tcp: 1 200 120000 -1 160313 39547 9721 28 13 22749403 32765303 491543 6 3870 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- TCP retrans stats $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 688 122 7 3 13 1415684 3396466 144534 0 157 0 +Tcp: 1 200 120000 -1 160313 39547 9721 28 13 22749403 32765303 491543 6 3870 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -10489,7 +12992,7 @@ ALIGNMENT ID-LINK ID DISC-ALN DAX DIS 0 wwn-0x50014ee215a96feb-part2 0x50014ee215a96feb-part2 0 0 0B 9 0B 0 vfat FAT32 disk 0 sda2 512 8:2 8 2 512 brw-rw---- 1 ├─sda2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 827007c4-8d16-445e-a1b0-40fadc814747 /dev/sda2 512 sda gpt 025e5938-0803-4136-bae5-7dcb01e5165d 4096 1 0 0 1 2 mq-deadline 1G 2048 block:scsi:usb:pci part 9E38-EF37 0B 0x50014ee215a96feb none 0B 0B 0B 0 0 0 0 wwn-0x50014ee215a96feb-part3 0x50014ee215a96feb-part3 0 0 0B 9 0B 0 LVM2_member LVM2 001 disk 0 sda3 512 8:3 8 3 512 brw-rw---- 1 └─sda3 0 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM f534b537-a35f-4721-a245-669bcd1fc02e /dev/sda3 512 sda gpt 025e5938-0803-4136-bae5-7dcb01e5165d 4096 1 0 0 1 2 mq-deadline 1.8T 2099200 block:scsi:usb:pci part aBoPok-Y20Z-3hHs-Buu6-ybpQ-KwCM-fbOoLy 0B 0x50014ee215a96feb none 0B 0B 0B 0 0 0 0 dm-name-pve-swap name-pve-swap 0 0 0B 10 0B 0 swap 1 disk 0 dm-0 512 252:0 252 0 512 brw-rw---- 1 ├─pve-swap 0 root /dev/mapper/pve-swap 512 sda3 4096 0 0 0 1 8G running block [SWAP] [SWAP] lvm d75fe8d2-f4a5-4bb1-b6e1-75f0459945e7 0B none 0B 0B 0B 0 0 0 - 0 dm-name-pve-root name-pve-root 0 0 0B 11 0B 0 80.2G / 93.9G ext4 8.9G 9% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 sda3 4096 0 0 0 1 96G running block / / lvm 8f69bbb5-3cdd-4b0b-97d0-f1c2541d8e83 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-root name-pve-root 0 0 0B 11 0B 0 77.9G / 93.9G ext4 11.2G 12% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 sda3 4096 0 0 0 1 96G running block / / lvm 8f69bbb5-3cdd-4b0b-97d0-f1c2541d8e83 0B none 0B 0B 0B 0 0 0 0 0 0 0B 12 0B 0 disk 0 dm-2 512 252:2 252 2 512 brw-rw---- 1 ├─pve-data_tmeta 0 root /dev/mapper/pve-data_tmeta 512 sda3 4096 0 0 0 1 15.9G running block lvm 0B none 0B 0B 0B 0 0 0 0 0 0 0B 14 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 │ └─pve-data 65536 root /dev/mapper/pve-data 512 dm-2 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0 0 0 0 0B 13 0B 0 disk 0 dm-3 512 252:3 252 3 512 brw-rw---- 1 └─pve-data_tdata 0 root /dev/mapper/pve-data_tdata 512 sda3 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0 @@ -10597,44 +13100,44 @@ printf: usage: printf [-v var] format [arguments] --- df -h (filesystem usage) $ df -h Filesystem Size Used Avail Use% Mounted on -udev 48G 0 48G 0% /dev -tmpfs 9.5G 1.9M 9.5G 1% /run -/dev/mapper/pve-root 94G 8.9G 81G 10% / -tmpfs 48G 46M 48G 1% /dev/shm +udev 59G 0 59G 0% /dev +tmpfs 13G 3.5M 13G 1% /run +/dev/mapper/pve-root 94G 12G 78G 13% / +tmpfs 63G 46M 63G 1% /dev/shm tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service tmpfs 5.0M 0 5.0M 0% /run/lock -tmpfs 48G 24K 48G 1% /tmp +tmpfs 63G 24K 63G 1% /tmp /dev/fuse 128M 20K 128M 1% /etc/pve tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 -pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 2.0M 870G 1% /mnt/pve/S2 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 83G 140G 38% /mnt/pve/T5-SSD -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 233G 1.5T 14% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 6.9G 863G 1% /mnt/pve/S2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 236G 1.5T 14% /mnt/pve/D5 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 2.0M 870G 1% /mnt/pve/S3 -tmpfs 9.5G 4.0K 9.5G 1% /run/user/0 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 122G 101G 55% /mnt/pve/T5-SSD +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 7.0G 863G 1% /mnt/pve/S3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 +tmpfs 13G 4.0K 13G 1% /run/user/0 --- df -i (inode usage) $ df -i Filesystem Inodes IUsed IFree IUse% Mounted on -udev 12345286 598 12344688 1% /dev -tmpfs 12357435 1096 12356339 1% /run -/dev/mapper/pve-root 6291456 65045 6226411 2% / -tmpfs 12357435 107 12357328 1% /dev/shm +udev 15346505 603 15345902 1% /dev +tmpfs 16498882 1116 16497766 1% /run +/dev/mapper/pve-root 6291456 82232 6209224 2% / +tmpfs 16498882 107 16498775 1% /dev/shm tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service -tmpfs 12357435 18 12357417 1% /run/lock +tmpfs 16498882 22 16498860 1% /run/lock tmpfs 1048576 14 1048562 1% /tmp -/dev/fuse 262144 39 262105 1% /etc/pve +/dev/fuse 262144 37 262107 1% /etc/pve tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 56 183148488 1% /mnt/pve/D2 -pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 13 61054963 1% /mnt/pve/S2 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 66 122101694 1% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 19 61054957 1% /mnt/pve/S2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 64 122101696 1% /mnt/pve/D5 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 13 61054963 1% /mnt/pve/S3 -tmpfs 2471487 26 2471461 1% /run/user/0 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 54 183148490 1% /mnt/pve/D2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 19 61054957 1% /mnt/pve/S3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 +tmpfs 3299776 26 3299750 1% /run/user/0 ############################################################################### # 15. STORAGE: MOUNTS & FILESYSTEMS @@ -10644,50 +13147,50 @@ tmpfs 2471487 26 2471461 1% /run/user/ $ mount sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,relatime) -udev on /dev type devtmpfs (rw,nosuid,relatime,size=49381144k,nr_inodes=12345286,mode=755,inode64) +udev on /dev type devtmpfs (rw,nosuid,relatime,size=61386020k,nr_inodes=15346505,mode=755,inode64) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000) -tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=9885948k,mode=755,inode64) +tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=13199108k,mode=755,inode64) /dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64) cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot) none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) -systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=6530) +systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12792) tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) +tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) +fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) -tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) -fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) -tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=1048576,inode64) +tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=65995532k,nr_inodes=1048576,inode64) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) /dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4) -pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4) pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5) pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4) pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5) +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4) pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5) -tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=9885948k,nr_inodes=2471487,mode=700,inode64) +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4) +tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=13199104k,nr_inodes=3299776,mode=700,inode64) --- findmnt (tree) $ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs TARGET SOURCE FSTYPE OPTIONS / /dev/mapper/pve-root ext4 rw,relatime,errors=remount-ro -├─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4 -├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4 ├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5 -├─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5 ├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4 ├─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5 -└─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5 +└─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4 --- /etc/fstab --- /etc/fstab --- @@ -10705,12 +13208,12 @@ done Last mounted on: / Block count: 25165824 Reserved block count: 1258291 -Free blocks: 22292448 +Free blocks: 21676099 Block size: 4096 Reserved GDT blocks: 1024 -Last mount time: Sun Jul 26 16:18:12 2026 -Last write time: Sun Jul 26 16:18:05 2026 -Mount count: 16 +Last mount time: Sun Jul 26 17:19:37 2026 +Last write time: Mon Jul 27 21:20:43 2026 +Mount count: 17 Maximum mount count: -1 Last checked: Sat Apr 4 12:26:59 2026 Reserved blocks uid: 0 (user root) @@ -10728,59 +13231,59 @@ done --- nfsstat -m (mount options) $ nfsstat -m -/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2 - Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4 - -/mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3 - Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4 - /mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5 -/mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd - Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5 - /mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5 Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4 /mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5 +/mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5 + +/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4 + /mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5 +/mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4 + --- nfsstat -c (client stats) $ nfsstat -c Client rpc stats: calls retrans authrefrsh -17721 0 17726 +1091579 4 1093530 Client nfs v4: null read write commit open -3 0% 13046 73% 3779 21% 224 1% 0 0% +2 0% 153069 14% 736072 67% 44210 4% 1 0% open_conf open_noat open_dgrd close setattr -0 0% 5 0% 0 0% 0 0% 0 0% +0 0% 21 0% 0 0% 11 0% 0 0% fsinfo renew setclntid confirm lock 28 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 38 0% 114 0% 58 0% +0 0% 0 0% 83 0% 21431 1% 70 0% lookup_root remove rename link symlink -7 0% 0 0% 0 0% 0 0% 0 0% +7 0% 6 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -0 0% 28 0% 316 1% 0 0% 0 0% +1 0% 28 0% 67742 6% 0 0% 2 0% server_caps delegreturn getacl setacl fs_locations -56 0% 2 0% 0 0% 0 0% 0 0% +56 0% 8 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session 0 0% 0 0% 0 0% 4 0% 2 0% destroy_session sequence get_lease_time reclaim_comp layoutget -0 0% 1 0% 0 0% 2 0% 0 0% +0 0% 350 0% 0 0% 2 0% 0 0% getdevinfo layoutcommit layoutreturn secinfo_no test_stateid 0 0% 0 0% 0 0% 7 0% 0 0% free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek -0 0% 0 0% 0 0% 0 0% 0 0% +0 0% 0 0% 8 0% 0 0% 66531 6% allocate deallocate layoutstats clone -0 0% 0 0% 0 0% 0 0% +0 0% 0 0% 2486 0% 0 0% --- nfsstat -s (server stats) @@ -10792,7 +13295,7 @@ Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory). $ nfsstat -234 Client rpc stats: calls retrans authrefrsh -17721 0 17726 +1091579 4 1093530 Client nfs v2: null getattr setattr root lookup @@ -10818,29 +13321,29 @@ pathconf commit Client nfs v4: null read write commit open -3 0% 13046 73% 3779 21% 224 1% 0 0% +2 0% 153069 14% 736072 67% 44210 4% 1 0% open_conf open_noat open_dgrd close setattr -0 0% 5 0% 0 0% 0 0% 0 0% +0 0% 21 0% 0 0% 11 0% 0 0% fsinfo renew setclntid confirm lock 28 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 38 0% 114 0% 58 0% +0 0% 0 0% 83 0% 21431 1% 70 0% lookup_root remove rename link symlink -7 0% 0 0% 0 0% 0 0% 0 0% +7 0% 6 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -0 0% 28 0% 316 1% 0 0% 0 0% +1 0% 28 0% 67742 6% 0 0% 2 0% server_caps delegreturn getacl setacl fs_locations -56 0% 2 0% 0 0% 0 0% 0 0% +56 0% 8 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session 0 0% 0 0% 0 0% 4 0% 2 0% destroy_session sequence get_lease_time reclaim_comp layoutget -0 0% 1 0% 0 0% 2 0% 0 0% +0 0% 350 0% 0 0% 2 0% 0 0% getdevinfo layoutcommit layoutreturn secinfo_no test_stateid 0 0% 0 0% 0 0% 7 0% 0 0% free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek -0 0% 0 0% 0 0% 0 0% 0 0% +0 0% 0 0% 8 0% 0 0% 66531 6% allocate deallocate layoutstats clone -0 0% 0 0% 0 0% 0 0% +0 0% 0 0% 2486 0% 0 0% --- showmount -e (exports) @@ -10851,8 +13354,8 @@ clnt_create: RPC: Timed out --- /proc/net/rpc/nfs $ cat /proc/net/rpc/nfs net 0 0 0 0 -rpc 18697 0 18705 -proc4 71 3 13046 4539 267 0 0 5 0 0 0 28 0 0 0 0 0 0 38 155 58 7 0 0 0 0 0 28 449 0 0 56 2 0 0 0 0 0 0 4 2 0 1 0 2 0 0 0 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +rpc 1092545 4 1094498 +proc4 71 2 153069 736797 44277 1 0 21 0 11 0 28 0 0 0 0 0 0 83 21473 70 7 6 0 0 0 1 28 67875 0 2 56 8 0 0 0 0 0 0 4 2 0 350 0 2 0 0 0 0 7 0 0 0 8 0 66531 0 0 2486 0 0 0 0 0 0 0 0 0 0 0 0 0 --- /proc/net/rpc/nfsd $ cat /proc/net/rpc/nfsd @@ -10997,14 +13500,14 @@ Nobody-Group = nogroup --- pvesm status $ pvesm status Name Type Status Total (KiB) Used (KiB) Available (KiB) % -D2 nfs active 2883130368 195840000 2540761088 6.79% +D2 nfs active 2883130368 195178496 2541422592 6.77% D3 nfs active 491133952 2048 466110464 0.00% -D5 nfs active 1921726464 244210688 1579823104 12.71% -S2 nfs active 960304128 2048 911448064 0.00% -S3 nfs active 960304128 2048 911448064 0.00% +D5 nfs active 1921726464 246711296 1577322496 12.84% +S2 nfs active 960304128 7176192 904272896 0.75% +S3 nfs active 960304128 7307264 904142848 0.76% S4 nfs active 479597568 2048 455159808 0.00% -T5-SSD nfs active 245023744 86468608 146035712 35.29% -local dir active 98497780 9337284 84110948 9.48% +T5-SSD nfs active 245023744 126919680 105585664 51.80% +local dir active 98497780 11793396 81654836 11.97% local-lvm lvmthin active 1793044480 0 1793044480 0.00% --- pvesm list per storage @@ -11021,7 +13524,6 @@ D2:100/vm-100-disk-1.raw raw images 540672 100 D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101 D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104 D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105 -D2:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108 D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109 D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114 @@ -11031,10 +13533,10 @@ D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500 D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509 D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600 D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601 -D2:603/vm-603-disk-0.qcow2 qcow2 images 34359738368 603 D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702 D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703 D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704 +D2:705/vm-705-disk-0.qcow2 qcow2 images 34359738368 705 D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901 D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904 --- pvesm config D2 --- @@ -11045,7 +13547,6 @@ Volid Format Type Size VMID Volid Format Type Size VMID D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 -D5:107/vm-107-disk-0.qcow2 qcow2 images 34359738368 107 D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313 D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530 D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531 @@ -11058,16 +13559,22 @@ D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537 D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538 D5:538/vm-812-disk-2.raw raw images 429496729600 538 D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541 -D5:602/vm-602-disk-0.qcow2 qcow2 images 34359738368 602 D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903 +D5:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906 --- pvesm config D5 --- --- storage: S2 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S2:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S2:706/vm-706-disk-0.qcow2 qcow2 images 34359738368 706 +S2:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 --- pvesm config S2 --- --- storage: S3 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S3:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S3:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 +S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 --- pvesm config S3 --- --- storage: S4 --- Volid Format Type Size VMID @@ -11536,13 +14043,13 @@ inactive --- zfs version (userland) $ zfs version -zfs-2.3.4-pve1 -zfs-kmod-2.3.4-pve1 +zfs-2.4.3-pve1 +zfs-kmod-2.4.3-pve1 --- zpool version $ zpool version -zfs-2.3.4-pve1 -zfs-kmod-2.3.4-pve1 +zfs-2.4.3-pve1 +zfs-kmod-2.4.3-pve1 --- zpool list -v $ zpool list -v @@ -11562,7 +14069,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -22 1 0x01 147 39984 20455017452 750684533879 +22 1 0x01 148 40256 23315364464 102935900634765 name type data hits 4 0 iohits 4 0 @@ -11603,8 +14110,8 @@ hash_chain_max 4 0 meta 4 1073741824 pd 4 2147483648 pm 4 2147483648 -c 4 3163503360 -c_min 4 3163503360 +c 4 4223713920 +c_min 4 4223713920 c_max 4 13515096064 size 4 3840 compressed_size 4 0 @@ -11646,6 +14153,7 @@ uncached_data 4 0 uncached_metadata 4 0 uncached_evictable_data 4 0 uncached_evictable_metadata 4 0 +l2_ndev 4 0 l2_hits 4 0 l2_misses 4 0 l2_prefetch_asize 4 0 @@ -11690,9 +14198,9 @@ l2_rebuild_log_blks 4 0 memory_throttle_count 4 0 memory_direct_count 4 0 memory_indirect_count 4 0 -memory_all_bytes 4 101232107520 -memory_free_bytes 4 96788582400 -memory_available_bytes 3 93319637760 +memory_all_bytes 4 135158845440 +memory_free_bytes 4 126926417920 +memory_available_bytes 3 122349777280 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -11707,14 +14215,14 @@ prescient_prefetch 4 0 demand_hit_prescient_prefetch 4 0 demand_iohit_prescient_prefetch 4 0 arc_need_free 4 0 -arc_sys_free 4 3468944640 +arc_sys_free 4 4576640640 arc_raw_size 4 0 cached_only_in_progress 4 0 abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -18 1 0x01 13 3536 20430860345 750686016232 +18 1 0x01 13 3536 23288375463 102935902178854 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -11732,7 +14240,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -17 1 0x01 8 2176 20430859387 750687427612 +17 1 0x01 8 2176 23288374118 102935903631966 name type data hits 4 0 future 4 0 @@ -11750,7 +14258,7 @@ cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory --- abdstats $ cat /proc/spl/kstat/zfs/abdstats -15 1 0x01 20 5440 20430714428 750690294403 +15 1 0x01 20 5440 23288199024 102935906576056 name type data struct_size 4 96 linear_cnt 4 0 @@ -11805,9 +14313,10 @@ done zfs_arc_dnode_limit = 0 zfs_arc_dnode_limit_percent = 10 zfs_arc_dnode_reduce_percent = 10 + zfs_arc_evict_batches_limit = 5 zfs_arc_evict_batch_limit = 10 zfs_arc_eviction_pct = 200 - zfs_arc_evict_threads = 6 + zfs_arc_evict_threads = 4 zfs_arc_grow_retry = 0 zfs_arc_lotsfree_percent = 10 zfs_arc_max = 13515096064 @@ -11821,8 +14330,10 @@ done zfs_arc_shrinker_seeks = 2 zfs_arc_shrink_shift = 0 zfs_arc_sys_free = 0 + zfs_async_free_zio_wait_interval = 2000 zfs_dbuf_state_index = 0 zfs_dio_enabled = 1 + zfs_dio_strict = 0 zfs_dio_write_verify_events_per_second = 20 zfs_dirty_data_max = 4294967296 zfs_dirty_data_max_max = 4294967296 @@ -11846,9 +14357,7 @@ done zfs_vdev_async_write_min_active = 2 zfs_vdev_default_ms_count = 200 zfs_vdev_default_ms_shift = 29 - zfs_vdev_def_queue_depth = 32 zfs_vdev_direct_write_verify = 1 - zfs_vdev_disk_classic = 0 zfs_vdev_disk_max_segs = 0 zfs_vdev_failfast_mask = 1 zfs_vdev_initializing_max_active = 1 @@ -11867,14 +14376,12 @@ done zfs_vdev_nia_credit = 5 zfs_vdev_nia_delay = 5 zfs_vdev_open_timeout_ms = 1000 - zfs_vdev_queue_depth_pct = 1000 zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3 zfs_vdev_read_gap_limit = 32768 zfs_vdev_rebuild_max_active = 3 zfs_vdev_rebuild_min_active = 1 zfs_vdev_removal_max_active = 2 zfs_vdev_removal_min_active = 1 - zfs_vdev_scheduler = unused zfs_vdev_scrub_max_active = 3 zfs_vdev_scrub_min_active = 1 zfs_vdev_sync_read_max_active = 10 @@ -11909,18 +14416,18 @@ no pools available $ arc_summary ------------------------------------------------------------------------ -ZFS Subsystem Report Sun Jul 26 16:30:27 2026 -Linux 6.17.2-1-pve 2.3.4-pve1 -Machine: pfv-tsys6 (x86_64) 2.3.4-pve1 +ZFS Subsystem Report Mon Jul 27 21:55:00 2026 +Linux 7.0.14-6-pve 2.4.3-pve1 +Machine: pfv-tsys6 (x86_64) 2.4.3-pve1 ARC status: - Total memory size: 94.3 GiB - Min target size: 3.1 % 2.9 GiB - Max target size: 13.4 % 12.6 GiB - Target size (adaptive): < 0.1 % 2.9 GiB + Total memory size: 125.9 GiB + Min target size: 3.1 % 3.9 GiB + Max target size: 10.0 % 12.6 GiB + Target size (adaptive): < 0.1 % 3.9 GiB Current size: < 0.1 % 3.8 KiB - Free memory size: 90.2 GiB - Available memory size: 86.9 GiB + Free memory size: 118.3 GiB + Available memory size: 114.0 GiB ARC structural breakdown (current size): 3.8 KiB Compressed size: 0.0 % 0 Bytes @@ -12052,8 +14559,8 @@ Solaris Porting Layer (SPL): spl_taskq_thread_timeout_ms 5000 Tunables: - brt_zap_default_bs 12 - brt_zap_default_ibs 12 + brt_zap_default_bs 13 + brt_zap_default_ibs 13 brt_zap_prefetch 1 dbuf_cache_hiwater_pct 10 dbuf_cache_lowater_pct 10 @@ -12085,7 +14592,7 @@ Tunables: l2arc_trim_ahead 0 l2arc_write_boost 33554432 l2arc_write_max 33554432 - metaslab_aliquot 1048576 + metaslab_aliquot 2097152 metaslab_bias_enabled 1 metaslab_debug_load 0 metaslab_debug_unload 0 @@ -12095,6 +14602,7 @@ Tunables: metaslab_force_ganging_pct 3 metaslab_fragmentation_factor_enabled 1 metaslab_lba_weighting_enabled 1 + metaslab_perf_bias 1 metaslab_preload_enabled 1 metaslab_preload_limit 10 metaslab_preload_pct 50 @@ -12107,15 +14615,20 @@ Tunables: spa_asize_inflation 24 spa_config_path /etc/zfs/zpool.cache spa_cpus_per_allocator 4 + spa_flush_txg_time 600 spa_load_print_vdev_tree 0 spa_load_verify_data 1 spa_load_verify_metadata 1 spa_load_verify_shift 4 + spa_note_txg_time 600 spa_num_allocators 4 spa_slop_shift 5 spa_upgrade_errlog_limit 0 vdev_file_logical_ashift 9 vdev_file_physical_ashift 9 + vdev_raidz_outlier_check_interval_ms 1000 + vdev_raidz_outlier_insensitivity 50 + vdev_read_sit_out_secs 600 vdev_removal_max_span 32768 vdev_validate_skip 0 zap_iterate_prefetch 1 @@ -12140,7 +14653,8 @@ Tunables: zfs_arc_dnode_limit_percent 10 zfs_arc_dnode_reduce_percent 10 zfs_arc_evict_batch_limit 10 - zfs_arc_evict_threads 6 + zfs_arc_evict_batches_limit 5 + zfs_arc_evict_threads 4 zfs_arc_eviction_pct 200 zfs_arc_grow_retry 0 zfs_arc_lotsfree_percent 10 @@ -12156,7 +14670,7 @@ Tunables: zfs_arc_shrinker_seeks 2 zfs_arc_sys_free 0 zfs_async_block_max_blocks 18446744073709551615 - zfs_autoimport_disable 1 + zfs_async_free_zio_wait_interval 2000 zfs_bclone_enabled 1 zfs_bclone_wait_dirty 1 zfs_blake3_impl cycle [fastest] generic sse2 sse41 @@ -12186,7 +14700,7 @@ Tunables: zfs_dedup_log_flush_min_time_ms 1000 zfs_dedup_log_flush_txgs 100 zfs_dedup_log_hard_cap 0 - zfs_dedup_log_mem_max 1012321075 + zfs_dedup_log_mem_max 1351588454 zfs_dedup_log_mem_max_percent 1 zfs_dedup_log_txg_max 8 zfs_dedup_prefetch 0 @@ -12195,7 +14709,10 @@ Tunables: zfs_delay_min_dirty_percent 60 zfs_delay_scale 500000 zfs_delete_blocks 20480 + zfs_delete_dentry 0 + zfs_delete_inode 0 zfs_dio_enabled 1 + zfs_dio_strict 0 zfs_dio_write_verify_events_per_second 20 zfs_dirty_data_max 4294967296 zfs_dirty_data_max_max 4294967296 @@ -12211,9 +14728,10 @@ Tunables: zfs_fletcher_4_impl [fastest] scalar superscalar superscalar4 sse2 ssse3 zfs_free_bpobj_enabled 1 zfs_free_leak_on_eio 0 - zfs_free_min_time_ms 1000 + zfs_free_min_time_ms 500 zfs_history_output_max 1048576 zfs_immediate_write_sz 32768 + zfs_import_defer_txgs 5 zfs_initialize_chunk_size 1048576 zfs_initialize_value 16045690984833335022 zfs_keep_log_spacemaps_at_export 0 @@ -12227,7 +14745,7 @@ Tunables: zfs_livelist_min_percent_shared 75 zfs_lua_max_instrlimit 100000000 zfs_lua_max_memlimit 104857600 - zfs_max_async_dedup_frees 100000 + zfs_max_async_dedup_frees 250000 zfs_max_dataset_nesting 50 zfs_max_log_walking 5 zfs_max_logsm_summary_length 10 @@ -12275,7 +14793,7 @@ Tunables: zfs_remove_max_segment 16777216 zfs_resilver_defer_percent 10 zfs_resilver_disable_defer 0 - zfs_resilver_min_time_ms 3000 + zfs_resilver_min_time_ms 1500 zfs_scan_blkstats 0 zfs_scan_checkpoint_intval 7200 zfs_scan_fill_weight 3 @@ -12291,7 +14809,7 @@ Tunables: zfs_scan_vdev_limit 16777216 zfs_scrub_after_expand 1 zfs_scrub_error_blocks_per_txg 4096 - zfs_scrub_min_time_ms 1000 + zfs_scrub_min_time_ms 750 zfs_send_corrupt_data 0 zfs_send_no_prefetch_queue_ff 20 zfs_send_no_prefetch_queue_length 1048576 @@ -12332,11 +14850,9 @@ Tunables: zfs_vdev_async_write_active_min_dirty_percent 30 zfs_vdev_async_write_max_active 10 zfs_vdev_async_write_min_active 2 - zfs_vdev_def_queue_depth 32 zfs_vdev_default_ms_count 200 zfs_vdev_default_ms_shift 29 zfs_vdev_direct_write_verify 1 - zfs_vdev_disk_classic 0 zfs_vdev_disk_max_segs 0 zfs_vdev_failfast_mask 1 zfs_vdev_initializing_max_active 1 @@ -12355,14 +14871,12 @@ Tunables: zfs_vdev_nia_credit 5 zfs_vdev_nia_delay 5 zfs_vdev_open_timeout_ms 1000 - zfs_vdev_queue_depth_pct 1000 zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3 zfs_vdev_read_gap_limit 32768 zfs_vdev_rebuild_max_active 3 zfs_vdev_rebuild_min_active 1 zfs_vdev_removal_max_active 2 zfs_vdev_removal_min_active 1 - zfs_vdev_scheduler unused zfs_vdev_scrub_max_active 3 zfs_vdev_scrub_min_active 1 zfs_vdev_sync_read_max_active 10 @@ -12387,12 +14901,14 @@ Tunables: zil_nocacheflush 0 zil_replay_disable 0 zil_slog_bulk 67108864 + zil_special_is_slog 1 zio_deadman_log_all 0 zio_dva_throttle_enabled 1 zio_requeue_io_start_cut_in_line 1 zio_slow_io_ms 30000 zio_taskq_batch_pct 80 zio_taskq_batch_tpq 0 + zio_taskq_free scale,32 null fixed,1,1 null zio_taskq_read fixed,1,8 null scale null zio_taskq_write sync null scale null zio_taskq_write_tpq 16 @@ -12459,7 +14975,7 @@ done smartctl -a "$dev" 2>&1 | head -n 200 done --- smartctl -a /dev/sda --- -smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === @@ -12475,7 +14991,7 @@ TRIM Command: Available, deterministic Device is: Not in smartctl database 7.5/5706 ATA Version is: ACS-3 T13/2161-D revision 5 SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s) -Local Time is: Sun Jul 26 16:30:28 2026 CDT +Local Time is: Mon Jul 27 21:55:00 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -12490,7 +15006,7 @@ Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline -data collection: ( 1980) seconds. +data collection: ( 2100) seconds. Offline data collection capabilities: (0x51) SMART execute Offline immediate. No Auto Offline data collection support. @@ -12517,17 +15033,17 @@ SMART Attributes Data Structure revision number: 16 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0 - 3 Spin_Up_Time 0x0027 195 190 021 Pre-fail Always - 3241 - 4 Start_Stop_Count 0x0032 094 094 000 Old_age Always - 6735 + 3 Spin_Up_Time 0x0027 196 190 021 Pre-fail Always - 3158 + 4 Start_Stop_Count 0x0032 094 094 000 Old_age Always - 6737 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0 - 9 Power_On_Hours 0x0032 078 078 000 Old_age Always - 16289 + 9 Power_On_Hours 0x0032 078 078 000 Old_age Always - 16318 10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0 11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 372 192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 266 -193 Load_Cycle_Count 0x0032 190 190 000 Old_age Always - 30231 -194 Temperature_Celsius 0x0022 107 091 000 Old_age Always - 40 +193 Load_Cycle_Count 0x0032 190 190 000 Old_age Always - 30340 +194 Temperature_Celsius 0x0022 109 091 000 Old_age Always - 38 196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0 @@ -12565,11 +15081,9 @@ The above only provides legacy SMART information - try 'smartctl -x' for more --- qm list $ qm list VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID - 100 pfv-k8s-wnode-tsys6 stopped 32000 32.00 0 - 600 tsys-awx stopped 12000 32.00 0 - 601 pfv-k8s-cnode4 running 4096 32.00 1730 - 602 pfv-k8s-cnode5 running 4096 32.00 1918 - 603 pfv-k8s-cnode2 running 4096 32.00 2127 + 100 pfv-k8s-wnode-tsys6 running 32000 32.00 283375 + 600 tsys-awx running 12000 32.00 283519 + 601 pfv-k8s-cnode4 running 4096 32.00 283674 --- qm config per VM $ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do @@ -12579,7 +15093,7 @@ The above only provides legacy SMART information - try 'smartctl -x' for more done --- VM 100 --- balloon: 0 -boot: order=scsi0;ide2;net0 +boot: order=scsi0 cores: 2 cpu: host ide2: local:iso/debian.iso,media=cdrom,size=755M @@ -12636,44 +15150,6 @@ smbios1: uuid=b9ef082b-3eb8-474d-a1b6-5a947433aa98 sockets: 1 vmgenid: c533aceb-c8c2-46e0-b3ff-cb547d6d9669 ---- VM 602 --- -agent: 1 -balloon: 0 -boot: order=scsi0 -cores: 4 -cpu: host -memory: 4096 -meta: creation-qemu=10.1.2,ctime=1771904766 -name: pfv-k8s-cnode5 -net0: virtio=BC:24:11:94:71:07,bridge=vmbr0,firewall=1 -numa: 0 -onboot: 1 -ostype: l26 -scsi0: D5:602/vm-602-disk-0.qcow2,format=qcow2,iothread=1,size=32G -scsihw: virtio-scsi-single -smbios1: uuid=186032bf-fc6e-45c1-a8f2-7d3fb8b26d54 -sockets: 1 -vmgenid: b5bf1594-fdfb-4b56-b455-9366fbd21c56 - ---- VM 603 --- -agent: 1 -balloon: 0 -boot: order=scsi0;net0 -cores: 4 -cpu: host -memory: 4096 -meta: creation-qemu=10.1.2,ctime=1771904766 -name: pfv-k8s-cnode2 -net0: virtio=BC:24:11:40:25:F8,bridge=vmbr0,firewall=1 -numa: 0 -onboot: 1 -ostype: l26 -scsi0: D2:603/vm-603-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G -scsihw: virtio-scsi-single -smbios1: uuid=7b189aa1-9525-4366-b570-81e786de3351 -sockets: 1 -vmgenid: 1c296c7a-ffc3-4086-8390-85691f1ab104 - --- VM runtime status (qm guest agent if running) $ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do @@ -12682,6 +15158,46 @@ vmgenid: 1c296c7a-ffc3-4086-8390-85691f1ab104 done --- VM 100 runtime --- --- VM 600 runtime --- +[ + { + "hardware-address" : "00:00:00:00:00:00", + "ip-addresses" : [ + { + "ip-address" : "127.0.0.1", + "ip-address-type" : "ipv4", + "prefix" : 8 + }, + { + "ip-address" : "::1", + "ip-address-type" : "ipv6", + "prefix" : 128 + } + ], + "name" : "lo", + "statistics" : { + "rx-bytes" : 100698, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 1123, + "tx-bytes" : 100698, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 1123 + } + }, + { + "hardware-address" : "bc:24:11:80:0d:16", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.200", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::d", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, --- VM 601 runtime --- [ { @@ -12700,14 +15216,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 12960, + "rx-bytes" : 71528538, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 160, - "tx-bytes" : 12960, + "rx-packets" : 130517, + "tx-bytes" : 71528538, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 160 + "tx-packets" : 130517 } }, { @@ -12719,89 +15235,7 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::d", - "ip-address-type" : "ipv6", - "prefix" : 128 - }, ---- VM 602 runtime --- -[ - { - "hardware-address" : "00:00:00:00:00:00", - "ip-addresses" : [ - { - "ip-address" : "127.0.0.1", - "ip-address-type" : "ipv4", - "prefix" : 8 - }, - { - "ip-address" : "::1", - "ip-address-type" : "ipv6", - "prefix" : 128 - } - ], - "name" : "lo", - "statistics" : { - "rx-bytes" : 8288, - "rx-dropped" : 0, - "rx-errs" : 0, - "rx-packets" : 96, - "tx-bytes" : 8288, - "tx-dropped" : 0, - "tx-errs" : 0, - "tx-packets" : 96 - } - }, - { - "hardware-address" : "bc:24:11:94:71:07", - "ip-addresses" : [ - { - "ip-address" : "192.168.3.180", - "ip-address-type" : "ipv4", - "prefix" : 22 - }, - { - "ip-address" : "2600:1700:1d1:eb00::b", - "ip-address-type" : "ipv6", - "prefix" : 128 - }, ---- VM 603 runtime --- -[ - { - "hardware-address" : "00:00:00:00:00:00", - "ip-addresses" : [ - { - "ip-address" : "127.0.0.1", - "ip-address-type" : "ipv4", - "prefix" : 8 - }, - { - "ip-address" : "::1", - "ip-address-type" : "ipv6", - "prefix" : 128 - } - ], - "name" : "lo", - "statistics" : { - "rx-bytes" : 12960, - "rx-dropped" : 0, - "rx-errs" : 0, - "rx-packets" : 160, - "tx-bytes" : 12960, - "tx-dropped" : 0, - "tx-errs" : 0, - "tx-packets" : 160 - } - }, - { - "hardware-address" : "bc:24:11:40:25:f8", - "ip-addresses" : [ - { - "ip-address" : "192.168.1.214", - "ip-address-type" : "ipv4", - "prefix" : 22 - }, - { - "ip-address" : "2600:1700:1d1:eb00::a", + "ip-address" : "2600:1700:1d1:eb00::3e", "ip-address-type" : "ipv6", "prefix" : 128 }, @@ -12986,123 +15420,123 @@ xfs_scrub_all.timer enabled enabled $ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120 ● pve-cluster.service - The Proxmox VE cluster filesystem Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 16:19:04 CDT; 11min ago - Invocation: 06e68d32bce34b4d967ffb12b9bc0040 - Main PID: 1225 (pmxcfs) - Tasks: 6 (limit: 115736) - Memory: 57.5M (peak: 64.7M) - CPU: 945ms + Active: active (running) since Sun 2026-07-26 17:20:30 CDT; 1 day 4h ago + Invocation: 62b694216e044c82810cf98c43af9e8e + Process: 1206 ExecStart=/usr/bin/pmxcfs (code=exited, status=0/SUCCESS) + Main PID: 1317 (pmxcfs) + Tasks: 7 (limit: 143874) + Memory: 64.6M (peak: 82.9M) + CPU: 1min 20.222s CGroup: /system.slice/pve-cluster.service - └─1225 /usr/bin/pmxcfs + └─1317 /usr/bin/pmxcfs -Jul 26 16:19:02 pfv-tsys6 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... -Jul 26 16:19:02 pfv-tsys6 pmxcfs[1188]: [main] notice: resolved node name 'pfv-tsys6' to '192.168.100.2' for default node IP address -Jul 26 16:19:02 pfv-tsys6 pmxcfs[1188]: [main] notice: resolved node name 'pfv-tsys6' to '192.168.100.2' for default node IP address -Jul 26 16:19:04 pfv-tsys6 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem. +Jul 26 17:20:26 pfv-tsys6 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... +Jul 26 17:20:27 pfv-tsys6 pmxcfs[1206]: [main] notice: resolved node name 'pfv-tsys6' to '192.168.100.2' for default node IP address +Jul 26 17:20:27 pfv-tsys6 pmxcfs[1206]: [main] notice: resolved node name 'pfv-tsys6' to '192.168.100.2' for default node IP address +Jul 26 17:20:30 pfv-tsys6 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem. ● pvedaemon.service - PVE API Daemon Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 16:19:14 CDT; 12min ago - Invocation: 444c4af193194e7d9355c0679b68cb7e - Main PID: 1488 (pvedaemon) - Tasks: 4 (limit: 115736) - Memory: 178.8M (peak: 195.2M) - CPU: 2.378s + Active: active (running) since Sun 2026-07-26 17:20:39 CDT; 1 day 4h ago + Invocation: e69e9d2d1910454d86a2b1833e6f8f00 + Process: 1371 ExecStart=/usr/bin/pvedaemon start (code=exited, status=0/SUCCESS) + Main PID: 1517 (pvedaemon) + Tasks: 4 (limit: 143874) + Memory: 194.9M (peak: 508.4M) + CPU: 5min 4.680s CGroup: /system.slice/pvedaemon.service - ├─1488 pvedaemon - ├─1489 "pvedaemon worker" - ├─1490 "pvedaemon worker" - └─1491 "pvedaemon worker" + ├─ 1517 pvedaemon + ├─407296 "pvedaemon worker" + ├─408148 "pvedaemon worker" + └─410001 "pvedaemon worker" -Jul 26 16:19:04 pfv-tsys6 systemd[1]: Starting pvedaemon.service - PVE API Daemon... -Jul 26 16:19:13 pfv-tsys6 pvedaemon[1488]: starting server -Jul 26 16:19:13 pfv-tsys6 pvedaemon[1488]: starting 3 worker(s) -Jul 26 16:19:13 pfv-tsys6 pvedaemon[1488]: worker 1489 started -Jul 26 16:19:13 pfv-tsys6 pvedaemon[1488]: worker 1490 started -Jul 26 16:19:13 pfv-tsys6 pvedaemon[1488]: worker 1491 started -Jul 26 16:19:14 pfv-tsys6 systemd[1]: Started pvedaemon.service - PVE API Daemon. -Jul 26 16:19:18 pfv-tsys6 pvedaemon[1491]: successful auth for user 'root@pam' -Jul 26 16:19:27 pfv-tsys6 pvedaemon[1490]: successful auth for user 'root@pam' +Jul 27 16:18:25 pfv-tsys6 pvedaemon[1517]: worker 389887 finished +Jul 27 16:18:25 pfv-tsys6 pvedaemon[1517]: starting 1 worker(s) +Jul 27 16:18:25 pfv-tsys6 pvedaemon[1517]: worker 410001 started +Jul 27 17:16:39 pfv-tsys6 pvedaemon[408148]: successful auth for user 'root@pam' +Jul 27 17:16:40 pfv-tsys6 pvedaemon[427539]: starting vnc proxy UPID:pfv-tsys6:00068613:0083987A:6A67D8C8:vncproxy:100:root@pam: +Jul 27 17:16:40 pfv-tsys6 pvedaemon[408148]: starting task UPID:pfv-tsys6:00068613:0083987A:6A67D8C8:vncproxy:100:root@pam: +Jul 27 17:32:38 pfv-tsys6 pvedaemon[407296]: successful auth for user 'root@pam' +Jul 27 17:48:38 pfv-tsys6 pvedaemon[410001]: successful auth for user 'root@pam' +Jul 27 18:04:38 pfv-tsys6 pvedaemon[410001]: successful auth for user 'root@pam' +Jul 27 18:31:41 pfv-tsys6 pvedaemon[408148]: end task UPID:pfv-tsys6:00068613:0083987A:6A67D8C8:vncproxy:100:root@pam: OK ● pveproxy.service - PVE API Proxy Server Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 16:19:17 CDT; 12min ago - Invocation: ee0b6bee858248c5a77e5181a9a3bbb0 - Main PID: 1512 (pveproxy) - Tasks: 4 (limit: 115736) - Memory: 204.4M (peak: 205.6M) - CPU: 3.818s + Active: active (running) since Sun 2026-07-26 17:20:42 CDT; 1 day 4h ago + Invocation: a1defebf6fe74ec5a01683e481a413b4 + Process: 1523 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS) + Process: 1526 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS) + Process: 1537 ExecStartPost=sh -c [ ! -e /var/log/pveam.log ] && /usr/bin/pveupdate (code=exited, status=1/FAILURE) + Process: 132071 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) + Main PID: 1532 (pveproxy) + Tasks: 4 (limit: 143874) + Memory: 253.3M (peak: 457.3M) + CPU: 5min 34.084s CGroup: /system.slice/pveproxy.service - ├─1512 pveproxy - ├─1513 "pveproxy worker" - ├─1514 "pveproxy worker" - └─1515 "pveproxy worker" + ├─ 1532 pveproxy + ├─431106 "pveproxy worker" + ├─440401 "pveproxy worker" + └─445466 "pveproxy worker" -Jul 26 16:19:14 pfv-tsys6 systemd[1]: Starting pveproxy.service - PVE API Proxy Server... -Jul 26 16:19:17 pfv-tsys6 pveproxy[1512]: starting server -Jul 26 16:19:17 pfv-tsys6 pveproxy[1512]: starting 3 worker(s) -Jul 26 16:19:17 pfv-tsys6 pveproxy[1512]: worker 1513 started -Jul 26 16:19:17 pfv-tsys6 pveproxy[1512]: worker 1514 started -Jul 26 16:19:17 pfv-tsys6 pveproxy[1512]: worker 1515 started -Jul 26 16:19:17 pfv-tsys6 systemd[1]: Started pveproxy.service - PVE API Proxy Server. +Jul 27 17:30:33 pfv-tsys6 pveproxy[431708]: got inotify poll request in wrong process - disabling inotify +Jul 27 17:59:19 pfv-tsys6 pveproxy[413156]: worker exit +Jul 27 17:59:19 pfv-tsys6 pveproxy[1532]: worker 413156 finished +Jul 27 17:59:19 pfv-tsys6 pveproxy[1532]: starting 1 worker(s) +Jul 27 17:59:19 pfv-tsys6 pveproxy[1532]: worker 440401 started +Jul 27 18:16:03 pfv-tsys6 pveproxy[431709]: worker exit +Jul 27 18:16:03 pfv-tsys6 pveproxy[1532]: worker 431709 finished +Jul 27 18:16:03 pfv-tsys6 pveproxy[1532]: starting 1 worker(s) +Jul 27 18:16:03 pfv-tsys6 pveproxy[1532]: worker 445466 started +Jul 27 18:31:42 pfv-tsys6 pveproxy[431708]: worker exit ● pve-firewall.service - Proxmox VE firewall Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 16:19:12 CDT; 12min ago - Invocation: d9b3bf78833340a7ba3d0f86278ba61e - Main PID: 1399 (pve-firewall) - Tasks: 1 (limit: 115736) - Memory: 107.9M (peak: 133.9M) - CPU: 8.256s + Active: active (running) since Sun 2026-07-26 17:20:37 CDT; 1 day 4h ago + Invocation: cbd6b10dfd9b48708a8a387d99c9f4fa + Process: 1369 ExecStartPre=/usr/bin/update-alternatives --set ebtables /usr/sbin/ebtables-legacy (code=exited, status=0/SUCCESS) + Process: 1378 ExecStartPre=/usr/bin/update-alternatives --set iptables /usr/sbin/iptables-legacy (code=exited, status=0/SUCCESS) + Process: 1379 ExecStartPre=/usr/bin/update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy (code=exited, status=0/SUCCESS) + Process: 1381 ExecStart=/usr/sbin/pve-firewall start (code=exited, status=0/SUCCESS) + Main PID: 1491 (pve-firewall) + Tasks: 1 (limit: 143874) + Memory: 113.2M (peak: 133.2M) + CPU: 17min 6.301s CGroup: /system.slice/pve-firewall.service - └─1399 pve-firewall + └─1491 pve-firewall -Jul 26 16:19:04 pfv-tsys6 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... -Jul 26 16:19:12 pfv-tsys6 pve-firewall[1399]: starting server -Jul 26 16:19:12 pfv-tsys6 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. +Jul 26 17:20:30 pfv-tsys6 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... +Jul 26 17:20:37 pfv-tsys6 pve-firewall[1491]: starting server +Jul 26 17:20:37 pfv-tsys6 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. ● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 16:19:15 CDT; 12min ago - Invocation: 206ff3191fb948b8846eb0aa63fbf758 - Main PID: 1499 (pve-ha-crm) - Tasks: 1 (limit: 115736) - Memory: 115.9M (peak: 135.3M) - CPU: 1.613s + Active: active (running) since Sun 2026-07-26 17:20:41 CDT; 1 day 4h ago + Invocation: a45e9bc718fe471cb8812f371058b06b + Process: 1522 ExecStart=/usr/sbin/pve-ha-crm start (code=exited, status=0/SUCCESS) + Main PID: 1527 (pve-ha-crm) + Tasks: 1 (limit: 143874) + Memory: 118.5M (peak: 138M) + CPU: 10.751s CGroup: /system.slice/pve-ha-crm.service - └─1499 pve-ha-crm + └─1527 pve-ha-crm -Jul 26 16:19:14 pfv-tsys6 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon... -Jul 26 16:19:15 pfv-tsys6 pve-ha-crm[1499]: starting server -Jul 26 16:19:15 pfv-tsys6 pve-ha-crm[1499]: status change startup => wait_for_quorum -Jul 26 16:19:15 pfv-tsys6 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon. +Jul 26 17:20:39 pfv-tsys6 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon... +Jul 26 17:20:40 pfv-tsys6 pve-ha-crm[1527]: starting server +Jul 26 17:20:40 pfv-tsys6 pve-ha-crm[1527]: status change startup => wait_for_quorum +Jul 26 17:20:41 pfv-tsys6 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon. ● pve-ha-lrm.service - PVE Local HA Resource Manager Daemon Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 16:19:18 CDT; 12min ago - Invocation: 517586c238044dc1921804c41903b415 - Main PID: 1560 (pve-ha-lrm) - Tasks: 1 (limit: 115736) - Memory: 115.3M (peak: 134.6M) - CPU: 1.711s + Active: active (running) since Sun 2026-07-26 17:20:44 CDT; 1 day 4h ago + Invocation: 9f02f9ebd30f4b7abf8b01afdc566212 + Process: 1539 ExecStart=/usr/sbin/pve-ha-lrm start (code=exited, status=0/SUCCESS) + Main PID: 1545 (pve-ha-lrm) + Tasks: 1 (limit: 143874) + Memory: 117.7M (peak: 136.5M) + CPU: 15.620s CGroup: /system.slice/pve-ha-lrm.service - └─1560 pve-ha-lrm - -Jul 26 16:19:17 pfv-tsys6 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon... -Jul 26 16:19:18 pfv-tsys6 pve-ha-lrm[1560]: starting server -Jul 26 16:19:18 pfv-tsys6 pve-ha-lrm[1560]: status change startup => wait_for_agent_lock -Jul 26 16:19:18 pfv-tsys6 systemd[1]: Started pve-ha-lrm.service - PVE Local HA Resource Manager Daemon. - -● pvestatd.service - PVE Status Daemon - Loaded: loaded (/usr/lib/systemd/system/pvestatd.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 16:19:12 CDT; 12min ago - Invocation: 2831f5f068454cceb8c15847f0d95a82 - Main PID: 1414 (pvestatd) - Tasks: 1 (limit: 115736) - Memory: 122.8M (peak: 204.3M) - CPU: 20.666s - CGroup: /system.slice/pvestatd.service - └─1414 pvestatd + └─1545 pve-ha-lrm --- storage-related service status @@ -13114,19 +15548,19 @@ Unit nvme-stat.service could not be found. Unit multipathd.service could not be found. ● rpcbind.service - RPC bind portmap service Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 16:18:39 CDT; 12min ago - Invocation: ed2b247a563d4814a058678c3c651ee2 + Active: active (running) since Sun 2026-07-26 17:20:06 CDT; 1 day 4h ago + Invocation: c7c150a4ea78423ca300cc4b4b2e3100 TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) - Main PID: 841 (rpcbind) - Tasks: 1 (limit: 115736) - Memory: 620K (peak: 1.7M) - CPU: 14ms + Main PID: 868 (rpcbind) + Tasks: 1 (limit: 143874) + Memory: 616K (peak: 2M) + CPU: 108ms CGroup: /system.slice/rpcbind.service - └─841 /usr/sbin/rpcbind -f -w + └─868 /usr/sbin/rpcbind -f -w -Jul 26 16:18:39 pfv-tsys6 systemd[1]: Starting rpcbind.service - RPC bind portmap service... -Jul 26 16:18:39 pfv-tsys6 systemd[1]: Started rpcbind.service - RPC bind portmap service. +Jul 26 17:20:05 pfv-tsys6 systemd[1]: Starting rpcbind.service - RPC bind portmap service... +Jul 26 17:20:06 pfv-tsys6 systemd[1]: Started rpcbind.service - RPC bind portmap service. ○ rpc-statd.service - NFS status monitor for NFSv2/3 locking. Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static) @@ -13139,40 +15573,41 @@ Jul 26 16:18:39 pfv-tsys6 systemd[1]: Started rpcbind.service - RPC bind portmap ● zfs-mount.service - Mount ZFS filesystems Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled) - Active: active (exited) since Sun 2026-07-26 16:18:23 CDT; 13min ago - Invocation: 53bddb8a7caf4143aedf1958631b5e17 + Active: active (exited) since Sun 2026-07-26 17:19:48 CDT; 1 day 4h ago + Invocation: b08d997c988b4f8f889d900a9953595e Docs: man:zfs(8) - Main PID: 678 (code=exited, status=0/SUCCESS) - Mem peak: 1.6M + Process: 696 ExecStart=/usr/sbin/zfs mount -a (code=exited, status=0/SUCCESS) + Main PID: 696 (code=exited, status=0/SUCCESS) + Mem peak: 1.7M CPU: 15ms -Jul 26 16:18:22 pfv-tsys6 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... -Jul 26 16:18:23 pfv-tsys6 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems. +Jul 26 17:19:48 pfv-tsys6 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... +Jul 26 17:19:48 pfv-tsys6 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems. ● smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon Loaded: loaded (/usr/lib/systemd/system/smartmontools.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 16:18:44 CDT; 12min ago - Invocation: 40eacc0ae7d043f0bfa57f9fe99e589b + Active: active (running) since Sun 2026-07-26 17:20:10 CDT; 1 day 4h ago + Invocation: bdb4bd1ac72f4a6980f0372dac77c132 Docs: man:smartd(8) man:smartd.conf(5) - Main PID: 857 (smartd) - Status: "Next check of 1 device will start at 16:48:44" - Tasks: 1 (limit: 115736) - Memory: 3.5M (peak: 4.6M) - CPU: 52ms + Main PID: 886 (smartd) + Status: "Next check of 1 device will start at 22:20:10" + Tasks: 1 (limit: 143874) + Memory: 3.5M (peak: 5M) + CPU: 113ms CGroup: /system.slice/smartmontools.service - └─857 /usr/sbin/smartd -n -q never + └─886 /usr/sbin/smartd -n -q never -Jul 26 16:18:42 pfv-tsys6 smartd[857]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices -Jul 26 16:18:42 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], opened -Jul 26 16:18:43 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], WDC WD20SDRM-59A4DS1, S/N:WD-WXL2A232X5RX, WWN:5-0014ee-215a96feb, FW:01.01A01, 2.00 TB -Jul 26 16:18:43 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], not found in smartd database 7.5/5706. -Jul 26 16:18:43 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list. -Jul 26 16:18:43 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], state read from /var/lib/smartmontools/smartd.WDC_WD20SDRM_59A4DS1-WD_WXL2A232X5RX.ata.state -Jul 26 16:18:43 pfv-tsys6 smartd[857]: Monitoring 1 ATA/SATA, 0 SCSI/SAS and 0 NVMe devices -Jul 26 16:18:43 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], SMART Prefailure Attribute: 3 Spin_Up_Time changed from 194 to 195 -Jul 26 16:18:44 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD20SDRM_59A4DS1-WD_WXL2A232X5RX.ata.state -Jul 26 16:18:44 pfv-tsys6 systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon. +Jul 27 01:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 108 to 107 +Jul 27 02:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 107 to 108 +Jul 27 02:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 108 to 107 +Jul 27 03:20:11 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 107 to 108 +Jul 27 03:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 108 to 107 +Jul 27 04:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 107 to 108 +Jul 27 05:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 108 to 107 +Jul 27 07:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 107 to 109 +Jul 27 09:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 109 to 110 +Jul 27 21:50:11 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 109 ############################################################################### # 25. TIMERS / CRON @@ -13181,27 +15616,27 @@ Jul 26 16:18:44 pfv-tsys6 systemd[1]: Started smartmontools.service - Self Monit --- systemctl list-timers $ systemctl list-timers --all --no-pager NEXT LEFT LAST PASSED UNIT ACTIVATES -Sun 2026-07-26 16:32:55 CDT 1min 22s - - systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service -Sun 2026-07-26 16:40:00 CDT 8min Sun 2026-07-26 16:30:03 CDT 1min 29s ago sysstat-collect.timer sysstat-collect.service -Sun 2026-07-26 21:32:37 CDT 5h 1min Sun 2026-07-26 11:24:32 CDT - apt-daily.timer apt-daily.service -Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:08 CDT - dpkg-db-backup.timer dpkg-db-backup.service -Mon 2026-07-27 00:00:00 CDT 7h - - sysstat-rotate.timer sysstat-rotate.service -Mon 2026-07-27 00:07:00 CDT 7h - - sysstat-summary.timer sysstat-summary.service -Mon 2026-07-27 00:27:03 CDT 7h Mon 2026-07-20 00:09:30 CDT - fstrim.timer fstrim.service -Mon 2026-07-27 00:31:55 CDT 8h Sun 2026-07-26 00:58:33 CDT - logrotate.timer logrotate.service -Mon 2026-07-27 01:15:29 CDT 8h Sun 2026-07-26 03:50:00 CDT - beszel-agent-update.timer beszel-agent-update.service -Mon 2026-07-27 02:09:57 CDT 9h Sun 2026-07-26 03:03:30 CDT - pve-daily-update.timer pve-daily-update.service -Mon 2026-07-27 06:06:03 CDT 13h Sun 2026-07-26 06:44:51 CDT - apt-daily-upgrade.timer apt-daily-upgrade.service -Mon 2026-07-27 10:51:27 CDT 18h Sun 2026-07-26 01:32:41 CDT - man-db.timer man-db.service -Sun 2026-08-02 03:10:04 CDT 6 days Sun 2026-07-26 03:11:00 CDT - xfs_scrub_all.timer xfs_scrub_all.service -Sun 2026-08-02 03:10:15 CDT 6 days Sun 2026-07-26 03:10:43 CDT - e2scrub_all.timer e2scrub_all.service +Mon 2026-07-27 22:00:00 CDT 4min 4s Mon 2026-07-27 21:50:10 CDT 5min ago sysstat-collect.timer sysstat-collect.service +Tue 2026-07-28 00:00:00 CDT 2h 4min Mon 2026-07-27 00:00:04 CDT 21h ago dpkg-db-backup.timer dpkg-db-backup.service +Tue 2026-07-28 00:00:00 CDT 2h 4min Mon 2026-07-27 00:00:04 CDT 21h ago sysstat-rotate.timer sysstat-rotate.service +Tue 2026-07-28 00:06:58 CDT 2h 11min Mon 2026-07-27 00:29:22 CDT 21h ago logrotate.timer logrotate.service +Tue 2026-07-28 00:07:00 CDT 2h 11min Mon 2026-07-27 00:07:37 CDT 21h ago sysstat-summary.timer sysstat-summary.service +Tue 2026-07-28 02:43:47 CDT 4h 47min Mon 2026-07-27 03:13:37 CDT 18h ago beszel-agent-update.timer beszel-agent-update.service +Tue 2026-07-28 03:18:28 CDT 5h 22min Mon 2026-07-27 04:09:43 CDT 17h ago pve-daily-update.timer pve-daily-update.service +Tue 2026-07-28 06:27:03 CDT 8h Mon 2026-07-27 06:13:40 CDT 15h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Tue 2026-07-28 11:31:20 CDT 13h Mon 2026-07-27 10:08:49 CDT 11h ago man-db.timer man-db.service +Tue 2026-07-28 16:26:25 CDT 18h Mon 2026-07-27 20:18:00 CDT 1h 37min ago apt-daily.timer apt-daily.service +Tue 2026-07-28 17:34:43 CDT 19h Mon 2026-07-27 17:34:43 CDT 4h 21min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Sun 2026-08-02 03:10:33 CDT 5 days Sun 2026-07-26 03:10:43 CDT - e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:49 CDT 5 days Sun 2026-07-26 03:11:00 CDT - xfs_scrub_all.timer xfs_scrub_all.service +Mon 2026-08-03 01:34:59 CDT 6 days Mon 2026-07-27 00:54:07 CDT 21h ago fstrim.timer fstrim.service 14 timers listed. --- /etc/cron.d total 24 -drwxr-xr-x 2 root root 4096 Jul 26 16:27 . -drwxr-xr-x 106 root root 4096 Jul 26 16:27 .. +drwxr-xr-x 2 root root 4096 Jul 26 17:12 . +drwxr-xr-x 107 root root 4096 Jul 27 21:54 .. -rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder -rw-r--r-- 1 root root 400 Jan 15 2024 sysstat @@ -13211,7 +15646,7 @@ lrwxrwxrwx 1 root root 20 Apr 4 12:47 vzdump -> /etc/pve/vzdump.cron --- /etc/cron.daily total 32 drwxr-xr-x 2 root root 4096 Jul 26 16:27 . -drwxr-xr-x 106 root root 4096 Jul 26 16:27 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:54 .. -rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat -rwxr-xr-x 1 root root 123 May 27 2025 dpkg -rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate @@ -13222,13 +15657,13 @@ drwxr-xr-x 106 root root 4096 Jul 26 16:27 .. --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Apr 4 12:31 . -drwxr-xr-x 106 root root 4096 Jul 26 16:27 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:54 .. -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder --- /etc/cron.weekly total 16 drwxr-xr-x 2 root root 4096 Apr 4 12:31 . -drwxr-xr-x 106 root root 4096 Jul 26 16:27 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:54 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -13267,70 +15702,72 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -1.48 1.09 0.81 1/415 10058 +1.51 0.65 0.32 1/424 514566 --- vmstat 1 3 $ vmstat 1 3 procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- r b swpd free buff cache si so bi bo in cs us sy id wa st gu - 0 0 0 93275596 23408 1692420 0 0 2209 352 6116 3 1 1 92 6 0 0 - 0 0 0 93276596 23408 1692516 0 0 0 0 2367 3188 0 1 99 0 0 0 - 0 0 0 93277592 23416 1692540 0 0 20 128 1549 2938 0 0 99 0 0 0 + 0 0 0 123221580 17124 1365016 0 0 68 34 2332 2 0 0 96 2 0 2 + 0 0 0 123222808 17124 1365016 0 0 0 0 875 1166 0 0 100 0 0 0 + 0 0 0 123225516 17132 1365040 0 0 24 48 865 1343 0 0 100 0 0 0 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 -Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) -04:31:34 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle -04:31:35 PM all 0.00 0.00 0.00 0.44 0.00 0.00 0.00 0.19 0.00 99.31 -04:31:36 PM all 0.00 0.00 0.06 0.00 0.00 0.00 0.00 0.06 0.00 99.81 -04:31:37 PM all 0.00 0.00 0.06 0.00 0.00 0.00 0.00 0.19 0.00 99.69 -Average: all 0.00 0.00 0.04 0.15 0.00 0.00 0.00 0.15 0.00 99.65 +09:55:57 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +09:55:58 PM all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.19 0.00 99.69 +09:55:59 PM all 0.31 0.00 0.50 0.31 0.00 0.00 0.00 0.19 0.00 98.63 +09:56:00 PM all 0.38 0.00 0.56 2.38 0.00 0.00 0.00 0.25 0.00 96.31 +Average: all 0.21 0.00 0.35 0.90 0.00 0.00 0.00 0.21 0.00 98.31 --- iostat -xz 1 3 $ iostat -xz 1 3 -Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) avg-cpu: %user %nice %system %iowait %steal %idle - 1.40 0.00 1.26 5.75 0.00 91.59 + 1.98 0.00 0.46 2.04 0.00 95.52 Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util -dm-0 0.16 2.68 0.00 0.00 39.72 16.92 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.61 -dm-1 28.64 2128.69 0.00 0.00 26.21 74.32 19.41 350.43 0.00 0.00 7.09 18.06 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.89 24.79 -dm-2 0.03 9.81 0.00 0.00 13.71 288.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.05 -sda 35.81 2196.08 8.89 19.88 9.34 61.33 14.37 350.43 7.10 33.07 3.81 24.39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.39 21.55 +dm-0 0.00 0.02 0.00 0.00 29.00 16.92 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +dm-1 0.20 19.25 0.00 0.00 32.94 97.65 4.09 34.60 0.00 0.00 2.39 8.47 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.89 +dm-2 0.00 0.08 0.00 0.00 18.73 244.36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +sda 1.04 68.48 0.06 5.62 5.97 65.65 3.06 34.60 1.07 25.86 1.67 11.30 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.64 avg-cpu: %user %nice %system %iowait %steal %idle - 0.13 0.00 0.06 1.25 0.00 98.56 + 0.50 0.00 1.88 0.50 0.00 97.12 Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util +dm-1 0.00 0.00 0.00 0.00 0.00 0.00 67.00 684.00 0.00 0.00 4.18 10.21 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.28 8.40 +sda 4.00 256.00 0.00 0.00 3.50 64.00 67.00 684.00 1.00 1.47 2.51 10.21 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.18 9.10 avg-cpu: %user %nice %system %iowait %steal %idle - 0.13 0.00 1.25 8.52 0.00 90.10 + 0.13 0.00 0.00 0.31 0.00 99.56 Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util -dm-1 0.00 0.00 0.00 0.00 0.00 0.00 13.00 224.00 0.00 0.00 1.62 17.23 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.20 -sda 0.00 0.00 0.00 0.00 0.00 0.00 7.00 224.00 7.00 50.00 2.43 32.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.20 +dm-1 6.00 24.00 0.00 0.00 3.50 4.00 10.00 40.00 0.00 0.00 18.10 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.20 2.30 +sda 6.00 24.00 0.00 0.00 3.67 4.00 2.00 40.00 8.00 80.00 10.50 20.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.04 2.20 --- sar -dp 1 2 $ sar -dp 1 2 -Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) -04:31:39 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV -04:31:40 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda -04:31:40 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap -04:31:40 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root -04:31:40 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta +09:56:02 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +09:56:03 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +09:56:03 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +09:56:03 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +09:56:03 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta -04:31:40 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV -04:31:41 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda -04:31:41 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap -04:31:41 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root -04:31:41 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta +09:56:03 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +09:56:04 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +09:56:04 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +09:56:04 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +09:56:04 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta Average: tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda @@ -13340,514 +15777,510 @@ Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.0 --- sar -n DEV 1 2 $ sar -n DEV 1 2 -Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) -04:31:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil -04:31:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:42 PM nic0 37.00 8.00 4.62 2.71 0.00 0.00 17.00 0.00 -04:31:42 PM nic1 51.00 52.00 5.65 4.62 0.00 0.00 0.00 0.00 -04:31:42 PM nic2 4.00 0.00 0.64 0.00 0.00 0.00 0.00 0.00 -04:31:42 PM nic3 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 -04:31:42 PM nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:42 PM nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:42 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:42 PM vmbr0 26.00 0.00 1.56 0.00 0.00 0.00 12.00 0.00 -04:31:42 PM nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:42 PM br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:42 PM bond0 55.00 52.00 6.29 4.62 0.00 0.00 0.00 0.00 -04:31:42 PM storagenet 64.00 98.00 6.33 8.78 0.00 0.00 0.00 0.00 -04:31:42 PM tap601i0 2.00 28.00 0.35 2.27 0.00 0.00 0.00 0.00 -04:31:42 PM fwbr601i0 26.00 0.00 1.56 0.00 0.00 0.00 12.00 0.00 -04:31:42 PM fwpr601p0 2.00 28.00 0.35 2.27 0.00 0.00 0.00 0.00 -04:31:42 PM fwln601i0 28.00 2.00 2.27 0.35 0.00 0.00 0.00 0.00 -04:31:42 PM tap602i0 9.00 47.00 3.46 9.81 0.00 0.00 0.00 0.00 -04:31:42 PM fwbr602i0 26.00 0.00 1.56 0.00 0.00 0.00 12.00 0.00 -04:31:42 PM fwpr602p0 9.00 47.00 3.46 9.81 0.00 0.00 0.00 0.00 -04:31:42 PM fwln602i0 47.00 9.00 9.81 3.46 0.00 0.00 0.00 0.00 -04:31:42 PM tap603i0 2.00 28.00 0.35 2.27 0.00 0.00 0.00 0.00 -04:31:42 PM fwbr603i0 26.00 0.00 1.56 0.00 0.00 0.00 12.00 0.00 -04:31:42 PM fwpr603p0 2.00 28.00 0.35 2.27 0.00 0.00 0.00 0.00 -04:31:42 PM fwln603i0 28.00 2.00 2.27 0.35 0.00 0.00 0.00 0.00 +09:56:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +09:56:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:05 PM nic0 73.00 28.00 20.23 6.68 0.00 0.00 7.00 0.02 +09:56:05 PM nic1 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 +09:56:05 PM nic2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:05 PM nic3 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 +09:56:05 PM nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:05 PM nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:05 PM vmbr0 23.00 15.00 6.42 5.30 0.00 0.00 2.00 0.00 +09:56:05 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:05 PM nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:05 PM br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:05 PM bond0 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 +09:56:05 PM storagenet 2.00 0.00 0.17 0.00 0.00 0.00 2.00 0.00 +09:56:05 PM tap100i0 0.00 6.00 0.00 1.07 0.00 0.00 0.00 0.00 +09:56:05 PM fwbr100i0 6.00 0.00 0.99 0.00 0.00 0.00 2.00 0.00 +09:56:05 PM fwpr100p0 0.00 6.00 0.00 1.07 0.00 0.00 0.00 0.00 +09:56:05 PM fwln100i0 6.00 0.00 1.07 0.00 0.00 0.00 0.00 0.00 +09:56:05 PM tap600i0 2.00 8.00 0.35 1.42 0.00 0.00 0.00 0.00 +09:56:05 PM fwbr600i0 6.00 0.00 0.99 0.00 0.00 0.00 2.00 0.00 +09:56:05 PM fwpr600p0 2.00 8.00 0.35 1.42 0.00 0.00 0.00 0.00 +09:56:05 PM fwln600i0 8.00 2.00 1.42 0.35 0.00 0.00 0.00 0.00 +09:56:05 PM tap601i0 5.00 26.00 2.16 8.68 0.00 0.00 0.00 0.00 +09:56:05 PM fwbr601i0 6.00 0.00 0.99 0.00 0.00 0.00 2.00 0.00 +09:56:05 PM fwpr601p0 5.00 26.00 2.16 8.68 0.00 0.00 0.00 0.00 +09:56:05 PM fwln601i0 26.00 5.00 8.68 2.16 0.00 0.00 0.00 0.00 -04:31:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil -04:31:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:43 PM nic0 58.00 14.00 11.88 3.90 0.00 0.00 17.00 0.01 -04:31:43 PM nic1 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 -04:31:43 PM nic2 13.00 46.00 1.80 4.54 0.00 0.00 0.00 0.00 -04:31:43 PM nic3 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 -04:31:43 PM nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:43 PM nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:43 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:43 PM vmbr0 23.00 6.00 1.65 1.27 0.00 0.00 8.00 0.00 -04:31:43 PM nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:43 PM br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:43 PM bond0 14.00 46.00 1.86 4.54 0.00 0.00 1.00 0.00 -04:31:43 PM storagenet 1.00 0.00 0.04 0.00 0.00 0.00 1.00 0.00 -04:31:43 PM tap601i0 0.00 18.00 0.00 1.18 0.00 0.00 0.00 0.00 -04:31:43 PM fwbr601i0 18.00 0.00 0.94 0.00 0.00 0.00 8.00 0.00 -04:31:43 PM fwpr601p0 0.00 18.00 0.00 1.18 0.00 0.00 0.00 0.00 -04:31:43 PM fwln601i0 18.00 0.00 1.18 0.00 0.00 0.00 0.00 0.00 -04:31:43 PM tap602i0 4.00 38.00 1.35 8.61 0.00 0.00 0.00 0.00 -04:31:43 PM fwbr602i0 18.00 0.00 0.94 0.00 0.00 0.00 8.00 0.00 -04:31:43 PM fwpr602p0 4.00 38.00 1.35 8.61 0.00 0.00 0.00 0.00 -04:31:43 PM fwln602i0 38.00 4.00 8.61 1.35 0.00 0.00 0.00 0.00 -04:31:43 PM tap603i0 0.00 18.00 0.00 1.18 0.00 0.00 0.00 0.00 -04:31:43 PM fwbr603i0 18.00 0.00 0.94 0.00 0.00 0.00 8.00 0.00 -04:31:43 PM fwpr603p0 0.00 18.00 0.00 1.18 0.00 0.00 0.00 0.00 -04:31:43 PM fwln603i0 18.00 0.00 1.18 0.00 0.00 0.00 0.00 0.00 +09:56:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +09:56:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:06 PM nic0 58.00 22.00 19.93 7.61 0.00 0.00 11.00 0.02 +09:56:06 PM nic1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:06 PM nic2 1.00 0.00 0.14 0.00 0.00 0.00 1.00 0.00 +09:56:06 PM nic3 1.00 0.00 0.40 0.00 0.00 0.00 0.00 0.00 +09:56:06 PM nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:06 PM nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:06 PM vmbr0 38.00 7.00 9.66 1.67 0.00 0.00 8.00 0.00 +09:56:06 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:06 PM nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:06 PM br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:06 PM bond0 1.00 0.00 0.14 0.00 0.00 0.00 1.00 0.00 +09:56:06 PM storagenet 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:06 PM tap100i0 0.00 15.00 0.00 2.56 0.00 0.00 0.00 0.00 +09:56:06 PM fwbr100i0 15.00 0.00 2.36 0.00 0.00 0.00 8.00 0.00 +09:56:06 PM fwpr100p0 0.00 15.00 0.00 2.56 0.00 0.00 0.00 0.00 +09:56:06 PM fwln100i0 15.00 0.00 2.56 0.00 0.00 0.00 0.00 0.00 +09:56:06 PM tap600i0 0.00 15.00 0.00 2.56 0.00 0.00 0.00 0.00 +09:56:06 PM fwbr600i0 15.00 0.00 2.36 0.00 0.00 0.00 8.00 0.00 +09:56:06 PM fwpr600p0 0.00 15.00 0.00 2.56 0.00 0.00 0.00 0.00 +09:56:06 PM fwln600i0 15.00 0.00 2.56 0.00 0.00 0.00 0.00 0.00 +09:56:06 PM tap601i0 3.00 32.00 0.70 8.52 0.00 0.00 0.00 0.00 +09:56:06 PM fwbr601i0 15.00 0.00 2.36 0.00 0.00 0.00 8.00 0.00 +09:56:06 PM fwpr601p0 3.00 32.00 0.70 8.52 0.00 0.00 0.00 0.00 +09:56:06 PM fwln601i0 32.00 3.00 8.52 0.70 0.00 0.00 0.00 0.00 Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -Average: nic0 47.50 11.00 8.25 3.31 0.00 0.00 17.00 0.01 -Average: nic1 26.00 26.00 2.86 2.31 0.00 0.00 0.50 0.00 -Average: nic2 8.50 23.00 1.22 2.27 0.00 0.00 0.00 0.00 -Average: nic3 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 +Average: nic0 65.50 25.00 20.08 7.14 0.00 0.00 9.00 0.02 +Average: nic1 0.50 0.00 0.03 0.00 0.00 0.00 0.50 0.00 +Average: nic2 0.50 0.00 0.07 0.00 0.00 0.00 0.50 0.00 +Average: nic3 1.00 0.00 0.23 0.00 0.00 0.00 0.50 0.00 Average: nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 Average: nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: vmbr0 30.50 11.00 8.04 3.48 0.00 0.00 5.00 0.00 Average: tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -Average: vmbr0 24.50 3.00 1.60 0.63 0.00 0.00 10.00 0.00 Average: nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 Average: br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -Average: bond0 34.50 49.00 4.08 4.58 0.00 0.00 0.50 0.00 -Average: storagenet 32.50 49.00 3.19 4.39 0.00 0.00 0.50 0.00 -Average: tap601i0 1.00 23.00 0.17 1.72 0.00 0.00 0.00 0.00 -Average: fwbr601i0 22.00 0.00 1.25 0.00 0.00 0.00 10.00 0.00 -Average: fwpr601p0 1.00 23.00 0.17 1.72 0.00 0.00 0.00 0.00 -Average: fwln601i0 23.00 1.00 1.72 0.17 0.00 0.00 0.00 0.00 -Average: tap602i0 6.50 42.50 2.41 9.21 0.00 0.00 0.00 0.00 -Average: fwbr602i0 22.00 0.00 1.25 0.00 0.00 0.00 10.00 0.00 -Average: fwpr602p0 6.50 42.50 2.41 9.21 0.00 0.00 0.00 0.00 -Average: fwln602i0 42.50 6.50 9.21 2.41 0.00 0.00 0.00 0.00 -Average: tap603i0 1.00 23.00 0.17 1.72 0.00 0.00 0.00 0.00 -Average: fwbr603i0 22.00 0.00 1.25 0.00 0.00 0.00 10.00 0.00 -Average: fwpr603p0 1.00 23.00 0.17 1.72 0.00 0.00 0.00 0.00 -Average: fwln603i0 23.00 1.00 1.72 0.17 0.00 0.00 0.00 0.00 +Average: bond0 1.00 0.00 0.10 0.00 0.00 0.00 1.00 0.00 +Average: storagenet 1.00 0.00 0.09 0.00 0.00 0.00 1.00 0.00 +Average: tap100i0 0.00 10.50 0.00 1.82 0.00 0.00 0.00 0.00 +Average: fwbr100i0 10.50 0.00 1.67 0.00 0.00 0.00 5.00 0.00 +Average: fwpr100p0 0.00 10.50 0.00 1.82 0.00 0.00 0.00 0.00 +Average: fwln100i0 10.50 0.00 1.82 0.00 0.00 0.00 0.00 0.00 +Average: tap600i0 1.00 11.50 0.17 1.99 0.00 0.00 0.00 0.00 +Average: fwbr600i0 10.50 0.00 1.67 0.00 0.00 0.00 5.00 0.00 +Average: fwpr600p0 1.00 11.50 0.17 1.99 0.00 0.00 0.00 0.00 +Average: fwln600i0 11.50 1.00 1.99 0.17 0.00 0.00 0.00 0.00 +Average: tap601i0 4.00 29.00 1.43 8.60 0.00 0.00 0.00 0.00 +Average: fwbr601i0 10.50 0.00 1.67 0.00 0.00 0.00 5.00 0.00 +Average: fwpr601p0 4.00 29.00 1.43 8.60 0.00 0.00 0.00 0.00 +Average: fwln601i0 29.00 4.00 8.60 1.43 0.00 0.00 0.00 0.00 --- sar -n NFS,NFSD 1 2 $ sar -n NFS,NFSD 1 2 -Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) -04:31:43 PM call/s retrans/s read/s write/s access/s getatt/s -04:31:44 PM 5.00 0.00 0.00 4.00 0.00 0.00 +09:56:06 PM call/s retrans/s read/s write/s access/s getatt/s +09:56:07 PM 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:43 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s -04:31:44 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:06 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +09:56:07 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:44 PM call/s retrans/s read/s write/s access/s getatt/s -04:31:45 PM 1.00 0.00 0.00 1.00 0.00 0.00 +09:56:07 PM call/s retrans/s read/s write/s access/s getatt/s +09:56:08 PM 0.00 0.00 0.00 0.00 0.00 0.00 -04:31:44 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s -04:31:45 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:56:07 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +09:56:08 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 Average: call/s retrans/s read/s write/s access/s getatt/s -Average: 3.00 0.00 0.00 2.50 0.00 0.00 +Average: 0.00 0.00 0.00 0.00 0.00 0.00 Average: scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 --- sar -n SOCK 1 1 $ sar -n SOCK 1 1 -Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) -04:31:45 PM totsck tcpsck udpsck rawsck ip-frag tcp-tw -04:31:46 PM 357 18 4 0 0 85 -Average: 357 18 4 0 0 85 +09:56:08 PM totsck tcpsck udpsck rawsck ip-frag tcp-tw +09:56:09 PM 356 18 4 0 0 85 +Average: 356 18 4 0 0 85 --- sar -n TCP,ETCP 1 2 $ sar -n TCP,ETCP 1 2 -Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) -04:31:46 PM active/s passive/s iseg/s oseg/s -04:31:47 PM 0.00 0.00 1.00 0.00 +09:56:09 PM active/s passive/s iseg/s oseg/s +09:56:10 PM 14.00 0.00 65.00 99.00 -04:31:46 PM atmptf/s estres/s retrans/s isegerr/s orsts/s -04:31:47 PM 0.00 0.00 0.00 0.00 0.00 +09:56:09 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +09:56:10 PM 0.00 0.00 0.00 0.00 0.00 -04:31:47 PM active/s passive/s iseg/s oseg/s -04:31:48 PM 0.00 0.00 0.00 0.00 +09:56:10 PM active/s passive/s iseg/s oseg/s +09:56:11 PM 0.00 0.00 2.00 1.00 -04:31:47 PM atmptf/s estres/s retrans/s isegerr/s orsts/s -04:31:48 PM 0.00 0.00 0.00 0.00 0.00 +09:56:10 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +09:56:11 PM 0.00 0.00 0.00 0.00 0.00 Average: active/s passive/s iseg/s oseg/s -Average: 0.00 0.00 0.50 0.00 +Average: 7.00 0.00 33.50 50.00 Average: atmptf/s estres/s retrans/s isegerr/s orsts/s Average: 0.00 0.00 0.00 0.00 0.00 --- pidstat -d 1 2 (top disk) $ pidstat -d 1 2 -Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) -04:31:48 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -04:31:49 PM 0 1225 15.53 23.30 0.00 0 pmxcfs -04:31:49 PM 0 1560 0.00 0.08 0.00 0 pve-ha-lrm +09:56:12 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +09:56:13 PM 0 895 0.00 0.00 3.88 0 tailscaled -04:31:49 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -04:31:50 PM 0 443 0.00 16.00 0.00 0 systemd-journal +09:56:13 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +09:56:14 PM 0 283519 0.00 20.00 0.00 0 kvm Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -Average: 0 443 0.00 7.88 0.00 0 systemd-journal -Average: 0 1225 7.88 11.82 0.00 0 pmxcfs -Average: 0 1560 0.00 0.04 0.00 0 pve-ha-lrm +Average: 0 895 0.00 0.00 1.97 0 tailscaled +Average: 0 283519 0.00 9.85 0.00 0 kvm --- pidstat -u 1 2 (top cpu) $ pidstat -u 1 2 -Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) -04:31:50 PM UID PID %usr %system %guest %wait %CPU CPU Command -04:31:51 PM 0 1730 0.00 0.00 3.92 0.00 0.98 4 kvm -04:31:51 PM 0 1918 0.00 0.98 0.98 0.00 0.98 14 kvm -04:31:51 PM 0 2127 0.00 0.00 0.98 0.00 0.98 12 kvm -04:31:51 PM 0 10155 0.98 0.98 0.00 0.00 1.96 8 pidstat +09:56:14 PM UID PID %usr %system %guest %wait %CPU CPU Command +09:56:15 PM 0 283519 0.00 0.00 2.94 0.00 0.98 8 kvm +09:56:15 PM 0 514680 0.00 0.98 0.00 0.00 0.98 10 pidstat -04:31:51 PM UID PID %usr %system %guest %wait %CPU CPU Command -04:31:52 PM 0 1414 5.00 8.00 0.00 0.00 13.00 7 pvestatd -04:31:52 PM 0 1730 0.00 0.00 3.00 0.00 3.00 4 kvm -04:31:52 PM 0 1918 2.00 0.00 0.00 0.00 2.00 14 kvm -04:31:52 PM 0 2127 0.00 0.00 3.00 0.00 2.00 12 kvm -04:31:52 PM 0 10155 1.00 1.00 0.00 0.00 2.00 8 pidstat +09:56:15 PM UID PID %usr %system %guest %wait %CPU CPU Command +09:56:16 PM 0 169 0.00 1.00 0.00 0.00 1.00 15 kworker/15:1-mm_percpu_wq +09:56:16 PM 0 1317 0.00 1.00 0.00 0.00 1.00 3 pmxcfs +09:56:16 PM 0 283519 0.00 0.00 3.00 0.00 1.00 8 kvm +09:56:16 PM 0 283674 1.00 1.00 1.00 0.00 3.00 6 kvm +09:56:16 PM 0 514680 1.00 1.00 0.00 0.00 2.00 2 pidstat Average: UID PID %usr %system %guest %wait %CPU CPU Command -Average: 0 1414 2.48 3.96 0.00 0.00 6.44 - pvestatd -Average: 0 1730 0.00 0.00 3.47 0.00 1.98 - kvm -Average: 0 1918 0.50 0.50 0.50 0.00 1.49 - kvm -Average: 0 2127 0.00 0.00 1.98 0.00 1.49 - kvm -Average: 0 10155 0.99 0.99 0.00 0.00 1.98 - pidstat +Average: 0 169 0.00 0.50 0.00 0.00 0.50 - kworker/15:1-mm_percpu_wq +Average: 0 1317 0.00 0.50 0.00 0.00 0.50 - pmxcfs +Average: 0 283519 0.00 0.00 2.97 0.00 0.99 - kvm +Average: 0 283674 0.00 0.50 0.99 0.00 1.49 - kvm +Average: 0 514680 0.50 0.99 0.00 0.00 1.49 - pidstat --- top (single snapshot, top 30) $ top -b -n 1 -top - 16:31:52 up 13 min, 1 user, load average: 1.06, 1.01, 0.79 +top - 21:56:16 up 1 day, 4:36, 1 user, load average: 1.15, 0.62, 0.31 Tasks: 324 total, 1 running, 323 sleeping, 0 stopped, 0 zombie -%Cpu(s): 0.7 us, 1.0 sy, 0.0 ni, 95.9 id, 2.4 wa, 0.0 hi, 0.0 si, 0.0 st -MiB Mem : 96542.5 total, 91082.9 free, 4661.2 used, 1676.2 buff/cache -MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 91881.2 avail Mem +%Cpu(s): 0.5 us, 0.2 sy, 0.0 ni, 95.8 id, 3.5 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 128897.5 total, 120333.8 free, 7955.4 used, 1350.6 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 120942.2 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 10183 root 20 0 10424 5500 3404 R 8.3 0.0 0:00.01 top - 1 root 20 0 25300 15828 10700 S 0.0 0.0 0:10.47 systemd - 2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kthreadd + 514685 root 20 0 10424 5416 3316 R 9.1 0.0 0:00.02 top + 1 root 20 0 24752 15408 10688 S 0.0 0.0 0:14.51 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.19 kthreadd 3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+ 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 7 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 10 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ - 11 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 12 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 14 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 0:00.55 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:04.98 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 0:35.35 rcu_pre+ 16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ 17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ - 18 root rt 0 0 0 0 S 0.0 0.0 0:00.00 migrati+ - 19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 - 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 - 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 23 root rt 0 0 0 0 S 0.0 0.0 0:00.91 migrati+ - 24 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 25 root 20 0 0 0 0 I 0.0 0.0 0:00.29 kworker+ - 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 - 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 29 root rt 0 0 0 0 S 0.0 0.0 0:00.91 migrati+ - 30 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ - 32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 - 34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 35 root rt 0 0 0 0 S 0.0 0.0 0:00.91 migrati+ - 36 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 - 40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 41 root rt 0 0 0 0 S 0.0 0.0 0:00.91 migrati+ - 42 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 - 46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 47 root rt 0 0 0 0 S 0.0 0.0 0:00.92 migrati+ - 48 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 - 52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 53 root rt 0 0 0 0 S 0.0 0.0 0:00.92 migrati+ - 54 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 55 root 20 0 0 0 0 I 0.0 0.0 0:00.28 kworker+ - 56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 - 58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 59 root rt 0 0 0 0 S 0.0 0.0 0:00.92 migrati+ - 60 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 62 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/8 - 64 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 65 root rt 0 0 0 0 S 0.0 0.0 0:00.92 migrati+ - 66 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 68 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 69 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/9 - 70 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 71 root rt 0 0 0 0 S 0.0 0.0 0:00.92 migrati+ - 72 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 74 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 75 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/10 - 76 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 77 root rt 0 0 0 0 S 0.0 0.0 0:00.92 migrati+ - 78 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 79 root 20 0 0 0 0 I 0.0 0.0 0:00.49 kworker+ - 80 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 81 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/11 - 82 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 83 root rt 0 0 0 0 S 0.0 0.0 0:00.93 migrati+ - 84 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ - 86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 87 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/12 - 88 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 89 root rt 0 0 0 0 S 0.0 0.0 0:00.93 migrati+ - 90 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ - 92 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/13 - 94 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 95 root rt 0 0 0 0 S 0.0 0.0 0:00.93 migrati+ - 96 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 99 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/14 - 100 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 101 root rt 0 0 0 0 S 0.0 0.0 0:00.93 migrati+ - 102 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 105 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/15 - 106 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 107 root rt 0 0 0 0 S 0.0 0.0 0:00.93 migrati+ - 108 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 110 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 111 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ - 112 root 20 0 0 0 0 I 0.0 0.0 0:01.24 kworker+ - 113 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ - 114 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 115 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.24 migrati+ + 19 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kprobe-+ + 20 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 + 22 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 + 23 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 24 root rt 0 0 0 0 S 0.0 0.0 0:00.24 migrati+ + 25 root 20 0 0 0 0 S 0.0 0.0 0:00.84 ksoftir+ + 27 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 28 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 + 29 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 30 root rt 0 0 0 0 S 0.0 0.0 0:00.21 migrati+ + 31 root 20 0 0 0 0 S 0.0 0.0 0:03.89 ksoftir+ + 33 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 34 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 + 35 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 36 root rt 0 0 0 0 S 0.0 0.0 0:00.22 migrati+ + 37 root 20 0 0 0 0 S 0.0 0.0 0:00.12 ksoftir+ + 39 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 40 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 + 41 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 42 root rt 0 0 0 0 S 0.0 0.0 0:00.21 migrati+ + 43 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ + 45 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 46 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 + 47 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 48 root rt 0 0 0 0 S 0.0 0.0 0:00.22 migrati+ + 49 root 20 0 0 0 0 S 0.0 0.0 0:00.04 ksoftir+ + 51 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 52 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 + 53 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 54 root rt 0 0 0 0 S 0.0 0.0 0:00.21 migrati+ + 55 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ + 57 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 58 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 + 59 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 60 root rt 0 0 0 0 S 0.0 0.0 0:00.22 migrati+ + 61 root 20 0 0 0 0 S 0.0 0.0 0:00.07 ksoftir+ + 63 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 64 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/8 + 65 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 66 root rt 0 0 0 0 S 0.0 0.0 0:00.19 migrati+ + 67 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ + 69 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 70 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/9 + 71 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 72 root rt 0 0 0 0 S 0.0 0.0 0:00.20 migrati+ + 73 root 20 0 0 0 0 S 0.0 0.0 0:00.05 ksoftir+ + 75 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 76 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/10 + 77 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 78 root rt 0 0 0 0 S 0.0 0.0 0:00.20 migrati+ + 79 root 20 0 0 0 0 S 0.0 0.0 0:00.07 ksoftir+ + 81 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 82 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/11 + 83 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 84 root rt 0 0 0 0 S 0.0 0.0 0:00.20 migrati+ + 85 root 20 0 0 0 0 S 0.0 0.0 0:00.05 ksoftir+ + 87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 88 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/12 + 89 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 90 root rt 0 0 0 0 S 0.0 0.0 0:00.20 migrati+ + 91 root 20 0 0 0 0 S 0.0 0.0 0:00.44 ksoftir+ + 93 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 94 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/13 + 95 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 96 root rt 0 0 0 0 S 0.0 0.0 0:00.20 migrati+ + 97 root 20 0 0 0 0 S 0.0 0.0 0:00.05 ksoftir+ + 99 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 100 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/14 + 101 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 102 root rt 0 0 0 0 S 0.0 0.0 0:00.19 migrati+ + 103 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 105 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 106 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/15 + 107 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 108 root rt 0 0 0 0 S 0.0 0.0 0:00.20 migrati+ + 109 root 20 0 0 0 0 S 0.0 0.0 0:00.19 ksoftir+ + 111 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 114 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ + 115 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 116 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ 117 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ - 118 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd - 119 root 20 0 0 0 0 S 0.0 0.0 0:00.00 khungta+ - 120 root 20 0 0 0 0 I 0.0 0.0 0:00.16 kworker+ - 121 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ - 122 root 20 0 0 0 0 I 0.0 0.0 0:00.20 kworker+ + 118 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kauditd + 119 root 20 0 0 0 0 S 0.0 0.0 0:00.07 khungta+ + 120 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ 123 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 124 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kcompac+ - 125 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd - 126 root 39 19 0 0 0 S 0.0 0.0 0:00.00 khugepa+ - 127 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 128 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 124 root 20 0 0 0 0 S 0.0 0.0 0:01.61 kcompac+ + 125 root 20 0 0 0 0 S 0.0 0.0 0:01.80 kcompac+ + 127 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd + 128 root 39 19 0 0 0 S 0.0 0.0 0:00.62 khugepa+ 129 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 130 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/9-a+ - 132 root 20 0 0 0 0 I 0.0 0.0 0:03.57 kworker+ - 133 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 130 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 131 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 132 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/9-a+ 135 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 136 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 137 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 138 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 139 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 140 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 141 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ - 142 root 0 -20 0 0 0 I 0.0 0.0 0:00.13 kworker+ - 143 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 - 144 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ - 145 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 146 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/25-+ - 147 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/26-+ - 148 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/27-+ - 149 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/28-+ - 150 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 152 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 141 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 143 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ + 144 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 145 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 + 146 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd1 + 147 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ + 148 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 149 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/25-+ + 150 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/26-+ + 151 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/27-+ + 152 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/28-+ 153 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 154 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 154 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 155 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 156 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 157 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 158 root 20 0 0 0 0 I 0.0 0.0 0:01.55 kworker+ - 159 root 20 0 0 0 0 I 0.0 0.0 0:00.36 kworker+ - 161 root 20 0 0 0 0 I 0.0 0.0 0:00.32 kworker+ - 162 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 165 root 20 0 0 0 0 I 0.0 0.0 0:00.93 kworker+ - 167 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 157 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 168 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 169 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 180 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 181 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 209 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 213 root 20 0 0 0 0 I 0.0 0.0 0:00.36 kworker+ - 215 root 0 -20 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 226 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 237 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 238 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 239 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 240 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 241 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 242 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 243 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 245 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ - 246 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 247 root 20 0 0 0 0 I 0.0 0.0 0:00.34 kworker+ - 249 root 0 -20 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 253 root 20 0 0 0 0 I 0.0 0.0 0:01.31 kworker+ - 254 root 20 0 0 0 0 I 0.0 0.0 0:00.30 kworker+ - 256 root 20 0 0 0 0 I 0.0 0.0 0:00.37 kworker+ - 269 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ - 279 root 20 0 0 0 0 I 0.0 0.0 0:00.55 kworker+ - 280 root 20 0 0 0 0 I 0.0 0.0 0:00.21 kworker+ - 289 root 20 0 0 0 0 I 0.0 0.0 0:02.48 kworker+ - 290 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 291 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 292 root 20 0 0 0 0 S 0.0 0.0 0:02.12 usb-sto+ - 293 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 330 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 331 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 169 root 20 0 0 0 0 I 0.0 0.0 2:18.21 kworker+ + 170 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 171 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 183 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 184 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 193 root 0 -20 0 0 0 I 0.0 0.0 0:00.22 kworker+ + 205 root 0 -20 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 218 root 0 -20 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 222 root 0 -20 0 0 0 I 0.0 0.0 0:00.14 kworker+ + 230 root 0 -20 0 0 0 I 0.0 0.0 0:00.82 kworker+ + 232 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 234 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 239 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 248 root 0 -20 0 0 0 I 0.0 0.0 0:00.38 kworker+ + 253 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 259 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 261 root 0 -20 0 0 0 I 0.0 0.0 0:00.20 kworker+ + 264 root 0 -20 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 265 root 0 -20 0 0 0 I 0.0 0.0 0:01.08 kworker+ + 269 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 297 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 298 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 299 root 20 0 0 0 0 S 0.0 0.0 0:18.47 usb-sto+ + 300 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 341 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 342 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 348 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 349 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 378 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 379 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 380 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 395 root 20 0 0 0 0 S 0.0 0.0 0:00.06 jbd2/dm+ - 396 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 443 root 20 0 75036 49760 48252 S 0.0 0.1 0:00.72 systemd+ - 451 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ - 455 root 20 0 0 0 0 I 0.0 0.0 0:02.29 kworker+ - 457 root 20 0 0 0 0 I 0.0 0.0 0:01.41 kworker+ - 483 root 20 0 0 0 0 I 0.0 0.0 0:00.98 kworker+ - 486 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ - 487 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ - 488 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ - 489 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ - 493 root 20 0 36732 10356 7884 S 0.0 0.0 0:00.85 systemd+ - 495 root 20 0 77296 22300 9124 S 0.0 0.0 0:00.06 dmeventd - 498 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 499 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 500 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 501 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ - 502 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 503 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 504 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 505 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 506 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 507 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 508 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ - 509 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 510 root 39 19 0 0 0 S 0.0 0.0 0:00.00 arc_reap - 511 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ - 512 root 39 19 0 0 0 S 0.0 0.0 0:00.00 dbuf_ev+ - 514 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 561 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ - 578 root 20 0 0 0 0 S 0.0 0.0 0:00.00 l2arc_f+ - 599 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 603 root 39 19 0 0 0 S 0.0 0.0 0:00.00 kipmi0 - 656 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 709 root 20 0 79620 2372 2160 S 0.0 0.0 0:00.08 pvefw-l+ - 841 _rpc 20 0 6568 3912 3496 S 0.0 0.0 0:00.00 rpcbind - 843 _chrony 20 0 19940 5464 4696 S 0.0 0.0 0:00.06 chronyd - 844 message+ 20 0 8472 5112 4236 S 0.0 0.0 0:01.10 dbus-da+ - 851 root 20 0 276136 3592 3296 S 0.0 0.0 0:00.00 pve-lxc+ - 854 root 20 0 404848 7784 6796 S 0.0 0.0 0:00.12 rrdcach+ - 857 root 20 0 10080 6296 4844 S 0.0 0.0 0:00.05 smartd - 858 root 20 0 19080 9120 7828 S 0.0 0.0 0:00.53 systemd+ - 865 root 20 0 1422736 63172 26704 S 0.0 0.1 0:07.21 tailsca+ - 871 root 20 0 5748 2044 1860 S 0.0 0.0 0:00.00 qmeventd - 872 root 20 0 7216 2344 2000 S 0.0 0.0 0:00.00 ksmtuned - 874 root 20 0 2432 1608 1508 S 0.0 0.0 0:00.02 watchdo+ - 877 root 20 0 104408 6376 5232 S 0.0 0.0 0:00.00 zed - 881 root 20 0 159036 2472 2104 S 0.0 0.0 0:00.00 lxcfs - 908 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 909 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 919 root 20 0 5256 1624 1400 S 0.0 0.0 0:00.00 blkmapd - 950 root 20 0 0 0 0 I 0.0 0.0 0:00.20 kworker+ - 951 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 952 _chrony 20 0 11612 2376 1744 S 0.0 0.0 0:00.00 chronyd - 1057 root 20 0 5972 3548 2704 S 0.0 0.0 0:00.00 dhclient - 1120 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 1183 beszel 20 0 2223376 17544 10396 S 0.0 0.0 0:00.51 beszel-+ - 1184 _lldpd 20 0 21376 6584 5420 S 0.0 0.0 0:00.03 lldpd - 1185 root 20 0 5520 2592 2348 S 0.0 0.0 0:00.00 lxc-mon+ - 1193 root 20 0 266308 32352 15148 S 0.0 0.0 0:00.44 tuned - 1201 root 20 0 8168 2592 2364 S 0.0 0.0 0:00.33 agetty - 1204 root 20 0 11776 7712 6488 S 0.0 0.0 0:00.23 sshd - 1225 root 20 0 486116 58116 51032 S 0.0 0.1 0:00.96 pmxcfs - 1232 _lldpd 20 0 21376 2892 1748 S 0.0 0.0 0:00.03 lldpd - 1263 root 20 0 6864 2944 2692 S 0.0 0.0 0:00.00 cron - 1264 root 20 0 13584 6044 5132 S 0.0 0.0 0:00.08 proxmox+ - 1378 root 20 0 43984 4756 4112 S 0.0 0.0 0:00.00 master - 1379 postfix 20 0 44472 7688 7004 S 0.0 0.0 0:00.00 pickup - 1380 postfix 20 0 44524 7708 7016 S 0.0 0.0 0:00.00 qmgr - 1383 polkitd 20 0 306704 8176 7112 S 0.0 0.0 0:00.19 polkitd - 1399 root 20 0 177924 108936 5316 S 0.0 0.1 0:02.59 pve-fir+ - 1414 root 20 0 181428 116928 10684 S 0.0 0.1 0:10.18 pvestatd - 1415 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ - 1488 root 20 0 219500 149704 3372 S 0.0 0.2 0:00.02 pvedaem+ - 1489 root 20 0 227668 155868 8448 S 0.0 0.2 0:00.08 pvedaem+ - 1490 root 20 0 228040 156600 8984 S 0.0 0.2 0:00.10 pvedaem+ - 1491 root 20 0 228048 156608 9044 S 0.0 0.2 0:00.12 pvedaem+ - 1499 root 20 0 205240 122188 4344 S 0.0 0.1 0:00.06 pve-ha-+ - 1512 www-data 20 0 220892 151020 3476 S 0.0 0.2 0:00.01 pveproxy - 1513 www-data 20 0 230484 159848 9772 S 0.0 0.2 0:00.32 pveprox+ - 1514 www-data 20 0 242824 176248 13864 S 0.0 0.2 0:00.40 pveprox+ - 1515 www-data 20 0 233740 166964 13720 S 0.0 0.2 0:00.32 pveprox+ - 1548 www-data 20 0 92572 55296 3392 S 0.0 0.1 0:00.01 spicepr+ - 1549 www-data 20 0 92680 56032 3956 S 0.0 0.1 0:00.03 spicepr+ - 1559 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 1560 root 20 0 204552 121304 4116 S 0.0 0.1 0:00.14 pve-ha-+ - 1674 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 1690 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ - 1730 root 20 0 4968180 680632 11500 S 0.0 0.7 0:31.59 kvm - 1855 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 1918 root 20 0 4964060 702644 11344 S 0.0 0.7 0:36.75 kvm - 1973 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 2127 root 20 0 4999016 686880 11364 S 0.0 0.7 0:33.92 kvm - 2212 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 2224 root 20 0 201144 124592 3552 S 0.0 0.1 0:00.07 pvesche+ - 2304 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 2305 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 2306 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ - 2424 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ - 2466 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ - 2596 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ - 2712 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 3557 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 3709 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 3789 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 3837 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 3843 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 4068 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 4189 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 4239 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 4325 root 20 0 22244 12468 10068 S 0.0 0.0 0:00.34 systemd - 4329 root 20 0 24404 3820 2024 S 0.0 0.0 0:00.00 (sd-pam) - 4351 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 4384 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 4507 root 20 0 0 0 0 I 0.0 0.0 0:02.08 kworker+ - 4539 root 20 0 19648 11524 9756 S 0.0 0.0 0:00.02 sshd-se+ - 4548 root 20 0 19904 7456 5416 S 0.0 0.0 0:00.00 sshd-se+ - 4549 root 20 0 7316 3808 3276 S 0.0 0.0 0:00.64 bash - 5734 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 6974 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 7768 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 7769 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 7770 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 7771 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 7976 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 7981 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 8582 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 8866 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 9150 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ - 9804 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 9921 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ - 10017 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 10084 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 10093 root 20 0 5580 2216 2104 S 0.0 0.0 0:00.00 sleep - 10151 root 20 0 36736 6092 3584 S 0.0 0.0 0:00.00 (udev-w+ - 10152 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 10181 root 20 0 7316 2528 1996 S 0.0 0.0 0:00.00 bash - 10182 root 20 0 5588 2136 2016 S 0.0 0.0 0:00.00 head + 352 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 353 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 354 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 390 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 391 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 392 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 407 root 20 0 0 0 0 S 0.0 0.0 0:02.46 jbd2/dm+ + 408 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 438 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 456 root 20 0 146760 101680 100096 S 0.0 0.1 0:15.69 systemd+ + 477 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 478 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 479 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 480 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 504 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ + 505 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ + 506 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ + 507 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ + 511 root 20 0 36972 10496 7944 S 0.0 0.0 0:55.44 systemd+ + 514 root 20 0 77296 22300 9124 S 0.0 0.0 0:04.20 dmeventd + 517 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 518 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 519 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 521 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ + 522 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 523 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 524 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 525 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 526 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ + 527 root 20 0 0 0 0 S 0.0 0.0 0:01.10 arc_evi+ + 528 root 39 19 0 0 0 S 0.0 0.0 0:01.16 arc_reap + 529 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ + 530 root 39 19 0 0 0 S 0.0 0.0 0:01.14 dbuf_ev+ + 531 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ + 532 root 20 0 0 0 0 S 0.0 0.0 0:00.90 l2arc_f+ + 537 root 20 0 0 0 0 I 0.0 0.0 1:39.17 kworker+ + 538 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 635 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 638 root 39 19 0 0 0 S 0.0 0.0 0:00.00 kipmi0 + 843 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 868 _rpc 20 0 6568 3792 3372 S 0.0 0.0 0:00.10 rpcbind + 870 _chrony 20 0 19940 5504 4732 S 0.0 0.0 0:00.23 chronyd + 871 message+ 20 0 8476 5184 4232 S 0.0 0.0 0:10.29 dbus-da+ + 879 root 20 0 276136 3592 3300 S 0.0 0.0 0:00.00 pve-lxc+ + 882 root 20 0 691580 8324 6976 S 0.0 0.0 0:16.74 rrdcach+ + 886 root 20 0 10080 6348 4896 S 0.0 0.0 0:00.10 smartd + 888 root 20 0 19100 9232 7884 S 0.0 0.0 0:02.75 systemd+ + 895 root 20 0 1489496 112176 26684 S 0.0 0.1 9:59.79 tailsca+ + 899 root 20 0 7216 2268 1928 S 0.0 0.0 0:02.23 ksmtuned + 901 root 20 0 2432 1656 1560 S 0.0 0.0 0:02.51 watchdo+ + 904 root 20 0 104420 6416 5268 S 0.0 0.0 0:00.01 zed + 908 root 20 0 159036 2472 2108 S 0.0 0.0 0:00.00 lxcfs + 917 root 20 0 5748 2192 1996 S 0.0 0.0 0:00.04 qmeventd + 935 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 936 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 939 root 20 0 5264 1696 1472 S 0.0 0.0 0:00.00 blkmapd + 974 _chrony 20 0 11612 2356 1724 S 0.0 0.0 0:00.00 chronyd + 1073 root 20 0 5972 3504 2652 S 0.0 0.0 0:00.83 dhclient + 1137 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1200 beszel 20 0 2526996 18220 10332 S 0.0 0.0 0:24.40 beszel-+ + 1201 _lldpd 20 0 21376 6620 5456 S 0.0 0.0 0:00.10 lldpd + 1202 root 20 0 5520 2696 2444 S 0.0 0.0 0:00.00 lxc-mon+ + 1210 root 20 0 266308 32500 15288 S 0.0 0.0 0:16.66 tuned + 1265 root 20 0 8168 2584 2352 S 0.0 0.0 0:00.13 agetty + 1270 root 20 0 11776 7812 6584 S 0.0 0.0 0:00.34 sshd + 1305 _lldpd 20 0 21504 2924 1736 S 0.0 0.0 0:03.76 lldpd + 1317 root 20 0 559848 66548 51240 S 0.0 0.1 1:20.23 pmxcfs + 1366 root 20 0 6864 2964 2712 S 0.0 0.0 0:00.23 cron + 1367 root 20 0 13584 6172 5220 S 0.0 0.0 0:09.32 proxmox+ + 1467 root 20 0 43984 4832 4192 S 0.0 0.0 0:00.32 master + 1470 postfix 20 0 44524 7668 6972 S 0.0 0.0 0:00.06 qmgr + 1473 polkitd 20 0 306704 8252 7120 S 0.0 0.0 0:02.26 polkitd + 1491 root 20 0 186484 112872 7372 S 0.0 0.1 6:30.79 pve-fir+ + 1505 root 20 0 195384 126352 13320 S 0.0 0.1 24:58.75 pvestatd + 1517 root 20 0 230000 153740 3520 S 0.0 0.1 0:01.62 pvedaem+ + 1527 root 20 0 214120 126288 6028 S 0.0 0.1 0:09.16 pve-ha-+ + 1532 www-data 20 0 231264 183856 32364 S 0.0 0.1 0:03.68 pveproxy + 1542 www-data 20 0 99260 69496 17460 S 0.0 0.1 0:02.07 spicepr+ + 1545 root 20 0 213260 125256 6012 S 0.0 0.1 0:14.03 pve-ha-+ + 1635 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1641 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ + 1762 root 20 0 209836 126496 3408 S 0.0 0.1 0:10.66 pvesche+ + 24133 root 20 0 0 0 0 I 0.0 0.0 1:37.42 kworker+ + 40835 root 20 0 0 0 0 I 0.0 0.0 1:29.86 kworker+ + 52844 root 20 0 0 0 0 I 0.0 0.0 1:15.65 kworker+ + 57206 root 20 0 0 0 0 I 0.0 0.0 1:37.04 kworker+ + 75049 root 20 0 0 0 0 I 0.0 0.0 1:33.97 kworker+ + 132114 root 20 0 79620 2476 2264 S 0.0 0.0 0:05.81 pvefw-l+ + 132120 www-data 20 0 99364 56144 3960 S 0.0 0.0 0:02.22 spicepr+ + 139690 root 20 0 0 0 0 I 0.0 0.0 1:05.61 kworker+ + 280769 root 20 0 0 0 0 I 0.0 0.0 1:59.25 kworker+ + 283375 root 20 0 32.1g 1.2g 13888 S 0.0 0.9 8:12.55 kvm + 283460 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 283519 root 20 0 12.5g 972288 11748 S 0.0 0.7 11:04.70 kvm + 283606 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 283674 root 20 0 6681512 3.0g 11620 S 0.0 2.4 33:11.76 kvm + 283747 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 321467 root 20 0 0 0 0 I 0.0 0.0 0:32.05 kworker+ + 333663 root 20 0 0 0 0 I 0.0 0.0 1:41.43 kworker+ + 349853 root 20 0 0 0 0 I 0.0 0.0 0:23.94 kworker+ + 352008 root 20 0 0 0 0 I 0.0 0.0 0:26.94 kworker+ + 352653 root 20 0 0 0 0 I 0.0 0.0 0:45.57 kworker+ + 358529 root 20 0 0 0 0 I 0.0 0.0 0:21.52 kworker+ + 358834 root 20 0 0 0 0 I 0.0 0.0 0:41.41 kworker+ + 386304 root 20 0 0 0 0 I 0.0 0.0 0:29.05 kworker+ + 390769 root 20 0 0 0 0 I 0.0 0.0 0:05.59 kworker+ + 392085 root 20 0 0 0 0 I 0.0 0.0 0:24.46 kworker+ + 406090 root 20 0 0 0 0 I 0.0 0.0 0:01.12 kworker+ + 407296 root 20 0 239272 164200 11920 S 0.0 0.1 0:10.06 pvedaem+ + 408148 root 20 0 239260 164276 11960 S 0.0 0.1 0:08.88 pvedaem+ + 410001 root 20 0 239124 164120 11912 S 0.0 0.1 0:08.67 pvedaem+ + 416508 root 20 0 0 0 0 I 0.0 0.0 0:25.86 kworker+ + 431106 www-data 20 0 252608 179448 13764 S 0.0 0.1 0:10.34 pveprox+ + 433881 root 20 0 0 0 0 I 0.0 0.0 0:00.83 kworker+ + 440401 www-data 20 0 282476 213016 18916 S 0.0 0.2 0:06.82 pveprox+ + 445466 www-data 20 0 252120 177436 12268 S 0.0 0.1 0:01.89 pveprox+ + 473878 root 20 0 0 0 0 I 0.0 0.0 0:10.92 kworker+ + 485814 root 20 0 0 0 0 I 0.0 0.0 0:00.25 kworker+ + 494861 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 497634 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ + 502044 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 503943 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 505683 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 506853 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 506854 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 506952 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 507327 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 507341 postfix 20 0 44472 7832 7120 S 0.0 0.0 0:00.00 pickup + 507738 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 508329 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 508379 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 508486 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 508583 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 508743 root 20 0 0 0 0 I 0.0 0.0 0:00.58 kworker+ + 509160 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 509255 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 509305 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 509531 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 509628 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 509827 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 509876 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 509984 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 510038 root 20 0 22240 12636 10232 S 0.0 0.0 0:00.34 systemd + 510040 root 20 0 24404 3840 2040 S 0.0 0.0 0:00.00 (sd-pam) + 510045 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 510076 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 510086 root 20 0 19648 11584 9816 S 0.0 0.0 0:00.01 sshd-se+ + 510093 root 20 0 19904 7436 5396 S 0.0 0.0 0:00.00 sshd-se+ + 510094 root 20 0 7316 3912 3376 S 0.0 0.0 0:00.68 bash + 510821 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 511220 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 512734 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 512783 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 513079 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 513080 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 513081 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 513084 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 513133 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 513680 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 514303 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 514401 root 20 0 5580 2152 2040 S 0.0 0.0 0:00.00 sleep + 514427 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 514477 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 514478 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 514683 root 20 0 7316 2556 2020 S 0.0 0.0 0:00.00 bash + 514684 root 20 0 5588 2088 1976 S 0.0 0.0 0:00.00 head --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -13857,8 +16290,8 @@ no pools available --- arcstat 1 2 $ arcstat 1 2 time read ddread ddh% dmread dmh% pread ph% size c avail -16:31:54 0 0 0 0 0 0 0 3.8K 2.9G 86.0G -16:31:55 0 0 0 0 0 0 0 3.8K 2.9G 86.0G +21:56:17 0 0 0 0 0 0 0 3.8K 3.9G 113G +21:56:18 0 0 0 0 0 0 0 3.8K 3.9G 113G --- /proc/net/dev delta (1s) $ awk '{print $1}' /proc/net/dev @@ -13876,80 +16309,80 @@ nic2: nic3: nic4: nic5: -tailscale0: vmbr0: +tailscale0: nic3.2: br-rr-mgmt: bond0: storagenet: +tap100i0: +fwbr100i0: +fwpr100p0: +fwln100i0: +tap600i0: +fwbr600i0: +fwpr600p0: +fwln600i0: tap601i0: fwbr601i0: fwpr601p0: fwln601i0: -tap602i0: -fwbr602i0: -fwpr602p0: -fwln602i0: -tap603i0: -fwbr603i0: -fwpr603p0: -fwln603i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 48351 280 0 0 0 0 0 0 48351 280 0 0 0 0 0 0 - nic0: 11848019 53590 0 26 0 0 0 21694 3810506 14227 0 3 0 0 0 0 - nic1: 11845197824 8436660 0 0 0 0 0 616 1650965209 1399232 0 0 0 0 0 0 - nic2: 581561737 411361 0 0 0 0 0 138 2614673586 2150975 0 0 0 0 0 0 - nic3: 85935 859 0 0 0 0 0 768 11976 58 0 0 0 0 0 0 + lo: 49881855 317183 0 0 0 0 0 0 49881855 317183 0 0 0 0 0 0 + nic0: 2383968498 6888932 0 3434 0 0 0 2549914 4955322257 5054145 0 3 0 0 0 0 + nic1: 64095386922 45595194 0 0 0 0 0 70702 20169500291 24280582 0 0 0 0 0 0 + nic2: 22517611176 15969865 0 0 0 0 0 29700 3369754684 4908528 0 0 0 0 0 0 + nic3: 11531819 114601 0 0 0 0 0 102535 982400 3782 0 0 0 0 0 0 nic4: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 nic5: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -tailscale0: 512640 1965 0 0 0 0 0 0 1234488 1760 0 0 0 0 0 0 - vmbr0: 6943174 37193 0 0 0 0 0 18978 2241873 6601 0 5 0 0 0 0 + vmbr0: 565764366 4097938 0 0 0 0 0 2150428 4612802296 978840 0 3 0 0 0 0 +tailscale0: 136364568 1048146 0 0 0 0 0 0 7938442643 905840 0 0 0 0 0 0 nic3.2: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0 br-rr-mgmt: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0 - bond0: 12426759561 8848021 0 50 0 0 0 754 4265638795 3550207 0 0 0 0 0 0 -storagenet: 11929485747 2348173 0 0 0 0 0 648 4075744027 887683 0 0 0 0 0 0 -tap601i0: 454168 2211 0 0 0 0 0 0 3763820 31078 0 0 0 0 0 0 -fwbr601i0: 2293871 27348 0 27 0 0 0 18012 0 0 0 0 0 0 0 0 -fwpr601p0: 460393 2236 0 25 0 0 0 0 3763845 31078 0 0 0 0 0 0 -fwln601i0: 3763845 31078 0 25 0 0 0 0 460393 2236 0 0 0 0 0 0 -tap602i0: 562905 2747 0 0 0 0 0 0 3961414 31610 0 0 0 0 0 0 -fwbr602i0: 2277986 27148 0 27 0 0 0 17877 0 0 0 0 0 0 0 0 -fwpr602p0: 569130 2772 0 25 0 0 0 0 3961439 31610 0 0 0 0 0 0 -fwln602i0: 3961439 31610 0 25 0 0 0 0 569130 2772 0 0 0 0 0 0 -tap603i0: 446170 2167 0 0 0 0 0 0 3716431 30333 0 410 0 0 0 0 -fwbr603i0: 2265200 27009 0 27 0 0 0 17795 0 0 0 0 0 0 0 0 -fwpr603p0: 452395 2192 0 25 0 0 0 0 3752619 30743 0 0 0 0 0 0 -fwln603i0: 3752619 30743 0 25 0 0 0 0 452395 2192 0 0 0 0 0 0 + bond0: 86612998098 61565059 0 6866 0 0 0 100402 23539254975 29189110 0 0 0 0 0 0 +storagenet: 83439838122 22113399 0 5 0 0 0 86664 22715542261 18387910 0 0 0 0 0 0 +tap100i0: 429526 4384 0 0 0 0 0 0 143570778 1342908 0 0 0 0 0 0 +fwbr100i0: 124047198 1338050 0 1940 0 0 0 896415 0 0 0 0 0 0 0 0 +fwpr100p0: 823195 5965 0 1581 0 0 0 0 143572359 1342908 0 0 0 0 0 0 +fwln100i0: 143572359 1342908 0 1581 0 0 0 0 823195 5965 0 0 0 0 0 0 +tap600i0: 26392830 128083 0 0 0 0 0 0 201809560 1545863 0 0 0 0 0 0 +fwbr600i0: 124036770 1337930 0 1939 0 0 0 896345 0 0 0 0 0 0 0 0 +fwpr600p0: 26786499 129664 0 1581 0 0 0 0 201811355 1545864 0 0 0 0 0 0 +fwln600i0: 201811355 1545864 0 1581 0 0 0 0 26786499 129664 0 0 0 0 0 0 +tap601i0: 27791600 141115 0 0 0 0 0 0 534554381 1578547 0 0 0 0 0 0 +fwbr601i0: 124022058 1337793 0 1939 0 0 0 896276 0 0 0 0 0 0 0 0 +fwpr601p0: 28185269 142696 0 1581 0 0 0 0 534555962 1578547 0 0 0 0 0 0 +fwln601i0: 534555962 1578547 0 1581 0 0 0 0 28185269 142696 0 0 0 0 0 0 --- t1 (1s later) --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 48351 280 0 0 0 0 0 0 48351 280 0 0 0 0 0 0 - nic0: 11860992 53656 0 26 0 0 0 21706 3812677 14246 0 3 0 0 0 0 - nic1: 11845197888 8436661 0 0 0 0 0 617 1650983513 1399248 0 0 0 0 0 0 - nic2: 581563697 411377 0 0 0 0 0 138 2614704276 2150998 0 0 0 0 0 0 - nic3: 85999 860 0 0 0 0 0 769 11976 58 0 0 0 0 0 0 + lo: 49881855 317183 0 0 0 0 0 0 49881855 317183 0 0 0 0 0 0 + nic0: 2383971493 6888957 0 3434 0 0 0 2549929 4955323039 5054150 0 3 0 0 0 0 + nic1: 64095386922 45595194 0 0 0 0 0 70702 20169500291 24280582 0 0 0 0 0 0 + nic2: 22517611176 15969865 0 0 0 0 0 29700 3369754684 4908528 0 0 0 0 0 0 + nic3: 11531947 114603 0 0 0 0 0 102537 982400 3782 0 0 0 0 0 0 nic4: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 nic5: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -tailscale0: 512796 1967 0 0 0 0 0 0 1234568 1761 0 0 0 0 0 0 - vmbr0: 6945080 37218 0 0 0 0 0 18984 2242345 6604 0 5 0 0 0 0 + vmbr0: 565765502 4097954 0 0 0 0 0 2150435 4612802932 978844 0 3 0 0 0 0 +tailscale0: 136364568 1048146 0 0 0 0 0 0 7938442643 905840 0 0 0 0 0 0 nic3.2: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0 br-rr-mgmt: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0 - bond0: 12426761585 8848038 0 50 0 0 0 755 4265687789 3550246 0 0 0 0 0 0 -storagenet: 11929486940 2348180 0 0 0 0 0 649 4075753413 887692 0 0 0 0 0 0 -tap601i0: 454168 2211 0 0 0 0 0 0 3765545 31099 0 0 0 0 0 0 -fwbr601i0: 2295131 27368 0 27 0 0 0 18018 0 0 0 0 0 0 0 0 -fwpr601p0: 460393 2236 0 25 0 0 0 0 3765570 31099 0 0 0 0 0 0 -fwln601i0: 3765570 31099 0 25 0 0 0 0 460393 2236 0 0 0 0 0 0 -tap602i0: 562905 2747 0 0 0 0 0 0 3963139 31631 0 0 0 0 0 0 -fwbr602i0: 2279246 27168 0 27 0 0 0 17883 0 0 0 0 0 0 0 0 -fwpr602p0: 569130 2772 0 25 0 0 0 0 3963164 31631 0 0 0 0 0 0 -fwln602i0: 3963164 31631 0 25 0 0 0 0 569130 2772 0 0 0 0 0 0 -tap603i0: 449892 2187 0 0 0 0 0 0 3731433 30395 0 410 0 0 0 0 -fwbr603i0: 2266460 27029 0 27 0 0 0 17801 0 0 0 0 0 0 0 0 -fwpr603p0: 456117 2212 0 25 0 0 0 0 3767621 30805 0 0 0 0 0 0 -fwln603i0: 3767621 30805 0 25 0 0 0 0 456117 2212 0 0 0 0 0 0 + bond0: 86612998098 61565059 0 6866 0 0 0 100402 23539254975 29189110 0 0 0 0 0 0 +storagenet: 83439838122 22113399 0 5 0 0 0 86664 22715542261 18387910 0 0 0 0 0 0 +tap100i0: 429526 4384 0 0 0 0 0 0 143571502 1342920 0 0 0 0 0 0 +fwbr100i0: 124047754 1338062 0 1940 0 0 0 896422 0 0 0 0 0 0 0 0 +fwpr100p0: 823195 5965 0 1581 0 0 0 0 143573083 1342920 0 0 0 0 0 0 +fwln100i0: 143573083 1342920 0 1581 0 0 0 0 823195 5965 0 0 0 0 0 0 +tap600i0: 26392830 128083 0 0 0 0 0 0 201810284 1545875 0 0 0 0 0 0 +fwbr600i0: 124037326 1337942 0 1939 0 0 0 896352 0 0 0 0 0 0 0 0 +fwpr600p0: 26786499 129664 0 1581 0 0 0 0 201812079 1545876 0 0 0 0 0 0 +fwln600i0: 201812079 1545876 0 1581 0 0 0 0 26786499 129664 0 0 0 0 0 0 +tap601i0: 27791600 141115 0 0 0 0 0 0 534555105 1578559 0 0 0 0 0 0 +fwbr601i0: 124022614 1337805 0 1939 0 0 0 896283 0 0 0 0 0 0 0 0 +fwpr601p0: 28185269 142696 0 1581 0 0 0 0 534556686 1578559 0 0 0 0 0 0 +fwln601i0: 534556686 1578559 0 1581 0 0 0 0 28185269 142696 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -14033,9 +16466,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - Local time: Sun 2026-07-26 16:31:56 CDT - Universal time: Sun 2026-07-26 21:31:56 UTC - RTC time: Sun 2026-07-26 21:31:56 + Local time: Mon 2026-07-27 21:56:20 CDT + Universal time: Tue 2026-07-28 02:56:20 UTC + RTC time: Tue 2026-07-28 02:56:20 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -14043,28 +16476,28 @@ System clock synchronized: yes --- chronyc tracking $ chronyc tracking -Reference ID : 4AD00E95 (ip74-208-14-149.pbiaas.com) -Stratum : 2 -Ref time (UTC) : Sun Jul 26 21:31:16 2026 -System time : 0.000252371 seconds fast of NTP time -Last offset : +0.000553723 seconds -RMS offset : 0.001378522 seconds -Frequency : 39.263 ppm slow -Residual freq : +0.026 ppm -Skew : 1.046 ppm -Root delay : 0.022815762 seconds -Root dispersion : 0.000465359 seconds -Update interval : 64.9 seconds +Reference ID : 178FC4C8 (time-usw3.crimpac.net) +Stratum : 3 +Ref time (UTC) : Tue Jul 28 02:47:47 2026 +System time : 0.000495940 seconds fast of NTP time +Last offset : -0.000024632 seconds +RMS offset : 0.000136164 seconds +Frequency : 39.224 ppm slow +Residual freq : -0.000 ppm +Skew : 0.015 ppm +Root delay : 0.058909986 seconds +Root dispersion : 0.001631455 seconds +Update interval : 1035.8 seconds Leap status : Normal --- chronyc sources $ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== -^+ ntp.nyc.icanbwell.com 2 6 377 43 +247us[ +800us] +/- 23ms -^- pentane.latt.net 3 6 377 170 -1015us[ -776us] +/- 85ms -^* ip74-208-14-149.pbiaas.c> 1 6 377 40 +330us[ +884us] +/- 11ms -^- sensei.ruselabs.com 2 6 377 43 -18ms[ -18ms] +/- 39ms +^+ ntp.maxhost.io 2 10 377 323 +6964us[+6964us] +/- 52ms +^+ 72-14-182-49.ip.linodeus> 2 10 377 111m -14ms[ -14ms] +/- 72ms +^* time-usw3.crimpac.net 2 10 377 512 -1628us[-1653us] +/- 32ms +^- time1.lshiy.com 2 10 377 434 +579us[ +579us] +/- 124ms --- ntpq peers $ ntpq -pn @@ -14087,39 +16520,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:31:57 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:22 2026 +*raw +:PREROUTING ACCEPT [29647050:84568128987] +:OUTPUT ACCEPT [17798636:34968151476] +COMMIT +# Completed on Mon Jul 27 21:56:22 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:22 2026 *mangle -:PREROUTING ACCEPT [1463373:10750894943] -:INPUT ACCEPT [1433911:10747462542] +:PREROUTING ACCEPT [29647490:84568260779] +:INPUT ACCEPT [24343412:83915572018] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [895686:4066743584] -:POSTROUTING ACCEPT [895686:4066743584] +:OUTPUT ACCEPT [17798824:34968182283] +:POSTROUTING ACCEPT [17798824:34968182283] -A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000 -A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000 COMMIT -# Completed on Sun Jul 26 16:31:57 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:31:57 2026 -*raw -:PREROUTING ACCEPT [1463462:10750926746] -:OUTPUT ACCEPT [895776:4066753116] -COMMIT -# Completed on Sun Jul 26 16:31:57 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:31:57 2026 +# Completed on Mon Jul 27 21:56:22 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:22 2026 *nat -:PREROUTING ACCEPT [28560:3264330] -:INPUT ACCEPT [720:185114] -:OUTPUT ACCEPT [1750:120015] -:POSTROUTING ACCEPT [1750:120015] +:PREROUTING ACCEPT [5095501:607670083] +:INPUT ACCEPT [97588:23505510] +:OUTPUT ACCEPT [205433:13365986] +:POSTROUTING ACCEPT [205433:13365986] :ts-postrouting - [0:0] -A POSTROUTING -j ts-postrouting -A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE COMMIT -# Completed on Sun Jul 26 16:31:57 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:31:57 2026 +# Completed on Mon Jul 27 21:56:22 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:22 2026 *filter -:INPUT ACCEPT [1428267:10746075686] +:INPUT ACCEPT [22198826:83549888292] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [895811:4066755765] +:OUTPUT ACCEPT [17798962:34968198755] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -14134,7 +16567,7 @@ COMMIT -A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN -A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP COMMIT -# Completed on Sun Jul 26 16:31:57 2026 +# Completed on Mon Jul 27 21:56:22 2026 --- ipset list (names) $ ipset list -n @@ -14269,9 +16702,9 @@ apparmor module is loaded. wpcom 3 processes have profiles defined. 3 processes are in enforce mode. - /usr/sbin/chronyd (843) - /usr/sbin/chronyd (952) - /usr/sbin/dhclient (1057) /{,usr/}sbin/dhclient + /usr/sbin/chronyd (870) + /usr/sbin/chronyd (974) + /usr/sbin/dhclient (1073) /{,usr/}sbin/dhclient 0 processes are in complain mode. 0 processes are in prompt mode. 0 processes are in kill mode. @@ -14285,30 +16718,30 @@ apparmor module is loaded. --- top 10 memory hogs $ ps -eo pid,user,rss,vsz,pcpu,pmem,comm --sort=-rss | head -n 11 PID USER RSS VSZ %CPU %MEM COMMAND - 1918 root 702644 4964060 5.0 0.7 kvm - 2127 root 686880 4999016 4.6 0.6 kvm - 1730 root 680632 4968180 4.3 0.6 kvm - 1514 www-data 176248 242824 0.0 0.1 pveproxy worker - 1515 www-data 166964 233740 0.0 0.1 pveproxy worker - 1513 www-data 159848 230484 0.0 0.1 pveproxy worker - 1491 root 156608 228048 0.0 0.1 pvedaemon worke - 1490 root 156600 228040 0.0 0.1 pvedaemon worke - 1489 root 155868 227668 0.0 0.1 pvedaemon worke - 1512 www-data 151020 220892 0.0 0.1 pveproxy + 283674 root 3152360 6681512 4.2 2.3 kvm + 283375 root 1206832 33645236 1.0 0.9 kvm + 283519 root 972288 13097596 1.4 0.7 kvm + 440401 www-data 213016 282476 0.0 0.1 pveproxy worker + 1532 www-data 183856 231264 0.0 0.1 pveproxy + 431106 www-data 179448 252608 0.0 0.1 pveproxy worker + 445466 www-data 177436 252120 0.0 0.1 pveproxy worker + 408148 root 164276 239260 0.0 0.1 pvedaemon worke + 407296 root 164200 239272 0.0 0.1 pvedaemon worke + 410001 root 164120 239124 0.0 0.1 pvedaemon worke --- top 10 CPU hogs $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 PID USER %CPU %MEM RSS COMMAND - 1918 root 5.0 0.7 702644 kvm - 2127 root 4.6 0.6 686880 kvm - 1730 root 4.3 0.6 680632 kvm - 10214 root 3.7 0.0 7780 systemd-timedat - 1414 root 1.3 0.1 116928 pvestatd - 1 root 1.2 0.0 15828 systemd - 865 root 0.9 0.0 63184 tailscaled - 4507 root 0.5 0.0 0 kworker/15:0-events - 9921 root 0.4 0.0 0 kworker/12:1-events - 132 root 0.4 0.0 0 kworker/7:1-events + 514782 root 200 0.0 4320 ps + 283674 root 4.2 2.3 3152360 kvm + 514716 root 3.7 0.0 7844 systemd-timedat + 1505 root 1.4 0.0 126352 pvestatd + 283519 root 1.4 0.7 972288 kvm + 283375 root 1.0 0.9 1206832 kvm + 895 root 0.5 0.0 112176 tailscaled + 1491 root 0.3 0.0 112872 pve-firewall + 333663 root 0.2 0.0 0 kworker/2:2-events + 280769 root 0.2 0.0 0 kworker/4:1-mm_percpu_wq --- top file-handle holders $ for pid in $(ps -e -o pid= | head -n 200); do @@ -14316,16 +16749,17 @@ apparmor module is loaded. [ "$n" -gt 50 ] && printf '%6d fd=%-6s %s\n' "$pid" "$n" "$(cat /proc/$pid/comm 2>/dev/null)" done | sort -k2 -t= -nr | head -n 15 1 fd=183 systemd + 871 fd=54 dbus-daemon --- largest files in /var/log (top 10) $ find /var/log -type f -size +10M -exec ls -lh {} \; 2>/dev/null | sort -k5 -h -r | head -n 10 +-rw-r-----+ 1 root systemd-journal 48M Jul 26 21:41 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000aaddb6-0006573b07494316.journal -rw-r-----+ 1 root systemd-journal 40M Jun 30 19:37 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000038a442-0006557cf09641f4.journal -rw-r-----+ 1 root systemd-journal 40M Jun 30 13:42 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000376a86-000655780da6f4c5.journal -rw-r-----+ 1 root systemd-journal 40M Jun 30 07:52 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000362fde-000655734d2df63f.journal -rw-r-----+ 1 root systemd-journal 40M Jun 30 02:12 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000034f5bb-0006556e8bddd9eb.journal -rw-r-----+ 1 root systemd-journal 40M Jun 29 20:32 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000033bbf2-00065569a06bd630.journal -rw-r-----+ 1 root systemd-journal 40M Jun 29 14:40 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000032826f-00065564cdc63e62.journal --rw-r-----+ 1 root systemd-journal 40M Jun 29 08:54 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-00000000003147da-00065560245e3f80.journal -rw-r-----+ 1 root systemd-journal 40M Jul 9 21:03 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-00000000006767b5-00065633481dab4d.journal -rw-r-----+ 1 root systemd-journal 40M Jul 9 15:15 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000662e14-0006562e61a1bc3f.journal -rw-r-----+ 1 root systemd-journal 40M Jul 9 09:24 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000064f3c0-00065629babb9e3d.journal @@ -14375,24 +16809,24 @@ done [ "$hits" = "0" ] && echo " all carrier-up interfaces have MTU 9000 (or none are up)" bond0 : mtu=1500 br-rr-mgmt : mtu=1500 + fwbr100i0 : mtu=1500 + fwbr600i0 : mtu=1500 fwbr601i0 : mtu=1500 - fwbr602i0 : mtu=1500 - fwbr603i0 : mtu=1500 + fwln100i0 : mtu=1500 + fwln600i0 : mtu=1500 fwln601i0 : mtu=1500 - fwln602i0 : mtu=1500 - fwln603i0 : mtu=1500 + fwpr100p0 : mtu=1500 + fwpr600p0 : mtu=1500 fwpr601p0 : mtu=1500 - fwpr602p0 : mtu=1500 - fwpr603p0 : mtu=1500 nic0 : mtu=1500 nic1 : mtu=1500 nic2 : mtu=1500 nic3 : mtu=1500 nic3.2 : mtu=1500 storagenet : mtu=1500 + tap100i0 : mtu=1500 + tap600i0 : mtu=1500 tap601i0 : mtu=1500 - tap602i0 : mtu=1500 - tap603i0 : mtu=1500 vmbr0 : mtu=1500 [exit=1] @@ -14468,8 +16902,8 @@ fi else echo " ZFS ARC stats not available (ZFS not loaded?)" fi - ARC current=3840 bytes ARC max=13515096064 bytes RAM total=101232107520 bytes - ARC max is 13% of RAM (Proxmox default ~50%) + ARC current=3840 bytes ARC max=13515096064 bytes RAM total=135158845440 bytes + ARC max is 9% of RAM (Proxmox default ~50%) --- [I] VMs with non-optimal storage/NIC models @@ -14558,6 +16992,6 @@ echo " (see section 20 for full smartctl/nvme output)" ############################################################################### # Collection complete: pfv-tsys6 # Output: /root/pfv-tsys6.log -# Size: 743209 bytes / 14556 lines -# Elapsed: 369 seconds +# Size: 907138 bytes / 16990 lines +# Elapsed: 355 seconds ############################################################################### diff --git a/returned-logs/pfv-tsys7.log b/returned-logs/pfv-tsys7.log index be5c979..5e56106 100644 --- a/returned-logs/pfv-tsys7.log +++ b/returned-logs/pfv-tsys7.log @@ -3,8 +3,8 @@ # Host: pfv-tsys7 (pfv-tsys7.knel.net) # FQDN: pfv-tsys7.knel.net # All IPs: 100.110.146.27 192.168.0.250 10.100.100.7 fd7a:115c:a1e0::333b:921b -# Collected: 2026-07-26T21:25:59Z (UTC) -# Kernel: 6.17.2-1-pve +# Collected: 2026-07-28T02:50:35Z (UTC) +# Kernel: 7.0.14-6-pve # Machine: x86_64 GNU/Linux # Caller: root (uid=0) # Script: check.sh - strictly READ-ONLY @@ -59,7 +59,7 @@ do done TOOL PRESENT PATH VERSION/NOTE ---- ------- ---- ------------ -pveversion yes /usr/bin/pveversion pve-manager/9.2.5/20242970da7fbcef (running kernel: 6.17.2-1-pve) +pveversion yes /usr/bin/pveversion pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve) pvecm yes /usr/bin/pvecm qm yes /usr/sbin/qm pct yes /usr/sbin/pct @@ -74,7 +74,7 @@ bridge yes /usr/sbin/bridge brctl yes /usr/sbin/brctl nmcli no - - tcpdump yes /usr/bin/tcpdump -mtr no - - +mtr yes /usr/bin/mtr nstat yes /usr/bin/nstat netstat no - - nicstat no - - @@ -86,16 +86,16 @@ hwinfo no - - inxi no - - lspci yes /usr/bin/lspci lsusb yes /usr/bin/lsusb -numactl no - - -numastat no - - +numactl yes /usr/bin/numactl +numastat yes /usr/bin/numastat cpupower yes /usr/bin/cpupower cpupower 6.12 turbostat yes /usr/sbin/turbostat x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy rdmsr no - - tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1 irqbalance no - - -zpool yes /usr/sbin/zpool zfs-2.4.3-pve1 zfs-kmod-2.3.4-pve1 -zfs yes /usr/sbin/zfs zfs-2.4.3-pve1 zfs-kmod-2.3.4-pve1 +zpool yes /usr/sbin/zpool zfs-2.4.3-pve1 zfs-kmod-2.4.3-pve1 +zfs yes /usr/sbin/zfs zfs-2.4.3-pve1 zfs-kmod-2.4.3-pve1 zdb yes /usr/sbin/zdb arcstat yes /usr/sbin/arcstat arc_summary yes /usr/sbin/arc_summary @@ -103,8 +103,8 @@ lsblk yes /usr/bin/lsblk blkid yes /usr/sbin/blkid blockdev yes /usr/sbin/blockdev findmnt yes /usr/bin/findmnt -smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) -nvme no - - +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) +nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13) hdparm yes /usr/sbin/hdparm storcli no - - storcli64 no - - @@ -131,10 +131,10 @@ iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON sysbench no - - bonnie++ no - - iozone no - - -iostat no - - -mpstat no - - -pidstat no - - -sar no - - +iostat yes /usr/bin/iostat +mpstat yes /usr/bin/mpstat +pidstat yes /usr/bin/pidstat +sar yes /usr/bin/sar vmstat yes /usr/bin/vmstat top yes /usr/bin/top htop yes /usr/bin/htop @@ -162,11 +162,11 @@ iptables yes /usr/sbin/iptables iptables-save yes /usr/sbin/iptables-save ipset yes /usr/sbin/ipset ufw no - - -jq no - - +jq yes /usr/bin/jq bc yes /usr/bin/bc awk yes /usr/bin/awk -smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) -nvme no - - +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) +nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13) apt yes /usr/bin/apt dpkg yes /usr/bin/dpkg @@ -180,6 +180,8 @@ ethtool 1:6.14.2-1 htop 3.4.1-5 iperf3 3.18-2+deb13u2 nfs-common 1:2.8.3-1 +numactl 2.0.19-1 +nvme-cli 2.13-2 open-iscsi 2.1.11-1+deb13u2 proxmox-archive-keyring 4.0 proxmox-backup-client 4.2.3-1 @@ -222,6 +224,7 @@ pve-yew-mobile-gui 0.7.0 pve-yew-mobile-i18n 3.9.0 qemu-server 9.2.1 smartmontools 7.5-pve2 +sysstat 12.7.5-2 tuned 2.25.1-1 zfs-initramfs 2.4.3-pve1 zfs-zed 2.4.3-pve1 @@ -264,19 +267,19 @@ available : nvme-tcp () available : nvme-fabrics () available : sd_mod () available : sr_mod () -available : zfs (2.3.4-pve1) -available : spl (2.3.4-pve1) -available : znvpair (2.3.4-pve1) -available : zcommon (2.3.4-pve1) -available : zunicode (2.3.4-pve1) -available : zavl (2.3.4-pve1) -available : icp (2.3.4-pve1) -available : zlua (2.3.4-pve1) +available : zfs (2.4.3-pve1) +available : spl (2.4.3-pve1) +available : znvpair (2.4.3-pve1) +available : zcommon (2.4.3-pve1) +available : zunicode (2.4.3-pve1) +available : zavl (2.4.3-pve1) +available : icp (2.4.3-pve1) +available : zlua (2.4.3-pve1) available : megaraid_sas (07.734.00.00-rc1) -available : mpt3sas (52.100.00.00) +available : mpt3sas (54.100.00.00) available : hpsa (3.4.20-200) available : aacraid (1.2.1[50983]-custom) -available : smartpqi (2.1.34-035) +available : smartpqi (2.1.36-026) available : isci (1.2.0) available : dm_multipath () available : tcp_dctcp () @@ -297,23 +300,27 @@ available : rpcsec_gss_krb5 () --- currently loaded modules (filtered) $ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}' Module Size Used by -rpcsec_gss_krb5 28672 0 -nfsv4 1175552 2 -tcp_diag 12288 0 -bonding 245760 0 -sunrpc 786432 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs -kvm_intel 532480 22 -kvm 1376256 15 kvm_intel -zfs 6344704 6 +tcp_diag 20480 0 +rpcsec_gss_krb5 32768 0 +nfsv4 1200128 2 +bonding 253952 0 +sunrpc 815104 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs +kvm_intel 507904 34 +kvm 1445888 23 kvm_intel +zfs 6258688 6 spl 151552 1 zfs -vhost_net 32768 6 +vhost_net 36864 8 vhost 69632 1 vhost_net vhost_iotlb 16384 1 vhost -tcp_bbr 20480 26 +nvme_fabrics 36864 0 +nvme_core 229376 1 nvme_fabrics +nvme_keyring 20480 2 nvme_core,nvme_fabrics +nvme_auth 28672 1 nvme_core +tcp_bbr 24576 24 dm_thin_pool 94208 1 -dm_persistent_data 114688 1 dm_thin_pool +dm_persistent_data 118784 1 dm_thin_pool dm_bio_prison 24576 1 dm_thin_pool -dm_bufio 53248 1 dm_persistent_data +dm_bufio 57344 1 dm_persistent_data tg3 217088 0 ############################################################################### @@ -339,15 +346,17 @@ BUG_REPORT_URL="https://bugs.debian.org/" --- uptime $ uptime - 16:26:03 up 31 min, 2 users, load average: 0.67, 0.58, 0.82 + 21:50:39 up 1 day, 4:37, 1 user, load average: 1.62, 1.60, 1.61 --- uptime raw (since boot) $ cat /proc/uptime -1872.11 42983.46 +103038.30 2370310.20 --- last reboot $ last -x reboot -reboot system boot 6.17.2-1-pve Sun Jul 26 15:54 - still running +reboot system boot 7.0.14-6-pve Sun Jul 26 17:13 - still running +reboot system boot 6.17.2-1-pve Sun Jul 26 15:54 - 17:10 (01:15) +shutdown system down 6.17.2-1-pve Sun Jul 26 17:10 - 17:13 (00:02) reboot system boot 6.17.2-1-pve Fri Jul 24 13:39 - 15:50 (2+02:10) shutdown system down 6.17.2-1-pve Sun Jul 26 15:50 - 15:54 (00:04) reboot system boot 6.17.2-1-pve Thu Jul 23 20:49 - 10:45 (13:56) @@ -369,10 +378,20 @@ wtmpdb begins Sat Apr 4 17:01:39 2026 --- last logins $ last +root pts/0 100.87.49.37 Mon Jul 27 12:55 - 13:03 (00:08) +root pts/0 100.87.49.37 Mon Jul 27 12:24 - 12:24 (00:00) +root pts/0 100.87.49.37 Mon Jul 27 11:04 - 11:06 (00:02) +root pts/0 100.87.49.37 Mon Jul 27 11:02 - 11:03 (00:00) +root pts/0 100.87.49.37 Mon Jul 27 08:43 - 08:43 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 17:52 - 17:52 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 17:51 - 17:52 (00:00) +reboot system boot 7.0.14-6-pve Sun Jul 26 17:13 - still running +root pts/0 100.87.49.37 Sun Jul 26 17:10 - 17:10 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 17:07 - 17:08 (00:00) root pts/0 100.87.49.37 Sun Jul 26 16:14 - 16:14 (00:00) root pts/0 100.87.49.37 Sun Jul 26 16:14 - 16:14 (00:00) root pts/0 100.87.49.37 Sun Jul 26 16:04 - 16:10 (00:05) -reboot system boot 6.17.2-1-pve Sun Jul 26 15:54 - still running +reboot system boot 6.17.2-1-pve Sun Jul 26 15:54 - 17:10 (01:15) root pts/1 100.87.49.37 Sun Jul 26 15:42 - 15:42 (00:00) root pts/1 100.87.49.37 Sun Jul 26 15:39 - 15:40 (00:01) root pts/1 100.87.49.37 Sun Jul 26 14:56 - 15:06 (00:10) @@ -430,11 +449,11 @@ wtmpdb begins Sat Apr 4 17:01:39 2026 --- uname $ uname -a -Linux pfv-tsys7 6.17.2-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) x86_64 GNU/Linux +Linux pfv-tsys7 7.0.14-6-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.14-6 (2026-07-20T14:45Z) x86_64 GNU/Linux --- /proc/cmdline (boot args) $ cat /proc/cmdline -BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet +BOOT_IMAGE=/boot/vmlinuz-7.0.14-6-pve root=/dev/mapper/pve-root ro quiet ############################################################################### # 3. HARDWARE INVENTORY @@ -1478,7 +1497,7 @@ Stepping: 4 CPU(s) scaling MHz: 95% CPU max MHz: 3100.0000 CPU min MHz: 1200.0000 -BogoMIPS: 5199.70 +BogoMIPS: 5200.04 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts vnmi md_clear flush_l1d Virtualization: VT-x L1d cache: 384 KiB (12 instances) @@ -1518,13 +1537,27 @@ L3 15M 30M 20 Unified 3 12288 1 64 --- numactl --hardware $ numactl --hardware -/root/check.sh: line 45: numactl: command not found - [exit=127 / not installed or not permitted] +available: 2 nodes (0-1) +node 0 cpus: 0 2 4 6 8 10 12 14 16 18 20 22 +node 0 size: 96653 MB +node 0 free: 87150 MB +node 1 cpus: 1 3 5 7 9 11 13 15 17 19 21 23 +node 1 size: 96718 MB +node 1 free: 84326 MB +node distances: +node 0 1 + 0: 10 20 + 1: 20 10 --- numactl --show $ numactl --show -/root/check.sh: line 45: numactl: command not found - [exit=127 / not installed or not permitted] +policy: default +preferred node: current +physcpubind: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 +cpubind: 0 1 +nodebind: 0 1 +membind: 0 1 +preferred: --- lspci -nnvv (verbose) $ lspci -nnvv @@ -1658,6 +1691,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 LaneErrStat: 0 Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 Kernel driver in use: pcieport + Kernel modules: shpchp 00:01.1 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 1b [8086:0e03] (rev 04) (prog-if 00 [Normal decode]) Subsystem: Dell Device [1028:04ce] @@ -1742,6 +1776,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 LaneErrStat: 0 Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 Kernel driver in use: pcieport + Kernel modules: shpchp 00:02.0 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2a [8086:0e04] (rev 04) (prog-if 00 [Normal decode]) Subsystem: Dell Device [1028:04ce] @@ -1826,6 +1861,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 LaneErrStat: 0 Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 Kernel driver in use: pcieport + Kernel modules: shpchp 00:02.2 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2c [8086:0e06] (rev 04) (prog-if 00 [Normal decode]) Subsystem: Dell Device [1028:04ce] @@ -1910,6 +1946,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 LaneErrStat: 0 Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 Kernel driver in use: pcieport + Kernel modules: shpchp 00:03.0 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3a [8086:0e08] (rev 04) (prog-if 00 [Normal decode]) DeviceName: SLOT 3 @@ -2001,6 +2038,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 LaneErrStat: 0 Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 Kernel driver in use: pcieport + Kernel modules: shpchp 00:05.0 System peripheral [0880]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 VTd/Memory Map/Misc [8086:0e28] (rev 04) Subsystem: Dell Device [1028:04ce] @@ -2122,6 +2160,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport + Kernel modules: shpchp 00:16.0 Communication controller [0780]: Intel Corporation C600/X79 series chipset MEI Controller #1 [8086:1d3a] (rev 05) Subsystem: Dell Device [1028:04ce] @@ -2244,6 +2283,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0 ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000 Kernel driver in use: pcieport + Kernel modules: shpchp 00:1c.7 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Root Port 8 [8086:1d1e] (rev b5) (prog-if 00 [Normal decode]) Subsystem: Dell Device [1028:04ce] @@ -2317,6 +2357,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0 ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000 Kernel driver in use: pcieport + Kernel modules: shpchp 00:1d.0 USB controller [0c03]: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #1 [8086:1d26] (rev 05) (prog-if 20 [EHCI]) Subsystem: Dell Device [1028:04ce] @@ -2380,7 +2421,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 Region 4: I/O ports at fcc0 [size=32] Region 5: Memory at de8ff000 (32-bit, non-prefetchable) [size=2K] Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- - Address: fee003d8 Data: 0000 + Address: fee00398 Data: 0000 Capabilities: [70] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- @@ -2823,6 +2864,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- HeaderLog: 00000000 00000000 00000000 00000000 Kernel driver in use: pcieport + Kernel modules: shpchp 09:00.0 PCI bridge [0604]: Renesas Electronics Corp. SH7757 PCIe Switch [PS] [1912:0013] (prog-if 00 [Normal decode]) Subsystem: Renesas Electronics Corp. SH7757 PCIe Switch [PS] [1912:0013] @@ -2889,6 +2931,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- HeaderLog: 00000000 00000000 00000000 00000000 Kernel driver in use: pcieport + Kernel modules: shpchp 09:01.0 PCI bridge [0604]: Renesas Electronics Corp. SH7757 PCIe Switch [PS] [1912:0013] (prog-if 00 [Normal decode]) Subsystem: Renesas Electronics Corp. SH7757 PCIe Switch [PS] [1912:0013] @@ -2958,6 +3001,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport + Kernel modules: shpchp 0a:00.0 PCI bridge [0604]: Renesas Electronics Corp. SH7757 PCIe-PCI Bridge [PPB] [1912:0012] (prog-if 00 [Normal decode]) Subsystem: Renesas Electronics Corp. SH7757 PCIe-PCI Bridge [PPB] [1912:0012] @@ -3021,6 +3065,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn- MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- HeaderLog: 00000000 00000000 00000000 00000000 + Kernel modules: shpchp 0b:00.0 VGA compatible controller [0300]: Matrox Electronics Systems Ltd. G200eR2 [102b:0534] (prog-if 00 [VGA controller]) DeviceName: Embedded Video @@ -3481,6 +3526,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 LaneErrStat: 0 Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 Kernel driver in use: pcieport + Kernel modules: shpchp 40:03.0 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3a [8086:0e08] (rev 04) (prog-if 00 [Normal decode]) DeviceName: SLOT 2 @@ -3572,6 +3618,7 @@ L3 15M 30M 20 Unified 3 12288 1 64 LaneErrStat: 0 Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 Kernel driver in use: pcieport + Kernel modules: shpchp 40:05.0 System peripheral [0880]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 VTd/Memory Map/Misc [8086:0e28] (rev 04) Subsystem: Dell Device [1028:04ce] @@ -4241,6 +4288,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_FATAL 0 0000:01:00.0 aer_dev_nonfatal = Undefined 0 DLP 0 @@ -4260,6 +4312,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_NONFATAL 0 0000:01:00.1 aer_dev_correctable = RxErr 0 BadTLP 0 @@ -4288,6 +4345,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_FATAL 0 0000:01:00.1 aer_dev_nonfatal = Undefined 0 DLP 0 @@ -4307,6 +4369,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_NONFATAL 0 0000:02:00.0 aer_dev_correctable = RxErr 0 BadTLP 0 @@ -4335,6 +4402,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_FATAL 0 0000:02:00.0 aer_dev_nonfatal = Undefined 0 DLP 0 @@ -4354,6 +4426,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_NONFATAL 0 0000:02:00.1 aer_dev_correctable = RxErr 0 BadTLP 0 @@ -4382,6 +4459,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_FATAL 0 0000:02:00.1 aer_dev_nonfatal = Undefined 0 DLP 0 @@ -4401,6 +4483,11 @@ BlockedTLP 0 AtomicOpBlocked 0 TLPBlockedErr 0 PoisonTLPBlocked 0 +DMWrReqBlocked 0 +IDECheck 0 +MisIDETLP 0 +PCRC_CHECK 0 +TLPXlatBlocked 0 TOTAL_ERR_NONFATAL 0 [exit=1] @@ -4422,13 +4509,13 @@ done | sort | uniq -c printf '%-40s = %s\n' "$(basename "$f")" "$(cat "$f" 2>/dev/null)" done affected_cpus = 0 -cpuinfo_avg_freq = 2899175 +cpuinfo_avg_freq = 2900851 cpuinfo_max_freq = 3100000 cpuinfo_min_freq = 1200000 cpuinfo_transition_latency = 20000 related_cpus = 0 scaling_available_governors = conservative ondemand userspace powersave performance schedutil -scaling_cur_freq = 2900155 +scaling_cur_freq = 2980995 scaling_driver = intel_cpufreq scaling_governor = performance scaling_max_freq = 3100000 @@ -4465,10 +4552,10 @@ available EPP: --- cpupower frequency-info $ cpupower frequency-info -analyzing CPU 0: +analyzing CPU 15: driver: intel_cpufreq - CPUs which run at the same hardware frequency: 0 - CPUs which need to have their frequency coordinated by software: 0 + CPUs which run at the same hardware frequency: 15 + CPUs which need to have their frequency coordinated by software: 15 maximum transition latency: 20.0 us hardware limits: 1.20 GHz - 3.10 GHz available cpufreq governors: conservative ondemand userspace powersave performance schedutil @@ -4476,7 +4563,7 @@ analyzing CPU 0: The governor "performance" may decide which speed to use within this range. current CPU frequency: Unable to call hardware - current CPU frequency: 2.90 GHz (asserted by call to kernel) + current CPU frequency: 2.99 GHz (asserted by call to kernel) boost state support: Supported: yes Active: yes @@ -4487,33 +4574,33 @@ analyzing CPU 0: --- turbostat snapshot $ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 -1.003819 sec +1.003685 sec Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp -- - 1.23 2850 2607 2200 45 45 -0 0 0.44 2620 2600 42 41 45 -0 12 0.47 2414 2600 46 -1 2 0.10 2673 2600 46 39 -1 14 3.14 2824 2600 307 -2 4 0.26 2503 2600 50 41 -2 16 0.43 2488 2600 64 -3 6 0.74 2567 2600 116 42 -3 18 3.56 2739 2600 495 -4 8 0.46 2560 2600 84 40 -4 20 0.32 2257 2600 62 -5 10 11.39 3003 2600 254 45 -5 22 0.22 2143 2600 84 -0 1 0.07 1949 2600 15 35 38 -0 13 0.58 2193 2600 67 -1 3 0.14 2679 2600 25 38 -1 15 6.83 2956 2600 269 -2 5 0.05 1825 2600 14 33 -2 17 0.12 2366 2600 25 -3 7 0.04 2563 2600 9 32 -3 19 0.03 2477 2600 11 -4 9 0.04 2210 2600 16 38 -4 21 0.03 2734 2600 7 -5 11 0.03 2909 2600 6 32 -5 23 0.20 2378 2600 86 +- - 6.30 2966 2606 7710 47 47 +0 0 1.45 2918 2600 165 47 47 +0 12 0.79 2921 2600 87 +1 2 1.05 2919 2600 158 45 +1 14 0.32 2910 2600 12 +2 4 1.11 2920 2600 162 44 +2 16 5.49 2909 2600 226 +3 6 0.85 2932 2600 180 46 +3 18 6.22 2905 2600 363 +4 8 98.28 3048 2600 1023 46 +4 20 1.02 2987 2600 151 +5 10 1.27 2916 2600 181 45 +5 22 5.10 2908 2600 520 +0 1 4.70 2678 2600 903 38 40 +0 13 7.27 2916 2600 330 +1 3 0.05 2669 2600 4 39 +1 15 0.15 2700 2600 21 +2 5 5.39 2686 2600 1031 37 +2 17 5.67 2660 2600 1021 +3 7 0.01 2920 2600 7 36 +3 19 0.01 2160 2600 5 +4 9 5.08 2614 2600 1079 40 +4 21 0.07 2904 2600 7 +5 11 0.02 2671 2600 8 36 +5 23 0.17 2753 2600 66 --- x86_energy_perf_policy -r $ x86_energy_perf_policy -r @@ -4528,11 +4615,11 @@ Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp "$(cat "$s/latency" 2>/dev/null)" \ "$(cat "$s/time" 2>/dev/null)" done - POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=30615us - C1 : MWAIT 0x00 disabled=0 latency=1us residency=31342146us - C1E : MWAIT 0x01 disabled=0 latency=10us residency=17852443us - C3 : MWAIT 0x10 disabled=0 latency=59us residency=1718602017us - C6 : MWAIT 0x20 disabled=0 latency=82us residency=51482105us + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=647901us + C1 : MWAIT 0x00 disabled=0 latency=1us residency=491514490us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=151526244us + C3 : MWAIT 0x10 disabled=0 latency=59us residency=98624909300us + C6 : MWAIT 0x20 disabled=0 latency=82us residency=55084138us --- THP enabled $ cat /sys/kernel/mm/transparent_hugepage/enabled @@ -4552,1747 +4639,1297 @@ always defer defer+madvise [madvise] never --- microcode $ dmesg -[ 0.000000] Linux version 6.17.2-1-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) () -[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet -[ 0.000000] KERNEL supported cpus: -[ 0.000000] Intel GenuineIntel -[ 0.000000] AMD AuthenticAMD -[ 0.000000] Hygon HygonGenuine -[ 0.000000] Centaur CentaurHauls -[ 0.000000] zhaoxin Shanghai -[ 0.000000] BIOS-provided physical RAM map: -[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable -[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007d2effff] usable -[ 0.000000] BIOS-e820: [mem 0x000000007d2f0000-0x000000007d31bfff] reserved -[ 0.000000] BIOS-e820: [mem 0x000000007d31c000-0x000000007d35afff] ACPI data -[ 0.000000] BIOS-e820: [mem 0x000000007d35b000-0x000000007fffffff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000ffffffff] reserved -[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000307fffffff] usable -[ 0.000000] NX (Execute Disable) protection: active -[ 0.000000] APIC: Static calls initialized -[ 0.000000] SMBIOS 2.7 present. -[ 0.000000] DMI: Dell Inc. PowerEdge R620/01W23F, BIOS 2.5.2 01/28/2015 -[ 0.000000] DMI: Memory slots populated: 12/24 -[ 0.000000] tsc: Fast TSC calibration using PIT -[ 0.000000] tsc: Detected 2599.853 MHz processor -[ 0.001126] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved -[ 0.001129] e820: remove [mem 0x000a0000-0x000fffff] usable -[ 0.001134] last_pfn = 0x3080000 max_arch_pfn = 0x400000000 -[ 0.001144] MTRR map: 7 entries (5 fixed + 2 variable; max 25), built from 10 variable MTRRs -[ 0.001147] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT -[ 0.001622] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved -[ 0.001627] last_pfn = 0x7d35b max_arch_pfn = 0x400000000 -[ 0.011677] found SMP MP-table at [mem 0x000fe710-0x000fe71f] -[ 0.011701] Using GB pages for direct mapping -[ 0.011871] RAMDISK: [mem 0x2d72f000-0x32b8efff] -[ 0.011885] ACPI: Early table checksum verification disabled -[ 0.011891] ACPI: RSDP 0x00000000000F0C70 000024 (v02 DELL ) -[ 0.011896] ACPI: XSDT 0x00000000000F0DB8 0000A4 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011904] ACPI: FACP 0x000000007D33534C 0000F4 (v03 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011911] ACPI: DSDT 0x000000007D31C000 008029 (v01 DELL PE_SC3 00000001 INTL 20110211) -[ 0.011916] ACPI: FACS 0x000000007D337000 000040 -[ 0.011919] ACPI: FACS 0x000000007D337000 000040 -[ 0.011922] ACPI: APIC 0x000000007D334478 0001EA (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011926] ACPI: SPCR 0x000000007D334664 000050 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011930] ACPI: HPET 0x000000007D3346B8 000038 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011933] ACPI: DMAR 0x000000007D3346F4 000138 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011936] ACPI: MCFG 0x000000007D334A10 00003C (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011940] ACPI: WD__ 0x000000007D334A50 000134 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011944] ACPI: SLIC 0x000000007D334B88 000024 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011947] ACPI: ERST 0x000000007D3241EC 000270 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011951] ACPI: HEST 0x000000007D32445C 0005B0 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011954] ACPI: BERT 0x000000007D32402C 000030 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011958] ACPI: EINJ 0x000000007D32405C 000190 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011961] ACPI: TCPA 0x000000007D3352E4 000064 (v02 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011965] ACPI: PC__ 0x000000007D335274 00006E (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011968] ACPI: SRAT 0x000000007D334DB0 0004C0 (v01 DELL PE_SC3 00000001 DELL 00000001) -[ 0.011971] ACPI: SSDT 0x000000007D338000 0073B4 (v01 INTEL PPM RCM 80000001 INTL 20061109) -[ 0.011974] ACPI: Reserving FACP table memory at [mem 0x7d33534c-0x7d33543f] -[ 0.011976] ACPI: Reserving DSDT table memory at [mem 0x7d31c000-0x7d324028] -[ 0.011977] ACPI: Reserving FACS table memory at [mem 0x7d337000-0x7d33703f] -[ 0.011978] ACPI: Reserving FACS table memory at [mem 0x7d337000-0x7d33703f] -[ 0.011979] ACPI: Reserving APIC table memory at [mem 0x7d334478-0x7d334661] -[ 0.011980] ACPI: Reserving SPCR table memory at [mem 0x7d334664-0x7d3346b3] -[ 0.011980] ACPI: Reserving HPET table memory at [mem 0x7d3346b8-0x7d3346ef] -[ 0.011981] ACPI: Reserving DMAR table memory at [mem 0x7d3346f4-0x7d33482b] -[ 0.011982] ACPI: Reserving MCFG table memory at [mem 0x7d334a10-0x7d334a4b] -[ 0.011983] ACPI: Reserving WD__ table memory at [mem 0x7d334a50-0x7d334b83] -[ 0.011984] ACPI: Reserving SLIC table memory at [mem 0x7d334b88-0x7d334bab] -[ 0.011985] ACPI: Reserving ERST table memory at [mem 0x7d3241ec-0x7d32445b] -[ 0.011986] ACPI: Reserving HEST table memory at [mem 0x7d32445c-0x7d324a0b] -[ 0.011987] ACPI: Reserving BERT table memory at [mem 0x7d32402c-0x7d32405b] -[ 0.011987] ACPI: Reserving EINJ table memory at [mem 0x7d32405c-0x7d3241eb] -[ 0.011988] ACPI: Reserving TCPA table memory at [mem 0x7d3352e4-0x7d335347] -[ 0.011989] ACPI: Reserving PC__ table memory at [mem 0x7d335274-0x7d3352e1] -[ 0.011990] ACPI: Reserving SRAT table memory at [mem 0x7d334db0-0x7d33526f] -[ 0.011991] ACPI: Reserving SSDT table memory at [mem 0x7d338000-0x7d33f3b3] -[ 0.012048] ACPI: SRAT: Node 0 PXM 1 [mem 0x00000000-0x187fffffff] -[ 0.012051] ACPI: SRAT: Node 1 PXM 2 [mem 0x1880000000-0x307fffffff] -[ 0.012065] NODE_DATA(0) allocated [mem 0x187ffd52c0-0x187fffffff] -[ 0.012094] NODE_DATA(1) allocated [mem 0x307ffd52c0-0x307fffffff] -[ 0.012653] Zone ranges: -[ 0.012654] DMA [mem 0x0000000000001000-0x0000000000ffffff] -[ 0.012656] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] -[ 0.012658] Normal [mem 0x0000000100000000-0x000000307fffffff] -[ 0.012659] Device empty -[ 0.012660] Movable zone start for each node -[ 0.012663] Early memory node ranges -[ 0.012664] node 0: [mem 0x0000000000001000-0x000000000009cfff] -[ 0.012665] node 0: [mem 0x0000000000100000-0x000000007d2effff] -[ 0.012667] node 0: [mem 0x0000000100000000-0x000000187fffffff] -[ 0.012679] node 1: [mem 0x0000001880000000-0x000000307fffffff] -[ 0.012693] Initmem setup node 0 [mem 0x0000000000001000-0x000000187fffffff] -[ 0.012697] Initmem setup node 1 [mem 0x0000001880000000-0x000000307fffffff] -[ 0.012702] On node 0, zone DMA: 1 pages in unavailable ranges -[ 0.012734] On node 0, zone DMA: 99 pages in unavailable ranges -[ 0.207020] On node 0, zone Normal: 11536 pages in unavailable ranges -[ 0.452167] ACPI: PM-Timer IO Port: 0x808 -[ 0.452197] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) -[ 0.452211] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23 -[ 0.452217] IOAPIC[1]: apic_id 1, version 32, address 0xfec3f000, GSI 32-55 -[ 0.452222] IOAPIC[2]: apic_id 2, version 32, address 0xfec7f000, GSI 64-87 -[ 0.452225] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) -[ 0.452228] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) -[ 0.452234] ACPI: Using ACPI (MADT) for SMP configuration information -[ 0.452236] ACPI: HPET id: 0x8086a701 base: 0xfed00000 -[ 0.452243] ACPI: SPCR: SPCR table version 1 -[ 0.452246] ACPI: SPCR: console: uart,io,0x2f8,115200 -[ 0.452249] TSC deadline timer available -[ 0.452255] CPU topo: Max. logical packages: 4 -[ 0.452256] CPU topo: Max. logical dies: 4 -[ 0.452256] CPU topo: Max. dies per package: 1 -[ 0.452262] CPU topo: Max. threads per core: 2 -[ 0.452263] CPU topo: Num. cores per package: 6 -[ 0.452264] CPU topo: Num. threads per package: 12 -[ 0.452265] CPU topo: Allowing 24 present CPUs plus 24 hotplug CPUs -[ 0.452281] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] -[ 0.452283] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x000fffff] -[ 0.452284] PM: hibernation: Registered nosave memory: [mem 0x7d2f0000-0xffffffff] -[ 0.452287] [mem 0x80000000-0xdfffffff] available for PCI devices -[ 0.452289] Booting paravirtualized kernel on bare hardware -[ 0.452293] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns -[ 0.452303] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:48 nr_cpu_ids:48 nr_node_ids:2 -[ 0.457292] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288 -[ 0.457309] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152 -[ 0.457311] pcpu-alloc: [0] 00 02 04 06 [0] 08 10 12 14 -[ 0.457318] pcpu-alloc: [0] 16 18 20 22 [0] 24 26 28 30 -[ 0.457323] pcpu-alloc: [0] 32 34 36 38 [0] 40 42 44 46 -[ 0.457329] pcpu-alloc: [1] 01 03 05 07 [1] 09 11 13 15 -[ 0.457334] pcpu-alloc: [1] 17 19 21 23 [1] 25 27 29 31 -[ 0.457339] pcpu-alloc: [1] 33 35 37 39 [1] 41 43 45 47 -[ 0.457366] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet -[ 0.457446] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve", will be passed to user space. -[ 0.457459] random: crng init done -[ 0.457460] printk: log_buf_len individual max cpu contribution: 4096 bytes -[ 0.457461] printk: log_buf_len total cpu_extra contributions: 192512 bytes -[ 0.457462] printk: log_buf_len min size: 262144 bytes -[ 0.457990] printk: log buffer data + meta data: 524288 + 1835008 = 2359296 bytes -[ 0.457991] printk: early log buf free: 253040(96%) -[ 0.458840] software IO TLB: area num 64. -[ 0.473362] Fallback order for Node 0: 0 1 -[ 0.473373] Fallback order for Node 1: 1 0 -[ 0.473392] Built 2 zonelists, mobility grouping on. Total pages: 50320012 -[ 0.473394] Policy zone: Normal -[ 0.473411] mem auto-init: stack:all(zero), heap alloc:on, heap free:off -[ 1.091340] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=48, Nodes=2 -[ 1.091471] Kernel/User page tables isolation: enabled -[ 1.105204] ftrace: allocating 58381 entries in 230 pages -[ 1.105206] ftrace: allocated 230 pages with 5 groups -[ 1.106733] Dynamic Preempt: voluntary -[ 1.107145] rcu: Preemptible hierarchical RCU implementation. -[ 1.107147] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=48. -[ 1.107149] Trampoline variant of Tasks RCU enabled. -[ 1.107150] Rude variant of Tasks RCU enabled. -[ 1.107151] Tracing variant of Tasks RCU enabled. -[ 1.107152] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. -[ 1.107153] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=48 -[ 1.107241] RCU Tasks: Setting shift to 6 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=48. -[ 1.107250] RCU Tasks Rude: Setting shift to 6 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=48. -[ 1.107264] RCU Tasks Trace: Setting shift to 6 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=48. -[ 1.113413] NR_IRQS: 524544, nr_irqs: 1896, preallocated irqs: 16 -[ 1.113705] rcu: srcu_init: Setting srcu_struct sizes based on contention. -[ 1.122717] Console: colour VGA+ 80x25 -[ 1.122721] printk: legacy console [tty0] enabled -[ 1.122877] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl -[ 1.122882] ACPI: Core revision 20250404 -[ 1.123031] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns -[ 1.123048] APIC: Switch to symmetric I/O mode setup -[ 1.123051] DMAR: Host address width 46 -[ 1.123053] DMAR: DRHD base: 0x000000d3000000 flags: 0x0 -[ 1.123062] DMAR: dmar0: reg_base_addr d3000000 ver 1:0 cap d2078c106f0466 ecap f020de -[ 1.123065] DMAR: DRHD base: 0x000000de900000 flags: 0x1 -[ 1.123070] DMAR: dmar1: reg_base_addr de900000 ver 1:0 cap d2078c106f0466 ecap f020de -[ 1.123073] DMAR: RMRR base: 0x0000007f458000 end: 0x0000007f46ffff -[ 1.123078] DMAR: RMRR base: 0x0000007f450000 end: 0x0000007f450fff -[ 1.123082] DMAR: RMRR base: 0x0000007f452000 end: 0x0000007f452fff -[ 1.123084] DMAR: ATSR flags: 0x0 -[ 1.123088] DMAR-IR: IOAPIC id 2 under DRHD base 0xd3000000 IOMMU 0 -[ 1.123090] DMAR-IR: IOAPIC id 0 under DRHD base 0xde900000 IOMMU 1 -[ 1.123092] DMAR-IR: IOAPIC id 1 under DRHD base 0xde900000 IOMMU 1 -[ 1.123093] DMAR-IR: HPET id 0 under DRHD base 0xde900000 -[ 1.123095] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit. -[ 1.123096] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting. -[ 1.123872] DMAR-IR: Enabled IRQ remapping in xapic mode -[ 1.123875] x2apic: IRQ remapping doesn't support X2APIC mode -[ 1.124500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 -[ 1.129053] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2579b1533e5, max_idle_ns: 440795257441 ns -[ 1.129060] Calibrating delay loop (skipped), value calculated using timer frequency.. 5199.70 BogoMIPS (lpj=2599853) -[ 1.129094] CPU0: Thermal monitoring enabled (TM1) -[ 1.129176] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 -[ 1.129178] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 4 -[ 1.129184] process: using mwait in idle threads -[ 1.129188] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto -[ 1.129196] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl -[ 1.129198] Spectre V2 : Mitigation: Retpolines -[ 1.129199] Spectre V2 : User space: Mitigation: STIBP via prctl -[ 1.129201] MDS: Mitigation: Clear CPU buffers -[ 1.129203] VMSCAPE: Mitigation: IBPB before exit to userspace -[ 1.129204] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization -[ 1.129206] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT -[ 1.129207] Spectre V2 : Enabling Restricted Speculation for firmware calls -[ 1.129209] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier -[ 1.129218] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' -[ 1.129220] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' -[ 1.129221] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' -[ 1.129223] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 -[ 1.129225] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. -[ 1.158980] Freeing SMP alternatives memory: 52K -[ 1.158987] pid_max: default: 49152 minimum: 384 -[ 1.159117] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm -[ 1.159152] Yama: becoming mindful. -[ 1.159218] AppArmor: AppArmor initialized -[ 1.191031] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage) -[ 1.206983] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage) -[ 1.207655] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage) -[ 1.208066] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage) -[ 1.209291] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2630 v2 @ 2.60GHz (family: 0x6, model: 0x3e, stepping: 0x4) -[ 1.209713] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver. -[ 1.209740] ... version: 3 -[ 1.209742] ... bit width: 48 -[ 1.209743] ... generic registers: 4 -[ 1.209744] ... value mask: 0000ffffffffffff -[ 1.209746] ... max period: 00007fffffffffff -[ 1.209747] ... fixed-purpose events: 3 -[ 1.209748] ... event mask: 000000070000000f -[ 1.210057] signal: max sigframe size: 1776 -[ 1.210057] Estimated ratio of average max frequency by base frequency (times 1024): 1142 -[ 1.212574] rcu: Hierarchical SRCU implementation. -[ 1.212577] rcu: Max phase no-delay instances is 400. -[ 1.212672] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level -[ 1.214780] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. -[ 1.215646] smp: Bringing up secondary CPUs ... -[ 1.215929] smpboot: x86: Booting SMP configuration: -[ 1.215931] .... node #1, CPUs: #1 -[ 1.216167] .... node #0, CPUs: #2 -[ 1.216561] .... node #1, CPUs: #3 -[ 1.216983] .... node #0, CPUs: #4 -[ 1.217724] .... node #1, CPUs: #5 -[ 1.217996] .... node #0, CPUs: #6 -[ 1.218344] .... node #1, CPUs: #7 -[ 1.218841] .... node #0, CPUs: #8 -[ 1.219127] .... node #1, CPUs: #9 -[ 1.219613] .... node #0, CPUs: #10 -[ 1.219975] .... node #1, CPUs: #11 -[ 1.231406] .... node #0, CPUs: #12 -[ 1.232424] .... node #1, CPUs: #13 -[ 1.232723] .... node #0, CPUs: #14 -[ 1.233096] .... node #1, CPUs: #15 -[ 1.233675] .... node #0, CPUs: #16 -[ 1.234005] .... node #1, CPUs: #17 -[ 1.234548] .... node #0, CPUs: #18 -[ 1.234975] .... node #1, CPUs: #19 -[ 1.235501] .... node #0, CPUs: #20 -[ 1.235905] .... node #1, CPUs: #21 -[ 1.236460] .... node #0, CPUs: #22 -[ 1.236752] .... node #1, CPUs: #23 -[ 1.237348] 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. -[ 1.237348] VMSCAPE: SMT on, STIBP is required for full protection. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/vmscape.html for more details. -[ 1.248163] smp: Brought up 2 nodes, 24 CPUs -[ 1.248163] smpboot: Total of 24 processors activated (124792.94 BogoMIPS) -[ 1.250093] Memory: 197661028K/201280048K available (21386K kernel code, 3800K rwdata, 14940K rodata, 4948K init, 5380K bss, 3371720K reserved, 0K cma-reserved) -[ 1.261705] devtmpfs: initialized -[ 1.261705] x86/mm: Memory block size: 2048MB -[ 1.264139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns -[ 1.264214] posixtimers hash table entries: 32768 (order: 7, 524288 bytes, vmalloc) -[ 1.264537] futex hash table entries: 8192 (524288 bytes on 2 NUMA nodes, total 1024 KiB, linear). -[ 1.264794] pinctrl core: initialized pinctrl subsystem -[ 1.265116] PM: RTC time: 20:54:52, date: 2026-07-26 -[ 1.266928] NET: Registered PF_NETLINK/PF_ROUTE protocol family -[ 1.268244] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations -[ 1.269053] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations -[ 1.269855] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations -[ 1.269883] audit: initializing netlink subsys (disabled) -[ 1.269905] audit: type=2000 audit(1785099292.145:1): state=initialized audit_enabled=0 res=1 -[ 1.270225] thermal_sys: Registered thermal governor 'fair_share' -[ 1.270228] thermal_sys: Registered thermal governor 'bang_bang' -[ 1.270229] thermal_sys: Registered thermal governor 'step_wise' -[ 1.270231] thermal_sys: Registered thermal governor 'user_space' -[ 1.270233] thermal_sys: Registered thermal governor 'power_allocator' -[ 1.270246] cpuidle: using governor ladder -[ 1.270246] cpuidle: using governor menu -[ 1.270246] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it -[ 1.270246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 -[ 1.270309] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff] -[ 1.270316] PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as E820 entry -[ 1.270333] PCI: Using configuration type 1 for base access -[ 1.270346] PCI: Dell System detected, enabling pci=bfsort. -[ 1.270402] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on -[ 1.270404] mtrr: your CPUs had inconsistent variable MTRR settings -[ 1.270406] mtrr: probably your BIOS does not setup all CPUs. -[ 1.270407] mtrr: corrected configuration. -[ 1.270449] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. -[ 1.271127] HugeTLB: allocation took 0ms with hugepage_allocation_threads=6 -[ 1.271127] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages -[ 1.271127] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page -[ 1.271127] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages -[ 1.271127] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page -[ 1.273287] ACPI: Added _OSI(Module Device) -[ 1.273290] ACPI: Added _OSI(Processor Device) -[ 1.273293] ACPI: Added _OSI(Processor Aggregator Device) -[ 1.280449] ACPI: 2 ACPI AML tables successfully acquired and loaded -[ 1.281096] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored -[ 1.287132] ACPI: Interpreter enabled -[ 1.287154] ACPI: PM: (supports S0 S4 S5) -[ 1.287157] ACPI: Using IOAPIC for interrupt routing -[ 1.288016] HEST: Table parsing has been initialized. -[ 1.288415] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. -[ 1.288421] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug -[ 1.288424] PCI: Using E820 reservations for host bridge windows -[ 1.288759] ACPI: Enabled 4 GPEs in block 00 to 3F -[ 1.305913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3d]) -[ 1.305922] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] -[ 1.306171] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] -[ 1.306174] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration -[ 1.307145] PCI host bridge to bus 0000:00 -[ 1.307177] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window] -[ 1.307180] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window] -[ 1.307182] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window] -[ 1.307184] pci_bus 0000:00: root bus resource [io 0x0d00-0x1fff window] -[ 1.307186] pci_bus 0000:00: root bus resource [io 0xe000-0xffff window] -[ 1.307188] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] -[ 1.307190] pci_bus 0000:00: root bus resource [mem 0xd8000000-0xdfffffff window] -[ 1.307192] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window] -[ 1.307195] pci_bus 0000:00: root bus resource [bus 00-3d] -[ 1.307226] pci 0000:00:00.0: [8086:0e00] type 00 class 0x060000 PCIe Root Port -[ 1.307309] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold -[ 1.307423] pci 0000:00:01.0: [8086:0e02] type 01 class 0x060400 PCIe Root Port -[ 1.307445] pci 0000:00:01.0: PCI bridge to [bus 02] -[ 1.307452] pci 0000:00:01.0: bridge window [mem 0xdc000000-0xdc7fffff] -[ 1.307461] pci 0000:00:01.0: bridge window [mem 0xd9000000-0xd90fffff 64bit pref] -[ 1.307525] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold -[ 1.307814] pci 0000:00:01.1: [8086:0e03] type 01 class 0x060400 PCIe Root Port -[ 1.307836] pci 0000:00:01.1: PCI bridge to [bus 01] -[ 1.307842] pci 0000:00:01.1: bridge window [mem 0xdc800000-0xdcffffff] -[ 1.307851] pci 0000:00:01.1: bridge window [mem 0xd9100000-0xd91fffff 64bit pref] -[ 1.307915] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold -[ 1.308407] pci 0000:00:02.0: [8086:0e04] type 01 class 0x060400 PCIe Root Port -[ 1.308430] pci 0000:00:02.0: PCI bridge to [bus 04] -[ 1.308505] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold -[ 1.309107] pci 0000:00:02.2: [8086:0e06] type 01 class 0x060400 PCIe Root Port -[ 1.309130] pci 0000:00:02.2: PCI bridge to [bus 03] -[ 1.309205] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold -[ 1.309364] pci 0000:00:03.0: [8086:0e08] type 01 class 0x060400 PCIe Root Port -[ 1.309387] pci 0000:00:03.0: PCI bridge to [bus 05] -[ 1.309406] pci 0000:00:03.0: enabling Extended Tags -[ 1.309467] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold -[ 1.309639] pci 0000:00:05.0: [8086:0e28] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.309720] pci 0000:00:05.2: [8086:0e2a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.309850] pci 0000:00:11.0: [8086:1d3e] type 01 class 0x060400 PCIe Root Port -[ 1.309881] pci 0000:00:11.0: PCI bridge to [bus 06] -[ 1.309967] pci 0000:00:11.0: PME# supported from D0 D3hot D3cold -[ 1.310089] pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000 conventional PCI endpoint -[ 1.310127] pci 0000:00:16.0: BAR 0 [mem 0xde8fb000-0xde8fb00f 64bit] -[ 1.310163] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold -[ 1.310249] pci 0000:00:16.1: [8086:1d3b] type 00 class 0x078000 conventional PCI endpoint -[ 1.310286] pci 0000:00:16.1: BAR 0 [mem 0xde8fc000-0xde8fc00f 64bit] -[ 1.310321] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold -[ 1.310417] pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320 conventional PCI endpoint -[ 1.310460] pci 0000:00:1a.0: BAR 0 [mem 0xde8fd000-0xde8fd3ff] -[ 1.310505] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold -[ 1.310575] pci 0000:00:1c.0: [8086:1d10] type 01 class 0x060400 PCIe Root Port -[ 1.310601] pci 0000:00:1c.0: PCI bridge to [bus 07] -[ 1.310672] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold -[ 1.310700] pci 0000:00:1c.0: Enabling MPC IRBNCE -[ 1.310703] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled -[ 1.310921] pci 0000:00:1c.7: [8086:1d1e] type 01 class 0x060400 PCIe Root Port -[ 1.310948] pci 0000:00:1c.7: PCI bridge to [bus 08-0c] -[ 1.310956] pci 0000:00:1c.7: bridge window [mem 0xdd000000-0xde7fffff] -[ 1.310967] pci 0000:00:1c.7: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] -[ 1.311025] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold -[ 1.311050] pci 0000:00:1c.7: Enabling MPC IRBNCE -[ 1.311053] pci 0000:00:1c.7: Intel PCH root port ACS workaround enabled -[ 1.311165] pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320 conventional PCI endpoint -[ 1.311208] pci 0000:00:1d.0: BAR 0 [mem 0xde8fe000-0xde8fe3ff] -[ 1.311254] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold -[ 1.311315] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 conventional PCI bridge -[ 1.311338] pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode) -[ 1.311423] pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100 conventional PCI endpoint -[ 1.311600] pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601 conventional PCI endpoint -[ 1.311633] pci 0000:00:1f.2: BAR 0 [io 0xfce8-0xfcef] -[ 1.311636] pci 0000:00:1f.2: BAR 1 [io 0xfcf8-0xfcfb] -[ 1.311639] pci 0000:00:1f.2: BAR 2 [io 0xfcf0-0xfcf7] -[ 1.311641] pci 0000:00:1f.2: BAR 3 [io 0xfcfc-0xfcff] -[ 1.311644] pci 0000:00:1f.2: BAR 4 [io 0xfcc0-0xfcdf] -[ 1.311647] pci 0000:00:1f.2: BAR 5 [mem 0xde8ff000-0xde8ff7ff] -[ 1.311682] pci 0000:00:1f.2: PME# supported from D3hot -[ 1.311845] pci 0000:02:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint -[ 1.311880] pci 0000:02:00.0: BAR 0 [mem 0xd90a0000-0xd90affff 64bit pref] -[ 1.311884] pci 0000:02:00.0: BAR 2 [mem 0xd90b0000-0xd90bffff 64bit pref] -[ 1.311887] pci 0000:02:00.0: BAR 4 [mem 0xd90c0000-0xd90cffff 64bit pref] -[ 1.311890] pci 0000:02:00.0: ROM [mem 0xdc000000-0xdc03ffff pref] -[ 1.311958] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold -[ 1.312006] pci 0000:02:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:01.0 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link) -[ 1.312327] pci 0000:02:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint -[ 1.312362] pci 0000:02:00.1: BAR 0 [mem 0xd90d0000-0xd90dffff 64bit pref] -[ 1.312366] pci 0000:02:00.1: BAR 2 [mem 0xd90e0000-0xd90effff 64bit pref] -[ 1.312370] pci 0000:02:00.1: BAR 4 [mem 0xd90f0000-0xd90fffff 64bit pref] -[ 1.312373] pci 0000:02:00.1: ROM [mem 0xdc000000-0xdc03ffff pref] -[ 1.312437] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold -[ 1.312788] pci 0000:00:01.0: PCI bridge to [bus 02] -[ 1.312866] pci 0000:01:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint -[ 1.312901] pci 0000:01:00.0: BAR 0 [mem 0xd91a0000-0xd91affff 64bit pref] -[ 1.312905] pci 0000:01:00.0: BAR 2 [mem 0xd91b0000-0xd91bffff 64bit pref] -[ 1.312909] pci 0000:01:00.0: BAR 4 [mem 0xd91c0000-0xd91cffff 64bit pref] -[ 1.312911] pci 0000:01:00.0: ROM [mem 0xdc800000-0xdc83ffff pref] -[ 1.312975] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold -[ 1.313023] pci 0000:01:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:01.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link) -[ 1.313334] pci 0000:01:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint -[ 1.313369] pci 0000:01:00.1: BAR 0 [mem 0xd91d0000-0xd91dffff 64bit pref] -[ 1.313373] pci 0000:01:00.1: BAR 2 [mem 0xd91e0000-0xd91effff 64bit pref] -[ 1.313377] pci 0000:01:00.1: BAR 4 [mem 0xd91f0000-0xd91fffff 64bit pref] -[ 1.313380] pci 0000:01:00.1: ROM [mem 0xdc800000-0xdc83ffff pref] -[ 1.313444] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold -[ 1.313798] pci 0000:00:01.1: PCI bridge to [bus 01] -[ 1.313842] pci 0000:00:02.0: PCI bridge to [bus 04] -[ 1.313885] pci 0000:00:02.2: PCI bridge to [bus 03] -[ 1.313926] pci 0000:00:03.0: PCI bridge to [bus 05] -[ 1.313974] pci 0000:00:11.0: PCI bridge to [bus 06] -[ 1.314024] pci 0000:00:1c.0: PCI bridge to [bus 07] -[ 1.314575] pci 0000:08:00.0: [1912:0013] type 01 class 0x060400 PCIe Switch Upstream Port -[ 1.315445] pci 0000:08:00.0: PCI bridge to [bus 09-0c] -[ 1.315664] pci 0000:08:00.0: bridge window [mem 0xdd000000-0xde7fffff] -[ 1.315969] pci 0000:08:00.0: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] -[ 1.317621] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold -[ 1.319056] pci 0000:00:1c.7: PCI bridge to [bus 08-0c] -[ 1.320455] pci 0000:09:00.0: [1912:0013] type 01 class 0x060400 PCIe Switch Downstream Port -[ 1.322420] pci 0000:09:00.0: PCI bridge to [bus 0a-0b] -[ 1.322673] pci 0000:09:00.0: bridge window [mem 0xdd000000-0xddffffff] -[ 1.323022] pci 0000:09:00.0: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] -[ 1.324962] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold -[ 1.326950] pci 0000:09:01.0: [1912:0013] type 01 class 0x060400 PCIe Switch Downstream Port -[ 1.327933] pci 0000:09:01.0: PCI bridge to [bus 0c] -[ 1.328165] pci 0000:09:01.0: bridge window [mem 0xde700000-0xde7fffff] -[ 1.330679] pci 0000:09:01.0: PME# supported from D0 D3hot D3cold -[ 1.334168] pci 0000:08:00.0: PCI bridge to [bus 09-0c] -[ 1.335935] pci 0000:0a:00.0: [1912:0012] type 01 class 0x060400 PCIe to PCI/PCI-X bridge -[ 1.336932] pci 0000:0a:00.0: PCI bridge to [bus 0b] -[ 1.337165] pci 0000:0a:00.0: bridge window [mem 0xdd000000-0xddffffff] -[ 1.337516] pci 0000:0a:00.0: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] -[ 1.340982] pci 0000:09:00.0: PCI bridge to [bus 0a-0b] -[ 1.342528] pci_bus 0000:0b: extended config space not accessible -[ 1.342767] pci 0000:0b:00.0: [102b:0534] type 00 class 0x030000 conventional PCI endpoint -[ 1.344169] pci 0000:0b:00.0: BAR 0 [mem 0xd8000000-0xd8ffffff pref] -[ 1.344206] pci 0000:0b:00.0: BAR 1 [mem 0xddffc000-0xddffffff] -[ 1.344243] pci 0000:0b:00.0: BAR 2 [mem 0xdd000000-0xdd7fffff] -[ 1.344681] pci 0000:0b:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] -[ 1.347791] pci 0000:0a:00.0: PCI bridge to [bus 0b] -[ 1.349516] pci 0000:09:01.0: PCI bridge to [bus 0c] -[ 1.351075] pci_bus 0000:0d: extended config space not accessible -[ 1.351125] pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode) -[ 1.351134] pci 0000:00:1e.0: bridge window [io 0x0000-0x03af window] (subtractive decode) -[ 1.351137] pci 0000:00:1e.0: bridge window [io 0x03e0-0x0cf7 window] (subtractive decode) -[ 1.351139] pci 0000:00:1e.0: bridge window [io 0x03b0-0x03df window] (subtractive decode) -[ 1.351142] pci 0000:00:1e.0: bridge window [io 0x0d00-0x1fff window] (subtractive decode) -[ 1.351144] pci 0000:00:1e.0: bridge window [io 0xe000-0xffff window] (subtractive decode) -[ 1.351146] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) -[ 1.351148] pci 0000:00:1e.0: bridge window [mem 0xd8000000-0xdfffffff window] (subtractive decode) -[ 1.351149] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode) -[ 1.351192] pci_bus 0000:00: on NUMA node 0 -[ 1.352797] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 40-7e]) -[ 1.352804] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] -[ 1.353055] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] -[ 1.353057] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration -[ 1.353995] PCI host bridge to bus 0000:40 -[ 1.354030] pci_bus 0000:40: root bus resource [io 0x2000-0xdfff window] -[ 1.354033] pci_bus 0000:40: root bus resource [mem 0xd0000000-0xd7ffffff window] -[ 1.354036] pci_bus 0000:40: root bus resource [bus 40-7e] -[ 1.354068] pci 0000:40:01.0: [8086:0e02] type 01 class 0x060400 PCIe Root Port -[ 1.354092] pci 0000:40:01.0: PCI bridge to [bus 41] -[ 1.354174] pci 0000:40:01.0: PME# supported from D0 D3hot D3cold -[ 1.354855] pci 0000:40:03.0: [8086:0e08] type 01 class 0x060400 PCIe Root Port -[ 1.354879] pci 0000:40:03.0: PCI bridge to [bus 42] -[ 1.354900] pci 0000:40:03.0: enabling Extended Tags -[ 1.354966] pci 0000:40:03.0: PME# supported from D0 D3hot D3cold -[ 1.355628] pci 0000:40:05.0: [8086:0e28] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.355784] pci 0000:40:05.2: [8086:0e2a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.355936] pci 0000:40:01.0: PCI bridge to [bus 41] -[ 1.355981] pci 0000:40:03.0: PCI bridge to [bus 42] -[ 1.356000] pci_bus 0000:40: on NUMA node 1 -[ 1.356101] ACPI: PCI Root Bridge [P0B1] (domain 0000 [bus 3f]) -[ 1.356107] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] -[ 1.356355] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] -[ 1.356357] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration -[ 1.356435] PCI host bridge to bus 0000:3f -[ 1.356440] pci_bus 0000:3f: root bus resource [bus 3f] -[ 1.356450] pci 0000:3f:08.0: [8086:0e80] type 00 class 0x088000 conventional PCI endpoint -[ 1.356512] pci 0000:3f:09.0: [8086:0e90] type 00 class 0x088000 conventional PCI endpoint -[ 1.356569] pci 0000:3f:0a.0: [8086:0ec0] type 00 class 0x088000 conventional PCI endpoint -[ 1.356621] pci 0000:3f:0a.1: [8086:0ec1] type 00 class 0x088000 conventional PCI endpoint -[ 1.356671] pci 0000:3f:0a.2: [8086:0ec2] type 00 class 0x088000 conventional PCI endpoint -[ 1.356722] pci 0000:3f:0a.3: [8086:0ec3] type 00 class 0x088000 conventional PCI endpoint -[ 1.356774] pci 0000:3f:0b.0: [8086:0e1e] type 00 class 0x088000 conventional PCI endpoint -[ 1.356832] pci 0000:3f:0b.3: [8086:0e1f] type 00 class 0x088000 conventional PCI endpoint -[ 1.356911] pci 0000:3f:0c.0: [8086:0ee0] type 00 class 0x088000 conventional PCI endpoint -[ 1.356959] pci 0000:3f:0c.1: [8086:0ee2] type 00 class 0x088000 conventional PCI endpoint -[ 1.357009] pci 0000:3f:0c.2: [8086:0ee4] type 00 class 0x088000 conventional PCI endpoint -[ 1.357057] pci 0000:3f:0d.0: [8086:0ee1] type 00 class 0x088000 conventional PCI endpoint -[ 1.357109] pci 0000:3f:0d.1: [8086:0ee3] type 00 class 0x088000 conventional PCI endpoint -[ 1.357158] pci 0000:3f:0d.2: [8086:0ee5] type 00 class 0x088000 conventional PCI endpoint -[ 1.357208] pci 0000:3f:0e.0: [8086:0ea0] type 00 class 0x088000 conventional PCI endpoint -[ 1.357268] pci 0000:3f:0e.1: [8086:0e30] type 00 class 0x110100 conventional PCI endpoint -[ 1.357327] pci 0000:3f:0f.0: [8086:0ea8] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.357401] pci 0000:3f:0f.1: [8086:0e71] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.357470] pci 0000:3f:0f.2: [8086:0eaa] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.357537] pci 0000:3f:0f.3: [8086:0eab] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.357606] pci 0000:3f:0f.4: [8086:0eac] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.357672] pci 0000:3f:0f.5: [8086:0ead] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.357740] pci 0000:3f:10.0: [8086:0eb0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.357817] pci 0000:3f:10.1: [8086:0eb1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.357883] pci 0000:3f:10.2: [8086:0eb2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.357951] pci 0000:3f:10.3: [8086:0eb3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.358017] pci 0000:3f:10.4: [8086:0eb4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.358088] pci 0000:3f:10.5: [8086:0eb5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.358155] pci 0000:3f:10.7: [8086:0eb7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.358222] pci 0000:3f:13.0: [8086:0e1d] type 00 class 0x088000 conventional PCI endpoint -[ 1.358270] pci 0000:3f:13.1: [8086:0e34] type 00 class 0x110100 conventional PCI endpoint -[ 1.358330] pci 0000:3f:13.4: [8086:0e81] type 00 class 0x088000 conventional PCI endpoint -[ 1.358381] pci 0000:3f:13.5: [8086:0e36] type 00 class 0x110100 conventional PCI endpoint -[ 1.358433] pci 0000:3f:16.0: [8086:0ec8] type 00 class 0x088000 conventional PCI endpoint -[ 1.358481] pci 0000:3f:16.1: [8086:0ec9] type 00 class 0x088000 conventional PCI endpoint -[ 1.358533] pci 0000:3f:16.2: [8086:0eca] type 00 class 0x088000 conventional PCI endpoint -[ 1.358587] pci_bus 0000:3f: on NUMA node 0 -[ 1.358674] ACPI: PCI Root Bridge [P1B1] (domain 0000 [bus 7f]) -[ 1.358680] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] -[ 1.358928] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] -[ 1.358930] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration -[ 1.358978] PCI host bridge to bus 0000:7f -[ 1.358982] pci_bus 0000:7f: root bus resource [bus 7f] -[ 1.358993] pci 0000:7f:08.0: [8086:0e80] type 00 class 0x088000 conventional PCI endpoint -[ 1.359055] pci 0000:7f:09.0: [8086:0e90] type 00 class 0x088000 conventional PCI endpoint -[ 1.359119] pci 0000:7f:0a.0: [8086:0ec0] type 00 class 0x088000 conventional PCI endpoint -[ 1.359183] pci 0000:7f:0a.1: [8086:0ec1] type 00 class 0x088000 conventional PCI endpoint -[ 1.359236] pci 0000:7f:0a.2: [8086:0ec2] type 00 class 0x088000 conventional PCI endpoint -[ 1.359291] pci 0000:7f:0a.3: [8086:0ec3] type 00 class 0x088000 conventional PCI endpoint -[ 1.359346] pci 0000:7f:0b.0: [8086:0e1e] type 00 class 0x088000 conventional PCI endpoint -[ 1.359396] pci 0000:7f:0b.3: [8086:0e1f] type 00 class 0x088000 conventional PCI endpoint -[ 1.359450] pci 0000:7f:0c.0: [8086:0ee0] type 00 class 0x088000 conventional PCI endpoint -[ 1.359501] pci 0000:7f:0c.1: [8086:0ee2] type 00 class 0x088000 conventional PCI endpoint -[ 1.359552] pci 0000:7f:0c.2: [8086:0ee4] type 00 class 0x088000 conventional PCI endpoint -[ 1.359614] pci 0000:7f:0d.0: [8086:0ee1] type 00 class 0x088000 conventional PCI endpoint -[ 1.359666] pci 0000:7f:0d.1: [8086:0ee3] type 00 class 0x088000 conventional PCI endpoint -[ 1.359718] pci 0000:7f:0d.2: [8086:0ee5] type 00 class 0x088000 conventional PCI endpoint -[ 1.359773] pci 0000:7f:0e.0: [8086:0ea0] type 00 class 0x088000 conventional PCI endpoint -[ 1.359828] pci 0000:7f:0e.1: [8086:0e30] type 00 class 0x110100 conventional PCI endpoint -[ 1.359889] pci 0000:7f:0f.0: [8086:0ea8] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.359963] pci 0000:7f:0f.1: [8086:0e71] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.360035] pci 0000:7f:0f.2: [8086:0eaa] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.360120] pci 0000:7f:0f.3: [8086:0eab] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.360193] pci 0000:7f:0f.4: [8086:0eac] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.360267] pci 0000:7f:0f.5: [8086:0ead] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.360340] pci 0000:7f:10.0: [8086:0eb0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.360419] pci 0000:7f:10.1: [8086:0eb1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.360494] pci 0000:7f:10.2: [8086:0eb2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.360566] pci 0000:7f:10.3: [8086:0eb3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.360641] pci 0000:7f:10.4: [8086:0eb4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.360723] pci 0000:7f:10.5: [8086:0eb5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.360804] pci 0000:7f:10.7: [8086:0eb7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint -[ 1.360876] pci 0000:7f:13.0: [8086:0e1d] type 00 class 0x088000 conventional PCI endpoint -[ 1.360929] pci 0000:7f:13.1: [8086:0e34] type 00 class 0x110100 conventional PCI endpoint -[ 1.360983] pci 0000:7f:13.4: [8086:0e81] type 00 class 0x088000 conventional PCI endpoint -[ 1.361035] pci 0000:7f:13.5: [8086:0e36] type 00 class 0x110100 conventional PCI endpoint -[ 1.361095] pci 0000:7f:16.0: [8086:0ec8] type 00 class 0x088000 conventional PCI endpoint -[ 1.361150] pci 0000:7f:16.1: [8086:0ec9] type 00 class 0x088000 conventional PCI endpoint -[ 1.361215] pci 0000:7f:16.2: [8086:0eca] type 00 class 0x088000 conventional PCI endpoint -[ 1.361275] pci_bus 0000:7f: on NUMA node 1 -[ 1.361479] ACPI: PCI: Interrupt link LK00 configured for IRQ 15 -[ 1.361559] ACPI: PCI: Interrupt link LK01 configured for IRQ 14 -[ 1.361639] ACPI: PCI: Interrupt link LK02 configured for IRQ 0 -[ 1.361642] ACPI: PCI: Interrupt link LK02 disabled -[ 1.361718] ACPI: PCI: Interrupt link LK03 configured for IRQ 11 -[ 1.361794] ACPI: PCI: Interrupt link LK04 configured for IRQ 5 -[ 1.361873] ACPI: PCI: Interrupt link LK05 configured for IRQ 0 -[ 1.361875] ACPI: PCI: Interrupt link LK05 disabled -[ 1.361951] ACPI: PCI: Interrupt link LK06 configured for IRQ 6 -[ 1.362027] ACPI: PCI: Interrupt link LK07 configured for IRQ 14 -[ 1.362346] iommu: Default domain type: Translated -[ 1.362346] iommu: DMA domain TLB invalidation policy: lazy mode -[ 1.363089] SCSI subsystem initialized -[ 1.363123] libata version 3.00 loaded. -[ 1.363123] ACPI: bus type USB registered -[ 1.363132] usbcore: registered new interface driver usbfs -[ 1.363147] usbcore: registered new interface driver hub -[ 1.363170] usbcore: registered new device driver usb -[ 1.363201] pps_core: LinuxPPS API ver. 1 registered -[ 1.363203] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti -[ 1.363211] PTP clock support registered -[ 1.363264] EDAC MC: Ver: 3.0.0 -[ 1.364525] NetLabel: Initializing -[ 1.364527] NetLabel: domain hash size = 128 -[ 1.364528] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO -[ 1.364551] NetLabel: unlabeled traffic allowed by default -[ 1.365106] mctp: management component transport protocol core -[ 1.365106] NET: Registered PF_MCTP protocol family -[ 1.365117] PCI: Using ACPI for IRQ routing -[ 1.369943] PCI: pci_cache_line_size set to 64 bytes -[ 1.370391] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff] -[ 1.370394] e820: reserve RAM buffer [mem 0x7d2f0000-0x7fffffff] -[ 1.371209] pci 0000:0b:00.0: vgaarb: setting as boot VGA device -[ 1.371212] pci 0000:0b:00.0: vgaarb: bridge control possible -[ 1.371214] pci 0000:0b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none -[ 1.371228] vgaarb: loaded -[ 1.372258] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 -[ 1.372258] hpet0: 8 comparators, 64-bit 14.318180 MHz counter -[ 1.374173] clocksource: Switched to clocksource tsc-early -[ 1.374530] VFS: Disk quotas dquot_6.6.0 -[ 1.374549] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) -[ 1.374707] AppArmor: AppArmor Filesystem Enabled -[ 1.374731] pnp: PnP ACPI init -[ 1.375898] system 00:04: [io 0x0800-0x087f] has been reserved -[ 1.375903] system 00:04: [io 0x0880-0x08ff] has been reserved -[ 1.375905] system 00:04: [io 0x0900-0x091f] has been reserved -[ 1.375907] system 00:04: [io 0x0920-0x0923] has been reserved -[ 1.375909] system 00:04: [io 0x0924] has been reserved -[ 1.375912] system 00:04: [io 0x0370-0x0377] has been reserved -[ 1.375914] system 00:04: [io 0x0ca0-0x0ca7] has been reserved -[ 1.375916] system 00:04: [io 0x0ca9-0x0cab] has been reserved -[ 1.375918] system 00:04: [io 0x0cad-0x0caf] has been reserved -[ 1.375920] system 00:04: [io 0x0cb0-0x0cbf] has been reserved -[ 1.375953] system 00:05: [io 0x0ca8] has been reserved -[ 1.375953] system 00:05: [io 0x0cac] has been reserved -[ 1.376464] system 00:06: [mem 0xe0000000-0xe3efffff] has been reserved -[ 1.376681] system 00:07: [mem 0xe4000000-0xe7ffffff] has been reserved -[ 1.376767] system 00:08: [mem 0xe3f00000-0xe3ffffff] has been reserved -[ 1.376877] system 00:09: [mem 0xde900000-0xde901fff] could not be reserved -[ 1.376996] system 00:0a: [mem 0xd3000000-0xd3001fff] could not be reserved -[ 1.377209] pnp: PnP ACPI: found 11 devices -[ 1.383670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns -[ 1.383762] NET: Registered PF_INET protocol family -[ 1.384284] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage) -[ 1.405267] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc) -[ 1.405420] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc) -[ 1.406033] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage) -[ 1.407287] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc hugepage) -[ 1.407546] TCP: Hash tables configured (established 524288 bind 65536) -[ 1.408131] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc) -[ 1.409515] UDP hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc hugepage) -[ 1.411224] UDP-Lite hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc hugepage) -[ 1.411939] NET: Registered PF_UNIX/PF_LOCAL protocol family -[ 1.411953] NET: Registered PF_XDP protocol family -[ 1.411971] pci 0000:02:00.1: ROM [mem 0xdc000000-0xdc03ffff pref]: can't claim; address conflict with 0000:02:00.0 [mem 0xdc000000-0xdc03ffff pref] -[ 1.411978] pci 0000:01:00.1: ROM [mem 0xdc800000-0xdc83ffff pref]: can't claim; address conflict with 0000:01:00.0 [mem 0xdc800000-0xdc83ffff pref] -[ 1.412015] pci 0000:02:00.1: ROM [mem 0xdc040000-0xdc07ffff pref]: assigned -[ 1.412018] pci 0000:00:01.0: PCI bridge to [bus 02] -[ 1.412025] pci 0000:00:01.0: bridge window [mem 0xdc000000-0xdc7fffff] -[ 1.412029] pci 0000:00:01.0: bridge window [mem 0xd9000000-0xd90fffff 64bit pref] -[ 1.412035] pci 0000:01:00.1: ROM [mem 0xdc840000-0xdc87ffff pref]: assigned -[ 1.412048] pci 0000:00:01.1: PCI bridge to [bus 01] -[ 1.412052] pci 0000:00:01.1: bridge window [mem 0xdc800000-0xdcffffff] -[ 1.412056] pci 0000:00:01.1: bridge window [mem 0xd9100000-0xd91fffff 64bit pref] -[ 1.412068] pci 0000:00:02.0: PCI bridge to [bus 04] -[ 1.412077] pci 0000:00:02.2: PCI bridge to [bus 03] -[ 1.412086] pci 0000:00:03.0: PCI bridge to [bus 05] -[ 1.412094] pci 0000:00:11.0: PCI bridge to [bus 06] -[ 1.412107] pci 0000:00:1c.0: PCI bridge to [bus 07] -[ 1.412123] pci 0000:0a:00.0: PCI bridge to [bus 0b] -[ 1.412265] pci 0000:0a:00.0: bridge window [mem 0xdd000000-0xddffffff] -[ 1.412372] pci 0000:0a:00.0: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] -[ 1.412562] pci 0000:09:00.0: PCI bridge to [bus 0a-0b] -[ 1.412706] pci 0000:09:00.0: bridge window [mem 0xdd000000-0xddffffff] -[ 1.412800] pci 0000:09:00.0: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] -[ 1.412994] pci 0000:09:01.0: PCI bridge to [bus 0c] -[ 1.413147] pci 0000:09:01.0: bridge window [mem 0xde700000-0xde7fffff] -[ 1.413504] pci 0000:08:00.0: PCI bridge to [bus 09-0c] -[ 1.413634] pci 0000:08:00.0: bridge window [mem 0xdd000000-0xde7fffff] -[ 1.413718] pci 0000:08:00.0: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] -[ 1.413958] pci 0000:00:1c.7: PCI bridge to [bus 08-0c] -[ 1.413962] pci 0000:00:1c.7: bridge window [mem 0xdd000000-0xde7fffff] -[ 1.413966] pci 0000:00:1c.7: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] -[ 1.413972] pci 0000:00:1e.0: PCI bridge to [bus 0d] -[ 1.413982] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window] -[ 1.413985] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window] -[ 1.413986] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window] -[ 1.413988] pci_bus 0000:00: resource 7 [io 0x0d00-0x1fff window] -[ 1.413990] pci_bus 0000:00: resource 8 [io 0xe000-0xffff window] -[ 1.413992] pci_bus 0000:00: resource 9 [mem 0x000a0000-0x000bffff window] -[ 1.413993] pci_bus 0000:00: resource 10 [mem 0xd8000000-0xdfffffff window] -[ 1.413995] pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed44fff window] -[ 1.413997] pci_bus 0000:02: resource 1 [mem 0xdc000000-0xdc7fffff] -[ 1.413999] pci_bus 0000:02: resource 2 [mem 0xd9000000-0xd90fffff 64bit pref] -[ 1.414001] pci_bus 0000:01: resource 1 [mem 0xdc800000-0xdcffffff] -[ 1.414002] pci_bus 0000:01: resource 2 [mem 0xd9100000-0xd91fffff 64bit pref] -[ 1.414005] pci_bus 0000:08: resource 1 [mem 0xdd000000-0xde7fffff] -[ 1.414006] pci_bus 0000:08: resource 2 [mem 0xd8000000-0xd8ffffff 64bit pref] -[ 1.414008] pci_bus 0000:09: resource 1 [mem 0xdd000000-0xde7fffff] -[ 1.414009] pci_bus 0000:09: resource 2 [mem 0xd8000000-0xd8ffffff 64bit pref] -[ 1.414011] pci_bus 0000:0a: resource 1 [mem 0xdd000000-0xddffffff] -[ 1.414013] pci_bus 0000:0a: resource 2 [mem 0xd8000000-0xd8ffffff 64bit pref] -[ 1.414014] pci_bus 0000:0b: resource 1 [mem 0xdd000000-0xddffffff] -[ 1.414016] pci_bus 0000:0b: resource 2 [mem 0xd8000000-0xd8ffffff 64bit pref] -[ 1.414018] pci_bus 0000:0c: resource 1 [mem 0xde700000-0xde7fffff] -[ 1.414019] pci_bus 0000:0d: resource 4 [io 0x0000-0x03af window] -[ 1.414021] pci_bus 0000:0d: resource 5 [io 0x03e0-0x0cf7 window] -[ 1.414023] pci_bus 0000:0d: resource 6 [io 0x03b0-0x03df window] -[ 1.414025] pci_bus 0000:0d: resource 7 [io 0x0d00-0x1fff window] -[ 1.414026] pci_bus 0000:0d: resource 8 [io 0xe000-0xffff window] -[ 1.414028] pci_bus 0000:0d: resource 9 [mem 0x000a0000-0x000bffff window] -[ 1.414029] pci_bus 0000:0d: resource 10 [mem 0xd8000000-0xdfffffff window] -[ 1.414031] pci_bus 0000:0d: resource 11 [mem 0xfed40000-0xfed44fff window] -[ 1.414088] pci 0000:40:01.0: PCI bridge to [bus 41] -[ 1.414098] pci 0000:40:03.0: PCI bridge to [bus 42] -[ 1.414116] pci_bus 0000:40: resource 4 [io 0x2000-0xdfff window] -[ 1.414118] pci_bus 0000:40: resource 5 [mem 0xd0000000-0xd7ffffff window] -[ 1.414177] pci 0000:00:05.0: disabled boot interrupts on device [8086:0e28] -[ 1.425314] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x740 took 10860 usecs -[ 1.425957] pci 0000:40:05.0: disabled boot interrupts on device [8086:0e28] -[ 1.426026] PCI: CLS 64 bytes, default 64 -[ 1.426120] DMAR: No SATC found -[ 1.426122] DMAR: dmar0: Using Queued invalidation -[ 1.426131] DMAR: dmar1: Using Queued invalidation -[ 1.426172] Trying to unpack rootfs image as initramfs... -[ 1.426313] pci 0000:40:01.0: Adding to iommu group 0 -[ 1.426343] pci 0000:40:03.0: Adding to iommu group 1 -[ 1.426384] pci 0000:40:05.0: Adding to iommu group 2 -[ 1.426407] pci 0000:40:05.2: Adding to iommu group 3 -[ 1.428067] pci 0000:00:00.0: Adding to iommu group 4 -[ 1.428101] pci 0000:00:01.0: Adding to iommu group 5 -[ 1.428131] pci 0000:00:01.1: Adding to iommu group 6 -[ 1.428159] pci 0000:00:02.0: Adding to iommu group 7 -[ 1.428187] pci 0000:00:02.2: Adding to iommu group 8 -[ 1.428215] pci 0000:00:03.0: Adding to iommu group 9 -[ 1.428242] pci 0000:00:05.0: Adding to iommu group 10 -[ 1.428266] pci 0000:00:05.2: Adding to iommu group 11 -[ 1.428290] pci 0000:00:11.0: Adding to iommu group 12 -[ 1.428362] pci 0000:00:16.0: Adding to iommu group 13 -[ 1.428386] pci 0000:00:16.1: Adding to iommu group 13 -[ 1.428409] pci 0000:00:1a.0: Adding to iommu group 14 -[ 1.428440] pci 0000:00:1c.0: Adding to iommu group 15 -[ 1.428464] pci 0000:00:1c.7: Adding to iommu group 16 -[ 1.428490] pci 0000:00:1d.0: Adding to iommu group 17 -[ 1.428513] pci 0000:00:1e.0: Adding to iommu group 18 -[ 1.428568] pci 0000:00:1f.0: Adding to iommu group 19 -[ 1.428592] pci 0000:00:1f.2: Adding to iommu group 19 -[ 1.428657] pci 0000:01:00.0: Adding to iommu group 20 -[ 1.428689] pci 0000:01:00.1: Adding to iommu group 20 -[ 1.428751] pci 0000:02:00.0: Adding to iommu group 21 -[ 1.428784] pci 0000:02:00.1: Adding to iommu group 21 -[ 1.428807] pci 0000:08:00.0: Adding to iommu group 22 -[ 1.428862] pci 0000:09:00.0: Adding to iommu group 23 -[ 1.428912] pci 0000:09:01.0: Adding to iommu group 24 -[ 1.428950] pci 0000:0a:00.0: Adding to iommu group 23 -[ 1.428958] pci 0000:0b:00.0: Adding to iommu group 23 -[ 1.428999] pci 0000:3f:08.0: Adding to iommu group 25 -[ 1.429041] pci 0000:3f:09.0: Adding to iommu group 26 -[ 1.429149] pci 0000:3f:0a.0: Adding to iommu group 27 -[ 1.429177] pci 0000:3f:0a.1: Adding to iommu group 27 -[ 1.429204] pci 0000:3f:0a.2: Adding to iommu group 27 -[ 1.429231] pci 0000:3f:0a.3: Adding to iommu group 27 -[ 1.429289] pci 0000:3f:0b.0: Adding to iommu group 28 -[ 1.429318] pci 0000:3f:0b.3: Adding to iommu group 28 -[ 1.429401] pci 0000:3f:0c.0: Adding to iommu group 29 -[ 1.429428] pci 0000:3f:0c.1: Adding to iommu group 29 -[ 1.429455] pci 0000:3f:0c.2: Adding to iommu group 29 -[ 1.429527] pci 0000:3f:0d.0: Adding to iommu group 30 -[ 1.429555] pci 0000:3f:0d.1: Adding to iommu group 30 -[ 1.429582] pci 0000:3f:0d.2: Adding to iommu group 30 -[ 1.429636] pci 0000:3f:0e.0: Adding to iommu group 31 -[ 1.429664] pci 0000:3f:0e.1: Adding to iommu group 31 -[ 1.429693] pci 0000:3f:0f.0: Adding to iommu group 32 -[ 1.429717] pci 0000:3f:0f.1: Adding to iommu group 33 -[ 1.429748] pci 0000:3f:0f.2: Adding to iommu group 34 -[ 1.429773] pci 0000:3f:0f.3: Adding to iommu group 35 -[ 1.429799] pci 0000:3f:0f.4: Adding to iommu group 36 -[ 1.429823] pci 0000:3f:0f.5: Adding to iommu group 37 -[ 1.429848] pci 0000:3f:10.0: Adding to iommu group 38 -[ 1.429873] pci 0000:3f:10.1: Adding to iommu group 39 -[ 1.429899] pci 0000:3f:10.2: Adding to iommu group 40 -[ 1.429923] pci 0000:3f:10.3: Adding to iommu group 41 -[ 1.429949] pci 0000:3f:10.4: Adding to iommu group 42 -[ 1.429975] pci 0000:3f:10.5: Adding to iommu group 43 -[ 1.429999] pci 0000:3f:10.7: Adding to iommu group 44 -[ 1.430104] pci 0000:3f:13.0: Adding to iommu group 45 -[ 1.430145] pci 0000:3f:13.1: Adding to iommu group 45 -[ 1.430177] pci 0000:3f:13.4: Adding to iommu group 45 -[ 1.430209] pci 0000:3f:13.5: Adding to iommu group 45 -[ 1.430284] pci 0000:3f:16.0: Adding to iommu group 46 -[ 1.430317] pci 0000:3f:16.1: Adding to iommu group 46 -[ 1.430350] pci 0000:3f:16.2: Adding to iommu group 46 -[ 1.430411] pci 0000:7f:08.0: Adding to iommu group 47 -[ 1.430461] pci 0000:7f:09.0: Adding to iommu group 48 -[ 1.430549] pci 0000:7f:0a.0: Adding to iommu group 49 -[ 1.430582] pci 0000:7f:0a.1: Adding to iommu group 49 -[ 1.430615] pci 0000:7f:0a.2: Adding to iommu group 49 -[ 1.430649] pci 0000:7f:0a.3: Adding to iommu group 49 -[ 1.430703] pci 0000:7f:0b.0: Adding to iommu group 50 -[ 1.430741] pci 0000:7f:0b.3: Adding to iommu group 50 -[ 1.430812] pci 0000:7f:0c.0: Adding to iommu group 51 -[ 1.430845] pci 0000:7f:0c.1: Adding to iommu group 51 -[ 1.430878] pci 0000:7f:0c.2: Adding to iommu group 51 -[ 1.430948] pci 0000:7f:0d.0: Adding to iommu group 52 -[ 1.430985] pci 0000:7f:0d.1: Adding to iommu group 52 -[ 1.431019] pci 0000:7f:0d.2: Adding to iommu group 52 -[ 1.431092] pci 0000:7f:0e.0: Adding to iommu group 53 -[ 1.431129] pci 0000:7f:0e.1: Adding to iommu group 53 -[ 1.431153] pci 0000:7f:0f.0: Adding to iommu group 54 -[ 1.431182] pci 0000:7f:0f.1: Adding to iommu group 55 -[ 1.431207] pci 0000:7f:0f.2: Adding to iommu group 56 -[ 1.431232] pci 0000:7f:0f.3: Adding to iommu group 57 -[ 1.431257] pci 0000:7f:0f.4: Adding to iommu group 58 -[ 1.431284] pci 0000:7f:0f.5: Adding to iommu group 59 -[ 1.431309] pci 0000:7f:10.0: Adding to iommu group 60 -[ 1.431334] pci 0000:7f:10.1: Adding to iommu group 61 -[ 1.431379] pci 0000:7f:10.2: Adding to iommu group 62 -[ 1.431405] pci 0000:7f:10.3: Adding to iommu group 63 -[ 1.431442] pci 0000:7f:10.4: Adding to iommu group 64 -[ 1.431466] pci 0000:7f:10.5: Adding to iommu group 65 -[ 1.431493] pci 0000:7f:10.7: Adding to iommu group 66 -[ 1.431582] pci 0000:7f:13.0: Adding to iommu group 67 -[ 1.431619] pci 0000:7f:13.1: Adding to iommu group 67 -[ 1.431657] pci 0000:7f:13.4: Adding to iommu group 67 -[ 1.431695] pci 0000:7f:13.5: Adding to iommu group 67 -[ 1.431767] pci 0000:7f:16.0: Adding to iommu group 68 -[ 1.431807] pci 0000:7f:16.1: Adding to iommu group 68 -[ 1.431846] pci 0000:7f:16.2: Adding to iommu group 68 -[ 1.463849] DMAR: Intel(R) Virtualization Technology for Directed I/O -[ 1.463857] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) -[ 1.463858] software IO TLB: mapped [mem 0x00000000792f0000-0x000000007d2f0000] (64MB) -[ 1.493470] Initialise system trusted keyrings -[ 1.493505] Key type blacklist registered -[ 1.493770] workingset: timestamp_bits=36 max_order=26 bucket_order=0 -[ 1.494309] squashfs: version 4.0 (2009/01/31) Phillip Lougher -[ 1.494604] fuse: init (API version 7.44) -[ 1.494928] integrity: Platform Keyring initialized -[ 1.494934] integrity: Machine keyring initialized -[ 1.508078] Key type asymmetric registered -[ 1.508083] Asymmetric key parser 'x509' registered -[ 1.508156] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) -[ 1.508289] io scheduler mq-deadline registered -[ 1.512157] ledtrig-cpu: registered to indicate activity on CPUs -[ 1.512918] pcieport 0000:00:01.0: PME: Signaling with IRQ 27 -[ 1.513148] pcieport 0000:00:01.0: AER: enabled with IRQ 27 -[ 1.513824] pcieport 0000:00:01.1: PME: Signaling with IRQ 28 -[ 1.514023] pcieport 0000:00:01.1: AER: enabled with IRQ 28 -[ 1.514650] pcieport 0000:00:02.0: PME: Signaling with IRQ 29 -[ 1.514869] pcieport 0000:00:02.0: AER: enabled with IRQ 29 -[ 1.515533] pcieport 0000:00:02.2: PME: Signaling with IRQ 30 -[ 1.515739] pcieport 0000:00:02.2: AER: enabled with IRQ 30 -[ 1.516427] pcieport 0000:00:03.0: PME: Signaling with IRQ 31 -[ 1.516638] pcieport 0000:00:03.0: AER: enabled with IRQ 31 -[ 1.517263] pcieport 0000:00:11.0: PME: Signaling with IRQ 32 -[ 1.517415] pcieport 0000:00:11.0: AER: enabled with IRQ 32 -[ 1.517653] pcieport 0000:00:1c.0: PME: Signaling with IRQ 33 -[ 1.517829] pcieport 0000:00:1c.0: AER: enabled with IRQ 33 -[ 1.518368] pcieport 0000:00:1c.7: PME: Signaling with IRQ 34 -[ 1.518581] pcieport 0000:00:1c.7: AER: enabled with IRQ 34 -[ 1.523718] pcieport 0000:40:01.0: PME: Signaling with IRQ 36 -[ 1.523849] pcieport 0000:40:01.0: AER: enabled with IRQ 36 -[ 1.524275] pcieport 0000:40:03.0: PME: Signaling with IRQ 37 -[ 1.524365] pcieport 0000:40:03.0: AER: enabled with IRQ 37 -[ 1.525166] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 -[ 1.525256] ACPI: button: Power Button [PWRF] -[ 1.528229] ERST: Error Record Serialization Table (ERST) support is initialized. -[ 1.528332] pstore: Using crash dump compression: deflate -[ 1.528344] pstore: Registered erst as persistent store backend -[ 1.528601] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled -[ 1.549317] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A -[ 1.570732] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A -[ 1.574784] Linux agpgart interface v0.103 -[ 1.581850] loop: module loaded -[ 1.582295] ACPI: bus type drm_connector registered -[ 1.582656] tun: Universal TUN/TAP device driver, 1.6 -[ 1.582773] PPP generic driver version 2.4.2 -[ 1.582908] i8042: PNP: No PS/2 controller found. -[ 1.582982] mousedev: PS/2 mouse device common for all mice -[ 1.583112] rtc_cmos 00:01: RTC can wake from S4 -[ 1.583437] rtc_cmos 00:01: registered as rtc0 -[ 1.583470] rtc_cmos 00:01: setting system clock to 2026-07-26T20:54:52 UTC (1785099292) -[ 1.583516] rtc_cmos 00:01: alarms up to one day, y3k, 242 bytes nvram -[ 1.583529] i2c_dev: i2c /dev entries driver -[ 1.585405] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. -[ 1.585435] device-mapper: uevent: version 1.0.3 -[ 1.585535] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev -[ 1.585567] intel_pstate: Intel P-state driver initializing -[ 1.586750] drop_monitor: Initializing network drop monitor service -[ 1.586957] NET: Registered PF_INET6 protocol family -[ 1.587665] Segment Routing with IPv6 -[ 1.587676] In-situ OAM (IOAM) with IPv6 -[ 1.587698] NET: Registered PF_PACKET protocol family -[ 1.587743] Bridge firewalling registered -[ 1.587820] Key type dns_resolver registered -[ 1.590616] microcode: Current revision: 0x0000042e -[ 1.590619] microcode: Updated early from: 0x00000428 -[ 1.591264] IPI shorthand broadcast: enabled -[ 1.593427] sched_clock: Marking stable (1582745662, 10313772)->(1658638393, -65578959) -[ 1.593828] registered taskstats version 1 -[ 1.595327] Loading compiled-in X.509 certificates -[ 1.596130] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' -[ 1.601154] Demotion targets for Node 0: null -[ 1.601157] Demotion targets for Node 1: null -[ 1.601396] Key type .fscrypt registered -[ 1.601398] Key type fscrypt-provisioning registered -[ 1.601520] Key type big_key registered -[ 2.175811] Freeing initrd memory: 86400K -[ 2.193364] Key type encrypted registered -[ 2.193370] AppArmor: AppArmor sha256 policy hashing enabled -[ 2.193385] ima: No TPM chip found, activating TPM-bypass! -[ 2.193392] Loading compiled-in module X.509 certificates -[ 2.194041] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' -[ 2.194044] ima: Allocated hash algorithm: sha256 -[ 2.194074] ima: No architecture policies found -[ 2.194100] evm: Initialising EVM extended attributes: -[ 2.194102] evm: security.selinux -[ 2.194104] evm: security.SMACK64 -[ 2.194105] evm: security.SMACK64EXEC -[ 2.194106] evm: security.SMACK64TRANSMUTE -[ 2.194107] evm: security.SMACK64MMAP -[ 2.194109] evm: security.apparmor -[ 2.194110] evm: security.ima -[ 2.194111] evm: security.capability -[ 2.194112] evm: HMAC attrs: 0x1 -[ 2.194509] PM: Magic number: 2:973:953 -[ 2.194567] clockevents clockevent38: hash matches -[ 2.194654] processor cpu8: hash matches -[ 2.194680] memory memory6: hash matches -[ 2.196393] RAS: Correctable Errors collector initialized. -[ 2.202688] clk: Disabling unused clocks -[ 2.202691] PM: genpd: Disabling unused power domains -[ 2.204992] Freeing unused decrypted memory: 2028K -[ 2.207313] Freeing unused kernel image (initmem) memory: 4948K -[ 2.207470] Write protecting the kernel read-only data: 38912k -[ 2.208310] Freeing unused kernel image (text/rodata gap) memory: 1140K -[ 2.209152] Freeing unused kernel image (rodata/data gap) memory: 1444K -[ 2.261226] x86/mm: Checked W+X mappings: passed, no W+X pages found. -[ 2.261230] x86/mm: Checking user space page tables -[ 2.308903] x86/mm: Checked W+X mappings: passed, no W+X pages found. -[ 2.308914] Run /init as init process -[ 2.308916] with arguments: -[ 2.308918] /init -[ 2.308919] with environment: -[ 2.308921] HOME=/ -[ 2.308922] TERM=linux -[ 2.308923] BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve -[ 2.500371] tsc: Refined TSC clocksource calibration: 2599.999 MHz -[ 2.500390] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x257a3b2ad7e, max_idle_ns: 440795282337 ns -[ 2.500462] clocksource: Switched to clocksource tsc -[ 2.576427] ehci-pci 0000:00:1a.0: EHCI Host Controller -[ 2.576439] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 -[ 2.576454] ehci-pci 0000:00:1a.0: debug port 2 -[ 2.580537] ehci-pci 0000:00:1a.0: irq 23, io mem 0xde8fd000 -[ 2.587353] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 -[ 2.587489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 -[ 2.587495] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 2.587499] usb usb1: Product: EHCI Host Controller -[ 2.587503] usb usb1: Manufacturer: Linux 6.17.2-1-pve ehci_hcd -[ 2.587506] usb usb1: SerialNumber: 0000:00:1a.0 -[ 2.587772] hub 1-0:1.0: USB hub found -[ 2.587808] hub 1-0:1.0: 2 ports detected -[ 2.588333] ehci-pci 0000:00:1d.0: EHCI Host Controller -[ 2.588339] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 -[ 2.588360] ehci-pci 0000:00:1d.0: debug port 2 -[ 2.592417] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 3 Gbps, SATA mode -[ 2.592422] ahci 0000:00:1f.2: 6/6 ports implemented (port mask 0x3f) -[ 2.592424] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst -[ 2.592557] tg3 0000:01:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address f8:bc:12:34:e0:74 -[ 2.592565] tg3 0000:01:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1]) -[ 2.592570] tg3 0000:01:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1] -[ 2.592574] tg3 0000:01:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit] -[ 2.592651] ehci-pci 0000:00:1d.0: irq 22, io mem 0xde8fe000 -[ 2.599409] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 -[ 2.599484] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 -[ 2.599488] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 2.599491] usb usb2: Product: EHCI Host Controller -[ 2.599492] usb usb2: Manufacturer: Linux 6.17.2-1-pve ehci_hcd -[ 2.599494] usb usb2: SerialNumber: 0000:00:1d.0 -[ 2.599658] hub 2-0:1.0: USB hub found -[ 2.599687] hub 2-0:1.0: 2 ports detected -[ 2.602276] tg3 0000:01:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address f8:bc:12:34:e0:75 -[ 2.602281] tg3 0000:01:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1]) -[ 2.602283] tg3 0000:01:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1] -[ 2.602286] tg3 0000:01:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit] -[ 2.606012] scsi host0: ahci -[ 2.606247] scsi host1: ahci -[ 2.606483] scsi host2: ahci -[ 2.606729] scsi host3: ahci -[ 2.606913] scsi host4: ahci -[ 2.607125] scsi host5: ahci -[ 2.607201] ata1: SATA max UDMA/133 abar m2048@0xde8ff000 port 0xde8ff100 irq 39 lpm-pol 1 ext -[ 2.607207] ata2: SATA max UDMA/133 abar m2048@0xde8ff000 port 0xde8ff180 irq 39 lpm-pol 1 ext -[ 2.607210] ata3: SATA max UDMA/133 abar m2048@0xde8ff000 port 0xde8ff200 irq 39 lpm-pol 1 ext -[ 2.607212] ata4: SATA max UDMA/133 abar m2048@0xde8ff000 port 0xde8ff280 irq 39 lpm-pol 1 ext -[ 2.607214] ata5: SATA max UDMA/133 abar m2048@0xde8ff000 port 0xde8ff300 irq 39 lpm-pol 4 -[ 2.607216] ata6: SATA max UDMA/133 abar m2048@0xde8ff000 port 0xde8ff380 irq 39 lpm-pol 4 -[ 2.613519] tg3 0000:02:00.0 eth2: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address f8:bc:12:34:e0:76 -[ 2.613524] tg3 0000:02:00.0 eth2: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1]) -[ 2.613526] tg3 0000:02:00.0 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1] -[ 2.613529] tg3 0000:02:00.0 eth2: dma_rwctrl[00000001] dma_mask[64-bit] -[ 2.624910] tg3 0000:02:00.1 eth3: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address f8:bc:12:34:e0:77 -[ 2.624915] tg3 0000:02:00.1 eth3: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1]) -[ 2.624918] tg3 0000:02:00.1 eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1] -[ 2.624920] tg3 0000:02:00.1 eth3: dma_rwctrl[00000001] dma_mask[64-bit] -[ 2.828373] usb 1-1: new high-speed USB device number 2 using ehci-pci -[ 2.836411] usb 2-1: new high-speed USB device number 2 using ehci-pci -[ 2.914186] ata1: SATA link down (SStatus 0 SControl 300) -[ 2.914207] ata2: SATA link down (SStatus 0 SControl 300) -[ 2.914260] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300) -[ 2.914287] ata3: SATA link down (SStatus 0 SControl 300) -[ 2.914341] ata4: SATA link down (SStatus 0 SControl 300) -[ 2.914360] ata6: SATA link down (SStatus 0 SControl 300) -[ 2.918330] ata5.00: ATAPI: TSSTcorp DVD-ROM SU-108CB, D250, max UDMA/100 -[ 2.923225] ata5.00: configured for UDMA/100 -[ 2.942665] scsi 4:0:0:0: CD-ROM TSSTcorp DVD-ROM SU-108CB D250 PQ: 0 ANSI: 5 -[ 2.955711] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00 -[ 2.955716] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 -[ 2.956005] hub 1-1:1.0: USB hub found -[ 2.956092] hub 1-1:1.0: 6 ports detected -[ 2.963834] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00 -[ 2.963839] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 -[ 2.964115] hub 2-1:1.0: USB hub found -[ 2.964214] hub 2-1:1.0: 8 ports detected -[ 3.012161] sr 4:0:0:0: [sr0] scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray -[ 3.012167] cdrom: Uniform CD-ROM driver Revision: 3.20 -[ 3.048492] sr 4:0:0:0: Attached scsi CD-ROM sr0 -[ 3.048604] sr 4:0:0:0: Attached scsi generic sg0 type 5 -[ 3.051107] tg3 0000:01:00.0 eno1: renamed from eth0 -[ 3.051280] tg3 0000:01:00.1 eno2: renamed from eth1 -[ 3.052202] tg3 0000:02:00.0 eno3: renamed from eth2 -[ 3.052760] tg3 0000:02:00.1 eno4: renamed from eth3 -[ 3.237369] usb 1-1.3: new high-speed USB device number 3 using ehci-pci -[ 3.325208] usb 1-1.3: New USB device found, idVendor=413c, idProduct=a101, bcdDevice= 1.10 -[ 3.325213] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 -[ 3.325215] usb 1-1.3: Product: Internal Dual SD -[ 3.325217] usb 1-1.3: Manufacturer: Dell Computer Corp. -[ 3.325219] usb 1-1.3: SerialNumber: 0123456789AB -[ 3.330479] usb-storage 1-1.3:1.0: USB Mass Storage device detected -[ 3.330702] scsi host6: usb-storage 1-1.3:1.0 -[ 3.330856] usbcore: registered new interface driver usb-storage -[ 3.332916] usbcore: registered new interface driver uas -[ 3.398384] usb 1-1.4: new low-speed USB device number 4 using ehci-pci -[ 3.478317] raid6: sse2x4 gen() 13374 MB/s -[ 3.480169] usb 1-1.4: New USB device found, idVendor=10d5, idProduct=5a08, bcdDevice= 0.00 -[ 3.480175] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 -[ 3.480177] usb 1-1.4: Product: KVM -[ 3.480179] usb 1-1.4: Manufacturer: No brand -[ 3.487775] hid: raw HID events driver (C) Jiri Kosina -[ 3.495319] raid6: sse2x2 gen() 9437 MB/s -[ 3.497953] usbcore: registered new interface driver usbhid -[ 3.497957] usbhid: USB HID core driver -[ 3.500016] usbcore: registered new interface driver usbkbd -[ 3.500227] usbcore: registered new interface driver usbmouse -[ 3.503576] input: No brand KVM as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:10D5:5A08.0001/input/input1 -[ 3.512319] raid6: sse2x1 gen() 9826 MB/s -[ 3.512322] raid6: using algorithm sse2x4 gen() 13374 MB/s -[ 3.529317] raid6: .... xor() 7776 MB/s, rmw enabled -[ 3.529319] raid6: using ssse3x2 recovery algorithm -[ 3.531049] xor: automatically using best checksumming function avx -[ 3.554526] hid-generic 0003:10D5:5A08.0001: input,hidraw0: USB HID v1.10 Keyboard [No brand KVM] on usb-0000:00:1a.0-1.4/input0 -[ 3.554747] input: No brand KVM Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:10D5:5A08.0002/input/input2 -[ 3.554942] input: No brand KVM System Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:10D5:5A08.0002/input/input3 -[ 3.556364] usb 1-1.5: new high-speed USB device number 5 using ehci-pci -[ 3.605492] input: No brand KVM Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:10D5:5A08.0002/input/input4 -[ 3.605570] hid-generic 0003:10D5:5A08.0002: input,hidraw1: USB HID v1.10 Mouse [No brand KVM] on usb-0000:00:1a.0-1.4/input1 -[ 3.635460] usb 1-1.5: New USB device found, idVendor=1058, idProduct=2657, bcdDevice=10.34 -[ 3.635467] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 -[ 3.635471] usb 1-1.5: Product: Drive 2657 -[ 3.635474] usb 1-1.5: Manufacturer: Western Digital -[ 3.635477] usb 1-1.5: SerialNumber: 575853324142323254384844 -[ 3.635753] usb-storage 1-1.5:1.0: USB Mass Storage device detected -[ 3.636069] scsi host7: usb-storage 1-1.5:1.0 -[ 3.651357] Btrfs loaded, zoned=yes, fsverity=yes -[ 3.710364] usb 1-1.6: new high-speed USB device number 6 using ehci-pci -[ 3.797457] usb 1-1.6: New USB device found, idVendor=413c, idProduct=a001, bcdDevice= 0.00 -[ 3.797462] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 -[ 3.797465] usb 1-1.6: Product: Gadget USB HUB -[ 3.797467] usb 1-1.6: Manufacturer: no manufacturer -[ 3.797468] usb 1-1.6: SerialNumber: 0123456789 -[ 3.797758] hub 1-1.6:1.0: USB hub found -[ 3.797956] hub 1-1.6:1.0: 6 ports detected -[ 4.220371] usb 1-1.6.1: new high-speed USB device number 7 using ehci-pci -[ 4.321461] usb 1-1.6.1: New USB device found, idVendor=0624, idProduct=0249, bcdDevice= 0.00 -[ 4.321466] usb 1-1.6.1: New USB device strings: Mfr=4, Product=5, SerialNumber=6 -[ 4.321468] usb 1-1.6.1: Product: Keyboard/Mouse Function -[ 4.321470] usb 1-1.6.1: Manufacturer: Avocent -[ 4.321471] usb 1-1.6.1: SerialNumber: 20121018 -[ 4.322623] input: Avocent Keyboard/Mouse Function as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.1/1-1.6.1:1.0/0003:0624:0249.0003/input/input5 -[ 4.357143] scsi 6:0:0:0: Direct-Access Dell Internal Dual SD 1.: PQ: 0 ANSI: 5 -[ 4.357423] sd 6:0:0:0: Attached scsi generic sg1 type 0 -[ 4.358985] sd 6:0:0:0: [sda] 3807232 512-byte logical blocks: (1.95 GB/1.82 GiB) -[ 4.359962] sd 6:0:0:0: [sda] Write Protect is off -[ 4.359966] sd 6:0:0:0: [sda] Mode Sense: 0b 00 00 08 -[ 4.360967] sd 6:0:0:0: [sda] No Caching mode page found -[ 4.360972] sd 6:0:0:0: [sda] Assuming drive cache: write through -[ 4.373506] hid-generic 0003:0624:0249.0003: input,hidraw2: USB HID v1.00 Keyboard [Avocent Keyboard/Mouse Function] on usb-0000:00:1a.0-1.6.1/input0 -[ 4.374309] input: Avocent Keyboard/Mouse Function as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.1/1-1.6.1:1.1/0003:0624:0249.0004/input/input6 -[ 4.374495] hid-generic 0003:0624:0249.0004: input,hidraw3: USB HID v1.00 Mouse [Avocent Keyboard/Mouse Function] on usb-0000:00:1a.0-1.6.1/input1 -[ 4.375243] input: Avocent Keyboard/Mouse Function as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.1/1-1.6.1:1.2/0003:0624:0249.0005/input/input7 -[ 4.375390] hid-generic 0003:0624:0249.0005: input,hidraw4: USB HID v1.00 Mouse [Avocent Keyboard/Mouse Function] on usb-0000:00:1a.0-1.6.1/input2 -[ 4.398742] sd 6:0:0:0: [sda] Attached SCSI disk -[ 4.677410] scsi 7:0:0:0: Direct-Access WD Drive 2657 1034 PQ: 0 ANSI: 6 -[ 4.677662] sd 7:0:0:0: Attached scsi generic sg2 type 0 -[ 7.009502] sd 7:0:0:0: [sdb] 3906963456 512-byte logical blocks: (2.00 TB/1.82 TiB) -[ 7.010499] sd 7:0:0:0: [sdb] Write Protect is off -[ 7.010504] sd 7:0:0:0: [sdb] Mode Sense: 47 00 10 08 -[ 7.011495] sd 7:0:0:0: [sdb] No Caching mode page found -[ 7.011499] sd 7:0:0:0: [sdb] Assuming drive cache: write through -[ 7.078899] sdb: sdb1 sdb2 sdb3 -[ 7.079062] sd 7:0:0:0: [sdb] Attached SCSI disk -[ 8.914423] device-mapper: thin: Data device (dm-3) discard unsupported: Disabling discard passdown. -[ 9.308263] EXT4-fs (dm-1): orphan cleanup on readonly fs -[ 9.308711] EXT4-fs (dm-1): mounted filesystem f84f4c3f-0766-4721-9855-055bfc03759e ro with ordered data mode. Quota mode: none. -[ 11.430139] systemd[1]: Inserted module 'autofs4' -[ 11.604245] ERST: NVRAM ERST Log Address Range not implemented yet. -[ 11.747024] systemd[1]: systemd 257.13-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) -[ 11.747034] systemd[1]: Detected architecture x86-64. -[ 11.789609] systemd[1]: Hostname set to . -[ 11.939505] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. -[ 14.152435] systemd[1]: Queued start job for default target graphical.target. -[ 14.237223] systemd[1]: Created slice system-getty.slice - Slice /system/getty. -[ 14.238050] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. -[ 14.239019] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice. -[ 14.239977] systemd[1]: Created slice user.slice - User and Session Slice. -[ 14.240069] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. -[ 14.240134] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. -[ 14.240403] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. -[ 14.240436] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap... -[ 14.240463] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once. -[ 14.240482] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once. -[ 14.240518] systemd[1]: Reached target network-pre.target - Preparation for Network. -[ 14.240541] systemd[1]: Reached target paths.target - Path Units. -[ 14.240603] systemd[1]: Reached target slices.target - Slice Units. -[ 14.241279] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. -[ 14.241402] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. -[ 14.246951] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. -[ 14.248416] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. -[ 14.248542] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. -[ 14.248716] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). -[ 14.248842] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. -[ 14.248885] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki -[ 14.248906] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki -[ 14.249008] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. -[ 14.249094] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. -[ 14.264600] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... -[ 14.265839] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... -[ 14.265908] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway. -[ 14.267285] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... -[ 14.268562] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... -[ 14.269724] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... -[ 14.269780] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS skipped, unmet condition check ConditionPathExists=/etc/krb5.keytab -[ 14.297344] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... -[ 14.315666] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... -[ 14.317237] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... -[ 14.318482] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... -[ 14.319636] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... -[ 14.320740] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... -[ 14.321827] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... -[ 14.322079] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root -[ 14.322119] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 -[ 14.324662] systemd[1]: Starting systemd-journald.service - Journal Service... -[ 14.451488] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... -[ 14.451516] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki -[ 14.452971] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... -[ 14.453055] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki -[ 14.454560] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... -[ 14.455993] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... -[ 14.470549] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. -[ 14.471007] systemd[1]: modprobe@configfs.service: Deactivated successfully. -[ 14.471275] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. -[ 14.471717] systemd[1]: modprobe@drm.service: Deactivated successfully. -[ 14.471974] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. -[ 14.472729] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. -[ 14.472948] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. -[ 14.473303] systemd[1]: modprobe@fuse.service: Deactivated successfully. -[ 14.473535] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. -[ 14.475116] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... -[ 14.476286] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... -[ 14.477539] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... -[ 14.911380] systemd-journald[539]: Collecting audit messages is disabled. -[ 14.993413] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. -[ 15.151952] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. -[ 15.152530] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. -[ 15.152680] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. -[ 15.152800] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. -[ 15.152916] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. -[ 15.153265] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. -[ 15.153441] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. -[ 15.153566] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. -[ 15.187554] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. -[ 15.200764] EXT4-fs (dm-1): re-mounted f84f4c3f-0766-4721-9855-055bfc03759e r/w. -[ 15.262387] systemd[1]: Starting ifupdown2-pre.service - Helper to synchronize boot up for ifupdown... -[ 15.263650] systemd[1]: Starting systemd-udev-settle.service - Wait for udev To Complete Device Initialization... -[ 15.264056] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. -[ 15.281363] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc -[ 15.281425] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore -[ 15.282737] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... -[ 15.282762] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki -[ 15.429767] systemd[1]: Started systemd-journald.service - Journal Service. -[ 15.505572] systemd-journald[539]: Received client request to flush runtime journal. -[ 16.214449] spl: loading out-of-tree module taints kernel. -[ 17.935947] zfs: module license 'CDDL' taints kernel. -[ 17.935957] Disabling lock debugging due to kernel taint -[ 17.935984] zfs: module license taints kernel. -[ 18.782360] ZFS: Loaded module v2.3.4-pve1, ZFS pool version 5000, ZFS filesystem version 5 -[ 20.559435] IPMI message handler: version 39.2 -[ 20.868580] ipmi device interface -[ 21.131795] tg3 0000:02:00.1 nic3: renamed from eno4 -[ 21.132087] tg3 0000:01:00.1 nic1: renamed from eno2 -[ 21.132247] tg3 0000:01:00.0 nic0: renamed from eno1 -[ 21.132416] tg3 0000:02:00.0 nic2: renamed from eno3 -[ 21.239143] ipmi_si: IPMI System Interface driver -[ 21.239167] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS -[ 21.239170] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10 -[ 21.239173] ipmi_si: Adding SMBIOS-specified kcs state machine -[ 21.239241] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10 -[ 21.336369] ipmi_si dmi-ipmi-si.0: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed. -[ 21.354423] ipmi_si dmi-ipmi-si.0: Using irq 10 -[ 21.371240] ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20) -[ 21.390883] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized -[ 21.395181] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer -[ 21.395185] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules -[ 21.395186] RAPL PMU: hw unit of domain package 2^-16 Joules -[ 21.395188] RAPL PMU: hw unit of domain dram 2^-16 Joules -[ 21.473066] ipmi_ssif: IPMI SSIF Interface driver -[ 21.541449] input: PC Speaker as /devices/platform/pcspkr/input/input8 -[ 21.693096] mei_me 0000:00:16.0: Device doesn't have valid ME Interface -[ 21.986573] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4) -[ 22.218777] mgag200 0000:0b:00.0: vgaarb: deactivate vga console -[ 22.220766] Console: switching to colour dummy device 80x25 -[ 22.232833] mgag200 0000:0b:00.0: [drm] Registered 1 planes with drm panic -[ 22.232836] [drm] Initialized mgag200 1.0.0 for 0000:0b:00.0 on minor 0 -[ 22.237415] fbcon: mgag200drmfb (fb0) is primary device -[ 22.291131] Console: switching to colour frame buffer device 128x48 -[ 22.326637] mgag200 0000:0b:00.0: [drm] fb0: mgag200drmfb frame buffer device -[ 23.015957] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:8388604k -[ 23.462366] EDAC sbridge: Seeking for: PCI ID 8086:0ea0 -[ 23.462396] EDAC sbridge: Seeking for: PCI ID 8086:0ea0 -[ 23.462406] EDAC sbridge: Seeking for: PCI ID 8086:0ea0 -[ 23.462412] EDAC sbridge: Seeking for: PCI ID 8086:0e60 -[ 23.462418] EDAC sbridge: Seeking for: PCI ID 8086:0ea8 -[ 23.462422] EDAC sbridge: Seeking for: PCI ID 8086:0ea8 -[ 23.462427] EDAC sbridge: Seeking for: PCI ID 8086:0ea8 -[ 23.462429] EDAC sbridge: Seeking for: PCI ID 8086:0e71 -[ 23.462434] EDAC sbridge: Seeking for: PCI ID 8086:0e71 -[ 23.462438] EDAC sbridge: Seeking for: PCI ID 8086:0e71 -[ 23.462440] EDAC sbridge: Seeking for: PCI ID 8086:0eaa -[ 23.462451] EDAC sbridge: Seeking for: PCI ID 8086:0eaa -[ 23.462455] EDAC sbridge: Seeking for: PCI ID 8086:0eaa -[ 23.462458] EDAC sbridge: Seeking for: PCI ID 8086:0eab -[ 23.462462] EDAC sbridge: Seeking for: PCI ID 8086:0eab -[ 23.462467] EDAC sbridge: Seeking for: PCI ID 8086:0eab -[ 23.462470] EDAC sbridge: Seeking for: PCI ID 8086:0eac -[ 23.462474] EDAC sbridge: Seeking for: PCI ID 8086:0eac -[ 23.462479] EDAC sbridge: Seeking for: PCI ID 8086:0eac -[ 23.462482] EDAC sbridge: Seeking for: PCI ID 8086:0ead -[ 23.462486] EDAC sbridge: Seeking for: PCI ID 8086:0ead -[ 23.462492] EDAC sbridge: Seeking for: PCI ID 8086:0ead -[ 23.462494] EDAC sbridge: Seeking for: PCI ID 8086:0e68 -[ 23.462500] EDAC sbridge: Seeking for: PCI ID 8086:0e79 -[ 23.462506] EDAC sbridge: Seeking for: PCI ID 8086:0e6a -[ 23.462511] EDAC sbridge: Seeking for: PCI ID 8086:0e6b -[ 23.462517] EDAC sbridge: Seeking for: PCI ID 8086:0e6c -[ 23.462522] EDAC sbridge: Seeking for: PCI ID 8086:0e6d -[ 23.462528] EDAC sbridge: Seeking for: PCI ID 8086:0eb8 -[ 23.462534] EDAC sbridge: Seeking for: PCI ID 8086:0ebc -[ 23.462539] EDAC sbridge: Seeking for: PCI ID 8086:0ec8 -[ 23.462544] EDAC sbridge: Seeking for: PCI ID 8086:0ec8 -[ 23.462549] EDAC sbridge: Seeking for: PCI ID 8086:0ec8 -[ 23.462551] EDAC sbridge: Seeking for: PCI ID 8086:0ec9 -[ 23.462556] EDAC sbridge: Seeking for: PCI ID 8086:0ec9 -[ 23.462561] EDAC sbridge: Seeking for: PCI ID 8086:0ec9 -[ 23.462563] EDAC sbridge: Seeking for: PCI ID 8086:0eca -[ 23.462569] EDAC sbridge: Seeking for: PCI ID 8086:0eca -[ 23.462573] EDAC sbridge: Seeking for: PCI ID 8086:0eca -[ 23.462699] EDAC MC0: Giving out device to module sb_edac controller Ivy Bridge SrcID#0_Ha#0: DEV 0000:3f:0e.0 (INTERRUPT) -[ 23.462817] EDAC MC1: Giving out device to module sb_edac controller Ivy Bridge SrcID#1_Ha#0: DEV 0000:7f:0e.0 (INTERRUPT) -[ 23.462819] EDAC sbridge: Ver: 1.1.2 -[ 23.562537] intel_rapl_common: Found RAPL domain package -[ 23.562542] intel_rapl_common: Found RAPL domain core -[ 23.562546] intel_rapl_common: Found RAPL domain dram -[ 23.562747] intel_rapl_common: Found RAPL domain package -[ 23.562752] intel_rapl_common: Found RAPL domain core -[ 23.562755] intel_rapl_common: Found RAPL domain dram -[ 23.684421] power_meter ACPI000D:00: Waiting for ACPI IPMI timeout -[ 23.684631] ACPI Error: AE_NOT_EXIST, Returned by Handler for [IPMI] (20250404/evregion-301) -[ 23.684646] ACPI Error: Region IPMI (ID=7) has no handler (20250404/exfldio-261) - -[ 23.684654] No Local Variables are initialized for Method [_GHL] - -[ 23.684657] No Arguments are initialized for method [_GHL] - -[ 23.684660] ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error (AE_NOT_EXIST) (20250404/psparse-529) -[ 23.684671] ACPI Error: Aborting method \_SB.PMI0._PMC due to previous error (AE_NOT_EXIST) (20250404/psparse-529) -[ 23.684680] ACPI: \_SB_.PMI0: _PMC evaluation failed: AE_NOT_EXIST -[ 26.153282] audit: type=1400 audit(1785099317.068:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=845 comm="apparmor_parser" -[ 26.153327] audit: type=1400 audit(1785099317.068:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=836 comm="apparmor_parser" -[ 26.153396] audit: type=1400 audit(1785099317.068:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="flatpak" pid=857 comm="apparmor_parser" -[ 26.153468] audit: type=1400 audit(1785099317.068:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="evolution" pid=855 comm="apparmor_parser" -[ 26.153536] audit: type=1400 audit(1785099317.068:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=839 comm="apparmor_parser" -[ 26.153590] audit: type=1400 audit(1785099317.068:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="epiphany" pid=854 comm="apparmor_parser" -[ 26.153655] audit: type=1400 audit(1785099317.068:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="foliate" pid=858 comm="apparmor_parser" -[ 26.153716] audit: type=1400 audit(1785099317.068:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=842 comm="apparmor_parser" -[ 26.153772] audit: type=1400 audit(1785099317.068:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="vscode" pid=850 comm="apparmor_parser" -[ 26.153827] audit: type=1400 audit(1785099317.068:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=844 comm="apparmor_parser" -[ 31.072837] RPC: Registered named UNIX socket transport module. -[ 31.072844] RPC: Registered udp transport module. -[ 31.072845] RPC: Registered tcp transport module. -[ 31.072847] RPC: Registered tcp-with-tls transport module. -[ 31.072848] RPC: Registered tcp NFSv4.1 backchannel transport module. -[ 31.495380] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) -[ 31.495387] softdog: soft_reboot_cmd= soft_active_on_boot=0 -[ 42.236009] vmbr0: port 1(nic0) entered blocking state -[ 42.236017] vmbr0: port 1(nic0) entered disabled state -[ 42.236043] tg3 0000:01:00.0 nic0: entered allmulticast mode -[ 42.236113] tg3 0000:01:00.0 nic0: entered promiscuous mode -[ 43.745987] tg3 0000:02:00.1 nic3: Link is up at 100 Mbps, full duplex -[ 43.746009] tg3 0000:02:00.1 nic3: Flow control is on for TX and on for RX -[ 43.746013] tg3 0000:02:00.1 nic3: EEE is disabled -[ 45.931956] tg3 0000:01:00.0 nic0: Link is up at 1000 Mbps, full duplex -[ 45.931980] tg3 0000:01:00.0 nic0: Flow control is off for TX and off for RX -[ 45.931983] tg3 0000:01:00.0 nic0: EEE is disabled -[ 45.932000] vmbr0: port 1(nic0) entered blocking state -[ 45.932007] vmbr0: port 1(nic0) entered forwarding state -[ 47.458116] kauditd_printk_skb: 109 callbacks suppressed -[ 47.458120] audit: type=1400 audit(1785099338.374:121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1195 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 47.479634] audit: type=1400 audit(1785099338.395:122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none -[ 47.479660] audit: type=1400 audit(1785099338.395:123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none -[ 47.595196] audit: type=1400 audit(1785099338.511:124): apparmor="DENIED" operation="capable" class="cap" profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" capability=21 capname="sys_admin" -[ 47.595348] audit: type=1400 audit(1785099338.511:125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 47.598175] audit: type=1400 audit(1785099338.514:126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 47.598190] audit: type=1400 audit(1785099338.514:127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 47.600373] audit: type=1400 audit(1785099338.516:128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 47.675080] audit: type=1400 audit(1785099338.591:129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 47.816480] bond0: (slave nic1): Enslaving as a backup interface with a down link -[ 47.939997] bond0: (slave nic2): Enslaving as a backup interface with a down link -[ 47.955039] datanet: port 1(bond0) entered blocking state -[ 47.955045] datanet: port 1(bond0) entered disabled state -[ 47.955068] bond0: entered allmulticast mode -[ 47.955072] tg3 0000:01:00.1 nic1: entered allmulticast mode -[ 47.955075] tg3 0000:02:00.0 nic2: entered allmulticast mode -[ 47.955143] bond0: entered promiscuous mode -[ 47.955146] tg3 0000:01:00.1 nic1: entered promiscuous mode -[ 47.955204] tg3 0000:02:00.0 nic2: entered promiscuous mode -[ 50.052654] audit: type=1400 audit(1785099340.968:130): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=1328 comm="apparmor_parser" -[ 50.907313] tg3 0000:01:00.1 nic1: Link is up at 1000 Mbps, full duplex -[ 50.907327] tg3 0000:01:00.1 nic1: Flow control is off for TX and off for RX -[ 50.907329] tg3 0000:01:00.1 nic1: EEE is disabled -[ 50.980067] bond0: (slave nic1): link status definitely up, 1000 Mbps full duplex -[ 50.980075] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond -[ 50.980095] bond0: active interface up! -[ 50.980114] datanet: port 1(bond0) entered blocking state -[ 50.980119] datanet: port 1(bond0) entered forwarding state -[ 51.500974] tg3 0000:02:00.0 nic2: Link is up at 1000 Mbps, full duplex -[ 51.500977] bond0: (slave nic2): failed to get link speed/duplex -[ 51.500985] tg3 0000:02:00.0 nic2: Flow control is off for TX and off for RX -[ 51.500987] tg3 0000:02:00.0 nic2: EEE is disabled -[ 51.604064] bond0: (slave nic2): link status definitely up, 1000 Mbps full duplex -[ 70.805566] kvm_intel: L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details. -[ 85.407175] netfs: FS-Cache loaded -[ 85.568954] nfs: Unknown parameter 'version' -[ 85.588745] nfs: Unknown parameter 'version' -[ 85.609962] nfs: Unknown parameter 'version' -[ 85.630744] nfs: Unknown parameter 'version' -[ 85.722508] nfs: Unknown parameter 'version' -[ 86.027527] nfs: Unknown parameter 'version' -[ 86.046418] nfs: Unknown parameter 'version' -[ 86.067429] nfs: Unknown parameter 'version' -[ 86.085991] nfs: Unknown parameter 'version' -[ 86.106529] nfs: Unknown parameter 'version' -[ 86.125822] nfs: Unknown parameter 'version' -[ 86.129460] nfs: Unknown parameter 'version' -[ 86.278393] nfs: Unknown parameter 'version' -[ 96.329948] nfs: Unknown parameter 'version' -[ 96.348787] nfs: Unknown parameter 'version' -[ 96.370178] nfs: Unknown parameter 'version' -[ 96.388479] nfs: Unknown parameter 'version' -[ 96.407150] nfs: Unknown parameter 'version' -[ 96.525134] nfs: Unknown parameter 'version' -[ 96.556086] nfs: Unknown parameter 'version' -[ 106.607481] nfs: Unknown parameter 'version' -[ 106.629039] nfs: Unknown parameter 'version' -[ 106.648222] nfs: Unknown parameter 'version' -[ 106.666982] nfs: Unknown parameter 'version' -[ 106.685135] nfs: Unknown parameter 'version' -[ 106.703321] nfs: Unknown parameter 'version' -[ 106.849926] nfs: Unknown parameter 'version' -[ 115.902300] nfs: Unknown parameter 'version' -[ 115.921808] nfs: Unknown parameter 'version' -[ 116.185435] nfs: Unknown parameter 'version' -[ 116.204094] nfs: Unknown parameter 'version' -[ 116.225215] nfs: Unknown parameter 'version' -[ 116.243938] nfs: Unknown parameter 'version' -[ 116.265123] nfs: Unknown parameter 'version' -[ 126.355922] nfs: Unknown parameter 'version' -[ 126.375007] nfs: Unknown parameter 'version' -[ 126.396250] nfs: Unknown parameter 'version' -[ 126.414652] nfs: Unknown parameter 'version' -[ 126.435715] nfs: Unknown parameter 'version' -[ 126.456557] nfs: Unknown parameter 'version' -[ 126.607099] nfs: Unknown parameter 'version' -[ 135.667502] nfs: Unknown parameter 'version' -[ 135.814392] nfs: Unknown parameter 'version' -[ 135.835735] nfs: Unknown parameter 'version' -[ 135.856845] nfs: Unknown parameter 'version' -[ 135.875600] nfs: Unknown parameter 'version' -[ 135.894113] nfs: Unknown parameter 'version' -[ 135.912584] nfs: Unknown parameter 'version' -[ 145.965014] nfs: Unknown parameter 'version' -[ 145.984430] nfs: Unknown parameter 'version' -[ 146.005592] nfs: Unknown parameter 'version' -[ 146.024190] nfs: Unknown parameter 'version' -[ 146.042612] nfs: Unknown parameter 'version' -[ 146.187750] nfs: Unknown parameter 'version' -[ 146.209082] nfs: Unknown parameter 'version' -[ 156.268402] nfs: Unknown parameter 'version' -[ 156.404381] nfs: Unknown parameter 'version' -[ 156.423331] nfs: Unknown parameter 'version' -[ 156.444302] nfs: Unknown parameter 'version' -[ 156.464774] nfs: Unknown parameter 'version' -[ 156.483373] nfs: Unknown parameter 'version' -[ 156.501731] nfs: Unknown parameter 'version' -[ 166.550938] nfs: Unknown parameter 'version' -[ 166.570017] nfs: Unknown parameter 'version' -[ 166.591239] nfs: Unknown parameter 'version' -[ 166.609670] nfs: Unknown parameter 'version' -[ 166.630804] nfs: Unknown parameter 'version' -[ 166.651777] nfs: Unknown parameter 'version' -[ 166.670302] nfs: Unknown parameter 'version' -[ 175.961905] nfs: Unknown parameter 'version' -[ 175.982969] nfs: Unknown parameter 'version' -[ 176.004140] nfs: Unknown parameter 'version' -[ 176.022791] nfs: Unknown parameter 'version' -[ 176.043596] nfs: Unknown parameter 'version' -[ 176.062200] nfs: Unknown parameter 'version' -[ 176.080787] nfs: Unknown parameter 'version' -[ 186.238773] nfs: Unknown parameter 'version' -[ 186.260191] nfs: Unknown parameter 'version' -[ 186.278988] nfs: Unknown parameter 'version' -[ 186.300126] nfs: Unknown parameter 'version' -[ 186.321641] nfs: Unknown parameter 'version' -[ 186.340128] nfs: Unknown parameter 'version' -[ 186.358544] nfs: Unknown parameter 'version' -[ 196.409178] nfs: Unknown parameter 'version' -[ 196.430728] nfs: Unknown parameter 'version' -[ 196.450003] nfs: Unknown parameter 'version' -[ 196.468664] nfs: Unknown parameter 'version' -[ 196.487673] nfs: Unknown parameter 'version' -[ 196.506321] nfs: Unknown parameter 'version' -[ 196.649754] nfs: Unknown parameter 'version' -[ 205.701499] nfs: Unknown parameter 'version' -[ 205.720135] nfs: Unknown parameter 'version' -[ 205.741481] nfs: Unknown parameter 'version' -[ 205.760141] nfs: Unknown parameter 'version' -[ 205.778476] nfs: Unknown parameter 'version' -[ 205.940890] nfs: Unknown parameter 'version' -[ 205.961930] nfs: Unknown parameter 'version' -[ 216.132743] nfs: Unknown parameter 'version' -[ 216.154224] nfs: Unknown parameter 'version' -[ 216.173466] nfs: Unknown parameter 'version' -[ 216.194598] nfs: Unknown parameter 'version' -[ 216.215857] nfs: Unknown parameter 'version' -[ 216.234495] nfs: Unknown parameter 'version' -[ 216.253324] nfs: Unknown parameter 'version' -[ 226.305177] nfs: Unknown parameter 'version' -[ 226.324324] nfs: Unknown parameter 'version' -[ 226.345856] nfs: Unknown parameter 'version' -[ 226.364052] nfs: Unknown parameter 'version' -[ 226.382276] nfs: Unknown parameter 'version' -[ 226.401014] nfs: Unknown parameter 'version' -[ 226.561584] nfs: Unknown parameter 'version' -[ 236.613999] nfs: Unknown parameter 'version' -[ 236.764201] nfs: Unknown parameter 'version' -[ 236.782848] nfs: Unknown parameter 'version' -[ 236.801547] nfs: Unknown parameter 'version' -[ 236.820316] nfs: Unknown parameter 'version' -[ 236.841587] nfs: Unknown parameter 'version' -[ 236.862810] nfs: Unknown parameter 'version' -[ 245.912224] nfs: Unknown parameter 'version' -[ 245.931132] nfs: Unknown parameter 'version' -[ 245.952632] nfs: Unknown parameter 'version' -[ 245.971322] nfs: Unknown parameter 'version' -[ 245.991914] nfs: Unknown parameter 'version' -[ 246.012721] nfs: Unknown parameter 'version' -[ 246.135628] nfs: Unknown parameter 'version' -[ 256.302959] nfs: Unknown parameter 'version' -[ 256.324277] nfs: Unknown parameter 'version' -[ 256.345287] nfs: Unknown parameter 'version' -[ 256.367387] nfs: Unknown parameter 'version' -[ 256.388726] nfs: Unknown parameter 'version' -[ 256.407170] nfs: Unknown parameter 'version' -[ 256.425557] nfs: Unknown parameter 'version' -[ 266.484502] nfs: Unknown parameter 'version' -[ 266.503640] nfs: Unknown parameter 'version' -[ 266.525001] nfs: Unknown parameter 'version' -[ 266.543363] nfs: Unknown parameter 'version' -[ 266.564320] nfs: Unknown parameter 'version' -[ 266.585745] nfs: Unknown parameter 'version' -[ 266.709549] nfs: Unknown parameter 'version' -[ 275.779508] nfs: Unknown parameter 'version' -[ 275.900454] nfs: Unknown parameter 'version' -[ 275.921730] nfs: Unknown parameter 'version' -[ 275.940633] nfs: Unknown parameter 'version' -[ 275.961920] nfs: Unknown parameter 'version' -[ 275.981173] nfs: Unknown parameter 'version' -[ 276.000438] nfs: Unknown parameter 'version' -[ 277.859638] kauditd_printk_skb: 5 callbacks suppressed -[ 277.859646] audit: type=1400 audit(1785099569.276:136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 277.861668] audit: type=1400 audit(1785099569.278:137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 277.893531] audit: type=1400 audit(1785099569.309:138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 286.052212] nfs: Unknown parameter 'version' -[ 286.070908] nfs: Unknown parameter 'version' -[ 286.092034] nfs: Unknown parameter 'version' -[ 286.110639] nfs: Unknown parameter 'version' -[ 286.129087] nfs: Unknown parameter 'version' -[ 286.157444] nfs: Unknown parameter 'version' -[ 286.299145] nfs: Unknown parameter 'version' -[ 296.351452] nfs: Unknown parameter 'version' -[ 296.368337] nfs: Unknown parameter 'version' -[ 296.514810] nfs: Unknown parameter 'version' -[ 296.531220] nfs: Unknown parameter 'version' -[ 296.550150] nfs: Unknown parameter 'version' -[ 296.569078] nfs: Unknown parameter 'version' -[ 296.585610] nfs: Unknown parameter 'version' -[ 298.959189] nfs: Unknown parameter 'version' -[ 301.678977] nfs: Unknown parameter 'version' -[ 304.466582] nfs: Unknown parameter 'version' -[ 305.634245] nfs: Unknown parameter 'version' -[ 305.653551] nfs: Unknown parameter 'version' -[ 305.672636] nfs: Unknown parameter 'version' -[ 305.689518] nfs: Unknown parameter 'version' -[ 305.705822] nfs: Unknown parameter 'version' -[ 305.730587] nfs: Unknown parameter 'version' -[ 305.873649] nfs: Unknown parameter 'version' -[ 307.166973] nfs: Unknown parameter 'version' -[ 315.922869] nfs: Unknown parameter 'version' -[ 315.941594] nfs: Unknown parameter 'version' -[ 315.962961] nfs: Unknown parameter 'version' -[ 315.984094] nfs: Unknown parameter 'version' -[ 316.002993] nfs: Unknown parameter 'version' -[ 316.024158] nfs: Unknown parameter 'version' -[ 316.173695] nfs: Unknown parameter 'version' -[ 325.146289] vmbr0: the hash_elasticity option has been deprecated and is always 16 -[ 325.179252] datanet: the hash_elasticity option has been deprecated and is always 16 -[ 326.235679] nfs: Unknown parameter 'version' -[ 326.254278] nfs: Unknown parameter 'version' -[ 326.411406] nfs: Unknown parameter 'version' -[ 326.429941] nfs: Unknown parameter 'version' -[ 326.451281] nfs: Unknown parameter 'version' -[ 326.472440] nfs: Unknown parameter 'version' -[ 326.491100] nfs: Unknown parameter 'version' -[ 336.540841] nfs: Unknown parameter 'version' -[ 336.562265] nfs: Unknown parameter 'version' -[ 336.583709] nfs: Unknown parameter 'version' -[ 336.602138] nfs: Unknown parameter 'version' -[ 336.621011] nfs: Unknown parameter 'version' -[ 336.648893] nfs: Unknown parameter 'version' -[ 336.788246] nfs: Unknown parameter 'version' -[ 345.838640] nfs: Unknown parameter 'version' -[ 345.857726] nfs: Unknown parameter 'version' -[ 345.878896] nfs: Unknown parameter 'version' -[ 345.897663] nfs: Unknown parameter 'version' -[ 345.916523] nfs: Unknown parameter 'version' -[ 346.050785] nfs: Unknown parameter 'version' -[ 346.081979] nfs: Unknown parameter 'version' -[ 348.089240] NFS: Registering the id_resolver key type -[ 348.089252] Key type id_resolver registered -[ 348.089254] Key type id_legacy registered -[ 356.133935] nfs: Unknown parameter 'version' -[ 356.153248] nfs: Unknown parameter 'version' -[ 356.198548] nfs: Unknown parameter 'version' -[ 356.217418] nfs: Unknown parameter 'version' -[ 356.327935] nfs: Unknown parameter 'version' -[ 356.359104] nfs: Unknown parameter 'version' -[ 366.510636] nfs: Unknown parameter 'version' -[ 366.530071] nfs: Unknown parameter 'version' -[ 366.571993] nfs: Unknown parameter 'version' -[ 366.590336] nfs: Unknown parameter 'version' -[ 366.804851] nfs: Unknown parameter 'version' -[ 366.836242] nfs: Unknown parameter 'version' -[ 375.888497] nfs: Unknown parameter 'version' -[ 375.907671] nfs: Unknown parameter 'version' -[ 376.206481] nfs: Unknown parameter 'version' -[ 376.225642] nfs: Unknown parameter 'version' -[ 376.245986] nfs: Unknown parameter 'version' -[ 376.288464] nfs: Unknown parameter 'version' -[ 386.363283] nfs: Unknown parameter 'version' -[ 386.385022] nfs: Unknown parameter 'version' -[ 386.404312] nfs: Unknown parameter 'version' -[ 386.423242] nfs: Unknown parameter 'version' -[ 386.582304] nfs: Unknown parameter 'version' -[ 386.603913] nfs: Unknown parameter 'version' -[ 395.656077] nfs: Unknown parameter 'version' -[ 395.684863] nfs: Unknown parameter 'version' -[ 395.829076] nfs: Unknown parameter 'version' -[ 395.848109] nfs: Unknown parameter 'version' -[ 395.890026] nfs: Unknown parameter 'version' -[ 395.911069] nfs: Unknown parameter 'version' -[ 405.959538] nfs: Unknown parameter 'version' -[ 406.004820] nfs: Unknown parameter 'version' -[ 406.023650] nfs: Unknown parameter 'version' -[ 406.042440] nfs: Unknown parameter 'version' -[ 406.070649] nfs: Unknown parameter 'version' -[ 406.193966] nfs: Unknown parameter 'version' -[ 416.245706] nfs: Unknown parameter 'version' -[ 416.344781] nfs: Unknown parameter 'version' -[ 416.373360] nfs: Unknown parameter 'version' -[ 416.392521] nfs: Unknown parameter 'version' -[ 416.413867] nfs: Unknown parameter 'version' -[ 416.456575] nfs: Unknown parameter 'version' -[ 426.505686] nfs: Unknown parameter 'version' -[ 426.633216] nfs: Unknown parameter 'version' -[ 426.654561] nfs: Unknown parameter 'version' -[ 426.673447] nfs: Unknown parameter 'version' -[ 426.715377] nfs: Unknown parameter 'version' -[ 426.734293] nfs: Unknown parameter 'version' -[ 435.890324] nfs: Unknown parameter 'version' -[ 435.921399] nfs: Unknown parameter 'version' -[ 435.943014] nfs: Unknown parameter 'version' -[ 435.961755] nfs: Unknown parameter 'version' -[ 436.004471] nfs: Unknown parameter 'version' -[ 436.023226] nfs: Unknown parameter 'version' -[ 445.885570] tap701i0: entered promiscuous mode -[ 446.081591] vmbr0: port 2(fwpr701p0) entered blocking state -[ 446.081599] vmbr0: port 2(fwpr701p0) entered disabled state -[ 446.081624] fwpr701p0: entered allmulticast mode -[ 446.081696] fwpr701p0: entered promiscuous mode -[ 446.081803] vmbr0: port 2(fwpr701p0) entered blocking state -[ 446.081808] vmbr0: port 2(fwpr701p0) entered forwarding state -[ 446.096360] fwbr701i0: port 1(fwln701i0) entered blocking state -[ 446.096365] fwbr701i0: port 1(fwln701i0) entered disabled state -[ 446.096390] fwln701i0: entered allmulticast mode -[ 446.096453] fwln701i0: entered promiscuous mode -[ 446.096525] fwbr701i0: port 1(fwln701i0) entered blocking state -[ 446.096537] fwbr701i0: port 1(fwln701i0) entered forwarding state -[ 446.110461] fwbr701i0: port 2(tap701i0) entered blocking state -[ 446.110466] fwbr701i0: port 2(tap701i0) entered disabled state -[ 446.110485] tap701i0: entered allmulticast mode -[ 446.110568] fwbr701i0: port 2(tap701i0) entered blocking state -[ 446.110571] fwbr701i0: port 2(tap701i0) entered forwarding state -[ 447.198280] tap701i1: entered promiscuous mode -[ 447.279623] datanet: port 2(fwpr701p1) entered blocking state -[ 447.279631] datanet: port 2(fwpr701p1) entered disabled state -[ 447.279663] fwpr701p1: entered allmulticast mode -[ 447.279788] fwpr701p1: entered promiscuous mode -[ 447.279871] datanet: port 2(fwpr701p1) entered blocking state -[ 447.279876] datanet: port 2(fwpr701p1) entered forwarding state -[ 447.293622] fwbr701i1: port 1(fwln701i1) entered blocking state -[ 447.293627] fwbr701i1: port 1(fwln701i1) entered disabled state -[ 447.293642] fwln701i1: entered allmulticast mode -[ 447.293723] fwln701i1: entered promiscuous mode -[ 447.293782] fwbr701i1: port 1(fwln701i1) entered blocking state -[ 447.293786] fwbr701i1: port 1(fwln701i1) entered forwarding state -[ 447.307541] fwbr701i1: port 2(tap701i1) entered blocking state -[ 447.307545] fwbr701i1: port 2(tap701i1) entered disabled state -[ 447.307566] tap701i1: entered allmulticast mode -[ 447.307652] fwbr701i1: port 2(tap701i1) entered blocking state -[ 447.307655] fwbr701i1: port 2(tap701i1) entered forwarding state -[ 451.651805] tap702i0: entered promiscuous mode -[ 451.725849] vmbr0: port 3(fwpr702p0) entered blocking state -[ 451.725858] vmbr0: port 3(fwpr702p0) entered disabled state -[ 451.725887] fwpr702p0: entered allmulticast mode -[ 451.725959] fwpr702p0: entered promiscuous mode -[ 451.726013] vmbr0: port 3(fwpr702p0) entered blocking state -[ 451.726017] vmbr0: port 3(fwpr702p0) entered forwarding state -[ 451.737141] fwbr702i0: port 1(fwln702i0) entered blocking state -[ 451.737148] fwbr702i0: port 1(fwln702i0) entered disabled state -[ 451.737180] fwln702i0: entered allmulticast mode -[ 451.737259] fwln702i0: entered promiscuous mode -[ 451.737336] fwbr702i0: port 1(fwln702i0) entered blocking state -[ 451.737339] fwbr702i0: port 1(fwln702i0) entered forwarding state -[ 451.747339] fwbr702i0: port 2(tap702i0) entered blocking state -[ 451.747344] fwbr702i0: port 2(tap702i0) entered disabled state -[ 451.747366] tap702i0: entered allmulticast mode -[ 451.747461] fwbr702i0: port 2(tap702i0) entered blocking state -[ 451.747464] fwbr702i0: port 2(tap702i0) entered forwarding state -[ 455.851085] tap703i0: entered promiscuous mode -[ 455.922264] vmbr0: port 4(fwpr703p0) entered blocking state -[ 455.922272] vmbr0: port 4(fwpr703p0) entered disabled state -[ 455.922307] fwpr703p0: entered allmulticast mode -[ 455.922380] fwpr703p0: entered promiscuous mode -[ 455.922454] vmbr0: port 4(fwpr703p0) entered blocking state -[ 455.922460] vmbr0: port 4(fwpr703p0) entered forwarding state -[ 455.933582] fwbr703i0: port 1(fwln703i0) entered blocking state -[ 455.933592] fwbr703i0: port 1(fwln703i0) entered disabled state -[ 455.933634] fwln703i0: entered allmulticast mode -[ 455.933912] fwln703i0: entered promiscuous mode -[ 455.934103] fwbr703i0: port 1(fwln703i0) entered blocking state -[ 455.934109] fwbr703i0: port 1(fwln703i0) entered forwarding state -[ 455.947775] fwbr703i0: port 2(tap703i0) entered blocking state -[ 455.947781] fwbr703i0: port 2(tap703i0) entered disabled state -[ 455.947803] tap703i0: entered allmulticast mode -[ 455.947932] fwbr703i0: port 2(tap703i0) entered blocking state -[ 455.947936] fwbr703i0: port 2(tap703i0) entered forwarding state -[ 460.082483] tap704i0: entered promiscuous mode -[ 460.157935] vmbr0: port 5(fwpr704p0) entered blocking state -[ 460.157943] vmbr0: port 5(fwpr704p0) entered disabled state -[ 460.157969] fwpr704p0: entered allmulticast mode -[ 460.158057] fwpr704p0: entered promiscuous mode -[ 460.158102] vmbr0: port 5(fwpr704p0) entered blocking state -[ 460.158106] vmbr0: port 5(fwpr704p0) entered forwarding state -[ 460.172692] fwbr704i0: port 1(fwln704i0) entered blocking state -[ 460.172705] fwbr704i0: port 1(fwln704i0) entered disabled state -[ 460.172750] fwln704i0: entered allmulticast mode -[ 460.173030] fwln704i0: entered promiscuous mode -[ 460.173140] fwbr704i0: port 1(fwln704i0) entered blocking state -[ 460.173146] fwbr704i0: port 1(fwln704i0) entered forwarding state -[ 460.185660] fwbr704i0: port 2(tap704i0) entered blocking state -[ 460.185667] fwbr704i0: port 2(tap704i0) entered disabled state -[ 460.185692] tap704i0: entered allmulticast mode -[ 460.185800] fwbr704i0: port 2(tap704i0) entered blocking state -[ 460.185804] fwbr704i0: port 2(tap704i0) entered forwarding state -[ 461.251172] tap704i1: entered promiscuous mode -[ 461.331589] datanet: port 3(fwpr704p1) entered blocking state -[ 461.331599] datanet: port 3(fwpr704p1) entered disabled state -[ 461.331635] fwpr704p1: entered allmulticast mode -[ 461.331734] fwpr704p1: entered promiscuous mode -[ 461.331787] datanet: port 3(fwpr704p1) entered blocking state -[ 461.331791] datanet: port 3(fwpr704p1) entered forwarding state -[ 461.342524] fwbr704i1: port 1(fwln704i1) entered blocking state -[ 461.342531] fwbr704i1: port 1(fwln704i1) entered disabled state -[ 461.342562] fwln704i1: entered allmulticast mode -[ 461.342653] fwln704i1: entered promiscuous mode -[ 461.342716] fwbr704i1: port 1(fwln704i1) entered blocking state -[ 461.342720] fwbr704i1: port 1(fwln704i1) entered forwarding state -[ 461.352699] fwbr704i1: port 2(tap704i1) entered blocking state -[ 461.352704] fwbr704i1: port 2(tap704i1) entered disabled state -[ 461.352724] tap704i1: entered allmulticast mode -[ 461.352809] fwbr704i1: port 2(tap704i1) entered blocking state -[ 461.352812] fwbr704i1: port 2(tap704i1) entered forwarding state -[ 578.801682] audit: type=1400 audit(1785099870.226:139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 578.803727] audit: type=1400 audit(1785099870.228:140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 578.836935] audit: type=1400 audit(1785099870.261:141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 832.227023] audit: type=1400 audit(1785100123.657:142): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/chronyd" pid=10119 comm="apparmor_parser" -[ 834.489780] audit: type=1400 audit(1785100125.920:143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 834.491567] audit: type=1400 audit(1785100125.922:144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 834.527700] audit: type=1400 audit(1785100125.958:145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 884.120561] audit: type=1400 audit(1785100175.554:146): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=23361 comm="apparmor_parser" -[ 884.364910] audit: type=1400 audit(1785100175.798:147): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=23364 comm="apparmor_parser" -[ 884.369140] audit: type=1400 audit(1785100175.802:148): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=23364 comm="apparmor_parser" -[ 884.373009] audit: type=1400 audit(1785100175.806:149): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=23364 comm="apparmor_parser" -[ 884.380008] audit: type=1400 audit(1785100175.813:150): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-nesting" pid=23364 comm="apparmor_parser" -[ 885.939185] audit: type=1400 audit(1785100177.372:151): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=23485 comm="apparmor_parser" -[ 885.950178] audit: type=1400 audit(1785100177.383:152): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=23489 comm="apparmor_parser" -[ 885.974369] audit: type=1400 audit(1785100177.407:153): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=23493 comm="apparmor_parser" -[ 885.974383] audit: type=1400 audit(1785100177.407:154): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=23493 comm="apparmor_parser" -[ 885.974399] audit: type=1400 audit(1785100177.407:155): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=23493 comm="apparmor_parser" -[ 898.516641] kauditd_printk_skb: 1 callbacks suppressed -[ 898.516646] audit: type=1400 audit(1785100189.950:157): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="pve-container-mounthotplug" pid=24120 comm="apparmor_parser" -[ 1121.807991] audit: type=1400 audit(1785100413.248:158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1121.810223] audit: type=1400 audit(1785100413.251:159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1121.845543] audit: type=1400 audit(1785100413.286:160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1364.585870] audit: type=1400 audit(1785100656.031:161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1364.587796] audit: type=1400 audit(1785100656.033:162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1364.621574] audit: type=1400 audit(1785100656.067:163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1652.856178] audit: type=1400 audit(1785100944.309:164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1652.858212] audit: type=1400 audit(1785100944.310:165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1653.088342] audit: type=1400 audit(1785100944.540:166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34525.940038] audit: type=1400 audit(1785138527.378:527): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34808.527086] audit: type=1400 audit(1785138809.972:528): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34808.528412] audit: type=1400 audit(1785138809.973:529): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[34808.563675] audit: type=1400 audit(1785138810.008:530): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35057.941883] audit: type=1400 audit(1785139059.393:531): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35057.944035] audit: type=1400 audit(1785139059.395:532): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35057.976194] audit: type=1400 audit(1785139059.427:533): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35317.627623] audit: type=1400 audit(1785139319.086:534): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35317.629703] audit: type=1400 audit(1785139319.088:535): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35317.662644] audit: type=1400 audit(1785139319.121:536): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35586.892682] audit: type=1400 audit(1785139588.357:537): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35586.894823] audit: type=1400 audit(1785139588.359:538): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35586.927499] audit: type=1400 audit(1785139588.391:539): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35869.815403] audit: type=1400 audit(1785139871.286:540): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35869.818030] audit: type=1400 audit(1785139871.289:541): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[35869.849957] audit: type=1400 audit(1785139871.321:542): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36158.546563] audit: type=1400 audit(1785140160.024:543): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36158.547642] audit: type=1400 audit(1785140160.026:544): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36158.580776] audit: type=1400 audit(1785140160.059:545): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36458.671472] audit: type=1400 audit(1785140460.157:546): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36458.673170] audit: type=1400 audit(1785140460.159:547): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36458.705412] audit: type=1400 audit(1785140460.191:548): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36718.234004] audit: type=1400 audit(1785140719.726:549): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36718.235256] audit: type=1400 audit(1785140719.727:550): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36718.269881] audit: type=1400 audit(1785140719.762:551): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36990.127787] audit: type=1400 audit(1785140991.626:552): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36990.129636] audit: type=1400 audit(1785140991.628:553): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[36990.163781] audit: type=1400 audit(1785140991.662:554): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37242.157562] audit: type=1400 audit(1785141243.662:555): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37242.159651] audit: type=1400 audit(1785141243.664:556): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37242.194306] audit: type=1400 audit(1785141243.699:557): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37497.710639] audit: type=1400 audit(1785141499.222:558): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37497.712709] audit: type=1400 audit(1785141499.224:559): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37497.745661] audit: type=1400 audit(1785141499.257:560): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37787.402485] audit: type=1400 audit(1785141788.922:561): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37787.404684] audit: type=1400 audit(1785141788.924:562): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[37787.438871] audit: type=1400 audit(1785141788.958:563): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38036.833081] audit: type=1400 audit(1785142038.358:564): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38036.835134] audit: type=1400 audit(1785142038.359:565): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38036.868036] audit: type=1400 audit(1785142038.392:566): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38269.269196] audit: type=1400 audit(1785142270.800:567): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38269.271237] audit: type=1400 audit(1785142270.802:568): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38269.305769] audit: type=1400 audit(1785142270.837:569): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38536.445345] audit: type=1400 audit(1785142537.982:570): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38536.447587] audit: type=1400 audit(1785142537.985:571): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38536.480491] audit: type=1400 audit(1785142538.017:572): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38551.877435] perf: interrupt took too long (4981 > 4960), lowering kernel.perf_event_max_sample_rate to 40000 +[38810.887178] audit: type=1400 audit(1785142812.431:573): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38810.889428] audit: type=1400 audit(1785142812.433:574): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[38810.924962] audit: type=1400 audit(1785142812.468:575): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39037.863156] audit: type=1400 audit(1785143039.413:576): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39037.865332] audit: type=1400 audit(1785143039.415:577): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39037.897786] audit: type=1400 audit(1785143039.448:578): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39315.075080] audit: type=1400 audit(1785143316.631:579): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39315.077241] audit: type=1400 audit(1785143316.633:580): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39315.111157] audit: type=1400 audit(1785143316.667:581): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39583.612106] audit: type=1400 audit(1785143585.175:582): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39583.614372] audit: type=1400 audit(1785143585.177:583): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39583.646957] audit: type=1400 audit(1785143585.209:584): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39850.301677] audit: type=1400 audit(1785143851.872:585): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39850.303831] audit: type=1400 audit(1785143851.874:586): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[39850.337768] audit: type=1400 audit(1785143851.908:587): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40112.510005] audit: type=1400 audit(1785144114.086:588): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40112.512265] audit: type=1400 audit(1785144114.088:589): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40112.544800] audit: type=1400 audit(1785144114.120:590): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40393.731003] audit: type=1400 audit(1785144395.314:591): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40393.732977] audit: type=1400 audit(1785144395.316:592): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40393.767833] audit: type=1400 audit(1785144395.350:593): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40648.250417] audit: type=1400 audit(1785144649.840:594): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40648.253163] audit: type=1400 audit(1785144649.842:595): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40648.286736] audit: type=1400 audit(1785144649.876:596): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40920.756040] audit: type=1400 audit(1785144922.352:597): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40920.758041] audit: type=1400 audit(1785144922.354:598): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[40920.792001] audit: type=1400 audit(1785144922.388:599): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41151.000385] audit: type=1400 audit(1785145152.602:600): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41151.002522] audit: type=1400 audit(1785145152.605:601): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41151.037445] audit: type=1400 audit(1785145152.639:602): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41385.897268] audit: type=1400 audit(1785145387.505:603): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41385.899305] audit: type=1400 audit(1785145387.507:604): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41385.932533] audit: type=1400 audit(1785145387.541:605): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41651.307937] audit: type=1400 audit(1785145652.922:606): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41651.310031] audit: type=1400 audit(1785145652.924:607): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41651.343023] audit: type=1400 audit(1785145652.957:608): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41921.139246] audit: type=1400 audit(1785145922.760:609): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41921.141372] audit: type=1400 audit(1785145922.762:610): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[41921.175902] audit: type=1400 audit(1785145922.796:611): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42188.606924] audit: type=1400 audit(1785146190.234:612): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42188.608623] audit: type=1400 audit(1785146190.236:613): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42188.641242] audit: type=1400 audit(1785146190.268:614): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42416.430399] audit: type=1400 audit(1785146418.063:615): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42416.432978] audit: type=1400 audit(1785146418.066:616): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42416.468027] audit: type=1400 audit(1785146418.101:617): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42680.129954] audit: type=1400 audit(1785146681.769:618): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42680.132116] audit: type=1400 audit(1785146681.771:619): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42680.166463] audit: type=1400 audit(1785146681.806:620): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42971.665370] audit: type=1400 audit(1785146973.312:621): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42971.667634] audit: type=1400 audit(1785146973.315:622): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[42971.701074] audit: type=1400 audit(1785146973.347:623): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43243.573335] audit: type=1400 audit(1785147245.226:624): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43243.575106] audit: type=1400 audit(1785147245.228:625): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43243.610599] audit: type=1400 audit(1785147245.264:626): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43520.635255] audit: type=1400 audit(1785147522.295:627): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43520.637451] audit: type=1400 audit(1785147522.298:628): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43520.671385] audit: type=1400 audit(1785147522.331:629): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43793.560233] audit: type=1400 audit(1785147795.227:630): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43793.562341] audit: type=1400 audit(1785147795.229:631): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[43793.596631] audit: type=1400 audit(1785147795.263:632): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44059.389193] audit: type=1400 audit(1785148061.063:633): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44059.391376] audit: type=1400 audit(1785148061.066:634): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44059.425964] audit: type=1400 audit(1785148061.100:635): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44361.242253] audit: type=1400 audit(1785148362.923:636): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44361.244451] audit: type=1400 audit(1785148362.925:637): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44361.276966] audit: type=1400 audit(1785148362.958:638): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44598.331097] audit: type=1400 audit(1785148600.018:639): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44598.333292] audit: type=1400 audit(1785148600.020:640): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44598.367474] audit: type=1400 audit(1785148600.054:641): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44881.857731] audit: type=1400 audit(1785148883.551:642): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44881.859475] audit: type=1400 audit(1785148883.553:643): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[44881.893868] audit: type=1400 audit(1785148883.587:644): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45118.300094] audit: type=1400 audit(1785149120.000:645): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45118.302340] audit: type=1400 audit(1785149120.002:646): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45118.337182] audit: type=1400 audit(1785149120.036:647): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45384.751710] audit: type=1400 audit(1785149386.458:648): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45384.753388] audit: type=1400 audit(1785149386.459:649): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45384.786349] audit: type=1400 audit(1785149386.492:650): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45670.358805] audit: type=1400 audit(1785149672.072:651): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45670.360694] audit: type=1400 audit(1785149672.074:652): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45670.393461] audit: type=1400 audit(1785149672.106:653): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45933.696660] audit: type=1400 audit(1785149935.417:654): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45933.698860] audit: type=1400 audit(1785149935.418:655): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[45933.731723] audit: type=1400 audit(1785149935.451:656): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46201.599784] audit: type=1400 audit(1785150203.327:657): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46201.601772] audit: type=1400 audit(1785150203.329:658): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46201.636513] audit: type=1400 audit(1785150203.364:659): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46438.880068] audit: type=1400 audit(1785150440.612:660): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46438.882407] audit: type=1400 audit(1785150440.614:661): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46438.915515] audit: type=1400 audit(1785150440.647:662): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46721.546947] audit: type=1400 audit(1785150723.286:663): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46721.549149] audit: type=1400 audit(1785150723.288:664): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[46721.582636] audit: type=1400 audit(1785150723.322:665): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47004.470044] audit: type=1400 audit(1785151006.216:666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47004.472308] audit: type=1400 audit(1785151006.218:667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47004.506411] audit: type=1400 audit(1785151006.252:668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47257.809795] audit: type=1400 audit(1785151259.563:669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47257.813301] audit: type=1400 audit(1785151259.567:670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47257.847244] audit: type=1400 audit(1785151259.600:671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47511.004403] audit: type=1400 audit(1785151512.763:672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47511.006097] audit: type=1400 audit(1785151512.765:673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47511.040729] audit: type=1400 audit(1785151512.799:674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47767.444439] audit: type=1400 audit(1785151769.209:675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47767.446317] audit: type=1400 audit(1785151769.211:676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[47767.480136] audit: type=1400 audit(1785151769.245:677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48037.382486] audit: type=1400 audit(1785152039.155:678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48037.385314] audit: type=1400 audit(1785152039.157:679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48037.420026] audit: type=1400 audit(1785152039.192:680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48309.640053] audit: type=1400 audit(1785152311.419:681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48309.642072] audit: type=1400 audit(1785152311.421:682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48309.677084] audit: type=1400 audit(1785152311.455:683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48584.621324] audit: type=1400 audit(1785152586.407:684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48584.626471] audit: type=1400 audit(1785152586.413:685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48584.660337] audit: type=1400 audit(1785152586.446:686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48863.878045] audit: type=1400 audit(1785152865.670:687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48863.880191] audit: type=1400 audit(1785152865.672:688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[48863.914197] audit: type=1400 audit(1785152865.706:689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49118.486446] audit: type=1400 audit(1785153120.285:690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49118.489798] audit: type=1400 audit(1785153120.288:691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49118.523677] audit: type=1400 audit(1785153120.322:692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49397.724619] audit: type=1400 audit(1785153399.531:693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49397.727567] audit: type=1400 audit(1785153399.534:694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49397.760672] audit: type=1400 audit(1785153399.567:695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49686.064981] audit: type=1400 audit(1785153687.878:696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49686.067082] audit: type=1400 audit(1785153687.879:697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49686.101043] audit: type=1400 audit(1785153687.913:698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49961.113222] audit: type=1400 audit(1785153962.933:699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49961.115640] audit: type=1400 audit(1785153962.936:700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[49961.149597] audit: type=1400 audit(1785153962.970:701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50209.700270] audit: type=1400 audit(1785154211.526:702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50209.702377] audit: type=1400 audit(1785154211.528:703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50209.739261] audit: type=1400 audit(1785154211.565:704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50249.322189] hrtimer: interrupt took 19290 ns +[50500.254132] audit: type=1400 audit(1785154502.087:705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50500.259511] audit: type=1400 audit(1785154502.092:706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50500.411013] audit: type=1400 audit(1785154502.244:707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50773.554667] audit: type=1400 audit(1785154775.395:708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50773.556603] audit: type=1400 audit(1785154775.397:709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[50773.589817] audit: type=1400 audit(1785154775.429:710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51068.687032] audit: type=1400 audit(1785155070.534:711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51068.689085] audit: type=1400 audit(1785155070.536:712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51068.722130] audit: type=1400 audit(1785155070.569:713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51309.392849] audit: type=1400 audit(1785155311.246:714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51309.394877] audit: type=1400 audit(1785155311.247:715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51309.429065] audit: type=1400 audit(1785155311.282:716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51538.035525] audit: type=1400 audit(1785155539.895:717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51538.045671] audit: type=1400 audit(1785155539.905:718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51538.078879] audit: type=1400 audit(1785155539.938:719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51787.323284] audit: type=1400 audit(1785155789.188:720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51787.325481] audit: type=1400 audit(1785155789.190:721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[51787.357812] audit: type=1400 audit(1785155789.222:722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52069.482806] audit: type=1400 audit(1785156071.354:723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52069.484917] audit: type=1400 audit(1785156071.356:724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52069.520335] audit: type=1400 audit(1785156071.392:725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52335.482282] audit: type=1400 audit(1785156337.360:726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52335.484035] audit: type=1400 audit(1785156337.362:727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52335.518049] audit: type=1400 audit(1785156337.396:728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52568.970971] audit: type=1400 audit(1785156570.855:729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52568.973337] audit: type=1400 audit(1785156570.857:730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52569.006762] audit: type=1400 audit(1785156570.890:731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52822.350875] audit: type=1400 audit(1785156824.241:732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52822.352933] audit: type=1400 audit(1785156824.243:733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[52822.387420] audit: type=1400 audit(1785156824.277:734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53121.215978] audit: type=1400 audit(1785157123.114:735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53121.218445] audit: type=1400 audit(1785157123.116:736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53121.252842] audit: type=1400 audit(1785157123.150:737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53403.897372] audit: type=1400 audit(1785157405.802:738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53403.899479] audit: type=1400 audit(1785157405.805:739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53403.932321] audit: type=1400 audit(1785157405.837:740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53671.960773] audit: type=1400 audit(1785157673.872:741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53671.962467] audit: type=1400 audit(1785157673.873:742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53671.995147] audit: type=1400 audit(1785157673.906:743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53958.434124] audit: type=1400 audit(1785157960.352:744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53958.436037] audit: type=1400 audit(1785157960.354:745): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[53958.468906] audit: type=1400 audit(1785157960.387:746): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54246.476417] audit: type=1400 audit(1785158248.402:747): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54246.478538] audit: type=1400 audit(1785158248.405:748): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54246.512769] audit: type=1400 audit(1785158248.439:749): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54513.835381] audit: type=1400 audit(1785158515.767:750): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54513.840987] audit: type=1400 audit(1785158515.773:751): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54513.874635] audit: type=1400 audit(1785158515.806:752): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54767.548393] audit: type=1400 audit(1785158769.486:753): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54767.552198] audit: type=1400 audit(1785158769.490:754): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[54767.586499] audit: type=1400 audit(1785158769.525:755): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55026.583806] audit: type=1400 audit(1785159028.529:756): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55026.585969] audit: type=1400 audit(1785159028.531:757): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55026.618822] audit: type=1400 audit(1785159028.563:758): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55317.298371] audit: type=1400 audit(1785159319.250:759): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55317.300171] audit: type=1400 audit(1785159319.252:760): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55317.332920] audit: type=1400 audit(1785159319.285:761): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55595.015933] audit: type=1400 audit(1785159596.974:762): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55595.018104] audit: type=1400 audit(1785159596.977:763): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55595.052566] audit: type=1400 audit(1785159597.011:764): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55841.827048] audit: type=1400 audit(1785159843.792:765): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55841.831021] audit: type=1400 audit(1785159843.796:766): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[55841.865416] audit: type=1400 audit(1785159843.830:767): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56042.530915] tap701i0: left allmulticast mode +[56042.530968] fwbr701i0: port 2(tap701i0) entered disabled state +[56042.535361] fwbr701i0: port 1(fwln701i0) entered disabled state +[56042.535757] vmbr0: port 4(fwpr701p0) entered disabled state +[56042.535931] fwln701i0 (unregistering): left allmulticast mode +[56042.535936] fwln701i0 (unregistering): left promiscuous mode +[56042.535940] fwbr701i0: port 1(fwln701i0) entered disabled state +[56042.536313] fwpr701p0 (unregistering): left allmulticast mode +[56042.536317] fwpr701p0 (unregistering): left promiscuous mode +[56042.536319] vmbr0: port 4(fwpr701p0) entered disabled state +[56042.879626] tap701i1: left allmulticast mode +[56042.879670] fwbr701i1: port 2(tap701i1) entered disabled state +[56042.883586] fwbr701i1: port 1(fwln701i1) entered disabled state +[56042.883642] datanet: port 3(fwpr701p1) entered disabled state +[56042.883824] fwln701i1 (unregistering): left allmulticast mode +[56042.883828] fwln701i1 (unregistering): left promiscuous mode +[56042.883831] fwbr701i1: port 1(fwln701i1) entered disabled state +[56042.884798] fwpr701p1 (unregistering): left allmulticast mode +[56042.884804] fwpr701p1 (unregistering): left promiscuous mode +[56042.884807] datanet: port 3(fwpr701p1) entered disabled state +[56086.879052] tap702i0: left allmulticast mode +[56086.879103] fwbr702i0: port 2(tap702i0) entered disabled state +[56086.883815] fwbr702i0: port 1(fwln702i0) entered disabled state +[56086.884166] vmbr0: port 5(fwpr702p0) entered disabled state +[56086.884371] fwln702i0 (unregistering): left allmulticast mode +[56086.884376] fwln702i0 (unregistering): left promiscuous mode +[56086.884379] fwbr702i0: port 1(fwln702i0) entered disabled state +[56086.884776] fwpr702p0 (unregistering): left allmulticast mode +[56086.884790] fwpr702p0 (unregistering): left promiscuous mode +[56086.884793] vmbr0: port 5(fwpr702p0) entered disabled state +[56112.571599] tap703i0: left allmulticast mode +[56112.571661] fwbr703i0: port 2(tap703i0) entered disabled state +[56112.576381] fwbr703i0: port 1(fwln703i0) entered disabled state +[56112.576585] vmbr0: port 3(fwpr703p0) entered disabled state +[56112.576773] fwln703i0 (unregistering): left allmulticast mode +[56112.576778] fwln703i0 (unregistering): left promiscuous mode +[56112.576782] fwbr703i0: port 1(fwln703i0) entered disabled state +[56112.577074] fwpr703p0 (unregistering): left allmulticast mode +[56112.577078] fwpr703p0 (unregistering): left promiscuous mode +[56112.577080] vmbr0: port 3(fwpr703p0) entered disabled state +[56140.115895] audit: type=1400 audit(1785160142.088:768): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56140.117878] audit: type=1400 audit(1785160142.090:769): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56140.150126] audit: type=1400 audit(1785160142.122:770): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56362.938994] tap701i0: entered promiscuous mode +[56363.013676] vmbr0: port 3(fwpr701p0) entered blocking state +[56363.013684] vmbr0: port 3(fwpr701p0) entered disabled state +[56363.013705] fwpr701p0: entered allmulticast mode +[56363.013774] fwpr701p0: entered promiscuous mode +[56363.013839] vmbr0: port 3(fwpr701p0) entered blocking state +[56363.013843] vmbr0: port 3(fwpr701p0) entered forwarding state +[56363.024741] fwbr701i0: port 1(fwln701i0) entered blocking state +[56363.024746] fwbr701i0: port 1(fwln701i0) entered disabled state +[56363.024759] fwln701i0: entered allmulticast mode +[56363.024814] fwln701i0: entered promiscuous mode +[56363.024872] fwbr701i0: port 1(fwln701i0) entered blocking state +[56363.024884] fwbr701i0: port 1(fwln701i0) entered forwarding state +[56363.037078] fwbr701i0: port 2(tap701i0) entered blocking state +[56363.037085] fwbr701i0: port 2(tap701i0) entered disabled state +[56363.037097] tap701i0: entered allmulticast mode +[56363.037180] fwbr701i0: port 2(tap701i0) entered blocking state +[56363.037183] fwbr701i0: port 2(tap701i0) entered forwarding state +[56364.112598] tap701i1: entered promiscuous mode +[56364.198901] datanet: port 3(fwpr701p1) entered blocking state +[56364.198910] datanet: port 3(fwpr701p1) entered disabled state +[56364.198950] fwpr701p1: entered allmulticast mode +[56364.199032] fwpr701p1: entered promiscuous mode +[56364.199066] datanet: port 3(fwpr701p1) entered blocking state +[56364.199069] datanet: port 3(fwpr701p1) entered forwarding state +[56364.214659] fwbr701i1: port 1(fwln701i1) entered blocking state +[56364.214665] fwbr701i1: port 1(fwln701i1) entered disabled state +[56364.214678] fwln701i1: entered allmulticast mode +[56364.214730] fwln701i1: entered promiscuous mode +[56364.214760] fwbr701i1: port 1(fwln701i1) entered blocking state +[56364.214763] fwbr701i1: port 1(fwln701i1) entered forwarding state +[56364.228065] fwbr701i1: port 2(tap701i1) entered blocking state +[56364.228070] fwbr701i1: port 2(tap701i1) entered disabled state +[56364.228083] tap701i1: entered allmulticast mode +[56364.228148] fwbr701i1: port 2(tap701i1) entered blocking state +[56364.228151] fwbr701i1: port 2(tap701i1) entered forwarding state +[56368.514507] tap702i0: entered promiscuous mode +[56368.591473] vmbr0: port 4(fwpr702p0) entered blocking state +[56368.591482] vmbr0: port 4(fwpr702p0) entered disabled state +[56368.591506] fwpr702p0: entered allmulticast mode +[56368.591590] fwpr702p0: entered promiscuous mode +[56368.591636] vmbr0: port 4(fwpr702p0) entered blocking state +[56368.591639] vmbr0: port 4(fwpr702p0) entered forwarding state +[56368.607062] fwbr702i0: port 1(fwln702i0) entered blocking state +[56368.607070] fwbr702i0: port 1(fwln702i0) entered disabled state +[56368.607093] fwln702i0: entered allmulticast mode +[56368.607189] fwln702i0: entered promiscuous mode +[56368.607237] fwbr702i0: port 1(fwln702i0) entered blocking state +[56368.607240] fwbr702i0: port 1(fwln702i0) entered forwarding state +[56368.617743] fwbr702i0: port 2(tap702i0) entered blocking state +[56368.617747] fwbr702i0: port 2(tap702i0) entered disabled state +[56368.617758] tap702i0: entered allmulticast mode +[56368.617846] fwbr702i0: port 2(tap702i0) entered blocking state +[56368.617850] fwbr702i0: port 2(tap702i0) entered forwarding state +[56371.857190] tap703i0: entered promiscuous mode +[56371.949268] vmbr0: port 5(fwpr703p0) entered blocking state +[56371.949275] vmbr0: port 5(fwpr703p0) entered disabled state +[56371.949291] fwpr703p0: entered allmulticast mode +[56371.949354] fwpr703p0: entered promiscuous mode +[56371.949419] vmbr0: port 5(fwpr703p0) entered blocking state +[56371.949423] vmbr0: port 5(fwpr703p0) entered forwarding state +[56371.963875] fwbr703i0: port 1(fwln703i0) entered blocking state +[56371.963880] fwbr703i0: port 1(fwln703i0) entered disabled state +[56371.963893] fwln703i0: entered allmulticast mode +[56371.963950] fwln703i0: entered promiscuous mode +[56371.963985] fwbr703i0: port 1(fwln703i0) entered blocking state +[56371.963988] fwbr703i0: port 1(fwln703i0) entered forwarding state +[56371.978618] fwbr703i0: port 2(tap703i0) entered blocking state +[56371.978623] fwbr703i0: port 2(tap703i0) entered disabled state +[56371.978636] tap703i0: entered allmulticast mode +[56371.978705] fwbr703i0: port 2(tap703i0) entered blocking state +[56371.978708] fwbr703i0: port 2(tap703i0) entered forwarding state +[56433.174051] audit: type=1400 audit(1785160435.153:771): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56433.175916] audit: type=1400 audit(1785160435.155:772): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56433.207963] audit: type=1400 audit(1785160435.187:773): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56682.584358] audit: type=1400 audit(1785160684.570:774): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56682.586254] audit: type=1400 audit(1785160684.572:775): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56682.618565] audit: type=1400 audit(1785160684.604:776): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56944.887662] audit: type=1400 audit(1785160946.880:777): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56944.892583] audit: type=1400 audit(1785160946.884:778): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[56944.925661] audit: type=1400 audit(1785160946.918:779): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57229.569373] audit: type=1400 audit(1785161231.568:780): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57229.571571] audit: type=1400 audit(1785161231.571:781): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57229.610653] audit: type=1400 audit(1785161231.610:782): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57469.462669] audit: type=1400 audit(1785161471.468:783): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57469.465582] audit: type=1400 audit(1785161471.471:784): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57469.499152] audit: type=1400 audit(1785161471.504:785): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57706.166039] audit: type=1400 audit(1785161708.177:786): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57706.168025] audit: type=1400 audit(1785161708.179:787): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57706.201241] audit: type=1400 audit(1785161708.212:788): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57965.812225] audit: type=1400 audit(1785161967.830:789): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57965.814459] audit: type=1400 audit(1785161967.833:790): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[57965.847413] audit: type=1400 audit(1785161967.866:791): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58233.499213] audit: type=1400 audit(1785162235.523:792): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58233.501323] audit: type=1400 audit(1785162235.525:793): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58233.533669] audit: type=1400 audit(1785162235.558:794): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58474.590328] audit: type=1400 audit(1785162476.620:795): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58474.592627] audit: type=1400 audit(1785162476.623:796): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58474.625244] audit: type=1400 audit(1785162476.655:797): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58724.469276] audit: type=1400 audit(1785162726.505:798): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58724.471307] audit: type=1400 audit(1785162726.507:799): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58724.504347] audit: type=1400 audit(1785162726.540:800): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[58953.624287] perf: interrupt took too long (6313 > 6226), lowering kernel.perf_event_max_sample_rate to 31000 +[59013.288466] audit: type=1400 audit(1785163015.333:801): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59013.293415] audit: type=1400 audit(1785163015.338:802): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59013.326105] audit: type=1400 audit(1785163015.370:803): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59287.640781] audit: type=1400 audit(1785163289.691:804): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59287.642903] audit: type=1400 audit(1785163289.693:805): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59287.675953] audit: type=1400 audit(1785163289.726:806): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59552.370731] audit: type=1400 audit(1785163554.427:807): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59552.372570] audit: type=1400 audit(1785163554.430:808): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59552.405296] audit: type=1400 audit(1785163554.462:809): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59801.556930] audit: type=1400 audit(1785163803.620:810): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59801.559044] audit: type=1400 audit(1785163803.622:811): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[59801.593157] audit: type=1400 audit(1785163803.656:812): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60095.155286] audit: type=1400 audit(1785164097.225:813): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60095.157264] audit: type=1400 audit(1785164097.227:814): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60095.191620] audit: type=1400 audit(1785164097.262:815): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60385.907110] audit: type=1400 audit(1785164387.985:816): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60385.909180] audit: type=1400 audit(1785164387.987:817): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60385.942906] audit: type=1400 audit(1785164388.021:818): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60681.310028] audit: type=1400 audit(1785164683.395:819): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60681.312216] audit: type=1400 audit(1785164683.397:820): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60681.346657] audit: type=1400 audit(1785164683.431:821): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60933.482628] audit: type=1400 audit(1785164935.574:822): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60933.484817] audit: type=1400 audit(1785164935.576:823): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[60933.518252] audit: type=1400 audit(1785164935.609:824): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61201.777753] audit: type=1400 audit(1785165203.875:825): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61201.779760] audit: type=1400 audit(1785165203.878:826): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61201.814104] audit: type=1400 audit(1785165203.911:827): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61468.325816] audit: type=1400 audit(1785165470.430:828): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61468.327674] audit: type=1400 audit(1785165470.432:829): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61468.361404] audit: type=1400 audit(1785165470.465:830): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61721.952872] audit: type=1400 audit(1785165724.063:831): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61721.954774] audit: type=1400 audit(1785165724.066:832): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61721.990505] audit: type=1400 audit(1785165724.101:833): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61966.238262] audit: type=1400 audit(1785165968.355:834): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61966.240223] audit: type=1400 audit(1785165968.357:835): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[61966.273733] audit: type=1400 audit(1785165968.390:836): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62242.032531] audit: type=1400 audit(1785166244.157:837): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62242.034794] audit: type=1400 audit(1785166244.159:838): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62242.067412] audit: type=1400 audit(1785166244.192:839): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62528.139757] audit: type=1400 audit(1785166530.271:840): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62528.141999] audit: type=1400 audit(1785166530.273:841): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62528.175398] audit: type=1400 audit(1785166530.306:842): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62757.110665] audit: type=1400 audit(1785166759.247:843): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62757.112807] audit: type=1400 audit(1785166759.249:844): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[62757.147557] audit: type=1400 audit(1785166759.283:845): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63001.813033] audit: type=1400 audit(1785167003.955:846): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63001.815506] audit: type=1400 audit(1785167003.958:847): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63001.848396] audit: type=1400 audit(1785167003.990:848): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63281.274904] audit: type=1400 audit(1785167283.424:849): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63281.276953] audit: type=1400 audit(1785167283.426:850): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63281.309120] audit: type=1400 audit(1785167283.458:851): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63571.417282] audit: type=1400 audit(1785167573.574:852): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63571.419371] audit: type=1400 audit(1785167573.576:853): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63571.452222] audit: type=1400 audit(1785167573.609:854): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63868.111653] audit: type=1400 audit(1785167870.275:855): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63868.113907] audit: type=1400 audit(1785167870.277:856): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[63868.148086] audit: type=1400 audit(1785167870.312:857): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64103.004160] audit: type=1400 audit(1785168105.174:858): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64103.006426] audit: type=1400 audit(1785168105.176:859): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64103.039961] audit: type=1400 audit(1785168105.209:860): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64293.272562] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[64362.798925] audit: type=1400 audit(1785168364.975:861): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64362.801156] audit: type=1400 audit(1785168364.977:862): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64362.835212] audit: type=1400 audit(1785168365.011:863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64473.876074] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[64480.147916] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[64662.614026] audit: type=1400 audit(1785168664.798:864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64662.615844] audit: type=1400 audit(1785168664.800:865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64662.650927] audit: type=1400 audit(1785168664.835:866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64785.292317] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[64931.526799] audit: type=1400 audit(1785168933.717:867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64931.528615] audit: type=1400 audit(1785168933.718:868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64931.562862] audit: type=1400 audit(1785168933.753:869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64965.639920] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[64971.847789] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65146.115428] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65152.323270] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65158.467134] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65198.671858] audit: type=1400 audit(1785169200.869:870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65198.673533] audit: type=1400 audit(1785169200.871:871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65198.711716] audit: type=1400 audit(1785169200.908:872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65326.590961] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65332.862786] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65339.006616] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65345.214486] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65482.485299] audit: type=1400 audit(1785169484.689:873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65482.487456] audit: type=1400 audit(1785169484.691:874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65482.520869] audit: type=1400 audit(1785169484.724:875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65506.618456] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65514.426312] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65520.570161] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65526.714000] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65532.857854] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65686.622041] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65692.597910] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65701.813669] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65706.101546] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65712.245399] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65720.245217] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65730.743015] audit: type=1400 audit(1785169732.953:876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65730.745141] audit: type=1400 audit(1785169732.955:877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65730.779146] audit: type=1400 audit(1785169732.989:878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65867.697561] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65873.842375] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65878.129293] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65892.272972] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65898.416802] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[65907.632640] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66017.321264] audit: type=1400 audit(1785170019.538:879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66017.323290] audit: type=1400 audit(1785170019.540:880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66017.357679] audit: type=1400 audit(1785170019.574:881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66047.725092] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66055.084916] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66063.468704] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66079.660307] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66085.804154] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66095.019936] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66227.752656] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66233.256513] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66242.472277] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66248.784095] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66267.047680] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66271.335551] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66280.551333] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66291.459146] audit: type=1400 audit(1785170293.683:882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66291.461277] audit: type=1400 audit(1785170293.685:883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66291.494938] audit: type=1400 audit(1785170293.718:884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66407.780174] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66414.500042] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66418.787906] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66428.003716] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66434.147527] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66457.506950] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66466.722731] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66582.850185] audit: type=1400 audit(1785170585.081:885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66582.852257] audit: type=1400 audit(1785170585.083:886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66582.885809] audit: type=1400 audit(1785170585.116:887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66589.599683] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66592.839577] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66604.127329] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66613.343089] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66619.486910] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66643.038361] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66652.254116] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66769.627247] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66780.058973] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66789.442687] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66801.562425] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66807.706275] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66829.210725] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66837.593533] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66859.473235] audit: type=1400 audit(1785170861.711:888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66859.475471] audit: type=1400 audit(1785170861.713:889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66859.508129] audit: type=1400 audit(1785170861.746:890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66949.654714] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66955.158619] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66965.590384] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66974.806141] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66988.949785] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[66995.093634] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67016.597144] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67025.812899] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67119.095983] audit: type=1400 audit(1785171121.340:891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67119.097715] audit: type=1400 audit(1785171121.342:892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67119.132320] audit: type=1400 audit(1785171121.376:893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67129.682305] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67135.058157] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67142.545988] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67151.761757] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67160.978542] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67174.481203] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67182.481006] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67203.984468] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67213.200243] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67311.501825] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67314.741691] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67320.397597] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67328.077399] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67339.149130] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67346.508928] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67359.820582] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67368.012400] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67388.618470] audit: type=1400 audit(1785171390.870:894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67388.620633] audit: type=1400 audit(1785171390.871:895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67388.654469] audit: type=1400 audit(1785171390.905:896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67391.371902] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67398.731646] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67491.529351] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67500.105137] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67505.736997] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67513.416798] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67524.680533] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67532.680294] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67545.136018] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67553.351833] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67576.903250] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67584.903044] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67621.145903] audit: type=1400 audit(1785171623.403:897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67621.147606] audit: type=1400 audit(1785171623.404:898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67621.179528] audit: type=1400 audit(1785171623.436:899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67671.556894] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67677.060777] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67685.444570] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67692.420382] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67698.733211] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67710.851931] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67718.212728] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67732.355374] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67738.667190] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67762.242654] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67772.290405] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67849.719578] audit: type=1400 audit(1785171851.982:900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67849.721696] audit: type=1400 audit(1785171851.984:901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67849.756164] audit: type=1400 audit(1785171852.018:902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67852.160430] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67856.960302] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67862.593182] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67873.663910] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67879.807731] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67884.095634] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67896.383293] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67904.383199] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67917.886801] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67924.030644] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67947.558079] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[67957.821804] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68032.188965] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68042.619713] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68048.763521] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68059.195301] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68070.266989] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68082.554739] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68091.770517] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68104.058148] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68110.202051] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68123.522368] audit: type=1400 audit(1785172125.791:903): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68123.523925] audit: type=1400 audit(1785172125.793:904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68123.557826] audit: type=1400 audit(1785172125.827:905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68134.777408] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68143.993169] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68212.215522] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68217.399392] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68230.007080] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68234.294946] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68244.534695] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68255.798403] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68269.942082] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68279.157848] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68291.445548] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68295.733464] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68322.164787] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68331.380569] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68392.819035] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68401.119272] audit: type=1400 audit(1785172403.395:906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68401.120980] audit: type=1400 audit(1785172403.397:907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68401.169713] audit: type=1400 audit(1785172403.445:908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68402.738797] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68419.635357] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68432.754053] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68441.137812] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68455.473463] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68464.689264] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68481.904826] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68509.552171] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68518.767928] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68572.846561] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68578.350458] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68588.078180] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68607.853735] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68618.285444] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68629.357196] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68640.812899] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68650.028682] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68650.408252] audit: type=1400 audit(1785172652.690:909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68650.410045] audit: type=1400 audit(1785172652.692:910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68650.455211] audit: type=1400 audit(1785172652.737:911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68669.292209] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68695.083575] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68704.299333] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68755.306089] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68758.377974] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68764.521857] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68773.737620] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68795.241101] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68804.456870] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68816.744568] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68826.128347] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68838.248058] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68856.679593] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68881.254962] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68890.470802] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68903.574068] audit: type=1400 audit(1785172905.863:912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68903.575847] audit: type=1400 audit(1785172905.865:913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68903.610009] audit: type=1400 audit(1785172905.899:914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68935.333629] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68945.765452] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68951.909186] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68959.269047] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68980.964505] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[68989.988281] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69002.467969] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69011.491763] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69023.971443] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69042.210988] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69066.978386] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69077.858086] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69115.361172] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69120.865045] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69133.152753] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69137.440638] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69144.608472] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69166.303934] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69175.327701] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69186.668065] audit: type=1400 audit(1785173188.964:915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69186.669729] audit: type=1400 audit(1785173188.966:916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69186.703883] audit: type=1400 audit(1785173189.000:917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69187.807394] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69196.831134] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69209.118859] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69227.550395] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69252.125794] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69263.581512] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69295.964711] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69300.764595] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69308.252391] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69322.972050] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69329.923866] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69351.427338] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69360.643086] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69372.930805] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69382.146586] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69397.338192] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69415.769784] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69421.116442] audit: type=1400 audit(1785173423.418:918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69421.118701] audit: type=1400 audit(1785173423.420:919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69421.151602] audit: type=1400 audit(1785173423.453:920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69437.441237] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69448.920945] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69475.992258] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69486.424017] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69493.784773] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69508.095465] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69515.287286] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69536.790731] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69547.862486] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69558.294212] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69567.702001] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69582.869613] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69601.493145] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69622.804625] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69634.260405] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69658.451777] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69661.523629] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69666.192572] audit: type=1400 audit(1785173668.500:921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69666.194262] audit: type=1400 audit(1785173668.501:922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69666.228790] audit: type=1400 audit(1785173668.536:923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69673.811373] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69679.955282] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69693.650876] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69701.458697] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69722.322219] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69733.585879] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69744.465626] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69752.849418] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69768.209028] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69786.832636] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69808.144108] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69819.407768] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69839.695260] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69847.055076] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69861.198713] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69865.486635] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69879.630344] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69886.990099] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69907.445582] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69918.733321] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69928.846140] audit: type=1400 audit(1785173931.160:924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69928.847798] audit: type=1400 audit(1785173931.161:925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69928.882806] audit: type=1400 audit(1785173931.196:926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69929.997040] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69938.164830] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69953.524438] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69971.956008] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[69993.459474] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70004.939188] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70020.938752] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70025.418679] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70032.394510] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70050.826037] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70065.161686] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70072.329516] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70092.808995] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70104.048701] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70116.168437] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70123.720261] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70138.887877] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70157.319411] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70178.822879] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70183.757639] audit: type=1400 audit(1785174186.078:927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70183.759224] audit: type=1400 audit(1785174186.079:928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70183.795148] audit: type=1400 audit(1785174186.115:929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70190.278643] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70201.030354] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70210.758136] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70217.709913] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70236.142425] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70250.693083] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70257.644930] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70278.980386] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70289.604103] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70301.699823] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70309.699640] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70325.059261] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70342.658825] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70364.994258] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70375.426021] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70381.058888] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70386.497749] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70396.097510] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70404.929288] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70411.464264] audit: type=1400 audit(1785174413.790:930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70411.465894] audit: type=1400 audit(1785174413.791:931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70411.499343] audit: type=1400 audit(1785174413.825:932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70421.505892] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70435.816514] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70443.008340] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70464.511779] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70475.647784] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70487.871220] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70496.959018] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70512.510843] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70530.878181] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70550.525698] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70560.765429] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70561.661517] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70566.397290] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70572.221151] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70581.245898] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70592.316652] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70607.676284] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70623.035894] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70628.539769] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70649.852224] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70661.306936] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70665.660290] audit: type=1400 audit(1785174667.992:933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70665.663148] audit: type=1400 audit(1785174667.995:934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70665.696242] audit: type=1400 audit(1785174668.028:935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70673.402658] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70682.298436] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70697.978039] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70718.265517] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70736.697060] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70741.688950] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70751.736718] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70758.200547] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70766.584343] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70777.848052] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70793.399668] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70808.568319] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70813.663161] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70835.166644] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70847.286344] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70858.742073] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70867.637853] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70883.509465] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70903.796961] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70921.908501] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70926.836438] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70937.077127] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70942.066339] audit: type=1400 audit(1785174944.405:936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70942.068026] audit: type=1400 audit(1785174944.407:937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70942.101871] audit: type=1400 audit(1785174944.440:938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70945.587892] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70954.803691] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70963.187475] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70978.547115] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[70999.027594] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71020.530035] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71032.817721] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71044.057456] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71053.105259] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71068.632870] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71089.328367] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71102.128011] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71112.175788] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71123.759499] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71131.119329] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71140.335079] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71148.502862] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71163.862513] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71181.210787] audit: type=1400 audit(1785175183.556:939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71181.219949] audit: type=1400 audit(1785175183.565:940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71181.259292] audit: type=1400 audit(1785175183.604:941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71185.197997] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71206.701415] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71218.157166] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71229.420861] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71238.828659] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71253.996305] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71274.451778] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71282.155618] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71287.467463] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71297.707197] nfs: server pfv-tsys5-nfs-stor not responding, timed out +[71433.437405] audit: type=1400 audit(1785175435.788:942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71433.439051] audit: type=1400 audit(1785175435.790:943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71433.473285] audit: type=1400 audit(1785175435.824:944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71703.199827] audit: type=1400 audit(1785175705.557:945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71703.201430] audit: type=1400 audit(1785175705.559:946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71703.234636] audit: type=1400 audit(1785175705.592:947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71963.795136] audit: type=1400 audit(1785175966.159:948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71963.796761] audit: type=1400 audit(1785175966.161:949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71963.831106] audit: type=1400 audit(1785175966.195:950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72240.879002] audit: type=1400 audit(1785176243.250:951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72240.880656] audit: type=1400 audit(1785176243.251:952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72240.914891] audit: type=1400 audit(1785176243.286:953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72503.651860] audit: type=1400 audit(1785176506.030:954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72503.653502] audit: type=1400 audit(1785176506.032:955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72503.686636] audit: type=1400 audit(1785176506.065:956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72760.398429] audit: type=1400 audit(1785176762.782:957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72760.401154] audit: type=1400 audit(1785176762.785:958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72760.434891] audit: type=1400 audit(1785176762.818:959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73014.703172] audit: type=1400 audit(1785177017.093:960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73014.704897] audit: type=1400 audit(1785177017.095:961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73014.738228] audit: type=1400 audit(1785177017.128:962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73271.880338] audit: type=1400 audit(1785177274.277:963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73271.881951] audit: type=1400 audit(1785177274.279:964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73271.914077] audit: type=1400 audit(1785177274.311:965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73539.328720] audit: type=1400 audit(1785177541.732:966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73539.330385] audit: type=1400 audit(1785177541.733:967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73539.363165] audit: type=1400 audit(1785177541.766:968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73797.425408] audit: type=1400 audit(1785177799.835:969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73797.427807] audit: type=1400 audit(1785177799.838:970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73797.460367] audit: type=1400 audit(1785177799.870:971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74024.323518] audit: type=1400 audit(1785178026.738:972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74024.325738] audit: type=1400 audit(1785178026.740:973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74024.361506] audit: type=1400 audit(1785178026.776:974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74258.706137] audit: type=1400 audit(1785178261.127:975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74258.708158] audit: type=1400 audit(1785178261.129:976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74258.744478] audit: type=1400 audit(1785178261.165:977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74394.942259] tap705i0: entered promiscuous mode +[74395.028195] vmbr0: port 6(fwpr705p0) entered blocking state +[74395.028204] vmbr0: port 6(fwpr705p0) entered disabled state +[74395.028235] fwpr705p0: entered allmulticast mode +[74395.028333] fwpr705p0: entered promiscuous mode +[74395.028388] vmbr0: port 6(fwpr705p0) entered blocking state +[74395.028392] vmbr0: port 6(fwpr705p0) entered forwarding state +[74395.042380] fwbr705i0: port 1(fwln705i0) entered blocking state +[74395.042386] fwbr705i0: port 1(fwln705i0) entered disabled state +[74395.042402] fwln705i0: entered allmulticast mode +[74395.042465] fwln705i0: entered promiscuous mode +[74395.042523] fwbr705i0: port 1(fwln705i0) entered blocking state +[74395.042526] fwbr705i0: port 1(fwln705i0) entered forwarding state +[74395.055751] fwbr705i0: port 2(tap705i0) entered blocking state +[74395.055757] fwbr705i0: port 2(tap705i0) entered disabled state +[74395.055769] tap705i0: entered allmulticast mode +[74395.055843] fwbr705i0: port 2(tap705i0) entered blocking state +[74395.055846] fwbr705i0: port 2(tap705i0) entered forwarding state +[74519.603683] audit: type=1400 audit(1785178522.031:978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74519.605307] audit: type=1400 audit(1785178522.032:979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74519.639410] audit: type=1400 audit(1785178522.066:980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74778.022983] audit: type=1400 audit(1785178780.456:981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74778.025332] audit: type=1400 audit(1785178780.459:982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74778.060419] audit: type=1400 audit(1785178780.494:983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75059.419090] audit: type=1400 audit(1785179061.859:984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75059.421012] audit: type=1400 audit(1785179061.861:985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75059.454015] audit: type=1400 audit(1785179061.894:986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75314.794907] audit: type=1400 audit(1785179317.242:987): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75314.797128] audit: type=1400 audit(1785179317.244:988): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75314.832104] audit: type=1400 audit(1785179317.279:989): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75581.223391] audit: type=1400 audit(1785179583.678:990): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75581.225670] audit: type=1400 audit(1785179583.680:991): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75581.259214] audit: type=1400 audit(1785179583.713:992): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75875.659276] audit: type=1400 audit(1785179878.120:993): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75875.660978] audit: type=1400 audit(1785179878.121:994): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75875.694086] audit: type=1400 audit(1785179878.155:995): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76146.857219] audit: type=1400 audit(1785180149.325:996): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76146.859518] audit: type=1400 audit(1785180149.328:997): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76146.893243] audit: type=1400 audit(1785180149.361:998): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76435.728608] audit: type=1400 audit(1785180438.204:999): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76435.730855] audit: type=1400 audit(1785180438.205:1000): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76435.764207] audit: type=1400 audit(1785180438.238:1001): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76723.413245] audit: type=1400 audit(1785180725.895:1002): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76723.415107] audit: type=1400 audit(1785180725.897:1003): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76723.447684] audit: type=1400 audit(1785180725.929:1004): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76950.204757] audit: type=1400 audit(1785180952.692:1005): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76950.206544] audit: type=1400 audit(1785180952.694:1006): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76950.239609] audit: type=1400 audit(1785180952.727:1007): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77209.075500] audit: type=1400 audit(1785181211.570:1008): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77209.077163] audit: type=1400 audit(1785181211.571:1009): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77209.113896] audit: type=1400 audit(1785181211.607:1010): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77490.863487] audit: type=1400 audit(1785181493.364:1011): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77490.865626] audit: type=1400 audit(1785181493.366:1012): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77490.898881] audit: type=1400 audit(1785181493.399:1013): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77735.959798] audit: type=1400 audit(1785181738.467:1014): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77735.961969] audit: type=1400 audit(1785181738.468:1015): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77735.994816] audit: type=1400 audit(1785181738.501:1016): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77965.235771] audit: type=1400 audit(1785181967.749:1017): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77965.237837] audit: type=1400 audit(1785181967.751:1018): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77965.271944] audit: type=1400 audit(1785181967.785:1019): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78213.302797] audit: type=1400 audit(1785182215.822:1020): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78213.305031] audit: type=1400 audit(1785182215.824:1021): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78213.340264] audit: type=1400 audit(1785182215.859:1022): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78501.567135] audit: type=1400 audit(1785182504.092:1023): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78501.569226] audit: type=1400 audit(1785182504.095:1024): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78501.601857] audit: type=1400 audit(1785182504.127:1025): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78776.293606] audit: type=1400 audit(1785182778.827:1026): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78776.295661] audit: type=1400 audit(1785182778.829:1027): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78776.330221] audit: type=1400 audit(1785182778.863:1028): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79073.726586] audit: type=1400 audit(1785183076.267:1029): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79073.728572] audit: type=1400 audit(1785183076.269:1030): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79073.761999] audit: type=1400 audit(1785183076.301:1031): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79210.382104] tap706i0: entered promiscuous mode +[79210.493527] vmbr0: port 7(fwpr706p0) entered blocking state +[79210.493540] vmbr0: port 7(fwpr706p0) entered disabled state +[79210.493575] fwpr706p0: entered allmulticast mode +[79210.493953] fwpr706p0: entered promiscuous mode +[79210.494019] vmbr0: port 7(fwpr706p0) entered blocking state +[79210.494025] vmbr0: port 7(fwpr706p0) entered forwarding state +[79210.511181] fwbr706i0: port 1(fwln706i0) entered blocking state +[79210.511189] fwbr706i0: port 1(fwln706i0) entered disabled state +[79210.511212] fwln706i0: entered allmulticast mode +[79210.511283] fwln706i0: entered promiscuous mode +[79210.511322] fwbr706i0: port 1(fwln706i0) entered blocking state +[79210.511325] fwbr706i0: port 1(fwln706i0) entered forwarding state +[79210.527054] fwbr706i0: port 2(tap706i0) entered blocking state +[79210.527062] fwbr706i0: port 2(tap706i0) entered disabled state +[79210.527075] tap706i0: entered allmulticast mode +[79210.527175] fwbr706i0: port 2(tap706i0) entered blocking state +[79210.527179] fwbr706i0: port 2(tap706i0) entered forwarding state +[79320.257916] audit: type=1400 audit(1785183322.803:1032): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79320.259924] audit: type=1400 audit(1785183322.805:1033): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79320.294060] audit: type=1400 audit(1785183322.840:1034): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79578.643455] audit: type=1400 audit(1785183581.196:1035): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79578.645727] audit: type=1400 audit(1785183581.198:1036): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79578.678848] audit: type=1400 audit(1785183581.231:1037): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79850.910468] audit: type=1400 audit(1785183853.469:1038): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79850.912576] audit: type=1400 audit(1785183853.471:1039): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79850.946968] audit: type=1400 audit(1785183853.506:1040): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80083.755584] audit: type=1400 audit(1785184086.320:1041): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80083.757674] audit: type=1400 audit(1785184086.322:1042): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80083.792739] audit: type=1400 audit(1785184086.357:1043): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80370.798444] audit: type=1400 audit(1785184373.370:1044): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80370.800470] audit: type=1400 audit(1785184373.372:1045): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80370.833819] audit: type=1400 audit(1785184373.405:1046): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80649.341472] audit: type=1400 audit(1785184651.920:1047): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80649.343668] audit: type=1400 audit(1785184651.922:1048): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80649.375922] audit: type=1400 audit(1785184651.954:1049): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80900.037740] audit: type=1400 audit(1785184902.622:1050): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80900.039907] audit: type=1400 audit(1785184902.624:1051): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80900.072988] audit: type=1400 audit(1785184902.658:1052): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81191.325257] audit: type=1400 audit(1785185193.917:1053): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81191.327469] audit: type=1400 audit(1785185193.919:1054): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81191.361112] audit: type=1400 audit(1785185193.953:1055): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81433.032875] audit: type=1400 audit(1785185435.631:1056): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81433.035070] audit: type=1400 audit(1785185435.633:1057): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81433.067829] audit: type=1400 audit(1785185435.666:1058): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81694.154491] audit: type=1400 audit(1785185696.760:1059): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81694.156599] audit: type=1400 audit(1785185696.762:1060): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81694.189199] audit: type=1400 audit(1785185696.794:1061): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81928.708749] audit: type=1400 audit(1785185931.319:1062): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81928.710756] audit: type=1400 audit(1785185931.321:1063): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81928.743281] audit: type=1400 audit(1785185931.353:1064): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82188.215120] audit: type=1400 audit(1785186190.832:1065): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82188.216485] audit: type=1400 audit(1785186190.833:1066): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82188.248361] audit: type=1400 audit(1785186190.865:1067): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82430.382771] audit: type=1400 audit(1785186433.005:1068): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82430.384827] audit: type=1400 audit(1785186433.007:1069): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82430.417331] audit: type=1400 audit(1785186433.040:1070): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82685.134043] audit: type=1400 audit(1785186687.763:1071): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82685.135886] audit: type=1400 audit(1785186687.765:1072): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82685.168814] audit: type=1400 audit(1785186687.798:1073): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82984.124639] audit: type=1400 audit(1785186986.762:1074): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82984.126654] audit: type=1400 audit(1785186986.764:1075): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82984.160676] audit: type=1400 audit(1785186986.798:1076): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83222.064398] audit: type=1400 audit(1785187224.706:1077): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83222.066402] audit: type=1400 audit(1785187224.708:1078): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83222.098995] audit: type=1400 audit(1785187224.741:1079): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83505.499311] audit: type=1400 audit(1785187508.148:1080): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83505.501343] audit: type=1400 audit(1785187508.150:1081): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83505.533884] audit: type=1400 audit(1785187508.183:1082): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83757.144454] audit: type=1400 audit(1785187759.801:1083): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83757.146432] audit: type=1400 audit(1785187759.803:1084): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83757.180576] audit: type=1400 audit(1785187759.837:1085): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84045.658402] audit: type=1400 audit(1785188048.321:1086): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84045.660379] audit: type=1400 audit(1785188048.323:1087): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84045.692969] audit: type=1400 audit(1785188048.355:1088): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84343.491258] audit: type=1400 audit(1785188346.161:1089): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84343.493392] audit: type=1400 audit(1785188346.163:1090): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84343.527727] audit: type=1400 audit(1785188346.197:1091): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84632.738348] audit: type=1400 audit(1785188635.415:1092): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84632.740188] audit: type=1400 audit(1785188635.417:1093): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84632.772562] audit: type=1400 audit(1785188635.449:1094): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84863.351820] audit: type=1400 audit(1785188866.034:1095): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84863.353952] audit: type=1400 audit(1785188866.036:1096): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84863.386065] audit: type=1400 audit(1785188866.069:1097): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85158.763027] audit: type=1400 audit(1785189161.453:1098): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85158.765139] audit: type=1400 audit(1785189161.455:1099): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85158.797400] audit: type=1400 audit(1785189161.487:1100): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85418.273061] audit: type=1400 audit(1785189420.970:1101): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85418.275190] audit: type=1400 audit(1785189420.972:1102): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85418.307121] audit: type=1400 audit(1785189421.004:1103): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85657.345607] audit: type=1400 audit(1785189660.049:1104): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85657.350150] audit: type=1400 audit(1785189660.053:1105): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85657.382956] audit: type=1400 audit(1785189660.086:1106): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85941.513944] audit: type=1400 audit(1785189944.224:1107): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85941.516030] audit: type=1400 audit(1785189944.226:1108): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85941.548748] audit: type=1400 audit(1785189944.259:1109): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86235.416709] audit: type=1400 audit(1785190238.133:1110): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86235.418484] audit: type=1400 audit(1785190238.135:1111): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86235.450980] audit: type=1400 audit(1785190238.167:1112): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86473.551412] audit: type=1400 audit(1785190476.274:1113): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86473.553484] audit: type=1400 audit(1785190476.276:1114): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86473.585652] audit: type=1400 audit(1785190476.308:1115): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86721.278740] audit: type=1400 audit(1785190724.007:1116): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86721.280946] audit: type=1400 audit(1785190724.009:1117): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86721.314491] audit: type=1400 audit(1785190724.043:1118): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86995.796376] audit: type=1400 audit(1785190998.533:1119): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86995.798451] audit: type=1400 audit(1785190998.535:1120): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86995.832719] audit: type=1400 audit(1785190998.569:1121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87291.238249] audit: type=1400 audit(1785191293.981:1122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87291.240332] audit: type=1400 audit(1785191293.983:1123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87291.274358] audit: type=1400 audit(1785191294.017:1124): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87526.305680] audit: type=1400 audit(1785191529.054:1125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87526.307722] audit: type=1400 audit(1785191529.056:1126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87526.339532] audit: type=1400 audit(1785191529.088:1127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87776.435347] audit: type=1400 audit(1785191779.190:1128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87776.437529] audit: type=1400 audit(1785191779.192:1129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87776.470773] audit: type=1400 audit(1785191779.225:1130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88069.906076] audit: type=1400 audit(1785192072.668:1131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88069.908281] audit: type=1400 audit(1785192072.670:1132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88069.944024] audit: type=1400 audit(1785192072.706:1133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88334.437235] audit: type=1400 audit(1785192337.205:1134): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88334.439357] audit: type=1400 audit(1785192337.208:1135): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88334.472136] audit: type=1400 audit(1785192337.240:1136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88605.282654] audit: type=1400 audit(1785192608.058:1137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88605.284782] audit: type=1400 audit(1785192608.060:1138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88605.320344] audit: type=1400 audit(1785192608.095:1139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88900.114132] audit: type=1400 audit(1785192902.897:1140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88900.116311] audit: type=1400 audit(1785192902.899:1141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88900.151444] audit: type=1400 audit(1785192902.935:1142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89145.591557] audit: type=1400 audit(1785193148.380:1143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89145.593679] audit: type=1400 audit(1785193148.382:1144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89145.629061] audit: type=1400 audit(1785193148.417:1145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89438.366956] audit: type=1400 audit(1785193441.162:1146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89438.369043] audit: type=1400 audit(1785193441.165:1147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89438.402857] audit: type=1400 audit(1785193441.198:1148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89718.781569] audit: type=1400 audit(1785193721.584:1149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89718.783356] audit: type=1400 audit(1785193721.586:1150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89718.817539] audit: type=1400 audit(1785193721.620:1151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89988.156508] audit: type=1400 audit(1785193990.967:1152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89988.158612] audit: type=1400 audit(1785193990.969:1153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89988.192995] audit: type=1400 audit(1785193991.003:1154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90266.983607] audit: type=1400 audit(1785194269.800:1155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90266.985552] audit: type=1400 audit(1785194269.802:1156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90267.018221] audit: type=1400 audit(1785194269.834:1157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90519.253066] audit: type=1400 audit(1785194522.076:1158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90519.255055] audit: type=1400 audit(1785194522.078:1159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90519.288615] audit: type=1400 audit(1785194522.112:1160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90815.075130] audit: type=1400 audit(1785194817.905:1161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90815.077171] audit: type=1400 audit(1785194817.907:1162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90815.110577] audit: type=1400 audit(1785194817.940:1163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91045.860481] audit: type=1400 audit(1785195048.697:1164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91045.862619] audit: type=1400 audit(1785195048.699:1165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91045.896307] audit: type=1400 audit(1785195048.733:1166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91311.891790] audit: type=1400 audit(1785195314.734:1167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91311.893917] audit: type=1400 audit(1785195314.736:1168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91311.927393] audit: type=1400 audit(1785195314.769:1169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91581.226771] audit: type=1400 audit(1785195584.075:1170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91581.230282] audit: type=1400 audit(1785195584.079:1171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91581.263420] audit: type=1400 audit(1785195584.112:1172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91865.237167] audit: type=1400 audit(1785195868.093:1173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91865.239294] audit: type=1400 audit(1785195868.095:1174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91865.274004] audit: type=1400 audit(1785195868.129:1175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92129.482865] audit: type=1400 audit(1785196132.345:1176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92129.484949] audit: type=1400 audit(1785196132.347:1177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92129.517346] audit: type=1400 audit(1785196132.379:1178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92387.130230] audit: type=1400 audit(1785196389.999:1179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92387.132432] audit: type=1400 audit(1785196390.001:1180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92387.165922] audit: type=1400 audit(1785196390.034:1181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92660.988994] audit: type=1400 audit(1785196663.865:1182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92660.991065] audit: type=1400 audit(1785196663.867:1183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92661.025418] audit: type=1400 audit(1785196663.902:1184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92924.410179] audit: type=1400 audit(1785196927.292:1185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92924.412287] audit: type=1400 audit(1785196927.294:1186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92924.446999] audit: type=1400 audit(1785196927.329:1187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93174.350586] audit: type=1400 audit(1785197177.238:1188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93174.352283] audit: type=1400 audit(1785197177.240:1189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93174.385126] audit: type=1400 audit(1785197177.273:1190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93405.452537] audit: type=1400 audit(1785197408.346:1191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93405.454364] audit: type=1400 audit(1785197408.348:1192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93405.490342] audit: type=1400 audit(1785197408.384:1193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93699.841537] audit: type=1400 audit(1785197702.742:1194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93699.843766] audit: type=1400 audit(1785197702.745:1195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93699.875937] audit: type=1400 audit(1785197702.777:1196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93930.651137] audit: type=1400 audit(1785197933.558:1197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93930.653212] audit: type=1400 audit(1785197933.560:1198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93930.686272] audit: type=1400 audit(1785197933.593:1199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94209.933619] audit: type=1400 audit(1785198212.847:1200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94209.936384] audit: type=1400 audit(1785198212.850:1201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94209.969482] audit: type=1400 audit(1785198212.883:1202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94460.414489] audit: type=1400 audit(1785198463.334:1203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94460.416715] audit: type=1400 audit(1785198463.336:1204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94460.449451] audit: type=1400 audit(1785198463.369:1205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94696.239790] audit: type=1400 audit(1785198699.165:1206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94696.241827] audit: type=1400 audit(1785198699.167:1207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94696.274581] audit: type=1400 audit(1785198699.200:1208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94987.579776] audit: type=1400 audit(1785198990.512:1209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94987.581981] audit: type=1400 audit(1785198990.515:1210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94987.615552] audit: type=1400 audit(1785198990.548:1211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95235.345136] audit: type=1400 audit(1785199238.284:1212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95235.347049] audit: type=1400 audit(1785199238.286:1213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95235.380685] audit: type=1400 audit(1785199238.319:1214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95508.986565] audit: type=1400 audit(1785199511.932:1215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95508.988216] audit: type=1400 audit(1785199511.934:1216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95509.020647] audit: type=1400 audit(1785199511.966:1217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95780.638357] audit: type=1400 audit(1785199783.591:1218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95780.639760] audit: type=1400 audit(1785199783.592:1219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95780.672890] audit: type=1400 audit(1785199783.625:1220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96008.504775] audit: type=1400 audit(1785200011.463:1221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96008.507009] audit: type=1400 audit(1785200011.465:1222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96008.541703] audit: type=1400 audit(1785200011.500:1223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96244.764468] audit: type=1400 audit(1785200247.728:1224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96244.766237] audit: type=1400 audit(1785200247.730:1225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96244.800654] audit: type=1400 audit(1785200247.764:1226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96532.008145] audit: type=1400 audit(1785200534.979:1227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96532.010321] audit: type=1400 audit(1785200534.981:1228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96532.044418] audit: type=1400 audit(1785200535.015:1229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96772.618822] audit: type=1400 audit(1785200775.596:1230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96772.622609] audit: type=1400 audit(1785200775.599:1231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96772.657296] audit: type=1400 audit(1785200775.634:1232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97010.637602] audit: type=1400 audit(1785201013.620:1233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97010.639597] audit: type=1400 audit(1785201013.622:1234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97010.673083] audit: type=1400 audit(1785201013.656:1235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97311.878412] audit: type=1400 audit(1785201314.870:1236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97311.880060] audit: type=1400 audit(1785201314.871:1237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97311.914083] audit: type=1400 audit(1785201314.905:1238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97600.111768] audit: type=1400 audit(1785201603.109:1239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97600.113797] audit: type=1400 audit(1785201603.111:1240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97600.147964] audit: type=1400 audit(1785201603.145:1241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97855.567773] audit: type=1400 audit(1785201858.571:1242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97855.569981] audit: type=1400 audit(1785201858.574:1243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97855.602655] audit: type=1400 audit(1785201858.606:1244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98118.763492] audit: type=1400 audit(1785202121.775:1245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98118.765574] audit: type=1400 audit(1785202121.777:1246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98118.798767] audit: type=1400 audit(1785202121.810:1247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98402.555528] audit: type=1400 audit(1785202405.574:1248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98402.557813] audit: type=1400 audit(1785202405.576:1249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98402.590475] audit: type=1400 audit(1785202405.609:1250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98637.870961] audit: type=1400 audit(1785202640.894:1251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98637.873045] audit: type=1400 audit(1785202640.896:1252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98637.907086] audit: type=1400 audit(1785202640.930:1253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98865.806200] audit: type=1400 audit(1785202868.835:1254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98865.808291] audit: type=1400 audit(1785202868.837:1255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98865.841552] audit: type=1400 audit(1785202868.870:1256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99150.993191] audit: type=1400 audit(1785203154.029:1257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99150.995254] audit: type=1400 audit(1785203154.031:1258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99151.029410] audit: type=1400 audit(1785203154.065:1259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99387.453519] audit: type=1400 audit(1785203390.495:1260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99387.456781] audit: type=1400 audit(1785203390.498:1261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99387.489731] audit: type=1400 audit(1785203390.531:1262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99617.840403] audit: type=1400 audit(1785203620.889:1263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99617.842517] audit: type=1400 audit(1785203620.891:1264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99617.875339] audit: type=1400 audit(1785203620.924:1265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99906.125485] audit: type=1400 audit(1785203909.180:1266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99906.127587] audit: type=1400 audit(1785203909.182:1267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99906.160556] audit: type=1400 audit(1785203909.215:1268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100166.709821] audit: type=1400 audit(1785204169.771:1269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100166.712016] audit: type=1400 audit(1785204169.773:1270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100166.746556] audit: type=1400 audit(1785204169.807:1271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100423.600609] audit: type=1400 audit(1785204426.669:1272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100423.602762] audit: type=1400 audit(1785204426.671:1273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100423.635480] audit: type=1400 audit(1785204426.704:1274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100651.595903] audit: type=1400 audit(1785204654.669:1275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100651.598092] audit: type=1400 audit(1785204654.671:1276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100651.632626] audit: type=1400 audit(1785204654.705:1277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100952.863360] audit: type=1400 audit(1785204955.944:1278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100952.865473] audit: type=1400 audit(1785204955.946:1279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100952.898194] audit: type=1400 audit(1785204955.978:1280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101184.506395] audit: type=1400 audit(1785205187.592:1281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101184.508542] audit: type=1400 audit(1785205187.595:1282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101184.541184] audit: type=1400 audit(1785205187.627:1283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101444.603152] audit: type=1400 audit(1785205447.696:1284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101444.605212] audit: type=1400 audit(1785205447.698:1285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101444.638459] audit: type=1400 audit(1785205447.731:1286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101733.145126] audit: type=1400 audit(1785205736.245:1287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101733.147248] audit: type=1400 audit(1785205736.247:1288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101733.184398] audit: type=1400 audit(1785205736.284:1289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101960.950972] audit: type=1400 audit(1785205964.057:1290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101960.953176] audit: type=1400 audit(1785205964.059:1291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101960.985970] audit: type=1400 audit(1785205964.092:1292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102192.681113] audit: type=1400 audit(1785206195.792:1293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102192.683047] audit: type=1400 audit(1785206195.794:1294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102192.716210] audit: type=1400 audit(1785206195.827:1295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102429.139235] audit: type=1400 audit(1785206432.256:1296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102429.141577] audit: type=1400 audit(1785206432.258:1297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102429.175556] audit: type=1400 audit(1785206432.292:1298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102674.491799] audit: type=1400 audit(1785206677.615:1299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102674.495487] audit: type=1400 audit(1785206677.618:1300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102674.528879] audit: type=1400 audit(1785206677.652:1301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102924.548469] audit: type=1400 audit(1785206927.679:1302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102924.550664] audit: type=1400 audit(1785206927.681:1303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102924.583262] audit: type=1400 audit(1785206927.713:1304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none --- cpu MHz (live snapshot) $ grep -c ^processor /proc/cpuinfo @@ -6305,52 +5942,52 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 188Gi 9.3Gi 175Gi 46Mi 5.0Gi 179Gi +Mem: 188Gi 16Gi 167Gi 53Mi 6.4Gi 172Gi Swap: 8.0Gi 0B 8.0Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 202756390912 9958576128 188837216256 48787456 5321940992 192797814784 +Mem: 202764931072 17277001728 179830300672 56598528 6909517824 185487929344 Swap: 8589930496 0 8589930496 --- swapon $ swapon --show NAME TYPE SIZE USED PRIO -/dev/dm-0 partition 8G 0B -2 +/dev/dm-0 partition 8G 0B -1 --- /proc/meminfo highlights $ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo -MemTotal: 198004288 kB -MemFree: 184411344 kB -MemAvailable: 188279176 kB -Buffers: 81024 kB -Cached: 4905228 kB +MemTotal: 198012628 kB +MemFree: 175615528 kB +MemAvailable: 181140556 kB +Buffers: 160596 kB +Cached: 6527124 kB SwapTotal: 8388604 kB SwapFree: 8388604 kB -Dirty: 98024 kB +Dirty: 3308 kB Writeback: 0 kB -AnonPages: 7111264 kB -Mapped: 187540 kB -Shmem: 47644 kB -Slab: 493176 kB -SReclaimable: 210956 kB -SUnreclaim: 282220 kB -KernelStack: 9200 kB -PageTables: 26184 kB -SecPageTables: 11136 kB +AnonPages: 14473448 kB +Mapped: 201720 kB +Shmem: 55272 kB +Slab: 293480 kB +SReclaimable: 59856 kB +SUnreclaim: 233624 kB +KernelStack: 9280 kB +PageTables: 46840 kB +SecPageTables: 13396 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 5826560 kB +AnonHugePages: 13080576 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB HugePages_Total: 0 HugePages_Free: 0 Hugepagesize: 2048 kB -DirectMap4k: 265152 kB -DirectMap2M: 7028736 kB -DirectMap1G: 196083712 kB +DirectMap4k: 285632 kB +DirectMap2M: 4911104 kB +DirectMap1G: 198180864 kB --- numa stat $ cat /proc/sys/vm/numa_stat @@ -6366,378 +6003,380 @@ DirectMap1G: 196083712 kB --- slab top (top 20) $ slabtop -o -s c - Active / Total Objects (% used) : 2356433 / 2380398 (99.0%) - Active / Total Slabs (% used) : 52386 / 52386 (100.0%) - Active / Total Caches (% used) : 361 / 466 (77.5%) - Active / Total Size (% used) : 430494.47K / 435678.34K (98.8%) - Minimum / Average / Maximum Object : 0.01K / 0.18K / 16.00K + Active / Total Objects (% used) : 877558 / 951222 (92.3%) + Active / Total Slabs (% used) : 22167 / 22167 (100.0%) + Active / Total Caches (% used) : 363 / 472 (76.9%) + Active / Total Size (% used) : 223963.48K / 243139.74K (92.1%) + Minimum / Average / Maximum Object : 0.01K / 0.25K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME -1046097 1046097 100% 0.10K 26823 39 107292K buffer_head - 36917 36851 99% 1.10K 1273 29 40736K ext4_inode_cache - 40736 40699 99% 1.00K 1273 32 40736K iommu_iova_magazine - 39312 38261 97% 0.57K 1404 28 22464K radix_tree_node - 91098 91096 99% 0.19K 2169 42 17352K dentry - 33664 32120 95% 0.50K 1052 32 16832K kmalloc-rnd-08-512 - 68580 68580 100% 0.13K 2286 30 9144K kernfs_node_cache - 14050 14014 99% 0.62K 562 25 8992K inode_cache - 756 728 96% 10.44K 252 3 8064K task_struct - 12256 12129 98% 0.50K 383 32 6128K kmalloc-rnd-11-512 - 62100 62065 99% 0.09K 1350 46 5400K lsm_inode_cache - 64640 64573 99% 0.06K 1010 64 4040K dmaengine-unmap-2 - 19488 18882 96% 0.19K 464 42 3712K vm_area_struct - 4784 4568 95% 0.69K 104 46 3328K proc_inode_cache - 1504 1428 94% 2.00K 94 16 3008K kmalloc-cg-2k - 5568 5336 95% 0.50K 174 32 2784K pool_workqueue - 4025 4025 100% 0.63K 161 25 2576K debugfs_inode_cache - 1200 1197 99% 2.06K 80 15 2560K sighand_cache - 3198 3128 97% 0.77K 78 41 2496K shmem_inode_cache - 1184 1184 100% 2.00K 74 16 2368K kmalloc-rnd-11-2k - 3312 3067 92% 0.69K 72 46 2304K skbuff_small_head - 58650 57230 97% 0.04K 575 102 2300K extent_status - 1792 1726 96% 1.12K 64 28 2048K signal_cache - 504 487 96% 4.00K 63 8 2016K kmalloc-cg-4k - 928 739 79% 2.00K 58 16 1856K kmalloc-rnd-02-2k - 1938 1734 89% 0.94K 57 34 1824K nfs_read_data - 2223 2223 100% 0.81K 57 39 1824K sock_inode_cache - 1792 1610 89% 1.00K 56 32 1792K kmalloc-cg-1k - 23744 23744 100% 0.07K 424 56 1696K vmap_area - 416 368 88% 4.00K 52 8 1664K biovec-max - 408 394 96% 4.00K 51 8 1632K kmalloc-rnd-04-4k - 1568 1551 98% 1.00K 49 32 1568K kmalloc-rnd-07-1k - 5568 5568 100% 0.25K 174 32 1392K kmalloc-rnd-08-256 - 688 688 100% 2.00K 43 16 1376K kmalloc-rnd-06-2k - 312 312 100% 4.00K 39 8 1248K kmalloc-rnd-10-4k - 798 798 100% 1.50K 38 21 1216K mm_struct - 629 624 99% 1.88K 37 17 1184K mem_cgroup_per_node - 288 288 100% 4.00K 36 8 1152K kmalloc-rnd-12-4k - 4384 4150 94% 0.25K 137 32 1096K skbuff_head_cache - 10686 10254 95% 0.10K 274 39 1096K anon_vma - 4224 3584 84% 0.25K 132 32 1056K maple_node - 5418 5260 97% 0.19K 129 42 1032K filp - 1024 961 93% 1.00K 32 32 1024K kmalloc-1k - 15936 15142 95% 0.06K 249 64 996K anon_vma_chain - 992 992 100% 1.00K 31 32 992K kmalloc-rnd-10-1k - 232 232 100% 4.00K 29 8 928K names_cache - 1334 1334 100% 0.69K 29 46 928K files_cache - 696 624 89% 1.31K 29 24 928K perf_event - 116 116 100% 8.00K 29 4 928K kmalloc-rnd-10-8k - 464 450 96% 2.00K 29 16 928K kmalloc-rnd-08-2k - 116 116 100% 8.00K 29 4 928K kmalloc-rnd-01-8k - 728 728 100% 1.19K 28 26 896K RAWv6 - 896 896 100% 1.00K 28 32 896K RAW - 392 392 100% 2.19K 28 14 896K mem_cgroup - 896 843 94% 1.00K 28 32 896K kmalloc-rnd-08-1k - 224 224 100% 4.00K 28 8 896K kmalloc-rnd-07-4k - 832 832 100% 1.00K 26 32 832K kmalloc-rnd-15-1k - 208 208 100% 4.00K 26 8 832K kmalloc-rnd-13-4k - 104 104 100% 8.00K 26 4 832K kmalloc-rnd-08-8k - 832 832 100% 1.00K 26 32 832K kmalloc-rnd-06-1k - 832 832 100% 1.00K 26 32 832K kmalloc-rnd-01-1k - 400 400 100% 2.00K 25 16 800K biovec-128 - 100 100 100% 8.00K 25 4 800K kmalloc-cg-8k - 800 800 100% 1.00K 25 32 800K kmalloc-rnd-09-1k - 552 552 100% 1.38K 24 23 768K UDPv6 - 624 624 100% 1.19K 24 26 768K UDP - 312 312 100% 2.38K 24 13 768K TCP - 192 192 100% 4.00K 24 8 768K kmalloc-rnd-15-4k - 384 384 100% 2.00K 24 16 768K kmalloc-rnd-15-2k - 768 768 100% 1.00K 24 32 768K kmalloc-rnd-14-1k - 96 96 100% 8.00K 24 4 768K kmalloc-rnd-12-8k - 768 768 100% 1.00K 24 32 768K kmalloc-rnd-12-1k - 192 192 100% 4.00K 24 8 768K kmalloc-rnd-11-4k - 384 384 100% 2.00K 24 16 768K kmalloc-rnd-10-2k - 384 384 100% 2.00K 24 16 768K kmalloc-rnd-09-2k - 192 192 100% 4.00K 24 8 768K kmalloc-rnd-08-4k - 384 384 100% 2.00K 24 16 768K kmalloc-rnd-07-2k - 192 192 100% 4.00K 24 8 768K kmalloc-rnd-05-4k - 768 768 100% 1.00K 24 32 768K kmalloc-rnd-04-1k - 192 192 100% 4.00K 24 8 768K kmalloc-rnd-03-4k - 384 384 100% 2.00K 24 16 768K kmalloc-rnd-03-2k - 768 768 100% 1.00K 24 32 768K kmalloc-rnd-03-1k - 96 96 100% 8.00K 24 4 768K kmalloc-rnd-02-8k - 192 192 100% 4.00K 24 8 768K kmalloc-rnd-02-4k - 768 768 100% 1.00K 24 32 768K kmalloc-rnd-02-1k - 192 192 100% 4.00K 24 8 768K kmalloc-4k - 384 384 100% 2.00K 24 16 768K kmalloc-2k - 966 966 100% 0.75K 23 42 736K nfs_commit_data - 736 736 100% 1.00K 23 32 736K kmalloc-rnd-13-1k - 184 184 100% 4.00K 23 8 736K kmalloc-rnd-09-4k - 184 184 100% 4.00K 23 8 736K kmalloc-rnd-06-4k - 368 368 100% 2.00K 23 16 736K kmalloc-rnd-01-2k - 3738 3688 98% 0.19K 89 42 712K pid - 264 264 100% 2.56K 22 12 704K TCPv6 - 792 792 100% 0.88K 22 36 704K fuse_inode - 2175 2050 94% 0.31K 87 25 696K bio-256 - 168 168 100% 4.00K 21 8 672K memdup_user-4k - 336 336 100% 2.00K 21 16 672K kmalloc-rnd-14-2k - 336 336 100% 2.00K 21 16 672K kmalloc-rnd-12-2k - 1344 1344 100% 0.50K 42 32 672K kmalloc-rnd-10-512 - 20736 20736 100% 0.03K 162 128 648K kmalloc-rnd-05-32 - 320 320 100% 2.00K 20 16 640K memdup_user-2k - 3276 2918 89% 0.19K 78 42 624K kmalloc-cg-192 - 1248 1134 90% 0.50K 39 32 624K kmalloc-rnd-14-512 - 608 608 100% 1.00K 19 32 608K memdup_user-1k - 76 76 100% 8.00K 19 4 608K kmalloc-rnd-06-8k - 1512 1512 100% 0.38K 36 42 576K mnt_cache - 1088 1088 100% 0.50K 34 32 544K kmalloc-rnd-03-512 - 136 136 100% 4.00K 17 8 544K kmalloc-rnd-01-4k - 2368 2368 100% 0.21K 64 37 512K nfs_direct_cache - 2816 2816 100% 0.18K 64 44 512K kvm_mmu_page_header - 256 256 100% 2.00K 16 16 512K kmalloc-rnd-04-2k - 64 64 100% 8.00K 16 4 512K kmalloc-rnd-03-8k - 1984 1840 92% 0.25K 62 32 496K bio-200 - 696 696 100% 0.65K 29 24 464K tracefs_inode_cache - 928 781 84% 0.50K 29 32 464K kmalloc-rnd-05-512 - 2394 2394 100% 0.19K 57 42 456K kmalloc-rnd-15-192 - 8176 8176 100% 0.05K 112 73 448K ftrace_event_field - 896 896 100% 0.50K 28 32 448K kmalloc-cg-512 - 4578 4055 88% 0.09K 109 42 436K kmalloc-rnd-08-96 - 3392 3062 90% 0.12K 106 32 424K bio_integrity_data - 832 832 100% 0.50K 26 32 416K kmalloc-rnd-07-512 - 52 52 100% 8.00K 13 4 416K kmalloc-8k - 3296 3219 97% 0.12K 103 32 412K eventpoll_epi - 800 800 100% 0.50K 25 32 400K kmalloc-rnd-12-512 - 4074 3696 90% 0.09K 97 42 388K kmalloc-cg-96 - 36 36 100% 8.94K 12 3 384K kvm_vcpu - 144 144 100% 2.61K 12 12 384K x86_emulator - 672 672 100% 0.56K 24 28 384K kioctx - 696 696 100% 0.55K 24 29 384K taskstats - 600 600 100% 0.62K 24 25 384K task_group - 768 768 100% 0.50K 24 32 384K kmalloc-rnd-15-512 - 768 768 100% 0.50K 24 32 384K kmalloc-rnd-13-512 - 384 384 100% 1.00K 12 32 384K kmalloc-rnd-11-1k - 768 768 100% 0.50K 24 32 384K kmalloc-rnd-09-512 - 48 48 100% 8.00K 12 4 384K kmalloc-rnd-07-8k - 768 768 100% 0.50K 24 32 384K kmalloc-rnd-04-512 - 768 768 100% 0.50K 24 32 384K kmalloc-rnd-02-512 - 768 768 100% 0.50K 24 32 384K kmalloc-rnd-01-512 - 768 768 100% 0.50K 24 32 384K kmalloc-512 - 1472 1440 97% 0.25K 46 32 368K nf_conntrack - 5696 5185 91% 0.06K 89 64 356K kmalloc-cg-64 - 308 308 100% 1.14K 11 28 352K nfs_inode_cache - 176 176 100% 2.00K 11 16 352K kmalloc-rnd-13-2k - 3696 3696 100% 0.09K 88 42 352K kmalloc-rnd-10-96 - 3654 3654 100% 0.09K 87 42 348K trace_event_file - 1376 1376 100% 0.25K 43 32 344K kmalloc-rnd-15-256 - 672 672 100% 0.50K 21 32 336K kmalloc-rnd-06-512 - 5120 4865 95% 0.06K 80 64 320K kmalloc-rnd-10-64 - 2496 2496 100% 0.12K 78 32 312K kmalloc-rnd-08-128 - 1248 1248 100% 0.25K 39 32 312K kmalloc-rnd-06-256 - 3276 3276 100% 0.09K 78 42 312K kmalloc-rnd-02-96 - 1184 1184 100% 0.25K 37 32 296K kmalloc-rnd-07-256 - 1512 1512 100% 0.19K 36 42 288K kmalloc-rnd-13-192 - 1470 1470 100% 0.19K 35 42 280K proc_dir_entry - 2240 1985 88% 0.12K 70 32 280K kmalloc-cg-128 - 2940 2868 97% 0.09K 70 42 280K kmalloc-rnd-15-96 - 3264 2925 89% 0.08K 64 51 256K sigqueue - 64 64 100% 4.00K 8 8 256K kmalloc-rnd-14-4k - 2074 2074 100% 0.12K 61 34 244K jbd2_journal_head - 480 480 100% 0.50K 15 32 240K memdup_user-512 - 960 960 100% 0.25K 30 32 240K kmalloc-cg-256 - 2478 2478 100% 0.09K 59 42 236K kmalloc-rnd-06-96 - 928 928 100% 0.25K 29 32 232K kmalloc-rnd-14-256 - 1218 1218 100% 0.19K 29 42 232K kmalloc-rnd-14-192 - 928 928 100% 0.25K 29 32 232K kmalloc-rnd-09-256 - 1218 1177 96% 0.19K 29 42 232K kmalloc-rnd-06-192 - 322 322 100% 0.69K 7 46 224K rpc_inode_cache - 868 868 100% 0.26K 28 31 224K tw_sock_TCP - 224 224 100% 1.00K 7 32 224K kmalloc-rnd-05-1k - 28 28 100% 8.00K 7 4 224K kmalloc-rnd-04-8k - 7040 6774 96% 0.03K 55 128 220K kmalloc-rnd-04-32 - 9180 9139 99% 0.02K 54 170 216K lsm_file_cache - 864 864 100% 0.25K 27 32 216K kmalloc-rnd-01-256 - 1134 1134 100% 0.19K 27 42 216K kmalloc-192 - 1092 1092 100% 0.19K 26 42 208K jbd2_transaction_s - 832 832 100% 0.25K 26 32 208K kmalloc-rnd-10-256 - 1092 1059 96% 0.19K 26 42 208K kmalloc-rnd-08-192 - 1050 1050 100% 0.19K 25 42 200K file_lock_cache - 1050 1050 100% 0.19K 25 42 200K kmalloc-rnd-10-192 - 800 797 99% 0.25K 25 32 200K kmalloc-rnd-04-256 - 800 800 100% 0.25K 25 32 200K kmalloc-rnd-02-256 - 1050 1050 100% 0.19K 25 42 200K kmalloc-rnd-01-192 - 800 800 100% 0.25K 25 32 200K kmalloc-256 - 6272 5795 92% 0.03K 49 128 196K kmalloc-cg-32 - 12544 12544 100% 0.02K 49 256 196K kmalloc-rnd-04-16 - 1008 1008 100% 0.19K 24 42 192K bio-136 - 600 600 100% 0.31K 24 25 192K bio-264 - 1104 1104 100% 0.17K 24 46 192K fuse_request - 600 600 100% 0.31K 24 25 192K request_sock_TCP - 300 300 100% 0.62K 12 25 192K hugetlbfs_inode_cache - 768 768 100% 0.25K 24 32 192K task_delay_info - 24 24 100% 8.00K 6 4 192K kmalloc-rnd-14-8k - 768 768 100% 0.25K 24 32 192K kmalloc-rnd-12-256 - 1008 1008 100% 0.19K 24 42 192K kmalloc-rnd-12-192 - 1008 1008 100% 0.19K 24 42 192K kmalloc-rnd-11-192 - 1008 1008 100% 0.19K 24 42 192K kmalloc-rnd-09-192 - 96 96 100% 2.00K 6 16 192K kmalloc-rnd-05-2k - 1008 1008 100% 0.19K 24 42 192K kmalloc-rnd-04-192 - 1008 1008 100% 0.19K 24 42 192K kmalloc-rnd-02-192 - 3008 3008 100% 0.06K 47 64 188K kmalloc-rnd-09-64 - 24064 19038 79% 0.01K 47 512 188K kmalloc-rnd-07-8 - 704 704 100% 0.25K 22 32 176K io_kiocb - 704 704 100% 0.25K 22 32 176K kmem_cache - 1806 1806 100% 0.09K 43 42 172K kmalloc-rcl-96 - 672 672 100% 0.25K 21 32 168K kmalloc-rnd-13-256 - 672 672 100% 0.25K 21 32 168K kmalloc-rnd-03-256 - 95 95 100% 1.62K 5 19 160K bdev_cache - 20 20 100% 8.00K 5 4 160K kmalloc-rnd-15-8k - 640 640 100% 0.25K 20 32 160K kmalloc-rnd-11-256 - 2496 2496 100% 0.06K 39 64 156K kmalloc-rnd-13-64 - 2432 2149 88% 0.06K 38 64 152K kmalloc-64 - 2701 2701 100% 0.05K 37 73 148K mb_cache_entry - 4480 3584 80% 0.03K 35 128 140K kmalloc-rnd-07-32 - 714 714 100% 0.19K 17 42 136K kmalloc-rnd-07-192 - 544 544 100% 0.25K 17 32 136K kmalloc-rnd-05-256 - 2112 2072 98% 0.06K 33 64 132K kmalloc-rnd-07-64 - 128 128 100% 0.98K 4 32 128K request_queue - 208 208 100% 0.60K 8 26 128K user_namespace - 2048 2048 100% 0.06K 32 64 128K kmalloc-rnd-14-64 - 16 16 100% 8.00K 4 4 128K kmalloc-rnd-11-8k - 2048 2048 100% 0.06K 32 64 128K kmalloc-rnd-11-64 - 2048 1696 82% 0.06K 32 64 128K kmalloc-rnd-04-64 - 15872 15840 99% 0.01K 31 512 124K kmalloc-rnd-04-8 + 20352 20252 99% 1.00K 636 32 20352K iommu_iova_magazine + 13949 13909 99% 1.10K 481 29 15392K ext4_inode_cache + 16996 16935 99% 0.57K 607 28 9712K radix_tree_node + 69000 68996 99% 0.13K 2300 30 9200K kernfs_node_cache + 13780 13746 99% 0.60K 530 26 8480K inode_cache + 43764 43700 99% 0.19K 1042 42 8336K dentry + 732 717 97% 10.62K 244 3 7808K task_struct + 75855 75809 99% 0.10K 1945 39 7780K buffer_head + 2736 1260 46% 2.00K 171 16 5472K kmalloc-cg-2k + 10240 10220 99% 0.50K 320 32 5120K kmalloc-rnd-10-512 + 23100 20424 88% 0.19K 550 42 4400K vm_area_struct + 3456 3310 95% 1.00K 108 32 3456K kmalloc-1k + 38410 38387 99% 0.09K 835 46 3340K lsm_inode_cache + 50880 50826 99% 0.06K 795 64 3180K dmaengine-unmap-2 + 4512 4183 92% 0.67K 96 47 3072K proc_inode_cache + 5856 5820 99% 0.50K 183 32 2928K kmalloc-rnd-15-512 + 336 262 77% 8.00K 84 4 2688K kmalloc-rnd-06-8k + 3312 2463 74% 0.69K 72 46 2304K skbuff_small_head + 2940 2829 96% 0.75K 70 42 2240K shmem_inode_cache + 1088 996 91% 2.00K 68 16 2176K kmalloc-rnd-06-2k + 28840 25952 89% 0.07K 515 56 2060K vmap_area + 4096 3935 96% 0.50K 128 32 2048K kmalloc-512 + 2925 2889 98% 0.62K 117 25 1872K debugfs_inode_cache + 3488 2823 80% 0.50K 109 32 1744K pool_workqueue + 864 424 49% 2.00K 54 16 1728K kmalloc-rnd-15-2k + 408 393 96% 4.00K 51 8 1632K kmalloc-cg-4k + 1632 1602 98% 1.00K 51 32 1632K kmalloc-rnd-09-1k + 400 398 99% 4.00K 50 8 1600K kmalloc-rnd-14-4k + 833 820 98% 1.88K 49 17 1568K mem_cgroup_per_node + 705 618 87% 2.06K 47 15 1504K sighand_cache + 368 236 64% 4.00K 46 8 1472K kmalloc-rnd-06-4k + 5696 4313 75% 0.25K 178 32 1424K maple_node + 13494 11859 87% 0.10K 346 39 1384K anon_vma + 344 172 50% 4.00K 43 8 1376K kmalloc-rnd-10-4k + 5280 5231 99% 0.25K 165 32 1320K kmalloc-rnd-10-256 + 1148 1102 95% 1.12K 41 28 1312K signal_cache + 20928 17525 83% 0.06K 327 64 1308K anon_vma_chain + 1560 1383 88% 0.81K 40 39 1280K sock_inode_cache + 156 150 96% 8.00K 39 4 1248K kmalloc-cg-8k + 19776 19276 97% 0.06K 309 64 1236K kmalloc-cg-64 + 1258 770 61% 0.94K 37 34 1184K nfs_read_data + 1184 1095 92% 1.00K 37 32 1184K kmalloc-cg-1k + 476 458 96% 2.25K 34 14 1088K mem_cgroup + 4288 2760 64% 0.25K 134 32 1072K skbuff_head_cache + 5628 5073 90% 0.19K 134 42 1072K filp + 512 493 96% 2.00K 32 16 1024K kmalloc-rnd-05-2k + 120 115 95% 8.00K 30 4 960K kmalloc-rnd-15-8k + 120 120 100% 8.00K 30 4 960K kmalloc-rnd-11-8k + 1856 993 53% 0.50K 58 32 928K kmalloc-rnd-04-512 + 4928 3604 73% 0.18K 112 44 896K kvm_mmu_page_header + 224 162 72% 4.00K 28 8 896K kmalloc-rnd-15-4k + 112 112 100% 8.00K 28 4 896K kmalloc-rnd-03-8k + 208 185 88% 4.00K 26 8 832K biovec-max + 208 203 97% 4.00K 26 8 832K kmalloc-rnd-02-4k + 100 92 92% 8.00K 25 4 800K kmalloc-rnd-14-8k + 100 99 99% 8.00K 25 4 800K kmalloc-rnd-08-8k + 552 548 99% 1.38K 24 23 768K RAWv6 + 288 258 89% 2.50K 24 12 768K TCPv6 + 2976 2495 83% 0.25K 93 32 744K bio-200 + 396 315 79% 1.75K 22 18 704K mm_struct + 2816 2745 97% 0.25K 88 32 704K kmalloc-rnd-15-256 + 1376 1255 91% 0.50K 43 32 688K kmalloc-cg-512 + 546 507 92% 1.19K 21 26 672K RAW + 273 243 89% 2.38K 21 13 672K TCP + 336 312 92% 2.00K 21 16 672K biovec-128 + 966 619 64% 0.69K 21 46 672K files_cache + 672 570 84% 1.00K 21 32 672K kmalloc-rnd-15-1k + 336 321 95% 2.00K 21 16 672K kmalloc-rnd-14-2k + 1344 1313 97% 0.50K 42 32 672K kmalloc-rnd-12-512 + 672 603 89% 1.00K 21 32 672K kmalloc-rnd-06-1k + 336 314 93% 2.00K 21 16 672K kmalloc-rnd-03-2k + 5280 3075 58% 0.12K 165 32 660K bio_integrity_data + 60 58 96% 9.19K 20 3 640K kvm_vcpu + 320 286 89% 2.00K 20 16 640K kmalloc-rnd-10-2k + 640 593 92% 1.00K 20 32 640K kmalloc-rnd-07-1k + 160 155 96% 4.00K 20 8 640K kmalloc-rnd-01-4k + 3276 1928 58% 0.19K 78 42 624K kmalloc-cg-192 + 304 288 94% 2.00K 19 16 608K kmalloc-rnd-13-2k + 304 254 83% 2.00K 19 16 608K kmalloc-rnd-08-2k + 152 149 98% 4.00K 19 8 608K kmalloc-rnd-05-4k + 19200 18999 98% 0.03K 150 128 600K kmalloc-rnd-15-32 + 198 186 93% 2.75K 18 11 576K x86_emulator + 432 348 80% 1.32K 18 24 576K perf_event + 288 288 100% 2.00K 18 16 576K kmalloc-rnd-12-2k + 288 286 99% 2.00K 18 16 576K kmalloc-rnd-11-2k + 288 272 94% 2.00K 18 16 576K kmalloc-rnd-07-2k + 288 276 95% 2.00K 18 16 576K kmalloc-2k + 272 258 94% 2.00K 17 16 544K memdup_user-2k + 544 477 87% 1.00K 17 32 544K kmalloc-rnd-08-1k + 2772 2212 79% 0.19K 66 42 528K kmalloc-rnd-11-192 + 672 571 84% 0.75K 16 42 512K nfs_commit_data + 576 384 66% 0.88K 16 36 512K fuse_inode + 1344 1237 92% 0.38K 32 42 512K mnt_cache + 128 120 93% 4.00K 16 8 512K kmalloc-rnd-12-4k + 1024 1019 99% 0.50K 32 32 512K kmalloc-rnd-11-512 + 512 466 91% 1.00K 16 32 512K kmalloc-rnd-05-1k + 4032 4019 99% 0.12K 126 32 504K kmalloc-rnd-10-128 + 690 390 56% 0.69K 15 46 480K task_group + 960 906 94% 0.50K 30 32 480K kmalloc-rnd-05-512 + 2478 2304 92% 0.19K 59 42 472K pid + 928 739 79% 0.50K 29 32 464K kmalloc-rnd-13-512 + 8395 8319 99% 0.05K 115 73 460K ftrace_event_field + 1824 1361 74% 0.25K 57 32 456K kmalloc-rnd-03-256 + 308 268 87% 1.44K 14 22 448K UDPv6 + 112 106 94% 4.00K 14 8 448K kmalloc-rnd-13-4k + 112 107 95% 4.00K 14 8 448K kmalloc-rnd-11-4k + 448 363 81% 1.00K 14 32 448K kmalloc-rnd-03-1k + 224 191 85% 2.00K 14 16 448K kmalloc-rnd-02-2k + 312 239 76% 1.31K 13 24 416K UDP + 3328 3195 96% 0.12K 104 32 416K eventpoll_epi + 611 526 86% 0.67K 13 47 416K taskstats + 416 367 88% 1.00K 13 32 416K kmalloc-rnd-10-1k + 104 102 98% 4.00K 13 8 416K kmalloc-rnd-09-4k + 416 372 89% 1.00K 13 32 416K kmalloc-rnd-04-1k + 700 690 98% 0.56K 25 28 400K kioctx + 800 717 89% 0.50K 25 32 400K kmalloc-rnd-03-512 + 6208 6100 98% 0.06K 97 64 388K kmalloc-64 + 96 96 100% 4.00K 12 8 384K memdup_user-4k + 2016 1558 77% 0.19K 48 42 384K file_lock_cache + 384 339 88% 1.00K 12 32 384K kmalloc-rnd-14-1k + 768 637 82% 0.50K 24 32 384K kmalloc-rnd-14-512 + 384 347 90% 1.00K 12 32 384K kmalloc-rnd-11-1k + 48 47 97% 8.00K 12 4 384K kmalloc-rnd-09-8k + 96 88 91% 4.00K 12 8 384K kmalloc-rnd-08-4k + 96 96 100% 4.00K 12 8 384K kmalloc-rnd-07-4k + 96 94 97% 4.00K 12 8 384K kmalloc-rnd-04-4k + 3990 3960 99% 0.09K 95 42 380K trace_event_file + 3990 3863 96% 0.09K 95 42 380K kmalloc-rnd-15-96 + 1739 1600 92% 0.21K 47 37 376K nfs_direct_cache + 352 320 90% 1.00K 11 32 352K kmalloc-rnd-12-1k + 704 670 95% 0.50K 22 32 352K kmalloc-rnd-06-512 + 352 306 86% 1.00K 11 32 352K kmalloc-rnd-01-1k + 704 665 94% 0.50K 22 32 352K kmalloc-rnd-01-512 + 88 88 100% 4.00K 11 8 352K kmalloc-4k + 2752 1548 56% 0.12K 86 32 344K kmalloc-cg-128 + 1806 1387 76% 0.19K 43 42 344K kmalloc-rnd-06-192 + 1806 1687 93% 0.19K 43 42 344K kmalloc-rnd-02-192 + 1764 1707 96% 0.19K 42 42 336K proc_dir_entry + 1840 1345 73% 0.17K 40 46 320K fuse_request + 320 276 86% 1.00K 10 32 320K memdup_user-1k + 500 476 95% 0.63K 20 25 320K tracefs_inode_cache + 1680 1572 93% 0.19K 40 42 320K kmalloc-rnd-15-192 + 40 37 92% 8.00K 10 4 320K kmalloc-rnd-05-8k + 1680 1382 82% 0.19K 40 42 320K kmalloc-rnd-05-192 + 3318 2840 85% 0.09K 79 42 316K kmalloc-rnd-14-96 + 608 588 96% 0.50K 19 32 304K memdup_user-512 + 2432 1886 77% 0.12K 76 32 304K kmalloc-rnd-15-128 + 1216 1180 97% 0.25K 38 32 304K kmalloc-rnd-13-256 + 3192 2807 87% 0.09K 76 42 304K kmalloc-rnd-05-96 + 1554 1516 97% 0.19K 37 42 296K kmalloc-rnd-08-192 + 3024 2979 98% 0.09K 72 42 288K kmalloc-cg-96 + 1512 1440 95% 0.19K 36 42 288K kmalloc-rnd-14-192 + 36 34 94% 8.00K 9 4 288K kmalloc-rnd-10-8k + 576 551 95% 0.50K 18 32 288K kmalloc-rnd-09-512 + 72 64 88% 4.00K 9 8 288K kmalloc-rnd-03-4k + 1512 1432 94% 0.19K 36 42 288K kmalloc-rnd-03-192 + 288 276 95% 1.00K 9 32 288K kmalloc-rnd-02-1k + 144 132 91% 2.00K 9 16 288K kmalloc-rnd-01-2k + 2982 2931 98% 0.09K 71 42 284K kmalloc-rnd-13-96 + 1120 866 77% 0.25K 35 32 280K kmalloc-rnd-07-256 + 1088 975 89% 0.25K 34 32 272K nf_conntrack + 1088 1068 98% 0.25K 34 32 272K io_kiocb + 1428 1104 77% 0.19K 34 42 272K kmalloc-rnd-01-192 + 4288 4209 98% 0.06K 67 64 268K kmalloc-rnd-10-64 + 1386 1000 72% 0.19K 33 42 264K kmalloc-rnd-10-192 + 128 120 93% 2.00K 8 16 256K kmalloc-rnd-09-2k + 512 418 81% 0.50K 16 32 256K kmalloc-rnd-08-512 + 512 339 66% 0.50K 16 32 256K kmalloc-rnd-07-512 + 6426 6247 97% 0.04K 63 102 252K extent_status + 1302 1171 89% 0.19K 31 42 248K bio-136 + 1302 1080 82% 0.19K 31 42 248K jbd2_transaction_s + 744 707 95% 0.32K 31 24 248K request_sock_TCP + 1302 1260 96% 0.19K 31 42 248K memdup_user-192 + 992 947 95% 0.25K 31 32 248K kmalloc-rnd-12-256 + 992 878 88% 0.25K 31 32 248K kmalloc-rnd-05-256 + 1302 1251 96% 0.19K 31 42 248K kmalloc-192 + 1440 1440 100% 0.16K 60 24 240K ext4_allocation_context + 960 951 99% 0.25K 30 32 240K kmalloc-rnd-09-256 + 480 467 97% 0.50K 15 32 240K kmalloc-rnd-02-512 + 725 599 82% 0.31K 29 25 232K bio-256 + 841 665 79% 0.27K 29 29 232K tw_sock_TCP + 928 838 90% 0.25K 29 32 232K kmalloc-256 + 196 192 97% 1.12K 7 28 224K nfs_inode_cache + 322 250 77% 0.69K 7 46 224K rpc_inode_cache + 252 196 77% 0.88K 7 36 224K user_namespace + 112 107 95% 2.00K 7 16 224K kmalloc-rnd-04-2k + 864 686 79% 0.25K 27 32 216K key_jar + 1134 1080 95% 0.19K 27 42 216K kmalloc-rnd-12-192 + 1134 956 84% 0.19K 27 42 216K kmalloc-rnd-04-192 + 338 308 91% 0.61K 13 26 208K hugetlbfs_inode_cache + 832 790 94% 0.25K 26 32 208K kmalloc-rnd-06-256 + 832 805 96% 0.25K 26 32 208K kmalloc-rnd-01-256 + 2142 2087 97% 0.09K 51 42 204K kmalloc-rcl-96 + 625 544 87% 0.31K 25 25 200K bio-264 + 1600 1544 96% 0.12K 50 32 200K kmalloc-rnd-12-128 + 1600 1516 94% 0.12K 50 32 200K kmalloc-rnd-02-128 + 276 222 80% 0.69K 6 46 192K uts_namespace + 192 158 82% 1.00K 6 32 192K kmalloc-rnd-13-1k + 768 734 95% 0.25K 24 32 192K kmalloc-rnd-11-256 + 1008 954 94% 0.19K 24 42 192K kmalloc-rnd-09-192 + 768 735 95% 0.25K 24 32 192K kmalloc-rnd-02-256 + 736 661 89% 0.25K 23 32 184K kmalloc-cg-256 + 736 704 95% 0.25K 23 32 184K kmalloc-rnd-14-256 + 1472 1440 97% 0.12K 46 32 184K kmalloc-rnd-11-128 + 1472 1431 97% 0.12K 46 32 184K kmalloc-rnd-06-128 + 1472 1402 95% 0.12K 46 32 184K kmalloc-rnd-05-128 + 1472 1440 97% 0.12K 46 32 184K kmalloc-rnd-04-128 + 1472 1443 98% 0.12K 46 32 184K kmalloc-rnd-03-128 + 1472 1430 97% 0.12K 46 32 184K kmalloc-128 + 1440 1413 98% 0.12K 45 32 180K kmalloc-rnd-01-128 + 704 672 95% 0.25K 22 32 176K ip6_dst_cache + 638 599 93% 0.27K 22 29 176K tw_sock_TCPv6 + 1496 1379 92% 0.12K 44 34 176K seq_file + 924 634 68% 0.19K 22 42 176K names_cache + 1408 1374 97% 0.12K 44 32 176K kmalloc-rnd-14-128 + 5504 5261 95% 0.03K 43 128 172K kmalloc-rnd-12-32 + 2624 2567 97% 0.06K 41 64 164K kmalloc-rnd-13-64 + 1440 1437 99% 0.11K 40 36 160K ext4_prealloc_space + 2040 1716 84% 0.08K 40 51 160K sigqueue + 95 72 75% 1.62K 5 19 160K bdev_cache + 10240 9808 95% 0.02K 40 256 160K kmalloc-rnd-12-16 + 2560 2452 95% 0.06K 40 64 160K kmalloc-rnd-11-64 + 20 20 100% 8.00K 5 4 160K kmalloc-rnd-04-8k + 1680 1617 96% 0.09K 40 42 160K kmalloc-rnd-02-96 + 1292 1261 97% 0.12K 38 34 152K jbd2_journal_head + 1216 1188 97% 0.12K 38 32 152K kmalloc-rnd-08-128 + 1554 1447 93% 0.09K 37 42 148K kmalloc-rnd-08-96 + 1554 1498 96% 0.09K 37 42 148K kmalloc-rnd-04-96 + 1152 1139 98% 0.12K 36 32 144K kmalloc-rcl-128 + 1152 1138 98% 0.12K 36 32 144K kmalloc-rnd-13-128 + 576 559 97% 0.25K 18 32 144K kmalloc-rnd-08-256 + 1512 1431 94% 0.09K 36 42 144K kmalloc-rnd-06-96 + 1512 1432 94% 0.09K 36 42 144K kmalloc-rnd-03-96 + 1512 1457 96% 0.09K 36 42 144K kmalloc-rnd-01-96 + 1470 1317 89% 0.09K 35 42 140K kmalloc-rnd-09-96 + 5780 4946 85% 0.02K 34 170 136K lsm_file_cache + 1428 1379 96% 0.09K 34 42 136K kmalloc-rnd-11-96 + 2176 2141 98% 0.06K 34 64 136K kmalloc-rnd-02-64 + 2112 1978 93% 0.06K 33 64 132K kmalloc-rnd-15-64 + 8 8 100% 16.00K 4 2 128K zio_buf_comb_16384 + 132 114 86% 0.97K 4 33 128K request_queue + 16 16 100% 8.00K 4 4 128K memdup_user-8k + 1344 1294 96% 0.09K 32 42 128K kmalloc-rnd-10-96 + 512 488 95% 0.25K 16 32 128K kmalloc-rnd-04-256 + 1344 1290 95% 0.09K 32 42 128K kmalloc-96 + 512 472 92% 0.25K 16 32 128K kmem_cache + 1984 1655 83% 0.06K 31 64 124K kmalloc-rcl-64 + 1984 1893 95% 0.06K 31 64 124K kmalloc-rnd-07-64 + 1984 1909 96% 0.06K 31 64 124K kmalloc-rnd-06-64 780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k - 630 630 100% 0.19K 15 42 120K memdup_user-192 - 960 960 100% 0.12K 30 32 120K kmalloc-rnd-10-128 - 15360 14262 92% 0.01K 30 512 120K kmalloc-rnd-02-8 - 3840 3543 92% 0.03K 30 128 120K kmalloc-32 - 3712 3456 93% 0.03K 29 128 116K pending_reservation - 1218 1218 100% 0.09K 29 42 116K kmalloc-rnd-05-96 - 1856 1793 96% 0.06K 29 64 116K kmalloc-rnd-03-64 - 1218 1218 100% 0.09K 29 42 116K kmalloc-rnd-01-96 - 7424 6346 85% 0.02K 29 256 116K kmalloc-16 - 2380 2380 100% 0.05K 28 85 112K shared_policy_node - 3584 3584 100% 0.03K 28 128 112K kmalloc-rnd-13-32 - 3584 3584 100% 0.03K 28 128 112K kmalloc-rnd-12-32 - 3584 3474 96% 0.03K 28 128 112K kmalloc-rnd-09-32 - 3584 3463 96% 0.03K 28 128 112K kmalloc-rnd-08-32 - 1792 1667 93% 0.06K 28 64 112K kmalloc-rnd-01-64 - 864 864 100% 0.12K 27 32 108K kmalloc-rnd-14-128 - 1134 1134 100% 0.09K 27 42 108K kmalloc-rnd-04-96 - 1326 1326 100% 0.08K 26 51 104K Acpi-State - 832 832 100% 0.12K 26 32 104K kmalloc-rcl-128 - 1092 1092 100% 0.09K 26 42 104K kmalloc-rnd-14-96 - 1664 1664 100% 0.06K 26 64 104K kmalloc-rnd-12-64 - 832 832 100% 0.12K 26 32 104K kmalloc-rnd-11-128 - 3328 3328 100% 0.03K 26 128 104K kmalloc-rnd-11-32 - 1092 1092 100% 0.09K 26 42 104K kmalloc-rnd-09-96 - 1664 1664 100% 0.06K 26 64 104K kmalloc-rnd-06-64 - 546 546 100% 0.19K 13 42 104K kmalloc-rnd-03-192 - 1092 1092 100% 0.09K 26 42 104K kmalloc-rnd-03-96 - 832 832 100% 0.12K 26 32 104K kmalloc-rnd-01-128 - 1050 1050 100% 0.09K 25 42 100K kmalloc-rnd-12-96 - 6400 6400 100% 0.02K 25 256 100K kmalloc-rnd-07-16 - 800 800 100% 0.12K 25 32 100K kmalloc-rnd-06-128 - 6400 6400 100% 0.02K 25 256 100K kmalloc-rnd-06-16 - 3200 3200 100% 0.03K 25 128 100K kmalloc-rnd-03-32 - 800 800 100% 0.12K 25 32 100K kmalloc-128 - 1050 1050 100% 0.09K 25 42 100K kmalloc-96 - 6 6 100% 16.00K 3 2 96K zio_buf_comb_16384 - 576 576 100% 0.16K 24 24 96K ext4_allocation_context - 864 864 100% 0.11K 24 36 96K ext4_prealloc_space - 1536 1536 100% 0.06K 24 64 96K ext4_io_end - 3072 3072 100% 0.03K 24 128 96K xsk_generic_xmit_cache - 6144 6144 100% 0.02K 24 256 96K ep_head - 117 117 100% 0.81K 3 39 96K dax_cache - 12 12 100% 8.00K 3 4 96K memdup_user-8k - 1536 1536 100% 0.06K 24 64 96K memdup_user-64 - 3072 3072 100% 0.03K 24 128 96K memdup_user-32 - 6144 6144 100% 0.02K 24 256 96K memdup_user-16 - 12288 12288 100% 0.01K 24 512 96K memdup_user-8 - 3072 3072 100% 0.03K 24 128 96K pidfs_attr_cache - 2448 2448 100% 0.04K 24 102 96K pde_opener - 816 816 100% 0.12K 24 34 96K seq_file - 222 222 100% 0.42K 6 37 96K uts_namespace - 6144 6144 100% 0.02K 24 256 96K kmalloc-cg-16 - 12288 12288 100% 0.01K 24 512 96K kmalloc-cg-8 - 768 768 100% 0.12K 24 32 96K kmalloc-rnd-15-128 - 1536 1536 100% 0.06K 24 64 96K kmalloc-rnd-15-64 - 3072 3072 100% 0.03K 24 128 96K kmalloc-rnd-15-32 - 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-15-16 - 12288 12288 100% 0.01K 24 512 96K kmalloc-rnd-15-8 - 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-14-16 - 768 768 100% 0.12K 24 32 96K kmalloc-rnd-13-128 - 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-13-16 - 1008 1008 100% 0.09K 24 42 96K kmalloc-rnd-13-96 - 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-11-16 - 3072 3072 100% 0.03K 24 128 96K kmalloc-rnd-10-32 - 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-10-16 - 768 768 100% 0.12K 24 32 96K kmalloc-rnd-09-128 - 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-09-16 - 12288 12288 100% 0.01K 24 512 96K kmalloc-rnd-09-8 - 1536 1536 100% 0.06K 24 64 96K kmalloc-rnd-08-64 - 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-08-16 - 3072 3072 100% 0.03K 24 128 96K kmalloc-rnd-06-32 - 12288 12288 100% 0.01K 24 512 96K kmalloc-rnd-06-8 - 12 12 100% 8.00K 3 4 96K kmalloc-rnd-05-8k - 1536 1536 100% 0.06K 24 64 96K kmalloc-rnd-05-64 - 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-05-16 - 12288 12288 100% 0.01K 24 512 96K kmalloc-rnd-05-8 - 768 768 100% 0.12K 24 32 96K kmalloc-rnd-04-128 - 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-03-16 - 1536 1536 100% 0.06K 24 64 96K kmalloc-rnd-02-64 - 3072 3072 100% 0.03K 24 128 96K kmalloc-rnd-02-32 - 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-02-16 - 3072 3072 100% 0.03K 24 128 96K kmalloc-rnd-01-32 - 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-01-16 - 12288 12288 100% 0.01K 24 512 96K kmalloc-rnd-01-8 - 12288 12288 100% 0.01K 24 512 96K kmalloc-8 - 1536 1490 97% 0.06K 24 64 96K kmem_cache_node - 1288 1288 100% 0.07K 23 56 92K nsproxy - 2944 2944 100% 0.03K 23 128 92K kmalloc-rnd-14-32 - 11776 11776 100% 0.01K 23 512 92K kmalloc-rnd-11-8 - 736 736 100% 0.12K 23 32 92K kmalloc-rnd-07-128 - 736 736 100% 0.12K 23 32 92K kmalloc-rnd-05-128 - 11776 11776 100% 0.01K 23 512 92K kmalloc-rnd-03-8 - 736 736 100% 0.12K 23 32 92K kmalloc-rnd-02-128 - 924 924 100% 0.09K 22 42 88K kmalloc-rnd-07-96 - 10752 10752 100% 0.01K 21 512 84K kmalloc-rnd-14-8 - 320 320 100% 0.25K 10 32 80K memdup_user-256 - 420 420 100% 0.19K 10 42 80K kmalloc-rnd-05-192 - 756 756 100% 0.09K 18 42 72K kmalloc-rnd-11-96 - 100 100 100% 0.62K 4 25 64K netfs_request - 30 30 100% 2.06K 2 15 64K MPTCPv6 - 32 32 100% 1.94K 2 16 64K MPTCP - 10 10 100% 5.81K 2 5 64K net_namespace + 480 476 99% 0.25K 15 32 120K memdup_user-256 + 1920 1785 92% 0.06K 30 64 120K kmalloc-rnd-05-64 + 3840 3083 80% 0.03K 30 128 120K kmalloc-rnd-01-32 + 960 944 98% 0.12K 30 32 120K kmem_cache_node + 1479 1446 97% 0.08K 29 51 116K Acpi-State + 1728 1661 96% 0.06K 27 64 108K kmalloc-rnd-08-64 + 546 476 87% 0.19K 13 42 104K kmalloc-rnd-13-192 + 1664 1534 92% 0.06K 26 64 104K kmalloc-rnd-04-64 + 1664 1647 98% 0.06K 26 64 104K kmalloc-rnd-01-64 + 1600 1214 75% 0.06K 25 64 100K pidfs_attr_cache + 1600 1449 90% 0.06K 25 64 100K kmalloc-rnd-12-64 + 1600 1330 83% 0.06K 25 64 100K kmalloc-rnd-09-64 + 45 36 80% 2.12K 3 15 96K MPTCPv6 + 126 84 66% 0.75K 3 42 96K dax_cache + 936 900 96% 0.10K 24 39 96K Acpi-ParseExt + 2040 1974 96% 0.05K 24 85 96K shared_policy_node + 1536 1505 97% 0.06K 24 64 96K kmalloc-rnd-14-64 + 1536 1397 90% 0.06K 24 64 96K kmalloc-rnd-03-64 + 462 420 90% 0.19K 11 42 88K kmalloc-rcl-192 + 924 900 97% 0.09K 22 42 88K kmalloc-rnd-12-96 + 704 660 93% 0.12K 22 32 88K kmalloc-rnd-09-128 + 1533 958 62% 0.05K 21 73 84K mb_cache_entry + 2688 2491 92% 0.03K 21 128 84K kmalloc-cg-32 + 125 112 89% 0.62K 5 25 80K netfs_request + 2560 2400 93% 0.03K 20 128 80K kmalloc-rnd-03-32 + 1216 943 77% 0.06K 19 64 76K ext4_io_end + 1216 1140 93% 0.06K 19 64 76K memdup_user-64 + 1064 1007 94% 0.07K 19 56 76K nsproxy + 2432 2152 88% 0.03K 19 128 76K kmalloc-rnd-04-32 + 1836 1603 87% 0.04K 18 102 72K fsnotify_inode_mark_connector + 9216 8724 94% 0.01K 18 512 72K kmalloc-rnd-12-8 + 576 540 93% 0.12K 18 32 72K kmalloc-rnd-07-128 + 756 720 95% 0.09K 18 42 72K kmalloc-rnd-07-96 + 8704 3360 38% 0.01K 17 512 68K kmalloc-rnd-13-8 + 512 484 94% 0.12K 16 32 64K scsi_sense_cache + 20 12 60% 3.16K 2 10 64K kcopyd_job + 32 24 75% 2.00K 2 16 64K MPTCP + 1632 1432 87% 0.04K 16 102 64K pde_opener + 10 8 80% 6.19K 2 5 64K net_namespace 8 8 100% 8.00K 2 4 64K kmalloc-rnd-13-8k - 8 8 100% 8.00K 2 4 64K kmalloc-rnd-09-8k - 3840 3840 100% 0.02K 15 256 60K kmalloc-rnd-12-16 - 7680 7680 100% 0.01K 15 512 60K kmalloc-rnd-10-8 - 480 480 100% 0.12K 15 32 60K kmalloc-rnd-03-128 - 294 294 100% 0.19K 7 42 56K kmalloc-rcl-192 - 416 416 100% 0.12K 13 32 52K scsi_sense_cache - 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-13-8 - 1122 1122 100% 0.04K 11 102 44K khugepaged_mm_slot - 429 429 100% 0.10K 11 39 44K Acpi-ParseExt - 5120 5120 100% 0.01K 10 512 40K kmalloc-rnd-12-8 - 288 288 100% 0.12K 9 32 36K kmalloc-rnd-12-128 - 124 124 100% 0.26K 4 31 32K tw_sock_TCPv6 - 10 10 100% 3.16K 1 10 32K kcopyd_job - 34 34 100% 0.94K 1 34 32K mqueue_inode_cache - 680 680 100% 0.05K 8 85 32K ip_fib_trie - 584 584 100% 0.05K 8 73 32K ip_fib_alias - 15 15 100% 2.06K 1 15 32K dmaengine-unmap-256 - 30 30 100% 1.06K 1 30 32K dmaengine-unmap-128 - 294 294 100% 0.09K 7 42 28K memdup_user-96 - 3584 3076 85% 0.01K 7 512 28K kmalloc-rnd-08-8 - 126 126 100% 0.19K 3 42 24K bio-176 - 42 42 100% 0.38K 1 42 16K bio-320 - 36 36 100% 0.44K 1 36 16K bio-384 - 36 36 100% 0.44K 1 36 16K bio-400 - 32 32 100% 0.50K 1 32 16K bio-456 - 50 50 100% 0.31K 2 25 16K bio-280 - 60 60 100% 0.27K 2 30 16K numa_policy - 34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full - 170 170 100% 0.05K 2 85 8K bio_post_read_ctx - 42 42 100% 0.09K 1 42 4K abd_t - 25 25 100% 0.16K 1 25 4K dm_bufio_buffer-16-1 - 256 256 100% 0.02K 1 256 4K jbd2_revoke_table_s - 36 36 100% 0.11K 1 36 4K kmalloc_buckets + 8 8 100% 8.00K 2 4 64K kmalloc-rnd-12-8k + 2048 1972 96% 0.03K 16 128 64K kmalloc-rnd-07-32 + 336 300 89% 0.19K 8 42 64K kmalloc-rnd-07-192 + 8 8 100% 8.00K 2 4 64K kmalloc-rnd-02-8k + 8 8 100% 8.00K 2 4 64K kmalloc-8k + 1920 1599 83% 0.03K 15 128 60K kmalloc-rnd-08-32 + 588 540 91% 0.09K 14 42 56K memdup_user-96 + 1792 1736 96% 0.03K 14 128 56K kmalloc-rnd-10-32 + 1792 1513 84% 0.03K 14 128 56K kmalloc-rnd-09-32 + 1792 1508 84% 0.03K 14 128 56K kmalloc-rnd-05-32 + 1664 1551 93% 0.03K 13 128 52K kmalloc-rnd-14-32 + 1664 1500 90% 0.03K 13 128 52K kmalloc-rnd-11-32 + 1664 1488 89% 0.03K 13 128 52K kmalloc-rnd-06-32 + 1536 1439 93% 0.03K 12 128 48K memdup_user-32 + 1536 1425 92% 0.03K 12 128 48K kmalloc-rnd-13-32 + 1536 1431 93% 0.03K 12 128 48K kmalloc-rnd-02-32 + 1536 1440 93% 0.03K 12 128 48K kmalloc-32 + 1408 712 50% 0.03K 11 128 44K ext4_io_end_vec + 2560 2302 89% 0.02K 10 256 40K kmalloc-rnd-04-16 + 2304 1962 85% 0.02K 9 256 36K kmalloc-cg-16 + 50 28 56% 0.62K 2 25 32K kvm_gmem_inode_cache + 34 28 82% 0.94K 1 34 32K mqueue_inode_cache + 80 56 70% 0.39K 2 40 32K request_sock_subflow_v4 + 584 477 81% 0.05K 8 73 32K ip_fib_alias + 15 12 80% 2.06K 1 15 32K dmaengine-unmap-256 + 30 12 40% 1.06K 1 30 32K dmaengine-unmap-128 + 2048 1512 73% 0.02K 8 256 32K kmalloc-rnd-10-16 + 2048 1588 77% 0.02K 8 256 32K kmalloc-rnd-02-16 + 4 4 100% 8.00K 1 4 32K kmalloc-rnd-01-8k + 1792 1269 70% 0.02K 7 256 28K ep_head + 3584 2760 77% 0.01K 7 512 28K kmalloc-rnd-14-8 + 1792 1495 83% 0.02K 7 256 28K kmalloc-rnd-11-16 + 1792 1440 80% 0.02K 7 256 28K kmalloc-rnd-03-16 + 126 120 95% 0.19K 3 42 24K bio-176 + 510 417 81% 0.05K 6 85 24K ip_fib_trie + 75 56 74% 0.31K 3 25 24K bio-280 + 1536 1440 93% 0.02K 6 256 24K memdup_user-16 + 1536 1439 93% 0.02K 6 256 24K kmalloc-rnd-15-16 + 1536 1252 81% 0.02K 6 256 24K kmalloc-rnd-13-16 + 1536 1465 95% 0.02K 6 256 24K kmalloc-rnd-09-16 + 1536 1380 89% 0.02K 6 256 24K kmalloc-rnd-08-16 + 1536 1200 78% 0.02K 6 256 24K kmalloc-rnd-07-16 + 1536 1486 96% 0.02K 6 256 24K kmalloc-rnd-06-16 + 1536 1440 93% 0.02K 6 256 24K kmalloc-rnd-05-16 + 1536 1325 86% 0.02K 6 256 24K kmalloc-rnd-01-16 + 1536 1440 93% 0.02K 6 256 24K kmalloc-16 + 2560 1844 72% 0.01K 5 512 20K kmalloc-cg-8 + 68 60 88% 0.23K 2 34 16K arc_buf_hdr_t_full + 42 28 66% 0.38K 1 42 16K bio-328 + 36 28 77% 0.44K 1 36 16K bio-392 + 36 28 77% 0.44K 1 36 16K bio-408 + 36 28 77% 0.44K 1 36 16K bio-424 + 2048 1437 70% 0.01K 4 512 16K memdup_user-8 + 144 120 83% 0.11K 4 36 16K kmalloc_buckets + 1024 967 94% 0.02K 4 256 16K kmalloc-rnd-14-16 + 2048 1442 70% 0.01K 4 512 16K kmalloc-rnd-11-8 + 2048 1213 59% 0.01K 4 512 16K kmalloc-rnd-10-8 + 2048 1328 64% 0.01K 4 512 16K kmalloc-rnd-09-8 + 2048 1437 70% 0.01K 4 512 16K kmalloc-rnd-05-8 + 2048 1510 73% 0.01K 4 512 16K kmalloc-rnd-04-8 + 2048 1442 70% 0.01K 4 512 16K kmalloc-rnd-03-8 + 2048 1431 69% 0.01K 4 512 16K kmalloc-rnd-01-8 + 75 60 80% 0.16K 3 25 12K dm_bufio_buffer-16-1 + 384 294 76% 0.03K 3 128 12K pending_reservation + 1536 720 46% 0.01K 3 512 12K kmalloc-rnd-08-8 + 1536 840 54% 0.01K 3 512 12K kmalloc-rnd-07-8 + 1536 1071 69% 0.01K 3 512 12K kmalloc-rnd-02-8 + 1536 1078 70% 0.01K 3 512 12K kmalloc-8 + 84 60 71% 0.09K 2 42 8K abd_t + 28 28 100% 0.28K 1 28 8K numa_policy + 1024 900 87% 0.01K 2 512 8K kmalloc-rnd-15-8 + 1024 538 52% 0.01K 2 512 8K kmalloc-rnd-06-8 + 256 60 23% 0.02K 1 256 4K jbd2_revoke_table_s 0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache - 0 0 0% 0.20K 0 39 0K nf_conntrack_expect + 0 0 0% 0.23K 0 35 0K nf_conntrack_expect 0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache - 0 0 0% 1.09K 0 29 0K zfs_znode_cache + 0 0 0% 1.08K 0 29 0K zfs_znode_cache 0 0 0% 1.03K 0 31 0K zap_attr_long_cache 0 0 0% 1.07K 0 29 0K zap_name_long 0 0 0% 0.28K 0 28 0K zap_attr_cache @@ -6747,11 +6386,11 @@ DirectMap1G: 196083712 kB 0 0 0% 0.13K 0 30 0K sio_cache_0 0 0 0% 0.15K 0 26 0K zil_zcw_cache 0 0 0% 0.38K 0 41 0K zil_lwb_cache - 0 0 0% 0.36K 0 44 0K dbuf_dirty_record_t + 0 0 0% 0.37K 0 43 0K dbuf_dirty_record_t 0 0 0% 0.36K 0 44 0K dmu_buf_impl_t 0 0 0% 0.03K 0 128 0K arc_buf_t 0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only - 0 0 0% 0.93K 0 34 0K dnode_t + 0 0 0% 0.91K 0 35 0K dnode_t 0 0 0% 0.25K 0 32 0K sa_cache 0 0 0% 16.00K 0 2 0K lz4_cache 0 0 0% 12.00K 0 2 0K zio_buf_comb_12288 @@ -6764,7 +6403,7 @@ DirectMap1G: 196083712 kB 0 0 0% 1.00K 0 32 0K zio_buf_comb_1024 0 0 0% 0.50K 0 32 0K zio_buf_comb_512 0 0 0% 0.05K 0 85 0K zio_link_cache - 0 0 0% 1.19K 0 26 0K zio_cache + 0 0 0% 1.12K 0 28 0K zio_cache 0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache 0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache 0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache @@ -6776,27 +6415,29 @@ DirectMap1G: 196083712 kB 0 0 0% 0.30K 0 26 0K btrfs_delayed_node 0 0 0% 0.41K 0 39 0K btrfs_ordered_extent 0 0 0% 0.23K 0 34 0K btrfs_extent_buffer - 0 0 0% 1.00K 0 32 0K btrfs_inode - 0 0 0% 0.26K 0 31 0K fsverity_info + 0 0 0% 0.98K 0 32 0K btrfs_inode + 0 0 0% 0.27K 0 30 0K fsverity_info 0 0 0% 0.12K 0 32 0K fscrypt_inode_info + 0 0 0% 0.39K 0 40 0K request_sock_subflow_v6 0 0 0% 0.18K 0 44 0K ip6-frags - 0 0 0% 0.31K 0 25 0K request_sock_TCPv6 + 0 0 0% 1.38K 0 23 0K PINGv6 + 0 0 0% 0.32K 0 24 0K request_sock_TCPv6 0 0 0% 2.82K 0 11 0K dm_uevent 0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache 0 0 0% 0.02K 0 256 0K ecryptfs_file_cache - 0 0 0% 0.77K 0 41 0K fat_inode_cache + 0 0 0% 0.75K 0 42 0K fat_inode_cache 0 0 0% 0.04K 0 102 0K fat_cache 0 0 0% 0.69K 0 46 0K squashfs_inode_cache 0 0 0% 0.19K 0 42 0K userfaultfd_ctx_cache 0 0 0% 0.11K 0 36 0K fanotify_perm_event 0 0 0% 0.03K 0 128 0K dnotify_struct - 0 0 0% 0.28K 0 28 0K pid_namespace + 0 0 0% 0.62K 0 25 0K dio + 0 0 0% 0.01K 0 512 0K zs_handle + 0 0 0% 0.56K 0 28 0K pid_namespace 0 0 0% 0.20K 0 40 0K ip4-frags - 0 0 0% 0.38K 0 41 0K request_sock_subflow_v6 - 0 0 0% 0.38K 0 41 0K request_sock_subflow_v4 0 0 0% 0.31K 0 25 0K xfrm_dst 0 0 0% 0.81K 0 39 0K xfrm_state - 0 0 0% 1.00K 0 32 0K PING + 0 0 0% 1.06K 0 30 0K PING 0 0 0% 0.25K 0 32 0K dquot 0 0 0% 8.00K 0 4 0K msg_msg-8k 0 0 0% 4.00K 0 8 0K msg_msg-4k @@ -6813,9 +6454,11 @@ DirectMap1G: 196083712 kB 0 0 0% 0.09K 0 42 0K msg_msg-96 0 0 0% 0.12K 0 32 0K memdup_user-128 0 0 0% 0.16K 0 25 0K file_lease_cache + 0 0 0% 0.36K 0 44 0K task_delay_info 0 0 0% 0.02K 0 256 0K pidfs_xattr_cache 0 0 0% 0.25K 0 32 0K bfilp 0 0 0% 0.10K 0 39 0K ima_iint_cache + 0 0 0% 0.34K 0 47 0K apparmor_auditcache 0 0 0% 8.00K 0 4 0K dma-kmalloc-8k 0 0 0% 4.00K 0 8 0K dma-kmalloc-4k 0 0 0% 2.00K 0 16 0K dma-kmalloc-2k @@ -6835,10 +6478,10 @@ DirectMap1G: 196083712 kB 0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k 0 0 0% 0.50K 0 32 0K kmalloc-rcl-512 0 0 0% 0.25K 0 32 0K kmalloc-rcl-256 - 0 0 0% 0.06K 0 64 0K kmalloc-rcl-64 0 0 0% 0.03K 0 128 0K kmalloc-rcl-32 0 0 0% 0.02K 0 256 0K kmalloc-rcl-16 0 0 0% 0.01K 0 512 0K kmalloc-rcl-8 + 0 0 0% 8.00K 0 4 0K kmalloc-rnd-07-8k --- kswapd stats $ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat @@ -6848,8 +6491,8 @@ pgscan_kswapd 0 kswapd_inodesteal 0 kswapd_low_wmark_hit_quickly 0 kswapd_high_wmark_hit_quickly 0 -pgmigrate_success 1332121 -pgmigrate_fail 2560 +pgmigrate_success 32612460 +pgmigrate_fail 28164 compact_migrate_scanned 0 compact_free_scanned 0 compact_isolated 0 @@ -6893,7 +6536,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 9223372036854775807 -fs.file-nr = 3142 0 9223372036854775807 +fs.file-nr = 3668 0 9223372036854775807 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -6910,6 +6553,7 @@ kernel.hung_task_check_count = 4194304 kernel.hung_task_check_interval_secs = 0 kernel.hung_task_detect_count = 0 kernel.hung_task_panic = 0 +kernel.hung_task_sys_info = kernel.hung_task_timeout_secs = 120 kernel.hung_task_warnings = 10 kernel.nmi_watchdog = 1 @@ -6918,9 +6562,9 @@ kernel.numa_balancing_promote_rate_limit_MBps = 65536 kernel.randomize_va_space = 2 kernel.sched_rt_period_us = 1000000 kernel.sched_rt_runtime_us = 950000 -kernel.threads-max = 1546154 +kernel.threads-max = 1442106 kernel.watchdog = 1 -kernel.watchdog_cpumask = 0-47 +kernel.watchdog_cpumask = 0-23 kernel.watchdog_thresh = 10 ############################################################################### @@ -6957,6 +6601,8 @@ net.ipv4.tcp_available_congestion_control = reno cubic bbr net.ipv4.tcp_congestion_control = bbr net.ipv4.tcp_ecn = 2 net.ipv4.tcp_ecn_fallback = 1 +net.ipv4.tcp_ecn_option = 2 +net.ipv4.tcp_ecn_option_beacon = 3 net.ipv4.tcp_fastopen = 1 net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0 net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000 @@ -6997,7 +6643,7 @@ net.ipv6.conf.all.disable_ipv6 = 0 --- sysctl.d total 16 drwxr-xr-x 2 root root 4096 Jul 26 15:44 . -drwxr-xr-x 105 root root 4096 Jul 26 16:22 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:48 .. -rw-r--r-- 1 root root 499 Jul 26 15:45 99-perfopt.conf -rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl @@ -7093,7 +6739,7 @@ inactive --- modprobe.d total 20 drwxr-xr-x 2 root root 4096 Jul 26 16:09 . -drwxr-xr-x 105 root root 4096 Jul 26 16:22 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:48 .. -rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf -rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf -rw-r--r-- 1 root root 0 Apr 6 09:43 tuned.conf @@ -7129,6 +6775,7 @@ done enable_apicv = Y enable_device_posted_irqs = N enable_ipiv = N + enable_mediated_pmu = N enable_shadow_vmcs = N enlightened_vmcs = N ept = Y @@ -7136,8 +6783,8 @@ done error_on_inconsistent_vmcs_config = Y fasteoi = Y flexpriority = Y + mbec = N nested = Y - nested_early_check = N ple_gap = 128 ple_window = 4096 ple_window_grow = 2 @@ -7151,6 +6798,7 @@ done vmentry_l1d_flush = cond vnmi = Y vpid = Y + warn_on_missed_cc = N --- module params: kvm_amd $ for p in /sys/module/kvm_amd/parameters/*; do @@ -7178,11 +6826,11 @@ done --- pveversion $ pveversion -pve-manager/9.2.5/20242970da7fbcef (running kernel: 6.17.2-1-pve) +pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve) --- pveversion -v $ pveversion -v -proxmox-ve: 9.2.0 (running kernel: 6.17.2-1-pve) +proxmox-ve: 9.2.0 (running kernel: 7.0.14-6-pve) pve-manager: 9.2.5 (running version: 9.2.5/20242970da7fbcef) proxmox-kernel-helper: 9.2.0 proxmox-kernel-7.0.14-6-pve-signed: 7.0.14-6 @@ -7262,12 +6910,12 @@ pvecm expected --- pveperf $ timeout 15 pveperf -CPU BOGOMIPS: 124792.80 -REGEX/SECOND: 2103544 +CPU BOGOMIPS: 124800.96 +REGEX/SECOND: 2000704 HD SIZE: 93.93 GB (/dev/mapper/pve-root) -BUFFERED READS: 27.95 MB/sec -AVERAGE SEEK TIME: 34.01 ms -FSYNCS/SECOND: 78.64 +BUFFERED READS: 24.56 MB/sec +AVERAGE SEEK TIME: 22.79 ms +FSYNCS/SECOND: 94.25 [exit=124 / not installed or not permitted] --- corosync.conf @@ -7361,11 +7009,7 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host $ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \ | jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \ || pvesh get /cluster/resources --type node 2>/dev/null -┌────────────────┬──────┬─────────────┬─────────┬───────┬──────────┬──────────┬───────────┬─────────┬───────────┬───────┬──────┬────────┬───────────┬────────────┬──────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬────────┬─────────┬──────┬──────────┬─────────┬──────┬───────────┐ -│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ host-arch │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ shared │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ -╞════════════════╪══════╪═════════════╪═════════╪═══════╪══════════╪══════════╪═══════════╪═════════╪═══════════╪═══════╪══════╪════════╪═══════════╪════════════╪══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪════════╪═════════╪══════╪══════════╪═════════╪══════╪═══════════╡ -│ node/pfv-tsys7 │ node │ 2 │ │ 2.79% │ 7.86 GiB │ │ │ │ │ │ │ 24 │ 93.93 GiB │ 188.83 GiB │ 9.02 GiB │ │ │ │ │ │ │ pfv-tsys7 │ │ │ │ │ │ online │ │ │ │ 31m 38s │ │ │ -└────────────────┴──────┴─────────────┴─────────┴───────┴──────────┴──────────┴───────────┴─────────┴───────────┴───────┴──────┴────────┴───────────┴────────────┴──────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴────────┴─────────┴──────┴──────────┴─────────┴──────┴───────────┘ +pfv-tsys7 cpu=0.0753311975062776 mem=17091969024 maxmem=202764931072 maxdisk=100861726720 status=online ssl_fingerprint=null ############################################################################### # 10. NETWORK: INTERFACES @@ -7377,7 +7021,7 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 promiscuity 0 allmulti 0 minmtu 0 maxmtu 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 2: nic0: mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000 link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 60 maxmtu 9000 - bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 5 numrxqueues 5 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:01:00.0 + bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 5 numrxqueues 5 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:01:00.0 altname enp1s0f0 altname enxf8bc1234e074 3: nic1: mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000 @@ -7399,104 +7043,134 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 7: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 95.20 fdb_n_learned 97 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 18.1us mcast_hash_elasticity 16 mcast_hash_max 512 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 8.15 fdb_n_learned 99 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 14.7us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 8: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 bond mode 802.3ad miimon 100 updelay 0 downdelay 0 peer_notify_delay 0 use_carrier 1 arp_interval 0 arp_missed_max 2 arp_validate none arp_all_targets any primary_reselect always fail_over_mac none xmit_hash_policy layer3+4 resend_igmp 1 num_grat_arp 1 all_slaves_active 0 min_links 0 lp_interval 1 packets_per_slave 1 lacp_active on lacp_rate slow coupled_control on ad_select stable ad_aggregator 1 ad_num_ports 2 ad_actor_key 9 ad_partner_key 27 ad_partner_mac 00:13:72:46:95:e4 ad_actor_sys_prio 65535 ad_user_port_key 0 ad_actor_system 00:00:00:00:00:00 tlb_dynamic_lb 1 - bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:75 designated_root 8000.f8:bc:12:34:e0:75 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:75 designated_root 8000.f8:bc:12:34:e0:75 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 9: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.f8:bc:12:34:e0:75 designated_root 8000.f8:bc:12:34:e0:75 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 208.45 fdb_n_learned 10 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 512 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -10: tap701i0: mtu 1500 qdisc fq master fwbr701i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether ea:02:63:ef:c5:c7 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.f8:bc:12:34:e0:75 designated_root 8000.f8:bc:12:34:e0:75 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 138.42 fdb_n_learned 9 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +10: tap704i0: mtu 1500 qdisc fq master fwbr704i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 76:68:72:1f:f9:ce brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.6a:54:33:31:90:a1 designated_root 8000.6a:54:33:31:90:a1 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -11: fwbr701i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.6a:54:33:31:90:a1 designated_root 8000.6a:54:33:31:90:a1 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 100.25 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 13 mcast_querier_ipv4_other_timer 18.1us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -12: fwpr701p0@fwln701i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 06:69:93:dc:85:25 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.f2:b6:d5:42:9b:1c designated_root 8000.f2:b6:d5:42:9b:1c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +11: fwbr704i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether f2:b6:d5:42:9b:1c brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.f2:b6:d5:42:9b:1c designated_root 8000.f2:b6:d5:42:9b:1c root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 8.15 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 13 mcast_querier_ipv4_other_timer 14.7us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +12: fwpr704p0@fwln704i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether a2:14:69:cd:d8:bb brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -13: fwln701i0@fwpr701p0: mtu 1500 qdisc noqueue master fwbr701i0 state UP mode DEFAULT group default qlen 1000 - link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +13: fwln704i0@fwpr704p0: mtu 1500 qdisc noqueue master fwbr704i0 state UP mode DEFAULT group default qlen 1000 + link/ether f2:b6:d5:42:9b:1c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.6a:54:33:31:90:a1 designated_root 8000.6a:54:33:31:90:a1 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -14: tap701i1: mtu 1500 qdisc fq master fwbr701i1 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether c2:27:e6:09:8d:17 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.f2:b6:d5:42:9b:1c designated_root 8000.f2:b6:d5:42:9b:1c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +14: tap704i1: mtu 1500 qdisc fq master fwbr704i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 4e:d5:6f:6b:d6:0e brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.42:fc:86:6e:2f:20 designated_root 8000.42:fc:86:6e:2f:20 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -15: fwbr701i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.42:fc:86:6e:2f:20 designated_root 8000.42:fc:86:6e:2f:20 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 85.59 fdb_n_learned 6 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -16: fwpr701p1@fwln701i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 - link/ether 56:49:27:08:d8:d9 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.42:ea:75:8e:45:1d designated_root 8000.42:ea:75:8e:45:1d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +15: fwbr704i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 42:ea:75:8e:45:1d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.42:ea:75:8e:45:1d designated_root 8000.42:ea:75:8e:45:1d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 138.42 fdb_n_learned 4 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +16: fwpr704p1@fwln704i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 16:8d:27:c3:08:e8 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:75 designated_root 8000.f8:bc:12:34:e0:75 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -17: fwln701i1@fwpr701p1: mtu 1500 qdisc noqueue master fwbr701i1 state UP mode DEFAULT group default qlen 1000 - link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:75 designated_root 8000.f8:bc:12:34:e0:75 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +17: fwln704i1@fwpr704p1: mtu 1500 qdisc noqueue master fwbr704i1 state UP mode DEFAULT group default qlen 1000 + link/ether 42:ea:75:8e:45:1d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.42:fc:86:6e:2f:20 designated_root 8000.42:fc:86:6e:2f:20 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -18: tap702i0: mtu 1500 qdisc fq master fwbr702i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 1e:c0:60:6c:f3:d2 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.42:ea:75:8e:45:1d designated_root 8000.42:ea:75:8e:45:1d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +34: tap701i0: mtu 1500 qdisc fq master fwbr701i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 6e:40:1b:3c:f9:aa brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.5a:c0:32:82:6a:11 designated_root 8000.5a:c0:32:82:6a:11 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -19: fwbr702i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.5a:c0:32:82:6a:11 designated_root 8000.5a:c0:32:82:6a:11 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 100.25 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 21 mcast_querier_ipv4_other_timer 18.1us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -20: fwpr702p0@fwln702i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 1e:3a:b8:c7:fb:a1 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.3a:98:6b:3a:5b:6e designated_root 8000.3a:98:6b:3a:5b:6e hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +35: fwbr701i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 3a:98:6b:3a:5b:6e brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.3a:98:6b:3a:5b:6e designated_root 8000.3a:98:6b:3a:5b:6e root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 8.15 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 37 mcast_querier_ipv4_other_timer 14.7us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +36: fwpr701p0@fwln701i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 76:a5:78:31:0c:05 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -21: fwln702i0@fwpr702p0: mtu 1500 qdisc noqueue master fwbr702i0 state UP mode DEFAULT group default qlen 1000 - link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +37: fwln701i0@fwpr701p0: mtu 1500 qdisc noqueue master fwbr701i0 state UP mode DEFAULT group default qlen 1000 + link/ether 3a:98:6b:3a:5b:6e brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.5a:c0:32:82:6a:11 designated_root 8000.5a:c0:32:82:6a:11 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -22: tap703i0: mtu 1500 qdisc fq master fwbr703i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether d2:ac:e1:a0:8d:67 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.3a:98:6b:3a:5b:6e designated_root 8000.3a:98:6b:3a:5b:6e hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +38: tap701i1: mtu 1500 qdisc fq master fwbr701i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ce:dc:03:b6:b4:b2 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.8e:5f:d3:dd:6a:4a designated_root 8000.8e:5f:d3:dd:6a:4a hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -23: fwbr703i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.8e:5f:d3:dd:6a:4a designated_root 8000.8e:5f:d3:dd:6a:4a root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 100.25 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 25 mcast_querier_ipv4_other_timer 18.1us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -24: fwpr703p0@fwln703i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether ae:fe:84:d1:c2:37 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.e:1c:43:a:ea:cd designated_root 8000.e:1c:43:a:ea:cd hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +39: fwbr701i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 0e:1c:43:0a:ea:cd brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.e:1c:43:a:ea:cd designated_root 8000.e:1c:43:a:ea:cd root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 138.42 fdb_n_learned 4 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +40: fwpr701p1@fwln701i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 4a:e9:1c:0f:db:c4 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8004 port_no 0x4 designated_port 32772 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -25: fwln703i0@fwpr703p0: mtu 1500 qdisc noqueue master fwbr703i0 state UP mode DEFAULT group default qlen 1000 - link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:75 designated_root 8000.f8:bc:12:34:e0:75 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +41: fwln701i1@fwpr701p1: mtu 1500 qdisc noqueue master fwbr701i1 state UP mode DEFAULT group default qlen 1000 + link/ether 0e:1c:43:0a:ea:cd brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.8e:5f:d3:dd:6a:4a designated_root 8000.8e:5f:d3:dd:6a:4a hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -26: tap704i0: mtu 1500 qdisc fq master fwbr704i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether a6:3d:64:05:1a:6d brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.e:1c:43:a:ea:cd designated_root 8000.e:1c:43:a:ea:cd hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +42: tap702i0: mtu 1500 qdisc fq master fwbr702i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ae:aa:01:19:31:18 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ba:e1:96:f0:38:e1 designated_root 8000.ba:e1:96:f0:38:e1 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -27: fwbr704i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ba:e1:96:f0:38:e1 designated_root 8000.ba:e1:96:f0:38:e1 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 100.25 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 29 mcast_querier_ipv4_other_timer 18.1us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -28: fwpr704p0@fwln704i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 3e:13:81:61:ad:02 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.4a:6a:46:4f:a5:70 designated_root 8000.4a:6a:46:4f:a5:70 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +43: fwbr702i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 4a:6a:46:4f:a5:70 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.4a:6a:46:4f:a5:70 designated_root 8000.4a:6a:46:4f:a5:70 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 8.15 fdb_n_learned 71 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 45 mcast_querier_ipv4_other_timer 14.7us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +44: fwpr702p0@fwln702i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 4a:2b:be:66:5f:e9 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8005 port_no 0x5 designated_port 32773 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -29: fwln704i0@fwpr704p0: mtu 1500 qdisc noqueue master fwbr704i0 state UP mode DEFAULT group default qlen 1000 - link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8004 port_no 0x4 designated_port 32772 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +45: fwln702i0@fwpr702p0: mtu 1500 qdisc noqueue master fwbr702i0 state UP mode DEFAULT group default qlen 1000 + link/ether 4a:6a:46:4f:a5:70 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ba:e1:96:f0:38:e1 designated_root 8000.ba:e1:96:f0:38:e1 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -30: tap704i1: mtu 1500 qdisc fq master fwbr704i1 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether ea:0f:74:65:9f:9c brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.4a:6a:46:4f:a5:70 designated_root 8000.4a:6a:46:4f:a5:70 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +46: tap703i0: mtu 1500 qdisc fq master fwbr703i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 76:dd:43:39:5b:7c brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.a2:a9:ed:53:3e:75 designated_root 8000.a2:a9:ed:53:3e:75 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -31: fwbr704i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether a2:a9:ed:53:3e:75 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.a2:a9:ed:53:3e:75 designated_root 8000.a2:a9:ed:53:3e:75 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 85.59 fdb_n_learned 6 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -32: fwpr704p1@fwln704i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 - link/ether 5e:aa:07:86:49:27 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ee:a2:c:ab:15:a4 designated_root 8000.ee:a2:c:ab:15:a4 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +47: fwbr703i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ee:a2:0c:ab:15:a4 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ee:a2:c:ab:15:a4 designated_root 8000.ee:a2:c:ab:15:a4 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 8.15 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 49 mcast_querier_ipv4_other_timer 14.7us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +48: fwpr703p0@fwln703i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ce:73:e8:6d:2b:a5 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:75 designated_root 8000.f8:bc:12:34:e0:75 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -33: fwln704i1@fwpr704p1: mtu 1500 qdisc noqueue master fwbr704i1 state UP mode DEFAULT group default qlen 1000 - link/ether a2:a9:ed:53:3e:75 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8005 port_no 0x5 designated_port 32773 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +49: fwln703i0@fwpr703p0: mtu 1500 qdisc noqueue master fwbr703i0 state UP mode DEFAULT group default qlen 1000 + link/ether ee:a2:0c:ab:15:a4 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.a2:a9:ed:53:3e:75 designated_root 8000.a2:a9:ed:53:3e:75 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ee:a2:c:ab:15:a4 designated_root 8000.ee:a2:c:ab:15:a4 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +50: tap705i0: mtu 1500 qdisc fq master fwbr705i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether da:de:b4:9b:92:b7 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.2e:9a:8b:e8:53:41 designated_root 8000.2e:9a:8b:e8:53:41 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +51: fwbr705i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 2e:9a:8b:e8:53:41 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.2e:9a:8b:e8:53:41 designated_root 8000.2e:9a:8b:e8:53:41 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 8.15 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 53 mcast_querier_ipv4_other_timer 14.7us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +52: fwpr705p0@fwln705i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether f2:2b:58:14:d6:2e brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8006 port_no 0x6 designated_port 32774 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +53: fwln705i0@fwpr705p0: mtu 1500 qdisc noqueue master fwbr705i0 state UP mode DEFAULT group default qlen 1000 + link/ether 2e:9a:8b:e8:53:41 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.2e:9a:8b:e8:53:41 designated_root 8000.2e:9a:8b:e8:53:41 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +54: tap706i0: mtu 1500 qdisc fq master fwbr706i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 3e:2a:70:0f:3b:f5 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.3e:79:88:e9:f:ce designated_root 8000.3e:79:88:e9:f:ce hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +55: fwbr706i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 3e:79:88:e9:0f:ce brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.3e:79:88:e9:f:ce designated_root 8000.3e:79:88:e9:f:ce root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 8.15 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 57 mcast_querier_ipv4_other_timer 14.7us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +56: fwpr706p0@fwln706i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 0e:c0:61:44:26:fa brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8007 port_no 0x7 designated_port 32775 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +57: fwln706i0@fwpr706p0: mtu 1500 qdisc noqueue master fwbr706i0 state UP mode DEFAULT group default qlen 1000 + link/ether 3e:79:88:e9:0f:ce brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.3e:79:88:e9:f:ce designated_root 8000.3e:79:88:e9:f:ce hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 24 numrxqueues 24 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 --- ip -o link $ ip -o link @@ -7509,36 +7183,44 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 7: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff 8: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff 9: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff -10: tap701i0: mtu 1500 qdisc fq master fwbr701i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ea:02:63:ef:c5:c7 brd ff:ff:ff:ff:ff:ff -11: fwbr701i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff -12: fwpr701p0@fwln701i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 06:69:93:dc:85:25 brd ff:ff:ff:ff:ff:ff -13: fwln701i0@fwpr701p0: mtu 1500 qdisc noqueue master fwbr701i0 state UP mode DEFAULT group default qlen 1000\ link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff -14: tap701i1: mtu 1500 qdisc fq master fwbr701i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether c2:27:e6:09:8d:17 brd ff:ff:ff:ff:ff:ff -15: fwbr701i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff -16: fwpr701p1@fwln701i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 56:49:27:08:d8:d9 brd ff:ff:ff:ff:ff:ff -17: fwln701i1@fwpr701p1: mtu 1500 qdisc noqueue master fwbr701i1 state UP mode DEFAULT group default qlen 1000\ link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff -18: tap702i0: mtu 1500 qdisc fq master fwbr702i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 1e:c0:60:6c:f3:d2 brd ff:ff:ff:ff:ff:ff -19: fwbr702i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff -20: fwpr702p0@fwln702i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 1e:3a:b8:c7:fb:a1 brd ff:ff:ff:ff:ff:ff -21: fwln702i0@fwpr702p0: mtu 1500 qdisc noqueue master fwbr702i0 state UP mode DEFAULT group default qlen 1000\ link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff -22: tap703i0: mtu 1500 qdisc fq master fwbr703i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether d2:ac:e1:a0:8d:67 brd ff:ff:ff:ff:ff:ff -23: fwbr703i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff -24: fwpr703p0@fwln703i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether ae:fe:84:d1:c2:37 brd ff:ff:ff:ff:ff:ff -25: fwln703i0@fwpr703p0: mtu 1500 qdisc noqueue master fwbr703i0 state UP mode DEFAULT group default qlen 1000\ link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff -26: tap704i0: mtu 1500 qdisc fq master fwbr704i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether a6:3d:64:05:1a:6d brd ff:ff:ff:ff:ff:ff -27: fwbr704i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff -28: fwpr704p0@fwln704i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 3e:13:81:61:ad:02 brd ff:ff:ff:ff:ff:ff -29: fwln704i0@fwpr704p0: mtu 1500 qdisc noqueue master fwbr704i0 state UP mode DEFAULT group default qlen 1000\ link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff -30: tap704i1: mtu 1500 qdisc fq master fwbr704i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ea:0f:74:65:9f:9c brd ff:ff:ff:ff:ff:ff -31: fwbr704i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether a2:a9:ed:53:3e:75 brd ff:ff:ff:ff:ff:ff -32: fwpr704p1@fwln704i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 5e:aa:07:86:49:27 brd ff:ff:ff:ff:ff:ff -33: fwln704i1@fwpr704p1: mtu 1500 qdisc noqueue master fwbr704i1 state UP mode DEFAULT group default qlen 1000\ link/ether a2:a9:ed:53:3e:75 brd ff:ff:ff:ff:ff:ff +10: tap704i0: mtu 1500 qdisc fq master fwbr704i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 76:68:72:1f:f9:ce brd ff:ff:ff:ff:ff:ff +11: fwbr704i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether f2:b6:d5:42:9b:1c brd ff:ff:ff:ff:ff:ff +12: fwpr704p0@fwln704i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether a2:14:69:cd:d8:bb brd ff:ff:ff:ff:ff:ff +13: fwln704i0@fwpr704p0: mtu 1500 qdisc noqueue master fwbr704i0 state UP mode DEFAULT group default qlen 1000\ link/ether f2:b6:d5:42:9b:1c brd ff:ff:ff:ff:ff:ff +14: tap704i1: mtu 1500 qdisc fq master fwbr704i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 4e:d5:6f:6b:d6:0e brd ff:ff:ff:ff:ff:ff +15: fwbr704i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 42:ea:75:8e:45:1d brd ff:ff:ff:ff:ff:ff +16: fwpr704p1@fwln704i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 16:8d:27:c3:08:e8 brd ff:ff:ff:ff:ff:ff +17: fwln704i1@fwpr704p1: mtu 1500 qdisc noqueue master fwbr704i1 state UP mode DEFAULT group default qlen 1000\ link/ether 42:ea:75:8e:45:1d brd ff:ff:ff:ff:ff:ff +34: tap701i0: mtu 1500 qdisc fq master fwbr701i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 6e:40:1b:3c:f9:aa brd ff:ff:ff:ff:ff:ff +35: fwbr701i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 3a:98:6b:3a:5b:6e brd ff:ff:ff:ff:ff:ff +36: fwpr701p0@fwln701i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 76:a5:78:31:0c:05 brd ff:ff:ff:ff:ff:ff +37: fwln701i0@fwpr701p0: mtu 1500 qdisc noqueue master fwbr701i0 state UP mode DEFAULT group default qlen 1000\ link/ether 3a:98:6b:3a:5b:6e brd ff:ff:ff:ff:ff:ff +38: tap701i1: mtu 1500 qdisc fq master fwbr701i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ce:dc:03:b6:b4:b2 brd ff:ff:ff:ff:ff:ff +39: fwbr701i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 0e:1c:43:0a:ea:cd brd ff:ff:ff:ff:ff:ff +40: fwpr701p1@fwln701i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 4a:e9:1c:0f:db:c4 brd ff:ff:ff:ff:ff:ff +41: fwln701i1@fwpr701p1: mtu 1500 qdisc noqueue master fwbr701i1 state UP mode DEFAULT group default qlen 1000\ link/ether 0e:1c:43:0a:ea:cd brd ff:ff:ff:ff:ff:ff +42: tap702i0: mtu 1500 qdisc fq master fwbr702i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ae:aa:01:19:31:18 brd ff:ff:ff:ff:ff:ff +43: fwbr702i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 4a:6a:46:4f:a5:70 brd ff:ff:ff:ff:ff:ff +44: fwpr702p0@fwln702i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 4a:2b:be:66:5f:e9 brd ff:ff:ff:ff:ff:ff +45: fwln702i0@fwpr702p0: mtu 1500 qdisc noqueue master fwbr702i0 state UP mode DEFAULT group default qlen 1000\ link/ether 4a:6a:46:4f:a5:70 brd ff:ff:ff:ff:ff:ff +46: tap703i0: mtu 1500 qdisc fq master fwbr703i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 76:dd:43:39:5b:7c brd ff:ff:ff:ff:ff:ff +47: fwbr703i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ee:a2:0c:ab:15:a4 brd ff:ff:ff:ff:ff:ff +48: fwpr703p0@fwln703i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether ce:73:e8:6d:2b:a5 brd ff:ff:ff:ff:ff:ff +49: fwln703i0@fwpr703p0: mtu 1500 qdisc noqueue master fwbr703i0 state UP mode DEFAULT group default qlen 1000\ link/ether ee:a2:0c:ab:15:a4 brd ff:ff:ff:ff:ff:ff +50: tap705i0: mtu 1500 qdisc fq master fwbr705i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether da:de:b4:9b:92:b7 brd ff:ff:ff:ff:ff:ff +51: fwbr705i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 2e:9a:8b:e8:53:41 brd ff:ff:ff:ff:ff:ff +52: fwpr705p0@fwln705i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether f2:2b:58:14:d6:2e brd ff:ff:ff:ff:ff:ff +53: fwln705i0@fwpr705p0: mtu 1500 qdisc noqueue master fwbr705i0 state UP mode DEFAULT group default qlen 1000\ link/ether 2e:9a:8b:e8:53:41 brd ff:ff:ff:ff:ff:ff +54: tap706i0: mtu 1500 qdisc fq master fwbr706i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 3e:2a:70:0f:3b:f5 brd ff:ff:ff:ff:ff:ff +55: fwbr706i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 3e:79:88:e9:0f:ce brd ff:ff:ff:ff:ff:ff +56: fwpr706p0@fwln706i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 0e:c0:61:44:26:fa brd ff:ff:ff:ff:ff:ff +57: fwln706i0@fwpr706p0: mtu 1500 qdisc noqueue master fwbr706i0 state UP mode DEFAULT group default qlen 1000\ link/ether 3e:79:88:e9:0f:ce brd ff:ff:ff:ff:ff:ff --- ip -o -4 addr $ ip -o -4 addr 1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever 6: tailscale0 inet 100.110.146.27/32 scope global tailscale0\ valid_lft forever preferred_lft forever -7: vmbr0 inet 192.168.0.250/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 349sec preferred_lft 349sec +7: vmbr0 inet 192.168.0.250/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 456sec preferred_lft 456sec 9: datanet inet 10.100.100.7/24 scope global datanet\ valid_lft forever preferred_lft forever --- ip -o -6 addr (link-local filter) @@ -7546,7 +7228,7 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever 5: nic3 inet6 fe80::fabc:12ff:fe34:e077/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever 6: tailscale0 inet6 fd7a:115c:a1e0::333b:921b/128 scope global \ valid_lft forever preferred_lft forever -6: tailscale0 inet6 fe80::89bf:3115:94fc:9b90/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever +6: tailscale0 inet6 fe80::efb7:e185:4876:1000/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever 7: vmbr0 inet6 fe80::fabc:12ff:fe34:e074/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever 9: datanet inet6 fe80::fabc:12ff:fe34:e075/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever @@ -7582,12 +7264,12 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host valid_lft forever preferred_lft forever inet6 fd7a:115c:a1e0::333b:921b/128 scope global valid_lft forever preferred_lft forever - inet6 fe80::89bf:3115:94fc:9b90/64 scope link stable-privacy proto kernel_ll + inet6 fe80::efb7:e185:4876:1000/64 scope link stable-privacy proto kernel_ll valid_lft forever preferred_lft forever 7: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff inet 192.168.0.250/22 brd 192.168.3.255 scope global dynamic vmbr0 - valid_lft 349sec preferred_lft 349sec + valid_lft 456sec preferred_lft 456sec inet6 fe80::fabc:12ff:fe34:e074/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 8: bond0: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 @@ -7598,54 +7280,70 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host valid_lft forever preferred_lft forever inet6 fe80::fabc:12ff:fe34:e075/64 scope link proto kernel_ll valid_lft forever preferred_lft forever -10: tap701i0: mtu 1500 qdisc fq master fwbr701i0 state UNKNOWN group default qlen 1000 - link/ether ea:02:63:ef:c5:c7 brd ff:ff:ff:ff:ff:ff -11: fwbr701i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff -12: fwpr701p0@fwln701i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 06:69:93:dc:85:25 brd ff:ff:ff:ff:ff:ff -13: fwln701i0@fwpr701p0: mtu 1500 qdisc noqueue master fwbr701i0 state UP group default qlen 1000 - link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff -14: tap701i1: mtu 1500 qdisc fq master fwbr701i1 state UNKNOWN group default qlen 1000 - link/ether c2:27:e6:09:8d:17 brd ff:ff:ff:ff:ff:ff -15: fwbr701i1: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff -16: fwpr701p1@fwln701i1: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 - link/ether 56:49:27:08:d8:d9 brd ff:ff:ff:ff:ff:ff -17: fwln701i1@fwpr701p1: mtu 1500 qdisc noqueue master fwbr701i1 state UP group default qlen 1000 - link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff -18: tap702i0: mtu 1500 qdisc fq master fwbr702i0 state UNKNOWN group default qlen 1000 - link/ether 1e:c0:60:6c:f3:d2 brd ff:ff:ff:ff:ff:ff -19: fwbr702i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff -20: fwpr702p0@fwln702i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 1e:3a:b8:c7:fb:a1 brd ff:ff:ff:ff:ff:ff -21: fwln702i0@fwpr702p0: mtu 1500 qdisc noqueue master fwbr702i0 state UP group default qlen 1000 - link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff -22: tap703i0: mtu 1500 qdisc fq master fwbr703i0 state UNKNOWN group default qlen 1000 - link/ether d2:ac:e1:a0:8d:67 brd ff:ff:ff:ff:ff:ff -23: fwbr703i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff -24: fwpr703p0@fwln703i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether ae:fe:84:d1:c2:37 brd ff:ff:ff:ff:ff:ff -25: fwln703i0@fwpr703p0: mtu 1500 qdisc noqueue master fwbr703i0 state UP group default qlen 1000 - link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff -26: tap704i0: mtu 1500 qdisc fq master fwbr704i0 state UNKNOWN group default qlen 1000 - link/ether a6:3d:64:05:1a:6d brd ff:ff:ff:ff:ff:ff -27: fwbr704i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff -28: fwpr704p0@fwln704i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 3e:13:81:61:ad:02 brd ff:ff:ff:ff:ff:ff -29: fwln704i0@fwpr704p0: mtu 1500 qdisc noqueue master fwbr704i0 state UP group default qlen 1000 - link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff -30: tap704i1: mtu 1500 qdisc fq master fwbr704i1 state UNKNOWN group default qlen 1000 - link/ether ea:0f:74:65:9f:9c brd ff:ff:ff:ff:ff:ff -31: fwbr704i1: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether a2:a9:ed:53:3e:75 brd ff:ff:ff:ff:ff:ff -32: fwpr704p1@fwln704i1: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 - link/ether 5e:aa:07:86:49:27 brd ff:ff:ff:ff:ff:ff -33: fwln704i1@fwpr704p1: mtu 1500 qdisc noqueue master fwbr704i1 state UP group default qlen 1000 - link/ether a2:a9:ed:53:3e:75 brd ff:ff:ff:ff:ff:ff +10: tap704i0: mtu 1500 qdisc fq master fwbr704i0 state UNKNOWN group default qlen 1000 + link/ether 76:68:72:1f:f9:ce brd ff:ff:ff:ff:ff:ff +11: fwbr704i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether f2:b6:d5:42:9b:1c brd ff:ff:ff:ff:ff:ff +12: fwpr704p0@fwln704i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether a2:14:69:cd:d8:bb brd ff:ff:ff:ff:ff:ff +13: fwln704i0@fwpr704p0: mtu 1500 qdisc noqueue master fwbr704i0 state UP group default qlen 1000 + link/ether f2:b6:d5:42:9b:1c brd ff:ff:ff:ff:ff:ff +14: tap704i1: mtu 1500 qdisc fq master fwbr704i1 state UNKNOWN group default qlen 1000 + link/ether 4e:d5:6f:6b:d6:0e brd ff:ff:ff:ff:ff:ff +15: fwbr704i1: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 42:ea:75:8e:45:1d brd ff:ff:ff:ff:ff:ff +16: fwpr704p1@fwln704i1: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 + link/ether 16:8d:27:c3:08:e8 brd ff:ff:ff:ff:ff:ff +17: fwln704i1@fwpr704p1: mtu 1500 qdisc noqueue master fwbr704i1 state UP group default qlen 1000 + link/ether 42:ea:75:8e:45:1d brd ff:ff:ff:ff:ff:ff +34: tap701i0: mtu 1500 qdisc fq master fwbr701i0 state UNKNOWN group default qlen 1000 + link/ether 6e:40:1b:3c:f9:aa brd ff:ff:ff:ff:ff:ff +35: fwbr701i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 3a:98:6b:3a:5b:6e brd ff:ff:ff:ff:ff:ff +36: fwpr701p0@fwln701i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 76:a5:78:31:0c:05 brd ff:ff:ff:ff:ff:ff +37: fwln701i0@fwpr701p0: mtu 1500 qdisc noqueue master fwbr701i0 state UP group default qlen 1000 + link/ether 3a:98:6b:3a:5b:6e brd ff:ff:ff:ff:ff:ff +38: tap701i1: mtu 1500 qdisc fq master fwbr701i1 state UNKNOWN group default qlen 1000 + link/ether ce:dc:03:b6:b4:b2 brd ff:ff:ff:ff:ff:ff +39: fwbr701i1: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 0e:1c:43:0a:ea:cd brd ff:ff:ff:ff:ff:ff +40: fwpr701p1@fwln701i1: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 + link/ether 4a:e9:1c:0f:db:c4 brd ff:ff:ff:ff:ff:ff +41: fwln701i1@fwpr701p1: mtu 1500 qdisc noqueue master fwbr701i1 state UP group default qlen 1000 + link/ether 0e:1c:43:0a:ea:cd brd ff:ff:ff:ff:ff:ff +42: tap702i0: mtu 1500 qdisc fq master fwbr702i0 state UNKNOWN group default qlen 1000 + link/ether ae:aa:01:19:31:18 brd ff:ff:ff:ff:ff:ff +43: fwbr702i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 4a:6a:46:4f:a5:70 brd ff:ff:ff:ff:ff:ff +44: fwpr702p0@fwln702i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 4a:2b:be:66:5f:e9 brd ff:ff:ff:ff:ff:ff +45: fwln702i0@fwpr702p0: mtu 1500 qdisc noqueue master fwbr702i0 state UP group default qlen 1000 + link/ether 4a:6a:46:4f:a5:70 brd ff:ff:ff:ff:ff:ff +46: tap703i0: mtu 1500 qdisc fq master fwbr703i0 state UNKNOWN group default qlen 1000 + link/ether 76:dd:43:39:5b:7c brd ff:ff:ff:ff:ff:ff +47: fwbr703i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether ee:a2:0c:ab:15:a4 brd ff:ff:ff:ff:ff:ff +48: fwpr703p0@fwln703i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether ce:73:e8:6d:2b:a5 brd ff:ff:ff:ff:ff:ff +49: fwln703i0@fwpr703p0: mtu 1500 qdisc noqueue master fwbr703i0 state UP group default qlen 1000 + link/ether ee:a2:0c:ab:15:a4 brd ff:ff:ff:ff:ff:ff +50: tap705i0: mtu 1500 qdisc fq master fwbr705i0 state UNKNOWN group default qlen 1000 + link/ether da:de:b4:9b:92:b7 brd ff:ff:ff:ff:ff:ff +51: fwbr705i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 2e:9a:8b:e8:53:41 brd ff:ff:ff:ff:ff:ff +52: fwpr705p0@fwln705i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether f2:2b:58:14:d6:2e brd ff:ff:ff:ff:ff:ff +53: fwln705i0@fwpr705p0: mtu 1500 qdisc noqueue master fwbr705i0 state UP group default qlen 1000 + link/ether 2e:9a:8b:e8:53:41 brd ff:ff:ff:ff:ff:ff +54: tap706i0: mtu 1500 qdisc fq master fwbr706i0 state UNKNOWN group default qlen 1000 + link/ether 3e:2a:70:0f:3b:f5 brd ff:ff:ff:ff:ff:ff +55: fwbr706i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 3e:79:88:e9:0f:ce brd ff:ff:ff:ff:ff:ff +56: fwpr706p0@fwln706i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 0e:c0:61:44:26:fa brd ff:ff:ff:ff:ff:ff +57: fwln706i0@fwpr706p0: mtu 1500 qdisc noqueue master fwbr706i0 state UP group default qlen 1000 + link/ether 3e:79:88:e9:0f:ce brd ff:ff:ff:ff:ff:ff --- ip route $ ip route @@ -7668,57 +7366,57 @@ default via 192.168.3.254 dev vmbr0 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 RX: bytes packets errors dropped missed mcast - 58001 395 0 0 0 0 + 21725591 186314 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 58001 395 0 0 0 0 + 21725591 186314 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 2: nic0: mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000 link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 625089782 522553 0 62 0 52169 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 10761140 66048 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 1 + RX: bytes packets errors dropped missed mcast + 7119788899 11205871 0 3436 0 2537379 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 616108471 2480074 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 1 altname enp1s0f0 altname enxf8bc1234e074 3: nic1: mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000 link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 5842795620 4994345 0 0 0 268 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 11990831818 8955498 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 1 + RX: bytes packets errors dropped missed mcast + 6518487119 7909091 0 0 0 29767 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 23233969787 17883851 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 1 altname enp1s0f1 altname enxf8bc1234e075 4: nic2: mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000 link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff permaddr f8:bc:12:34:e0:76 - RX: bytes packets errors dropped missed mcast - 7957591007 6169227 0 0 0 1540 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 13985719873 11219884 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 1 + RX: bytes packets errors dropped missed mcast + 2539702694 5162021 0 0 0 70752 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 13128839909 9589127 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 1 altname enp2s0f0 altname enxf8bc1234e076 5: nic3: mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000 link/ether f8:bc:12:34:e0:77 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 192580 2032 0 0 0 1864 + 10618391 111956 0 0 0 102616 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 33021 125 0 0 0 0 + 1777542 6214 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 1 altname enp2s0f1 @@ -7726,352 +7424,479 @@ default via 192.168.3.254 dev vmbr0 6: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 link/none RX: bytes packets errors dropped missed mcast - 912446 4337 0 0 0 0 + 7812635693 1780841 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 2329899 4404 0 0 0 0 + 185880629 890368 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 7: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 589662694 181400 0 0 0 45858 + 4806692300 4796177 0 0 0 2157286 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 6642913 46114 0 0 0 0 + 237341106 530300 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 8: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 13800386627 11163572 0 122 0 1808 + 9058189813 13071112 0 6870 0 100519 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 25976551691 20175382 0 0 0 0 + 36362809696 27472978 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 9: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 13344052955 6376586 0 0 0 1558 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 30277056579 10191024 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 -10: tap701i0: mtu 1500 qdisc fq master fwbr701i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether ea:02:63:ef:c5:c7 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 8643946210 8603157 0 5 0 86775 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 34846942902 6192796 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +10: tap704i0: mtu 1500 qdisc fq master fwbr704i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 76:68:72:1f:f9:ce brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 824893 4188 0 0 0 0 + 51953950 255499 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 7192884 59666 0 0 0 0 + 441231657 3484677 0 1538 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -11: fwbr701i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff +11: fwbr704i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether f2:b6:d5:42:9b:1c brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 4440575 52665 0 58 0 34528 + 279867274 3065259 0 3941 0 2061392 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -12: fwpr701p0@fwln701i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 06:69:93:dc:85:25 brd ff:ff:ff:ff:ff:ff +12: fwpr704p0@fwln704i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether a2:14:69:cd:d8:bb brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 837094 4237 0 49 0 0 + 52790092 258857 0 3358 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 7192933 59666 0 0 0 0 + 441400724 3486387 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -13: fwln701i0@fwpr701p0: mtu 1500 qdisc noqueue master fwbr701i0 state UP mode DEFAULT group default qlen 1000 - link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff +13: fwln704i0@fwpr704p0: mtu 1500 qdisc noqueue master fwbr704i0 state UP mode DEFAULT group default qlen 1000 + link/ether f2:b6:d5:42:9b:1c brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 7192933 59666 0 49 0 0 + 441400724 3486387 0 3358 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 837094 4237 0 0 0 0 + 52790092 258857 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -14: tap701i1: mtu 1500 qdisc fq master fwbr701i1 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether c2:27:e6:09:8d:17 brd ff:ff:ff:ff:ff:ff +14: tap704i1: mtu 1500 qdisc fq master fwbr704i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 4e:d5:6f:6b:d6:0e brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast 0 0 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 60 1 0 509 0 0 + 60 1 0 128645 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -15: fwbr701i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff +15: fwbr704i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 42:ea:75:8e:45:1d brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 109121 1344 0 0 0 1262 + 8877023 124881 0 5 0 84834 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -16: fwpr701p1@fwln701i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 - link/ether 56:49:27:08:d8:d9 brd ff:ff:ff:ff:ff:ff +16: fwpr704p1@fwln704i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 16:8d:27:c3:08:e8 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 12201 49 0 49 0 0 + 836142 3358 0 3358 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 152538 1525 0 0 0 0 + 11612845 129645 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -17: fwln701i1@fwpr701p1: mtu 1500 qdisc noqueue master fwbr701i1 state UP mode DEFAULT group default qlen 1000 - link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff +17: fwln704i1@fwpr704p1: mtu 1500 qdisc noqueue master fwbr704i1 state UP mode DEFAULT group default qlen 1000 + link/ether 42:ea:75:8e:45:1d brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 152538 1525 0 49 0 0 + 11612845 129645 0 3358 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 12201 49 0 0 0 0 + 836142 3358 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -18: tap702i0: mtu 1500 qdisc fq master fwbr702i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 1e:c0:60:6c:f3:d2 brd ff:ff:ff:ff:ff:ff +34: tap701i0: mtu 1500 qdisc fq master fwbr701i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 6e:40:1b:3c:f9:aa brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1136940 6005 0 0 0 0 + 57508297 291809 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 8420157 62025 0 279 0 0 + 257936866 1691433 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -19: fwbr702i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff +35: fwbr701i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 3a:98:6b:3a:5b:6e brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 4429360 52501 0 58 0 34453 + 122008131 1315439 0 1908 0 881012 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -20: fwpr702p0@fwln702i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 1e:3a:b8:c7:fb:a1 brd ff:ff:ff:ff:ff:ff +36: fwpr701p0@fwln701i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 76:a5:78:31:0c:05 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1149141 6054 0 49 0 0 + 57895990 293366 0 1557 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 8449823 62304 0 0 0 0 + 257938545 1691435 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -21: fwln702i0@fwpr702p0: mtu 1500 qdisc noqueue master fwbr702i0 state UP mode DEFAULT group default qlen 1000 - link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff +37: fwln701i0@fwpr701p0: mtu 1500 qdisc noqueue master fwbr701i0 state UP mode DEFAULT group default qlen 1000 + link/ether 3a:98:6b:3a:5b:6e brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 8449823 62304 0 49 0 0 + 257938545 1691435 0 1557 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 1149141 6054 0 0 0 0 + 57895990 293366 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -22: tap703i0: mtu 1500 qdisc fq master fwbr703i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether d2:ac:e1:a0:8d:67 brd ff:ff:ff:ff:ff:ff +38: tap701i1: mtu 1500 qdisc fq master fwbr701i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ce:dc:03:b6:b4:b2 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 998014 4742 0 0 0 0 + 0 0 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 7412887 59753 0 628 0 0 + 248 1 0 77784 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -23: fwbr703i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff +39: fwbr701i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 0e:1c:43:0a:ea:cd brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 4414547 52334 0 58 0 34342 + 4935698 76571 0 5 0 39366 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -24: fwpr703p0@fwln703i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether ae:fe:84:d1:c2:37 brd ff:ff:ff:ff:ff:ff +40: fwpr701p1@fwln701i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 4a:e9:1c:0f:db:c4 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 1010215 4791 0 49 0 0 + 387693 1557 0 1557 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 7474620 60388 0 0 0 0 + 6470119 78784 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -25: fwln703i0@fwpr703p0: mtu 1500 qdisc noqueue master fwbr703i0 state UP mode DEFAULT group default qlen 1000 - link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff +41: fwln701i1@fwpr701p1: mtu 1500 qdisc noqueue master fwbr701i1 state UP mode DEFAULT group default qlen 1000 + link/ether 0e:1c:43:0a:ea:cd brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 7474620 60388 0 49 0 0 + 6470119 78784 0 1557 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 1010215 4791 0 0 0 0 + 387693 1557 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -26: tap704i0: mtu 1500 qdisc fq master fwbr704i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether a6:3d:64:05:1a:6d brd ff:ff:ff:ff:ff:ff +42: tap702i0: mtu 1500 qdisc fq master fwbr702i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ae:aa:01:19:31:18 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 782296 3830 0 0 0 0 + 40366231 210221 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 6790400 56751 0 1864 0 0 + 230442982 1622860 0 1599 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -27: fwbr704i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff +43: fwbr702i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 4a:6a:46:4f:a5:70 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 4400446 52174 0 58 0 34236 + 121997735 1315321 0 1908 0 880936 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -28: fwpr704p0@fwln704i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 3e:13:81:61:ad:02 brd ff:ff:ff:ff:ff:ff +44: fwpr702p0@fwln702i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 4a:2b:be:66:5f:e9 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 794497 3879 0 49 0 0 + 40753924 211778 0 1557 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 6967660 58615 0 0 0 0 + 230624287 1624459 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -29: fwln704i0@fwpr704p0: mtu 1500 qdisc noqueue master fwbr704i0 state UP mode DEFAULT group default qlen 1000 - link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff +45: fwln702i0@fwpr702p0: mtu 1500 qdisc noqueue master fwbr702i0 state UP mode DEFAULT group default qlen 1000 + link/ether 4a:6a:46:4f:a5:70 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 6967660 58615 0 49 0 0 + 230624287 1624459 0 1557 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 794497 3879 0 0 0 0 + 40753924 211778 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -30: tap704i1: mtu 1500 qdisc fq master fwbr704i1 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether ea:0f:74:65:9f:9c brd ff:ff:ff:ff:ff:ff +46: tap703i0: mtu 1500 qdisc fq master fwbr703i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 76:dd:43:39:5b:7c brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 0 0 0 0 0 0 + 35132773 163720 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 60 1 0 491 0 0 + 220894071 1589434 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -31: fwbr704i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether a2:a9:ed:53:3e:75 brd ff:ff:ff:ff:ff:ff +47: fwbr703i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ee:a2:0c:ab:15:a4 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 107229 1326 0 0 0 1247 + 121987558 1315203 0 1908 0 880847 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -32: fwpr704p1@fwln704i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 - link/ether 5e:aa:07:86:49:27 brd ff:ff:ff:ff:ff:ff +48: fwpr703p0@fwln703i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ce:73:e8:6d:2b:a5 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 12201 49 0 49 0 0 + 35520466 165277 0 1557 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 150394 1507 0 0 0 0 + 220895714 1589435 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -33: fwln704i1@fwpr704p1: mtu 1500 qdisc noqueue master fwbr704i1 state UP mode DEFAULT group default qlen 1000 - link/ether a2:a9:ed:53:3e:75 brd ff:ff:ff:ff:ff:ff +49: fwln703i0@fwpr703p0: mtu 1500 qdisc noqueue master fwbr703i0 state UP mode DEFAULT group default qlen 1000 + link/ether ee:a2:0c:ab:15:a4 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 150394 1507 0 49 0 0 + 220895714 1589435 0 1557 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 12201 49 0 0 0 0 + 35520466 165277 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +50: tap705i0: mtu 1500 qdisc fq master fwbr705i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether da:de:b4:9b:92:b7 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 21471241 136190 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 950703662 1015183 0 14921 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +51: fwbr705i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 2e:9a:8b:e8:53:41 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 70756042 760367 0 1173 0 508298 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +52: fwpr705p0@fwln705i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether f2:2b:58:14:d6:2e brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 21709285 137146 0 956 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 952361880 1030104 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +53: fwln705i0@fwpr705p0: mtu 1500 qdisc noqueue master fwbr705i0 state UP mode DEFAULT group default qlen 1000 + link/ether 2e:9a:8b:e8:53:41 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 952361880 1030104 0 956 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 21709285 137146 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +54: tap706i0: mtu 1500 qdisc fq master fwbr706i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 3e:2a:70:0f:3b:f5 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 19922106 102842 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 441807774 820679 0 8468 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +55: fwbr706i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 3e:79:88:e9:0f:ce brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 58860541 632930 0 975 0 422849 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +56: fwpr706p0@fwln706i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 0e:c0:61:44:26:fa brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 20120310 103638 0 796 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 442708258 829147 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +57: fwln706i0@fwpr706p0: mtu 1500 qdisc noqueue master fwbr706i0 state UP mode DEFAULT group default qlen 1000 + link/ether 3e:79:88:e9:0f:ce brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 442708258 829147 0 796 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 20120310 103638 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 --- ip neigh $ ip neigh -192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE -192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE -192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE -10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 STALE -192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 STALE -192.168.1.164 dev vmbr0 FAILED -10.100.100.1 dev datanet lladdr 8c:ae:4c:cd:a6:2d STALE 192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE -192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE -10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE -192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE -192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 STALE +192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE +192.168.2.3 dev vmbr0 lladdr 18:fd:cb:00:d2:ca STALE 192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE -192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE -192.168.3.11 dev vmbr0 lladdr 34:17:eb:b3:b1:2d STALE +192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE +192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f DELAY +192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE +192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE +192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE +192.168.3.169 dev vmbr0 lladdr 00:21:9b:a2:7c:53 STALE +192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE +192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE +10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 STALE 10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE -192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc STALE +192.168.3.173 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE +192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE +fe80::be24:11ff:fee4:3753 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE +fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE +fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +fe80::466:5100:c752:a95d dev vmbr0 lladdr ca:c3:35:a4:7f:c4 STALE fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE -fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE -fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE -fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE -fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE +fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE +fe80::7172:40ba:b966:69df dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE +fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE +fe80::6bea:ca7:4c8c:182f dev vmbr0 lladdr bc:24:11:80:0d:16 STALE fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE -fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router REACHABLE -fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE +fe80::be24:11ff:febb:6af dev vmbr0 lladdr bc:24:11:bb:06:af STALE +fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 STALE +fe80::be24:11ff:feee:2bb6 dev vmbr0 lladdr bc:24:11:ee:2b:b6 STALE +fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE +fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE +fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE +fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE +fe80::21b:78ff:fe5c:e9ce dev datanet lladdr 00:1b:78:5c:e9:ce STALE +fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE +fe80::ae76:5582:7949:6783 dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE +fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE +fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE +fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE +fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE +fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE +fe80::6ae7:a88a:4305:7761 dev vmbr0 lladdr e8:4e:06:af:b8:92 STALE +fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE +fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +fe80::b6f4:eaa:36af:1d47 dev vmbr0 lladdr f0:6e:0b:cf:c7:55 STALE +fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE +fe80::1041:575c:79d7:c3f3 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE +fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE +fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE +fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE +fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE +fe80::10e8:fff4:c9c7:c57b dev vmbr0 lladdr ba:71:00:a6:a3:12 STALE +fe80::109b:d06f:f2be:1dc4 dev vmbr0 lladdr 16:bc:55:38:d3:7f STALE +fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE +fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE +fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE --- /proc/net/dev (counters) $ cat /proc/net/dev Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 58001 395 0 0 0 0 0 0 58001 395 0 0 0 0 0 0 - nic0: 625089782 522553 0 62 0 0 0 52169 10761140 66048 0 0 0 0 0 0 - nic1: 5842795620 4994345 0 0 0 0 0 268 11990831818 8955498 0 0 0 0 0 0 - nic2: 7957591007 6169227 0 0 0 0 0 1540 13985719873 11219884 0 0 0 0 0 0 - nic3: 192580 2032 0 0 0 0 0 1864 33021 125 0 0 0 0 0 0 -tailscale0: 912446 4337 0 0 0 0 0 0 2329899 4404 0 0 0 0 0 0 - vmbr0: 589662694 181400 0 0 0 0 0 45858 6642913 46114 0 0 0 0 0 0 - bond0: 13800386627 11163572 0 122 0 0 0 1808 25976551691 20175382 0 0 0 0 0 0 -datanet: 13344052955 6376586 0 0 0 0 0 1558 30277056579 10191024 0 0 0 0 0 0 -tap701i0: 824893 4188 0 0 0 0 0 0 7192884 59666 0 0 0 0 0 0 -fwbr701i0: 4440575 52665 0 58 0 0 0 34528 0 0 0 0 0 0 0 0 -fwpr701p0: 837094 4237 0 49 0 0 0 0 7192933 59666 0 0 0 0 0 0 -fwln701i0: 7192933 59666 0 49 0 0 0 0 837094 4237 0 0 0 0 0 0 -tap701i1: 0 0 0 0 0 0 0 0 60 1 0 509 0 0 0 0 -fwbr701i1: 109121 1344 0 0 0 0 0 1262 0 0 0 0 0 0 0 0 -fwpr701p1: 12201 49 0 49 0 0 0 0 152538 1525 0 0 0 0 0 0 -fwln701i1: 152538 1525 0 49 0 0 0 0 12201 49 0 0 0 0 0 0 -tap702i0: 1136940 6005 0 0 0 0 0 0 8420157 62025 0 279 0 0 0 0 -fwbr702i0: 4429360 52501 0 58 0 0 0 34453 0 0 0 0 0 0 0 0 -fwpr702p0: 1149141 6054 0 49 0 0 0 0 8449823 62304 0 0 0 0 0 0 -fwln702i0: 8449823 62304 0 49 0 0 0 0 1149141 6054 0 0 0 0 0 0 -tap703i0: 998014 4742 0 0 0 0 0 0 7412887 59753 0 628 0 0 0 0 -fwbr703i0: 4414547 52334 0 58 0 0 0 34342 0 0 0 0 0 0 0 0 -fwpr703p0: 1010215 4791 0 49 0 0 0 0 7474620 60388 0 0 0 0 0 0 -fwln703i0: 7474620 60388 0 49 0 0 0 0 1010215 4791 0 0 0 0 0 0 -tap704i0: 782296 3830 0 0 0 0 0 0 6790400 56751 0 1864 0 0 0 0 -fwbr704i0: 4400446 52174 0 58 0 0 0 34236 0 0 0 0 0 0 0 0 -fwpr704p0: 794497 3879 0 49 0 0 0 0 6967660 58615 0 0 0 0 0 0 -fwln704i0: 6967660 58615 0 49 0 0 0 0 794497 3879 0 0 0 0 0 0 -tap704i1: 0 0 0 0 0 0 0 0 60 1 0 491 0 0 0 0 -fwbr704i1: 107229 1326 0 0 0 0 0 1247 0 0 0 0 0 0 0 0 -fwpr704p1: 12201 49 0 49 0 0 0 0 150394 1507 0 0 0 0 0 0 -fwln704i1: 150394 1507 0 49 0 0 0 0 12201 49 0 0 0 0 0 0 + lo: 21725591 186314 0 0 0 0 0 0 21725591 186314 0 0 0 0 0 0 + nic0: 7119788899 11205871 0 3436 0 0 0 2537379 616108471 2480074 0 0 0 0 0 0 + nic1: 6518487119 7909091 0 0 0 0 0 29767 23233969787 17883851 0 0 0 0 0 0 + nic2: 2539702694 5162021 0 0 0 0 0 70752 13128839909 9589127 0 0 0 0 0 0 + nic3: 10618391 111956 0 0 0 0 0 102616 1777542 6214 0 0 0 0 0 0 +tailscale0: 7812635693 1780841 0 0 0 0 0 0 185880629 890368 0 0 0 0 0 0 + vmbr0: 4806692300 4796177 0 0 0 0 0 2157286 237341106 530300 0 0 0 0 0 0 + bond0: 9058189813 13071112 0 6870 0 0 0 100519 36362809696 27472978 0 0 0 0 0 0 +datanet: 8643946210 8603157 0 5 0 0 0 86775 34846942902 6192796 0 0 0 0 0 0 +tap704i0: 51953950 255499 0 0 0 0 0 0 441231657 3484677 0 1538 0 0 0 0 +fwbr704i0: 279867274 3065259 0 3941 0 0 0 2061392 0 0 0 0 0 0 0 0 +fwpr704p0: 52790092 258857 0 3358 0 0 0 0 441400724 3486387 0 0 0 0 0 0 +fwln704i0: 441400724 3486387 0 3358 0 0 0 0 52790092 258857 0 0 0 0 0 0 +tap704i1: 0 0 0 0 0 0 0 0 60 1 0 128645 0 0 0 0 +fwbr704i1: 8877023 124881 0 5 0 0 0 84834 0 0 0 0 0 0 0 0 +fwpr704p1: 836142 3358 0 3358 0 0 0 0 11612845 129645 0 0 0 0 0 0 +fwln704i1: 11612845 129645 0 3358 0 0 0 0 836142 3358 0 0 0 0 0 0 +tap701i0: 57508297 291809 0 0 0 0 0 0 257936866 1691433 0 0 0 0 0 0 +fwbr701i0: 122008131 1315439 0 1908 0 0 0 881012 0 0 0 0 0 0 0 0 +fwpr701p0: 57895990 293366 0 1557 0 0 0 0 257938545 1691435 0 0 0 0 0 0 +fwln701i0: 257938545 1691435 0 1557 0 0 0 0 57895990 293366 0 0 0 0 0 0 +tap701i1: 0 0 0 0 0 0 0 0 248 1 0 77784 0 0 0 0 +fwbr701i1: 4935698 76571 0 5 0 0 0 39366 0 0 0 0 0 0 0 0 +fwpr701p1: 387693 1557 0 1557 0 0 0 0 6470119 78784 0 0 0 0 0 0 +fwln701i1: 6470119 78784 0 1557 0 0 0 0 387693 1557 0 0 0 0 0 0 +tap702i0: 40366231 210221 0 0 0 0 0 0 230442982 1622860 0 1599 0 0 0 0 +fwbr702i0: 121997735 1315321 0 1908 0 0 0 880936 0 0 0 0 0 0 0 0 +fwpr702p0: 40753924 211778 0 1557 0 0 0 0 230624287 1624459 0 0 0 0 0 0 +fwln702i0: 230624287 1624459 0 1557 0 0 0 0 40753924 211778 0 0 0 0 0 0 +tap703i0: 35132773 163720 0 0 0 0 0 0 220894071 1589434 0 0 0 0 0 0 +fwbr703i0: 121987558 1315203 0 1908 0 0 0 880847 0 0 0 0 0 0 0 0 +fwpr703p0: 35520466 165277 0 1557 0 0 0 0 220895714 1589435 0 0 0 0 0 0 +fwln703i0: 220895714 1589435 0 1557 0 0 0 0 35520466 165277 0 0 0 0 0 0 +tap705i0: 21471241 136190 0 0 0 0 0 0 950703662 1015183 0 14921 0 0 0 0 +fwbr705i0: 70756042 760367 0 1173 0 0 0 508298 0 0 0 0 0 0 0 0 +fwpr705p0: 21709285 137146 0 956 0 0 0 0 952361880 1030104 0 0 0 0 0 0 +fwln705i0: 952361880 1030104 0 956 0 0 0 0 21709285 137146 0 0 0 0 0 0 +tap706i0: 19922106 102842 0 0 0 0 0 0 441807774 820679 0 8468 0 0 0 0 +fwbr706i0: 58860541 632930 0 975 0 0 0 422849 0 0 0 0 0 0 0 0 +fwpr706p0: 20120310 103638 0 796 0 0 0 0 442708258 829147 0 0 0 0 0 0 +fwln706i0: 442708258 829147 0 796 0 0 0 0 20120310 103638 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route @@ -8103,18 +7928,24 @@ fwbr702i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_ fwbr703i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr704i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr704i1 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr705i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr706i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln701i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln701i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln702i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln703i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln704i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln704i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln705i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln706i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr701p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr701p1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr702p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr703p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr704p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr704p1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr705p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr706p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 nic0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 nic1 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 nic2 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 @@ -8125,6 +7956,8 @@ tap702i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_ tap703i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap704i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap704i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap705i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap706i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 vmbr0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 --- ethtool per-interface deep dump @@ -8165,7 +7998,7 @@ done ----- ethtool: bond0 ----- [driver/version/firmware/bus-info -i] driver: bonding -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: 2 expansion-rom-version: bus-info: @@ -9074,6 +8907,234 @@ netlink error: Operation not supported [statistics -S (key error/drop counters only)] [statistics -S (throughput counters)] +----- ethtool: fwbr705i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr705i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr705i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr706i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr706i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr706i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + ----- ethtool: fwln701i0 ----- [driver/version/firmware/bus-info -i] driver: veth @@ -9108,8 +9169,8 @@ Settings for fwln701i0: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwln701i0: Pre-set maximums: -RX: 48 -TX: 48 +RX: 24 +TX: 24 Other: n/a Combined: n/a Current hardware settings: @@ -9237,8 +9298,8 @@ Settings for fwln701i1: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwln701i1: Pre-set maximums: -RX: 48 -TX: 48 +RX: 24 +TX: 24 Other: n/a Combined: n/a Current hardware settings: @@ -9366,8 +9427,8 @@ Settings for fwln702i0: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwln702i0: Pre-set maximums: -RX: 48 -TX: 48 +RX: 24 +TX: 24 Other: n/a Combined: n/a Current hardware settings: @@ -9495,8 +9556,8 @@ Settings for fwln703i0: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwln703i0: Pre-set maximums: -RX: 48 -TX: 48 +RX: 24 +TX: 24 Other: n/a Combined: n/a Current hardware settings: @@ -9624,8 +9685,8 @@ Settings for fwln704i0: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwln704i0: Pre-set maximums: -RX: 48 -TX: 48 +RX: 24 +TX: 24 Other: n/a Combined: n/a Current hardware settings: @@ -9753,8 +9814,8 @@ Settings for fwln704i1: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwln704i1: Pre-set maximums: -RX: 48 -TX: 48 +RX: 24 +TX: 24 Other: n/a Combined: n/a Current hardware settings: @@ -9848,6 +9909,264 @@ netlink error: Operation not supported tx_queue_0_xdp_xmit_errors: 0 [statistics -S (throughput counters)] +----- ethtool: fwln705i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln705i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln705i0: +Pre-set maximums: +RX: 24 +TX: 24 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln705i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwln706i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln706i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln706i0: +Pre-set maximums: +RX: 24 +TX: 24 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln706i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + ----- ethtool: fwpr701p0 ----- [driver/version/firmware/bus-info -i] driver: veth @@ -9882,8 +10201,8 @@ Settings for fwpr701p0: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwpr701p0: Pre-set maximums: -RX: 48 -TX: 48 +RX: 24 +TX: 24 Other: n/a Combined: n/a Current hardware settings: @@ -10011,8 +10330,8 @@ Settings for fwpr701p1: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwpr701p1: Pre-set maximums: -RX: 48 -TX: 48 +RX: 24 +TX: 24 Other: n/a Combined: n/a Current hardware settings: @@ -10140,8 +10459,8 @@ Settings for fwpr702p0: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwpr702p0: Pre-set maximums: -RX: 48 -TX: 48 +RX: 24 +TX: 24 Other: n/a Combined: n/a Current hardware settings: @@ -10269,8 +10588,8 @@ Settings for fwpr703p0: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwpr703p0: Pre-set maximums: -RX: 48 -TX: 48 +RX: 24 +TX: 24 Other: n/a Combined: n/a Current hardware settings: @@ -10398,8 +10717,8 @@ Settings for fwpr704p0: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwpr704p0: Pre-set maximums: -RX: 48 -TX: 48 +RX: 24 +TX: 24 Other: n/a Combined: n/a Current hardware settings: @@ -10527,8 +10846,8 @@ Settings for fwpr704p1: [channels -l (RX/TX/combined queue counts)] Channel parameters for fwpr704p1: Pre-set maximums: -RX: 48 -TX: 48 +RX: 24 +TX: 24 Other: n/a Combined: n/a Current hardware settings: @@ -10622,10 +10941,268 @@ netlink error: Operation not supported tx_queue_0_xdp_xmit_errors: 0 [statistics -S (throughput counters)] +----- ethtool: fwpr705p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr705p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr705p0: +Pre-set maximums: +RX: 24 +TX: 24 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr705p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr706p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr706p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr706p0: +Pre-set maximums: +RX: 24 +TX: 24 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr706p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + ----- ethtool: nic0 ----- [driver/version/firmware/bus-info -i] driver: tg3 -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: FFV7.10.59 bc 5720-v1.36 expansion-rom-version: bus-info: 0000:01:00.0 @@ -10831,13 +11408,13 @@ netlink error: Operation not supported rx_discards: 0 rx_errors: 0 [statistics -S (throughput counters)] - rx_octets: 625101884 - tx_octets: 10767218 + rx_octets: 7119801369 + tx_octets: 616115053 ----- ethtool: nic1 ----- [driver/version/firmware/bus-info -i] driver: tg3 -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: FFV7.10.59 bc 5720-v1.36 expansion-rom-version: bus-info: 0000:01:00.1 @@ -11043,13 +11620,13 @@ netlink error: Operation not supported rx_discards: 0 rx_errors: 0 [statistics -S (throughput counters)] - rx_octets: 5842795961 - tx_octets: 11990831818 + rx_octets: 6518491430 + tx_octets: 23234024477 ----- ethtool: nic2 ----- [driver/version/firmware/bus-info -i] driver: tg3 -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: FFV7.10.59 bc 5720-v1.36 expansion-rom-version: bus-info: 0000:02:00.0 @@ -11255,13 +11832,13 @@ netlink error: Operation not supported rx_discards: 0 rx_errors: 0 [statistics -S (throughput counters)] - rx_octets: 7957591007 - tx_octets: 13985719873 + rx_octets: 2539709374 + tx_octets: 13129053145 ----- ethtool: nic3 ----- [driver/version/firmware/bus-info -i] driver: tg3 -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: FFV7.10.59 bc 5720-v1.36 expansion-rom-version: bus-info: 0000:02:00.1 @@ -11466,8 +12043,8 @@ netlink error: Operation not supported rx_discards: 0 rx_errors: 0 [statistics -S (throughput counters)] - rx_octets: 192580 - tx_octets: 33021 + rx_octets: 10618519 + tx_octets: 1777542 ----- ethtool: tap701i0 ----- [driver/version/firmware/bus-info -i] @@ -12423,6 +13000,324 @@ netlink error: Operation not supported [statistics -S (key error/drop counters only)] [statistics -S (throughput counters)] +----- ethtool: tap705i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap705i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap705i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap705i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap705i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap706i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap706i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap706i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap706i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap706i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + ----- ethtool: vmbr0 ----- [driver/version/firmware/bus-info -i] driver: bridge @@ -12543,69 +13438,87 @@ netlink error: Operation not supported --- bridge link $ bridge link -2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 100 -8: bond0: mtu 1500 master datanet state forwarding priority 32 cost 100 -10: tap701i0: mtu 1500 master fwbr701i0 state forwarding priority 32 cost 2 -12: fwpr701p0@fwln701i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -13: fwln701i0@fwpr701p0: mtu 1500 master fwbr701i0 state forwarding priority 32 cost 2 -14: tap701i1: mtu 1500 master fwbr701i1 state forwarding priority 32 cost 2 -16: fwpr701p1@fwln701i1: mtu 1500 master datanet state forwarding priority 32 cost 2 -17: fwln701i1@fwpr701p1: mtu 1500 master fwbr701i1 state forwarding priority 32 cost 2 -18: tap702i0: mtu 1500 master fwbr702i0 state forwarding priority 32 cost 2 -20: fwpr702p0@fwln702i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -21: fwln702i0@fwpr702p0: mtu 1500 master fwbr702i0 state forwarding priority 32 cost 2 -22: tap703i0: mtu 1500 master fwbr703i0 state forwarding priority 32 cost 2 -24: fwpr703p0@fwln703i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -25: fwln703i0@fwpr703p0: mtu 1500 master fwbr703i0 state forwarding priority 32 cost 2 -26: tap704i0: mtu 1500 master fwbr704i0 state forwarding priority 32 cost 2 -28: fwpr704p0@fwln704i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -29: fwln704i0@fwpr704p0: mtu 1500 master fwbr704i0 state forwarding priority 32 cost 2 -30: tap704i1: mtu 1500 master fwbr704i1 state forwarding priority 32 cost 2 -32: fwpr704p1@fwln704i1: mtu 1500 master datanet state forwarding priority 32 cost 2 -33: fwln704i1@fwpr704p1: mtu 1500 master fwbr704i1 state forwarding priority 32 cost 2 +2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 +8: bond0: mtu 1500 master datanet state forwarding priority 32 cost 5 +10: tap704i0: mtu 1500 master fwbr704i0 state forwarding priority 32 cost 2 +12: fwpr704p0@fwln704i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +13: fwln704i0@fwpr704p0: mtu 1500 master fwbr704i0 state forwarding priority 32 cost 2 +14: tap704i1: mtu 1500 master fwbr704i1 state forwarding priority 32 cost 2 +16: fwpr704p1@fwln704i1: mtu 1500 master datanet state forwarding priority 32 cost 2 +17: fwln704i1@fwpr704p1: mtu 1500 master fwbr704i1 state forwarding priority 32 cost 2 +34: tap701i0: mtu 1500 master fwbr701i0 state forwarding priority 32 cost 2 +36: fwpr701p0@fwln701i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +37: fwln701i0@fwpr701p0: mtu 1500 master fwbr701i0 state forwarding priority 32 cost 2 +38: tap701i1: mtu 1500 master fwbr701i1 state forwarding priority 32 cost 2 +40: fwpr701p1@fwln701i1: mtu 1500 master datanet state forwarding priority 32 cost 2 +41: fwln701i1@fwpr701p1: mtu 1500 master fwbr701i1 state forwarding priority 32 cost 2 +42: tap702i0: mtu 1500 master fwbr702i0 state forwarding priority 32 cost 2 +44: fwpr702p0@fwln702i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +45: fwln702i0@fwpr702p0: mtu 1500 master fwbr702i0 state forwarding priority 32 cost 2 +46: tap703i0: mtu 1500 master fwbr703i0 state forwarding priority 32 cost 2 +48: fwpr703p0@fwln703i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +49: fwln703i0@fwpr703p0: mtu 1500 master fwbr703i0 state forwarding priority 32 cost 2 +50: tap705i0: mtu 1500 master fwbr705i0 state forwarding priority 32 cost 2 +52: fwpr705p0@fwln705i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +53: fwln705i0@fwpr705p0: mtu 1500 master fwbr705i0 state forwarding priority 32 cost 2 +54: tap706i0: mtu 1500 master fwbr706i0 state forwarding priority 32 cost 2 +56: fwpr706p0@fwln706i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +57: fwln706i0@fwpr706p0: mtu 1500 master fwbr706i0 state forwarding priority 32 cost 2 --- bridge -d link $ bridge -d link -2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 100 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 123 mcast_max_groups 0 -8: bond0: mtu 1500 master datanet state forwarding priority 32 cost 100 +2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 31 mcast_max_groups 0 +8: bond0: mtu 1500 master datanet state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 -10: tap701i0: mtu 1500 master fwbr701i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -12: fwpr701p0@fwln701i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -13: fwln701i0@fwpr701p0: mtu 1500 master fwbr701i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 -14: tap701i1: mtu 1500 master fwbr701i1 state forwarding priority 32 cost 2 +10: tap704i0: mtu 1500 master fwbr704i0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -16: fwpr701p1@fwln701i1: mtu 1500 master datanet state forwarding priority 32 cost 2 +12: fwpr704p0@fwln704i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -17: fwln701i1@fwpr701p1: mtu 1500 master fwbr701i1 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 -18: tap702i0: mtu 1500 master fwbr702i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 -20: fwpr702p0@fwln702i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 -21: fwln702i0@fwpr702p0: mtu 1500 master fwbr702i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 127 mcast_max_groups 0 -22: tap703i0: mtu 1500 master fwbr703i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -24: fwpr703p0@fwln703i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -25: fwln703i0@fwpr703p0: mtu 1500 master fwbr703i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 -26: tap704i0: mtu 1500 master fwbr704i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -28: fwpr704p0@fwln704i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 -29: fwln704i0@fwpr704p0: mtu 1500 master fwbr704i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 -30: tap704i1: mtu 1500 master fwbr704i1 state forwarding priority 32 cost 2 +13: fwln704i0@fwpr704p0: mtu 1500 master fwbr704i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 30 mcast_max_groups 0 +14: tap704i1: mtu 1500 master fwbr704i1 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -32: fwpr704p1@fwln704i1: mtu 1500 master datanet state forwarding priority 32 cost 2 +16: fwpr704p1@fwln704i1: mtu 1500 master datanet state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -33: fwln704i1@fwpr704p1: mtu 1500 master fwbr704i1 state forwarding priority 32 cost 2 +17: fwln704i1@fwpr704p1: mtu 1500 master fwbr704i1 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +34: tap701i0: mtu 1500 master fwbr701i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +36: fwpr701p0@fwln701i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +37: fwln701i0@fwpr701p0: mtu 1500 master fwbr701i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 30 mcast_max_groups 0 +38: tap701i1: mtu 1500 master fwbr701i1 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +40: fwpr701p1@fwln701i1: mtu 1500 master datanet state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +41: fwln701i1@fwpr701p1: mtu 1500 master fwbr701i1 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +42: tap702i0: mtu 1500 master fwbr702i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +44: fwpr702p0@fwln702i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +45: fwln702i0@fwpr702p0: mtu 1500 master fwbr702i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 30 mcast_max_groups 0 +46: tap703i0: mtu 1500 master fwbr703i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +48: fwpr703p0@fwln703i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +49: fwln703i0@fwpr703p0: mtu 1500 master fwbr703i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 30 mcast_max_groups 0 +50: tap705i0: mtu 1500 master fwbr705i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +52: fwpr705p0@fwln705i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +53: fwln705i0@fwpr705p0: mtu 1500 master fwbr705i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 30 mcast_max_groups 0 +54: tap706i0: mtu 1500 master fwbr706i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +56: fwpr706p0@fwln706i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +57: fwln706i0@fwpr706p0: mtu 1500 master fwbr706i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 27 mcast_max_groups 0 --- bridge vlan $ bridge vlan @@ -12614,6 +13527,14 @@ nic0 1 PVID Egress Untagged vmbr0 1 PVID Egress Untagged bond0 1 PVID Egress Untagged datanet 1 PVID Egress Untagged +tap704i0 1 PVID Egress Untagged +fwbr704i0 1 PVID Egress Untagged +fwpr704p0 1 PVID Egress Untagged +fwln704i0 1 PVID Egress Untagged +tap704i1 1 PVID Egress Untagged +fwbr704i1 1 PVID Egress Untagged +fwpr704p1 1 PVID Egress Untagged +fwln704i1 1 PVID Egress Untagged tap701i0 1 PVID Egress Untagged fwbr701i0 1 PVID Egress Untagged fwpr701p0 1 PVID Egress Untagged @@ -12630,14 +13551,14 @@ tap703i0 1 PVID Egress Untagged fwbr703i0 1 PVID Egress Untagged fwpr703p0 1 PVID Egress Untagged fwln703i0 1 PVID Egress Untagged -tap704i0 1 PVID Egress Untagged -fwbr704i0 1 PVID Egress Untagged -fwpr704p0 1 PVID Egress Untagged -fwln704i0 1 PVID Egress Untagged -tap704i1 1 PVID Egress Untagged -fwbr704i1 1 PVID Egress Untagged -fwpr704p1 1 PVID Egress Untagged -fwln704i1 1 PVID Egress Untagged +tap705i0 1 PVID Egress Untagged +fwbr705i0 1 PVID Egress Untagged +fwpr705p0 1 PVID Egress Untagged +fwln705i0 1 PVID Egress Untagged +tap706i0 1 PVID Egress Untagged +fwbr706i0 1 PVID Egress Untagged +fwpr706p0 1 PVID Egress Untagged +fwln706i0 1 PVID Egress Untagged --- bridge vlan show $ bridge vlan show @@ -12646,6 +13567,14 @@ nic0 1 PVID Egress Untagged vmbr0 1 PVID Egress Untagged bond0 1 PVID Egress Untagged datanet 1 PVID Egress Untagged +tap704i0 1 PVID Egress Untagged +fwbr704i0 1 PVID Egress Untagged +fwpr704p0 1 PVID Egress Untagged +fwln704i0 1 PVID Egress Untagged +tap704i1 1 PVID Egress Untagged +fwbr704i1 1 PVID Egress Untagged +fwpr704p1 1 PVID Egress Untagged +fwln704i1 1 PVID Egress Untagged tap701i0 1 PVID Egress Untagged fwbr701i0 1 PVID Egress Untagged fwpr701p0 1 PVID Egress Untagged @@ -12662,14 +13591,14 @@ tap703i0 1 PVID Egress Untagged fwbr703i0 1 PVID Egress Untagged fwpr703p0 1 PVID Egress Untagged fwln703i0 1 PVID Egress Untagged -tap704i0 1 PVID Egress Untagged -fwbr704i0 1 PVID Egress Untagged -fwpr704p0 1 PVID Egress Untagged -fwln704i0 1 PVID Egress Untagged -tap704i1 1 PVID Egress Untagged -fwbr704i1 1 PVID Egress Untagged -fwpr704p1 1 PVID Egress Untagged -fwln704i1 1 PVID Egress Untagged +tap705i0 1 PVID Egress Untagged +fwbr705i0 1 PVID Egress Untagged +fwpr705p0 1 PVID Egress Untagged +fwln705i0 1 PVID Egress Untagged +tap706i0 1 PVID Egress Untagged +fwbr706i0 1 PVID Egress Untagged +fwpr706p0 1 PVID Egress Untagged +fwln706i0 1 PVID Egress Untagged --- brctl show $ brctl show @@ -12677,27 +13606,33 @@ bridge name bridge id STP enabled interfaces datanet 8000.f8bc1234e075 no bond0 fwpr701p1 fwpr704p1 -fwbr701i0 8000.6a54333190a1 no fwln701i0 +fwbr701i0 8000.3a986b3a5b6e no fwln701i0 tap701i0 -fwbr701i1 8000.42fc866e2f20 no fwln701i1 +fwbr701i1 8000.0e1c430aeacd no fwln701i1 tap701i1 -fwbr702i0 8000.5ac032826a11 no fwln702i0 +fwbr702i0 8000.4a6a464fa570 no fwln702i0 tap702i0 -fwbr703i0 8000.8e5fd3dd6a4a no fwln703i0 +fwbr703i0 8000.eea20cab15a4 no fwln703i0 tap703i0 -fwbr704i0 8000.bae196f038e1 no fwln704i0 +fwbr704i0 8000.f2b6d5429b1c no fwln704i0 tap704i0 -fwbr704i1 8000.a2a9ed533e75 no fwln704i1 +fwbr704i1 8000.42ea758e451d no fwln704i1 tap704i1 +fwbr705i0 8000.2e9a8be85341 no fwln705i0 + tap705i0 +fwbr706i0 8000.3e7988e90fce no fwln706i0 + tap706i0 vmbr0 8000.f8bc1234e074 no fwpr701p0 fwpr702p0 fwpr703p0 fwpr704p0 + fwpr705p0 + fwpr706p0 nic0 --- bonding state --- /proc/net/bonding/bond0 --- -Ethernet Channel Bonding Driver: v6.17.2-1-pve +Ethernet Channel Bonding Driver: v7.0.14-6-pve Bonding Mode: IEEE 802.3ad Dynamic link aggregation Transmit Hash Policy: layer3+4 (1) @@ -12850,12 +13785,12 @@ done --- /proc/interrupts $ cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 CPU8 CPU9 CPU10 CPU11 CPU12 CPU13 CPU14 CPU15 CPU16 CPU17 CPU18 CPU19 CPU20 CPU21 CPU22 CPU23 - 0: 85 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer + 0: 86 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer 8: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 8-edge rtc0 - 9: 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi - 10: 0 0 0 0 285 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 10-edge ipmi_si + 9: 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 10: 0 0 0 0 290 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 10-edge ipmi_si 22: 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 22-fasteoi ehci_hcd:usb2 - 23: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 300759 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb1 + 23: 1086602 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb1 24: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0 25: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 DMAR-MSI 1-edge dmar1 27: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:01.0 0-edge PCIe PME, aerdrv, PCIe bwctrl @@ -12868,46 +13803,47 @@ done 34: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1c.7 0-edge PCIe PME, aerdrv 36: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:40:01.0 0-edge PCIe PME, aerdrv, PCIe bwctrl 37: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:40:03.0 0-edge PCIe PME, aerdrv, PCIe bwctrl - 39: 1028 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1f.2 0-edge ahci[0000:00:1f.2] - 43: 0 0 0 0 0 0 77 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 0-edge nic3-tx-0 - 44: 0 0 0 0 0 0 0 0 1986 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 1-edge nic3-rx-1 - 45: 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 2-edge nic3-rx-2 - 46: 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 3-edge nic3-rx-3 + 39: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 50418 0 IR-PCI-MSI-0000:00:1f.2 0-edge ahci[0000:00:1f.2] + 43: 0 0 0 0 0 0 3477 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 0-edge nic3-tx-0 + 44: 0 0 0 0 0 0 0 0 101887 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 1-edge nic3-rx-1 + 45: 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 2-edge nic3-rx-2 + 46: 0 0 0 0 0 0 0 0 0 0 0 0 8309 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 3-edge nic3-rx-3 47: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 4-edge nic3-rx-4 - 48: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 44052 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.0 0-edge nic0-tx-0 - 49: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 54147 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.0 1-edge nic0-rx-1 - 50: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30093 0 0 0 IR-PCI-MSIX-0000:01:00.0 2-edge nic0-rx-2 - 51: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 94365 0 IR-PCI-MSIX-0000:01:00.0 3-edge nic0-rx-3 - 52: 22288 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.0 4-edge nic0-rx-4 - 53: 0 0 647186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 0-edge nic1-tx-0 - 54: 0 0 0 0 866976 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 1-edge nic1-rx-1 - 55: 0 0 0 0 0 0 238888 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 2-edge nic1-rx-2 - 56: 0 0 0 0 0 0 0 0 706579 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 3-edge nic1-rx-3 - 57: 0 0 0 0 0 0 0 0 0 0 571466 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 4-edge nic1-rx-4 - 58: 0 0 0 0 0 0 0 0 0 0 0 0 518339 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.0 0-edge nic2-tx-0 - 59: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1036579 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.0 1-edge nic2-rx-1 - 60: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 694563 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.0 2-edge nic2-rx-2 - 61: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 173062 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.0 3-edge nic2-rx-3 - 62: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 188962 0 0 0 IR-PCI-MSIX-0000:02:00.0 4-edge nic2-rx-4 - NMI: 6 6 8 7 8 4 8 4 9 3 7 4 7 4 9 3 9 4 6 3 6 3 7 3 Non-maskable interrupts - LOC: 395066 275103 462707 305330 378347 234039 471179 217569 423923 265208 435314 221360 469042 188282 495233 194513 483142 195951 534425 195076 366743 168333 414610 160076 Local timer interrupts + 48: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1752275 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.0 0-edge nic0-tx-0 + 49: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2474661 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.0 1-edge nic0-rx-1 + 50: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1309515 0 0 0 IR-PCI-MSIX-0000:01:00.0 2-edge nic0-rx-2 + 51: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2182694 0 IR-PCI-MSIX-0000:01:00.0 3-edge nic0-rx-3 + 52: 1539036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.0 4-edge nic0-rx-4 + 53: 0 0 2689492 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 0-edge nic1-tx-0 + 54: 0 0 0 0 352034 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 1-edge nic1-rx-1 + 55: 0 0 0 0 0 0 1559434 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 2-edge nic1-rx-2 + 56: 0 0 0 0 0 0 0 0 143600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 3-edge nic1-rx-3 + 57: 0 0 0 0 0 0 0 0 0 0 924141 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 4-edge nic1-rx-4 + 58: 0 0 0 0 0 0 0 0 0 0 0 0 1274866 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.0 0-edge nic2-tx-0 + 59: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1069471 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.0 1-edge nic2-rx-1 + 60: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 846836 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.0 2-edge nic2-rx-2 + 61: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 362217 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.0 3-edge nic2-rx-3 + 62: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 337495 0 0 0 IR-PCI-MSIX-0000:02:00.0 4-edge nic2-rx-4 + NMI: 439 384 472 364 539 309 621 257 446 242 456 223 444 209 373 241 461 214 444 174 329 172 333 153 Non-maskable interrupts + LOC: 16764530 17282954 16787597 16756869 17587311 15730222 20153075 14804765 18449407 13504069 19020600 13193373 18592571 12832172 17308232 12889548 18335001 12411248 20402723 11414662 13948193 11405096 13984153 10770430 Local timer interrupts SPU: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Spurious interrupts - PMI: 6 6 8 7 8 4 8 4 9 3 7 4 7 4 9 3 9 4 6 3 6 3 7 3 Performance monitoring interrupts - IWI: 0 0 3 0 0 0 3 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 IRQ work interrupts - RTR: 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 APIC ICR read retries - RES: 1312 602 877 528 1516 847 1091 1118 1174 1439 1102 832 874 1104 1051 1259 992 989 1017 2137 1288 658 1870 427 Rescheduling interrupts - CAL: 79972 30815 35676 27117 61565 19623 29500 20725 46291 17945 50720 37338 31109 20048 48930 19438 27478 106372 25188 19833 23281 104086 55373 42801 Function call interrupts - TLB: 2561 2439 2619 2288 3195 2583 2068 3280 2512 2171 2599 1888 2419 3394 2742 2429 2789 2311 2544 2183 2875 2736 2871 2150 TLB shootdowns + PMI: 439 384 472 364 539 309 621 257 446 242 456 223 444 209 373 241 461 214 444 174 329 172 333 153 Performance monitoring interrupts + IWI: 254 379 556 84 250 121 122 105 94 290 338 60 287 254 110 46 109 133 109 124 71 123 103 199 IRQ work interrupts + RTR: 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 APIC ICR read retries + RES: 32134 18472 28558 17501 26481 16020 23077 15620 24418 16529 25650 14560 24871 12951 23269 14153 25788 13866 26459 13636 25556 13615 29168 12087 Rescheduling interrupts + CAL: 2202124 488851 374163 240039 298378 220172 362962 207568 314851 190519 337842 183759 309626 175810 303066 173923 314139 168166 291323 160429 279115 156912 327390 149443 Function call interrupts + TLB: 40168 37090 39515 34160 35912 31514 34456 30596 36796 28466 35515 26810 36363 24526 32076 25402 32160 26117 35699 23892 38244 23794 36881 23346 TLB shootdowns TRM: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Thermal event interrupts THR: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Threshold APIC interrupts DFR: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts MCE: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Machine check exceptions - MCP: 6 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 Machine check polls + MCP: 315 316 316 316 316 316 316 316 316 316 316 316 316 316 316 316 316 316 316 316 316 316 316 316 Machine check polls ERR: 0 MIS: 0 - PIN: 164 242 294 325 280 136 353 260 246 110 286 251 326 124 274 118 249 102 195 96 146 93 269 56 Posted-interrupt notification event + PIN: 13052 21696 15320 20834 15884 19598 17996 17818 18404 15882 18170 14984 18041 13855 15168 14233 16369 13861 9363 13052 11010 12122 11082 10797 Posted-interrupt notification event NPI: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Nested posted-interrupt event PIW: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event +VPMI: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Perf Guest Mediated PMI --- NIC IRQ affinities (which CPUs handle which queue) $ for ifc in $NETIFS; do @@ -12946,66 +13882,66 @@ done val=$(cat "$q") [ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val" done | head -n 60 - /sys/class/net/bond0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-10/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-11/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-12/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-13/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-14/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-15/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-1/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-2/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-3/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-4/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-5/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-6/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-7/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-8/rps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/rx-9/rps_cpus = 0000,00000000 - /sys/class/net/datanet/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwbr701i0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwbr701i1/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwbr702i0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwbr703i0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwbr704i0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwbr704i1/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwln701i0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwln701i1/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwln702i0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwln703i0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwln704i0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwln704i1/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwpr701p0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwpr701p1/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwpr702p0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwpr703p0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwpr704p0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/fwpr704p1/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/lo/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/nic0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/nic0/queues/rx-1/rps_cpus = 0000,00000000 - /sys/class/net/nic0/queues/rx-2/rps_cpus = 0000,00000000 - /sys/class/net/nic0/queues/rx-3/rps_cpus = 0000,00000000 - /sys/class/net/nic1/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/nic1/queues/rx-1/rps_cpus = 0000,00000000 - /sys/class/net/nic1/queues/rx-2/rps_cpus = 0000,00000000 - /sys/class/net/nic1/queues/rx-3/rps_cpus = 0000,00000000 - /sys/class/net/nic2/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/nic2/queues/rx-1/rps_cpus = 0000,00000000 - /sys/class/net/nic2/queues/rx-2/rps_cpus = 0000,00000000 - /sys/class/net/nic2/queues/rx-3/rps_cpus = 0000,00000000 - /sys/class/net/nic3/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/nic3/queues/rx-1/rps_cpus = 0000,00000000 - /sys/class/net/nic3/queues/rx-2/rps_cpus = 0000,00000000 - /sys/class/net/nic3/queues/rx-3/rps_cpus = 0000,00000000 - /sys/class/net/tailscale0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/tap701i0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/tap701i1/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/tap702i0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/tap703i0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/tap704i0/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/tap704i1/queues/rx-0/rps_cpus = 0000,00000000 - /sys/class/net/vmbr0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-10/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-11/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-12/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-13/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-14/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-15/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-1/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-2/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-3/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-4/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-5/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-6/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-7/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-8/rps_cpus = 000000 + /sys/class/net/bond0/queues/rx-9/rps_cpus = 000000 + /sys/class/net/datanet/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwbr701i0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwbr701i1/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwbr702i0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwbr703i0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwbr704i0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwbr704i1/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwbr705i0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwbr706i0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwln701i0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwln701i1/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwln702i0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwln703i0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwln704i0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwln704i1/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwln705i0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwln706i0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwpr701p0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwpr701p1/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwpr702p0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwpr703p0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwpr704p0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwpr704p1/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwpr705p0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/fwpr706p0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/lo/queues/rx-0/rps_cpus = 000000 + /sys/class/net/nic0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/nic0/queues/rx-1/rps_cpus = 000000 + /sys/class/net/nic0/queues/rx-2/rps_cpus = 000000 + /sys/class/net/nic0/queues/rx-3/rps_cpus = 000000 + /sys/class/net/nic1/queues/rx-0/rps_cpus = 000000 + /sys/class/net/nic1/queues/rx-1/rps_cpus = 000000 + /sys/class/net/nic1/queues/rx-2/rps_cpus = 000000 + /sys/class/net/nic1/queues/rx-3/rps_cpus = 000000 + /sys/class/net/nic2/queues/rx-0/rps_cpus = 000000 + /sys/class/net/nic2/queues/rx-1/rps_cpus = 000000 + /sys/class/net/nic2/queues/rx-2/rps_cpus = 000000 + /sys/class/net/nic2/queues/rx-3/rps_cpus = 000000 + /sys/class/net/nic3/queues/rx-0/rps_cpus = 000000 + /sys/class/net/nic3/queues/rx-1/rps_cpus = 000000 + /sys/class/net/nic3/queues/rx-2/rps_cpus = 000000 + /sys/class/net/nic3/queues/rx-3/rps_cpus = 000000 + /sys/class/net/tailscale0/queues/rx-0/rps_cpus = 000000 + /sys/class/net/tap701i0/queues/rx-0/rps_cpus = 000000 --- XPS masks (non-zero only) $ for q in /sys/class/net/*/queues/tx-*/xps_cpus; do @@ -13020,6 +13956,8 @@ cat: /sys/class/net/fwbr702i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr703i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr704i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr704i1/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr705i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr706i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/lo/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tailscale0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap701i0/queues/tx-0/xps_cpus: No such file or directory @@ -13028,23 +13966,25 @@ cat: /sys/class/net/tap702i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap703i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap704i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap704i1/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap705i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap706i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory - /sys/class/net/bond0/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-10/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-11/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-12/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-13/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-14/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-15/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-1/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-2/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-3/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-4/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-5/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-6/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-7/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-8/xps_cpus = 0000,00000000 - /sys/class/net/bond0/queues/tx-9/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-0/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-10/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-11/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-12/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-13/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-14/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-15/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-1/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-2/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-3/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-4/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-5/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-6/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-7/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-8/xps_cpus = 000000 + /sys/class/net/bond0/queues/tx-9/xps_cpus = 000000 /sys/class/net/datanet/queues/tx-0/xps_cpus = /sys/class/net/fwbr701i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr701i1/queues/tx-0/xps_cpus = @@ -13052,23 +13992,29 @@ cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory /sys/class/net/fwbr703i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr704i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr704i1/queues/tx-0/xps_cpus = - /sys/class/net/fwln701i0/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/fwln701i1/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/fwln702i0/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/fwln703i0/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/fwln704i0/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/fwln704i1/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/fwpr701p0/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/fwpr701p1/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/fwpr702p0/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/fwpr703p0/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/fwpr704p0/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/fwpr704p1/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/fwbr705i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr706i0/queues/tx-0/xps_cpus = + /sys/class/net/fwln701i0/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwln701i1/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwln702i0/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwln703i0/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwln704i0/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwln704i1/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwln705i0/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwln706i0/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwpr701p0/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwpr701p1/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwpr702p0/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwpr703p0/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwpr704p0/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwpr704p1/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwpr705p0/queues/tx-0/xps_cpus = 000000 + /sys/class/net/fwpr706p0/queues/tx-0/xps_cpus = 000000 /sys/class/net/lo/queues/tx-0/xps_cpus = - /sys/class/net/nic0/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/nic1/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/nic2/queues/tx-0/xps_cpus = 0000,00000000 - /sys/class/net/nic3/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/nic0/queues/tx-0/xps_cpus = 000000 + /sys/class/net/nic1/queues/tx-0/xps_cpus = 000000 + /sys/class/net/nic2/queues/tx-0/xps_cpus = 000000 + /sys/class/net/nic3/queues/tx-0/xps_cpus = 000000 /sys/class/net/tailscale0/queues/tx-0/xps_cpus = /sys/class/net/tap701i0/queues/tx-0/xps_cpus = /sys/class/net/tap701i1/queues/tx-0/xps_cpus = @@ -13076,6 +14022,8 @@ cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory /sys/class/net/tap703i0/queues/tx-0/xps_cpus = /sys/class/net/tap704i0/queues/tx-0/xps_cpus = /sys/class/net/tap704i1/queues/tx-0/xps_cpus = + /sys/class/net/tap705i0/queues/tx-0/xps_cpus = + /sys/class/net/tap706i0/queues/tx-0/xps_cpus = /sys/class/net/vmbr0/queues/tx-0/xps_cpus = --- RFS flow counts @@ -13106,18 +14054,24 @@ done | head -n 60 /sys/class/net/fwbr703i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr704i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr704i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr705i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr706i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln701i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln701i1/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln702i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln703i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln704i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln704i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln705i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln706i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr701p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr701p1/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr702p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr703p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr704p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr704p1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr705p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr706p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/lo/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/nic0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/nic0/queues/rx-1/rps_flow_cnt = 0 @@ -13137,99 +14091,93 @@ done | head -n 60 /sys/class/net/nic3/queues/rx-3/rps_flow_cnt = 0 /sys/class/net/tailscale0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tap701i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/tap701i1/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/tap702i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/tap703i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/tap704i0/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/tap704i1/queues/rx-0/rps_flow_cnt = 0 - /sys/class/net/vmbr0/queues/rx-0/rps_flow_cnt = 0 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -00029b0d 00000000 00000007 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 -00000123 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 -00001059 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 -00000132 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 -002fbe5d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 -00000123 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 -00185c89 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 -0000015e 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 -003780e9 00000000 0000001d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000 -000000f6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000 -003dabd3 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000 -00000104 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000b 00000000 00000000 -000004b8 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000c 00000000 00000000 -000001bc 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000d 00000000 00000000 -0032438d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000e 00000000 00000000 -000001e1 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000f 00000000 00000000 -002325f6 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000010 00000000 00000000 -000000c3 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000011 00000000 00000000 -000cee52 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000012 00000000 00000000 -000001c8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000013 00000000 00000000 -000b2a1c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000014 00000000 00000000 -000001ed 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000015 00000000 00000000 -00042b67 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000016 00000000 00000000 -000000b6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000017 00000000 00000000 +0083cb7d 00000000 0000002b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +00007497 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +0008e1ed 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +00007217 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +0018db07 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +00006cc9 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +00731add 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +0000647a 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 +000e7b2b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000 +00006cdb 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000 +0051245b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000 +00005b23 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000b 00000000 00000000 +00048285 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000c 00000000 00000000 +00006513 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000d 00000000 00000000 +004eb387 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000e 00000000 00000000 +00005980 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000f 00000000 00000000 +00507a67 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000010 00000000 00000000 +000095da 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000011 00000000 00000000 +0124c0c2 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000012 00000000 00000000 +00004e5c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000013 00000000 00000000 +0091db06 00000000 00000251 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000014 00000000 00000000 +00003868 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000015 00000000 00000000 +00a1c29b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000016 00000000 00000000 +00004cc9 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000017 00000000 00000000 --- softnet_stat decoded $ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n", NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat -cpu0 total=00029b0d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu1 total=00000123 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu2 total=00001059 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu3 total=00000132 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu4 total=002fbe5d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu5 total=00000123 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu6 total=00185c89 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu7 total=0000015e dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu8 total=003780e9 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu9 total=000000f6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu10 total=003dabd3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu11 total=00000104 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu12 total=000004b8 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu13 total=000001bc dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu14 total=0032438d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu15 total=000001e1 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu16 total=002325f6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu17 total=000000c3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu18 total=000cee54 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu19 total=000001c8 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu20 total=000b2a1e dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu21 total=000001ed dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu22 total=00042b67 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu23 total=000000b6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu0 total=0083cb89 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=00007497 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=0008e213 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=00007217 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=0018db07 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=00006cc9 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=00731ae3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=0000647a dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu8 total=000e7b2b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu9 total=00006cdb dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu10 total=00512464 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu11 total=00005b23 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu12 total=00048285 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu13 total=00006513 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu14 total=004eb38d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu15 total=00005980 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu16 total=00507a70 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu17 total=000095da dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu18 total=0124c0f0 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu19 total=00004e5c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu20 total=0091db0c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu21 total=00003868 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu22 total=00a1c29b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu23 total=00004cc9 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 --- netstat drop counters (significant ones) $ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \ netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen|error)' | head -n 60 IpReasmFails 0 0.0 IpFragFails 0 0.0 -TcpAttemptFails 6 0.0 -TcpRetransSegs 402734 0.0 -TcpInErrs 0 0.0 +TcpAttemptFails 9776 0.0 +TcpRetransSegs 915664 0.0 +TcpInErrs 2 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 -TcpExtSyncookiesFailed 3 0.0 -TcpExtEmbryonicRsts 0 0.0 +TcpExtSyncookiesFailed 0 0.0 +TcpExtEmbryonicRsts 2 0.0 TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 -TcpExtTCPLossUndo 1 0.0 -TcpExtTCPLostRetransmit 94694 0.0 +TcpExtTCPLossUndo 5 0.0 +TcpExtTCPLostRetransmit 160853 0.0 TcpExtTCPRenoFailures 0 0.0 -TcpExtTCPSackFailures 0 0.0 -TcpExtTCPLossFailures 307 0.0 -TcpExtTCPFastRetrans 377574 0.0 -TcpExtTCPSlowStartRetrans 22028 0.0 -TcpExtTCPLossProbes 1918 0.0 -TcpExtTCPLossProbeRecovery 36 0.0 +TcpExtTCPSackFailures 1 0.0 +TcpExtTCPLossFailures 75 0.0 +TcpExtTCPFastRetrans 770764 0.0 +TcpExtTCPSlowStartRetrans 67065 0.0 +TcpExtTCPLossProbes 78241 0.0 +TcpExtTCPLossProbeRecovery 639 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 560 0.0 -TcpExtTCPAbortOnData 33 0.0 -TcpExtTCPAbortOnClose 18 0.0 +TcpExtTCPSackRecoveryFail 672 0.0 +TcpExtTCPAbortOnData 1061 0.0 +TcpExtTCPAbortOnClose 3 0.0 TcpExtTCPAbortOnMemory 0 0.0 -TcpExtTCPAbortOnTimeout 0 0.0 +TcpExtTCPAbortOnTimeout 14 0.0 TcpExtTCPAbortOnLinger 0 0.0 TcpExtTCPAbortFailed 0 0.0 TcpExtTCPMD5Failure 0 0.0 @@ -13244,10 +14192,10 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 53 0.0 +TcpExtTCPSynRetrans 1931 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 -TcpExtTCPRcvQDrop 1 0.0 +TcpExtTCPRcvQDrop 0 0.0 TcpExtTCPMigrateReqFailure 0 0.0 TcpExtTCPAODroppedIcmps 0 0.0 MPTcpExtMPCapableSYNTXDrop 0 0.0 @@ -13269,87 +14217,85 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 377 -TCP: 114 (estab 14, closed 90, orphaned 0, timewait 89) +Total: 408 +TCP: 110 (estab 13, closed 86, orphaned 0, timewait 86) Transport Total IP IPv6 RAW 0 0 0 -UDP 9 6 3 -TCP 24 19 5 -INET 33 25 8 +UDP 7 4 3 +TCP 24 18 6 +INET 31 22 9 FRAG 0 0 0 --- ss -t -m (top TCP with skmem/cwnd/rto) $ ss -tno state established ( dport != :22 and sport != :22 ) -m -Recv-Q Send-Q Local Address:Port Peer Address:Port -0 0 192.168.0.250:39590 192.200.0.104:80 timer:(keepalive,,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.7:713 10.100.100.4:2049 timer:(keepalive,1min12sec,0) - skmem:(r0,rb983366,t0,tb1919232,f0,w0,o0,bl0,d61) -0 0 10.100.100.7:728 10.100.100.4:2049 timer:(keepalive,1min12sec,0) - skmem:(r0,rb1004827,t0,tb1462272,f0,w0,o0,bl0,d71) -0 0 10.100.100.7:743 10.100.100.4:2049 timer:(keepalive,1min12sec,0) - skmem:(r0,rb1091472,t0,tb1958400,f0,w0,o0,bl0,d45) -0 0 10.100.100.7:757 10.100.100.4:2049 timer:(keepalive,1min13sec,0) - skmem:(r0,rb764933,t0,tb1331712,f0,w0,o0,bl0,d37) -0 0 192.168.0.250:42658 209.177.156.94:443 timer:(keepalive,10sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 192.168.0.250:50612 152.53.37.179:443 timer:(keepalive,5.376sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.7:734 10.100.100.5:2049 timer:(keepalive,22sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.7:749 10.100.100.5:2049 timer:(keepalive,42sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d1) -0 0 10.100.100.7:853 10.100.100.5:2049 timer:(keepalive,1min2sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.7:1007 10.100.100.5:2049 timer:(keepalive,22sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 192.168.0.250:55968 199.165.136.100:443 timer:(keepalive,28sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 192.168.0.250:47350 152.53.37.179:443 timer:(keepalive,11sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.7:692 10.100.100.4:2049 timer:(keepalive,7.627sec,0) + skmem:(r0,rb4162886,t0,tb24597504,f0,w0,o0,bl0,d127) +0 0 10.100.100.7:807 10.100.100.4:2049 timer:(keepalive,41sec,0) + skmem:(r0,rb3950608,t0,tb13969920,f0,w0,o0,bl0,d94) +0 0 10.100.100.7:848 10.100.100.4:2049 timer:(keepalive,57sec,0) + skmem:(r0,rb2074362,t0,tb21516288,f0,w0,o0,bl0,d121) +0 0 10.100.100.7:852 10.100.100.4:2049 timer:(keepalive,1min5sec,0) + skmem:(r0,rb2979970,t0,tb18643968,f0,w0,o0,bl0,d116) +0 0 10.100.100.7:804 10.100.100.5:2049 timer:(keepalive,1min22sec,0) + skmem:(r0,rb932576,t0,tb10627584,f0,w0,o0,bl0,d3) +0 0 10.100.100.7:807 10.100.100.5:2049 timer:(keepalive,59sec,0) + skmem:(r0,rb5540942,t0,tb11854848,f0,w0,o0,bl0,d3) +0 0 10.100.100.7:832 10.100.100.5:2049 timer:(keepalive,1min22sec,0) + skmem:(r0,rb2255555,t0,tb13395456,f0,w0,o0,bl0,d4) +0 0 10.100.100.7:974 10.100.100.5:2049 timer:(keepalive,1min12sec,0) + skmem:(r0,rb18322412,t0,tb9922560,f0,w0,o0,bl0,d1) +0 0 192.168.0.250:47146 199.165.136.101:443 timer:(keepalive,19sec,0) + skmem:(r0,rb783431,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.0.250:46600 209.177.156.94:443 timer:(keepalive,16sec,0) + skmem:(r0,rb785603,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.0.250:57014 192.200.0.107:443 timer:(keepalive,739ms,0) + skmem:(r0,rb106114,t0,tb130560,f0,w0,o0,bl0,d0) --- ss -ti (TCP internals) $ ss -ti -State Recv-Q Send-Q Local Address:Port Peer Address:Port -ESTAB 0 0 192.168.0.250:39590 192.200.0.104:http - bbr wscale:10,12 rto:354 rtt:145.675/13.989 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:6705 bytes_acked:6706 bytes_received:30791 segs_out:125 segs_in:127 data_segs_out:19 data_segs_in:83 bbr:(bw:327kbps,mrtt:138.244,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.43Mbps lastsnd:140854 lastrcv:30336 lastack:30336 pacing_rate 2.36Mbps delivery_rate 327kbps delivered:20 app_limited busy:1443ms rcv_rtt:139 rcv_space:14480 rcv_ssthresh:59076 minrtt:138.244 snd_wnd:68608 rcv_wnd:61440 -ESTAB 0 0 10.100.100.7:713 10.100.100.4:nfs - bbr wscale:9,12 rto:205 rtt:4.527/5.847 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:206 ssthresh:165 bytes_sent:61696244 bytes_retrans:1015668 bytes_acked:60680577 bytes_received:416716572 segs_out:133214 segs_in:312024 data_segs_out:57766 data_segs_in:299273 bbr:(bw:281Mbps,mrtt:0.439,pacing_gain:1,cwnd_gain:2) send 527Mbps lastsnd:2245 lastrcv:2226 lastack:2227 pacing_rate 278Mbps delivery_rate 281Mbps delivered:57205 app_limited busy:218295ms rwnd_limited:1ms(0.0%) retrans:0/934 dsack_dups:374 rcv_rtt:10 rcv_space:349556 rcv_ssthresh:664540 minrtt:0.254 snd_wnd:967168 rcv_wnd:667648 rehash:68 -ESTAB 0 0 10.100.100.7:728 10.100.100.4:nfs - bbr wscale:9,12 rto:205 rtt:4.167/5.162 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:33 ssthresh:225 bytes_sent:73127244 bytes_retrans:1231940 bytes_acked:71895305 bytes_received:440528444 segs_out:146155 segs_in:330287 data_segs_out:66423 data_segs_in:316251 bbr:(bw:125Mbps,mrtt:0.262,pacing_gain:1,cwnd_gain:2) send 91.7Mbps lastsnd:3116 lastrcv:3099 lastack:3099 pacing_rate 123Mbps delivery_rate 125Mbps delivered:65745 app_limited busy:197055ms rwnd_limited:60ms(0.0%) retrans:0/1073 dsack_dups:402 rcv_rtt:5 rcv_space:272092 rcv_ssthresh:678394 minrtt:0.25 snd_wnd:1541120 rcv_wnd:679936 rehash:57 -ESTAB 0 0 10.100.100.7:743 10.100.100.4:nfs - bbr wscale:9,12 rto:207 rtt:6.238/6.697 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:153 ssthresh:228 bytes_sent:66807948 bytes_retrans:1082156 bytes_acked:65725793 bytes_received:446639840 segs_out:143028 segs_in:334024 data_segs_out:61868 data_segs_in:320446 bbr:(bw:324Mbps,mrtt:0.284,pacing_gain:1.25,cwnd_gain:2) send 284Mbps lastsnd:3056 lastrcv:3043 lastack:3043 pacing_rate 401Mbps delivery_rate 324Mbps delivered:61302 app_limited busy:183439ms rwnd_limited:1ms(0.0%) retrans:0/940 dsack_dups:375 rcv_rtt:32.921 rcv_space:313372 rcv_ssthresh:626192 minrtt:0.284 snd_wnd:1017856 rcv_wnd:626688 rehash:63 -ESTAB 0 0 10.100.100.7:757 10.100.100.4:nfs - bbr wscale:9,12 rto:202 rtt:1.547/0.044 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:162 bytes_sent:65060480 bytes_retrans:1144232 bytes_acked:63916249 bytes_received:405764716 segs_out:134575 segs_in:304763 data_segs_out:60008 data_segs_in:291542 bbr:(bw:315Mbps,mrtt:0.23,pacing_gain:1.25,cwnd_gain:2) send 1.21Gbps lastsnd:3165 lastrcv:3121 lastack:3121 pacing_rate 390Mbps delivery_rate 143Mbps delivered:59416 busy:209649ms rwnd_limited:32ms(0.0%) retrans:0/967 dsack_dups:377 rcv_rtt:1 rcv_space:258464 rcv_ssthresh:516278 minrtt:0.23 snd_wnd:1326592 rcv_wnd:520192 rehash:62 -ESTAB 0 0 192.168.0.250:42658 209.177.156.94:https - bbr wscale:7,12 rto:214 rtt:13.297/1.209 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:22150 bytes_acked:22151 bytes_received:34644 segs_out:258 segs_in:238 data_segs_out:119 data_segs_in:125 bbr:(bw:2.91Mbps,mrtt:12.48,pacing_gain:2.88672,cwnd_gain:2.88672) send 15.7Mbps lastsnd:3768 lastrcv:34920 lastack:3753 pacing_rate 23.3Mbps delivery_rate 2.91Mbps delivered:120 app_limited busy:1074ms rcv_space:14480 rcv_ssthresh:55700 minrtt:11.221 snd_wnd:64128 rcv_wnd:57344 -ESTAB 0 0 192.168.0.250:50612 152.53.37.179:https - bbr wscale:11,12 rto:248 rtt:47.96/0.869 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:19 bytes_sent:40562 bytes_acked:40563 bytes_received:5420 segs_out:147 segs_in:169 data_segs_out:46 data_segs_in:39 bbr:(bw:956kbps,mrtt:46.917,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.59Mbps lastsnd:55609 lastrcv:55613 lastack:9603 pacing_rate 6.86Mbps delivery_rate 956kbps delivered:47 app_limited busy:1746ms rcv_space:14480 rcv_ssthresh:54875 minrtt:46.917 snd_wnd:45056 rcv_wnd:57344 -ESTAB 0 0 10.100.100.7:734 10.100.100.5:nfs - bbr wscale:12,12 rto:202 rtt:1.072/0.304 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:138 bytes_sent:37396 bytes_acked:37397 bytes_received:40580 segs_out:414 segs_in:222 data_segs_out:220 data_segs_in:220 bbr:(bw:18.5Mbps,mrtt:0.604,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.49Gbps lastsnd:13156 lastrcv:13155 lastack:13155 pacing_rate 548Mbps delivery_rate 18.5Mbps delivered:221 app_limited busy:477ms rcv_space:14480 rcv_ssthresh:42242 minrtt:0.604 snd_wnd:65536 rcv_wnd:45056 -ESTAB 0 0 10.100.100.7:kerberos-adm 10.100.100.5:nfs - bbr wscale:12,12 rto:201 rtt:0.956/0.183 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:140 bytes_sent:39692 bytes_retrans:336 bytes_acked:39357 bytes_received:44688 segs_out:423 segs_in:240 data_segs_out:235 data_segs_in:234 bbr:(bw:26.3Mbps,mrtt:0.623,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.7Gbps lastsnd:13161 lastrcv:13160 lastack:13160 pacing_rate 709Mbps delivery_rate 26.3Mbps delivered:235 app_limited busy:1387ms retrans:0/2 dsack_dups:1 rcv_space:14480 rcv_ssthresh:42242 minrtt:0.623 snd_wnd:65536 rcv_wnd:45056 -ESTAB 0 0 10.100.100.7:domain-s 10.100.100.5:nfs - bbr wscale:12,12 rto:201 rtt:0.942/0.232 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:138 bytes_sent:37848 bytes_retrans:520 bytes_acked:37329 bytes_received:42804 segs_out:419 segs_in:223 data_segs_out:222 data_segs_in:219 bbr:(bw:18.9Mbps,mrtt:0.626,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.7Gbps lastsnd:6837 lastrcv:6836 lastack:6836 pacing_rate 737Mbps delivery_rate 18.9Mbps delivered:221 app_limited busy:1558ms retrans:0/3 dsack_dups:1 rcv_space:14480 rcv_ssthresh:42242 minrtt:0.626 snd_wnd:65536 rcv_wnd:45056 rehash:1 -ESTAB 0 0 10.100.100.7:1007 10.100.100.5:nfs - bbr wscale:12,12 rto:201 rtt:0.867/0.079 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:138 bytes_sent:38008 bytes_retrans:672 bytes_acked:37337 bytes_received:41220 segs_out:418 segs_in:225 data_segs_out:224 data_segs_in:220 bbr:(bw:19.3Mbps,mrtt:0.619,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.84Gbps lastsnd:7024 lastrcv:7023 lastack:7023 pacing_rate 665Mbps delivery_rate 19.3Mbps delivered:223 app_limited busy:1610ms retrans:0/4 dsack_dups:2 rcv_space:14480 rcv_ssthresh:42242 minrtt:0.619 snd_wnd:65536 rcv_wnd:45056 rehash:1 -ESTAB 0 0 100.110.146.27:ssh 100.101.187.119:34530 - bbr wscale:7,12 rto:207 rtt:6.317/10.515 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:30 bytes_sent:4537 bytes_acked:4537 bytes_received:4473 segs_out:29 segs_in:19 data_segs_out:20 data_segs_in:11 bbr:(bw:58.1Mbps,mrtt:0.754,pacing_gain:2.88672,cwnd_gain:2.88672) send 46.7Mbps lastsnd:2171 lastrcv:2271 lastack:2130 pacing_rate 369Mbps delivery_rate 58.1Mbps delivered:21 app_limited busy:58ms rcv_rtt:6 rcv_space:12280 rcv_ssthresh:57825 minrtt:0.754 snd_wnd:74112 rcv_wnd:61440 -ESTAB 0 0 100.110.146.27:ssh 100.101.187.119:60700 - bbr wscale:7,12 rto:206 rtt:5.194/8.454 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:27 bytes_sent:5585 bytes_acked:5585 bytes_received:3941 segs_out:24 segs_in:23 data_segs_out:17 data_segs_in:14 bbr:(bw:25.3Mbps,mrtt:0.66,pacing_gain:2.88672,cwnd_gain:2.88672) send 51.1Mbps lastsnd:2836 lastrcv:2837 lastack:2836 pacing_rate 425Mbps delivery_rate 25.3Mbps delivered:18 app_limited busy:59ms rcv_rtt:6 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.66 snd_wnd:76800 rcv_wnd:61440 -ESTAB 0 0 192.168.0.250:55968 199.165.136.100:https - bbr wscale:10,12 rto:263 rtt:62.213/16.128 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:26 bytes_sent:151373 bytes_acked:151374 bytes_received:30231 segs_out:545 segs_in:409 data_segs_out:277 data_segs_in:268 bbr:(bw:1.73Mbps,mrtt:41.546,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.84Mbps lastsnd:1725 lastrcv:1657 lastack:1657 pacing_rate 7.62Mbps delivery_rate 1.73Mbps delivered:278 app_limited busy:17160ms rcv_space:14480 rcv_ssthresh:54875 minrtt:41.445 snd_wnd:87040 rcv_wnd:57344 +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 192.168.0.250:47350 152.53.37.179:https + bbr wscale:11,12 rto:253 rtt:52.86/11.614 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:20 bytes_sent:629228 bytes_acked:629229 bytes_received:23308 segs_out:2139 segs_in:2529 data_segs_out:650 data_segs_in:505 bbr:(bw:971kbps,mrtt:45.845,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.38Mbps lastsnd:49736 lastrcv:49790 lastack:3768 pacing_rate 6.76Mbps delivery_rate 972kbps delivered:651 app_limited busy:24422ms rcv_space:14480 rcv_ssthresh:54875 minrtt:45.825 snd_wnd:57344 rcv_wnd:57344 +ESTAB 0 0 10.100.100.7:692 10.100.100.4:nfs + bbr wscale:9,12 rto:207 rtt:6.698/10.412 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:96 ssthresh:1359 bytes_sent:4698262192 bytes_retrans:127228036 bytes_acked:4571034157 bytes_received:1038887584 segs_out:3752848 segs_in:1900313 data_segs_out:3327442 data_segs_in:1040978 bbr:(bw:192Mbps,mrtt:0.181,pacing_gain:1.25,cwnd_gain:2) send 166Mbps lastsnd:139 lastrcv:84 lastack:84 pacing_rate 237Mbps delivery_rate 97Mbps delivered:3254223 app_limited busy:2085262ms rwnd_limited:29706ms(1.4%) retrans:0/91551 dsack_dups:18331 rcv_rtt:2 rcv_space:458764 rcv_ssthresh:2813200 minrtt:0.181 snd_wnd:10640384 rcv_wnd:2936832 rehash:137 +ESTAB 0 0 10.100.100.7:807 10.100.100.4:nfs + bbr wscale:9,12 rto:213 rtt:12.022/14.932 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:101 ssthresh:595 bytes_sent:4861840188 bytes_retrans:277045148 bytes_acked:4584795041 bytes_received:1043814832 segs_out:3867631 segs_in:1959082 data_segs_out:3440213 data_segs_in:1047784 bbr:(bw:163Mbps,mrtt:0.366,pacing_gain:1.25,cwnd_gain:2) send 97.3Mbps lastsnd:139 lastrcv:84 lastack:84 pacing_rate 202Mbps delivery_rate 57.7Mbps delivered:3263127 app_limited busy:2035203ms rwnd_limited:12967ms(0.6%) retrans:0/194992 dsack_dups:17905 rcv_rtt:7.75 rcv_space:447529 rcv_ssthresh:2669746 minrtt:0.313 snd_wnd:8551936 rcv_wnd:2764800 rehash:181 +ESTAB 0 0 10.100.100.7:848 10.100.100.4:nfs + bbr wscale:9,12 rto:208 rtt:7.357/11.129 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:84 ssthresh:370 bytes_sent:4756794384 bytes_retrans:161272892 bytes_acked:4595521493 bytes_received:1042424560 segs_out:3794691 segs_in:1956176 data_segs_out:3367852 data_segs_in:1044371 bbr:(bw:173Mbps,mrtt:0.278,pacing_gain:1.25,cwnd_gain:2) send 132Mbps lastsnd:139 lastrcv:79 lastack:79 pacing_rate 214Mbps delivery_rate 36.5Mbps delivered:3271085 app_limited busy:2015836ms rwnd_limited:4613ms(0.2%) retrans:0/115088 dsack_dups:18340 rcv_rtt:2 rcv_space:234986 rcv_ssthresh:1474560 minrtt:0.245 snd_wnd:11141120 rcv_wnd:1474560 rehash:72 +ESTAB 0 0 10.100.100.7:852 10.100.100.4:nfs + bbr wscale:9,12 rto:208 rtt:7.004/10.829 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:62 ssthresh:972 bytes_sent:4716117480 bytes_retrans:137945084 bytes_acked:4578172397 bytes_received:1011461712 segs_out:3759305 segs_in:1906833 data_segs_out:3338949 data_segs_in:1021830 bbr:(bw:104Mbps,mrtt:0.39,pacing_gain:1.25,cwnd_gain:2) send 103Mbps lastsnd:139 lastrcv:84 lastack:84 pacing_rate 129Mbps delivery_rate 28.9Mbps delivered:3258247 busy:2047345ms rwnd_limited:24539ms(1.2%) retrans:0/98955 dsack_dups:18253 rcv_rtt:6.314 rcv_space:337574 rcv_ssthresh:2117889 minrtt:0.237 snd_wnd:11141120 rcv_wnd:2121728 rehash:136 +ESTAB 0 0 10.100.100.7:804 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.617/0.653 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:176 ssthresh:634 bytes_sent:1406309288 bytes_retrans:50435156 bytes_acked:1355874133 bytes_received:25112360 segs_out:994680 segs_in:104870 data_segs_out:977614 data_segs_in:32914 bbr:(bw:652Mbps,mrtt:0.211,pacing_gain:1.25,cwnd_gain:2) send 3.3Gbps lastsnd:7726 lastrcv:7673 lastack:7673 pacing_rate 807Mbps delivery_rate 652Mbps delivered:942879 app_limited busy:98055ms rwnd_limited:1503ms(1.5%) retrans:0/34970 dsack_dups:234 rcv_rtt:1 rcv_space:131168 rcv_ssthresh:662320 minrtt:0.175 snd_wnd:11538432 rcv_wnd:663552 rehash:55 +ESTAB 0 0 10.100.100.7:807 10.100.100.5:nfs + bbr wscale:12,12 rto:206 rtt:5.009/8.954 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:176 ssthresh:201 bytes_sent:1416901224 bytes_retrans:50768396 bytes_acked:1366132829 bytes_received:23093512 segs_out:1001784 segs_in:104224 data_segs_out:985021 data_segs_in:31604 bbr:(bw:732Mbps,mrtt:0.204,pacing_gain:1.25,cwnd_gain:2) send 407Mbps lastsnd:13 lastrcv:13 lastack:13 pacing_rate 906Mbps delivery_rate 732Mbps delivered:950007 app_limited busy:99951ms rwnd_limited:744ms(0.7%) retrans:0/35231 dsack_dups:230 rcv_rtt:1 rcv_space:221660 rcv_ssthresh:3744464 minrtt:0.177 snd_wnd:6004736 rcv_wnd:3747840 rehash:38 +ESTAB 0 0 10.100.100.7:832 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.552/0.469 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:178 ssthresh:304 bytes_sent:1405611232 bytes_retrans:48446832 bytes_acked:1357164401 bytes_received:23513248 segs_out:993958 segs_in:104503 data_segs_out:977166 data_segs_in:31818 bbr:(bw:768Mbps,mrtt:0.231,pacing_gain:1.25,cwnd_gain:2) send 3.74Gbps lastsnd:2385 lastrcv:2360 lastack:2360 pacing_rate 950Mbps delivery_rate 768Mbps delivered:943750 app_limited busy:97278ms rwnd_limited:255ms(0.3%) retrans:0/33633 dsack_dups:218 rcv_rtt:1 rcv_space:213292 rcv_ssthresh:1602876 minrtt:0.198 snd_wnd:11067392 rcv_wnd:1605632 rehash:60 +ESTAB 0 0 10.100.100.7:974 10.100.100.5:nfs + bbr wscale:12,12 rto:207 rtt:6.412/11.28 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:160 ssthresh:183 bytes_sent:1429531584 bytes_retrans:56595908 bytes_acked:1372935677 bytes_received:24793200 segs_out:1010722 segs_in:106299 data_segs_out:993698 data_segs_in:32777 bbr:(bw:491Mbps,mrtt:0.213,pacing_gain:1.25,cwnd_gain:2) send 289Mbps lastsnd:2360 lastrcv:2332 lastack:2332 pacing_rate 607Mbps delivery_rate 491Mbps delivered:954701 app_limited busy:98293ms rwnd_limited:141ms(0.1%) retrans:0/39211 dsack_dups:214 rcv_rtt:1 rcv_space:393720 rcv_ssthresh:13025407 minrtt:0.157 snd_wnd:4444160 rcv_wnd:13029376 rehash:62 +ESTAB 0 0 192.168.0.250:47146 199.165.136.101:https + bbr wscale:7,12 rto:270 rtt:69.284/12.658 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:32 bytes_sent:1927603 bytes_acked:1927604 bytes_received:380921 segs_out:7767 segs_in:6068 data_segs_out:3892 data_segs_in:3879 bbr:(bw:2.31Mbps,mrtt:40.54,pacing_gain:2.88672,cwnd_gain:2.88672) send 5.35Mbps lastsnd:1171 lastrcv:1087 lastack:1087 pacing_rate 7.41Mbps delivery_rate 2.31Mbps delivered:3893 app_limited busy:247175ms rcv_rtt:213618 rcv_space:46527 rcv_ssthresh:61005 minrtt:40.54 snd_wnd:76288 rcv_wnd:61440 +ESTAB 0 0 192.168.0.250:46600 209.177.156.94:https + bbr wscale:7,12 rto:218 rtt:17.097/2.752 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:4 bytes_sent:224535 bytes_acked:224536 bytes_received:190007 segs_out:2674 segs_in:2664 data_segs_out:1208 data_segs_in:1151 bbr:(bw:2.96Mbps,mrtt:15.602,pacing_gain:1,cwnd_gain:1) send 2.71Mbps lastsnd:13994 lastrcv:3375 lastack:3375 pacing_rate 21.3Mbps delivery_rate 2.96Mbps delivered:1209 app_limited busy:8762ms rcv_rtt:284834 rcv_space:46586 rcv_ssthresh:505726 minrtt:13.316 snd_wnd:199424 rcv_wnd:507904 +ESTAB 0 0 192.168.0.250:57014 192.200.0.107:https + bbr wscale:10,12 rto:342 rtt:139.176/6.363 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:24 bytes_sent:7124 bytes_acked:7125 bytes_received:88100 segs_out:1162 segs_in:1165 data_segs_out:23 data_segs_in:613 bbr:(bw:512kbps,mrtt:135.301,pacing_gain:2.88672,cwnd_gain:2.88672) send 2Mbps lastsnd:59990 lastrcv:9714 lastack:9714 pacing_rate 2.38Mbps delivery_rate 512kbps delivered:24 app_limited busy:2076ms rcv_rtt:443 rcv_space:19766 rcv_ssthresh:67775 minrtt:135.301 snd_wnd:77824 rcv_wnd:69632 +ESTAB 0 0 100.110.146.27:ssh 100.101.187.119:45572 + bbr wscale:7,12 rto:206 rtt:5.16/8.435 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:27 bytes_sent:5585 bytes_acked:5585 bytes_received:3941 segs_out:24 segs_in:23 data_segs_out:17 data_segs_in:14 bbr:(bw:21.4Mbps,mrtt:0.61,pacing_gain:2.88672,cwnd_gain:2.88672) send 51.4Mbps lastsnd:3251 lastrcv:3251 lastack:3250 pacing_rate 460Mbps delivery_rate 21.4Mbps delivered:18 app_limited busy:61ms rcv_rtt:7 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.61 snd_wnd:76800 rcv_wnd:61440 --- /proc/net/snmp (TCP summary) $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 2724 209 6 34 14 6474366 17033844 402734 0 353 0 +Tcp: 1 200 120000 -1 152757 16846 9776 35 13 9688427 27036244 915664 2 2376 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- TCP retrans stats $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 2724 209 6 34 14 6474366 17033844 402734 0 353 0 +Tcp: 1 200 120000 -1 152757 16846 9776 35 13 9688427 27036244 915664 2 2376 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -13406,7 +14352,7 @@ ALIGNMENT ID-LINK ID 0 0 0 0B 17 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 │ └─pve-data 65536 root /dev/mapper/pve-data 512 dm-2 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0 0 0 0 0B 16 0B 0 disk 0 dm-3 512 252:3 252 3 512 brw-rw---- 1 └─pve-data_tdata 0 root /dev/mapper/pve-data_tdata 512 sdb3 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0 0 0 0 0B 17 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 └─pve-data 65536 root /dev/mapper/pve-data 512 dm-3 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0 - 0 ata-TSSTcorp_DVD-ROM_SU-108CB_S10I6YIDC00487 TSSTcorp_DVD-ROM_SU-108CB_S10I6YIDC00487 0 0 0B 10 0B 0 cdrom 4:0:0:0 0 sr0 512 11:0 11 0 512 brw-rw---- TSSTcorp DVD-ROM SU-108CB 1 sr0 0 root /dev/sr0 512 128 0 D250 1 0 0 64 mq-deadline S10I6YIDC00487 1024M running block:scsi:pci sata rom TSSTcorp 0B none 0B 0B 0B 0 0 0 + 0 ata-TSSTcorp_DVD-ROM_SU-108CB_S10I6YIDC00487 TSSTcorp_DVD-ROM_SU-108CB_S10I6YIDC00487 0 0 0B 10 0B 0 cdrom 4:0:0:0 0 sr0 512 11:0 11 0 512 brw-rw---- TSSTcorp DVD-ROM SU-108CB 1 sr0 0 root /dev/sr0 512 128 0 D250 1 1 0 64 mq-deadline S10I6YIDC00487 1024M running block:scsi:pci sata rom TSSTcorp 0B none 0B 0B 0B 0 0 0 --- blkid $ blkid @@ -13544,44 +14490,44 @@ printf: usage: printf [-v var] format [arguments] --- df -h (filesystem usage) $ df -h Filesystem Size Used Avail Use% Mounted on -udev 95G 0 95G 0% /dev -tmpfs 19G 3.7M 19G 1% /run +udev 89G 0 89G 0% /dev +tmpfs 19G 4.9M 19G 1% /run /dev/mapper/pve-root 94G 7.9G 82G 9% / -tmpfs 95G 40M 95G 1% /dev/shm +tmpfs 95G 46M 95G 1% /dev/shm tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 95G 24K 95G 1% /tmp -tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 233G 1.5T 14% /mnt/pve/D5 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 2.0M 870G 1% /mnt/pve/S2 -pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 83G 140G 38% /mnt/pve/T5-SSD -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 2.0M 870G 1% /mnt/pve/S3 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4 /dev/fuse 128M 20K 128M 1% /etc/pve +tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 7.0G 863G 1% /mnt/pve/S3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 122G 101G 55% /mnt/pve/T5-SSD +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 6.9G 863G 1% /mnt/pve/S2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 236G 1.5T 14% /mnt/pve/D5 tmpfs 19G 4.0K 19G 1% /run/user/0 --- df -i (inode usage) $ df -i Filesystem Inodes IUsed IFree IUse% Mounted on -udev 24738541 651 24737890 1% /dev -tmpfs 24750536 1250 24749286 1% /run -/dev/mapper/pve-root 6291456 79070 6212386 2% / -tmpfs 24750536 93 24750443 1% /dev/shm +udev 23073633 656 23072977 1% /dev +tmpfs 24751578 1296 24750282 1% /run +/dev/mapper/pve-root 6291456 79799 6211657 2% / +tmpfs 24751578 107 24751471 1% /dev/shm tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service -tmpfs 24750536 18 24750518 1% /run/lock +tmpfs 24751578 20 24751558 1% /run/lock tmpfs 1048576 14 1048562 1% /tmp +/dev/fuse 262144 39 262105 1% /etc/pve tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 56 183148488 1% /mnt/pve/D2 -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 66 122101694 1% /mnt/pve/D5 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 13 61054963 1% /mnt/pve/S2 -pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 19 61054957 1% /mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 13 61054963 1% /mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4 -/dev/fuse 262144 37 262107 1% /etc/pve -tmpfs 4950107 26 4950081 1% /run/user/0 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 54 183148490 1% /mnt/pve/D2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 19 61054957 1% /mnt/pve/S2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 64 122101696 1% /mnt/pve/D5 +tmpfs 4950315 26 4950289 1% /run/user/0 ############################################################################### # 15. STORAGE: MOUNTS & FILESYSTEMS @@ -13591,50 +14537,50 @@ tmpfs 4950107 26 4950081 1% /run/user/ $ mount sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,relatime) -udev on /dev type devtmpfs (rw,nosuid,relatime,size=98954164k,nr_inodes=24738541,mode=755,inode64) +udev on /dev type devtmpfs (rw,nosuid,relatime,size=92294532k,nr_inodes=23073633,mode=755,inode64) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000) -tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=19800432k,mode=755,inode64) +tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=19801264k,mode=755,inode64) /dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64) -cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime) +cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot) none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) -systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16421) +systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=25288) tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) -configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) -mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) -tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) -tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) -hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) -tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=1048576,inode64) +configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) +tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) +tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) +mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) +hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) +tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=99006316k,nr_inodes=1048576,inode64) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) -tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4) -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5) -pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5) /dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) -tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=19800428k,nr_inodes=4950107,mode=700,inode64) +tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5) +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4) +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5) +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4) +tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=19801260k,nr_inodes=4950315,mode=700,inode64) --- findmnt (tree) $ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs TARGET SOURCE FSTYPE OPTIONS / /dev/mapper/pve-root ext4 rw,relatime,errors=remount-ro -├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4 -├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4 -├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5 -├─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4 -├─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5 ├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5 -└─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5 +└─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4 --- /etc/fstab --- /etc/fstab --- @@ -13652,12 +14598,12 @@ done Last mounted on: / Block count: 25165824 Reserved block count: 1258291 -Free blocks: 23272866 +Free blocks: 22565548 Block size: 4096 Reserved GDT blocks: 1024 -Last mount time: Sun Jul 26 15:55:06 2026 -Last write time: Sun Jul 26 15:54:59 2026 -Mount count: 14 +Last mount time: Sun Jul 26 17:13:37 2026 +Last write time: Mon Jul 27 21:15:12 2026 +Mount count: 15 Maximum mount count: -1 Last checked: Sat Apr 4 16:48:58 2026 Reserved blocks uid: 0 (user root) @@ -13675,59 +14621,59 @@ done --- nfsstat -m (mount options) $ nfsstat -m -/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2 - Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4 +/mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5 -/mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5 - Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4 +/mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5 -/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 +/mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5 /mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3 Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4 -/mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd +/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4 + +/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5 -/mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 - Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5 - -/mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 - Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.5 +/mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4 --- nfsstat -c (client stats) $ nfsstat -c Client rpc stats: calls retrans authrefrsh -90794 0 90907 +1589320 4 1597287 Client nfs v4: null read write commit open -2 0% 67035 73% 21707 23% 313 0% 0 0% +2 0% 141952 8% 1307849 82% 44956 2% 2 0% open_conf open_noat open_dgrd close setattr -0 0% 4 0% 0 0% 0 0% 0 0% +0 0% 8 0% 0 0% 2 0% 0 0% fsinfo renew setclntid confirm lock -32 0% 0 0% 0 0% 0 0% 0 0% +28 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 63 0% 350 0% 68 0% +0 0% 0 0% 100 0% 20971 1% 65 0% lookup_root remove rename link symlink -8 0% 0 0% 0 0% 0 0% 0 0% +7 0% 0 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -0 0% 32 0% 1027 1% 0 0% 0 0% +2 0% 28 0% 68023 4% 0 0% 26 0% server_caps delegreturn getacl setacl fs_locations -64 0% 0 0% 0 0% 0 0% 0 0% +56 0% 2 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session 0 0% 0 0% 0 0% 4 0% 2 0% destroy_session sequence get_lease_time reclaim_comp layoutget -0 0% 0 0% 0 0% 2 0% 0 0% +0 0% 388 0% 0 0% 2 0% 0 0% getdevinfo layoutcommit layoutreturn secinfo_no test_stateid -0 0% 0 0% 0 0% 8 0% 0 0% +0 0% 0 0% 0 0% 7 0% 0 0% free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek -0 0% 0 0% 0 0% 0 0% 19 0% +0 0% 0 0% 8 0% 0 0% 1848 0% allocate deallocate layoutstats clone -0 0% 0 0% 57 0% 0 0% +0 0% 0 0% 2678 0% 0 0% --- nfsstat -s (server stats) @@ -13739,7 +14685,7 @@ Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory). $ nfsstat -234 Client rpc stats: calls retrans authrefrsh -90794 0 90907 +1589320 4 1597287 Client nfs v2: null getattr setattr root lookup @@ -13765,29 +14711,29 @@ pathconf commit Client nfs v4: null read write commit open -2 0% 67035 73% 21707 23% 313 0% 0 0% +2 0% 141952 8% 1307849 82% 44956 2% 2 0% open_conf open_noat open_dgrd close setattr -0 0% 4 0% 0 0% 0 0% 0 0% +0 0% 8 0% 0 0% 2 0% 0 0% fsinfo renew setclntid confirm lock -32 0% 0 0% 0 0% 0 0% 0 0% +28 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 63 0% 350 0% 68 0% +0 0% 0 0% 100 0% 20971 1% 65 0% lookup_root remove rename link symlink -8 0% 0 0% 0 0% 0 0% 0 0% +7 0% 0 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -0 0% 32 0% 1027 1% 0 0% 0 0% +2 0% 28 0% 68023 4% 0 0% 26 0% server_caps delegreturn getacl setacl fs_locations -64 0% 0 0% 0 0% 0 0% 0 0% +56 0% 2 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session 0 0% 0 0% 0 0% 4 0% 2 0% destroy_session sequence get_lease_time reclaim_comp layoutget -0 0% 0 0% 0 0% 2 0% 0 0% +0 0% 388 0% 0 0% 2 0% 0 0% getdevinfo layoutcommit layoutreturn secinfo_no test_stateid -0 0% 0 0% 0 0% 8 0% 0 0% +0 0% 0 0% 0 0% 7 0% 0 0% free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek -0 0% 0 0% 0 0% 0 0% 19 0% +0 0% 0 0% 8 0% 0 0% 1848 0% allocate deallocate layoutstats clone -0 0% 0 0% 57 0% 0 0% +0 0% 0 0% 2678 0% 0 0% --- showmount -e (exports) @@ -13798,8 +14744,8 @@ clnt_create: RPC: Program not registered --- /proc/net/rpc/nfs $ cat /proc/net/rpc/nfs net 0 0 0 0 -rpc 90794 0 90907 -proc4 71 2 67035 21707 313 0 0 4 0 0 0 32 0 0 0 0 0 0 63 350 68 8 0 0 0 0 0 32 1027 0 0 64 0 0 0 0 0 0 0 4 2 0 0 0 2 0 0 0 0 8 0 0 0 0 0 19 0 0 57 0 0 0 0 0 0 0 0 0 0 0 0 0 +rpc 1589322 4 1597289 +proc4 71 2 141952 1307850 44957 2 0 8 0 2 0 28 0 0 0 0 0 0 100 20971 65 7 0 0 0 0 2 28 68023 0 26 56 2 0 0 0 0 0 0 4 2 0 388 0 2 0 0 0 0 7 0 0 0 8 0 1848 0 0 2678 0 0 0 0 0 0 0 0 0 0 0 0 0 --- /proc/net/rpc/nfsd $ cat /proc/net/rpc/nfsd @@ -13944,14 +14890,14 @@ Nobody-Group = nogroup --- pvesm status $ pvesm status Name Type Status Total (KiB) Used (KiB) Available (KiB) % -D2 nfs active 2883130368 195840000 2540761088 6.79% +D2 nfs active 2883130368 195177472 2541422592 6.77% D3 nfs active 491133952 2048 466110464 0.00% -D5 nfs active 1921726464 244210688 1579823104 12.71% -S2 nfs active 960304128 2048 911448064 0.00% -S3 nfs active 960304128 2048 911448064 0.00% +D5 nfs active 1921726464 246711296 1577322496 12.84% +S2 nfs active 960304128 7176192 904272896 0.75% +S3 nfs active 960304128 7307264 904142848 0.76% S4 nfs active 479597568 2048 455159808 0.00% -T5-SSD nfs active 245023744 86468608 146035712 35.29% -local dir active 98497780 8240516 85207716 8.37% +T5-SSD nfs active 245023744 126918656 105585664 51.80% +local dir active 98497780 8235652 85212580 8.36% local-lvm lvmthin active 1792008192 0 1792008192 0.00% --- pvesm list per storage @@ -13968,7 +14914,6 @@ D2:100/vm-100-disk-1.raw raw images 540672 100 D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101 D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104 D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105 -D2:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108 D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109 D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114 @@ -13978,10 +14923,10 @@ D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500 D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509 D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600 D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601 -D2:603/vm-603-disk-0.qcow2 qcow2 images 34359738368 603 D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702 D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703 D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704 +D2:705/vm-705-disk-0.qcow2 qcow2 images 34359738368 705 D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901 D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904 --- pvesm config D2 --- @@ -13992,7 +14937,6 @@ Volid Format Type Size VMID Volid Format Type Size VMID D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 -D5:107/vm-107-disk-0.qcow2 qcow2 images 34359738368 107 D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313 D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530 D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531 @@ -14005,16 +14949,22 @@ D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537 D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538 D5:538/vm-812-disk-2.raw raw images 429496729600 538 D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541 -D5:602/vm-602-disk-0.qcow2 qcow2 images 34359738368 602 D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903 +D5:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906 --- pvesm config D5 --- --- storage: S2 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S2:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S2:706/vm-706-disk-0.qcow2 qcow2 images 34359738368 706 +S2:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 --- pvesm config S2 --- --- storage: S3 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S3:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S3:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 +S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 --- pvesm config S3 --- --- storage: S4 --- Volid Format Type Size VMID @@ -14484,12 +15434,12 @@ inactive --- zfs version (userland) $ zfs version zfs-2.4.3-pve1 -zfs-kmod-2.3.4-pve1 +zfs-kmod-2.4.3-pve1 --- zpool version $ zpool version zfs-2.4.3-pve1 -zfs-kmod-2.3.4-pve1 +zfs-kmod-2.4.3-pve1 --- zpool list -v $ zpool list -v @@ -14509,7 +15459,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -24 1 0x01 147 39984 17523781887 1928889936019 +24 1 0x01 148 40256 18494309841 103096747570215 name type data hits 4 0 iohits 4 0 @@ -14550,8 +15500,8 @@ hash_chain_max 4 0 meta 4 1073741824 pd 4 2147483648 pm 4 2147483648 -c 4 6336137216 -c_min 4 6336137216 +c 4 6336404096 +c_min 4 6336404096 c_max 4 17179869184 size 4 5760 compressed_size 4 0 @@ -14593,6 +15543,7 @@ uncached_data 4 0 uncached_metadata 4 0 uncached_evictable_data 4 0 uncached_evictable_metadata 4 0 +l2_ndev 4 0 l2_hits 4 0 l2_misses 4 0 l2_prefetch_asize 4 0 @@ -14637,9 +15588,9 @@ l2_rebuild_log_blks 4 0 memory_throttle_count 4 0 memory_direct_count 4 0 memory_indirect_count 4 0 -memory_all_bytes 4 202756390912 -memory_free_bytes 4 193717690368 -memory_available_bytes 3 186949284352 +memory_all_bytes 4 202764931072 +memory_free_bytes 4 186076958720 +memory_available_bytes 3 179308278144 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -14654,14 +15605,14 @@ prescient_prefetch 4 0 demand_hit_prescient_prefetch 4 0 demand_iohit_prescient_prefetch 4 0 arc_need_free 4 0 -arc_sys_free 4 6768406016 +arc_sys_free 4 6768680576 arc_raw_size 4 0 cached_only_in_progress 4 0 abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -20 1 0x01 13 3536 17462996510 1928891225846 +20 1 0x01 13 3536 18435313886 103096748787639 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -14679,7 +15630,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -19 1 0x01 8 2176 17462995810 1928892387255 +19 1 0x01 8 2176 18435312910 103096749952999 name type data hits 4 0 future 4 0 @@ -14697,7 +15648,7 @@ cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory --- abdstats $ cat /proc/spl/kstat/zfs/abdstats -17 1 0x01 20 5440 17462851008 1928894774827 +17 1 0x01 20 5440 18435194204 103096752533699 name type data struct_size 4 96 linear_cnt 4 0 @@ -14752,9 +15703,10 @@ done zfs_arc_dnode_limit = 0 zfs_arc_dnode_limit_percent = 10 zfs_arc_dnode_reduce_percent = 10 + zfs_arc_evict_batches_limit = 5 zfs_arc_evict_batch_limit = 10 zfs_arc_eviction_pct = 200 - zfs_arc_evict_threads = 6 + zfs_arc_evict_threads = 4 zfs_arc_grow_retry = 0 zfs_arc_lotsfree_percent = 10 zfs_arc_max = 17179869184 @@ -14768,8 +15720,10 @@ done zfs_arc_shrinker_seeks = 2 zfs_arc_shrink_shift = 0 zfs_arc_sys_free = 0 + zfs_async_free_zio_wait_interval = 2000 zfs_dbuf_state_index = 0 zfs_dio_enabled = 1 + zfs_dio_strict = 0 zfs_dio_write_verify_events_per_second = 20 zfs_dirty_data_max = 4294967296 zfs_dirty_data_max_max = 4294967296 @@ -14793,9 +15747,7 @@ done zfs_vdev_async_write_min_active = 2 zfs_vdev_default_ms_count = 200 zfs_vdev_default_ms_shift = 29 - zfs_vdev_def_queue_depth = 32 zfs_vdev_direct_write_verify = 1 - zfs_vdev_disk_classic = 0 zfs_vdev_disk_max_segs = 0 zfs_vdev_failfast_mask = 1 zfs_vdev_initializing_max_active = 1 @@ -14814,14 +15766,12 @@ done zfs_vdev_nia_credit = 5 zfs_vdev_nia_delay = 5 zfs_vdev_open_timeout_ms = 1000 - zfs_vdev_queue_depth_pct = 1000 zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3 zfs_vdev_read_gap_limit = 32768 zfs_vdev_rebuild_max_active = 3 zfs_vdev_rebuild_min_active = 1 zfs_vdev_removal_max_active = 2 zfs_vdev_removal_min_active = 1 - zfs_vdev_scheduler = unused zfs_vdev_scrub_max_active = 3 zfs_vdev_scrub_min_active = 1 zfs_vdev_sync_read_max_active = 10 @@ -14856,9 +15806,9 @@ no pools available $ arc_summary ------------------------------------------------------------------------ -ZFS Subsystem Report Sun Jul 26 16:27:02 2026 -Linux 6.17.2-1-pve 2.3.4-pve1 -Machine: pfv-tsys7 (x86_64) 2.3.4-pve1 +ZFS Subsystem Report Mon Jul 27 21:51:42 2026 +Linux 7.0.14-6-pve 2.4.3-pve1 +Machine: pfv-tsys7 (x86_64) 2.4.3-pve1 ARC status: Total memory size: 188.8 GiB @@ -14866,8 +15816,8 @@ ARC status: Max target size: 8.5 % 16.0 GiB Target size (adaptive): < 0.1 % 5.9 GiB Current size: < 0.1 % 5.6 KiB - Free memory size: 180.5 GiB - Available memory size: 174.2 GiB + Free memory size: 173.4 GiB + Available memory size: 167.1 GiB ARC structural breakdown (current size): 5.6 KiB Compressed size: 0.0 % 0 Bytes @@ -14999,8 +15949,8 @@ Solaris Porting Layer (SPL): spl_taskq_thread_timeout_ms 5000 Tunables: - brt_zap_default_bs 12 - brt_zap_default_ibs 12 + brt_zap_default_bs 13 + brt_zap_default_ibs 13 brt_zap_prefetch 1 dbuf_cache_hiwater_pct 10 dbuf_cache_lowater_pct 10 @@ -15032,7 +15982,7 @@ Tunables: l2arc_trim_ahead 0 l2arc_write_boost 33554432 l2arc_write_max 33554432 - metaslab_aliquot 1048576 + metaslab_aliquot 2097152 metaslab_bias_enabled 1 metaslab_debug_load 0 metaslab_debug_unload 0 @@ -15042,6 +15992,7 @@ Tunables: metaslab_force_ganging_pct 3 metaslab_fragmentation_factor_enabled 1 metaslab_lba_weighting_enabled 1 + metaslab_perf_bias 1 metaslab_preload_enabled 1 metaslab_preload_limit 10 metaslab_preload_pct 50 @@ -15054,15 +16005,20 @@ Tunables: spa_asize_inflation 24 spa_config_path /etc/zfs/zpool.cache spa_cpus_per_allocator 4 + spa_flush_txg_time 600 spa_load_print_vdev_tree 0 spa_load_verify_data 1 spa_load_verify_metadata 1 spa_load_verify_shift 4 + spa_note_txg_time 600 spa_num_allocators 4 spa_slop_shift 5 spa_upgrade_errlog_limit 0 vdev_file_logical_ashift 9 vdev_file_physical_ashift 9 + vdev_raidz_outlier_check_interval_ms 1000 + vdev_raidz_outlier_insensitivity 50 + vdev_read_sit_out_secs 600 vdev_removal_max_span 32768 vdev_validate_skip 0 zap_iterate_prefetch 1 @@ -15087,7 +16043,8 @@ Tunables: zfs_arc_dnode_limit_percent 10 zfs_arc_dnode_reduce_percent 10 zfs_arc_evict_batch_limit 10 - zfs_arc_evict_threads 6 + zfs_arc_evict_batches_limit 5 + zfs_arc_evict_threads 4 zfs_arc_eviction_pct 200 zfs_arc_grow_retry 0 zfs_arc_lotsfree_percent 10 @@ -15103,7 +16060,7 @@ Tunables: zfs_arc_shrinker_seeks 2 zfs_arc_sys_free 0 zfs_async_block_max_blocks 18446744073709551615 - zfs_autoimport_disable 1 + zfs_async_free_zio_wait_interval 2000 zfs_bclone_enabled 1 zfs_bclone_wait_dirty 1 zfs_blake3_impl cycle [fastest] generic sse2 sse41 @@ -15133,7 +16090,7 @@ Tunables: zfs_dedup_log_flush_min_time_ms 1000 zfs_dedup_log_flush_txgs 100 zfs_dedup_log_hard_cap 0 - zfs_dedup_log_mem_max 2027563909 + zfs_dedup_log_mem_max 2027649310 zfs_dedup_log_mem_max_percent 1 zfs_dedup_log_txg_max 8 zfs_dedup_prefetch 0 @@ -15142,7 +16099,10 @@ Tunables: zfs_delay_min_dirty_percent 60 zfs_delay_scale 500000 zfs_delete_blocks 20480 + zfs_delete_dentry 0 + zfs_delete_inode 0 zfs_dio_enabled 1 + zfs_dio_strict 0 zfs_dio_write_verify_events_per_second 20 zfs_dirty_data_max 4294967296 zfs_dirty_data_max_max 4294967296 @@ -15158,9 +16118,10 @@ Tunables: zfs_fletcher_4_impl [fastest] scalar superscalar superscalar4 sse2 ssse3 zfs_free_bpobj_enabled 1 zfs_free_leak_on_eio 0 - zfs_free_min_time_ms 1000 + zfs_free_min_time_ms 500 zfs_history_output_max 1048576 zfs_immediate_write_sz 32768 + zfs_import_defer_txgs 5 zfs_initialize_chunk_size 1048576 zfs_initialize_value 16045690984833335022 zfs_keep_log_spacemaps_at_export 0 @@ -15174,7 +16135,7 @@ Tunables: zfs_livelist_min_percent_shared 75 zfs_lua_max_instrlimit 100000000 zfs_lua_max_memlimit 104857600 - zfs_max_async_dedup_frees 100000 + zfs_max_async_dedup_frees 250000 zfs_max_dataset_nesting 50 zfs_max_log_walking 5 zfs_max_logsm_summary_length 10 @@ -15222,7 +16183,7 @@ Tunables: zfs_remove_max_segment 16777216 zfs_resilver_defer_percent 10 zfs_resilver_disable_defer 0 - zfs_resilver_min_time_ms 3000 + zfs_resilver_min_time_ms 1500 zfs_scan_blkstats 0 zfs_scan_checkpoint_intval 7200 zfs_scan_fill_weight 3 @@ -15238,7 +16199,7 @@ Tunables: zfs_scan_vdev_limit 16777216 zfs_scrub_after_expand 1 zfs_scrub_error_blocks_per_txg 4096 - zfs_scrub_min_time_ms 1000 + zfs_scrub_min_time_ms 750 zfs_send_corrupt_data 0 zfs_send_no_prefetch_queue_ff 20 zfs_send_no_prefetch_queue_length 1048576 @@ -15279,11 +16240,9 @@ Tunables: zfs_vdev_async_write_active_min_dirty_percent 30 zfs_vdev_async_write_max_active 10 zfs_vdev_async_write_min_active 2 - zfs_vdev_def_queue_depth 32 zfs_vdev_default_ms_count 200 zfs_vdev_default_ms_shift 29 zfs_vdev_direct_write_verify 1 - zfs_vdev_disk_classic 0 zfs_vdev_disk_max_segs 0 zfs_vdev_failfast_mask 1 zfs_vdev_initializing_max_active 1 @@ -15302,14 +16261,12 @@ Tunables: zfs_vdev_nia_credit 5 zfs_vdev_nia_delay 5 zfs_vdev_open_timeout_ms 1000 - zfs_vdev_queue_depth_pct 1000 zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3 zfs_vdev_read_gap_limit 32768 zfs_vdev_rebuild_max_active 3 zfs_vdev_rebuild_min_active 1 zfs_vdev_removal_max_active 2 zfs_vdev_removal_min_active 1 - zfs_vdev_scheduler unused zfs_vdev_scrub_max_active 3 zfs_vdev_scrub_min_active 1 zfs_vdev_sync_read_max_active 10 @@ -15334,12 +16291,14 @@ Tunables: zil_nocacheflush 0 zil_replay_disable 0 zil_slog_bulk 67108864 + zil_special_is_slog 1 zio_deadman_log_all 0 zio_dva_throttle_enabled 1 zio_requeue_io_start_cut_in_line 1 zio_slow_io_ms 30000 zio_taskq_batch_pct 80 zio_taskq_batch_tpq 0 + zio_taskq_free scale,32 null fixed,1,1 null zio_taskq_read fixed,1,8 null scale null zio_taskq_write sync null scale null zio_taskq_write_tpq 16 @@ -15379,8 +16338,8 @@ TIME CLASS --- nvme list $ nvme list -/root/check.sh: line 45: nvme: command not found - [exit=127 / not installed or not permitted] +Node Generic SN Model Namespace Usage Format FW Rev +--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- -------- --- nvme smart-log per device $ for n in /dev/nvme[0-9]*; do @@ -15406,7 +16365,7 @@ done smartctl -a "$dev" 2>&1 | head -n 200 done --- smartctl -a /dev/sda --- -smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org /dev/sda: Unknown USB bridge [0x413c:0xa101 (0x110)] @@ -15415,7 +16374,7 @@ Please specify device type with the -d option. Use smartctl -h to get a usage summary --- smartctl -a /dev/sdb --- -smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === @@ -15431,7 +16390,7 @@ TRIM Command: Available, deterministic Device is: Not in smartctl database 7.5/5706 ATA Version is: ACS-3 T13/2161-D revision 5 SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s) -Local Time is: Sun Jul 26 16:27:03 2026 CDT +Local Time is: Mon Jul 27 21:51:42 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -15464,7 +16423,7 @@ Error logging capability: (0x01) Error logging supported. Short self-test routine recommended polling time: ( 2) minutes. Extended self-test routine -recommended polling time: ( 94) minutes. +recommended polling time: ( 95) minutes. SCT capabilities: (0x7035) SCT Status supported. SCT Feature Control supported. SCT Data Table supported. @@ -15473,17 +16432,17 @@ SMART Attributes Data Structure revision number: 16 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0 - 3 Spin_Up_Time 0x0027 207 188 021 Pre-fail Always - 2608 - 4 Start_Stop_Count 0x0032 091 091 000 Old_age Always - 9227 + 3 Spin_Up_Time 0x0027 208 188 021 Pre-fail Always - 2600 + 4 Start_Stop_Count 0x0032 091 091 000 Old_age Always - 9230 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0 - 9 Power_On_Hours 0x0032 072 072 000 Old_age Always - 21097 + 9 Power_On_Hours 0x0032 072 072 000 Old_age Always - 21126 10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0 11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0 12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 1665 192 Power-Off_Retract_Count 0x0032 199 199 000 Old_age Always - 1477 -193 Load_Cycle_Count 0x0032 178 178 000 Old_age Always - 66023 -194 Temperature_Celsius 0x0022 113 097 000 Old_age Always - 34 +193 Load_Cycle_Count 0x0032 178 178 000 Old_age Always - 66280 +194 Temperature_Celsius 0x0022 112 097 000 Old_age Always - 35 196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0 @@ -15521,10 +16480,12 @@ The above only provides legacy SMART information - try 'smartctl -x' for more --- qm list $ qm list VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID - 701 pfv-k8s-wnode-tsys7 running 32000 32.00 4431 - 702 hfnoc-uisp running 8000 100.00 4711 - 703 rr-middleware running 2048 32.00 4811 - 704 TCTC running 6000 32.00 5011 + 701 pfv-k8s-wnode-tsys7 running 32000 32.00 275616 + 702 hfnoc-uisp running 8000 100.00 275789 + 703 rr-middleware running 2048 32.00 275946 + 704 TCTC running 6000 32.00 12522 + 705 pfv-k8s-cnode2 running 4096 32.00 351107 + 706 pfv-k8s-cnode5 running 4096 32.00 374976 --- qm config per VM $ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do @@ -15610,6 +16571,44 @@ sockets: 1 virtio0: D2:704/vm-704-disk-0.qcow2,format=qcow2,iothread=1,size=32G vmgenid: 7cbefe0f-f42f-416b-b6e2-325adf6ca829 +--- VM 705 --- +agent: 1 +balloon: 0 +boot: order=scsi0;net0 +cores: 4 +cpu: host +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: pfv-k8s-cnode2 +net0: virtio=BC:24:11:40:25:F8,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:705/vm-705-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=7b189aa1-9525-4366-b570-81e786de3351 +sockets: 1 +vmgenid: 1c296c7a-ffc3-4086-8390-85691f1ab104 + +--- VM 706 --- +agent: 1 +balloon: 0 +boot: order=scsi0 +cores: 4 +cpu: host +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: pfv-k8s-cnode5 +net0: virtio=BC:24:11:94:71:07,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: S2:706/vm-706-disk-0.qcow2,format=qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=186032bf-fc6e-45c1-a8f2-7d3fb8b26d54 +sockets: 1 +vmgenid: b5bf1594-fdfb-4b56-b455-9366fbd21c56 + --- VM runtime status (qm guest agent if running) $ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do @@ -15636,14 +16635,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 12960, + "rx-bytes" : 92132, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 160, - "tx-bytes" : 12960, + "rx-packets" : 1036, + "tx-bytes" : 92132, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 160 + "tx-packets" : 1036 } }, { @@ -15660,6 +16659,88 @@ done "prefix" : 128 }, --- VM 704 runtime --- +--- VM 705 runtime --- +[ + { + "hardware-address" : "00:00:00:00:00:00", + "ip-addresses" : [ + { + "ip-address" : "127.0.0.1", + "ip-address-type" : "ipv4", + "prefix" : 8 + }, + { + "ip-address" : "::1", + "ip-address-type" : "ipv6", + "prefix" : 128 + } + ], + "name" : "lo", + "statistics" : { + "rx-bytes" : 175676747, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 337565, + "tx-bytes" : 175676747, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 337565 + } + }, + { + "hardware-address" : "bc:24:11:40:25:f8", + "ip-addresses" : [ + { + "ip-address" : "192.168.1.214", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::43", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 706 runtime --- +[ + { + "hardware-address" : "00:00:00:00:00:00", + "ip-addresses" : [ + { + "ip-address" : "127.0.0.1", + "ip-address-type" : "ipv4", + "prefix" : 8 + }, + { + "ip-address" : "::1", + "ip-address-type" : "ipv6", + "prefix" : 128 + } + ], + "name" : "lo", + "statistics" : { + "rx-bytes" : 71263886, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 130803, + "tx-bytes" : 71263886, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 130803 + } + }, + { + "hardware-address" : "bc:24:11:94:71:07", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.180", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::39", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, --- /etc/pve/qemu-server lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys7/qemu-server @@ -15766,6 +16847,8 @@ netavark-dhcp-proxy.service enabled enabled netavark-firewalld-reload.service enabled enabled networking.service enabled enabled nfs-blkmap.service enabled enabled +nvmefc-boot-connections.service enabled enabled +nvmf-autoconnect.service enabled enabled open-iscsi.service enabled enabled postfix.service enabled enabled proxmox-boot-cleanup.service enabled enabled @@ -15794,6 +16877,7 @@ smartmontools.service enabled enabled spiceproxy.service enabled enabled ssh.service enabled enabled sshd-keygen.service enabled enabled +sysstat.service enabled enabled systemd-pstore.service enabled enabled tailscaled.service enabled enabled tuned.service enabled enabled @@ -15810,6 +16894,7 @@ lvm2-lvmpolld.socket enabled enabled netavark-dhcp-proxy.socket enabled enabled rpcbind.socket enabled enabled rrdcached.socket enabled enabled +uuidd.socket enabled enabled ceph-fuse.target enabled enabled ceph.target enabled enabled nfs-client.target enabled enabled @@ -15826,132 +16911,135 @@ fstrim.timer enabled enabled logrotate.timer enabled enabled man-db.timer enabled enabled pve-daily-update.timer enabled enabled +sysstat-collect.timer enabled enabled +sysstat-rotate.timer enabled enabled +sysstat-summary.timer enabled enabled xfs_scrub_all.timer enabled enabled -83 unit files listed. +90 unit files listed. --- pve-* service status $ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120 ● pve-cluster.service - The Proxmox VE cluster filesystem Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 16:09:45 CDT; 17min ago - Invocation: 61c33f0aaea943918db7fe999e82db04 - Main PID: 23840 (pmxcfs) - Tasks: 6 (limit: 231923) - Memory: 56.7M (peak: 66.6M) - CPU: 1.050s + Active: active (running) since Sun 2026-07-26 17:14:16 CDT; 1 day 4h ago + Invocation: 6994283a9068498a92e01915e369dc87 + Process: 1311 ExecStart=/usr/bin/pmxcfs (code=exited, status=0/SUCCESS) + Main PID: 1334 (pmxcfs) + Tasks: 7 (limit: 216315) + Memory: 66M (peak: 87M) + CPU: 1min 10.586s CGroup: /system.slice/pve-cluster.service - └─23840 /usr/bin/pmxcfs + └─1334 /usr/bin/pmxcfs -Jul 26 16:09:44 pfv-tsys7 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... -Jul 26 16:09:44 pfv-tsys7 pmxcfs[23838]: [main] notice: resolved node name 'pfv-tsys7' to '192.168.0.250' for default node IP address -Jul 26 16:09:44 pfv-tsys7 pmxcfs[23838]: [main] notice: resolved node name 'pfv-tsys7' to '192.168.0.250' for default node IP address -Jul 26 16:09:45 pfv-tsys7 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem. +Jul 26 17:14:13 pfv-tsys7 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... +Jul 26 17:14:14 pfv-tsys7 pmxcfs[1311]: [main] notice: resolved node name 'pfv-tsys7' to '192.168.0.250' for default node IP address +Jul 26 17:14:14 pfv-tsys7 pmxcfs[1311]: [main] notice: resolved node name 'pfv-tsys7' to '192.168.0.250' for default node IP address +Jul 26 17:14:16 pfv-tsys7 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem. ● pvedaemon.service - PVE API Daemon Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 15:55:50 CDT; 31min ago - Invocation: 7a8926b334584d0bbb012c77f3c85522 - Process: 24509 ExecReload=/usr/bin/pvedaemon restart (code=exited, status=0/SUCCESS) - Main PID: 1544 (pvedaemon) - Tasks: 4 (limit: 231923) - Memory: 187.1M (peak: 363.3M) - CPU: 6.618s + Active: active (running) since Sun 2026-07-26 17:14:25 CDT; 1 day 4h ago + Invocation: 9aad6a1efd274a3dbe904c7584e9b1e9 + Process: 1375 ExecStart=/usr/bin/pvedaemon start (code=exited, status=0/SUCCESS) + Main PID: 1558 (pvedaemon) + Tasks: 4 (limit: 216315) + Memory: 196.1M (peak: 550.2M) + CPU: 1min 21.552s CGroup: /system.slice/pvedaemon.service - ├─ 1544 pvedaemon - ├─24533 "pvedaemon worker" - ├─24534 "pvedaemon worker" - └─24535 "pvedaemon worker" + ├─ 1558 pvedaemon + ├─394178 "pvedaemon worker" + ├─394567 "pvedaemon worker" + └─394940 "pvedaemon worker" -Jul 26 16:10:10 pfv-tsys7 pvedaemon[1546]: worker exit -Jul 26 16:10:10 pfv-tsys7 pvedaemon[1547]: worker exit -Jul 26 16:10:10 pfv-tsys7 pvedaemon[1545]: worker exit -Jul 26 16:10:10 pfv-tsys7 pvedaemon[1544]: worker 1546 finished -Jul 26 16:10:10 pfv-tsys7 pvedaemon[1544]: worker 1545 finished -Jul 26 16:10:10 pfv-tsys7 pvedaemon[1544]: worker 1547 finished -Jul 26 16:19:24 pfv-tsys7 pvedaemon[24533]: successful auth for user 'root@pam' -Jul 26 16:19:26 pfv-tsys7 pvedaemon[33170]: starting vnc proxy UPID:pfv-tsys7:00008192:00024048:6A6679DE:vncproxy:701:root@pam: -Jul 26 16:19:26 pfv-tsys7 pvedaemon[24535]: starting task UPID:pfv-tsys7:00008192:00024048:6A6679DE:vncproxy:701:root@pam: -Jul 26 16:19:29 pfv-tsys7 pvedaemon[24535]: end task UPID:pfv-tsys7:00008192:00024048:6A6679DE:vncproxy:701:root@pam: OK +Jul 27 16:20:44 pfv-tsys7 pvedaemon[1558]: starting 1 worker(s) +Jul 27 16:20:44 pfv-tsys7 pvedaemon[1558]: worker 394940 started +Jul 27 16:22:38 pfv-tsys7 pvedaemon[394940]: successful auth for user 'root@pam' +Jul 27 17:16:36 pfv-tsys7 pvedaemon[394178]: successful auth for user 'root@pam' +Jul 27 17:16:37 pfv-tsys7 pvedaemon[411447]: starting vnc proxy UPID:pfv-tsys7:00064737:008422B9:6A67D8C5:vncproxy:701:root@pam: +Jul 27 17:16:37 pfv-tsys7 pvedaemon[394178]: starting task UPID:pfv-tsys7:00064737:008422B9:6A67D8C5:vncproxy:701:root@pam: +Jul 27 17:31:38 pfv-tsys7 pvedaemon[394940]: successful auth for user 'root@pam' +Jul 27 17:47:38 pfv-tsys7 pvedaemon[394178]: successful auth for user 'root@pam' +Jul 27 18:03:38 pfv-tsys7 pvedaemon[394178]: successful auth for user 'root@pam' +Jul 27 18:31:39 pfv-tsys7 pvedaemon[394178]: end task UPID:pfv-tsys7:00064737:008422B9:6A67D8C5:vncproxy:701:root@pam: OK ● pveproxy.service - PVE API Proxy Server Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 15:55:53 CDT; 31min ago - Invocation: f27a818a2aab4de0a5143575d0a25637 - Process: 24519 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) - Main PID: 1647 (pveproxy) - Tasks: 4 (limit: 231923) - Memory: 210.9M (peak: 371M) - CPU: 6.505s + Active: active (running) since Sun 2026-07-26 17:14:27 CDT; 1 day 4h ago + Invocation: e18456b670384f9bb1785d3145661e58 + Process: 1564 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS) + Process: 1567 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS) + Process: 1635 ExecStartPost=sh -c [ ! -e /var/log/pveam.log ] && /usr/bin/pveupdate (code=exited, status=1/FAILURE) + Process: 127368 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) + Main PID: 1630 (pveproxy) + Tasks: 4 (limit: 216315) + Memory: 238.2M (peak: 488.9M) + CPU: 4min 10.763s CGroup: /system.slice/pveproxy.service - ├─ 1647 pveproxy - ├─24547 "pveproxy worker" - ├─24548 "pveproxy worker" - └─24549 "pveproxy worker" + ├─ 1630 pveproxy + ├─417875 "pveproxy worker" + ├─418641 "pveproxy worker" + └─473694 "pveproxy worker" -Jul 26 16:10:06 pfv-tsys7 pveproxy[1647]: starting 3 worker(s) -Jul 26 16:10:06 pfv-tsys7 pveproxy[1647]: worker 24547 started -Jul 26 16:10:06 pfv-tsys7 pveproxy[1647]: worker 24548 started -Jul 26 16:10:06 pfv-tsys7 pveproxy[1647]: worker 24549 started -Jul 26 16:10:11 pfv-tsys7 pveproxy[1650]: worker exit -Jul 26 16:10:11 pfv-tsys7 pveproxy[1648]: worker exit -Jul 26 16:10:11 pfv-tsys7 pveproxy[1649]: worker exit -Jul 26 16:10:11 pfv-tsys7 pveproxy[1647]: worker 1650 finished -Jul 26 16:10:11 pfv-tsys7 pveproxy[1647]: worker 1648 finished -Jul 26 16:10:11 pfv-tsys7 pveproxy[1647]: worker 1649 finished +Jul 27 17:38:06 pfv-tsys7 pveproxy[1630]: worker 417875 started +Jul 27 17:40:46 pfv-tsys7 pveproxy[391309]: worker exit +Jul 27 17:40:46 pfv-tsys7 pveproxy[1630]: worker 391309 finished +Jul 27 17:40:46 pfv-tsys7 pveproxy[1630]: starting 1 worker(s) +Jul 27 17:40:46 pfv-tsys7 pveproxy[1630]: worker 418641 started +Jul 27 18:31:40 pfv-tsys7 pveproxy[414607]: worker exit +Jul 27 20:45:00 pfv-tsys7 pveproxy[414608]: worker exit +Jul 27 20:45:00 pfv-tsys7 pveproxy[1630]: worker 414608 finished +Jul 27 20:45:00 pfv-tsys7 pveproxy[1630]: starting 1 worker(s) +Jul 27 20:45:00 pfv-tsys7 pveproxy[1630]: worker 473694 started ● pve-firewall.service - Proxmox VE firewall Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 15:55:48 CDT; 31min ago - Invocation: 4f4ed9219b154a149c88b3d967cd6d1a - Main PID: 1517 (pve-firewall) - Tasks: 1 (limit: 231923) - Memory: 111.9M (peak: 215.1M) - CPU: 18.897s + Active: active (running) since Sun 2026-07-26 17:14:23 CDT; 1 day 4h ago + Invocation: 4d22c3523e6a4476bd6516c5e7042552 + Process: 1373 ExecStartPre=/usr/bin/update-alternatives --set ebtables /usr/sbin/ebtables-legacy (code=exited, status=0/SUCCESS) + Process: 1392 ExecStartPre=/usr/bin/update-alternatives --set iptables /usr/sbin/iptables-legacy (code=exited, status=0/SUCCESS) + Process: 1404 ExecStartPre=/usr/bin/update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy (code=exited, status=0/SUCCESS) + Process: 1419 ExecStart=/usr/sbin/pve-firewall start (code=exited, status=0/SUCCESS) + Main PID: 1531 (pve-firewall) + Tasks: 1 (limit: 216315) + Memory: 111.7M (peak: 129.8M) + CPU: 15min 26.261s CGroup: /system.slice/pve-firewall.service - └─1517 pve-firewall + └─1531 pve-firewall -Jul 26 15:55:42 pfv-tsys7 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... -Jul 26 15:55:48 pfv-tsys7 pve-firewall[1517]: starting server -Jul 26 15:55:48 pfv-tsys7 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. -Jul 26 16:09:47 pfv-tsys7 systemd[1]: Reloading pve-firewall.service - Proxmox VE firewall... -Jul 26 16:09:48 pfv-tsys7 pve-firewall[24018]: send HUP to 1517 -Jul 26 16:09:48 pfv-tsys7 pve-firewall[1517]: received signal HUP -Jul 26 16:09:48 pfv-tsys7 pve-firewall[1517]: server shutdown (restart) -Jul 26 16:09:48 pfv-tsys7 systemd[1]: Reloaded pve-firewall.service - Proxmox VE firewall. -Jul 26 16:09:49 pfv-tsys7 pve-firewall[1517]: restarting server +Jul 26 17:14:16 pfv-tsys7 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... +Jul 26 17:14:23 pfv-tsys7 pve-firewall[1531]: starting server +Jul 26 17:14:23 pfv-tsys7 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. ● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 16:09:59 CDT; 17min ago - Invocation: ca1f3c385bec43cabc96c111acf3ef6d - Main PID: 24399 (pve-ha-crm) - Tasks: 1 (limit: 231923) - Memory: 118.5M (peak: 138.3M) - CPU: 1.396s + Active: active (running) since Sun 2026-07-26 17:14:26 CDT; 1 day 4h ago + Invocation: 548ea5f2b4d94909a81cd5feb034df26 + Process: 1563 ExecStart=/usr/sbin/pve-ha-crm start (code=exited, status=0/SUCCESS) + Main PID: 1628 (pve-ha-crm) + Tasks: 1 (limit: 216315) + Memory: 118.4M (peak: 137.8M) + CPU: 11.523s CGroup: /system.slice/pve-ha-crm.service - └─24399 pve-ha-crm + └─1628 pve-ha-crm -Jul 26 16:09:58 pfv-tsys7 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon... -Jul 26 16:09:59 pfv-tsys7 pve-ha-crm[24399]: starting server -Jul 26 16:09:59 pfv-tsys7 pve-ha-crm[24399]: status change startup => wait_for_quorum -Jul 26 16:09:59 pfv-tsys7 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon. +Jul 26 17:14:25 pfv-tsys7 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon... +Jul 26 17:14:26 pfv-tsys7 pve-ha-crm[1628]: starting server +Jul 26 17:14:26 pfv-tsys7 pve-ha-crm[1628]: status change startup => wait_for_quorum +Jul 26 17:14:26 pfv-tsys7 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon. ● pve-ha-lrm.service - PVE Local HA Resource Manager Daemon Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 16:09:55 CDT; 17min ago - Invocation: ec80049700644307b54066f83c78a9cb - Main PID: 24317 (pve-ha-lrm) - Tasks: 1 (limit: 231923) - Memory: 117.5M (peak: 136.8M) - CPU: 1.350s + Active: active (running) since Sun 2026-07-26 17:14:29 CDT; 1 day 4h ago + Invocation: d40a7a60fce54beab9abc8664122ae5b + Process: 1639 ExecStart=/usr/sbin/pve-ha-lrm start (code=exited, status=0/SUCCESS) + Main PID: 1646 (pve-ha-lrm) + Tasks: 1 (limit: 216315) + Memory: 117.5M (peak: 137M) + CPU: 16.779s CGroup: /system.slice/pve-ha-lrm.service - └─24317 pve-ha-lrm + └─1646 pve-ha-lrm -Jul 26 16:09:54 pfv-tsys7 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon... -Jul 26 16:09:55 pfv-tsys7 pve-ha-lrm[24317]: starting server -Jul 26 16:09:55 pfv-tsys7 pve-ha-lrm[24317]: status change startup => wait_for_agent_lock -Jul 26 16:09:55 pfv-tsys7 systemd[1]: Started pve-ha-lrm.service - PVE Local HA Resource Manager Daemon. --- storage-related service status $ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80 @@ -15962,19 +17050,19 @@ Unit nvme-stat.service could not be found. Unit multipathd.service could not be found. ● rpcbind.service - RPC bind portmap service Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 15:55:22 CDT; 32min ago - Invocation: 828d700ffd7049a48c620662da4782fd + Active: active (running) since Sun 2026-07-26 17:13:53 CDT; 1 day 4h ago + Invocation: ca84756192184d07a3abc13e586b3830 TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) - Main PID: 963 (rpcbind) - Tasks: 1 (limit: 231923) - Memory: 628K (peak: 1.7M) - CPU: 12ms + Main PID: 970 (rpcbind) + Tasks: 1 (limit: 216315) + Memory: 632K (peak: 2M) + CPU: 157ms CGroup: /system.slice/rpcbind.service - └─963 /usr/sbin/rpcbind -f -w + └─970 /usr/sbin/rpcbind -f -w -Jul 26 15:55:21 pfv-tsys7 systemd[1]: Starting rpcbind.service - RPC bind portmap service... -Jul 26 15:55:22 pfv-tsys7 systemd[1]: Started rpcbind.service - RPC bind portmap service. +Jul 26 17:13:52 pfv-tsys7 systemd[1]: Starting rpcbind.service - RPC bind portmap service... +Jul 26 17:13:53 pfv-tsys7 systemd[1]: Started rpcbind.service - RPC bind portmap service. ○ rpc-statd.service - NFS status monitor for NFSv2/3 locking. Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static) @@ -15987,40 +17075,41 @@ Jul 26 15:55:22 pfv-tsys7 systemd[1]: Started rpcbind.service - RPC bind portmap ● zfs-mount.service - Mount ZFS filesystems Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled) - Active: active (exited) since Sun 2026-07-26 15:55:14 CDT; 32min ago - Invocation: d742ff3beba24bc4a103aff39a617b6a + Active: active (exited) since Sun 2026-07-26 17:13:46 CDT; 1 day 4h ago + Invocation: bd125d3b236f4d2fafaf49c0f41e476c Docs: man:zfs(8) - Main PID: 803 (code=exited, status=0/SUCCESS) + Process: 810 ExecStart=/usr/sbin/zfs mount -a (code=exited, status=0/SUCCESS) + Main PID: 810 (code=exited, status=0/SUCCESS) Mem peak: 1.7M CPU: 12ms -Jul 26 15:55:14 pfv-tsys7 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... -Jul 26 15:55:14 pfv-tsys7 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems. +Jul 26 17:13:46 pfv-tsys7 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... +Jul 26 17:13:46 pfv-tsys7 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems. ● smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon Loaded: loaded (/usr/lib/systemd/system/smartmontools.service; enabled; preset: enabled) - Active: active (running) since Sun 2026-07-26 16:08:40 CDT; 18min ago - Invocation: f92033f042924f05b70b7708db246f7f + Active: active (running) since Sun 2026-07-26 17:13:59 CDT; 1 day 4h ago + Invocation: 7f1904cd96aa4515bf3918039b27e6e7 Docs: man:smartd(8) man:smartd.conf(5) - Main PID: 9867 (smartd) - Status: "Next check of 1 device will start at 16:38:40" - Tasks: 1 (limit: 231923) - Memory: 1.4M (peak: 2M) - CPU: 39ms + Main PID: 985 (smartd) + Status: "Next check of 1 device will start at 22:13:59" + Tasks: 1 (limit: 216315) + Memory: 3.4M (peak: 5M) + CPU: 105ms CGroup: /system.slice/smartmontools.service - └─9867 /usr/sbin/smartd -n -q never + └─985 /usr/sbin/smartd -n -q never -Jul 26 16:08:39 pfv-tsys7 smartd[9867]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices -Jul 26 16:08:39 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], opened -Jul 26 16:08:39 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], WDC WD20SDRW-11VUUS0, S/N:WD-WXS2AB22T8HD, WWN:5-0014ee-215a17c95, FW:01.01A01, 2.00 TB -Jul 26 16:08:39 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], not found in smartd database 7.5/5706. -Jul 26 16:08:40 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], is SMART capable. Adding to "monitor" list. -Jul 26 16:08:40 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], state read from /var/lib/smartmontools/smartd.WDC_WD20SDRW_11VUUS0-WD_WXS2AB22T8HD.ata.state -Jul 26 16:08:40 pfv-tsys7 smartd[9867]: Monitoring 1 ATA/SATA, 0 SCSI/SAS and 0 NVMe devices -Jul 26 16:08:40 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 113 to 111 -Jul 26 16:08:40 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD20SDRW_11VUUS0-WD_WXS2AB22T8HD.ata.state -Jul 26 16:08:40 pfv-tsys7 systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon. +Jul 27 11:14:00 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 115 to 114 +Jul 27 11:43:59 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 114 to 115 +Jul 27 14:43:59 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 115 to 114 +Jul 27 17:14:00 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 114 to 113 +Jul 27 17:43:59 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 113 to 114 +Jul 27 18:13:59 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 114 to 113 +Jul 27 18:44:00 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 113 to 114 +Jul 27 20:13:59 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 114 to 113 +Jul 27 20:44:00 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 113 to 114 +Jul 27 21:13:59 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 114 to 113 ############################################################################### # 25. TIMERS / CRON @@ -16028,50 +17117,55 @@ Jul 26 16:08:40 pfv-tsys7 systemd[1]: Started smartmontools.service - Self Monit --- systemctl list-timers $ systemctl list-timers --all --no-pager -NEXT LEFT LAST PASSED UNIT ACTIVATES -Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:24 CDT - dpkg-db-backup.timer dpkg-db-backup.service -Mon 2026-07-27 00:19:13 CDT 7h Mon 2026-07-20 00:18:54 CDT - fstrim.timer fstrim.service -Mon 2026-07-27 00:49:33 CDT 8h Sun 2026-07-26 00:09:24 CDT - logrotate.timer logrotate.service -Mon 2026-07-27 02:19:40 CDT 9h Sun 2026-07-26 02:47:24 CDT - beszel-agent-update.timer beszel-agent-update.service -Mon 2026-07-27 02:35:10 CDT 10h Sun 2026-07-26 11:27:46 CDT - apt-daily.timer apt-daily.service -Mon 2026-07-27 02:36:44 CDT 10h Sun 2026-07-26 04:25:24 CDT - pve-daily-update.timer pve-daily-update.service -Mon 2026-07-27 02:57:05 CDT 10h Sun 2026-07-26 01:30:24 CDT - man-db.timer man-db.service -Mon 2026-07-27 06:12:44 CDT 13h Sun 2026-07-26 06:30:24 CDT - apt-daily-upgrade.timer apt-daily-upgrade.service -Mon 2026-07-27 16:09:51 CDT 23h Sun 2026-07-26 16:09:51 CDT 17min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service -Sun 2026-08-02 03:10:07 CDT 6 days Sun 2026-07-26 03:10:24 CDT - xfs_scrub_all.timer xfs_scrub_all.service -Sun 2026-08-02 03:10:20 CDT 6 days Sun 2026-07-26 03:11:13 CDT - e2scrub_all.timer e2scrub_all.service +NEXT LEFT LAST PASSED UNIT ACTIVATES +Mon 2026-07-27 22:00:00 CDT 7min Mon 2026-07-27 21:50:13 CDT 1min 59s ago sysstat-collect.timer sysstat-collect.service +Tue 2026-07-28 00:00:00 CDT 2h 7min Mon 2026-07-27 00:00:13 CDT 21h ago dpkg-db-backup.timer dpkg-db-backup.service +Tue 2026-07-28 00:00:00 CDT 2h 7min Mon 2026-07-27 00:00:13 CDT 21h ago sysstat-rotate.timer sysstat-rotate.service +Tue 2026-07-28 00:07:00 CDT 2h 14min Mon 2026-07-27 00:07:13 CDT 21h ago sysstat-summary.timer sysstat-summary.service +Tue 2026-07-28 00:32:14 CDT 2h 40min Mon 2026-07-27 00:24:06 CDT 21h ago logrotate.timer logrotate.service +Tue 2026-07-28 01:55:44 CDT 4h 3min Mon 2026-07-27 04:45:13 CDT 17h ago pve-daily-update.timer pve-daily-update.service +Tue 2026-07-28 03:56:51 CDT 6h Mon 2026-07-27 02:59:13 CDT 18h ago beszel-agent-update.timer beszel-agent-update.service +Tue 2026-07-28 04:46:23 CDT 6h Mon 2026-07-27 08:47:10 CDT 13h ago man-db.timer man-db.service +Tue 2026-07-28 06:20:06 CDT 8h Mon 2026-07-27 18:23:13 CDT 3h 28min ago apt-daily.timer apt-daily.service +Tue 2026-07-28 06:21:46 CDT 8h Mon 2026-07-27 06:54:13 CDT 14h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Tue 2026-07-28 17:29:01 CDT 19h Mon 2026-07-27 17:29:01 CDT 4h 23min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Sun 2026-08-02 03:10:45 CDT 5 days Sun 2026-07-26 03:10:24 CDT - xfs_scrub_all.timer xfs_scrub_all.service +Sun 2026-08-02 03:10:54 CDT 5 days Sun 2026-07-26 03:11:13 CDT - e2scrub_all.timer e2scrub_all.service +Mon 2026-08-03 00:58:12 CDT 6 days Mon 2026-07-27 00:02:14 CDT 21h ago fstrim.timer fstrim.service -11 timers listed. +14 timers listed. --- /etc/cron.d -total 20 -drwxr-xr-x 2 root root 4096 Jul 26 16:09 . -drwxr-xr-x 105 root root 4096 Jul 26 16:27 .. +total 24 +drwxr-xr-x 2 root root 4096 Jul 26 16:27 . +drwxr-xr-x 107 root root 4096 Jul 27 21:48 .. -rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder +-rw-r--r-- 1 root root 400 Jan 15 2024 sysstat lrwxrwxrwx 1 root root 20 Apr 4 17:02 vzdump -> /etc/pve/vzdump.cron -rw-r--r-- 1 root root 377 Aug 26 2025 zfsutils-linux --- /etc/cron.daily -total 28 -drwxr-xr-x 2 root root 4096 Jul 26 11:27 . -drwxr-xr-x 105 root root 4096 Jul 26 16:27 .. +total 32 +drwxr-xr-x 2 root root 4096 Jul 26 16:27 . +drwxr-xr-x 107 root root 4096 Jul 27 21:48 .. -rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat -rwxr-xr-x 1 root root 123 May 27 2025 dpkg -rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate -rwxr-xr-x 1 root root 1395 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder +-rwxr-xr-x 1 root root 526 Jan 15 2024 sysstat --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Apr 4 16:52 . -drwxr-xr-x 105 root root 4096 Jul 26 16:27 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:48 .. -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder --- /etc/cron.weekly total 16 drwxr-xr-x 2 root root 4096 Apr 4 16:52 . -drwxr-xr-x 105 root root 4096 Jul 26 16:27 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:48 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -16110,495 +17204,742 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -1.68 0.98 0.94 1/537 39232 +2.36 1.94 1.74 1/563 497342 --- vmstat 1 3 $ vmstat 1 3 procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- r b swpd free buff cache si so bi bo in cs us sy id wa st gu - 0 2 0 188936536 17660 383484 0 0 657 2471 7891 4 1 1 96 2 0 1 - 1 1 0 188889676 17660 412704 0 0 29196 0 4170 6319 1 0 93 3 0 3 - 1 1 0 188878916 17660 434660 0 0 21956 0 3773 5992 1 0 94 3 0 2 + 0 0 0 181732352 17264 395128 0 0 57 20 3914 2 0 0 96 1 0 2 + 0 0 0 181748752 17264 395152 0 0 0 0 6734 13076 0 0 98 0 0 1 + 1 0 0 181766032 17264 395152 0 0 512 0 9693 15748 0 1 94 0 0 4 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 -/root/check.sh: line 45: mpstat: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) + +09:52:15 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +09:52:16 PM all 0.13 0.00 0.42 0.08 0.00 0.00 0.00 1.21 0.00 98.08 +09:52:17 PM all 0.00 0.00 0.21 0.46 0.00 0.00 0.00 2.63 0.00 96.62 +09:52:18 PM all 0.08 0.00 0.08 0.71 0.00 0.00 0.00 1.13 0.00 97.86 +Average: all 0.03 0.00 0.24 0.42 0.00 0.00 0.00 1.66 0.00 97.62 --- iostat -xz 1 3 $ iostat -xz 1 3 -/root/check.sh: line 45: iostat: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) + +avg-cpu: %user %nice %system %iowait %steal %idle + 2.47 0.00 0.22 1.27 0.00 96.03 + +Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util +dm-0 0.00 0.02 0.00 0.00 30.71 16.92 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +dm-1 0.17 7.76 0.00 0.00 30.53 45.00 2.74 20.62 0.00 0.00 2.25 7.52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.73 +dm-2 0.00 0.08 0.00 0.00 15.73 244.24 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +sda 0.00 0.02 0.00 0.00 3.12 16.44 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +sdb 0.93 57.02 0.06 5.82 5.03 61.20 1.93 20.62 0.85 30.63 1.52 10.67 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.45 + + +avg-cpu: %user %nice %system %iowait %steal %idle + 2.30 0.00 0.21 0.42 0.00 97.07 + +Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util + + +avg-cpu: %user %nice %system %iowait %steal %idle + 1.00 0.00 0.17 1.47 0.00 97.36 + +Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util + + --- sar -dp 1 2 $ sar -dp 1 2 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) + +09:52:20 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +09:52:21 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +09:52:21 PM 1.00 4.00 0.00 0.00 4.00 0.00 1.00 0.00 sdb +09:52:21 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +09:52:21 PM 1.00 4.00 0.00 0.00 4.00 0.00 0.00 0.50 pve-root +09:52:21 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta + +09:52:21 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +09:52:22 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +09:52:22 PM 7.00 20.00 36.00 0.00 8.00 0.03 3.43 1.30 sdb +09:52:22 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +09:52:22 PM 14.00 20.00 36.00 0.00 4.00 0.10 7.21 0.80 pve-root +09:52:22 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta + +Average: tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +Average: 4.00 12.00 18.00 0.00 7.50 0.01 3.12 0.65 sdb +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +Average: 7.50 12.00 18.00 0.00 4.00 0.05 6.73 0.65 pve-root +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta --- sar -n DEV 1 2 $ sar -n DEV 1 2 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) + +09:52:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +09:52:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:23 PM nic0 207.00 19.00 19.20 2.76 0.00 0.00 129.00 0.02 +09:52:23 PM nic1 6.00 15.00 0.64 13.83 0.00 0.00 0.00 0.01 +09:52:23 PM nic2 6.00 5.00 0.74 4.59 0.00 0.00 0.00 0.00 +09:52:23 PM nic3 1.00 0.00 0.40 0.00 0.00 0.00 0.00 0.00 +09:52:23 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:23 PM vmbr0 269.00 8.00 17.49 0.96 0.00 0.00 203.00 0.00 +09:52:23 PM bond0 12.00 20.00 1.38 18.42 0.00 0.00 0.00 0.01 +09:52:23 PM datanet 12.00 14.00 1.17 17.84 0.00 0.00 0.00 0.00 +09:52:23 PM tap704i0 6.00 264.00 0.73 20.79 0.00 0.00 0.00 0.00 +09:52:23 PM fwbr704i0 262.00 0.00 16.88 0.00 0.00 0.00 203.00 0.00 +09:52:23 PM fwpr704p0 6.00 264.00 0.73 20.79 0.00 0.00 0.00 0.00 +09:52:23 PM fwln704i0 264.00 6.00 20.79 0.73 0.00 0.00 0.00 0.00 +09:52:23 PM tap704i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:23 PM fwbr704i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:23 PM fwpr704p1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:23 PM fwln704i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:23 PM tap701i0 3.00 262.00 0.25 20.46 0.00 0.00 0.00 0.00 +09:52:23 PM fwbr701i0 262.00 0.00 16.88 0.00 0.00 0.00 203.00 0.00 +09:52:23 PM fwpr701p0 3.00 262.00 0.25 20.46 0.00 0.00 0.00 0.00 +09:52:23 PM fwln701i0 262.00 3.00 20.46 0.25 0.00 0.00 0.00 0.00 +09:52:23 PM tap701i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:23 PM fwbr701i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:23 PM fwpr701p1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:23 PM fwln701i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:23 PM tap702i0 4.00 263.00 0.40 20.62 0.00 0.00 0.00 0.00 +09:52:23 PM fwbr702i0 262.00 0.00 16.88 0.00 0.00 0.00 203.00 0.00 +09:52:23 PM fwpr702p0 4.00 263.00 0.40 20.62 0.00 0.00 0.00 0.00 +09:52:23 PM fwln702i0 263.00 4.00 20.62 0.40 0.00 0.00 0.00 0.00 +09:52:23 PM tap703i0 17.00 273.00 2.34 21.71 0.00 0.00 0.00 0.00 +09:52:23 PM fwbr703i0 262.00 0.00 16.88 0.00 0.00 0.00 203.00 0.00 +09:52:23 PM fwpr703p0 17.00 273.00 2.34 21.71 0.00 0.00 0.00 0.00 +09:52:23 PM fwln703i0 273.00 17.00 21.71 2.34 0.00 0.00 0.00 0.00 +09:52:23 PM tap705i0 5.00 264.00 0.60 20.81 0.00 0.00 0.00 0.00 +09:52:23 PM fwbr705i0 262.00 0.00 16.88 0.00 0.00 0.00 203.00 0.00 +09:52:23 PM fwpr705p0 5.00 264.00 0.60 20.81 0.00 0.00 0.00 0.00 +09:52:23 PM fwln705i0 264.00 5.00 20.81 0.60 0.00 0.00 0.00 0.00 +09:52:23 PM tap706i0 4.00 263.00 0.43 20.62 0.00 0.00 0.00 0.00 +09:52:23 PM fwbr706i0 262.00 0.00 16.88 0.00 0.00 0.00 203.00 0.00 +09:52:23 PM fwpr706p0 4.00 263.00 0.43 20.62 0.00 0.00 0.00 0.00 +09:52:23 PM fwln706i0 263.00 4.00 20.62 0.43 0.00 0.00 0.00 0.00 + +09:52:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +09:52:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:24 PM nic0 295.00 54.00 25.85 7.80 0.00 0.00 203.00 0.02 +09:52:24 PM nic1 36.00 58.00 4.51 22.54 0.00 0.00 0.00 0.02 +09:52:24 PM nic2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:24 PM nic3 2.00 0.00 0.12 0.00 0.00 0.00 2.00 0.00 +09:52:24 PM tailscale0 1.00 1.00 0.08 0.08 0.00 0.00 0.00 0.00 +09:52:24 PM vmbr0 277.00 11.00 18.20 1.68 0.00 0.00 201.00 0.00 +09:52:24 PM bond0 36.00 58.00 4.51 22.54 0.00 0.00 0.00 0.01 +09:52:24 PM datanet 84.00 118.00 9.67 52.71 0.00 0.00 1.00 0.00 +09:52:24 PM tap704i0 4.00 271.00 1.06 21.55 0.00 0.00 0.00 0.00 +09:52:24 PM fwbr704i0 268.00 0.00 17.28 0.00 0.00 0.00 201.00 0.00 +09:52:24 PM fwpr704p0 5.00 271.00 1.31 21.55 0.00 0.00 0.00 0.00 +09:52:24 PM fwln704i0 271.00 5.00 21.55 1.31 0.00 0.00 0.00 0.00 +09:52:24 PM tap704i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:24 PM fwbr704i1 1.00 0.00 0.04 0.00 0.00 0.00 1.00 0.00 +09:52:24 PM fwpr704p1 1.00 2.00 0.24 0.30 0.00 0.00 0.00 0.00 +09:52:24 PM fwln704i1 2.00 1.00 0.30 0.24 0.00 0.00 0.00 0.00 +09:52:24 PM tap701i0 0.00 269.00 0.00 21.19 0.00 0.00 0.00 0.00 +09:52:24 PM fwbr701i0 268.00 0.00 17.28 0.00 0.00 0.00 201.00 0.00 +09:52:24 PM fwpr701p0 1.00 269.00 0.24 21.19 0.00 0.00 0.00 0.00 +09:52:24 PM fwln701i0 269.00 1.00 21.19 0.24 0.00 0.00 0.00 0.00 +09:52:24 PM tap701i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:52:24 PM fwbr701i1 1.00 0.00 0.04 0.00 0.00 0.00 1.00 0.00 +09:52:24 PM fwpr701p1 1.00 2.00 0.24 0.30 0.00 0.00 0.00 0.00 +09:52:24 PM fwln701i1 2.00 1.00 0.30 0.24 0.00 0.00 0.00 0.00 +09:52:24 PM tap702i0 1.00 269.00 0.18 21.11 0.00 0.00 0.00 0.00 +09:52:24 PM fwbr702i0 268.00 0.00 17.28 0.00 0.00 0.00 201.00 0.00 +09:52:24 PM fwpr702p0 1.00 269.00 0.18 21.11 0.00 0.00 0.00 0.00 +09:52:24 PM fwln702i0 269.00 1.00 21.11 0.18 0.00 0.00 0.00 0.00 +09:52:24 PM tap703i0 3.00 270.00 0.25 21.18 0.00 0.00 0.00 0.00 +09:52:24 PM fwbr703i0 268.00 0.00 17.28 0.00 0.00 0.00 201.00 0.00 +09:52:24 PM fwpr703p0 3.00 270.00 0.25 21.18 0.00 0.00 0.00 0.00 +09:52:24 PM fwln703i0 270.00 3.00 21.18 0.25 0.00 0.00 0.00 0.00 +09:52:24 PM tap705i0 1.00 269.00 0.04 21.19 0.00 0.00 0.00 0.00 +09:52:24 PM fwbr705i0 268.00 0.00 17.28 0.00 0.00 0.00 201.00 0.00 +09:52:24 PM fwpr705p0 2.00 269.00 0.28 21.19 0.00 0.00 0.00 0.00 +09:52:24 PM fwln705i0 269.00 2.00 21.19 0.28 0.00 0.00 0.00 0.00 +09:52:24 PM tap706i0 3.00 271.00 0.48 21.43 0.00 0.00 0.00 0.00 +09:52:24 PM fwbr706i0 268.00 0.00 17.28 0.00 0.00 0.00 201.00 0.00 +09:52:24 PM fwpr706p0 3.00 271.00 0.48 21.43 0.00 0.00 0.00 0.00 +09:52:24 PM fwln706i0 271.00 3.00 21.43 0.48 0.00 0.00 0.00 0.00 + +Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: nic0 251.00 36.50 22.53 5.28 0.00 0.00 166.00 0.02 +Average: nic1 21.00 36.50 2.57 18.18 0.00 0.00 0.00 0.01 +Average: nic2 3.00 2.50 0.37 2.29 0.00 0.00 0.00 0.00 +Average: nic3 1.50 0.00 0.26 0.00 0.00 0.00 1.00 0.00 +Average: tailscale0 0.50 0.50 0.04 0.04 0.00 0.00 0.00 0.00 +Average: vmbr0 273.00 9.50 17.85 1.32 0.00 0.00 202.00 0.00 +Average: bond0 24.00 39.00 2.94 20.48 0.00 0.00 0.00 0.01 +Average: datanet 48.00 66.00 5.42 35.27 0.00 0.00 0.50 0.00 +Average: tap704i0 5.00 267.50 0.90 21.17 0.00 0.00 0.00 0.00 +Average: fwbr704i0 265.00 0.00 17.08 0.00 0.00 0.00 202.00 0.00 +Average: fwpr704p0 5.50 267.50 1.02 21.17 0.00 0.00 0.00 0.00 +Average: fwln704i0 267.50 5.50 21.17 1.02 0.00 0.00 0.00 0.00 +Average: tap704i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: fwbr704i1 0.50 0.00 0.02 0.00 0.00 0.00 0.50 0.00 +Average: fwpr704p1 0.50 1.00 0.12 0.15 0.00 0.00 0.00 0.00 +Average: fwln704i1 1.00 0.50 0.15 0.12 0.00 0.00 0.00 0.00 +Average: tap701i0 1.50 265.50 0.13 20.82 0.00 0.00 0.00 0.00 +Average: fwbr701i0 265.00 0.00 17.08 0.00 0.00 0.00 202.00 0.00 +Average: fwpr701p0 2.00 265.50 0.25 20.82 0.00 0.00 0.00 0.00 +Average: fwln701i0 265.50 2.00 20.82 0.25 0.00 0.00 0.00 0.00 +Average: tap701i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: fwbr701i1 0.50 0.00 0.02 0.00 0.00 0.00 0.50 0.00 +Average: fwpr701p1 0.50 1.00 0.12 0.15 0.00 0.00 0.00 0.00 +Average: fwln701i1 1.00 0.50 0.15 0.12 0.00 0.00 0.00 0.00 +Average: tap702i0 2.50 266.00 0.29 20.87 0.00 0.00 0.00 0.00 +Average: fwbr702i0 265.00 0.00 17.08 0.00 0.00 0.00 202.00 0.00 +Average: fwpr702p0 2.50 266.00 0.29 20.87 0.00 0.00 0.00 0.00 +Average: fwln702i0 266.00 2.50 20.87 0.29 0.00 0.00 0.00 0.00 +Average: tap703i0 10.00 271.50 1.29 21.45 0.00 0.00 0.00 0.00 +Average: fwbr703i0 265.00 0.00 17.08 0.00 0.00 0.00 202.00 0.00 +Average: fwpr703p0 10.00 271.50 1.29 21.45 0.00 0.00 0.00 0.00 +Average: fwln703i0 271.50 10.00 21.45 1.29 0.00 0.00 0.00 0.00 +Average: tap705i0 3.00 266.50 0.32 21.00 0.00 0.00 0.00 0.00 +Average: fwbr705i0 265.00 0.00 17.08 0.00 0.00 0.00 202.00 0.00 +Average: fwpr705p0 3.50 266.50 0.44 21.00 0.00 0.00 0.00 0.00 +Average: fwln705i0 266.50 3.50 21.00 0.44 0.00 0.00 0.00 0.00 +Average: tap706i0 3.50 267.00 0.46 21.03 0.00 0.00 0.00 0.00 +Average: fwbr706i0 265.00 0.00 17.08 0.00 0.00 0.00 202.00 0.00 +Average: fwpr706p0 3.50 267.00 0.46 21.03 0.00 0.00 0.00 0.00 +Average: fwln706i0 267.00 3.50 21.03 0.46 0.00 0.00 0.00 0.00 --- sar -n NFS,NFSD 1 2 $ sar -n NFS,NFSD 1 2 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) + +09:52:24 PM call/s retrans/s read/s write/s access/s getatt/s +09:52:25 PM 9.00 0.00 0.00 7.00 0.00 1.00 + +09:52:24 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +09:52:25 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 + +09:52:25 PM call/s retrans/s read/s write/s access/s getatt/s +09:52:26 PM 0.00 0.00 0.00 0.00 0.00 0.00 + +09:52:25 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +09:52:26 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 + +Average: call/s retrans/s read/s write/s access/s getatt/s +Average: 4.50 0.00 0.00 3.50 0.00 0.50 + +Average: scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 --- sar -n SOCK 1 1 $ sar -n SOCK 1 1 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) + +09:52:26 PM totsck tcpsck udpsck rawsck ip-frag tcp-tw +09:52:27 PM 396 18 4 0 0 111 +Average: 396 18 4 0 0 111 --- sar -n TCP,ETCP 1 2 $ sar -n TCP,ETCP 1 2 -/root/check.sh: line 45: sar: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) + +09:52:27 PM active/s passive/s iseg/s oseg/s +09:52:28 PM 0.00 0.00 30.00 117.00 + +09:52:27 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +09:52:28 PM 0.00 0.00 0.00 0.00 0.00 + +09:52:28 PM active/s passive/s iseg/s oseg/s +09:52:29 PM 0.00 0.00 15.00 51.00 + +09:52:28 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +09:52:29 PM 0.00 0.00 0.00 0.00 0.00 + +Average: active/s passive/s iseg/s oseg/s +Average: 0.00 0.00 22.50 84.00 + +Average: atmptf/s estres/s retrans/s isegerr/s orsts/s +Average: 0.00 0.00 0.00 0.00 0.00 --- pidstat -d 1 2 (top disk) $ pidstat -d 1 2 -/root/check.sh: line 45: pidstat: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) + +09:52:29 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +09:52:30 PM 0 275789 0.00 104.85 0.00 0 kvm + +09:52:30 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +09:52:31 PM 0 994 0.00 3.96 0.00 0 tailscaled +09:52:31 PM 0 1334 23.76 23.76 0.00 0 pmxcfs +09:52:31 PM 0 1646 0.00 0.08 0.00 0 pve-ha-lrm +09:52:31 PM 0 275789 0.00 130.69 0.00 0 kvm + +Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +Average: 0 994 0.00 1.96 0.00 0 tailscaled +Average: 0 1334 11.76 11.76 0.00 0 pmxcfs +Average: 0 1646 0.00 0.04 0.00 0 pve-ha-lrm +Average: 0 275789 0.00 117.65 0.00 0 kvm --- pidstat -u 1 2 (top cpu) $ pidstat -u 1 2 -/root/check.sh: line 45: pidstat: command not found - [exit=127 / not installed or not permitted] +Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) + +09:52:31 PM UID PID %usr %system %guest %wait %CPU CPU Command +09:52:32 PM 0 12522 0.00 0.00 0.98 0.00 0.98 7 kvm +09:52:32 PM 0 275616 0.98 0.00 0.98 0.00 1.96 7 kvm +09:52:32 PM 0 275789 1.96 0.00 48.04 0.00 50.00 13 kvm +09:52:32 PM 0 275946 0.00 0.00 1.96 0.00 0.98 15 kvm +09:52:32 PM 0 351107 3.92 1.96 15.69 0.00 21.57 5 kvm +09:52:32 PM 0 374976 0.98 0.98 0.98 0.00 2.94 9 kvm +09:52:32 PM 0 497454 0.00 0.98 0.00 0.00 0.98 11 pidstat + +09:52:32 PM UID PID %usr %system %guest %wait %CPU CPU Command +09:52:33 PM 0 275789 2.00 1.00 13.00 0.00 16.00 13 kvm +09:52:33 PM 0 275946 0.00 0.00 1.00 0.00 1.00 15 kvm +09:52:33 PM 0 351107 2.00 2.00 13.00 0.00 17.00 5 kvm +09:52:33 PM 0 374976 1.00 0.00 0.00 0.00 1.00 13 kvm +09:52:33 PM 0 497454 1.00 2.00 0.00 0.00 3.00 11 pidstat + +Average: UID PID %usr %system %guest %wait %CPU CPU Command +Average: 0 12522 0.00 0.00 0.50 0.00 0.50 - kvm +Average: 0 275616 0.50 0.00 0.50 0.00 0.99 - kvm +Average: 0 275789 1.98 0.50 30.69 0.00 33.17 - kvm +Average: 0 275946 0.00 0.00 1.49 0.00 0.99 - kvm +Average: 0 351107 2.97 1.98 14.36 0.00 19.31 - kvm +Average: 0 374976 0.99 0.50 0.50 0.00 1.98 - kvm +Average: 0 497454 0.50 1.49 0.00 0.00 1.98 - pidstat --- top (single snapshot, top 30) $ top -b -n 1 -top - 16:27:28 up 32 min, 2 users, load average: 2.03, 1.06, 0.97 -Tasks: 425 total, 2 running, 423 sleeping, 0 stopped, 0 zombie -%Cpu(s): 0.3 us, 0.3 sy, 0.0 ni, 93.2 id, 6.1 wa, 0.0 hi, 0.0 si, 0.0 st -MiB Mem : 193363.6 total, 184456.9 free, 9568.6 used, 449.4 buff/cache -MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 183794.9 avail Mem +top - 21:52:34 up 1 day, 4:39, 1 user, load average: 1.83, 1.84, 1.71 +Tasks: 421 total, 1 running, 420 sleeping, 0 stopped, 0 zombie +%Cpu(s): 2.1 us, 2.5 sy, 0.0 ni, 94.0 id, 1.4 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 193371.7 total, 177684.4 free, 16350.1 used, 404.0 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 177021.6 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 39195 root 20 0 81172 64176 10872 D 25.0 0.0 0:00.76 apt-get - 39249 root 20 0 10428 5496 3388 R 8.3 0.0 0:00.02 top - 1 root 20 0 25260 15916 10736 S 0.0 0.0 0:12.85 systemd - 2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kthreadd + 351107 root 20 0 7323484 3.1g 11992 S 25.0 1.6 57:25.02 kvm + 497458 root 20 0 10428 5496 3388 R 8.3 0.0 0:00.02 top + 1 root 20 0 24796 15480 10672 S 0.0 0.0 0:10.77 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.07 kthreadd 3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+ 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 7 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 14 root 20 0 0 0 0 S 0.0 0.0 0:00.06 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 0:01.61 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:02.68 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 0:50.54 rcu_pre+ 16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ 17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ - 18 root rt 0 0 0 0 S 0.0 0.0 0:00.00 migrati+ - 19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 - 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 - 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 23 root rt 0 0 0 0 S 0.0 0.0 0:01.21 migrati+ - 24 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 - 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 29 root rt 0 0 0 0 S 0.0 0.0 0:01.21 migrati+ - 30 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 31 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ - 32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 - 34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 35 root rt 0 0 0 0 S 0.0 0.0 0:01.21 migrati+ - 36 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 - 40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 41 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ - 42 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ - 44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 - 46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 47 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ - 48 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 49 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 - 52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 53 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ - 54 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 - 58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 59 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ - 60 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 62 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/8 - 64 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 65 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ - 66 root 20 0 0 0 0 S 0.0 0.0 0:00.06 ksoftir+ - 68 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 69 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/9 - 70 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 71 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ - 72 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 74 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 75 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/10 - 76 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 77 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ - 78 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 79 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ - 80 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 81 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/11 - 82 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 83 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ - 84 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 87 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/12 - 88 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 89 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ - 90 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 92 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/13 - 94 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 95 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ - 96 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 99 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/14 - 100 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 101 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ - 102 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ - 104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 105 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/15 - 106 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 107 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ - 108 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 110 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 111 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/16 - 112 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 113 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ - 114 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ - 116 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 117 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ - 118 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/17 - 119 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 120 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ - 121 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 123 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 124 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/18 - 125 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 126 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ - 127 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 129 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 130 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/19 - 131 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 132 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ - 133 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 135 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 136 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/20 - 137 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 138 root rt 0 0 0 0 S 0.0 0.0 0:01.24 migrati+ - 139 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 141 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 142 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/21 - 143 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 144 root rt 0 0 0 0 S 0.0 0.0 0:01.24 migrati+ - 145 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 147 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 148 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/22 - 149 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 150 root rt 0 0 0 0 S 0.0 0.0 0:01.24 migrati+ - 151 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 153 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 154 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/23 - 155 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 156 root rt 0 0 0 0 S 0.0 0.0 0:01.24 migrati+ - 157 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 159 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 160 root 20 0 0 0 0 I 0.0 0.0 0:01.20 kworker+ - 161 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+ - 162 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ - 163 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 164 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.32 migrati+ + 19 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kprobe-+ + 20 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 + 22 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 + 23 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 24 root rt 0 0 0 0 S 0.0 0.0 0:00.29 migrati+ + 25 root 20 0 0 0 0 S 0.0 0.0 0:00.28 ksoftir+ + 27 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 28 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 + 29 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 30 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ + 31 root 20 0 0 0 0 S 0.0 0.0 0:00.15 ksoftir+ + 33 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 34 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 + 35 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 36 root rt 0 0 0 0 S 0.0 0.0 0:00.32 migrati+ + 37 root 20 0 0 0 0 S 0.0 0.0 0:00.04 ksoftir+ + 39 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 40 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 + 41 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 42 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ + 43 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 45 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 46 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 + 47 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 48 root rt 0 0 0 0 S 0.0 0.0 0:00.32 migrati+ + 49 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ + 50 root 20 0 0 0 0 I 0.0 0.0 0:03.86 kworker+ + 51 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 52 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 + 53 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 54 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ + 55 root 20 0 0 0 0 S 0.0 0.0 0:00.04 ksoftir+ + 57 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 58 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 + 59 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 60 root rt 0 0 0 0 S 0.0 0.0 0:00.32 migrati+ + 61 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 63 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 64 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/8 + 65 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 66 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ + 67 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 69 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 70 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/9 + 71 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 72 root rt 0 0 0 0 S 0.0 0.0 0:00.30 migrati+ + 73 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 75 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 76 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/10 + 77 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 78 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ + 79 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ + 81 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 82 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/11 + 83 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 84 root rt 0 0 0 0 S 0.0 0.0 0:00.32 migrati+ + 85 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 86 root 20 0 0 0 0 I 0.0 0.0 0:03.53 kworker+ + 87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 88 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/12 + 89 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 90 root rt 0 0 0 0 S 0.0 0.0 0:00.25 migrati+ + 91 root 20 0 0 0 0 S 0.0 0.0 0:00.04 ksoftir+ + 93 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 94 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ + 95 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/13 + 96 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 97 root rt 0 0 0 0 S 0.0 0.0 0:00.31 migrati+ + 98 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 100 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 101 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/14 + 102 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 103 root rt 0 0 0 0 S 0.0 0.0 0:00.26 migrati+ + 104 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 106 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 107 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/15 + 108 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 109 root rt 0 0 0 0 S 0.0 0.0 0:00.31 migrati+ + 110 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 112 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 113 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/16 + 114 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 115 root rt 0 0 0 0 S 0.0 0.0 0:00.26 migrati+ + 116 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 118 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 119 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/17 + 120 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 121 root rt 0 0 0 0 S 0.0 0.0 0:00.31 migrati+ + 122 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 124 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 125 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/18 + 126 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 127 root rt 0 0 0 0 S 0.0 0.0 0:00.26 migrati+ + 128 root 20 0 0 0 0 S 0.0 0.0 0:00.15 ksoftir+ + 130 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 131 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/19 + 132 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 133 root rt 0 0 0 0 S 0.0 0.0 0:00.30 migrati+ + 134 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 136 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 137 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/20 + 138 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 139 root rt 0 0 0 0 S 0.0 0.0 0:00.26 migrati+ + 140 root 20 0 0 0 0 S 0.0 0.0 0:00.67 ksoftir+ + 142 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 143 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/21 + 144 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 145 root rt 0 0 0 0 S 0.0 0.0 0:00.30 migrati+ + 146 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 147 root 20 0 0 0 0 I 0.0 0.0 0:02.84 kworker+ + 148 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 149 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/22 + 150 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 151 root rt 0 0 0 0 S 0.0 0.0 0:00.27 migrati+ + 152 root 20 0 0 0 0 S 0.0 0.0 0:00.05 ksoftir+ + 154 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 155 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/23 + 156 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 157 root rt 0 0 0 0 S 0.0 0.0 0:00.30 migrati+ + 158 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 160 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 163 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ + 164 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 165 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ 166 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ - 167 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd - 168 root 20 0 0 0 0 S 0.0 0.0 0:00.00 khungta+ - 169 root 20 0 0 0 0 I 0.0 0.0 0:01.42 kworker+ + 167 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kauditd + 168 root 20 0 0 0 0 S 0.0 0.0 0:00.08 khungta+ 170 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ 172 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 173 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kcompac+ - 174 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kcompac+ - 175 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+ + 173 root 20 0 0 0 0 S 0.0 0.0 0:03.29 kcompac+ + 174 root 20 0 0 0 0 S 0.0 0.0 0:03.05 kcompac+ 176 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd - 177 root 39 19 0 0 0 S 0.0 0.0 0:00.01 khugepa+ + 177 root 39 19 0 0 0 S 0.0 0.0 0:00.69 khugepa+ 178 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 179 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 180 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 181 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/9-a+ - 183 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+ 184 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 185 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 186 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 187 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 188 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 189 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 190 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+ + 190 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 191 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ - 192 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 194 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ - 196 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 - 197 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd1 - 198 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ - 199 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 200 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/27-+ - 201 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/28-+ - 202 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/29-+ - 203 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/30-+ - 204 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/31-+ - 205 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/32-+ - 206 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/33-+ + 192 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 195 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 + 196 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd1 + 197 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ + 198 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 199 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/27-+ + 200 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/28-+ + 201 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/29-+ + 202 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/30-+ + 203 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/31-+ + 204 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/32-+ + 205 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/33-+ 207 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/34-+ - 208 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/36-+ - 209 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/37-+ - 210 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 212 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ - 213 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 214 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 209 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/36-+ + 210 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 211 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/37-+ + 212 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 215 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 216 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 217 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ - 218 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ - 220 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ - 222 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 227 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 228 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 218 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 220 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 222 root 20 0 0 0 0 I 0.0 0.0 0:03.13 kworker+ + 226 root 20 0 0 0 0 I 0.0 0.0 0:01.94 kworker+ 229 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 235 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+ - 245 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 246 root 0 -20 0 0 0 I 0.0 0.0 0:00.17 kworker+ - 247 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ - 275 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 279 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 280 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 292 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 310 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 311 root 0 -20 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 312 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 313 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 314 root 0 -20 0 0 0 I 0.0 0.0 0:00.19 kworker+ - 315 root 0 -20 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 316 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 317 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 318 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 319 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 320 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 322 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 230 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 231 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 248 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 249 root 0 -20 0 0 0 I 0.0 0.0 0:00.49 kworker+ + 259 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 280 root 0 -20 0 0 0 I 0.0 0.0 0:00.07 kworker+ + 286 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 293 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 296 root 0 -20 0 0 0 I 0.0 0.0 0:00.19 kworker+ + 299 root 0 -20 0 0 0 I 0.0 0.0 0:00.12 kworker+ + 302 root 0 -20 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 306 root 0 -20 0 0 0 I 0.0 0.0 0:00.36 kworker+ + 310 root 0 -20 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 317 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ 326 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ptp0 - 335 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 336 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 337 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 338 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 339 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ptp1 - 340 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 341 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 342 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 343 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 344 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 345 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 346 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 347 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 348 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 349 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 350 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 351 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 352 root 20 0 0 0 0 I 0.0 0.0 0:00.84 kworker+ - 353 root 20 0 0 0 0 I 0.0 0.0 0:00.67 kworker+ - 354 root 20 0 0 0 0 I 0.0 0.0 0:00.69 kworker+ - 355 root 20 0 0 0 0 I 0.0 0.0 0:00.75 kworker+ + 336 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 337 root 0 -20 0 0 0 I 0.0 0.0 0:00.07 kworker+ + 338 root 0 -20 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 339 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 340 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 341 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 342 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 343 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 344 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 345 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 346 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 347 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 348 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 349 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 350 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 351 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 352 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 353 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ptp1 356 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ptp2 357 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ptp3 - 360 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 361 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ - 363 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ - 364 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ - 369 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 375 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 377 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 378 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 379 root 20 0 0 0 0 S 0.0 0.0 0:00.00 usb-sto+ - 380 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+ - 381 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 395 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 396 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 397 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 398 root 20 0 0 0 0 R 0.0 0.0 0:02.23 usb-sto+ - 432 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 433 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 442 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 444 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 445 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 473 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 474 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 475 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 490 root 20 0 0 0 0 S 0.0 0.0 0:00.28 jbd2/dm+ - 491 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 521 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ - 539 root 20 0 59540 36060 34456 S 0.0 0.0 0:00.95 systemd+ - 551 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 581 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 585 root 20 0 37336 10896 7872 S 0.0 0.0 0:00.62 systemd+ - 588 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ - 589 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ - 590 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ - 591 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ - 592 root 20 0 77296 22300 9124 S 0.0 0.0 0:00.11 dmeventd - 595 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 596 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 597 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 598 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 599 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 600 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ - 601 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 602 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 603 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 604 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 605 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 606 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 607 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ - 608 root 20 0 0 0 0 S 0.0 0.0 0:00.03 arc_evi+ - 609 root 39 19 0 0 0 S 0.0 0.0 0:00.02 arc_reap - 610 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ - 611 root 39 19 0 0 0 S 0.0 0.0 0:00.02 dbuf_ev+ - 612 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ - 613 root 20 0 0 0 0 S 0.0 0.0 0:00.03 l2arc_f+ - 619 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 704 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ - 727 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 748 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 860 root 20 0 0 0 0 I 0.0 0.0 0:00.22 kworker+ - 963 _rpc 20 0 6568 3784 3356 S 0.0 0.0 0:00.00 rpcbind - 965 message+ 20 0 8736 5360 4308 S 0.0 0.0 0:01.65 dbus-da+ - 973 root 20 0 276136 3656 3364 S 0.0 0.0 0:00.00 pve-lxc+ - 976 root 20 0 404848 7872 6868 S 0.0 0.0 0:00.27 rrdcach+ - 980 root 20 0 19108 9088 7756 S 0.0 0.0 0:00.83 systemd+ - 988 root 20 0 1423540 108904 26532 S 0.0 0.1 0:15.47 tailsca+ - 989 root 20 0 7216 2296 1948 S 0.0 0.0 0:00.04 ksmtuned - 991 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 992 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 997 root 20 0 2432 1536 1436 S 0.0 0.0 0:00.07 watchdo+ - 1004 root 20 0 159064 2500 2136 S 0.0 0.0 0:00.00 lxcfs - 1016 root 20 0 5256 1588 1368 S 0.0 0.0 0:00.00 blkmapd - 1096 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 1196 root 20 0 5968 3512 2664 S 0.0 0.0 0:00.01 dhclient - 1232 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 1299 beszel 20 0 2379056 18600 10376 S 0.0 0.0 0:00.63 beszel-+ - 1300 _lldpd 20 0 21376 6576 5408 S 0.0 0.0 0:00.02 lldpd - 1301 root 20 0 5520 2552 2300 S 0.0 0.0 0:00.00 lxc-mon+ - 1309 root 20 0 266308 32436 15200 S 0.0 0.0 0:00.65 tuned - 1317 root 20 0 8168 2760 2532 S 0.0 0.0 0:00.05 agetty - 1324 root 20 0 11776 7788 6552 S 0.0 0.0 0:00.33 sshd - 1347 _lldpd 20 0 21376 2848 1680 S 0.0 0.0 0:00.08 lldpd - 1360 root 20 0 6864 2936 2684 S 0.0 0.0 0:00.00 cron - 1495 root 20 0 43984 4744 4104 S 0.0 0.0 0:00.00 master - 1496 postfix 20 0 44472 7692 7008 S 0.0 0.0 0:00.00 pickup - 1497 postfix 20 0 44524 7716 7028 S 0.0 0.0 0:00.00 qmgr - 1500 polkitd 20 0 306704 8152 7060 S 0.0 0.0 0:00.29 polkitd - 1512 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ - 1517 root 20 0 179212 134584 29116 S 0.0 0.1 0:06.88 pve-fir+ - 1532 root 20 0 184884 142296 32184 S 0.0 0.1 0:22.84 pvestatd - 1544 root 20 0 230076 182876 32640 S 0.0 0.1 0:01.62 pvedaem+ - 1647 www-data 20 0 231248 183964 32464 S 0.0 0.1 0:01.66 pveproxy - 1672 www-data 20 0 99264 69760 17700 S 0.0 0.0 0:00.57 spicepr+ - 1780 root 20 0 0 0 0 I 0.0 0.0 0:00.17 kworker+ - 1785 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 1854 root 20 0 209860 155600 32484 S 0.0 0.1 0:01.50 pvesche+ - 1898 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 3570 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+ - 3785 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+ - 3787 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ - 4431 root 20 0 32.1g 1.2g 13424 S 0.0 0.6 0:40.50 kvm - 4578 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ - 4606 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 4711 root 20 0 9.8g 3.3g 11236 S 0.0 1.8 9:01.52 kvm - 4756 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 4772 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 4811 root 20 0 2821480 496664 11428 S 0.0 0.3 0:37.24 kvm - 4930 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 5011 root 20 0 6987652 736032 11204 S 0.0 0.4 0:46.12 kvm - 5180 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 5234 root 20 0 0 0 0 I 0.0 0.0 0:00.63 kworker+ - 5367 root 20 0 0 0 0 I 0.0 0.0 0:00.32 kworker+ - 5504 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 5506 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 5558 root 20 0 0 0 0 I 0.0 0.0 0:00.86 kworker+ - 5844 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+ - 5951 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 6832 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 9456 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 9867 root 20 0 10076 6272 4828 S 0.0 0.0 0:00.03 smartd - 9869 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ - 9932 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 10237 _chrony 20 0 19940 5660 4896 S 0.0 0.0 0:00.05 chronyd - 10248 _chrony 20 0 11612 2360 1732 S 0.0 0.0 0:00.00 chronyd - 23495 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 23775 root 20 0 104420 6376 5228 S 0.0 0.0 0:00.00 zed - 23840 root 20 0 473708 59148 45000 S 0.0 0.0 0:01.02 pmxcfs - 23917 root 20 0 79620 2384 2176 S 0.0 0.0 0:00.13 pvefw-l+ - 24112 root 20 0 13584 5616 4756 S 0.0 0.0 0:00.10 proxmox+ - 24121 root 20 0 0 0 0 I 0.0 0.0 0:00.17 kworker+ - 24196 root 20 0 5748 2140 1952 S 0.0 0.0 0:00.00 qmeventd - 24317 root 20 0 213244 123544 4304 S 0.0 0.1 0:00.13 pve-ha-+ - 24399 root 20 0 214204 124608 4356 S 0.0 0.1 0:00.11 pve-ha-+ - 24452 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 24533 root 20 0 238764 162616 10880 S 0.0 0.1 0:00.10 pvedaem+ - 24534 root 20 0 238596 162260 10664 S 0.0 0.1 0:00.08 pvedaem+ - 24535 root 20 0 238736 162532 10924 S 0.0 0.1 0:00.10 pvedaem+ - 24546 www-data 20 0 99364 56248 4048 S 0.0 0.0 0:00.03 spicepr+ - 24547 www-data 20 0 253808 181072 14140 S 0.0 0.1 0:00.30 pveprox+ - 24548 www-data 20 0 240100 162900 9860 S 0.0 0.1 0:00.19 pveprox+ - 24549 www-data 20 0 248300 173596 12108 S 0.0 0.1 0:00.25 pveprox+ - 30491 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ - 30527 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 30589 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 30921 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ - 31749 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 31750 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 31753 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 31900 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 31902 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 31903 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 32621 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 32732 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 33361 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 33450 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 33491 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 33521 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 33589 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 33591 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 34334 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 34415 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ - 34416 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 34564 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 34835 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ - 35038 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 35175 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 35326 root 20 0 22216 12644 10200 S 0.0 0.0 0:00.24 systemd - 35327 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 35329 root 20 0 24404 3828 2032 S 0.0 0.0 0:00.00 (sd-pam) - 35338 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 35391 root 20 0 19652 11516 9744 S 0.0 0.0 0:00.01 sshd-se+ - 35393 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 35404 root 20 0 19908 7472 5424 S 0.0 0.0 0:00.00 sshd-se+ - 35406 root 20 0 7320 3720 3188 S 0.0 0.0 0:00.65 bash - 35458 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 35560 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 35582 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 36097 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 36395 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 39065 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 39186 root 20 0 19652 11632 9860 S 0.0 0.0 0:00.01 sshd-se+ - 39193 root 20 0 19908 7424 5408 S 0.0 0.0 0:00.00 sshd-se+ - 39194 root 20 0 7084 3500 3248 S 0.0 0.0 0:00.00 bash - 39196 root 20 0 5616 2160 2040 S 0.0 0.0 0:00.00 tail - 39208 root 20 0 5580 2152 2040 S 0.0 0.0 0:00.00 sleep - 39247 root 20 0 7320 2288 1756 S 0.0 0.0 0:00.00 bash - 39248 root 20 0 5588 2160 2044 S 0.0 0.0 0:00.00 head + 359 root 20 0 0 0 0 I 0.0 0.0 0:03.38 kworker+ + 362 root 20 0 0 0 0 I 0.0 0.0 0:03.06 kworker+ + 365 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 371 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 373 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 391 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 392 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 393 root 20 0 0 0 0 S 0.0 0.0 0:00.00 usb-sto+ + 394 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 398 root 20 0 0 0 0 I 0.0 0.0 0:04.07 kworker+ + 404 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 405 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 406 root 20 0 0 0 0 S 0.0 0.0 0:08.55 usb-sto+ + 407 root 20 0 0 0 0 I 0.0 0.0 0:01.32 kworker+ + 417 root 20 0 0 0 0 I 0.0 0.0 0:03.59 kworker+ + 437 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 438 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 446 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 448 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 449 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 471 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 478 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 479 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 480 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 495 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 496 root 20 0 0 0 0 S 0.0 0.0 0:02.33 jbd2/dm+ + 497 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 504 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 505 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 529 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 547 root 20 0 76064 50020 48464 S 0.0 0.0 0:04.23 systemd+ + 583 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 584 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 585 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 586 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 593 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ + 594 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ + 595 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ + 596 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ + 600 root 20 0 37524 10984 7964 S 0.0 0.0 0:00.81 systemd+ + 602 root 20 0 77296 22300 9124 S 0.0 0.0 0:05.95 dmeventd + 606 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 607 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 608 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 609 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 610 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 611 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ + 612 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 613 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 614 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 615 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 616 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ + 617 root 20 0 0 0 0 S 0.0 0.0 0:01.75 arc_evi+ + 618 root 39 19 0 0 0 S 0.0 0.0 0:02.04 arc_reap + 619 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ + 620 root 39 19 0 0 0 S 0.0 0.0 0:01.71 dbuf_ev+ + 621 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ + 622 root 20 0 0 0 0 S 0.0 0.0 0:01.70 l2arc_f+ + 626 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 735 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 970 _rpc 20 0 6568 3872 3456 S 0.0 0.0 0:00.14 rpcbind + 971 _chrony 20 0 19940 5528 4756 S 0.0 0.0 0:00.23 chronyd + 972 message+ 20 0 8472 5192 4256 S 0.0 0.0 0:07.19 dbus-da+ + 980 root 20 0 276136 3636 3348 S 0.0 0.0 0:00.00 pve-lxc+ + 983 root 20 0 691580 8404 7056 S 0.0 0.0 0:25.95 rrdcach+ + 985 root 20 0 10076 6328 4888 S 0.0 0.0 0:00.09 smartd + 987 root 20 0 19108 9212 7888 S 0.0 0.0 0:00.56 systemd+ + 994 root 20 0 1491796 117320 26664 S 0.0 0.1 8:14.62 tailsca+ + 1000 root 20 0 2432 1508 1408 S 0.0 0.0 0:04.02 watchdo+ + 1003 root 20 0 104420 6384 5236 S 0.0 0.0 0:00.00 zed + 1007 root 20 0 159036 2480 2112 S 0.0 0.0 0:00.00 lxcfs + 1016 root 20 0 7216 2256 1908 S 0.0 0.0 0:02.31 ksmtuned + 1018 root 20 0 5748 2108 1908 S 0.0 0.0 0:00.04 qmeventd + 1037 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1038 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1041 root 20 0 5264 1692 1464 S 0.0 0.0 0:00.00 blkmapd + 1086 _chrony 20 0 11612 2424 1788 S 0.0 0.0 0:00.00 chronyd + 1101 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1202 root 20 0 5968 3476 2632 S 0.0 0.0 0:00.94 dhclient + 1238 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1305 beszel 20 0 2527000 18472 10284 S 0.0 0.0 0:21.26 beszel-+ + 1306 _lldpd 20 0 21376 6612 5444 S 0.0 0.0 0:00.09 lldpd + 1307 root 20 0 5520 2764 2516 S 0.0 0.0 0:00.00 lxc-mon+ + 1315 root 20 0 266308 32588 15356 S 0.0 0.0 0:18.71 tuned + 1331 root 20 0 8168 2768 2540 S 0.0 0.0 0:00.03 agetty + 1334 root 20 0 559848 68168 51852 S 0.0 0.0 1:10.57 pmxcfs + 1353 root 20 0 11776 7804 6568 S 0.0 0.0 0:00.13 sshd + 1359 _lldpd 20 0 21504 2912 1704 S 0.0 0.0 0:04.37 lldpd + 1370 root 20 0 6864 2928 2676 S 0.0 0.0 0:00.26 cron + 1371 root 20 0 13584 6064 5108 S 0.0 0.0 0:08.92 proxmox+ + 1506 root 20 0 43984 4836 4196 S 0.0 0.0 0:00.37 master + 1508 postfix 20 0 44524 7908 7216 S 0.0 0.0 0:00.05 qmgr + 1512 polkitd 20 0 306704 8248 7116 S 0.0 0.0 0:02.30 polkitd + 1531 root 20 0 186436 112924 7428 S 0.0 0.1 5:50.63 pve-fir+ + 1546 root 20 0 195592 126816 13184 S 0.0 0.1 20:55.41 pvestatd + 1558 root 20 0 230088 153796 3528 S 0.0 0.1 0:01.72 pvedaem+ + 1628 root 20 0 214192 126276 6040 S 0.0 0.1 0:10.19 pve-ha-+ + 1630 www-data 20 0 231356 183928 32496 S 0.0 0.1 0:03.25 pveproxy + 1643 www-data 20 0 99288 69664 17588 S 0.0 0.0 0:02.12 spicepr+ + 1646 root 20 0 213200 125292 6040 S 0.0 0.1 0:15.53 pve-ha-+ + 1754 root 20 0 209876 126636 3516 S 0.0 0.1 0:09.65 pvesche+ + 1769 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1775 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ + 12522 root 20 0 6949692 901340 11412 S 0.0 0.5 19:13.79 kvm + 12655 root 20 0 0 0 0 I 0.0 0.0 0:03.66 kworker+ + 12673 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 13450 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 127382 root 20 0 79620 2276 2068 S 0.0 0.0 0:09.27 pvefw-l+ + 127388 www-data 20 0 99420 56324 4104 S 0.0 0.0 0:02.83 spicepr+ + 233592 root 20 0 0 0 0 I 0.0 0.0 0:03.17 kworker+ + 262750 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 273460 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 273502 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 273618 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 273883 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 275528 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 275616 root 20 0 32.1g 1.2g 13888 S 0.0 0.7 11:16.17 kvm + 275762 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 275789 root 20 0 9978.4m 3.9g 11840 S 0.0 2.1 239:15.39 kvm + 275895 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 275946 root 20 0 2763976 594368 11576 S 0.0 0.3 8:31.85 kvm + 276008 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 276020 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 290421 root 20 0 0 0 0 I 0.0 0.0 0:02.31 kworker+ + 314330 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 315085 root 20 0 0 0 0 I 0.0 0.0 0:02.10 kworker+ + 317588 root 20 0 0 0 0 I 0.0 0.0 0:01.21 kworker+ + 332182 root 20 0 0 0 0 I 0.0 0.0 0:01.93 kworker+ + 351210 root 20 0 0 0 0 S 0.0 0.0 0:00.10 kvm-pit+ + 359093 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 365000 root 20 0 0 0 0 I 0.0 0.0 0:01.34 kworker+ + 374976 root 20 0 6934380 3.0g 11928 S 0.0 1.6 6,54 kvm + 375079 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kvm-pit+ + 388363 root 20 0 0 0 0 I 0.0 0.0 0:02.57 kworker+ + 388871 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 391816 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 394178 root 20 0 239228 164276 11928 S 0.0 0.1 0:09.34 pvedaem+ + 394567 root 20 0 239168 163988 11704 S 0.0 0.1 0:10.09 pvedaem+ + 394763 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 394940 root 20 0 239032 164056 11872 S 0.0 0.1 0:07.27 pvedaem+ + 400115 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 406592 root 20 0 0 0 0 I 0.0 0.0 0:00.88 kworker+ + 409529 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 412491 root 20 0 0 0 0 I 0.0 0.0 0:01.24 kworker+ + 417875 www-data 20 0 256912 183724 13648 S 0.0 0.1 0:08.56 pveprox+ + 418641 www-data 20 0 257280 183868 13548 S 0.0 0.1 0:07.63 pveprox+ + 421241 root 20 0 0 0 0 I 0.0 0.0 0:01.91 kworker+ + 421427 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 430374 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 440316 root 20 0 0 0 0 I 0.0 0.0 0:01.38 kworker+ + 442434 root 20 0 0 0 0 I 0.0 0.0 0:00.51 kworker+ + 444530 root 20 0 0 0 0 I 0.0 0.0 0:00.23 kworker+ + 445457 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 448455 root 20 0 0 0 0 I 0.0 0.0 0:00.77 kworker+ + 449758 root 20 0 0 0 0 I 0.0 0.0 0:00.19 kworker+ + 451435 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 453575 root 20 0 0 0 0 I 0.0 0.0 0:00.82 kworker+ + 454385 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 454670 root 20 0 0 0 0 I 0.0 0.0 0:00.20 kworker+ + 457261 root 20 0 0 0 0 I 0.0 0.0 0:00.75 kworker+ + 457363 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 460818 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+ + 462822 root 20 0 0 0 0 I 0.0 0.0 0:00.65 kworker+ + 463315 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 465290 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 467980 root 20 0 0 0 0 I 0.0 0.0 0:00.55 kworker+ + 470764 root 20 0 0 0 0 I 0.0 0.0 0:00.51 kworker+ + 472258 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+ + 472856 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 473694 www-data 20 0 257796 182392 11540 S 0.0 0.1 0:00.69 pveprox+ + 475256 root 20 0 0 0 0 I 0.0 0.0 0:00.23 kworker+ + 475475 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 476883 root 20 0 0 0 0 I 0.0 0.0 0:00.41 kworker+ + 477173 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 481756 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 483346 root 20 0 0 0 0 I 0.0 0.0 0:00.23 kworker+ + 484205 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 485203 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 488788 postfix 20 0 44472 7800 7052 S 0.0 0.0 0:00.00 pickup + 490138 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 490193 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 490400 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 490494 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 492126 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 493197 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 493309 root 20 0 22208 12668 10196 S 0.0 0.0 0:00.26 systemd + 493311 root 20 0 24404 3840 2040 S 0.0 0.0 0:00.00 (sd-pam) + 493336 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 493381 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 493391 root 20 0 19652 11624 9852 S 0.0 0.0 0:00.01 sshd-se+ + 493393 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 493399 root 20 0 19908 7396 5348 S 0.0 0.0 0:00.00 sshd-se+ + 493400 root 20 0 7324 3720 3180 S 0.0 0.0 0:00.69 bash + 497194 root 20 0 5580 2096 1984 S 0.0 0.0 0:00.00 sleep + 497322 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 497327 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 497328 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 497456 root 20 0 7324 2276 1736 S 0.0 0.0 0:00.00 bash + 497457 root 20 0 5588 2116 2000 S 0.0 0.0 0:00.00 head --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -16608,8 +17949,8 @@ no pools available --- arcstat 1 2 $ arcstat 1 2 time read ddread ddh% dmread dmh% pread ph% size c avail -16:27:30 0 0 0 0 0 0 0 5.6K 5.9G 174G -16:27:31 0 0 0 0 0 0 0 5.6K 5.9G 174G +21:52:35 0 0 0 0 0 0 0 5.6K 5.9G 167G +21:52:36 0 0 0 0 0 0 0 5.6K 5.9G 167G --- /proc/net/dev delta (1s) $ awk '{print $1}' /proc/net/dev @@ -16629,6 +17970,14 @@ tailscale0: vmbr0: bond0: datanet: +tap704i0: +fwbr704i0: +fwpr704p0: +fwln704i0: +tap704i1: +fwbr704i1: +fwpr704p1: +fwln704i1: tap701i0: fwbr701i0: fwpr701p0: @@ -16645,86 +17994,102 @@ tap703i0: fwbr703i0: fwpr703p0: fwln703i0: -tap704i0: -fwbr704i0: -fwpr704p0: -fwln704i0: -tap704i1: -fwbr704i1: -fwpr704p1: -fwln704i1: +tap705i0: +fwbr705i0: +fwpr705p0: +fwln705i0: +tap706i0: +fwbr706i0: +fwpr706p0: +fwln706i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 60217 417 0 0 0 0 0 0 60217 417 0 0 0 0 0 0 - nic0: 625915407 526432 0 64 0 0 0 53498 11011056 67329 0 0 0 0 0 0 - nic1: 5846774596 4999079 0 0 0 0 0 272 11994498274 8959384 0 0 0 0 0 0 - nic2: 7957595238 6169277 0 0 0 0 0 1590 13986741675 11221261 0 0 0 0 0 0 - nic3: 198139 2092 0 0 0 0 0 1920 34865 131 0 0 0 0 0 0 -tailscale0: 926121 4418 0 0 0 0 0 0 2342677 4476 0 0 0 0 0 0 - vmbr0: 592266668 184306 0 0 0 0 0 46991 6763158 46934 0 0 0 0 0 0 - bond0: 13804369834 11168356 0 126 0 0 0 1862 25981239949 20180645 0 0 0 0 0 0 -datanet: 13347854180 6379526 0 0 0 0 0 1605 30281594887 10194094 0 0 0 0 0 0 -tap701i0: 851607 4322 0 0 0 0 0 0 7452371 61712 0 0 0 0 0 0 -fwbr701i0: 4590739 54443 0 60 0 0 0 35661 0 0 0 0 0 0 0 0 -fwpr701p0: 864306 4373 0 51 0 0 0 0 7452422 61712 0 0 0 0 0 0 -fwln701i0: 7452422 61712 0 51 0 0 0 0 864306 4373 0 0 0 0 0 0 -tap701i1: 0 0 0 0 0 0 0 0 60 1 0 566 0 0 0 0 -fwbr701i1: 114770 1399 0 0 0 0 0 1309 0 0 0 0 0 0 0 0 -fwpr701p1: 12699 51 0 51 0 0 0 0 159455 1582 0 0 0 0 0 0 -fwln701i1: 159455 1582 0 51 0 0 0 0 12699 51 0 0 0 0 0 0 -tap702i0: 1180340 6244 0 0 0 0 0 0 8691525 64132 0 279 0 0 0 0 -fwbr702i0: 4579524 54279 0 60 0 0 0 35586 0 0 0 0 0 0 0 0 -fwpr702p0: 1193039 6295 0 51 0 0 0 0 8721193 64411 0 0 0 0 0 0 -fwln702i0: 8721193 64411 0 51 0 0 0 0 1193039 6295 0 0 0 0 0 0 -tap703i0: 1039045 4930 0 0 0 0 0 0 7694629 61876 0 628 0 0 0 0 -fwbr703i0: 4564711 54112 0 60 0 0 0 35475 0 0 0 0 0 0 0 0 -fwpr703p0: 1051744 4981 0 51 0 0 0 0 7756364 62511 0 0 0 0 0 0 -fwln703i0: 7756364 62511 0 51 0 0 0 0 1051744 4981 0 0 0 0 0 0 -tap704i0: 806319 3945 0 0 0 0 0 0 7037958 58761 0 1864 0 0 0 0 -fwbr704i0: 4550610 53952 0 60 0 0 0 35369 0 0 0 0 0 0 0 0 -fwpr704p0: 818769 3995 0 50 0 0 0 0 7215219 60625 0 0 0 0 0 0 -fwln704i0: 7215219 60625 0 50 0 0 0 0 818769 3995 0 0 0 0 0 0 -tap704i1: 0 0 0 0 0 0 0 0 60 1 0 547 0 0 0 0 -fwbr704i1: 112878 1381 0 0 0 0 0 1294 0 0 0 0 0 0 0 0 -fwpr704p1: 12450 50 0 50 0 0 0 0 157062 1563 0 0 0 0 0 0 -fwln704i1: 157062 1563 0 50 0 0 0 0 12450 50 0 0 0 0 0 0 + lo: 21727807 186336 0 0 0 0 0 0 21727807 186336 0 0 0 0 0 0 + nic0: 7121193888 11213091 0 3439 0 0 0 2540142 616575393 2482396 0 0 0 0 0 0 + nic1: 6520733173 7913009 0 0 0 0 0 29787 23244104719 17892729 0 0 0 0 0 0 + nic2: 2542153246 5166347 0 0 0 0 0 70800 13132822469 9592905 0 0 0 0 0 0 + nic3: 10626844 112045 0 0 0 0 0 102698 1778286 6217 0 0 0 0 0 0 +tailscale0: 7812640877 1780881 0 0 0 0 0 0 185886456 890396 0 0 0 0 0 0 + vmbr0: 4807147160 4800352 0 0 0 0 0 2159708 237439768 530839 0 0 0 0 0 0 + bond0: 9062886419 13079356 0 6876 0 0 0 100587 36376927188 27485634 0 0 0 0 0 0 +datanet: 8648376595 8609232 0 5 0 0 0 86830 34860280484 6198253 0 0 0 0 0 0 +tap704i0: 51997445 255709 0 0 0 0 0 0 441667967 3488465 0 1538 0 0 0 0 +fwbr704i0: 280149598 3068689 0 3945 0 0 0 2063814 0 0 0 0 0 0 0 0 +fwpr704p0: 52834334 259070 0 3361 0 0 0 0 441837037 3490175 0 0 0 0 0 0 +fwln704i0: 441837037 3490175 0 3361 0 0 0 0 52834334 259070 0 0 0 0 0 0 +tap704i1: 0 0 0 0 0 0 0 0 60 1 0 128703 0 0 0 0 +fwbr704i1: 8880632 124936 0 5 0 0 0 84889 0 0 0 0 0 0 0 0 +fwpr704p1: 836889 3361 0 3361 0 0 0 0 11617971 129703 0 0 0 0 0 0 +fwln704i1: 11617971 129703 0 3361 0 0 0 0 836889 3361 0 0 0 0 0 0 +tap701i0: 57621294 292426 0 0 0 0 0 0 258502486 1695665 0 0 0 0 0 0 +fwbr701i0: 122290455 1318869 0 1912 0 0 0 883434 0 0 0 0 0 0 0 0 +fwpr701p0: 58009734 293986 0 1560 0 0 0 0 258504168 1695667 0 0 0 0 0 0 +fwln701i0: 258504168 1695667 0 1560 0 0 0 0 58009734 293986 0 0 0 0 0 0 +tap701i1: 0 0 0 0 0 0 0 0 248 1 0 77842 0 0 0 0 +fwbr701i1: 4939307 76626 0 5 0 0 0 39421 0 0 0 0 0 0 0 0 +fwpr701p1: 388440 1560 0 1560 0 0 0 0 6475245 78842 0 0 0 0 0 0 +fwln701i1: 6475245 78842 0 1560 0 0 0 0 388440 1560 0 0 0 0 0 0 +tap702i0: 40430825 210521 0 0 0 0 0 0 230928981 1626800 0 1599 0 0 0 0 +fwbr702i0: 122280059 1318751 0 1912 0 0 0 883358 0 0 0 0 0 0 0 0 +fwpr702p0: 40819265 212081 0 1560 0 0 0 0 231110289 1628399 0 0 0 0 0 0 +fwln702i0: 231110289 1628399 0 1560 0 0 0 0 40819265 212081 0 0 0 0 0 0 +tap703i0: 35182418 163956 0 0 0 0 0 0 221340995 1593259 0 0 0 0 0 0 +fwbr703i0: 122269882 1318633 0 1912 0 0 0 883269 0 0 0 0 0 0 0 0 +fwpr703p0: 35570858 165516 0 1560 0 0 0 0 221342641 1593260 0 0 0 0 0 0 +fwln703i0: 221342641 1593260 0 1560 0 0 0 0 35570858 165516 0 0 0 0 0 0 +tap705i0: 21500641 136344 0 0 0 0 0 0 951085880 1018821 0 14921 0 0 0 0 +fwbr705i0: 71038366 763797 0 1177 0 0 0 510720 0 0 0 0 0 0 0 0 +fwpr705p0: 21739432 137303 0 959 0 0 0 0 952744101 1033742 0 0 0 0 0 0 +fwln705i0: 952744101 1033742 0 959 0 0 0 0 21739432 137303 0 0 0 0 0 0 +tap706i0: 19977372 103104 0 0 0 0 0 0 442278561 824572 0 8468 0 0 0 0 +fwbr706i0: 59142865 636360 0 979 0 0 0 425271 0 0 0 0 0 0 0 0 +fwpr706p0: 20176074 103902 0 798 0 0 0 0 443179047 833040 0 0 0 0 0 0 +fwln706i0: 443179047 833040 0 798 0 0 0 0 20176074 103902 0 0 0 0 0 0 --- t1 (1s later) --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 60217 417 0 0 0 0 0 0 60217 417 0 0 0 0 0 0 - nic0: 628254430 528197 0 64 0 0 0 53517 11031909 67577 0 0 0 0 0 0 - nic1: 5846775178 4999084 0 0 0 0 0 272 11994507156 8959391 0 0 0 0 0 0 - nic2: 7957595302 6169278 0 0 0 0 0 1591 13986750557 11221268 0 0 0 0 0 0 - nic3: 198139 2092 0 0 0 0 0 1920 34865 131 0 0 0 0 0 0 -tailscale0: 926121 4418 0 0 0 0 0 0 2342677 4476 0 0 0 0 0 0 - vmbr0: 592268804 184335 0 0 0 0 0 47001 6763284 46937 0 0 0 0 0 0 - bond0: 13804370480 11168362 0 126 0 0 0 1863 25981257713 20180659 0 0 0 0 0 0 -datanet: 13347854620 6379530 0 0 0 0 0 1605 30281612067 10194100 0 0 0 0 0 0 -tap701i0: 855407 4332 0 0 0 0 0 0 7458531 61749 0 0 0 0 0 0 -fwbr701i0: 4592737 54469 0 60 0 0 0 35671 0 0 0 0 0 0 0 0 -fwpr701p0: 868106 4383 0 51 0 0 0 0 7458582 61749 0 0 0 0 0 0 -fwln701i0: 7458582 61749 0 51 0 0 0 0 868106 4383 0 0 0 0 0 0 -tap701i1: 0 0 0 0 0 0 0 0 60 1 0 566 0 0 0 0 -fwbr701i1: 114770 1399 0 0 0 0 0 1309 0 0 0 0 0 0 0 0 -fwpr701p1: 12699 51 0 51 0 0 0 0 159455 1582 0 0 0 0 0 0 -fwln701i1: 159455 1582 0 51 0 0 0 0 12699 51 0 0 0 0 0 0 -tap702i0: 1180340 6244 0 0 0 0 0 0 8693887 64158 0 279 0 0 0 0 -fwbr702i0: 4581522 54305 0 60 0 0 0 35596 0 0 0 0 0 0 0 0 -fwpr702p0: 1193039 6295 0 51 0 0 0 0 8723555 64437 0 0 0 0 0 0 -fwln702i0: 8723555 64437 0 51 0 0 0 0 1193039 6295 0 0 0 0 0 0 -tap703i0: 1039303 4932 0 0 0 0 0 0 7697263 61904 0 628 0 0 0 0 -fwbr703i0: 4566709 54138 0 60 0 0 0 35485 0 0 0 0 0 0 0 0 -fwpr703p0: 1052002 4983 0 51 0 0 0 0 7758998 62539 0 0 0 0 0 0 -fwln703i0: 7758998 62539 0 51 0 0 0 0 1052002 4983 0 0 0 0 0 0 -tap704i0: 806319 3945 0 0 0 0 0 0 7040320 58787 0 1864 0 0 0 0 -fwbr704i0: 4552608 53978 0 60 0 0 0 35379 0 0 0 0 0 0 0 0 -fwpr704p0: 818769 3995 0 50 0 0 0 0 7217581 60651 0 0 0 0 0 0 -fwln704i0: 7217581 60651 0 50 0 0 0 0 818769 3995 0 0 0 0 0 0 -tap704i1: 0 0 0 0 0 0 0 0 60 1 0 547 0 0 0 0 -fwbr704i1: 112878 1381 0 0 0 0 0 1294 0 0 0 0 0 0 0 0 -fwpr704p1: 12450 50 0 50 0 0 0 0 157062 1563 0 0 0 0 0 0 -fwln704i1: 157062 1563 0 50 0 0 0 0 12450 50 0 0 0 0 0 0 + lo: 21727807 186336 0 0 0 0 0 0 21727807 186336 0 0 0 0 0 0 + nic0: 7121203330 11213126 0 3439 0 0 0 2540145 616577658 2482407 0 0 0 0 0 0 + nic1: 6520733499 7913012 0 0 0 0 0 29787 23244114109 17892738 0 0 0 0 0 0 + nic2: 2542153822 5166352 0 0 0 0 0 70801 13132831351 9592912 0 0 0 0 0 0 + nic3: 10626972 112047 0 0 0 0 0 102700 1778286 6217 0 0 0 0 0 0 +tailscale0: 7812640877 1780881 0 0 0 0 0 0 185886456 890396 0 0 0 0 0 0 + vmbr0: 4807149339 4800363 0 0 0 0 0 2159717 237439920 530840 0 0 0 0 0 0 + bond0: 9062887321 13079364 0 6876 0 0 0 100588 36376945460 27485650 0 0 0 0 0 0 +datanet: 8648381431 8609303 0 5 0 0 0 86830 34860571050 6198282 0 0 0 0 0 0 +tap704i0: 51997803 255711 0 0 0 0 0 0 441670492 3488477 0 1538 0 0 0 0 +fwbr704i0: 280151625 3068699 0 3945 0 0 0 2063823 0 0 0 0 0 0 0 0 +fwpr704p0: 52834692 259072 0 3361 0 0 0 0 441839562 3490187 0 0 0 0 0 0 +fwln704i0: 441839562 3490187 0 3361 0 0 0 0 52834692 259072 0 0 0 0 0 0 +tap704i1: 0 0 0 0 0 0 0 0 60 1 0 128703 0 0 0 0 +fwbr704i1: 8880632 124936 0 5 0 0 0 84889 0 0 0 0 0 0 0 0 +fwpr704p1: 836889 3361 0 3361 0 0 0 0 11617971 129703 0 0 0 0 0 0 +fwln704i1: 11617971 129703 0 3361 0 0 0 0 836889 3361 0 0 0 0 0 0 +tap701i0: 57627159 292459 0 0 0 0 0 0 258520567 1695706 0 0 0 0 0 0 +fwbr701i0: 122292482 1318879 0 1912 0 0 0 883443 0 0 0 0 0 0 0 0 +fwpr701p0: 58015599 294019 0 1560 0 0 0 0 258522249 1695708 0 0 0 0 0 0 +fwln701i0: 258522249 1695708 0 1560 0 0 0 0 58015599 294019 0 0 0 0 0 0 +tap701i1: 0 0 0 0 0 0 0 0 248 1 0 77842 0 0 0 0 +fwbr701i1: 4939307 76626 0 5 0 0 0 39421 0 0 0 0 0 0 0 0 +fwpr701p1: 388440 1560 0 1560 0 0 0 0 6475245 78842 0 0 0 0 0 0 +fwln701i1: 6475245 78842 0 1560 0 0 0 0 388440 1560 0 0 0 0 0 0 +tap702i0: 40430911 210522 0 0 0 0 0 0 230931297 1626811 0 1599 0 0 0 0 +fwbr702i0: 122282086 1318761 0 1912 0 0 0 883367 0 0 0 0 0 0 0 0 +fwpr702p0: 40819351 212082 0 1560 0 0 0 0 231112605 1628410 0 0 0 0 0 0 +fwln702i0: 231112605 1628410 0 1560 0 0 0 0 40819351 212082 0 0 0 0 0 0 +tap703i0: 35182418 163956 0 0 0 0 0 0 221343162 1593269 0 0 0 0 0 0 +fwbr703i0: 122271909 1318643 0 1912 0 0 0 883278 0 0 0 0 0 0 0 0 +fwpr703p0: 35570858 165516 0 1560 0 0 0 0 221344808 1593270 0 0 0 0 0 0 +fwln703i0: 221344808 1593270 0 1560 0 0 0 0 35570858 165516 0 0 0 0 0 0 +tap705i0: 21500641 136344 0 0 0 0 0 0 951088047 1018831 0 14921 0 0 0 0 +fwbr705i0: 71040393 763807 0 1177 0 0 0 510729 0 0 0 0 0 0 0 0 +fwpr705p0: 21739432 137303 0 959 0 0 0 0 952746268 1033752 0 0 0 0 0 0 +fwln705i0: 952746268 1033752 0 959 0 0 0 0 21739432 137303 0 0 0 0 0 0 +tap706i0: 19977372 103104 0 0 0 0 0 0 442284162 824591 0 8468 0 0 0 0 +fwbr706i0: 59144892 636370 0 979 0 0 0 425280 0 0 0 0 0 0 0 0 +fwpr706p0: 20176323 103903 0 799 0 0 0 0 443184649 833059 0 0 0 0 0 0 +fwln706i0: 443184649 833059 0 799 0 0 0 0 20176323 103903 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -16808,9 +18173,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - Local time: Sun 2026-07-26 16:27:32 CDT - Universal time: Sun 2026-07-26 21:27:32 UTC - RTC time: Sun 2026-07-26 21:27:32 + Local time: Mon 2026-07-27 21:52:37 CDT + Universal time: Tue 2026-07-28 02:52:37 UTC + RTC time: Tue 2026-07-28 02:52:37 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -16818,28 +18183,28 @@ System clock synchronized: yes --- chronyc tracking $ chronyc tracking -Reference ID : 40832FB2 (64-131-47-178.metronet.net) -Stratum : 2 -Ref time (UTC) : Sun Jul 26 21:27:08 2026 -System time : 0.000180375 seconds slow of NTP time -Last offset : +0.000134459 seconds -RMS offset : 0.000872636 seconds -Frequency : 25.071 ppm slow -Residual freq : +0.020 ppm -Skew : 1.241 ppm -Root delay : 0.031746965 seconds -Root dispersion : 0.001038373 seconds -Update interval : 128.9 seconds +Reference ID : 1796297B (s2-a.time.mci1.us.rozint.net) +Stratum : 3 +Ref time (UTC) : Tue Jul 28 02:41:00 2026 +System time : 0.000406856 seconds slow of NTP time +Last offset : -0.000059424 seconds +RMS offset : 0.000097348 seconds +Frequency : 24.707 ppm slow +Residual freq : -0.000 ppm +Skew : 0.014 ppm +Root delay : 0.033978108 seconds +Root dispersion : 0.001925463 seconds +Update interval : 1038.5 seconds Leap status : Normal --- chronyc sources $ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== -^+ sushi.ruselabs.com 2 7 377 20 -2104us[-2104us] +/- 19ms -^+ 216.82.35.115 2 7 377 21 +895us[ +895us] +/- 34ms -^* 64-131-47-178.metronet.n> 1 7 377 24 +1716us[+1850us] +/- 17ms -^+ 96-19-94-82.cpe.sparklig> 1 7 377 22 +654us[ +654us] +/- 17ms +^* s2-a.time.mci1.us.rozint> 2 10 377 697 -1490us[-1550us] +/- 20ms +^+ time-usw7.crimpac.net 2 10 377 604 -5863us[-5863us] +/- 27ms +^+ ntp.maxhost.io 2 10 377 162 +2440us[+2440us] +/- 53ms +^- static.245.139.78.5.clie> 3 10 377 738 -2914us[-2973us] +/- 79ms --- ntpq peers $ ntpq -pn @@ -16862,39 +18227,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:27:34 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:52:39 2026 *mangle -:PREROUTING ACCEPT [6573947:13944580785] -:INPUT ACCEPT [6496410:13935456995] +:PREROUTING ACCEPT [17721887:21703604252] +:INPUT ACCEPT [12138688:21015208803] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [4392964:30030606831] -:POSTROUTING ACCEPT [4392964:30030606831] +:OUTPUT ACCEPT [7780105:35211360716] +:POSTROUTING ACCEPT [7780105:35211360716] -A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000 -A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000 COMMIT -# Completed on Sun Jul 26 16:27:34 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:27:34 2026 +# Completed on Mon Jul 27 21:52:39 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:52:39 2026 *raw -:PREROUTING ACCEPT [6574068:13944624055] -:OUTPUT ACCEPT [4393076:30030618149] +:PREROUTING ACCEPT [17722001:21703647909] +:OUTPUT ACCEPT [7780215:35211371884] COMMIT -# Completed on Sun Jul 26 16:27:34 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:27:34 2026 +# Completed on Mon Jul 27 21:52:39 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:52:39 2026 *nat -:PREROUTING ACCEPT [74544:8585960] -:INPUT ACCEPT [1626:437447] -:OUTPUT ACCEPT [4020:271026] -:POSTROUTING ACCEPT [4020:271026] +:PREROUTING ACCEPT [5335182:637299685] +:INPUT ACCEPT [83185:22761564] +:OUTPUT ACCEPT [197582:12897258] +:POSTROUTING ACCEPT [197582:12897258] :ts-postrouting - [0:0] -A POSTROUTING -j ts-postrouting -A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE COMMIT -# Completed on Sun Jul 26 16:27:34 2026 -# Generated by iptables-save v1.8.11 on Sun Jul 26 16:27:34 2026 +# Completed on Mon Jul 27 21:52:39 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:52:39 2026 *filter -:INPUT ACCEPT [6483536:13932755795] +:INPUT ACCEPT [8410869:4859370046] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [4393092:30030619209] +:OUTPUT ACCEPT [7780231:35211372944] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -16909,7 +18274,7 @@ COMMIT -A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN -A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP COMMIT -# Completed on Sun Jul 26 16:27:34 2026 +# Completed on Mon Jul 27 21:52:39 2026 --- ipset list (names) $ ipset list -n @@ -17044,9 +18409,9 @@ apparmor module is loaded. wpcom 3 processes have profiles defined. 3 processes are in enforce mode. - /usr/sbin/chronyd (10237) - /usr/sbin/chronyd (10248) - /usr/sbin/dhclient (1196) /{,usr/}sbin/dhclient + /usr/sbin/chronyd (971) + /usr/sbin/chronyd (1086) + /usr/sbin/dhclient (1202) /{,usr/}sbin/dhclient 0 processes are in complain mode. 0 processes are in prompt mode. 0 processes are in kill mode. @@ -17060,44 +18425,44 @@ apparmor module is loaded. --- top 10 memory hogs $ ps -eo pid,user,rss,vsz,pcpu,pmem,comm --sort=-rss | head -n 11 PID USER RSS VSZ %CPU %MEM COMMAND - 4711 root 3507976 10288716 35.9 1.7 kvm - 4431 root 1221196 33646680 2.6 0.6 kvm - 5011 root 736032 6987652 3.0 0.3 kvm - 4811 root 496664 2821480 2.4 0.2 kvm - 1647 www-data 183964 231248 0.0 0.0 pveproxy - 1544 root 182876 230076 0.0 0.0 pvedaemon - 24547 www-data 181072 253808 0.0 0.0 pveproxy worker - 24549 www-data 173596 248300 0.0 0.0 pveproxy worker - 24548 www-data 162900 240100 0.0 0.0 pveproxy worker - 24533 root 162616 238764 0.0 0.0 pvedaemon worke + 275789 root 4116516 10217832 30.6 2.0 kvm + 351107 root 3231900 7323484 11.9 1.6 kvm + 374976 root 3160404 6934380 103 1.5 kvm + 275616 root 1296564 33651620 1.4 0.6 kvm + 12522 root 901340 6949692 1.1 0.4 kvm + 275946 root 594368 2763976 1.0 0.3 kvm + 1630 www-data 183928 231356 0.0 0.0 pveproxy + 418641 www-data 183868 257280 0.0 0.0 pveproxy worker + 417875 www-data 183724 256912 0.0 0.0 pveproxy worker + 473694 www-data 182392 257796 0.0 0.0 pveproxy worker --- top 10 CPU hogs $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 PID USER %CPU %MEM RSS COMMAND - 4711 root 35.9 1.7 3507976 kvm - 39294 root 13.2 0.0 76756 apt-get - 5011 root 3.0 0.3 736032 kvm - 39330 root 3.0 0.0 13508 dpkg - 4431 root 2.6 0.6 1221196 kvm - 39327 root 2.6 0.0 7720 systemd-timedat - 4811 root 2.4 0.2 496664 kvm - 1532 root 1.2 0.0 142312 pvestatd - 988 root 0.8 0.0 108904 tailscaled - 35406 root 0.7 0.0 3720 bash + 374976 root 103 1.5 3160404 kvm + 497548 root 100 0.0 4344 ps + 275789 root 30.6 2.0 4116516 kvm + 351107 root 11.9 1.6 3231900 kvm + 497514 root 3.2 0.0 7844 systemd-timedat + 275616 root 1.4 0.6 1296564 kvm + 1546 root 1.2 0.0 126816 pvestatd + 12522 root 1.1 0.4 901340 kvm + 275946 root 1.0 0.3 594368 kvm + 493400 root 0.5 0.0 3720 bash --- top file-handle holders $ for pid in $(ps -e -o pid= | head -n 200); do n="$(ls /proc/$pid/fd 2>/dev/null | wc -l)" [ "$n" -gt 50 ] && printf '%6d fd=%-6s %s\n' "$pid" "$n" "$(cat /proc/$pid/comm 2>/dev/null)" done | sort -k2 -t= -nr | head -n 15 - 1 fd=184 systemd + 1 fd=186 systemd --- largest files in /var/log (top 10) $ find /var/log -type f -size +10M -exec ls -lh {} \; 2>/dev/null | sort -k5 -h -r | head -n 10 -rw-r-----+ 1 root systemd-journal 88M Jul 19 13:35 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system@0ec05c42f3e446c09fa114ed8bf8bbde-0000000000029981-00065496c0fe843f.journal -rw-r-----+ 1 root systemd-journal 48M Jun 19 03:02 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system@00065496c109b687-b0a7b1eee6538ebe.journal~ -rw-r-----+ 1 root systemd-journal 40M May 5 03:34 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system@0ec05c42f3e446c09fa114ed8bf8bbde-0000000000000001-00064ea994b6f81f.journal --rw-r-----+ 1 root systemd-journal 32M Jul 26 16:27 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system.journal +-rw-r-----+ 1 root systemd-journal 40M Jul 27 21:52 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system.journal -rw-r-----+ 1 root systemd-journal 24M May 20 11:21 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system@000652424b9ca9bb-f4ff275107ae8c03.journal~ -rw-r-----+ 1 root systemd-journal 16M May 10 21:57 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system@00065181f2f29a40-c9d09f859e785b97.journal~ @@ -17150,18 +18515,24 @@ done fwbr703i0 : mtu=1500 fwbr704i0 : mtu=1500 fwbr704i1 : mtu=1500 + fwbr705i0 : mtu=1500 + fwbr706i0 : mtu=1500 fwln701i0 : mtu=1500 fwln701i1 : mtu=1500 fwln702i0 : mtu=1500 fwln703i0 : mtu=1500 fwln704i0 : mtu=1500 fwln704i1 : mtu=1500 + fwln705i0 : mtu=1500 + fwln706i0 : mtu=1500 fwpr701p0 : mtu=1500 fwpr701p1 : mtu=1500 fwpr702p0 : mtu=1500 fwpr703p0 : mtu=1500 fwpr704p0 : mtu=1500 fwpr704p1 : mtu=1500 + fwpr705p0 : mtu=1500 + fwpr706p0 : mtu=1500 nic0 : mtu=1500 nic1 : mtu=1500 nic2 : mtu=1500 @@ -17172,6 +18543,8 @@ done tap703i0 : mtu=1500 tap704i0 : mtu=1500 tap704i1 : mtu=1500 + tap705i0 : mtu=1500 + tap706i0 : mtu=1500 vmbr0 : mtu=1500 [exit=1] @@ -17247,7 +18620,7 @@ fi else echo " ZFS ARC stats not available (ZFS not loaded?)" fi - ARC current=5760 bytes ARC max=17179869184 bytes RAM total=202756390912 bytes + ARC current=5760 bytes ARC max=17179869184 bytes RAM total=202764931072 bytes ARC max is 8% of RAM (Proxmox default ~50%) @@ -17336,6 +18709,6 @@ echo " (see section 20 for full smartctl/nvme output)" ############################################################################### # Collection complete: pfv-tsys7 # Output: /root/pfv-tsys7.log -# Size: 896062 bytes / 17334 lines -# Elapsed: 103 seconds +# Size: 1114477 bytes / 18707 lines +# Elapsed: 135 seconds ############################################################################### diff --git a/returned-logs/pfv-tsys9.log b/returned-logs/pfv-tsys9.log index e20c2ce..6086408 100644 --- a/returned-logs/pfv-tsys9.log +++ b/returned-logs/pfv-tsys9.log @@ -3,8 +3,8 @@ # Host: pfv-tsys9 (pfv-tsys9.knel.net) # FQDN: pfv-tsys9.knel.net # All IPs: 100.101.158.76 192.168.3.58 10.100.100.9 fd7a:115c:a1e0::8c3b:9e4d -# Collected: 2026-07-27T15:20:56Z (UTC) -# Kernel: 6.17.2-1-pve +# Collected: 2026-07-28T02:50:35Z (UTC) +# Kernel: 7.0.14-6-pve # Machine: x86_64 GNU/Linux # Caller: root (uid=0) # Script: check.sh - strictly READ-ONLY @@ -59,7 +59,7 @@ do done TOOL PRESENT PATH VERSION/NOTE ---- ------- ---- ------------ -pveversion yes /usr/bin/pveversion pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve) +pveversion yes /usr/bin/pveversion pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve) pvecm yes /usr/bin/pvecm qm yes /usr/sbin/qm pct yes /usr/sbin/pct @@ -94,8 +94,8 @@ x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy rdmsr no - - tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1 irqbalance no - - -zpool yes /usr/sbin/zpool zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1 -zfs yes /usr/sbin/zfs zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1 +zpool yes /usr/sbin/zpool zfs-2.4.3-pve1 zfs-kmod-2.4.3-pve1 +zfs yes /usr/sbin/zfs zfs-2.4.3-pve1 zfs-kmod-2.4.3-pve1 zdb yes /usr/sbin/zdb arcstat yes /usr/sbin/arcstat arc_summary yes /usr/sbin/arc_summary @@ -103,7 +103,7 @@ lsblk yes /usr/bin/lsblk blkid yes /usr/sbin/blkid blockdev yes /usr/sbin/blockdev findmnt yes /usr/bin/findmnt -smartctl yes /usr/sbin/smartctl smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.2-1-pve] (local build) +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13) hdparm yes /usr/sbin/hdparm storcli no - - @@ -165,7 +165,7 @@ ufw no - - jq yes /usr/bin/jq bc yes /usr/bin/bc awk yes /usr/bin/awk -smartctl yes /usr/sbin/smartctl smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.2-1-pve] (local build) +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13) apt yes /usr/bin/apt dpkg yes /usr/bin/dpkg @@ -175,55 +175,59 @@ dpkg yes /usr/bin/dpkg bridge-utils 1.7.1-4+b1 ceph-common 19.2.3-pve2 ceph-fuse 19.2.3-pve2 -corosync 3.1.9-pve2 +corosync 3.1.10-pve3 ethtool 1:6.14.2-1 nfs-common 1:2.8.3-1 numactl 2.0.19-1 nvme-cli 2.13-2 open-iscsi 2.1.11-1+deb13u2 proxmox-archive-keyring 4.0 -proxmox-backup-client 4.0.20-1 -proxmox-backup-file-restore 4.0.20-1 +proxmox-backup-client 4.2.3-1 +proxmox-backup-file-restore 4.2.3-1 proxmox-backup-restore-image 1.0.0 -proxmox-default-kernel 2.0.1 -proxmox-firewall 1.2.1 +proxmox-default-kernel 2.1.0 +proxmox-enterprise-support-keyring 1.0 +proxmox-firewall 1.2.3 proxmox-grub 2.12-9+pmx2 -proxmox-kernel-6.17 6.17.2-1 +proxmox-kernel-6.17 6.17.13-19 +proxmox-kernel-6.17.13-19-pve-signed 6.17.13-19 proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1 -proxmox-kernel-helper 9.0.4 -proxmox-mail-forward 1.0.2 -proxmox-mini-journalreader 1.6 -proxmox-offline-mirror-docs 0.7.3 -proxmox-offline-mirror-helper 0.7.3 -proxmox-termproxy 2.0.3 -proxmox-ve 9.1.0 +proxmox-kernel-7.0 7.0.14-6 +proxmox-kernel-7.0.14-6-pve-signed 7.0.14-6 +proxmox-kernel-helper 9.2.0 +proxmox-mail-forward 1.0.3 +proxmox-mini-journalreader 1.7 +proxmox-offline-mirror-docs 0.7.4 +proxmox-offline-mirror-helper 0.7.4 +proxmox-termproxy 2.1.0 +proxmox-ve 9.2.0 proxmox-websocket-tunnel 1.0.0 -proxmox-widget-toolkit 5.1.2 -pve-cluster 9.0.7 -pve-container 6.0.18 -pve-docs 9.1.0 +proxmox-widget-toolkit 5.2.6 +pve-cluster 9.1.6 +pve-container 6.1.12 +pve-docs 9.2.3 pve-edk2-firmware 4.2025.05-2 pve-edk2-firmware-legacy 4.2025.05-2 pve-edk2-firmware-ovmf 4.2025.05-2 pve-esxi-import-tools 1.0.1 -pve-firewall 6.0.4 -pve-firmware 3.17-2 -pve-ha-manager 5.0.8 -pve-i18n 3.6.2 +pve-firewall 6.0.5 +pve-firmware 3.18-5 +pve-ha-manager 5.2.4 +pve-i18n 3.9.0 pve-lxc-syscalld 2.0.2 -pve-manager 9.1.1 -pve-nvidia-vgpu-helper 0.2.0 -pve-qemu-kvm 10.1.2-3 -pve-xtermjs 5.5.0-3 -pve-yew-mobile-gui 0.6.4 -pve-yew-mobile-i18n 3.6.2 -qemu-server 9.0.30 -smartmontools 7.4-pve1 +pve-manager 9.2.5 +pve-nvidia-vgpu-helper 0.3.1 +pve-qemu-kvm 11.0.2-2 +pve-xtermjs 6.0.0-2 +pve-yew-mobile-gui 0.7.0 +pve-yew-mobile-i18n 3.9.0 +qemu-server 9.2.1 +smartmontools 7.5-pve2 sysstat 12.7.5-2 tuned 2.25.1-1 -zfs-initramfs 2.3.4-pve1 -zfs-zed 2.3.4-pve1 -zfsutils-linux 2.3.4-pve1 +zfs-initramfs 2.4.3-pve1 +zfs-zed 2.4.3-pve1 +zfsutils-linux 2.4.3-pve1 --- kernel modules available (relevant to perf) $ for m in kvm_intel kvm_amd \ @@ -262,19 +266,19 @@ available : nvme-tcp () available : nvme-fabrics () available : sd_mod () available : sr_mod () -available : zfs (2.3.4-pve1) -available : spl (2.3.4-pve1) -available : znvpair (2.3.4-pve1) -available : zcommon (2.3.4-pve1) -available : zunicode (2.3.4-pve1) -available : zavl (2.3.4-pve1) -available : icp (2.3.4-pve1) -available : zlua (2.3.4-pve1) +available : zfs (2.4.3-pve1) +available : spl (2.4.3-pve1) +available : znvpair (2.4.3-pve1) +available : zcommon (2.4.3-pve1) +available : zunicode (2.4.3-pve1) +available : zavl (2.4.3-pve1) +available : icp (2.4.3-pve1) +available : zlua (2.4.3-pve1) available : megaraid_sas (07.734.00.00-rc1) -available : mpt3sas (52.100.00.00) +available : mpt3sas (54.100.00.00) available : hpsa (3.4.20-200) available : aacraid (1.2.1[50983]-custom) -available : smartpqi (2.1.34-035) +available : smartpqi (2.1.36-026) available : isci (1.2.0) available : dm_multipath () available : tcp_dctcp () @@ -295,27 +299,27 @@ available : rpcsec_gss_krb5 () --- currently loaded modules (filtered) $ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}' Module Size Used by -tcp_diag 12288 0 -rpcsec_gss_krb5 28672 0 -nfsv4 1175552 2 -bonding 245760 0 -sunrpc 786432 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs -kvm_intel 532480 24 -kvm 1376256 15 kvm_intel -zfs 6344704 6 +tcp_diag 20480 0 +rpcsec_gss_krb5 32768 0 +nfsv4 1200128 2 +bonding 253952 0 +sunrpc 815104 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs +kvm_intel 507904 28 +kvm 1445888 17 kvm_intel +zfs 6258688 6 spl 151552 1 zfs -vhost_net 32768 5 +vhost_net 36864 7 vhost 69632 1 vhost_net vhost_iotlb 16384 1 vhost nvme_fabrics 36864 0 nvme_core 229376 1 nvme_fabrics -tcp_bbr 20480 23 nvme_keyring 20480 2 nvme_core,nvme_fabrics +tcp_bbr 24576 22 nvme_auth 28672 1 nvme_core dm_thin_pool 94208 1 -dm_persistent_data 114688 1 dm_thin_pool +dm_persistent_data 118784 1 dm_thin_pool dm_bio_prison 24576 1 dm_thin_pool -dm_bufio 53248 1 dm_persistent_data +dm_bufio 57344 1 dm_persistent_data ############################################################################### # 2. OS / DISTRO / UPTIME @@ -340,15 +344,19 @@ BUG_REPORT_URL="https://bugs.debian.org/" --- uptime $ uptime - 10:20:57 up 2:00, 1 user, load average: 1.00, 1.02, 1.05 + 21:50:36 up 8:01, 1 user, load average: 0.29, 0.36, 0.33 --- uptime raw (since boot) $ cat /proc/uptime -7208.63 78150.97 +28863.54 324820.86 --- last reboot $ last -x reboot -reboot system boot 6.17.2-1-pve Mon Jul 27 08:20 - still running +reboot system boot 7.0.14-6-pve Mon Jul 27 13:49 - still running +reboot system boot 6.17.2-1-pve Mon Jul 27 13:19 - 13:45 (00:26) +shutdown system down 6.17.2-1-pve Mon Jul 27 13:45 - 13:49 (00:03) +reboot system boot 6.17.2-1-pve Mon Jul 27 08:20 - 13:12 (04:51) +shutdown system down 6.17.2-1-pve Mon Jul 27 13:12 - 13:19 (00:07) reboot system boot 6.17.2-1-pve Sun Jul 26 18:05 - 08:17 (14:11) shutdown system down 6.17.2-1-pve Mon Jul 27 08:17 - 08:20 (00:03) reboot system boot 6.17.2-1-pve Fri Jul 24 17:06 - 11:15 (1+18:08) @@ -364,9 +372,13 @@ wtmpdb begins Wed Sep 3 13:38:17 2025 --- last logins $ last +reboot system boot 7.0.14-6-pve Mon Jul 27 13:49 - still running +root pts/0 100.87.49.37 Mon Jul 27 13:39 - 13:45 (00:06) +reboot system boot 6.17.2-1-pve Mon Jul 27 13:19 - 13:45 (00:26) +root pts/0 100.87.49.37 Mon Jul 27 12:49 - 13:12 (00:22) root pts/0 100.87.49.37 Mon Jul 27 10:04 - 10:05 (00:00) root pts/0 100.87.49.37 Mon Jul 27 08:42 - 08:42 (00:00) -reboot system boot 6.17.2-1-pve Mon Jul 27 08:20 - still running +reboot system boot 6.17.2-1-pve Mon Jul 27 08:20 - 13:12 (04:51) root pts/0 10.100.100.3 Mon Jul 27 00:31 - 00:31 (00:00) reboot system boot 6.17.2-1-pve Sun Jul 26 18:05 - 08:17 (14:11) root pts/0 100.87.49.37 Sun Jul 26 11:12 - 11:13 (00:00) @@ -385,11 +397,11 @@ wtmpdb begins Wed Sep 3 13:38:17 2025 --- uname $ uname -a -Linux pfv-tsys9 6.17.2-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) x86_64 GNU/Linux +Linux pfv-tsys9 7.0.14-6-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.14-6 (2026-07-20T14:45Z) x86_64 GNU/Linux --- /proc/cmdline (boot args) $ cat /proc/cmdline -BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet +BOOT_IMAGE=/boot/vmlinuz-7.0.14-6-pve root=/dev/mapper/pve-root ro quiet ############################################################################### # 3. HARDWARE INVENTORY @@ -1279,8 +1291,8 @@ L3 12M 12M 16 Unified 3 12288 1 64 $ numactl --hardware available: 1 nodes (0) node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 -node 0 size: 23746 MB -node 0 free: 15245 MB +node 0 size: 23744 MB +node 0 free: 8136 MB node distances: node 0 0: 10 @@ -1467,6 +1479,7 @@ preferred: Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: serial + Kernel modules: 8250_pci 00:17.0 RAID bus controller [0104]: Intel Corporation Comet Lake PCH-H RAID [8086:06d6] (prog-if 00 [Vendor specific]) DeviceName: Onboard - Other @@ -1599,12 +1612,13 @@ preferred: $ lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub +Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub Bus 001 Device 004: ID 047d:105e Kensington Bluetooth EDR Dongle Bus 001 Device 005: ID 0c45:7401 Microdia TEMPer Temperature Sensor -Bus 001 Device 006: ID 1a40:0101 Terminus Technology Inc. Hub +Bus 001 Device 006: ID 1050:0407 Yubico.com Yubikey 4/5 OTP+U2F+CCID Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub -Bus 002 Device 002: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet -Bus 002 Device 003: ID 05e3:0625 Genesys Logic, Inc. USB3.2 Hub +Bus 002 Device 002: ID 05e3:0625 Genesys Logic, Inc. USB3.2 Hub +Bus 002 Device 003: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet --- lshw -short $ lshw -short @@ -1655,7 +1669,7 @@ done | sort | uniq -c done affected_cpus = 0 base_frequency = 3100000 -cpuinfo_avg_freq = 4255839 +cpuinfo_avg_freq = 4199585 cpuinfo_max_freq = 4500000 cpuinfo_min_freq = 800000 cpuinfo_transition_latency = 0 @@ -1663,7 +1677,7 @@ energy_performance_available_preferences = default performance balance_performan energy_performance_preference = performance related_cpus = 0 scaling_available_governors = performance powersave -scaling_cur_freq = 4205685 +scaling_cur_freq = 4200009 scaling_driver = intel_pstate scaling_governor = performance scaling_max_freq = 4500000 @@ -1702,10 +1716,10 @@ default performance balance_performance balance_power power --- cpupower frequency-info $ cpupower frequency-info -analyzing CPU 6: +analyzing CPU 4: driver: intel_pstate - CPUs which run at the same hardware frequency: 6 - CPUs which need to have their frequency coordinated by software: 6 + CPUs which run at the same hardware frequency: 4 + CPUs which need to have their frequency coordinated by software: 4 maximum transition latency: Cannot determine or is not supported. hardware limits: 800 MHz - 4.50 GHz available cpufreq governors: performance powersave @@ -1720,60 +1734,60 @@ analyzing CPU 6: --- turbostat snapshot $ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 -1.001261 sec +1.001334 sec Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp -- - 8.52 4457 3096 2963 51 51 -0 0 0.13 4345 3096 27 43 51 -0 6 0.26 4346 3096 148 -1 1 0.07 4300 3096 12 43 -1 7 0.41 4384 3096 279 -2 2 98.54 4460 3096 1051 51 -2 8 0.01 4291 3096 9 -3 3 0.68 4401 3096 325 43 -3 9 0.66 4419 3096 384 -4 4 0.48 4384 3096 306 44 -4 10 0.22 4383 3096 64 -5 5 0.23 4335 3096 106 45 -5 11 0.54 4385 3096 252 +- - 1.93 3455 3096 5997 40 40 +0 0 1.16 3307 3096 260 39 40 +0 6 4.05 3617 3096 926 +1 1 3.39 3594 3096 734 39 +1 7 0.40 2978 3096 160 +2 2 1.31 3737 3096 310 39 +2 8 1.72 3675 3096 424 +3 3 3.30 3616 3096 779 38 +3 9 1.49 4002 3096 258 +4 4 0.37 2962 3096 97 39 +4 10 0.64 3475 3096 197 +5 5 5.04 2912 3096 1744 40 +5 11 0.27 3656 3096 108 --- x86_energy_perf_policy -r $ x86_energy_perf_policy -r cpu0: EPB 0 cpu0: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 -cpu0: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu0: HWP_CAP: low 1 eff 9 guar 31 high 45 cpu1: EPB 0 cpu1: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 -cpu1: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu1: HWP_CAP: low 1 eff 9 guar 31 high 45 cpu2: EPB 0 cpu2: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 -cpu2: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu2: HWP_CAP: low 1 eff 9 guar 31 high 45 cpu3: EPB 0 cpu3: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 -cpu3: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu3: HWP_CAP: low 1 eff 9 guar 31 high 45 cpu4: EPB 0 cpu4: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 -cpu4: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu4: HWP_CAP: low 1 eff 9 guar 31 high 45 cpu5: EPB 0 cpu5: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 -cpu5: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu5: HWP_CAP: low 1 eff 9 guar 31 high 45 cpu6: EPB 0 cpu6: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 -cpu6: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu6: HWP_CAP: low 1 eff 9 guar 31 high 45 cpu7: EPB 0 cpu7: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 -cpu7: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu7: HWP_CAP: low 1 eff 9 guar 31 high 45 cpu8: EPB 0 cpu8: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 -cpu8: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu8: HWP_CAP: low 1 eff 9 guar 31 high 45 cpu9: EPB 0 cpu9: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 -cpu9: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu9: HWP_CAP: low 1 eff 9 guar 31 high 45 cpu10: EPB 0 cpu10: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 -cpu10: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu10: HWP_CAP: low 1 eff 9 guar 31 high 45 cpu11: EPB 0 cpu11: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 -cpu11: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu11: HWP_CAP: low 1 eff 9 guar 31 high 45 --- C-states (idle) enabled per cpu0 $ for s in /sys/devices/system/cpu/cpu0/cpuidle/state*; do @@ -1785,10 +1799,10 @@ cpu11: HWP_CAP: low 1 eff 18 guar 31 high 45 "$(cat "$s/latency" 2>/dev/null)" \ "$(cat "$s/time" 2>/dev/null)" done - POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=2238113us - C1_ACPI : ACPI FFH MWAIT 0x0 disabled=0 latency=1us residency=128758717us - C2_ACPI : ACPI FFH MWAIT 0x33 disabled=0 latency=151us residency=678250673us - C3_ACPI : ACPI FFH MWAIT 0x60 disabled=0 latency=1034us residency=6072735557us + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=357347us + C1_ACPI : ACPI FFH MWAIT 0x0 disabled=0 latency=1us residency=1308656107us + C2_ACPI : ACPI FFH MWAIT 0x33 disabled=0 latency=151us residency=3818806485us + C3_ACPI : ACPI FFH MWAIT 0x60 disabled=0 latency=1034us residency=22513138789us --- THP enabled $ cat /sys/kernel/mm/transparent_hugepage/enabled @@ -1808,8 +1822,8 @@ always defer defer+madvise [madvise] never --- microcode $ dmesg -[ 0.000000] Linux version 6.17.2-1-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) () -[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet +[ 0.000000] Linux version 7.0.14-6-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 7.0.14-6 (2026-07-20T14:45Z) () +[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-7.0.14-6-pve root=/dev/mapper/pve-root ro quiet [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD @@ -1817,1176 +1831,1539 @@ always defer defer+madvise [madvise] never [ 0.000000] Centaur CentaurHauls [ 0.000000] zhaoxin Shanghai [ 0.000000] BIOS-provided physical RAM map: -[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable -[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved -[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable -[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved -[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable -[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved -[ 0.000000] BIOS-e820: [mem 0x0000000040400000-0x000000006658efff] usable -[ 0.000000] BIOS-e820: [mem 0x000000006658f000-0x000000006658ffff] ACPI NVS -[ 0.000000] BIOS-e820: [mem 0x0000000066590000-0x0000000066590fff] reserved -[ 0.000000] BIOS-e820: [mem 0x0000000066591000-0x0000000070f7ffff] usable -[ 0.000000] BIOS-e820: [mem 0x0000000070f80000-0x000000007808efff] reserved -[ 0.000000] BIOS-e820: [mem 0x000000007808f000-0x000000007811afff] ACPI data -[ 0.000000] BIOS-e820: [mem 0x000000007811b000-0x000000007825afff] ACPI NVS -[ 0.000000] BIOS-e820: [mem 0x000000007825b000-0x0000000078dfefff] reserved -[ 0.000000] BIOS-e820: [mem 0x0000000078dff000-0x0000000078dfffff] usable -[ 0.000000] BIOS-e820: [mem 0x0000000078e00000-0x000000007e7fffff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved -[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved -[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000067d7fffff] usable +[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] System RAM +[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] device reserved +[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] System RAM +[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] device reserved +[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] System RAM +[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] device reserved +[ 0.000000] BIOS-e820: [mem 0x0000000040400000-0x000000006658efff] System RAM +[ 0.000000] BIOS-e820: [mem 0x000000006658f000-0x000000006658ffff] ACPI NVS +[ 0.000000] BIOS-e820: [mem 0x0000000066590000-0x0000000066590fff] device reserved +[ 0.000000] BIOS-e820: [mem 0x0000000066591000-0x0000000070f7ffff] System RAM +[ 0.000000] BIOS-e820: [mem 0x0000000070f80000-0x000000007808efff] device reserved +[ 0.000000] BIOS-e820: [mem 0x000000007808f000-0x000000007811afff] ACPI data +[ 0.000000] BIOS-e820: [mem 0x000000007811b000-0x000000007825afff] ACPI NVS +[ 0.000000] BIOS-e820: [mem 0x000000007825b000-0x0000000078dfefff] device reserved +[ 0.000000] BIOS-e820: [mem 0x0000000078dff000-0x0000000078dfffff] System RAM +[ 0.000000] BIOS-e820: [mem 0x0000000078e00000-0x000000007e7fffff] device reserved +[ 0.000000] BIOS-e820: [gap 0x000000007e800000-0x00000000efffffff] +[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] device reserved +[ 0.000000] BIOS-e820: [gap 0x00000000f8000000-0x00000000fdffffff] +[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] device reserved +[ 0.000000] BIOS-e820: [gap 0x00000000fe011000-0x00000000febfffff] +[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] device reserved +[ 0.000000] BIOS-e820: [gap 0x00000000fec01000-0x00000000fedfffff] +[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] device reserved +[ 0.000000] BIOS-e820: [gap 0x00000000fee01000-0x00000000feffffff] +[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] device reserved +[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000067d7fffff] System RAM [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] APIC: Static calls initialized [ 0.000000] efi: EFI v2.7 by American Megatrends -[ 0.000000] efi: ACPI=0x7811a000 ACPI 2.0=0x7811a014 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x781a0000 ESRT=0x7886d718 MEMATTR=0x6c60d018 MOKvar=0x7845b000 INITRD=0x666bca18 RNG=0x780ab018 TPMEventLog=0x780a0018 +[ 0.000000] efi: ACPI=0x7811a000 ACPI 2.0=0x7811a014 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x781a0000 ESRT=0x7886d718 MEMATTR=0x6c610018 MOKvar=0x7845c000 INITRD=0x666bbe18 RNG=0x780ab018 TPMEventLog=0x7809f018 [ 0.000000] random: crng init done -[ 0.000000] efi: Remove mem85: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map -[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved -[ 0.000000] efi: Not removing mem86: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map -[ 0.000000] efi: Not removing mem87: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map -[ 0.000000] efi: Not removing mem88: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map -[ 0.000000] efi: Remove mem89: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map -[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved +[ 0.000000] efi: Remove mem84: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map +[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] device reserved +[ 0.000000] efi: Not removing mem85: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map +[ 0.000000] efi: Not removing mem86: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map +[ 0.000000] efi: Not removing mem87: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map +[ 0.000000] efi: Remove mem88: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map +[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] device reserved [ 0.000000] SMBIOS 3.2.0 present. [ 0.000000] DMI: Dell Inc. OptiPlex 7080/0HV8FN, BIOS 1.26.0 04/17/2024 [ 0.000000] DMI: Memory slots populated: 3/4 [ 0.000000] secureboot: Secure boot disabled [ 0.000000] tsc: Detected 3100.000 MHz processor [ 0.000000] tsc: Detected 3099.999 MHz TSC -[ 0.001965] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved -[ 0.001968] e820: remove [mem 0x000a0000-0x000fffff] usable -[ 0.001978] last_pfn = 0x67d800 max_arch_pfn = 0x400000000 -[ 0.001983] MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs -[ 0.001984] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT -[ 0.002430] last_pfn = 0x78e00 max_arch_pfn = 0x400000000 -[ 0.009810] esrt: Reserving ESRT space from 0x000000007886d718 to 0x000000007886d7a0. -[ 0.009825] Using GB pages for direct mapping -[ 0.010298] secureboot: Secure boot disabled -[ 0.010298] RAMDISK: [mem 0x5d2c5000-0x62724fff] -[ 0.010310] ACPI: Early table checksum verification disabled -[ 0.010312] ACPI: RSDP 0x000000007811A014 000024 (v02 DELL ) -[ 0.010316] ACPI: XSDT 0x0000000078119728 0000EC (v01 DELL CBX3 01072009 AMI 01000013) -[ 0.010321] ACPI: FACP 0x0000000078114000 000114 (v06 DELL CBX3 01072009 AMI 00010013) -[ 0.010326] ACPI: DSDT 0x00000000780C9000 04AD60 (v02 DELL CBX3 01072009 INTL 20160527) -[ 0.010329] ACPI: FACS 0x0000000078259000 000040 -[ 0.010332] ACPI: MCFG 0x0000000078118000 00003C (v01 DELL CBX3 01072009 MSFT 00000097) -[ 0.010334] ACPI: SSDT 0x0000000078115000 00203C (v02 CpuRef CpuSsdt 00003000 INTL 20160527) -[ 0.010337] ACPI: FIDT 0x00000000780C8000 00009C (v01 DELL CBX3 01072009 AMI 00010013) -[ 0.010340] ACPI: BOOT 0x00000000780C7000 000028 (v01 DELL CBX3 01072009 AMI 00010013) -[ 0.010343] ACPI: SSDT 0x00000000780C3000 0031DA (v02 SaSsdt SaSsdt 00003000 INTL 20160527) -[ 0.010346] ACPI: HPET 0x00000000780C2000 000038 (v01 DELL\x CBX3 01072009 AMI 01000013) -[ 0.010349] ACPI: SSDT 0x00000000780C0000 00135F (v02 DELL\x Ther_Rvp 00001000 INTL 20160527) -[ 0.010352] ACPI: SSDT 0x00000000780BF000 000A24 (v02 INTEL DELL_SFF 00000000 INTL 20160527) -[ 0.010354] ACPI: NHLT 0x00000000780BD000 001821 (v00 DELL\x CBX3 01072009 AMI 01000013) -[ 0.010357] ACPI: LPIT 0x00000000780BC000 000094 (v01 DELL\x CBX3 01072009 AMI 01000013) -[ 0.010360] ACPI: SSDT 0x00000000780B8000 002720 (v02 DELL\x PtidDevc 00001000 INTL 20160527) -[ 0.010363] ACPI: SSDT 0x00000000780B5000 0025B2 (v02 DELL\x TbtTypeC 00000000 INTL 20160527) -[ 0.010365] ACPI: DBGP 0x00000000780B4000 000034 (v01 DELL\x CBX3 01072009 AMI 01000013) -[ 0.010368] ACPI: DBG2 0x00000000780B3000 000054 (v00 DELL\x CBX3 01072009 AMI 01000013) -[ 0.010371] ACPI: MSDM 0x00000000780B2000 000055 (v03 DELL CBX3 06222004 AMI 00010013) -[ 0.010374] ACPI: SLIC 0x00000000780B1000 000176 (v03 DELL CBX3 01072009 MSFT 00010013) -[ 0.010376] ACPI: DMAR 0x00000000780B0000 0000C8 (v01 INTEL EDK2 00000002 01000013) -[ 0.010379] ACPI: BGRT 0x00000000780AF000 000038 (v00 DELL CBX3 01072009 AMI 00010013) -[ 0.010382] ACPI: UEFI 0x000000007819B000 00063A (v01 INTEL RstSataE 00000000 ?? 00000000) -[ 0.010385] ACPI: UEFI 0x000000007819A000 00005C (v01 INTEL RstSataV 00000000 ?? 00000000) -[ 0.010387] ACPI: TPM2 0x00000000780AE000 00004C (v04 DELL\x CBX3 00000001 AMI 00000000) -[ 0.010390] ACPI: ASF! 0x00000000780AD000 0000A0 (v32 DELL\x CBX3 01072009 AMI 01000013) -[ 0.010393] ACPI: APIC 0x00000000780AC000 0000F4 (v04 DELL CBX3 01072009 AMI 00010013) -[ 0.010396] ACPI: FPDT 0x00000000780BB000 000044 (v01 DELL\x CML 01072009 AMI 01000013) -[ 0.010398] ACPI: Reserving FACP table memory at [mem 0x78114000-0x78114113] -[ 0.010399] ACPI: Reserving DSDT table memory at [mem 0x780c9000-0x78113d5f] -[ 0.010400] ACPI: Reserving FACS table memory at [mem 0x78259000-0x7825903f] -[ 0.010401] ACPI: Reserving MCFG table memory at [mem 0x78118000-0x7811803b] -[ 0.010402] ACPI: Reserving SSDT table memory at [mem 0x78115000-0x7811703b] -[ 0.010403] ACPI: Reserving FIDT table memory at [mem 0x780c8000-0x780c809b] -[ 0.010404] ACPI: Reserving BOOT table memory at [mem 0x780c7000-0x780c7027] -[ 0.010404] ACPI: Reserving SSDT table memory at [mem 0x780c3000-0x780c61d9] -[ 0.010405] ACPI: Reserving HPET table memory at [mem 0x780c2000-0x780c2037] -[ 0.010406] ACPI: Reserving SSDT table memory at [mem 0x780c0000-0x780c135e] -[ 0.010407] ACPI: Reserving SSDT table memory at [mem 0x780bf000-0x780bfa23] -[ 0.010408] ACPI: Reserving NHLT table memory at [mem 0x780bd000-0x780be820] -[ 0.010408] ACPI: Reserving LPIT table memory at [mem 0x780bc000-0x780bc093] -[ 0.010409] ACPI: Reserving SSDT table memory at [mem 0x780b8000-0x780ba71f] -[ 0.010410] ACPI: Reserving SSDT table memory at [mem 0x780b5000-0x780b75b1] -[ 0.010411] ACPI: Reserving DBGP table memory at [mem 0x780b4000-0x780b4033] -[ 0.010412] ACPI: Reserving DBG2 table memory at [mem 0x780b3000-0x780b3053] -[ 0.010412] ACPI: Reserving MSDM table memory at [mem 0x780b2000-0x780b2054] -[ 0.010413] ACPI: Reserving SLIC table memory at [mem 0x780b1000-0x780b1175] -[ 0.010414] ACPI: Reserving DMAR table memory at [mem 0x780b0000-0x780b00c7] -[ 0.010415] ACPI: Reserving BGRT table memory at [mem 0x780af000-0x780af037] -[ 0.010416] ACPI: Reserving UEFI table memory at [mem 0x7819b000-0x7819b639] -[ 0.010417] ACPI: Reserving UEFI table memory at [mem 0x7819a000-0x7819a05b] -[ 0.010417] ACPI: Reserving TPM2 table memory at [mem 0x780ae000-0x780ae04b] -[ 0.010418] ACPI: Reserving ASF! table memory at [mem 0x780ad000-0x780ad09f] -[ 0.010419] ACPI: Reserving APIC table memory at [mem 0x780ac000-0x780ac0f3] -[ 0.010420] ACPI: Reserving FPDT table memory at [mem 0x780bb000-0x780bb043] -[ 0.010735] No NUMA configuration found -[ 0.010736] Faking a node at [mem 0x0000000000000000-0x000000067d7fffff] -[ 0.010746] NODE_DATA(0) allocated [mem 0x67d7d52c0-0x67d7fffff] -[ 0.011017] Zone ranges: -[ 0.011018] DMA [mem 0x0000000000001000-0x0000000000ffffff] -[ 0.011019] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] -[ 0.011021] Normal [mem 0x0000000100000000-0x000000067d7fffff] -[ 0.011022] Device empty -[ 0.011023] Movable zone start for each node -[ 0.011025] Early memory node ranges -[ 0.011026] node 0: [mem 0x0000000000001000-0x000000000009dfff] -[ 0.011027] node 0: [mem 0x000000000009f000-0x000000000009ffff] -[ 0.011028] node 0: [mem 0x0000000000100000-0x000000003fffffff] -[ 0.011029] node 0: [mem 0x0000000040400000-0x000000006658efff] -[ 0.011030] node 0: [mem 0x0000000066591000-0x0000000070f7ffff] -[ 0.011031] node 0: [mem 0x0000000078dff000-0x0000000078dfffff] -[ 0.011032] node 0: [mem 0x0000000100000000-0x000000067d7fffff] -[ 0.011036] Initmem setup node 0 [mem 0x0000000000001000-0x000000067d7fffff] -[ 0.011041] On node 0, zone DMA: 1 pages in unavailable ranges -[ 0.011042] On node 0, zone DMA: 1 pages in unavailable ranges -[ 0.011061] On node 0, zone DMA: 96 pages in unavailable ranges -[ 0.013056] On node 0, zone DMA32: 1024 pages in unavailable ranges -[ 0.013266] On node 0, zone DMA32: 2 pages in unavailable ranges -[ 0.013475] On node 0, zone DMA32: 32383 pages in unavailable ranges -[ 0.041454] On node 0, zone Normal: 29184 pages in unavailable ranges -[ 0.041520] On node 0, zone Normal: 10240 pages in unavailable ranges -[ 0.041535] Reserving Intel graphics memory at [mem 0x7c800000-0x7e7fffff] -[ 0.042000] ACPI: PM-Timer IO Port: 0x1808 -[ 0.042008] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) -[ 0.042010] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) -[ 0.042011] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) -[ 0.042011] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) -[ 0.042012] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) -[ 0.042013] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) -[ 0.042014] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) -[ 0.042014] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) -[ 0.042015] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) -[ 0.042016] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) -[ 0.042017] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) -[ 0.042017] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) -[ 0.042077] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 -[ 0.042080] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) -[ 0.042082] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) -[ 0.042086] ACPI: Using ACPI (MADT) for SMP configuration information -[ 0.042087] ACPI: HPET id: 0x8086a201 base: 0xfed00000 -[ 0.042094] e820: update [mem 0x6a315000-0x6a39dfff] usable ==> reserved -[ 0.042109] TSC deadline timer available -[ 0.042114] CPU topo: Max. logical packages: 1 -[ 0.042115] CPU topo: Max. logical dies: 1 -[ 0.042116] CPU topo: Max. dies per package: 1 -[ 0.042120] CPU topo: Max. threads per core: 2 -[ 0.042121] CPU topo: Num. cores per package: 6 -[ 0.042122] CPU topo: Num. threads per package: 12 -[ 0.042123] CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs -[ 0.042146] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] -[ 0.042149] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff] -[ 0.042151] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] -[ 0.042153] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x403fffff] -[ 0.042155] PM: hibernation: Registered nosave memory: [mem 0x6658f000-0x66590fff] -[ 0.042157] PM: hibernation: Registered nosave memory: [mem 0x6a315000-0x6a39dfff] -[ 0.042158] PM: hibernation: Registered nosave memory: [mem 0x70f80000-0x78dfefff] -[ 0.042160] PM: hibernation: Registered nosave memory: [mem 0x78e00000-0xffffffff] -[ 0.042162] [mem 0x7e800000-0xfdffffff] available for PCI devices -[ 0.042163] Booting paravirtualized kernel on bare hardware -[ 0.042165] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns -[ 0.042171] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1 -[ 0.042807] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288 -[ 0.042815] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152 -[ 0.042817] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 -[ 0.042822] pcpu-alloc: [0] 08 09 10 11 -[ 0.042846] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet -[ 0.042898] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve", will be passed to user space. -[ 0.042916] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes -[ 0.045413] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) -[ 0.046654] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) -[ 0.046816] software IO TLB: area num 16. -[ 0.056905] Fallback order for Node 0: 0 -[ 0.056909] Built 1 zonelists, mobility grouping on. Total pages: 6218525 -[ 0.056910] Policy zone: Normal -[ 0.056916] mem auto-init: stack:all(zero), heap alloc:on, heap free:off -[ 0.107945] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1 -[ 0.118418] ftrace: allocating 58381 entries in 230 pages -[ 0.118420] ftrace: allocated 230 pages with 5 groups -[ 0.119267] Dynamic Preempt: voluntary -[ 0.119354] rcu: Preemptible hierarchical RCU implementation. -[ 0.119355] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12. -[ 0.119356] Trampoline variant of Tasks RCU enabled. -[ 0.119356] Rude variant of Tasks RCU enabled. -[ 0.119357] Tracing variant of Tasks RCU enabled. -[ 0.119358] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. -[ 0.119358] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12 -[ 0.119367] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12. -[ 0.119369] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12. -[ 0.119371] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12. -[ 0.125025] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16 -[ 0.125335] rcu: srcu_init: Setting srcu_struct sizes based on contention. -[ 0.125716] Console: colour dummy device 80x25 -[ 0.125719] printk: legacy console [tty0] enabled -[ 0.125773] ACPI: Core revision 20250404 -[ 0.126030] hpet: HPET dysfunctional in PC10. Force disabled. -[ 0.126130] APIC: Switch to symmetric I/O mode setup -[ 0.126132] DMAR: Host address width 39 -[ 0.126133] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 -[ 0.126146] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e -[ 0.126148] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 -[ 0.126152] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da -[ 0.126154] DMAR: RMRR base: 0x000000785f0000 end: 0x00000078839fff -[ 0.126157] DMAR: RMRR base: 0x0000007c000000 end: 0x0000007e7fffff -[ 0.126158] DMAR: RMRR base: 0x00000077fd1000 end: 0x00000078050fff -[ 0.126160] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 -[ 0.126161] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 -[ 0.126162] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. -[ 0.129372] DMAR-IR: Enabled IRQ remapping in x2apic mode -[ 0.129373] x2apic enabled -[ 0.129450] APIC: Switched APIC routing to: cluster x2apic -[ 0.138560] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2caf46e03c8, max_idle_ns: 440795329092 ns -[ 0.138566] Calibrating delay loop (skipped), value calculated using timer frequency.. 6199.99 BogoMIPS (lpj=3099999) -[ 0.138588] x86/cpu: SGX disabled or unsupported by BIOS. -[ 0.138593] CPU0: Thermal monitoring enabled (TM1) -[ 0.138642] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 -[ 0.138643] Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4 -[ 0.138647] process: using mwait in idle threads -[ 0.138649] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto -[ 0.138654] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl -[ 0.138656] SRBDS: Mitigation: Microcode -[ 0.138657] Spectre V2 : Mitigation: Enhanced / Automatic IBRS -[ 0.138658] RETBleed: Mitigation: Enhanced IBRS -[ 0.138659] ITS: Mitigation: Aligned branch/return thunks -[ 0.138660] MMIO Stale Data: Mitigation: Clear CPU buffers -[ 0.138661] VMSCAPE: Mitigation: IBPB before exit to userspace -[ 0.138662] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization -[ 0.138663] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT -[ 0.138664] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier -[ 0.138670] GDS: Vulnerable -[ 0.138671] active return thunk: its_return_thunk -[ 0.138674] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit -[ 0.138680] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' -[ 0.138681] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' -[ 0.138682] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' -[ 0.138683] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' -[ 0.138684] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' -[ 0.138685] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 -[ 0.138687] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 -[ 0.138688] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 -[ 0.138689] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. -[ 0.139564] Freeing SMP alternatives memory: 52K -[ 0.139564] pid_max: default: 32768 minimum: 301 -[ 0.139564] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm -[ 0.139564] Yama: becoming mindful. -[ 0.139564] AppArmor: AppArmor initialized -[ 0.139564] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) -[ 0.139564] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) -[ 0.139564] smpboot: CPU0: Intel(R) Core(TM) i5-10500 CPU @ 3.10GHz (family: 0x6, model: 0xa5, stepping: 0x3) -[ 0.139564] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. -[ 0.139564] ... version: 4 -[ 0.139564] ... bit width: 48 -[ 0.139564] ... generic registers: 4 -[ 0.139564] ... value mask: 0000ffffffffffff -[ 0.139564] ... max period: 00007fffffffffff -[ 0.139564] ... fixed-purpose events: 3 -[ 0.139564] ... event mask: 000000070000000f -[ 0.139564] signal: max sigframe size: 2032 -[ 0.139564] Estimated ratio of average max frequency by base frequency (times 1024): 1453 -[ 0.141133] rcu: Hierarchical SRCU implementation. -[ 0.141134] rcu: Max phase no-delay instances is 400. -[ 0.141180] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level -[ 0.142759] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. -[ 0.142852] smp: Bringing up secondary CPUs ... -[ 0.142948] smpboot: x86: Booting SMP configuration: -[ 0.142949] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 -[ 0.146769] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. -[ 0.146769] smp: Brought up 1 node, 12 CPUs -[ 0.146769] smpboot: Total of 12 processors activated (74399.97 BogoMIPS) -[ 0.147656] Memory: 24191748K/24874100K available (21386K kernel code, 3800K rwdata, 14940K rodata, 4948K init, 5380K bss, 654024K reserved, 0K cma-reserved) -[ 0.148213] devtmpfs: initialized -[ 0.148213] x86/mm: Memory block size: 128MB -[ 0.150587] ACPI: PM: Registering ACPI NVS region [mem 0x6658f000-0x6658ffff] (4096 bytes) -[ 0.150587] ACPI: PM: Registering ACPI NVS region [mem 0x7811b000-0x7825afff] (1310720 bytes) -[ 0.150639] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns -[ 0.150639] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear) -[ 0.150639] futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear). -[ 0.150677] pinctrl core: initialized pinctrl subsystem -[ 0.151012] PM: RTC time: 13:20:49, date: 2026-07-27 -[ 0.151631] NET: Registered PF_NETLINK/PF_ROUTE protocol family -[ 0.151982] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations -[ 0.152195] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations -[ 0.152414] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations -[ 0.152428] audit: initializing netlink subsys (disabled) -[ 0.152437] audit: type=2000 audit(1785158449.013:1): state=initialized audit_enabled=0 res=1 -[ 0.152588] thermal_sys: Registered thermal governor 'fair_share' -[ 0.152589] thermal_sys: Registered thermal governor 'bang_bang' -[ 0.152591] thermal_sys: Registered thermal governor 'step_wise' -[ 0.152592] thermal_sys: Registered thermal governor 'user_space' -[ 0.152592] thermal_sys: Registered thermal governor 'power_allocator' -[ 0.152604] cpuidle: using governor ladder -[ 0.152607] cpuidle: using governor menu -[ 0.152655] Simple Boot Flag at 0x47 set to 0x80 -[ 0.152655] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it -[ 0.152655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 -[ 0.152743] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f] -[ 0.152753] PCI: Using configuration type 1 for base access -[ 0.152858] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. -[ 0.152867] HugeTLB: allocation took 0ms with hugepage_allocation_threads=3 -[ 0.152867] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages -[ 0.152867] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page -[ 0.152867] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages -[ 0.152867] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page -[ 0.154188] ACPI: Added _OSI(Module Device) -[ 0.154190] ACPI: Added _OSI(Processor Device) -[ 0.154192] ACPI: Added _OSI(Processor Aggregator Device) -[ 0.210284] ACPI: 7 ACPI AML tables successfully acquired and loaded -[ 0.215186] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored -[ 0.219621] ACPI: Dynamic OEM Table Load: -[ 0.219630] ACPI: SSDT 0xFFFF898F8287E000 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527) -[ 0.220754] ACPI: Dynamic OEM Table Load: -[ 0.220761] ACPI: SSDT 0xFFFF898F80C2A000 000626 (v02 PmRef Cpu0Ist 00003000 INTL 20160527) -[ 0.221941] ACPI: Dynamic OEM Table Load: -[ 0.221946] ACPI: SSDT 0xFFFF898F802CEA00 0000FC (v02 PmRef Cpu0Psd 00003000 INTL 20160527) -[ 0.223304] ACPI: Dynamic OEM Table Load: -[ 0.223311] ACPI: SSDT 0xFFFF898F80C2C800 000778 (v02 PmRef ApIst 00003000 INTL 20160527) -[ 0.224561] ACPI: Dynamic OEM Table Load: -[ 0.224568] ACPI: SSDT 0xFFFF898F8287D400 0003D7 (v02 PmRef ApHwp 00003000 INTL 20160527) -[ 0.225793] ACPI: Dynamic OEM Table Load: -[ 0.225800] ACPI: SSDT 0xFFFF898F823BD000 000D22 (v02 PmRef ApPsd 00003000 INTL 20160527) -[ 0.227751] ACPI: Dynamic OEM Table Load: -[ 0.227757] ACPI: SSDT 0xFFFF898F8287CC00 0003CA (v02 PmRef ApCst 00003000 INTL 20160527) -[ 0.234550] ACPI: Interpreter enabled -[ 0.234591] ACPI: PM: (supports S0 S3 S4 S5) -[ 0.234592] ACPI: Using IOAPIC for interrupt routing -[ 0.236045] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug -[ 0.236047] PCI: Ignoring E820 reservations for host bridge windows -[ 0.237246] ACPI: Enabled 10 GPEs in block 00 to 7F -[ 0.253409] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource -[ 0.256331] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource -[ 0.256560] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource -[ 0.256785] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource -[ 0.265205] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource -[ 0.271387] ACPI: \_TZ_.FN00: New power resource -[ 0.271470] ACPI: \_TZ_.FN01: New power resource -[ 0.271548] ACPI: \_TZ_.FN02: New power resource -[ 0.271628] ACPI: \_TZ_.FN03: New power resource -[ 0.271705] ACPI: \_TZ_.FN04: New power resource -[ 0.272236] ACPI: \PIN_: New power resource -[ 0.272694] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e]) -[ 0.272702] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] -[ 0.272806] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME] -[ 0.272990] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC] -[ 0.272992] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration -[ 0.274314] PCI host bridge to bus 0000:00 -[ 0.274318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] -[ 0.274320] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] -[ 0.274322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window] -[ 0.274324] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000effff window] -[ 0.274325] pci_bus 0000:00: root bus resource [mem 0x7e800000-0xefffffff window] -[ 0.274327] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window] -[ 0.274328] pci_bus 0000:00: root bus resource [bus 00-7e] -[ 0.274418] pci 0000:00:00.0: [8086:9b53] type 00 class 0x060000 conventional PCI endpoint -[ 0.274503] pci 0000:00:02.0: [8086:9bc8] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint -[ 0.274517] pci 0000:00:02.0: BAR 0 [mem 0x90000000-0x90ffffff 64bit] -[ 0.274520] pci 0000:00:02.0: BAR 2 [mem 0x80000000-0x8fffffff 64bit pref] -[ 0.274522] pci 0000:00:02.0: BAR 4 [io 0x3000-0x303f] -[ 0.274534] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] -[ 0.274770] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint -[ 0.274786] pci 0000:00:08.0: BAR 0 [mem 0x911c5000-0x911c5fff 64bit] -[ 0.274954] pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000 conventional PCI endpoint -[ 0.275029] pci 0000:00:12.0: BAR 0 [mem 0x911c4000-0x911c4fff 64bit] -[ 0.275253] pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330 conventional PCI endpoint -[ 0.275331] pci 0000:00:14.0: BAR 0 [mem 0x911a0000-0x911affff 64bit] -[ 0.275409] pci 0000:00:14.0: PME# supported from D3hot D3cold -[ 0.276133] pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000 conventional PCI endpoint -[ 0.276206] pci 0000:00:14.2: BAR 0 [mem 0x911bc000-0x911bdfff 64bit] -[ 0.276212] pci 0000:00:14.2: BAR 2 [mem 0x911c3000-0x911c3fff 64bit] -[ 0.276768] pci 0000:00:15.0: [8086:06e8] type 00 class 0x0c8000 conventional PCI endpoint -[ 0.278176] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit] -[ 0.288962] pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000 conventional PCI endpoint -[ 0.289037] pci 0000:00:16.0: BAR 0 [mem 0x911c1000-0x911c1fff 64bit] -[ 0.289117] pci 0000:00:16.0: PME# supported from D3hot -[ 0.289707] pci 0000:00:16.3: [8086:06e3] type 00 class 0x070002 conventional PCI endpoint -[ 0.289784] pci 0000:00:16.3: BAR 0 [io 0x30a0-0x30a7] -[ 0.289788] pci 0000:00:16.3: BAR 1 [mem 0x911c0000-0x911c0fff] -[ 0.290076] pci 0000:00:17.0: [8086:06d6] type 00 class 0x010400 conventional PCI endpoint -[ 0.290259] pci 0000:00:17.0: BAR 0 [mem 0x911b0000-0x911b7fff] -[ 0.290262] pci 0000:00:17.0: BAR 1 [mem 0x911bf000-0x911bf0ff] -[ 0.290266] pci 0000:00:17.0: BAR 2 [io 0x3090-0x3097] -[ 0.290269] pci 0000:00:17.0: BAR 3 [io 0x3080-0x3083] -[ 0.290272] pci 0000:00:17.0: BAR 4 [io 0x3060-0x307f] -[ 0.290276] pci 0000:00:17.0: BAR 5 [mem 0x91100000-0x9117ffff] -[ 0.290347] pci 0000:00:17.0: PME# supported from D3hot -[ 0.290865] pci 0000:00:1f.0: [8086:0687] type 00 class 0x060100 conventional PCI endpoint -[ 0.291306] pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040300 conventional PCI endpoint -[ 0.291450] pci 0000:00:1f.3: BAR 0 [mem 0x911b8000-0x911bbfff 64bit] -[ 0.291467] pci 0000:00:1f.3: BAR 4 [mem 0x91000000-0x910fffff 64bit] -[ 0.291600] pci 0000:00:1f.3: PME# supported from D3hot D3cold -[ 0.293019] pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500 conventional PCI endpoint -[ 0.293411] pci 0000:00:1f.4: BAR 0 [mem 0x911be000-0x911be0ff 64bit] -[ 0.293443] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf] -[ 0.293836] pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000 conventional PCI endpoint -[ 0.293911] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff] -[ 0.294021] pci 0000:00:1f.6: [8086:0d4c] type 00 class 0x020000 conventional PCI endpoint -[ 0.294153] pci 0000:00:1f.6: BAR 0 [mem 0x91180000-0x9119ffff] -[ 0.294276] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold -[ 0.297989] ACPI: PCI: Interrupt link LNKA configured for IRQ 0 -[ 0.298092] ACPI: PCI: Interrupt link LNKB configured for IRQ 1 -[ 0.298191] ACPI: PCI: Interrupt link LNKC configured for IRQ 0 -[ 0.298290] ACPI: PCI: Interrupt link LNKD configured for IRQ 0 -[ 0.298389] ACPI: PCI: Interrupt link LNKE configured for IRQ 1 -[ 0.298488] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 -[ 0.298594] ACPI: PCI: Interrupt link LNKG configured for IRQ 1 -[ 0.298695] ACPI: PCI: Interrupt link LNKH configured for IRQ 1 -[ 0.302687] iommu: Default domain type: Translated -[ 0.302687] iommu: DMA domain TLB invalidation policy: lazy mode -[ 0.302709] SCSI subsystem initialized -[ 0.302715] libata version 3.00 loaded. -[ 0.302715] ACPI: bus type USB registered -[ 0.302715] usbcore: registered new interface driver usbfs -[ 0.302715] usbcore: registered new interface driver hub -[ 0.302715] usbcore: registered new device driver usb -[ 0.302715] pps_core: LinuxPPS API ver. 1 registered -[ 0.302715] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti -[ 0.302715] PTP clock support registered -[ 0.302715] EDAC MC: Ver: 3.0.0 -[ 0.302757] efivars: Registered efivars operations -[ 0.303725] NetLabel: Initializing -[ 0.303727] NetLabel: domain hash size = 128 -[ 0.303728] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO -[ 0.303741] NetLabel: unlabeled traffic allowed by default -[ 0.303758] mctp: management component transport protocol core -[ 0.303758] NET: Registered PF_MCTP protocol family -[ 0.303758] PCI: Using ACPI for IRQ routing -[ 0.344829] PCI: pci_cache_line_size set to 64 bytes -[ 0.344906] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] -[ 0.344909] e820: reserve RAM buffer [mem 0x6658f000-0x67ffffff] -[ 0.344910] e820: reserve RAM buffer [mem 0x6a315000-0x6bffffff] -[ 0.344911] e820: reserve RAM buffer [mem 0x70f80000-0x73ffffff] -[ 0.344912] e820: reserve RAM buffer [mem 0x78e00000-0x7bffffff] -[ 0.344913] e820: reserve RAM buffer [mem 0x67d800000-0x67fffffff] -[ 0.344957] pci 0000:00:02.0: vgaarb: setting as boot VGA device -[ 0.344957] pci 0000:00:02.0: vgaarb: bridge control possible -[ 0.344957] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none -[ 0.344957] vgaarb: loaded -[ 0.344957] Monitor-Mwait will be used to enter C-1 state -[ 0.344957] Monitor-Mwait will be used to enter C-2 state -[ 0.344957] Monitor-Mwait will be used to enter C-3 state -[ 0.345668] clocksource: Switched to clocksource tsc-early -[ 0.346275] VFS: Disk quotas dquot_6.6.0 -[ 0.346285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) -[ 0.346340] AppArmor: AppArmor Filesystem Enabled -[ 0.346369] pnp: PnP ACPI init -[ 0.346456] system 00:00: [mem 0x40000000-0x403fffff] has been reserved -[ 0.346900] system 00:01: [io 0x0900-0x090f] has been reserved -[ 0.346903] system 00:01: [io 0x0910-0x091f] has been reserved -[ 0.346904] system 00:01: [io 0x0920-0x093f] has been reserved -[ 0.346906] system 00:01: [io 0x0940-0x094f] has been reserved -[ 0.346907] system 00:01: [io 0x0950-0x096f] has been reserved -[ 0.346909] system 00:01: [io 0x0970-0x098f] has been reserved -[ 0.346910] system 00:01: [io 0x0990-0x09af] has been reserved -[ 0.347357] pnp 00:02: [dma 0 disabled] -[ 0.347541] system 00:03: [io 0x0680-0x069f] has been reserved -[ 0.347543] system 00:03: [io 0x164e-0x164f] has been reserved -[ 0.347737] system 00:05: [io 0x1800-0x18fe] could not be reserved -[ 0.347740] system 00:05: [mem 0xfd000000-0xfd69ffff] has been reserved -[ 0.347742] system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved -[ 0.347743] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved -[ 0.347745] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved -[ 0.347746] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved -[ 0.347748] system 00:05: [mem 0xff000000-0xffffffff] has been reserved -[ 0.348051] system 00:06: [io 0x2000-0x20fe] has been reserved -[ 0.348710] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved -[ 0.348713] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved -[ 0.348714] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved -[ 0.348716] system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved -[ 0.348717] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved -[ 0.348719] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved -[ 0.348720] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved -[ 0.348722] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved -[ 0.349082] system 00:08: [mem 0xfe038000-0xfe038fff] has been reserved -[ 0.349790] pnp: PnP ACPI: found 9 devices -[ 0.355520] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns -[ 0.355573] NET: Registered PF_INET protocol family -[ 0.355699] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) -[ 0.369909] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) -[ 0.369948] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) -[ 0.370060] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) -[ 0.370370] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) -[ 0.370592] TCP: Hash tables configured (established 262144 bind 65536) -[ 0.370709] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear) -[ 0.370826] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear) -[ 0.370984] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear) -[ 0.371128] NET: Registered PF_UNIX/PF_LOCAL protocol family -[ 0.371140] NET: Registered PF_XDP protocol family -[ 0.371160] pci 0000:00:15.0: BAR 0 [mem 0x7e800000-0x7e800fff 64bit]: assigned -[ 0.371193] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] -[ 0.371195] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] -[ 0.371196] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window] -[ 0.371198] pci_bus 0000:00: resource 7 [mem 0x000e4000-0x000effff window] -[ 0.371199] pci_bus 0000:00: resource 8 [mem 0x7e800000-0xefffffff window] -[ 0.371201] pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfe7fffff window] -[ 0.371683] PCI: CLS 64 bytes, default 64 -[ 0.371749] DMAR: No ATSR found -[ 0.371749] DMAR: No SATC found -[ 0.371751] DMAR: dmar0: Using Queued invalidation -[ 0.371753] DMAR: dmar1: Using Queued invalidation -[ 0.371820] Trying to unpack rootfs image as initramfs... -[ 0.372214] pci 0000:00:02.0: Adding to iommu group 0 -[ 0.372409] pci 0000:00:00.0: Adding to iommu group 1 -[ 0.372417] pci 0000:00:08.0: Adding to iommu group 2 -[ 0.372428] pci 0000:00:12.0: Adding to iommu group 3 -[ 0.372440] pci 0000:00:14.0: Adding to iommu group 4 -[ 0.372448] pci 0000:00:14.2: Adding to iommu group 4 -[ 0.372458] pci 0000:00:15.0: Adding to iommu group 5 -[ 0.372470] pci 0000:00:16.0: Adding to iommu group 6 -[ 0.372477] pci 0000:00:16.3: Adding to iommu group 6 -[ 0.372485] pci 0000:00:17.0: Adding to iommu group 7 -[ 0.372504] pci 0000:00:1f.0: Adding to iommu group 8 -[ 0.372512] pci 0000:00:1f.3: Adding to iommu group 8 -[ 0.372520] pci 0000:00:1f.4: Adding to iommu group 8 -[ 0.372528] pci 0000:00:1f.5: Adding to iommu group 8 -[ 0.372536] pci 0000:00:1f.6: Adding to iommu group 8 -[ 0.373203] DMAR: Intel(R) Virtualization Technology for Directed I/O -[ 0.373205] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) -[ 0.373206] software IO TLB: mapped [mem 0x00000000592c5000-0x000000005d2c5000] (64MB) -[ 0.396231] Initialise system trusted keyrings -[ 0.396241] Key type blacklist registered -[ 0.396361] workingset: timestamp_bits=36 max_order=23 bucket_order=0 -[ 0.396612] squashfs: version 4.0 (2009/01/31) Phillip Lougher -[ 0.396765] fuse: init (API version 7.44) -[ 0.396970] integrity: Platform Keyring initialized -[ 0.396974] integrity: Machine keyring initialized -[ 0.408207] Key type asymmetric registered -[ 0.408210] Asymmetric key parser 'x509' registered -[ 0.408241] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) -[ 0.408358] io scheduler mq-deadline registered -[ 0.412043] ledtrig-cpu: registered to indicate activity on CPUs -[ 0.412254] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0 -[ 0.412279] ACPI: button: Sleep Button [SLPB] -[ 0.412308] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 -[ 0.412327] ACPI: button: Power Button [PWRB] -[ 0.412354] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 -[ 0.412394] ACPI: button: Power Button [PWRF] -[ 0.413880] thermal LNXTHERM:00: registered as thermal_zone0 -[ 0.413883] ACPI: thermal: Thermal Zone [TZ00] (28 C) -[ 0.414108] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled -[ 0.436045] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A -[ 0.439184] serial 0000:00:16.3: enabling device (0001 -> 0003) -[ 0.460711] 0000:00:16.3: ttyS4 at I/O 0x30a0 (irq = 17, base_baud = 115200) is a 16550A -[ 0.461130] hpet_acpi_add: no address or irqs in _CRS -[ 0.461163] Linux agpgart interface v0.103 -[ 0.475081] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFC, rev-id 1) -[ 0.486841] loop: module loaded -[ 0.487094] ACPI: bus type drm_connector registered -[ 0.488405] tun: Universal TUN/TAP device driver, 1.6 -[ 0.488443] PPP generic driver version 2.4.2 -[ 0.488504] i8042: PNP: No PS/2 controller found. -[ 0.488547] mousedev: PS/2 mouse device common for all mice -[ 0.488645] rtc_cmos 00:04: RTC can wake from S4 -[ 0.490184] rtc_cmos 00:04: registered as rtc0 -[ 0.490488] rtc_cmos 00:04: setting system clock to 2026-07-27T13:20:49 UTC (1785158449) -[ 0.490524] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram -[ 0.490533] i2c_dev: i2c /dev entries driver -[ 0.490890] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. -[ 0.490906] device-mapper: uevent: version 1.0.3 -[ 0.490952] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev -[ 0.490957] intel_pstate: Intel P-state driver initializing -[ 0.491348] intel_pstate: HWP enabled -[ 0.491456] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic -[ 0.491458] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0 -[ 0.492703] fbcon: Deferring console take-over -[ 0.492704] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device -[ 0.492769] drop_monitor: Initializing network drop monitor service -[ 0.492849] NET: Registered PF_INET6 protocol family -[ 0.493148] Segment Routing with IPv6 -[ 0.493153] In-situ OAM (IOAM) with IPv6 -[ 0.493166] NET: Registered PF_PACKET protocol family -[ 0.493176] Bridge firewalling registered -[ 0.493236] Key type dns_resolver registered -[ 0.493952] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' -[ 0.494364] microcode: Current revision: 0x00000100 -[ 0.494365] microcode: Updated early from: 0x000000f8 -[ 0.494788] IPI shorthand broadcast: enabled -[ 0.496030] sched_clock: Marking stable (483001064, 12918423)->(538813876, -42894389) -[ 0.496188] registered taskstats version 1 -[ 0.496745] Loading compiled-in X.509 certificates -[ 0.497143] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' -[ 0.500165] Demotion targets for Node 0: null -[ 0.500219] Key type .fscrypt registered -[ 0.500220] Key type fscrypt-provisioning registered -[ 0.500252] Key type big_key registered -[ 0.500255] Key type trusted registered -[ 0.756792] Freeing initrd memory: 86400K -[ 0.765904] Key type encrypted registered -[ 0.765906] AppArmor: AppArmor sha256 policy hashing enabled -[ 0.766232] integrity: Loading X.509 certificate: UEFI:db -[ 0.766256] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7' -[ 0.766257] integrity: Loading X.509 certificate: UEFI:db -[ 0.766268] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' -[ 0.766269] integrity: Loading X.509 certificate: UEFI:db -[ 0.766277] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' -[ 0.766439] integrity: Revoking X.509 certificate: UEFI:dbx -[ 0.766450] blacklist: Revoked X.509 cert 'Microsoft Windows PCA 2010: d14fa98a0708cef4241898e500fff3d6791d37bc' -[ 0.766848] Loading compiled-in module X.509 certificates -[ 0.767233] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' -[ 0.767235] ima: Allocated hash algorithm: sha256 -[ 0.801181] ima: No architecture policies found -[ 0.801199] evm: Initialising EVM extended attributes: -[ 0.801200] evm: security.selinux -[ 0.801201] evm: security.SMACK64 -[ 0.801201] evm: security.SMACK64EXEC -[ 0.801202] evm: security.SMACK64TRANSMUTE -[ 0.801202] evm: security.SMACK64MMAP -[ 0.801203] evm: security.apparmor -[ 0.801203] evm: security.ima -[ 0.801204] evm: security.capability -[ 0.801204] evm: HMAC attrs: 0x1 -[ 0.801372] PM: Magic number: 2:685:332 -[ 0.801396] tty tty53: hash matches -[ 0.801427] memory memory182: hash matches -[ 0.802509] RAS: Correctable Errors collector initialized. -[ 0.806112] clk: Disabling unused clocks -[ 0.806114] PM: genpd: Disabling unused power domains -[ 0.807042] Freeing unused decrypted memory: 2028K -[ 0.807527] Freeing unused kernel image (initmem) memory: 4948K -[ 0.807541] Write protecting the kernel read-only data: 38912k -[ 0.807994] Freeing unused kernel image (text/rodata gap) memory: 1140K -[ 0.808300] Freeing unused kernel image (rodata/data gap) memory: 1444K -[ 0.818675] x86/mm: Checked W+X mappings: passed, no W+X pages found. -[ 0.818678] Run /init as init process -[ 0.818679] with arguments: -[ 0.818680] /init -[ 0.818681] with environment: -[ 0.818681] HOME=/ -[ 0.818682] TERM=linux -[ 0.818682] BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve -[ 0.929001] wmi_bus wmi_bus-PNP0C14:04: [Firmware Bug]: WQBC data block query control method not found -[ 0.940817] intel-lpss 0000:00:15.0: enabling device (0104 -> 0106) -[ 0.941965] idma64 idma64.0: Found Intel integrated DMA 64-bit -[ 0.942822] ahci 0000:00:17.0: Found 1 remapped NVMe devices. -[ 0.942825] ahci 0000:00:17.0: Switch your BIOS from RAID to AHCI mode to use them. -[ 0.942914] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, RAID mode -[ 0.942917] ahci 0000:00:17.0: 3/4 ports implemented (port mask 0xb) -[ 0.942924] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst -[ 0.943769] e1000e: Intel(R) PRO/1000 Network Driver -[ 0.943770] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. -[ 0.943905] i801_smbus 0000:00:1f.4: SPD Write Disable is set -[ 0.943960] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt -[ 0.943990] scsi host0: ahci -[ 0.944107] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode -[ 0.944147] scsi host1: ahci -[ 0.944334] scsi host2: ahci -[ 0.944460] scsi host3: ahci -[ 0.944499] ata1: SATA max UDMA/133 abar m524288@0x91100000 port 0x91100100 irq 22 lpm-pol 3 -[ 0.944504] ata2: SATA max UDMA/133 abar m524288@0x91100000 port 0x91100180 irq 22 lpm-pol 3 -[ 0.944505] ata3: DUMMY -[ 0.944508] ata4: SATA max UDMA/133 abar m524288@0x91100000 port 0x91100280 irq 22 lpm-pol 3 -[ 0.953088] i2c i2c-0: Successfully instantiated SPD at 0x50 -[ 0.953435] i2c i2c-0: Successfully instantiated SPD at 0x51 -[ 0.953786] i2c i2c-0: Successfully instantiated SPD at 0x52 -[ 0.955603] xhci_hcd 0000:00:14.0: xHCI Host Controller -[ 0.955610] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 -[ 0.956726] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810 -[ 0.957000] xhci_hcd 0000:00:14.0: xHCI Host Controller -[ 0.957003] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 -[ 0.957005] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed -[ 0.957038] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 -[ 0.957040] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 0.957041] usb usb1: Product: xHCI Host Controller -[ 0.957042] usb usb1: Manufacturer: Linux 6.17.2-1-pve xhci-hcd -[ 0.957043] usb usb1: SerialNumber: 0000:00:14.0 -[ 0.957145] hub 1-0:1.0: USB hub found -[ 0.957166] hub 1-0:1.0: 16 ports detected -[ 0.959289] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17 -[ 0.959292] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 -[ 0.959293] usb usb2: Product: xHCI Host Controller -[ 0.959294] usb usb2: Manufacturer: Linux 6.17.2-1-pve xhci-hcd -[ 0.959295] usb usb2: SerialNumber: 0000:00:14.0 -[ 0.959354] hub 2-0:1.0: USB hub found -[ 0.959369] hub 2-0:1.0: 10 ports detected -[ 1.019404] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock -[ 1.084210] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) a4:bb:6d:e3:56:86 -[ 1.084229] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection -[ 1.084394] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF -[ 1.193973] usb 1-2: new high-speed USB device number 2 using xhci_hcd -[ 1.247225] ata2: SATA link down (SStatus 4 SControl 300) -[ 1.247258] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) -[ 1.247282] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) -[ 1.247557] ata1.00: ATA-11: PNY CS900 250GB SSD, CS900E12, max UDMA/133 -[ 1.247601] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 32), AA -[ 1.248115] ata1.00: configured for UDMA/133 -[ 1.254315] ata4.00: ATAPI: PLDS DVD+/-RW DU-8A5LH, 6D1M, max UDMA/133 -[ 1.258454] scsi 0:0:0:0: Direct-Access ATA PNY CS900 250GB 0E12 PQ: 0 ANSI: 5 -[ 1.258637] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB) -[ 1.258643] sd 0:0:0:0: [sda] Write Protect is off -[ 1.258644] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 -[ 1.258650] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA -[ 1.258651] sd 0:0:0:0: Attached scsi generic sg0 type 0 -[ 1.258659] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes -[ 1.260486] ata4.00: configured for UDMA/133 -[ 1.268100] scsi 3:0:0:0: CD-ROM PLDS DVD+-RW DU-8A5LH 6D1M PQ: 0 ANSI: 5 -[ 1.274826] sda: sda1 sda2 sda3 -[ 1.275053] sd 0:0:0:0: [sda] Attached SCSI disk -[ 1.302695] sr 3:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray -[ 1.302699] cdrom: Uniform CD-ROM driver Revision: 3.20 -[ 1.321082] usb 1-2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=94.06 -[ 1.321086] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 -[ 1.321087] usb 1-2: Product: USB2.1 Hub -[ 1.321088] usb 1-2: Manufacturer: GenesysLogic -[ 1.322317] hub 1-2:1.0: USB hub found -[ 1.322748] hub 1-2:1.0: 4 ports detected -[ 1.331214] sr 3:0:0:0: Attached scsi CD-ROM sr0 -[ 1.331326] sr 3:0:0:0: Attached scsi generic sg1 type 5 -[ 1.332732] e1000e 0000:00:1f.6 eno1: renamed from eth0 -[ 1.386087] tsc: Refined TSC clocksource calibration: 3095.998 MHz -[ 1.386096] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2ca082f6619, max_idle_ns: 440795220240 ns -[ 1.386175] clocksource: Switched to clocksource tsc -[ 1.431132] usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd -[ 1.448804] usb 2-4: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 2.00 -[ 1.448819] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 -[ 1.448826] usb 2-4: Product: AX88179B -[ 1.448831] usb 2-4: Manufacturer: ASIX -[ 1.448836] usb 2-4: SerialNumber: 006A5B6C -[ 1.556089] usb 1-12: new high-speed USB device number 3 using xhci_hcd -[ 1.679653] usb 1-12: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 -[ 1.679656] usb 1-12: New USB device strings: Mfr=0, Product=1, SerialNumber=0 -[ 1.679658] usb 1-12: Product: USB 2.0 Hub -[ 1.681146] hub 1-12:1.0: USB hub found -[ 1.681193] hub 1-12:1.0: 4 ports detected -[ 1.768249] usb 1-2.3: new full-speed USB device number 4 using xhci_hcd -[ 1.873537] usb 1-2.3: New USB device found, idVendor=047d, idProduct=105e, bcdDevice= 0.00 -[ 1.873541] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 -[ 1.873542] usb 1-2.3: Product: Bluetooth EDR Dongle -[ 1.873544] usb 1-2.3: Manufacturer: Kensington -[ 1.980405] usb 2-2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd -[ 2.021238] usb 2-2: New USB device found, idVendor=05e3, idProduct=0625, bcdDevice=94.06 -[ 2.021242] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 -[ 2.021243] usb 2-2: Product: USB3.2 Hub -[ 2.021244] usb 2-2: Manufacturer: GenesysLogic -[ 2.024574] hub 2-2:1.0: USB hub found -[ 2.025657] hub 2-2:1.0: 4 ports detected -[ 2.037180] usbcore: registered new interface driver cdc_ether -[ 2.078956] cdc_ncm 2-4:2.0: MAC-Address: 9c:69:d3:6a:5b:6c -[ 2.078959] cdc_ncm 2-4:2.0: setting rx_max = 16384 -[ 2.079320] cdc_ncm 2-4:2.0: setting tx_max = 16384 -[ 2.079742] cdc_ncm 2-4:2.0 eth0: register 'cdc_ncm' at usb-0000:00:14.0-4, CDC NCM (NO ZLP), 9c:69:d3:6a:5b:6c -[ 2.080102] usbcore: registered new interface driver cdc_ncm -[ 2.081520] cdc_ncm 2-4:2.0 enx9c69d36a5b6c: renamed from eth0 -[ 2.081928] usb 1-2.4: new low-speed USB device number 5 using xhci_hcd -[ 2.188806] usb 1-2.4: New USB device found, idVendor=0c45, idProduct=7401, bcdDevice= 0.01 -[ 2.188810] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 -[ 2.188811] usb 1-2.4: Product: TEMPerV1.4 -[ 2.188812] usb 1-2.4: Manufacturer: RDing -[ 2.201608] hid: raw HID events driver (C) Jiri Kosina -[ 2.207610] usbcore: registered new interface driver usbhid -[ 2.207612] usbhid: USB HID core driver -[ 2.208533] usbcore: registered new interface driver usbkbd -[ 2.208551] usbcore: registered new interface driver usbmouse -[ 2.210139] input: RDing TEMPerV1.4 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.4/1-2.4:1.0/0003:0C45:7401.0001/input/input3 -[ 2.261405] hid-generic 0003:0C45:7401.0001: input,hidraw0: USB HID v1.10 Keyboard [RDing TEMPerV1.4] on usb-0000:00:14.0-2.4/input0 -[ 2.261506] hid-generic 0003:0C45:7401.0002: hiddev0,hidraw1: USB HID v1.10 Device [RDing TEMPerV1.4] on usb-0000:00:14.0-2.4/input1 -[ 2.276001] fbcon: Taking over console -[ 2.276874] Console: switching to colour frame buffer device 240x67 -[ 2.366920] raid6: avx2x4 gen() 48824 MB/s -[ 2.383920] raid6: avx2x2 gen() 47399 MB/s -[ 2.400919] raid6: avx2x1 gen() 41323 MB/s -[ 2.400920] raid6: using algorithm avx2x4 gen() 48824 MB/s -[ 2.417920] raid6: .... xor() 17055 MB/s, rmw enabled -[ 2.417921] raid6: using avx2x2 recovery algorithm -[ 2.419053] xor: automatically using best checksumming function avx -[ 2.487132] Btrfs loaded, zoned=yes, fsverity=yes -[ 2.652112] EXT4-fs (dm-1): orphan cleanup on readonly fs -[ 2.652410] EXT4-fs (dm-1): mounted filesystem 7075f1aa-a72c-4278-8297-18a43cc655e8 ro with ordered data mode. Quota mode: none. -[ 2.830042] systemd[1]: Inserted module 'autofs4' -[ 2.886760] systemd[1]: systemd 257.13-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) -[ 2.886765] systemd[1]: Detected architecture x86-64. -[ 2.888579] systemd[1]: Hostname set to . -[ 2.940373] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. -[ 3.110366] systemd[1]: Queued start job for default target graphical.target. -[ 3.125910] systemd[1]: Created slice system-getty.slice - Slice /system/getty. -[ 3.126238] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. -[ 3.126527] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. -[ 3.126896] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice. -[ 3.127117] systemd[1]: Created slice user.slice - User and Session Slice. -[ 3.127156] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. -[ 3.127183] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. -[ 3.127288] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. -[ 3.127302] systemd[1]: Expecting device dev-disk-by\x2duuid-846F\x2d2410.device - /dev/disk/by-uuid/846F-2410... -[ 3.127307] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap... -[ 3.127315] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once. -[ 3.127323] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once. -[ 3.127340] systemd[1]: Reached target network-pre.target - Preparation for Network. -[ 3.127351] systemd[1]: Reached target paths.target - Path Units. -[ 3.127367] systemd[1]: Reached target slices.target - Slice Units. -[ 3.127426] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. -[ 3.127468] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. -[ 3.129716] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. -[ 3.130412] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. -[ 3.130466] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. -[ 3.130525] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). -[ 3.130581] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. -[ 3.130610] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki -[ 3.130619] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki -[ 3.130665] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. -[ 3.130703] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. -[ 3.131623] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... -[ 3.132115] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... -[ 3.132145] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway. -[ 3.132642] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... -[ 3.133170] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... -[ 3.133653] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... -[ 3.133688] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS skipped, unmet condition check ConditionPathExists=/etc/krb5.keytab -[ 3.134515] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... -[ 3.135389] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... -[ 3.136260] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... -[ 3.137121] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... -[ 3.137914] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... -[ 3.138695] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... -[ 3.139470] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... -[ 3.140103] systemd[1]: Starting modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics... -[ 3.140357] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root -[ 3.140398] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 -[ 3.142076] systemd[1]: Starting systemd-journald.service - Journal Service... -[ 3.149142] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... -[ 3.149156] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki -[ 3.149788] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... -[ 3.149820] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki -[ 3.150420] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... -[ 3.150947] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... -[ 3.152189] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. -[ 3.152473] systemd[1]: modprobe@configfs.service: Deactivated successfully. -[ 3.152625] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. -[ 3.153102] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. -[ 3.153164] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. -[ 3.153234] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. -[ 3.153294] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. -[ 3.153359] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. -[ 3.153374] pstore: Using crash dump compression: deflate -[ 3.153495] systemd[1]: modprobe@drm.service: Deactivated successfully. -[ 3.153601] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. -[ 3.153785] systemd[1]: modprobe@fuse.service: Deactivated successfully. -[ 3.153886] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. -[ 3.154541] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... -[ 3.155016] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... -[ 3.155713] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... -[ 3.157003] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. -[ 3.159175] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. -[ 3.160550] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. -[ 3.162172] Key type psk registered -[ 3.166293] pstore: Registered efi_pstore as persistent store backend -[ 3.166617] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. -[ 3.166732] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. -[ 3.176767] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. -[ 3.177526] systemd-journald[385]: Collecting audit messages is disabled. -[ 3.181033] systemd[1]: modprobe@nvme_fabrics.service: Deactivated successfully. -[ 3.181139] systemd[1]: Finished modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics. -[ 3.193442] EXT4-fs (dm-1): re-mounted 7075f1aa-a72c-4278-8297-18a43cc655e8 r/w. -[ 3.194046] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. -[ 3.195324] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc -[ 3.195354] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore -[ 3.196037] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... -[ 3.196052] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki -[ 3.209956] systemd[1]: Started systemd-journald.service - Journal Service. -[ 3.221099] systemd-journald[385]: Received client request to flush runtime journal. -[ 3.223394] spl: loading out-of-tree module taints kernel. -[ 3.297583] zfs: module license 'CDDL' taints kernel. -[ 3.297586] Disabling lock debugging due to kernel taint -[ 3.297602] zfs: module license taints kernel. -[ 3.460467] e1000e 0000:00:1f.6 nic0: renamed from eno1 -[ 3.536140] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:8388604k SS -[ 3.725316] intel_pch_thermal 0000:00:12.0: enabling device (0100 -> 0102) -[ 3.727674] usbcore: registered new interface driver cdc_wdm -[ 3.728755] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only -[ 3.730240] ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only -[ 3.731696] ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only -[ 3.740459] input: Dell AIO WMI hotkeys as /devices/virtual/input/input4 -[ 3.741126] Bluetooth: Core ver 2.22 -[ 3.741255] spi-nor spi0.0: supply vcc not found, using dummy regulator -[ 3.744294] usbcore: registered new interface driver cdc_mbim -[ 3.746980] NET: Registered PF_BLUETOOTH protocol family -[ 3.746984] Bluetooth: HCI device and connection manager initialized -[ 3.746990] Bluetooth: HCI socket layer initialized -[ 3.746992] Bluetooth: L2CAP socket layer initialized -[ 3.747001] Bluetooth: SCO socket layer initialized -[ 3.749870] input: PC Speaker as /devices/platform/pcspkr/input/input5 -[ 3.749992] mei_me 0000:00:16.0: enabling device (0000 -> 0002) -[ 3.751687] Creating 1 MTD partitions on "0000:00:1f.5": -[ 3.751691] 0x000000000000-0x000002000000 : "BIOS" -[ 3.763305] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4) -[ 3.763859] intel_pmc_core INT33A1:00: initialized -[ 3.764947] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer -[ 3.764950] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules -[ 3.764951] RAPL PMU: hw unit of domain package 2^-14 Joules -[ 3.764952] RAPL PMU: hw unit of domain dram 2^-14 Joules -[ 3.764952] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules -[ 3.879730] input: Dell WMI hotkeys as /devices/platform/PNP0C14:04/wmi_bus/wmi_bus-PNP0C14:04/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input6 -[ 3.888682] ZFS: Loaded module v2.3.4-pve1, ZFS pool version 5000, ZFS filesystem version 5 -[ 3.900452] usbcore: registered new interface driver btusb -[ 4.351128] i915 0000:00:02.0: [drm] Found cometlake (device ID 9bc8) integrated display version 9.00 stepping N/A -[ 4.351701] i915 0000:00:02.0: [drm] VT-d active for gfx access -[ 4.352390] intel_tcc_cooling: Programmable TCC Offset detected -[ 4.365985] Console: switching to colour dummy device 80x25 -[ 4.376486] i915 0000:00:02.0: vgaarb: deactivate vga console -[ 4.376522] i915 0000:00:02.0: [drm] Using Transparent Hugepages -[ 4.377902] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem -[ 4.383847] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) -[ 4.388678] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915]) -[ 4.401805] intel_rapl_common: Found RAPL domain package -[ 4.401807] intel_rapl_common: Found RAPL domain core -[ 4.401808] intel_rapl_common: Found RAPL domain uncore -[ 4.401809] intel_rapl_common: Found RAPL domain dram -[ 4.403069] i915 0000:00:02.0: [drm] Registered 3 planes with drm panic -[ 4.403071] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1 -[ 4.407066] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) -[ 4.416287] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7 -[ 4.442486] snd_hda_intel 0000:00:1f.3: enabling device (0100 -> 0102) -[ 4.823845] fbcon: i915drmfb (fb0) is primary device -[ 5.218993] Console: switching to colour frame buffer device 240x67 -[ 5.236253] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device -[ 5.265476] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915]) -[ 5.302431] snd_hda_codec_alc269 hdaudioC0D0: ALC3246: picked fixup (pin match) -[ 5.334361] snd_hda_codec_alc269 hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line -[ 5.334366] snd_hda_codec_alc269 hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) -[ 5.334368] snd_hda_codec_alc269 hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) -[ 5.334369] snd_hda_codec_alc269 hdaudioC0D0: mono: mono_out=0x0 -[ 5.334370] snd_hda_codec_alc269 hdaudioC0D0: inputs: -[ 5.334372] snd_hda_codec_alc269 hdaudioC0D0: Headset Mic=0x19 -[ 5.334373] snd_hda_codec_alc269 hdaudioC0D0: Headphone Mic=0x1a -[ 5.434606] audit: type=1400 audit(1785158454.442:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=686 comm="apparmor_parser" -[ 5.434611] audit: type=1400 audit(1785158454.442:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=688 comm="apparmor_parser" -[ 5.434613] audit: type=1400 audit(1785158454.442:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=687 comm="apparmor_parser" -[ 5.434615] audit: type=1400 audit(1785158454.442:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=678 comm="apparmor_parser" -[ 5.434617] audit: type=1400 audit(1785158454.442:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=677 comm="apparmor_parser" -[ 5.434619] audit: type=1400 audit(1785158454.442:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=685 comm="apparmor_parser" -[ 5.434621] audit: type=1400 audit(1785158454.442:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=680 comm="apparmor_parser" -[ 5.434623] audit: type=1400 audit(1785158454.442:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=679 comm="apparmor_parser" -[ 5.434624] audit: type=1400 audit(1785158454.442:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=683 comm="apparmor_parser" -[ 5.434743] audit: type=1400 audit(1785158454.442:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=682 comm="apparmor_parser" -[ 5.446817] RPC: Registered named UNIX socket transport module. -[ 5.446820] RPC: Registered udp transport module. -[ 5.446821] RPC: Registered tcp transport module. -[ 5.446822] RPC: Registered tcp-with-tls transport module. -[ 5.446823] RPC: Registered tcp NFSv4.1 backchannel transport module. -[ 5.555580] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8 -[ 5.555654] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9 -[ 5.555692] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10 -[ 5.555726] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11 -[ 5.555764] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12 -[ 5.600149] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) -[ 5.600153] softdog: soft_reboot_cmd= soft_active_on_boot=0 -[ 6.409884] vmbr0: port 1(nic0) entered blocking state -[ 6.409888] vmbr0: port 1(nic0) entered disabled state -[ 6.409894] e1000e 0000:00:1f.6 nic0: entered allmulticast mode -[ 6.409933] e1000e 0000:00:1f.6 nic0: entered promiscuous mode -[ 10.330887] e1000e 0000:00:1f.6 nic0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None -[ 10.330943] vmbr0: port 1(nic0) entered blocking state -[ 10.330948] vmbr0: port 1(nic0) entered forwarding state -[ 11.606093] kauditd_printk_skb: 109 callbacks suppressed -[ 11.606095] audit: type=1400 audit(1785158460.614:121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1004 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 11.614798] audit: type=1400 audit(1785158460.622:122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none -[ 11.614817] audit: type=1400 audit(1785158460.622:123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none -[ 11.637201] audit: type=1400 audit(1785158460.645:124): apparmor="DENIED" operation="capable" class="cap" profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" capability=21 capname="sys_admin" -[ 11.637286] audit: type=1400 audit(1785158460.645:125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 15.980310] platform INT3515:01: deferred probe pending: Serial bus multi instantiate pseudo device driver: Error creating i2c-client, idx 0 -[ 19.039022] audit: type=1400 audit(1785158468.047:126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 27.827127] audit: type=1400 audit(1785158476.835:127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 38.135866] audit: type=1400 audit(1785158487.144:128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 49.982969] audit: type=1400 audit(1785158498.991:129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 49.988324] audit: type=1400 audit(1785158498.996:130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 49.988329] audit: type=1400 audit(1785158498.996:131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 49.990436] audit: type=1400 audit(1785158498.998:132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 50.013657] audit: type=1400 audit(1785158499.021:133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 50.022545] datanet: port 1(enx9c69d36a5b6c) entered blocking state -[ 50.022549] datanet: port 1(enx9c69d36a5b6c) entered disabled state -[ 50.022560] cdc_ncm 2-4:2.0 enx9c69d36a5b6c: entered allmulticast mode -[ 50.022589] cdc_ncm 2-4:2.0 enx9c69d36a5b6c: entered promiscuous mode -[ 50.408131] audit: type=1400 audit(1785158499.415:134): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=1104 comm="apparmor_parser" -[ 50.413618] audit: type=1400 audit(1785158499.421:135): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=1109 comm="apparmor_parser" -[ 50.425297] audit: type=1400 audit(1785158499.433:136): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=1113 comm="apparmor_parser" -[ 50.425301] audit: type=1400 audit(1785158499.433:137): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=1113 comm="apparmor_parser" -[ 50.425303] audit: type=1400 audit(1785158499.433:138): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=1113 comm="apparmor_parser" -[ 50.461368] datanet: port 1(enx9c69d36a5b6c) entered blocking state -[ 50.461372] datanet: port 1(enx9c69d36a5b6c) entered forwarding state -[ 54.858455] netfs: FS-Cache loaded -[ 54.995107] NFS: Registering the id_resolver key type -[ 54.995111] Key type id_resolver registered -[ 54.995112] Key type id_legacy registered -[ 56.241433] tap901i0: entered promiscuous mode -[ 56.282887] vmbr0: port 2(fwpr901p0) entered blocking state -[ 56.282891] vmbr0: port 2(fwpr901p0) entered disabled state -[ 56.282904] fwpr901p0: entered allmulticast mode -[ 56.282935] fwpr901p0: entered promiscuous mode -[ 56.282967] vmbr0: port 2(fwpr901p0) entered blocking state -[ 56.282969] vmbr0: port 2(fwpr901p0) entered forwarding state -[ 56.288779] fwbr901i0: port 1(fwln901i0) entered blocking state -[ 56.288782] fwbr901i0: port 1(fwln901i0) entered disabled state -[ 56.288790] fwln901i0: entered allmulticast mode -[ 56.288817] fwln901i0: entered promiscuous mode -[ 56.288845] fwbr901i0: port 1(fwln901i0) entered blocking state -[ 56.288847] fwbr901i0: port 1(fwln901i0) entered forwarding state -[ 56.294673] fwbr901i0: port 2(tap901i0) entered blocking state -[ 56.294675] fwbr901i0: port 2(tap901i0) entered disabled state -[ 56.294679] tap901i0: entered allmulticast mode -[ 56.294715] fwbr901i0: port 2(tap901i0) entered blocking state -[ 56.294718] fwbr901i0: port 2(tap901i0) entered forwarding state -[ 60.633751] tap902i0: entered promiscuous mode -[ 60.673252] vmbr0: port 3(fwpr902p0) entered blocking state -[ 60.673256] vmbr0: port 3(fwpr902p0) entered disabled state -[ 60.673268] fwpr902p0: entered allmulticast mode -[ 60.673300] fwpr902p0: entered promiscuous mode -[ 60.673317] vmbr0: port 3(fwpr902p0) entered blocking state -[ 60.673319] vmbr0: port 3(fwpr902p0) entered forwarding state -[ 60.679440] fwbr902i0: port 1(fwln902i0) entered blocking state -[ 60.679444] fwbr902i0: port 1(fwln902i0) entered disabled state -[ 60.679456] fwln902i0: entered allmulticast mode -[ 60.679486] fwln902i0: entered promiscuous mode -[ 60.679520] fwbr902i0: port 1(fwln902i0) entered blocking state -[ 60.679522] fwbr902i0: port 1(fwln902i0) entered forwarding state -[ 60.685653] fwbr902i0: port 2(tap902i0) entered blocking state -[ 60.685657] fwbr902i0: port 2(tap902i0) entered disabled state -[ 60.685662] tap902i0: entered allmulticast mode -[ 60.685702] fwbr902i0: port 2(tap902i0) entered blocking state -[ 60.685704] fwbr902i0: port 2(tap902i0) entered forwarding state -[ 64.541953] tap903i0: entered promiscuous mode -[ 64.583453] vmbr0: port 4(fwpr903p0) entered blocking state -[ 64.583457] vmbr0: port 4(fwpr903p0) entered disabled state -[ 64.583470] fwpr903p0: entered allmulticast mode -[ 64.583502] fwpr903p0: entered promiscuous mode -[ 64.583524] vmbr0: port 4(fwpr903p0) entered blocking state -[ 64.583526] vmbr0: port 4(fwpr903p0) entered forwarding state -[ 64.589421] fwbr903i0: port 1(fwln903i0) entered blocking state -[ 64.589425] fwbr903i0: port 1(fwln903i0) entered disabled state -[ 64.589436] fwln903i0: entered allmulticast mode -[ 64.589463] fwln903i0: entered promiscuous mode -[ 64.589487] fwbr903i0: port 1(fwln903i0) entered blocking state -[ 64.589489] fwbr903i0: port 1(fwln903i0) entered forwarding state -[ 64.596320] fwbr903i0: port 2(tap903i0) entered blocking state -[ 64.596324] fwbr903i0: port 2(tap903i0) entered disabled state -[ 64.596329] tap903i0: entered allmulticast mode -[ 64.596439] fwbr903i0: port 2(tap903i0) entered blocking state -[ 64.596441] fwbr903i0: port 2(tap903i0) entered forwarding state -[ 68.551529] tap904i0: entered promiscuous mode -[ 68.595719] vmbr0: port 5(fwpr904p0) entered blocking state -[ 68.595723] vmbr0: port 5(fwpr904p0) entered disabled state -[ 68.595737] fwpr904p0: entered allmulticast mode -[ 68.595770] fwpr904p0: entered promiscuous mode -[ 68.595790] vmbr0: port 5(fwpr904p0) entered blocking state -[ 68.595792] vmbr0: port 5(fwpr904p0) entered forwarding state -[ 68.603592] fwbr904i0: port 1(fwln904i0) entered blocking state -[ 68.603596] fwbr904i0: port 1(fwln904i0) entered disabled state -[ 68.603610] fwln904i0: entered allmulticast mode -[ 68.603643] fwln904i0: entered promiscuous mode -[ 68.603688] fwbr904i0: port 1(fwln904i0) entered blocking state -[ 68.603689] fwbr904i0: port 1(fwln904i0) entered forwarding state -[ 68.611961] fwbr904i0: port 2(tap904i0) entered blocking state -[ 68.611965] fwbr904i0: port 2(tap904i0) entered disabled state -[ 68.611974] tap904i0: entered allmulticast mode -[ 68.612028] fwbr904i0: port 2(tap904i0) entered blocking state -[ 68.612030] fwbr904i0: port 2(tap904i0) entered forwarding state -[ 72.633623] tap905i0: entered promiscuous mode -[ 72.680008] vmbr0: port 6(fwpr905p0) entered blocking state -[ 72.680012] vmbr0: port 6(fwpr905p0) entered disabled state -[ 72.680025] fwpr905p0: entered allmulticast mode -[ 72.680058] fwpr905p0: entered promiscuous mode -[ 72.680077] vmbr0: port 6(fwpr905p0) entered blocking state -[ 72.680078] vmbr0: port 6(fwpr905p0) entered forwarding state -[ 72.686358] fwbr905i0: port 1(fwln905i0) entered blocking state -[ 72.686362] fwbr905i0: port 1(fwln905i0) entered disabled state -[ 72.686373] fwln905i0: entered allmulticast mode -[ 72.686403] fwln905i0: entered promiscuous mode -[ 72.686452] fwbr905i0: port 1(fwln905i0) entered blocking state -[ 72.686454] fwbr905i0: port 1(fwln905i0) entered forwarding state -[ 72.692632] fwbr905i0: port 2(tap905i0) entered blocking state -[ 72.692636] fwbr905i0: port 2(tap905i0) entered disabled state -[ 72.692645] tap905i0: entered allmulticast mode -[ 72.692686] fwbr905i0: port 2(tap905i0) entered blocking state -[ 72.692687] fwbr905i0: port 2(tap905i0) entered forwarding state -[ 324.301730] kauditd_printk_skb: 1 callbacks suppressed -[ 324.301731] audit: type=1400 audit(1785158773.276:140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 324.303839] audit: type=1400 audit(1785158773.278:141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 324.324489] audit: type=1400 audit(1785158773.298:142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 587.215945] audit: type=1400 audit(1785159036.187:143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 587.225358] audit: type=1400 audit(1785159036.196:144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 587.248158] audit: type=1400 audit(1785159036.219:145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 859.402040] audit: type=1400 audit(1785159308.370:146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 859.404173] audit: type=1400 audit(1785159308.372:147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 859.424750] audit: type=1400 audit(1785159308.393:148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 869.279004] usb 1-12: USB disconnect, device number 3 -[ 876.488377] usb 1-12: new high-speed USB device number 6 using xhci_hcd -[ 876.614562] usb 1-12: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 -[ 876.614566] usb 1-12: New USB device strings: Mfr=0, Product=1, SerialNumber=0 -[ 876.614567] usb 1-12: Product: USB 2.0 Hub -[ 876.615992] hub 1-12:1.0: USB hub found -[ 876.616019] hub 1-12:1.0: 4 ports detected -[ 1133.752309] audit: type=1400 audit(1785159582.719:149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1133.754199] audit: type=1400 audit(1785159582.721:150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1133.775075] audit: type=1400 audit(1785159582.741:151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1407.110789] audit: type=1400 audit(1785159856.075:152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1407.114253] audit: type=1400 audit(1785159856.079:153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1407.135241] audit: type=1400 audit(1785159856.100:154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1699.324916] audit: type=1400 audit(1785160148.289:155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1699.326991] audit: type=1400 audit(1785160148.291:156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1699.347045] audit: type=1400 audit(1785160148.311:157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1947.310962] audit: type=1400 audit(1785160396.272:158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1947.313043] audit: type=1400 audit(1785160396.274:159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 1947.337013] audit: type=1400 audit(1785160396.298:160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2244.859351] audit: type=1400 audit(1785160693.819:161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2244.861346] audit: type=1400 audit(1785160693.821:162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2244.882708] audit: type=1400 audit(1785160693.842:163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2470.514728] audit: type=1400 audit(1785160919.474:164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2470.516645] audit: type=1400 audit(1785160919.475:165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2470.537672] audit: type=1400 audit(1785160919.497:166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2730.587419] audit: type=1400 audit(1785161179.544:167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2730.589590] audit: type=1400 audit(1785161179.546:168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 2730.610754] audit: type=1400 audit(1785161179.567:169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3011.458771] audit: type=1400 audit(1785161460.413:170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3011.460821] audit: type=1400 audit(1785161460.415:171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3011.483736] audit: type=1400 audit(1785161460.438:172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3286.310890] audit: type=1400 audit(1785161735.265:173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3286.312955] audit: type=1400 audit(1785161735.267:174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3286.334009] audit: type=1400 audit(1785161735.288:175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3544.040300] audit: type=1400 audit(1785161992.992:176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3544.042297] audit: type=1400 audit(1785161992.994:177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3544.065359] audit: type=1400 audit(1785161993.017:178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3778.546979] audit: type=1400 audit(1785162227.497:179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3778.548692] audit: type=1400 audit(1785162227.498:180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 3778.570248] audit: type=1400 audit(1785162227.520:181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4051.851268] audit: type=1400 audit(1785162500.800:182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4051.852394] audit: type=1400 audit(1785162500.801:183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4051.875021] audit: type=1400 audit(1785162500.824:184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4306.837120] audit: type=1400 audit(1785162755.783:185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4306.839239] audit: type=1400 audit(1785162755.785:186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4306.859735] audit: type=1400 audit(1785162755.806:187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4533.396837] audit: type=1400 audit(1785162982.343:188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4533.398861] audit: type=1400 audit(1785162982.345:189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4533.423123] audit: type=1400 audit(1785162982.369:190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4766.142599] audit: type=1400 audit(1785163215.086:191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4766.153600] audit: type=1400 audit(1785163215.097:192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 4766.176110] audit: type=1400 audit(1785163215.119:193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5022.790956] audit: type=1400 audit(1785163471.733:194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5022.792779] audit: type=1400 audit(1785163471.734:195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5022.815059] audit: type=1400 audit(1785163471.757:196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5259.202468] audit: type=1400 audit(1785163708.143:197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5259.204530] audit: type=1400 audit(1785163708.145:198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5259.225610] audit: type=1400 audit(1785163708.166:199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5493.025736] audit: type=1400 audit(1785163941.965:200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5493.027832] audit: type=1400 audit(1785163941.967:201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5493.050784] audit: type=1400 audit(1785163941.990:202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5779.262396] audit: type=1400 audit(1785164228.199:203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5779.264573] audit: type=1400 audit(1785164228.201:204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 5779.285543] audit: type=1400 audit(1785164228.222:205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6041.525402] audit: type=1400 audit(1785164490.460:206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6041.527464] audit: type=1400 audit(1785164490.462:207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6041.550273] audit: type=1400 audit(1785164490.485:208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6331.676719] audit: type=1400 audit(1785164780.610:209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6331.678781] audit: type=1400 audit(1785164780.612:210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6331.699301] audit: type=1400 audit(1785164780.633:211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6564.869094] audit: type=1400 audit(1785165013.800:212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6564.871149] audit: type=1400 audit(1785165013.802:213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6564.895469] audit: type=1400 audit(1785165013.827:214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6744.848316] perf: interrupt took too long (2652 > 2500), lowering kernel.perf_event_max_sample_rate to 75000 -[ 6839.784853] audit: type=1400 audit(1785165288.714:215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6839.786642] audit: type=1400 audit(1785165288.716:216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 6839.808586] audit: type=1400 audit(1785165288.738:217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7068.988586] audit: type=1400 audit(1785165517.918:218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7068.990724] audit: type=1400 audit(1785165517.920:219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none -[ 7069.011209] audit: type=1400 audit(1785165517.940:220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 0.002287] e820: update [mem 0x00000000-0x00000fff] System RAM ==> device reserved +[ 0.002290] e820: remove [mem 0x000a0000-0x000fffff] System RAM +[ 0.002301] last_pfn = 0x67d800 max_arch_pfn = 0x400000000 +[ 0.002305] MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs +[ 0.002307] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT +[ 0.002740] last_pfn = 0x78e00 max_arch_pfn = 0x400000000 +[ 0.010090] esrt: Reserving ESRT space from 0x000000007886d718 to 0x000000007886d7a0. +[ 0.010105] Using GB pages for direct mapping +[ 0.010465] secureboot: Secure boot disabled +[ 0.010466] RAMDISK: [mem 0x5cdbc000-0x62574fff] +[ 0.010477] ACPI: Early table checksum verification disabled +[ 0.010480] ACPI: RSDP 0x000000007811A014 000024 (v02 DELL ) +[ 0.010484] ACPI: XSDT 0x0000000078119728 0000EC (v01 DELL CBX3 01072009 AMI 01000013) +[ 0.010489] ACPI: FACP 0x0000000078114000 000114 (v06 DELL CBX3 01072009 AMI 00010013) +[ 0.010494] ACPI: DSDT 0x00000000780C9000 04AD60 (v02 DELL CBX3 01072009 INTL 20160527) +[ 0.010497] ACPI: FACS 0x0000000078259000 000040 +[ 0.010499] ACPI: MCFG 0x0000000078118000 00003C (v01 DELL CBX3 01072009 MSFT 00000097) +[ 0.010502] ACPI: SSDT 0x0000000078115000 00203C (v02 CpuRef CpuSsdt 00003000 INTL 20160527) +[ 0.010505] ACPI: FIDT 0x00000000780C8000 00009C (v01 DELL CBX3 01072009 AMI 00010013) +[ 0.010508] ACPI: BOOT 0x00000000780C7000 000028 (v01 DELL CBX3 01072009 AMI 00010013) +[ 0.010511] ACPI: SSDT 0x00000000780C3000 0031DA (v02 SaSsdt SaSsdt 00003000 INTL 20160527) +[ 0.010514] ACPI: HPET 0x00000000780C2000 000038 (v01 DELL\x CBX3 01072009 AMI 01000013) +[ 0.010517] ACPI: SSDT 0x00000000780C0000 00135F (v02 DELL\x Ther_Rvp 00001000 INTL 20160527) +[ 0.010519] ACPI: SSDT 0x00000000780BF000 000A24 (v02 INTEL DELL_SFF 00000000 INTL 20160527) +[ 0.010522] ACPI: NHLT 0x00000000780BD000 001821 (v00 DELL\x CBX3 01072009 AMI 01000013) +[ 0.010525] ACPI: LPIT 0x00000000780BC000 000094 (v01 DELL\x CBX3 01072009 AMI 01000013) +[ 0.010528] ACPI: SSDT 0x00000000780B8000 002720 (v02 DELL\x PtidDevc 00001000 INTL 20160527) +[ 0.010531] ACPI: SSDT 0x00000000780B5000 0025B2 (v02 DELL\x TbtTypeC 00000000 INTL 20160527) +[ 0.010533] ACPI: DBGP 0x00000000780B4000 000034 (v01 DELL\x CBX3 01072009 AMI 01000013) +[ 0.010536] ACPI: DBG2 0x00000000780B3000 000054 (v00 DELL\x CBX3 01072009 AMI 01000013) +[ 0.010539] ACPI: MSDM 0x00000000780B2000 000055 (v03 DELL CBX3 06222004 AMI 00010013) +[ 0.010542] ACPI: SLIC 0x00000000780B1000 000176 (v03 DELL CBX3 01072009 MSFT 00010013) +[ 0.010544] ACPI: DMAR 0x00000000780B0000 0000C8 (v01 INTEL EDK2 00000002 01000013) +[ 0.010547] ACPI: BGRT 0x00000000780AF000 000038 (v00 DELL CBX3 01072009 AMI 00010013) +[ 0.010550] ACPI: UEFI 0x000000007819B000 00063A (v01 INTEL RstSataE 00000000 ?? 00000000) +[ 0.010553] ACPI: UEFI 0x000000007819A000 00005C (v01 INTEL RstSataV 00000000 ?? 00000000) +[ 0.010556] ACPI: TPM2 0x00000000780AE000 00004C (v04 DELL\x CBX3 00000001 AMI 00000000) +[ 0.010558] ACPI: ASF! 0x00000000780AD000 0000A0 (v32 DELL\x CBX3 01072009 AMI 01000013) +[ 0.010561] ACPI: APIC 0x00000000780AC000 0000F4 (v04 DELL CBX3 01072009 AMI 00010013) +[ 0.010564] ACPI: FPDT 0x00000000780BB000 000044 (v01 DELL\x CML 01072009 AMI 01000013) +[ 0.010566] ACPI: Reserving FACP table memory at [mem 0x78114000-0x78114113] +[ 0.010568] ACPI: Reserving DSDT table memory at [mem 0x780c9000-0x78113d5f] +[ 0.010569] ACPI: Reserving FACS table memory at [mem 0x78259000-0x7825903f] +[ 0.010570] ACPI: Reserving MCFG table memory at [mem 0x78118000-0x7811803b] +[ 0.010571] ACPI: Reserving SSDT table memory at [mem 0x78115000-0x7811703b] +[ 0.010571] ACPI: Reserving FIDT table memory at [mem 0x780c8000-0x780c809b] +[ 0.010572] ACPI: Reserving BOOT table memory at [mem 0x780c7000-0x780c7027] +[ 0.010573] ACPI: Reserving SSDT table memory at [mem 0x780c3000-0x780c61d9] +[ 0.010574] ACPI: Reserving HPET table memory at [mem 0x780c2000-0x780c2037] +[ 0.010575] ACPI: Reserving SSDT table memory at [mem 0x780c0000-0x780c135e] +[ 0.010576] ACPI: Reserving SSDT table memory at [mem 0x780bf000-0x780bfa23] +[ 0.010576] ACPI: Reserving NHLT table memory at [mem 0x780bd000-0x780be820] +[ 0.010577] ACPI: Reserving LPIT table memory at [mem 0x780bc000-0x780bc093] +[ 0.010578] ACPI: Reserving SSDT table memory at [mem 0x780b8000-0x780ba71f] +[ 0.010579] ACPI: Reserving SSDT table memory at [mem 0x780b5000-0x780b75b1] +[ 0.010580] ACPI: Reserving DBGP table memory at [mem 0x780b4000-0x780b4033] +[ 0.010581] ACPI: Reserving DBG2 table memory at [mem 0x780b3000-0x780b3053] +[ 0.010581] ACPI: Reserving MSDM table memory at [mem 0x780b2000-0x780b2054] +[ 0.010582] ACPI: Reserving SLIC table memory at [mem 0x780b1000-0x780b1175] +[ 0.010583] ACPI: Reserving DMAR table memory at [mem 0x780b0000-0x780b00c7] +[ 0.010584] ACPI: Reserving BGRT table memory at [mem 0x780af000-0x780af037] +[ 0.010585] ACPI: Reserving UEFI table memory at [mem 0x7819b000-0x7819b639] +[ 0.010586] ACPI: Reserving UEFI table memory at [mem 0x7819a000-0x7819a05b] +[ 0.010586] ACPI: Reserving TPM2 table memory at [mem 0x780ae000-0x780ae04b] +[ 0.010587] ACPI: Reserving ASF! table memory at [mem 0x780ad000-0x780ad09f] +[ 0.010588] ACPI: Reserving APIC table memory at [mem 0x780ac000-0x780ac0f3] +[ 0.010589] ACPI: Reserving FPDT table memory at [mem 0x780bb000-0x780bb043] +[ 0.010906] No NUMA configuration found +[ 0.010907] Faking a node at [mem 0x0000000000000000-0x000000067d7fffff] +[ 0.010917] NODE_DATA(0) allocated [mem 0x67d7d5280-0x67d7fffff] +[ 0.011163] Reserving Intel graphics memory at [mem 0x7c800000-0x7e7fffff] +[ 0.011636] ACPI: PM-Timer IO Port: 0x1808 +[ 0.011644] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) +[ 0.011645] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) +[ 0.011646] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) +[ 0.011647] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) +[ 0.011648] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) +[ 0.011649] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) +[ 0.011649] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) +[ 0.011650] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) +[ 0.011651] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) +[ 0.011652] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) +[ 0.011652] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) +[ 0.011653] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) +[ 0.011716] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 +[ 0.011719] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) +[ 0.011721] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) +[ 0.011725] ACPI: Using ACPI (MADT) for SMP configuration information +[ 0.011726] ACPI: HPET id: 0x8086a201 base: 0xfed00000 +[ 0.011733] e820: update [mem 0x6b722000-0x6b767fff] System RAM ==> device reserved +[ 0.011746] TSC deadline timer available +[ 0.011749] CPU topo: Max. logical packages: 1 +[ 0.011749] CPU topo: Max. logical nodes: 1 +[ 0.011750] CPU topo: Num. nodes per package: 1 +[ 0.011753] CPU topo: Max. logical dies: 1 +[ 0.011753] CPU topo: Max. dies per package: 1 +[ 0.011758] CPU topo: Max. threads per core: 2 +[ 0.011759] CPU topo: Num. cores per package: 6 +[ 0.011759] CPU topo: Num. threads per package: 12 +[ 0.011760] CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs +[ 0.011782] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] +[ 0.011784] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff] +[ 0.011787] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] +[ 0.011788] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x403fffff] +[ 0.011790] PM: hibernation: Registered nosave memory: [mem 0x6658f000-0x66590fff] +[ 0.011792] PM: hibernation: Registered nosave memory: [mem 0x6b722000-0x6b767fff] +[ 0.011794] PM: hibernation: Registered nosave memory: [mem 0x70f80000-0x78dfefff] +[ 0.011796] PM: hibernation: Registered nosave memory: [mem 0x78e00000-0xffffffff] +[ 0.011797] [gap 0x7e800000-0xfdffffff] available for PCI devices +[ 0.011799] Booting paravirtualized kernel on bare hardware +[ 0.011801] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns +[ 0.011849] Zone ranges: +[ 0.011849] DMA [mem 0x0000000000001000-0x0000000000ffffff] +[ 0.011851] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] +[ 0.011853] Normal [mem 0x0000000100000000-0x000000067d7fffff] +[ 0.011854] Device empty +[ 0.011855] Movable zone start for each node +[ 0.011857] Early memory node ranges +[ 0.011858] node 0: [mem 0x0000000000001000-0x000000000009dfff] +[ 0.011859] node 0: [mem 0x000000000009f000-0x000000000009ffff] +[ 0.011860] node 0: [mem 0x0000000000100000-0x000000003fffffff] +[ 0.011861] node 0: [mem 0x0000000040400000-0x000000006658efff] +[ 0.011862] node 0: [mem 0x0000000066591000-0x0000000070f7ffff] +[ 0.011863] node 0: [mem 0x0000000078dff000-0x0000000078dfffff] +[ 0.011864] node 0: [mem 0x0000000100000000-0x000000067d7fffff] +[ 0.011868] Initmem setup node 0 [mem 0x0000000000001000-0x000000067d7fffff] +[ 0.011874] On node 0, zone DMA: 1 pages in unavailable ranges +[ 0.011875] On node 0, zone DMA: 1 pages in unavailable ranges +[ 0.011894] On node 0, zone DMA: 96 pages in unavailable ranges +[ 0.013866] On node 0, zone DMA32: 1024 pages in unavailable ranges +[ 0.014072] On node 0, zone DMA32: 2 pages in unavailable ranges +[ 0.014282] On node 0, zone DMA32: 32383 pages in unavailable ranges +[ 0.041912] On node 0, zone Normal: 29184 pages in unavailable ranges +[ 0.041978] On node 0, zone Normal: 10240 pages in unavailable ranges +[ 0.041987] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1 +[ 0.042620] percpu: Embedded 85 pages/cpu s225280 r8192 d114688 u524288 +[ 0.042628] pcpu-alloc: s225280 r8192 d114688 u524288 alloc=1*2097152 +[ 0.042630] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 +[ 0.042635] pcpu-alloc: [0] 08 09 10 11 +[ 0.042658] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-7.0.14-6-pve root=/dev/mapper/pve-root ro quiet +[ 0.042713] printk: log buffer data + meta data: 262144 + 1114112 = 1376256 bytes +[ 0.045173] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) +[ 0.046406] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) +[ 0.046563] software IO TLB: area num 16. +[ 0.056532] Fallback order for Node 0: 0 +[ 0.056535] Built 1 zonelists, mobility grouping on. Total pages: 6218525 +[ 0.056536] Policy zone: Normal +[ 0.056543] mem auto-init: stack:all(zero), heap alloc:on, heap free:off +[ 0.109056] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1 +[ 0.119876] ftrace: allocating 60562 entries in 240 pages +[ 0.119878] ftrace: allocated 240 pages with 4 groups +[ 0.120553] Dynamic Preempt: lazy +[ 0.120637] rcu: Preemptible hierarchical RCU implementation. +[ 0.120638] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12. +[ 0.120640] Trampoline variant of Tasks RCU enabled. +[ 0.120640] Rude variant of Tasks RCU enabled. +[ 0.120641] Tracing variant of Tasks RCU enabled. +[ 0.120641] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. +[ 0.120642] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12 +[ 0.120656] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12. +[ 0.120658] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12. +[ 0.126631] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16 +[ 0.126938] rcu: srcu_init: Setting srcu_struct sizes based on contention. +[ 0.127319] Console: colour dummy device 80x25 +[ 0.127321] printk: legacy console [tty0] enabled +[ 0.127385] ACPI: Core revision 20251212 +[ 0.127658] hpet: HPET dysfunctional in PC10. Force disabled. +[ 0.127757] APIC: Switch to symmetric I/O mode setup +[ 0.127759] DMAR: Host address width 39 +[ 0.127761] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 +[ 0.127772] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e +[ 0.127774] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 +[ 0.127778] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da +[ 0.127780] DMAR: RMRR base: 0x000000785f0000 end: 0x00000078839fff +[ 0.127782] DMAR: RMRR base: 0x0000007c000000 end: 0x0000007e7fffff +[ 0.127783] DMAR: RMRR base: 0x00000077fd1000 end: 0x00000078050fff +[ 0.127785] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 +[ 0.127786] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 +[ 0.127788] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. +[ 0.130973] DMAR-IR: Enabled IRQ remapping in x2apic mode +[ 0.130975] x2apic enabled +[ 0.131049] APIC: Switched APIC routing to: cluster x2apic +[ 0.140127] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2caf46e03c8, max_idle_ns: 440795329092 ns +[ 0.140133] Calibrating delay loop (skipped), value calculated using timer frequency.. 6199.99 BogoMIPS (lpj=3099999) +[ 0.140155] x86/cpu: SGX disabled or unsupported by BIOS. +[ 0.140160] CPU0: Thermal monitoring enabled (TM1) +[ 0.140207] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 +[ 0.140208] Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4 +[ 0.140212] process: using mwait in idle threads +[ 0.140214] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto +[ 0.140219] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl +[ 0.140220] SRBDS: Mitigation: Microcode +[ 0.140222] Spectre V2 : Mitigation: Enhanced / Automatic IBRS +[ 0.140223] RETBleed: Mitigation: Enhanced IBRS +[ 0.140224] ITS: Mitigation: Aligned branch/return thunks +[ 0.140225] MMIO Stale Data: Mitigation: Clear CPU buffers +[ 0.140226] VMSCAPE: Mitigation: IBPB before exit to userspace +[ 0.140227] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization +[ 0.140228] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT +[ 0.140229] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier +[ 0.140235] GDS: Vulnerable +[ 0.140236] active return thunk: its_return_thunk +[ 0.140239] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit +[ 0.140244] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' +[ 0.140246] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' +[ 0.140247] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' +[ 0.140248] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' +[ 0.140249] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' +[ 0.140250] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 +[ 0.140252] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 +[ 0.140253] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 +[ 0.140254] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. +[ 0.141130] Freeing SMP alternatives memory: 56K +[ 0.141130] pid_max: default: 32768 minimum: 301 +[ 0.141130] Yama: becoming mindful. +[ 0.141130] AppArmor: AppArmor initialized +[ 0.141130] AppArmor: AppArmor secmark mediation reserved: ready to be enabled +[ 0.141130] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) +[ 0.141130] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) +[ 0.141130] VFS: Finished mounting rootfs on nullfs +[ 0.141130] smpboot: CPU0: Intel(R) Core(TM) i5-10500 CPU @ 3.10GHz (family: 0x6, model: 0xa5, stepping: 0x3) +[ 0.141130] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. +[ 0.141130] ... version: 4 +[ 0.141130] ... bit width: 48 +[ 0.141130] ... generic counters: 4 +[ 0.141130] ... generic bitmap: 000000000000000f +[ 0.141130] ... fixed-purpose counters: 3 +[ 0.141130] ... fixed-purpose bitmap: 0000000000000007 +[ 0.141130] ... value mask: 0000ffffffffffff +[ 0.141130] ... max period: 00007fffffffffff +[ 0.141130] ... global_ctrl mask: 000000070000000f +[ 0.141130] signal: max sigframe size: 2032 +[ 0.141130] Estimated ratio of average max frequency by base frequency (times 1024): 1453 +[ 0.142717] rcu: Hierarchical SRCU implementation. +[ 0.142718] rcu: Max phase no-delay instances is 400. +[ 0.142767] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level +[ 0.145683] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. +[ 0.145791] smp: Bringing up secondary CPUs ... +[ 0.145897] smpboot: x86: Booting SMP configuration: +[ 0.145899] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 +[ 0.150336] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. +[ 0.151136] smp: Brought up 1 node, 12 CPUs +[ 0.151139] smpboot: Total of 12 processors activated (74399.97 BogoMIPS) +[ 0.152234] Memory: 21652776K/24874100K available (22442K kernel code, 4068K rwdata, 16172K rodata, 5092K init, 4892K bss, 3190620K reserved, 0K cma-reserved) +[ 0.152809] devtmpfs: initialized +[ 0.152809] x86/mm: Memory block size: 128MB +[ 0.155170] ACPI: PM: Registering ACPI NVS region [mem 0x6658f000-0x6658ffff] (4096 bytes) +[ 0.155170] ACPI: PM: Registering ACPI NVS region [mem 0x7811b000-0x7825afff] (1310720 bytes) +[ 0.155228] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns +[ 0.155228] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear) +[ 0.155228] futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear). +[ 0.155641] PM: RTC time: 18:49:33, date: 2026-07-27 +[ 0.156240] NET: Registered PF_NETLINK/PF_ROUTE protocol family +[ 0.156594] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations +[ 0.156807] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations +[ 0.157023] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations +[ 0.157038] audit: initializing netlink subsys (disabled) +[ 0.157050] audit: type=2000 audit(1785178173.016:1): state=initialized audit_enabled=0 res=1 +[ 0.157218] thermal_sys: Registered thermal governor 'fair_share' +[ 0.157219] thermal_sys: Registered thermal governor 'bang_bang' +[ 0.157221] thermal_sys: Registered thermal governor 'step_wise' +[ 0.157222] thermal_sys: Registered thermal governor 'user_space' +[ 0.157222] thermal_sys: Registered thermal governor 'power_allocator' +[ 0.157235] cpuidle: using governor ladder +[ 0.157239] cpuidle: using governor menu +[ 0.157274] Simple Boot Flag at 0x47 set to 0x80 +[ 0.164751] efi: Freeing EFI boot services memory: 137240K +[ 0.164755] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it +[ 0.164757] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 +[ 0.164883] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f] +[ 0.164895] PCI: Using configuration type 1 for base access +[ 0.165025] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. +[ 0.165216] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages +[ 0.165216] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page +[ 0.165216] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages +[ 0.165216] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page +[ 0.166590] ACPI: Added _OSI(Module Device) +[ 0.166593] ACPI: Added _OSI(Processor Device) +[ 0.166595] ACPI: Added _OSI(Processor Aggregator Device) +[ 0.221040] ACPI: 7 ACPI AML tables successfully acquired and loaded +[ 0.225879] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored +[ 0.230944] ACPI: \_SB_: platform _OSC: OS support mask [006e7eff] +[ 0.230944] ACPI: \_SB_: platform _OSC: OS control mask [0000003b] +[ 0.230944] ACPI: Dynamic OEM Table Load: +[ 0.230944] ACPI: SSDT 0xFFFF8EAD83083000 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527) +[ 0.231754] ACPI: Dynamic OEM Table Load: +[ 0.231762] ACPI: SSDT 0xFFFF8EAD8308B800 000626 (v02 PmRef Cpu0Ist 00003000 INTL 20160527) +[ 0.232928] ACPI: Dynamic OEM Table Load: +[ 0.232934] ACPI: SSDT 0xFFFF8EAD82372200 0000FC (v02 PmRef Cpu0Psd 00003000 INTL 20160527) +[ 0.234292] ACPI: Dynamic OEM Table Load: +[ 0.234300] ACPI: SSDT 0xFFFF8EAD8308F800 000778 (v02 PmRef ApIst 00003000 INTL 20160527) +[ 0.235535] ACPI: Dynamic OEM Table Load: +[ 0.235545] ACPI: SSDT 0xFFFF8EAD83084400 0003D7 (v02 PmRef ApHwp 00003000 INTL 20160527) +[ 0.236768] ACPI: Dynamic OEM Table Load: +[ 0.236775] ACPI: SSDT 0xFFFF8EAD830A2000 000D22 (v02 PmRef ApPsd 00003000 INTL 20160527) +[ 0.238687] ACPI: Dynamic OEM Table Load: +[ 0.238694] ACPI: SSDT 0xFFFF8EAD83083800 0003CA (v02 PmRef ApCst 00003000 INTL 20160527) +[ 0.245339] ACPI: Interpreter enabled +[ 0.245383] ACPI: PM: (supports S0 S3 S4 S5) +[ 0.245385] ACPI: Using IOAPIC for interrupt routing +[ 0.246855] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug +[ 0.246857] PCI: Ignoring E820 reservations for host bridge windows +[ 0.248020] ACPI: Enabled 10 GPEs in block 00 to 7F +[ 0.264861] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource +[ 0.267623] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource +[ 0.267843] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource +[ 0.268059] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource +[ 0.276286] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource +[ 0.282371] ACPI: \_TZ_.FN00: New power resource +[ 0.282450] ACPI: \_TZ_.FN01: New power resource +[ 0.282525] ACPI: \_TZ_.FN02: New power resource +[ 0.282602] ACPI: \_TZ_.FN03: New power resource +[ 0.282680] ACPI: \_TZ_.FN04: New power resource +[ 0.283219] ACPI: \PIN_: New power resource +[ 0.283662] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e]) +[ 0.283668] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] +[ 0.283772] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME] +[ 0.283951] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC] +[ 0.283953] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration +[ 0.285298] PCI host bridge to bus 0000:00 +[ 0.285302] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] +[ 0.285305] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] +[ 0.285306] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window] +[ 0.285308] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000effff window] +[ 0.285310] pci_bus 0000:00: root bus resource [mem 0x7e800000-0xefffffff window] +[ 0.285311] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window] +[ 0.285313] pci_bus 0000:00: root bus resource [bus 00-7e] +[ 0.285399] pci 0000:00:00.0: [8086:9b53] type 00 class 0x060000 conventional PCI endpoint +[ 0.285489] pci 0000:00:02.0: [8086:9bc8] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint +[ 0.285504] pci 0000:00:02.0: BAR 0 [mem 0x90000000-0x90ffffff 64bit] +[ 0.285507] pci 0000:00:02.0: BAR 2 [mem 0x80000000-0x8fffffff 64bit pref] +[ 0.285509] pci 0000:00:02.0: BAR 4 [io 0x3000-0x303f] +[ 0.285521] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] +[ 0.285757] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint +[ 0.285773] pci 0000:00:08.0: BAR 0 [mem 0x911c5000-0x911c5fff 64bit] +[ 0.285944] pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000 conventional PCI endpoint +[ 0.286035] pci 0000:00:12.0: BAR 0 [mem 0x911c4000-0x911c4fff 64bit] +[ 0.286276] pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330 conventional PCI endpoint +[ 0.286364] pci 0000:00:14.0: BAR 0 [mem 0x911a0000-0x911affff 64bit] +[ 0.286452] pci 0000:00:14.0: PME# supported from D3hot D3cold +[ 0.287159] pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000 conventional PCI endpoint +[ 0.287241] pci 0000:00:14.2: BAR 0 [mem 0x911bc000-0x911bdfff 64bit] +[ 0.287248] pci 0000:00:14.2: BAR 2 [mem 0x911c3000-0x911c3fff 64bit] +[ 0.287820] pci 0000:00:15.0: [8086:06e8] type 00 class 0x0c8000 conventional PCI endpoint +[ 0.289170] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit] +[ 0.300525] pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000 conventional PCI endpoint +[ 0.300610] pci 0000:00:16.0: BAR 0 [mem 0x911c1000-0x911c1fff 64bit] +[ 0.300698] pci 0000:00:16.0: PME# supported from D3hot +[ 0.301285] pci 0000:00:16.3: [8086:06e3] type 00 class 0x070002 conventional PCI endpoint +[ 0.301372] pci 0000:00:16.3: BAR 0 [io 0x30a0-0x30a7] +[ 0.301376] pci 0000:00:16.3: BAR 1 [mem 0x911c0000-0x911c0fff] +[ 0.301681] pci 0000:00:17.0: [8086:06d6] type 00 class 0x010400 conventional PCI endpoint +[ 0.301868] pci 0000:00:17.0: BAR 0 [mem 0x911b0000-0x911b7fff] +[ 0.301872] pci 0000:00:17.0: BAR 1 [mem 0x911bf000-0x911bf0ff] +[ 0.301875] pci 0000:00:17.0: BAR 2 [io 0x3090-0x3097] +[ 0.301879] pci 0000:00:17.0: BAR 3 [io 0x3080-0x3083] +[ 0.301883] pci 0000:00:17.0: BAR 4 [io 0x3060-0x307f] +[ 0.301886] pci 0000:00:17.0: BAR 5 [mem 0x91100000-0x9117ffff] +[ 0.302069] pci 0000:00:17.0: PME# supported from D3hot +[ 0.302575] pci 0000:00:1f.0: [8086:0687] type 00 class 0x060100 conventional PCI endpoint +[ 0.303023] pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040300 conventional PCI endpoint +[ 0.303172] pci 0000:00:1f.3: BAR 0 [mem 0x911b8000-0x911bbfff 64bit] +[ 0.303190] pci 0000:00:1f.3: BAR 4 [mem 0x91000000-0x910fffff 64bit] +[ 0.303332] pci 0000:00:1f.3: PME# supported from D3hot D3cold +[ 0.304724] pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500 conventional PCI endpoint +[ 0.305130] pci 0000:00:1f.4: BAR 0 [mem 0x911be000-0x911be0ff 64bit] +[ 0.305162] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf] +[ 0.305558] pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000 conventional PCI endpoint +[ 0.305643] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff] +[ 0.305760] pci 0000:00:1f.6: [8086:0d4c] type 00 class 0x020000 conventional PCI endpoint +[ 0.305900] pci 0000:00:1f.6: BAR 0 [mem 0x91180000-0x9119ffff] +[ 0.306031] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold +[ 0.310593] ACPI: PCI: Interrupt link LNKA configured for IRQ 0 +[ 0.310696] ACPI: PCI: Interrupt link LNKB configured for IRQ 1 +[ 0.310796] ACPI: PCI: Interrupt link LNKC configured for IRQ 0 +[ 0.310895] ACPI: PCI: Interrupt link LNKD configured for IRQ 0 +[ 0.310994] ACPI: PCI: Interrupt link LNKE configured for IRQ 1 +[ 0.311093] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 +[ 0.311196] ACPI: PCI: Interrupt link LNKG configured for IRQ 1 +[ 0.311295] ACPI: PCI: Interrupt link LNKH configured for IRQ 1 +[ 0.315212] iommu: Default domain type: Translated +[ 0.315212] iommu: DMA domain TLB invalidation policy: lazy mode +[ 0.315301] SCSI subsystem initialized +[ 0.315309] libata version 3.00 loaded. +[ 0.315309] ACPI: bus type USB registered +[ 0.315309] usbcore: registered new interface driver usbfs +[ 0.315309] usbcore: registered new interface driver hub +[ 0.315309] usbcore: registered new device driver usb +[ 0.315309] pps_core: LinuxPPS API ver. 1 registered +[ 0.315309] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti +[ 0.315309] PTP clock support registered +[ 0.315309] EDAC MC: Ver: 3.0.0 +[ 0.316241] efivars: Registered efivars operations +[ 0.316485] NetLabel: Initializing +[ 0.316487] NetLabel: domain hash size = 128 +[ 0.316489] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO +[ 0.316517] NetLabel: unlabeled traffic allowed by default +[ 0.316539] mctp: management component transport protocol core +[ 0.316539] NET: Registered PF_MCTP protocol family +[ 0.316539] PCI: Using ACPI for IRQ routing +[ 0.359738] PCI: pci_cache_line_size set to 64 bytes +[ 0.359826] e820: register RAM buffer resource [mem 0x0009e000-0x0009ffff] +[ 0.359828] e820: register RAM buffer resource [mem 0x6658f000-0x67ffffff] +[ 0.359829] e820: register RAM buffer resource [mem 0x6b722000-0x6bffffff] +[ 0.359830] e820: register RAM buffer resource [mem 0x70f80000-0x73ffffff] +[ 0.359831] e820: register RAM buffer resource [mem 0x78e00000-0x7bffffff] +[ 0.359832] e820: register RAM buffer resource [mem 0x67d800000-0x67fffffff] +[ 0.359874] pci 0000:00:02.0: vgaarb: setting as boot VGA device +[ 0.359874] pci 0000:00:02.0: vgaarb: bridge control possible +[ 0.359874] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none +[ 0.359874] vgaarb: loaded +[ 0.360133] Monitor-Mwait will be used to enter C-1 state +[ 0.360137] Monitor-Mwait will be used to enter C-2 state +[ 0.360137] Monitor-Mwait will be used to enter C-3 state +[ 0.365217] clocksource: Switched to clocksource tsc-early +[ 0.365392] VFS: Disk quotas dquot_6.6.0 +[ 0.365403] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) +[ 0.365486] AppArmor: AppArmor Filesystem Enabled +[ 0.365517] acpi PNP0C02:00: Reserved [mem 0x40000000-0x403fffff] +[ 0.365841] acpi PNP0C02:01: Reserved [io 0x0900-0x090f] +[ 0.365844] acpi PNP0C02:01: Reserved [io 0x0910-0x091f] +[ 0.365845] acpi PNP0C02:01: Reserved [io 0x0920-0x093f] +[ 0.365847] acpi PNP0C02:01: Reserved [io 0x0940-0x094f] +[ 0.365848] acpi PNP0C02:01: Reserved [io 0x0950-0x096f] +[ 0.365849] acpi PNP0C02:01: Reserved [io 0x0970-0x098f] +[ 0.365851] acpi PNP0C02:01: Reserved [io 0x0990-0x09af] +[ 0.365857] acpi PNP0C02:02: Skipped [io 0x002e-0x002f] +[ 0.365858] acpi PNP0C02:02: Skipped [io 0x004e-0x004f] +[ 0.365859] acpi PNP0C02:02: Skipped [io 0x0061] +[ 0.365861] acpi PNP0C02:02: Skipped [io 0x0063] +[ 0.365862] acpi PNP0C02:02: Skipped [io 0x0065] +[ 0.365863] acpi PNP0C02:02: Skipped [io 0x0067] +[ 0.365864] acpi PNP0C02:02: Skipped [io 0x0070] +[ 0.365865] acpi PNP0C02:02: Skipped [io 0x0080] +[ 0.365867] acpi PNP0C02:02: Skipped [io 0x0092] +[ 0.365868] acpi PNP0C02:02: Skipped [io 0x00b2-0x00b3] +[ 0.365869] acpi PNP0C02:02: Reserved [io 0x0680-0x069f] +[ 0.365870] acpi PNP0C02:02: Reserved [io 0x164e-0x164f] +[ 0.365987] acpi PNP0C02:03: Reserved [mem 0xfd000000-0xfd69ffff] +[ 0.365989] acpi PNP0C02:03: Reserved [mem 0xfd6c0000-0xfd6cffff] +[ 0.365991] acpi PNP0C02:03: Reserved [mem 0xfd6f0000-0xfdffffff] +[ 0.365993] acpi PNP0C02:03: Could not reserve [mem 0xfe000000-0xfe01ffff] +[ 0.365996] acpi PNP0C02:03: Reserved [mem 0xfe200000-0xfe7fffff] +[ 0.365998] acpi PNP0C02:03: Reserved [mem 0xff000000-0xffffffff] +[ 0.365999] acpi PNP0C02:03: Could not reserve [io 0x1800-0x18fe] +[ 0.366281] acpi PNP0C02:04: Reserved [io 0x2000-0x20fe] +[ 0.366375] acpi PNP0C02:05: Reserved [mem 0xfed10000-0xfed17fff] +[ 0.366377] acpi PNP0C02:05: Reserved [mem 0xfed18000-0xfed18fff] +[ 0.366381] acpi PNP0C02:05: Reserved [mem 0xfed19000-0xfed19fff] +[ 0.366382] acpi PNP0C02:05: Reserved [mem 0xf0000000-0xf7ffffff] +[ 0.366384] acpi PNP0C02:05: Reserved [mem 0xfed20000-0xfed3ffff] +[ 0.366385] acpi PNP0C02:05: Could not reserve [mem 0xfed90000-0xfed93fff] +[ 0.366387] acpi PNP0C02:05: Reserved [mem 0xfed45000-0xfed8ffff] +[ 0.366388] acpi PNP0C02:05: Could not reserve [mem 0xfee00000-0xfeefffff] +[ 0.366536] acpi PNP0C02:06: Reserved [mem 0xfe038000-0xfe038fff] +[ 0.366566] pnp: PnP ACPI init +[ 0.367136] pnp 00:00: [dma 0 disabled] +[ 0.368712] pnp: PnP ACPI: found 2 devices +[ 0.374905] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns +[ 0.374991] NET: Registered PF_INET protocol family +[ 0.375116] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) +[ 0.389941] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) +[ 0.389977] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) +[ 0.390058] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) +[ 0.390357] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) +[ 0.390572] TCP: Hash tables configured (established 262144 bind 65536) +[ 0.390682] MPTCP token hash table entries: 32768 (order: 8, 786432 bytes, linear) +[ 0.390799] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear) +[ 0.390944] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear) +[ 0.391090] NET: Registered PF_UNIX/PF_LOCAL protocol family +[ 0.391097] NET: Registered PF_XDP protocol family +[ 0.391112] pci 0000:00:15.0: BAR 0 [mem 0x7e800000-0x7e800fff 64bit]: assigned +[ 0.391146] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] +[ 0.391148] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] +[ 0.391150] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window] +[ 0.391151] pci_bus 0000:00: resource 7 [mem 0x000e4000-0x000effff window] +[ 0.391153] pci_bus 0000:00: resource 8 [mem 0x7e800000-0xefffffff window] +[ 0.391154] pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfe7fffff window] +[ 0.391620] PCI: CLS 64 bytes, default 64 +[ 0.391675] DMAR: No ATSR found +[ 0.391676] DMAR: No SATC found +[ 0.391677] DMAR: dmar0: Using Queued invalidation +[ 0.391681] DMAR: dmar1: Using Queued invalidation +[ 0.391743] Trying to unpack rootfs image as initramfs... +[ 0.392255] pci 0000:00:02.0: Adding to iommu group 0 +[ 0.392611] pci 0000:00:00.0: Adding to iommu group 1 +[ 0.392620] pci 0000:00:08.0: Adding to iommu group 2 +[ 0.392631] pci 0000:00:12.0: Adding to iommu group 3 +[ 0.392644] pci 0000:00:14.0: Adding to iommu group 4 +[ 0.392652] pci 0000:00:14.2: Adding to iommu group 4 +[ 0.392662] pci 0000:00:15.0: Adding to iommu group 5 +[ 0.392676] pci 0000:00:16.0: Adding to iommu group 6 +[ 0.392684] pci 0000:00:16.3: Adding to iommu group 6 +[ 0.392692] pci 0000:00:17.0: Adding to iommu group 7 +[ 0.392711] pci 0000:00:1f.0: Adding to iommu group 8 +[ 0.392720] pci 0000:00:1f.3: Adding to iommu group 8 +[ 0.392728] pci 0000:00:1f.4: Adding to iommu group 8 +[ 0.392736] pci 0000:00:1f.5: Adding to iommu group 8 +[ 0.392743] pci 0000:00:1f.6: Adding to iommu group 8 +[ 0.393501] DMAR: Intel(R) Virtualization Technology for Directed I/O +[ 0.393503] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) +[ 0.393504] software IO TLB: mapped [mem 0x0000000058dbc000-0x000000005cdbc000] (64MB) +[ 0.397098] Initialise system trusted keyrings +[ 0.397109] Key type blacklist registered +[ 0.397225] workingset: timestamp_bits=36 max_order=23 bucket_order=0 +[ 0.397552] squashfs: version 4.0 (2009/01/31) Phillip Lougher +[ 0.397752] fuse: init (API version 7.45) +[ 0.398320] integrity: Platform Keyring initialized +[ 0.398324] integrity: Machine keyring initialized +[ 0.409795] Key type asymmetric registered +[ 0.409798] Asymmetric key parser 'x509' registered +[ 0.409825] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) +[ 0.409940] io scheduler mq-deadline registered +[ 0.412973] ledtrig-cpu: registered to indicate activity on CPUs +[ 0.413183] input: Sleep Button as /devices/platform/PNP0C0E:00/input/input0 +[ 0.413205] ACPI: button: Sleep Button [SLPB] +[ 0.413245] input: Power Button as /devices/platform/PNP0C0C:00/input/input1 +[ 0.413261] ACPI: button: Power Button [PWRB] +[ 0.413288] input: Power Button as /devices/platform/LNXPWRBN:00/input/input2 +[ 0.413317] ACPI: button: Power Button [PWRF] +[ 0.418006] acpi LNXTHERM:00: registered as thermal_zone0 +[ 0.418009] ACPI: thermal: Thermal Zone [TZ00] (28 C) +[ 0.418262] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled +[ 0.440192] 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A +[ 0.443411] serial 0000:00:16.3: enabling device (0001 -> 0003) +[ 0.464847] 0000:00:16.3: ttyS4 at I/O 0x30a0 (irq = 17, base_baud = 115200) is a 16550A +[ 0.465287] hpet_acpi_add: no address or irqs in _CRS +[ 0.465320] Linux agpgart interface v0.103 +[ 0.480051] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFC, rev-id 1) +[ 0.493088] loop: module loaded +[ 0.493343] ACPI: bus type drm_connector registered +[ 0.494614] tun: Universal TUN/TAP device driver, 1.6 +[ 0.494681] PPP generic driver version 2.4.2 +[ 0.494743] i8042: PNP: No PS/2 controller found. +[ 0.494782] mousedev: PS/2 mouse device common for all mice +[ 0.494903] rtc_cmos 00:01: RTC can wake from S4 +[ 0.496532] rtc_cmos 00:01: registered as rtc0 +[ 0.496848] rtc_cmos 00:01: setting system clock to 2026-07-27T18:49:33 UTC (1785178173) +[ 0.496904] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram +[ 0.496917] i2c_dev: i2c /dev entries driver +[ 0.498260] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. +[ 0.498281] device-mapper: uevent: version 1.0.3 +[ 0.498370] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev +[ 0.498377] intel_pstate: Intel P-state driver initializing +[ 0.499206] intel_pstate: HWP enabled +[ 0.499384] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic +[ 0.499397] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0 +[ 0.500252] fbcon: Deferring console take-over +[ 0.500254] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device +[ 0.500334] drop_monitor: Initializing network drop monitor service +[ 0.500439] NET: Registered PF_INET6 protocol family +[ 0.500739] Segment Routing with IPv6 +[ 0.500747] In-situ OAM (IOAM) with IPv6 +[ 0.500763] NET: Registered PF_PACKET protocol family +[ 0.500781] Bridge firewalling registered +[ 0.500841] Key type dns_resolver registered +[ 0.502516] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' +[ 0.503176] microcode: Current revision: 0x00000100 +[ 0.503178] microcode: Updated early from: 0x000000f8 +[ 0.504225] IPI shorthand broadcast: enabled +[ 0.506270] sched_clock: Marking stable (493001064, 12888658)->(545786835, -39897113) +[ 0.506558] registered taskstats version 1 +[ 0.508380] Loading compiled-in X.509 certificates +[ 0.509023] Loaded X.509 cert 'Build time autogenerated kernel key: f4065fd0a2a97ad8fb261e072b7b62f295ff3990' +[ 0.514226] Demotion targets for Node 0: null +[ 0.514341] Key type .fscrypt registered +[ 0.514343] Key type fscrypt-provisioning registered +[ 0.514393] Key type big_key registered +[ 0.514395] Key type trusted registered +[ 0.798711] Freeing initrd memory: 89828K +[ 0.808469] Key type encrypted registered +[ 0.808472] AppArmor: AppArmor sha256 policy hashing enabled +[ 0.808479] Loading compiled-in module X.509 certificates +[ 0.808821] Loaded X.509 cert 'Build time autogenerated kernel key: f4065fd0a2a97ad8fb261e072b7b62f295ff3990' +[ 0.808823] ima: Allocated hash algorithm: sha256 +[ 0.842854] ima: No architecture policies found +[ 0.842880] evm: Initialising EVM extended attributes: +[ 0.842881] evm: security.selinux +[ 0.842882] evm: security.SMACK64 +[ 0.842883] evm: security.SMACK64EXEC +[ 0.842883] evm: security.SMACK64TRANSMUTE +[ 0.842884] evm: security.SMACK64MMAP +[ 0.842884] evm: security.apparmor +[ 0.842885] evm: security.ima +[ 0.842885] evm: security.capability +[ 0.842886] evm: HMAC attrs: 0x1 +[ 0.843355] integrity: Loading X.509 certificate: UEFI:db +[ 0.843411] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7' +[ 0.843412] integrity: Loading X.509 certificate: UEFI:db +[ 0.843433] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' +[ 0.843434] integrity: Loading X.509 certificate: UEFI:db +[ 0.843445] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' +[ 0.843571] integrity: Revoking X.509 certificate: UEFI:dbx +[ 0.843583] blacklist: Revoked X.509 cert 'Microsoft Windows PCA 2010: d14fa98a0708cef4241898e500fff3d6791d37bc' +[ 0.844220] PM: Magic number: 2:733:848 +[ 0.844484] RAS: Correctable Errors collector initialized. +[ 0.844606] clk: Disabling unused clocks +[ 0.844607] PM: genpd: Disabling unused power domains +[ 0.845580] Freeing unused decrypted memory: 2028K +[ 0.846138] Freeing unused kernel image (initmem) memory: 5092K +[ 0.846158] Write protecting the kernel read-only data: 38912k +[ 0.846580] Freeing unused kernel image (text/rodata gap) memory: 84K +[ 0.846784] Freeing unused kernel image (rodata/data gap) memory: 212K +[ 0.856975] x86/mm: Checked W+X mappings: passed, no W+X pages found. +[ 0.856981] Run /init as init process +[ 0.856982] with arguments: +[ 0.856983] /init +[ 0.856984] with environment: +[ 0.856985] HOME=/ +[ 0.856985] TERM=linux +[ 0.965819] wmi_bus wmi_bus-PNP0C14:04: [Firmware Bug]: WQBC data block query control method not found +[ 0.976744] ahci 0000:00:17.0: Found 1 remapped NVMe devices. +[ 0.976748] ahci 0000:00:17.0: Switch your BIOS from RAID to AHCI mode to use them. +[ 0.976835] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, RAID mode +[ 0.976837] ahci 0000:00:17.0: 3/4 ports implemented (port mask 0xb) +[ 0.976839] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst +[ 0.977022] i801_smbus 0000:00:1f.4: SPD Write Disable is set +[ 0.977062] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt +[ 0.977379] scsi host0: ahci +[ 0.977479] scsi host1: ahci +[ 0.977563] scsi host2: ahci +[ 0.977657] scsi host3: ahci +[ 0.977720] ata1: SATA max UDMA/133 abar m524288@0x91100000 port 0x91100100 irq 22 lpm-pol 3 +[ 0.977725] ata2: SATA max UDMA/133 abar m524288@0x91100000 port 0x91100180 irq 22 lpm-pol 3 +[ 0.977728] ata3: DUMMY +[ 0.977732] ata4: SATA max UDMA/133 abar m524288@0x91100000 port 0x91100280 irq 22 lpm-pol 3 +[ 0.978450] e1000e: Intel(R) PRO/1000 Network Driver +[ 0.978452] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. +[ 0.978537] intel-lpss 0000:00:15.0: enabling device (0104 -> 0106) +[ 0.978876] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode +[ 0.978918] idma64 idma64.0: Found Intel integrated DMA 64-bit +[ 0.979283] i2c i2c-0: Successfully instantiated SPD at 0x50 +[ 0.979631] i2c i2c-0: Successfully instantiated SPD at 0x51 +[ 0.979982] i2c i2c-0: Successfully instantiated SPD at 0x52 +[ 1.053832] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock +[ 1.117473] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) a4:bb:6d:e3:56:86 +[ 1.117492] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection +[ 1.117650] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF +[ 1.283130] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) +[ 1.283175] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) +[ 1.283526] ata1.00: ATA-11: PNY CS900 250GB SSD, CS900E12, max UDMA/133 +[ 1.283571] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 32), AA +[ 1.283779] ata1.00: Features: DIPM +[ 1.284254] ata1.00: configured for UDMA/133 +[ 1.287016] ata4.00: ATAPI: PLDS DVD+/-RW DU-8A5LH, 6D1M, max UDMA/133 +[ 1.287020] ata4.00: Features: Dev-Attention HIPM DIPM +[ 1.290365] ata2: SATA link down (SStatus 4 SControl 300) +[ 1.293570] ata4.00: configured for UDMA/133 +[ 1.294649] scsi 0:0:0:0: Direct-Access ATA PNY CS900 250GB 0E12 PQ: 0 ANSI: 5 +[ 1.294839] sd 0:0:0:0: Attached scsi generic sg0 type 0 +[ 1.294848] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB) +[ 1.294854] sd 0:0:0:0: [sda] Write Protect is off +[ 1.294855] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 +[ 1.294862] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA +[ 1.294873] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes +[ 1.317099] scsi 3:0:0:0: CD-ROM PLDS DVD+-RW DU-8A5LH 6D1M PQ: 0 ANSI: 5 +[ 1.320860] sda: sda1 sda2 sda3 +[ 1.321194] sd 0:0:0:0: [sda] Attached SCSI disk +[ 1.361538] sr 3:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray +[ 1.377226] cdrom: Uniform CD-ROM driver Revision: 3.20 +[ 1.401149] sr 3:0:0:0: Attached scsi CD-ROM sr0 +[ 1.401290] sr 3:0:0:0: Attached scsi generic sg1 type 5 +[ 1.403459] xhci_hcd 0000:00:14.0: xHCI Host Controller +[ 1.403466] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 +[ 1.404608] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810 +[ 1.404674] e1000e 0000:00:1f.6 eno1: renamed from eth0 +[ 1.405012] xhci_hcd 0000:00:14.0: xHCI Host Controller +[ 1.405015] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 +[ 1.405018] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed +[ 1.405098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.00 +[ 1.405101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 1.405103] usb usb1: Product: xHCI Host Controller +[ 1.405104] usb usb1: Manufacturer: Linux 7.0.14-6-pve xhci-hcd +[ 1.405105] usb usb1: SerialNumber: 0000:00:14.0 +[ 1.405236] hub 1-0:1.0: USB hub found +[ 1.405273] hub 1-0:1.0: 16 ports detected +[ 1.407455] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.00 +[ 1.407458] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 1.407459] usb usb2: Product: xHCI Host Controller +[ 1.407460] usb usb2: Manufacturer: Linux 7.0.14-6-pve xhci-hcd +[ 1.407461] usb usb2: SerialNumber: 0000:00:14.0 +[ 1.407550] hub 2-0:1.0: USB hub found +[ 1.407569] hub 2-0:1.0: 10 ports detected +[ 1.452066] tsc: Refined TSC clocksource calibration: 3096.001 MHz +[ 1.452072] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2ca085e1386, max_idle_ns: 440795294345 ns +[ 1.452120] clocksource: Switched to clocksource tsc +[ 1.645238] usb 1-2: new high-speed USB device number 2 using xhci_hcd +[ 1.774218] usb 1-2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=94.06 +[ 1.774222] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 1.774223] usb 1-2: Product: USB2.1 Hub +[ 1.774224] usb 1-2: Manufacturer: GenesysLogic +[ 1.775828] hub 1-2:1.0: USB hub found +[ 1.776332] hub 1-2:1.0: 4 ports detected +[ 1.883613] usb 2-2: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd +[ 1.899277] usb 2-2: New USB device found, idVendor=05e3, idProduct=0625, bcdDevice=94.06 +[ 1.899280] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 1.899282] usb 2-2: Product: USB3.2 Hub +[ 1.899283] usb 2-2: Manufacturer: GenesysLogic +[ 1.901975] hub 2-2:1.0: USB hub found +[ 1.903014] hub 2-2:1.0: 4 ports detected +[ 2.008967] usb 1-12: new high-speed USB device number 3 using xhci_hcd +[ 2.069565] fbcon: Taking over console +[ 2.070191] Console: switching to colour frame buffer device 128x48 +[ 2.132433] usb 1-12: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 +[ 2.132437] usb 1-12: New USB device strings: Mfr=0, Product=1, SerialNumber=0 +[ 2.132439] usb 1-12: Product: USB 2.0 Hub +[ 2.133451] hub 1-12:1.0: USB hub found +[ 2.133516] hub 1-12:1.0: 4 ports detected +[ 2.140933] raid6: avx2x4 gen() 47894 MB/s +[ 2.157934] raid6: avx2x2 gen() 46205 MB/s +[ 2.174931] raid6: avx2x1 gen() 39877 MB/s +[ 2.174932] raid6: using algorithm avx2x4 gen() 47894 MB/s +[ 2.191932] raid6: .... xor() 20622 MB/s, rmw enabled +[ 2.191933] raid6: using avx2x2 recovery algorithm +[ 2.193091] xor: automatically using best checksumming function avx +[ 2.246124] usb 2-4: new SuperSpeed USB device number 3 using xhci_hcd +[ 2.260318] usb 2-4: Int endpoint with wBytesPerInterval of 0 in config 1 interface 0 altsetting 0 ep 129: setting to 16 +[ 2.261458] usb 2-4: Int endpoint with wBytesPerInterval of 0 in config 2 interface 0 altsetting 0 ep 129: setting to 16 +[ 2.262532] usb 2-4: Int endpoint with wBytesPerInterval of 0 in config 3 interface 0 altsetting 0 ep 129: setting to 16 +[ 2.263618] usb 2-4: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 2.00 +[ 2.263620] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 2.263621] usb 2-4: Product: AX88179B +[ 2.263623] usb 2-4: Manufacturer: ASIX +[ 2.263623] usb 2-4: SerialNumber: 006A5B6C +[ 2.268754] Btrfs loaded, zoned=yes, fsverity=yes +[ 2.279812] usbcore: registered new interface driver cdc_ether +[ 2.320979] cdc_ncm 2-4:2.0: MAC-Address: 9c:69:d3:6a:5b:6c +[ 2.320982] cdc_ncm 2-4:2.0: setting rx_max = 16384 +[ 2.321428] cdc_ncm 2-4:2.0: setting tx_max = 16384 +[ 2.321815] cdc_ncm 2-4:2.0 eth0: register 'cdc_ncm' at usb-0000:00:14.0-4, CDC NCM (NO ZLP), 9c:69:d3:6a:5b:6c +[ 2.322715] usbcore: registered new interface driver cdc_ncm +[ 2.324262] cdc_ncm 2-4:2.0 enx9c69d36a5b6c: renamed from eth0 +[ 2.356903] usb 1-2.3: new full-speed USB device number 4 using xhci_hcd +[ 2.423312] EXT4-fs (dm-1): orphan cleanup on readonly fs +[ 2.423728] EXT4-fs (dm-1): mounted filesystem 7075f1aa-a72c-4278-8297-18a43cc655e8 ro with ordered data mode. Quota mode: none. +[ 2.470799] usb 1-2.3: New USB device found, idVendor=047d, idProduct=105e, bcdDevice= 0.00 +[ 2.470803] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 2.470804] usb 1-2.3: Product: Bluetooth EDR Dongle +[ 2.470805] usb 1-2.3: Manufacturer: Kensington +[ 2.582933] usb 1-2.4: new low-speed USB device number 5 using xhci_hcd +[ 2.631010] systemd[1]: Inserted module 'autofs4' +[ 2.696196] systemd[1]: systemd 257.13-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) +[ 2.696201] systemd[1]: Detected architecture x86-64. +[ 2.697987] systemd[1]: Hostname set to . +[ 2.698903] usb 1-2.4: New USB device found, idVendor=0c45, idProduct=7401, bcdDevice= 0.01 +[ 2.698906] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 2.698907] usb 1-2.4: Product: TEMPerV1.4 +[ 2.698908] usb 1-2.4: Manufacturer: RDing +[ 2.745700] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. +[ 2.916673] systemd[1]: Queued start job for default target graphical.target. +[ 2.934175] systemd[1]: Created slice system-getty.slice - Slice /system/getty. +[ 2.934503] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. +[ 2.934799] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. +[ 2.935298] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice. +[ 2.935492] systemd[1]: Created slice user.slice - User and Session Slice. +[ 2.935529] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. +[ 2.935555] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. +[ 2.935679] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. +[ 2.935696] systemd[1]: Expecting device dev-disk-by\x2duuid-846F\x2d2410.device - /dev/disk/by-uuid/846F-2410... +[ 2.935702] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap... +[ 2.935708] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once. +[ 2.935716] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once. +[ 2.935736] systemd[1]: Reached target network-pre.target - Preparation for Network. +[ 2.935750] systemd[1]: Reached target paths.target - Path Units. +[ 2.935768] systemd[1]: Reached target slices.target - Slice Units. +[ 2.935828] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. +[ 2.935873] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. +[ 2.938126] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. +[ 2.938818] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. +[ 2.938872] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. +[ 2.938965] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). +[ 2.939021] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. +[ 2.939056] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki +[ 2.939070] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki +[ 2.939118] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. +[ 2.939154] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. +[ 2.940018] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... +[ 2.940463] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... +[ 2.940491] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway. +[ 2.941005] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... +[ 2.941458] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... +[ 2.941922] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... +[ 2.941957] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS skipped, unmet condition check ConditionPathExists=/etc/krb5.keytab +[ 2.942752] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... +[ 2.943592] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... +[ 2.944503] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... +[ 2.945329] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... +[ 2.946164] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... +[ 2.946946] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... +[ 2.947685] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... +[ 2.948302] systemd[1]: Starting modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics... +[ 2.948559] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root +[ 2.948598] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 +[ 2.950301] systemd[1]: Starting systemd-journald.service - Journal Service... +[ 2.957021] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... +[ 2.957033] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki +[ 2.957589] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... +[ 2.957619] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki +[ 2.958193] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... +[ 2.958740] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... +[ 2.959993] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. +[ 2.960171] systemd[1]: modprobe@configfs.service: Deactivated successfully. +[ 2.960279] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. +[ 2.960420] systemd[1]: modprobe@drm.service: Deactivated successfully. +[ 2.960518] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. +[ 2.960674] systemd[1]: modprobe@fuse.service: Deactivated successfully. +[ 2.960764] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. +[ 2.961453] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... +[ 2.962075] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... +[ 2.962861] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... +[ 2.965059] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. +[ 2.965157] pstore: Using crash dump compression: deflate +[ 2.965179] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. +[ 2.965266] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. +[ 2.965350] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. +[ 2.965428] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. +[ 2.966243] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. +[ 2.967479] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. +[ 2.969713] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. +[ 2.977899] pstore: Registered efi_pstore as persistent store backend +[ 2.978229] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. +[ 2.978355] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. +[ 2.979722] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. +[ 2.980623] Key type psk registered +[ 2.981662] systemd-journald[384]: Collecting audit messages is disabled. +[ 2.992657] EXT4-fs (dm-1): re-mounted 7075f1aa-a72c-4278-8297-18a43cc655e8 r/w. +[ 2.993303] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. +[ 2.995398] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc +[ 2.995440] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore +[ 2.996246] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... +[ 2.996260] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki +[ 3.004113] systemd[1]: modprobe@nvme_fabrics.service: Deactivated successfully. +[ 3.012010] systemd[1]: Finished modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics. +[ 3.017601] systemd[1]: Started systemd-journald.service - Journal Service. +[ 3.031648] systemd-journald[384]: Received client request to flush runtime journal. +[ 3.048675] spl: loading out-of-tree module taints kernel. +[ 3.112620] zfs: module license 'CDDL' taints kernel. +[ 3.112623] Disabling lock debugging due to kernel taint +[ 3.112639] zfs: module license taints kernel. +[ 3.302398] e1000e 0000:00:1f.6 nic0: renamed from eno1 +[ 3.550667] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-1 extents:1 across:8388604k SS +[ 3.575819] usbcore: registered new interface driver cdc_wdm +[ 3.575904] hid: raw HID events driver (C) Jiri Kosina +[ 3.576974] intel_pch_thermal 0000:00:12.0: enabling device (0100 -> 0102) +[ 3.577768] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only +[ 3.579344] ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only +[ 3.581145] ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only +[ 3.594417] input: Dell AIO WMI hotkeys as /devices/virtual/input/input3 +[ 3.594924] Bluetooth: Core ver 2.22 +[ 3.594946] NET: Registered PF_BLUETOOTH protocol family +[ 3.594948] Bluetooth: HCI device and connection manager initialized +[ 3.594951] Bluetooth: HCI socket layer initialized +[ 3.594953] Bluetooth: L2CAP socket layer initialized +[ 3.594956] Bluetooth: SCO socket layer initialized +[ 3.596113] mei_me 0000:00:16.0: enabling device (0000 -> 0002) +[ 3.603250] usbcore: registered new interface driver cdc_mbim +[ 3.606050] spi-nor spi0.0: supply vcc not found, using dummy regulator +[ 3.608631] usbcore: registered new interface driver usbhid +[ 3.608634] usbhid: USB HID core driver +[ 3.615953] input: PC Speaker as /devices/platform/pcspkr/input/input4 +[ 3.619687] Creating 1 MTD partitions on "0000:00:1f.5": +[ 3.619697] 0x000000000000-0x000002000000 : "BIOS" +[ 3.619750] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4) +[ 3.623452] usbcore: registered new interface driver usbmouse +[ 3.640900] usbcore: registered new interface driver usbkbd +[ 3.647970] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer +[ 3.647973] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules +[ 3.647975] RAPL PMU: hw unit of domain package 2^-14 Joules +[ 3.647976] RAPL PMU: hw unit of domain dram 2^-14 Joules +[ 3.647977] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules +[ 3.654604] intel_pmc_core INT33A1:00: initialized +[ 3.673466] usbcore: registered new interface driver btusb +[ 3.688937] input: Dell WMI hotkeys as /devices/platform/PNP0C14:04/wmi_bus/wmi_bus-PNP0C14:04/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input5 +[ 3.739576] ZFS: Loaded module v2.4.3-pve1, ZFS pool version 5000, ZFS filesystem version 5 +[ 3.753764] input: RDing TEMPerV1.4 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.4/1-2.4:1.0/0003:0C45:7401.0001/input/input6 +[ 3.803958] hid-generic 0003:0C45:7401.0001: input,hidraw0: USB HID v1.10 Keyboard [RDing TEMPerV1.4] on usb-0000:00:14.0-2.4/input0 +[ 3.804060] hid-generic 0003:0C45:7401.0002: hiddev0,hidraw1: USB HID v1.10 Device [RDing TEMPerV1.4] on usb-0000:00:14.0-2.4/input1 +[ 4.234155] intel_tcc_cooling: Programmable TCC Offset detected +[ 4.238170] i915 0000:00:02.0: [drm] Found cometlake (device ID 9bc8) integrated display version 9.00 stepping N/A +[ 4.238980] i915 0000:00:02.0: [drm] VT-d active for gfx access +[ 4.257955] Console: switching to colour dummy device 80x25 +[ 4.258174] i915 0000:00:02.0: vgaarb: deactivate vga console +[ 4.258214] i915 0000:00:02.0: [drm] Using Transparent Hugepages +[ 4.261009] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem +[ 4.267951] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) +[ 4.271227] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915]) +[ 4.274935] i915 0000:00:02.0: [drm] Registered 3 planes with drm panic +[ 4.276445] intel_rapl_common: Found RAPL domain package +[ 4.276447] intel_rapl_common: Found RAPL domain core +[ 4.276448] intel_rapl_common: Found RAPL domain uncore +[ 4.276449] intel_rapl_common: Found RAPL domain dram +[ 4.280899] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1 +[ 4.284991] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) +[ 4.293386] input: Video Bus as /devices/pci0000:00/acpi.video_bus.0/input/input7 +[ 4.337736] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes +[ 4.345500] snd_hda_intel 0000:00:1f.3: enabling device (0100 -> 0102) +[ 4.385715] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915]) +[ 4.430396] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes +[ 4.432911] snd_hda_codec_alc269 hdaudioC0D0: ALC3246: picked fixup (pin match) +[ 4.470331] snd_hda_codec_alc269 hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line +[ 4.470334] snd_hda_codec_alc269 hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) +[ 4.470336] snd_hda_codec_alc269 hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) +[ 4.470337] snd_hda_codec_alc269 hdaudioC0D0: mono: mono_out=0x0 +[ 4.470338] snd_hda_codec_alc269 hdaudioC0D0: inputs: +[ 4.470339] snd_hda_codec_alc269 hdaudioC0D0: Headset Mic=0x19 +[ 4.470340] snd_hda_codec_alc269 hdaudioC0D0: Headphone Mic=0x1a +[ 4.477928] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes +[ 4.692413] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8 +[ 4.692494] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9 +[ 4.692544] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10 +[ 4.692590] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11 +[ 4.692627] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12 +[ 4.881334] audit: type=1400 audit(1785178177.883:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=686 comm="apparmor_parser" +[ 4.881352] audit: type=1400 audit(1785178177.883:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=685 comm="apparmor_parser" +[ 4.881381] audit: type=1400 audit(1785178177.883:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=687 comm="apparmor_parser" +[ 4.881398] audit: type=1400 audit(1785178177.883:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=677 comm="apparmor_parser" +[ 4.881467] audit: type=1400 audit(1785178177.883:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=688 comm="apparmor_parser" +[ 4.881470] audit: type=1400 audit(1785178177.883:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=684 comm="apparmor_parser" +[ 4.881472] audit: type=1400 audit(1785178177.883:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=678 comm="apparmor_parser" +[ 4.881484] audit: type=1400 audit(1785178177.883:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=683 comm="apparmor_parser" +[ 4.881650] audit: type=1400 audit(1785178177.883:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=682 comm="apparmor_parser" +[ 5.017556] RPC: Registered named UNIX socket transport module. +[ 5.017558] RPC: Registered udp transport module. +[ 5.017559] RPC: Registered tcp transport module. +[ 5.017560] RPC: Registered tcp-with-tls transport module. +[ 5.017560] RPC: Registered tcp NFSv4.1 backchannel transport module. +[ 5.170558] kauditd_printk_skb: 106 callbacks suppressed +[ 5.170560] audit: type=1400 audit(1785178178.172:117): apparmor="STATUS" operation="profile_load" profile="unconfined" name="transmission-cli" pid=762 comm="apparmor_parser" +[ 5.173879] audit: type=1400 audit(1785178178.175:118): apparmor="STATUS" operation="profile_load" profile="unconfined" name="transmission-daemon" pid=762 comm="apparmor_parser" +[ 5.181335] audit: type=1400 audit(1785178178.183:119): apparmor="STATUS" operation="profile_load" profile="unconfined" name="transmission-gtk" pid=762 comm="apparmor_parser" +[ 5.188226] audit: type=1400 audit(1785178178.190:120): apparmor="STATUS" operation="profile_load" profile="unconfined" name="transmission-qt" pid=762 comm="apparmor_parser" +[ 5.263036] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) +[ 5.263039] softdog: soft_reboot_cmd= soft_active_on_boot=0 +[ 5.884317] vmbr0: port 1(nic0) entered blocking state +[ 5.884321] vmbr0: port 1(nic0) entered disabled state +[ 5.884327] e1000e 0000:00:1f.6 nic0: entered allmulticast mode +[ 5.884357] e1000e 0000:00:1f.6 nic0: entered promiscuous mode +[ 9.709009] e1000e 0000:00:1f.6 nic0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None +[ 9.709060] vmbr0: port 1(nic0) entered blocking state +[ 9.709063] vmbr0: port 1(nic0) entered forwarding state +[ 11.081512] audit: type=1400 audit(1785178184.083:121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1000 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 11.090864] audit: type=1400 audit(1785178184.092:122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none +[ 11.090884] audit: type=1400 audit(1785178184.092:123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none +[ 11.117326] audit: type=1400 audit(1785178184.119:124): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 14.958171] platform INT3515:01: deferred probe pending: Serial bus multi instantiate pseudo device driver: Error creating i2c-client, idx 0 +[ 19.169141] audit: type=1400 audit(1785178192.171:125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 39.550312] audit: type=1400 audit(1785178212.553:126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 57.864602] audit: type=1400 audit(1785178230.866:127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 57.870710] audit: type=1400 audit(1785178230.872:128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 57.870723] audit: type=1400 audit(1785178230.872:129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 57.876332] audit: type=1400 audit(1785178230.878:130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 57.899701] audit: type=1400 audit(1785178230.901:131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 57.909320] datanet: port 1(enx9c69d36a5b6c) entered blocking state +[ 57.909323] datanet: port 1(enx9c69d36a5b6c) entered disabled state +[ 57.909330] cdc_ncm 2-4:2.0 enx9c69d36a5b6c: entered allmulticast mode +[ 57.909359] cdc_ncm 2-4:2.0 enx9c69d36a5b6c: entered promiscuous mode +[ 58.297792] audit: type=1400 audit(1785178231.299:132): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=1103 comm="apparmor_parser" +[ 58.303373] audit: type=1400 audit(1785178231.305:133): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=1107 comm="apparmor_parser" +[ 58.315486] audit: type=1400 audit(1785178231.317:134): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=1112 comm="apparmor_parser" +[ 58.315491] audit: type=1400 audit(1785178231.317:135): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=1112 comm="apparmor_parser" +[ 58.315493] audit: type=1400 audit(1785178231.317:136): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=1112 comm="apparmor_parser" +[ 58.333683] datanet: port 1(enx9c69d36a5b6c) entered blocking state +[ 58.333688] datanet: port 1(enx9c69d36a5b6c) entered forwarding state +[ 62.930792] netfs: FS-Cache loaded +[ 63.082116] NFS: Registering the id_resolver key type +[ 63.082123] Key type id_resolver registered +[ 63.082124] Key type id_legacy registered +[ 64.276523] tap901i0: entered promiscuous mode +[ 64.319654] vmbr0: port 2(fwpr901p0) entered blocking state +[ 64.319658] vmbr0: port 2(fwpr901p0) entered disabled state +[ 64.319668] fwpr901p0: entered allmulticast mode +[ 64.319701] fwpr901p0: entered promiscuous mode +[ 64.319720] vmbr0: port 2(fwpr901p0) entered blocking state +[ 64.319721] vmbr0: port 2(fwpr901p0) entered forwarding state +[ 64.325690] fwbr901i0: port 1(fwln901i0) entered blocking state +[ 64.325692] fwbr901i0: port 1(fwln901i0) entered disabled state +[ 64.325698] fwln901i0: entered allmulticast mode +[ 64.325724] fwln901i0: entered promiscuous mode +[ 64.325739] fwbr901i0: port 1(fwln901i0) entered blocking state +[ 64.325740] fwbr901i0: port 1(fwln901i0) entered forwarding state +[ 64.331609] fwbr901i0: port 2(tap901i0) entered blocking state +[ 64.331612] fwbr901i0: port 2(tap901i0) entered disabled state +[ 64.331617] tap901i0: entered allmulticast mode +[ 64.331655] fwbr901i0: port 2(tap901i0) entered blocking state +[ 64.331656] fwbr901i0: port 2(tap901i0) entered forwarding state +[ 66.660420] tap902i0: entered promiscuous mode +[ 66.698463] vmbr0: port 3(fwpr902p0) entered blocking state +[ 66.698466] vmbr0: port 3(fwpr902p0) entered disabled state +[ 66.698474] fwpr902p0: entered allmulticast mode +[ 66.698505] fwpr902p0: entered promiscuous mode +[ 66.698527] vmbr0: port 3(fwpr902p0) entered blocking state +[ 66.698529] vmbr0: port 3(fwpr902p0) entered forwarding state +[ 66.704503] fwbr902i0: port 1(fwln902i0) entered blocking state +[ 66.704506] fwbr902i0: port 1(fwln902i0) entered disabled state +[ 66.704511] fwln902i0: entered allmulticast mode +[ 66.704538] fwln902i0: entered promiscuous mode +[ 66.704569] fwbr902i0: port 1(fwln902i0) entered blocking state +[ 66.704571] fwbr902i0: port 1(fwln902i0) entered forwarding state +[ 66.710565] fwbr902i0: port 2(tap902i0) entered blocking state +[ 66.710568] fwbr902i0: port 2(tap902i0) entered disabled state +[ 66.710573] tap902i0: entered allmulticast mode +[ 66.710607] fwbr902i0: port 2(tap902i0) entered blocking state +[ 66.710608] fwbr902i0: port 2(tap902i0) entered forwarding state +[ 69.514863] tap903i0: entered promiscuous mode +[ 69.559015] vmbr0: port 4(fwpr903p0) entered blocking state +[ 69.559019] vmbr0: port 4(fwpr903p0) entered disabled state +[ 69.559030] fwpr903p0: entered allmulticast mode +[ 69.559065] fwpr903p0: entered promiscuous mode +[ 69.559103] vmbr0: port 4(fwpr903p0) entered blocking state +[ 69.559104] vmbr0: port 4(fwpr903p0) entered forwarding state +[ 69.566008] fwbr903i0: port 1(fwln903i0) entered blocking state +[ 69.566012] fwbr903i0: port 1(fwln903i0) entered disabled state +[ 69.566023] fwln903i0: entered allmulticast mode +[ 69.566055] fwln903i0: entered promiscuous mode +[ 69.566075] fwbr903i0: port 1(fwln903i0) entered blocking state +[ 69.566077] fwbr903i0: port 1(fwln903i0) entered forwarding state +[ 69.572837] fwbr903i0: port 2(tap903i0) entered blocking state +[ 69.572841] fwbr903i0: port 2(tap903i0) entered disabled state +[ 69.572847] tap903i0: entered allmulticast mode +[ 69.572923] fwbr903i0: port 2(tap903i0) entered blocking state +[ 69.572925] fwbr903i0: port 2(tap903i0) entered forwarding state +[ 72.364863] tap904i0: entered promiscuous mode +[ 72.407495] vmbr0: port 5(fwpr904p0) entered blocking state +[ 72.407500] vmbr0: port 5(fwpr904p0) entered disabled state +[ 72.407508] fwpr904p0: entered allmulticast mode +[ 72.407542] fwpr904p0: entered promiscuous mode +[ 72.407559] vmbr0: port 5(fwpr904p0) entered blocking state +[ 72.407561] vmbr0: port 5(fwpr904p0) entered forwarding state +[ 72.413836] fwbr904i0: port 1(fwln904i0) entered blocking state +[ 72.413839] fwbr904i0: port 1(fwln904i0) entered disabled state +[ 72.413847] fwln904i0: entered allmulticast mode +[ 72.413927] fwln904i0: entered promiscuous mode +[ 72.413966] fwbr904i0: port 1(fwln904i0) entered blocking state +[ 72.413968] fwbr904i0: port 1(fwln904i0) entered forwarding state +[ 72.420435] fwbr904i0: port 2(tap904i0) entered blocking state +[ 72.420439] fwbr904i0: port 2(tap904i0) entered disabled state +[ 72.420444] tap904i0: entered allmulticast mode +[ 72.420512] fwbr904i0: port 2(tap904i0) entered blocking state +[ 72.420513] fwbr904i0: port 2(tap904i0) entered forwarding state +[ 75.380886] tap905i0: entered promiscuous mode +[ 75.429595] vmbr0: port 6(fwpr905p0) entered blocking state +[ 75.429599] vmbr0: port 6(fwpr905p0) entered disabled state +[ 75.429610] fwpr905p0: entered allmulticast mode +[ 75.429647] fwpr905p0: entered promiscuous mode +[ 75.429672] vmbr0: port 6(fwpr905p0) entered blocking state +[ 75.429674] vmbr0: port 6(fwpr905p0) entered forwarding state +[ 75.437004] fwbr905i0: port 1(fwln905i0) entered blocking state +[ 75.437008] fwbr905i0: port 1(fwln905i0) entered disabled state +[ 75.437020] fwln905i0: entered allmulticast mode +[ 75.437056] fwln905i0: entered promiscuous mode +[ 75.437075] fwbr905i0: port 1(fwln905i0) entered blocking state +[ 75.437076] fwbr905i0: port 1(fwln905i0) entered forwarding state +[ 75.444399] fwbr905i0: port 2(tap905i0) entered blocking state +[ 75.444403] fwbr905i0: port 2(tap905i0) entered disabled state +[ 75.444409] tap905i0: entered allmulticast mode +[ 75.444469] fwbr905i0: port 2(tap905i0) entered blocking state +[ 75.444471] fwbr905i0: port 2(tap905i0) entered forwarding state +[ 318.266848] kauditd_printk_skb: 1 callbacks suppressed +[ 318.266850] audit: type=1400 audit(1785178491.525:138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 318.268482] audit: type=1400 audit(1785178491.526:139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 318.288964] audit: type=1400 audit(1785178491.547:140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 343.176636] tap906i0: entered promiscuous mode +[ 343.220829] vmbr0: port 7(fwpr906p0) entered blocking state +[ 343.220833] vmbr0: port 7(fwpr906p0) entered disabled state +[ 343.220844] fwpr906p0: entered allmulticast mode +[ 343.220876] fwpr906p0: entered promiscuous mode +[ 343.220900] vmbr0: port 7(fwpr906p0) entered blocking state +[ 343.220902] vmbr0: port 7(fwpr906p0) entered forwarding state +[ 343.226949] fwbr906i0: port 1(fwln906i0) entered blocking state +[ 343.226952] fwbr906i0: port 1(fwln906i0) entered disabled state +[ 343.226959] fwln906i0: entered allmulticast mode +[ 343.226986] fwln906i0: entered promiscuous mode +[ 343.227034] fwbr906i0: port 1(fwln906i0) entered blocking state +[ 343.227036] fwbr906i0: port 1(fwln906i0) entered forwarding state +[ 343.233080] fwbr906i0: port 2(tap906i0) entered blocking state +[ 343.233083] fwbr906i0: port 2(tap906i0) entered disabled state +[ 343.233087] tap906i0: entered allmulticast mode +[ 343.233157] fwbr906i0: port 2(tap906i0) entered blocking state +[ 343.233159] fwbr906i0: port 2(tap906i0) entered forwarding state +[ 343.745120] tap906i1: entered promiscuous mode +[ 343.790448] datanet: port 2(fwpr906p1) entered blocking state +[ 343.790452] datanet: port 2(fwpr906p1) entered disabled state +[ 343.790462] fwpr906p1: entered allmulticast mode +[ 343.790496] fwpr906p1: entered promiscuous mode +[ 343.790516] datanet: port 2(fwpr906p1) entered blocking state +[ 343.790518] datanet: port 2(fwpr906p1) entered forwarding state +[ 343.797083] fwbr906i1: port 1(fwln906i1) entered blocking state +[ 343.797087] fwbr906i1: port 1(fwln906i1) entered disabled state +[ 343.797097] fwln906i1: entered allmulticast mode +[ 343.797129] fwln906i1: entered promiscuous mode +[ 343.797166] fwbr906i1: port 1(fwln906i1) entered blocking state +[ 343.797168] fwbr906i1: port 1(fwln906i1) entered forwarding state +[ 343.803647] fwbr906i1: port 2(tap906i1) entered blocking state +[ 343.803651] fwbr906i1: port 2(tap906i1) entered disabled state +[ 343.803656] tap906i1: entered allmulticast mode +[ 343.803745] fwbr906i1: port 2(tap906i1) entered blocking state +[ 343.803748] fwbr906i1: port 2(tap906i1) entered forwarding state +[ 576.599452] audit: type=1400 audit(1785178749.857:141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 576.601139] audit: type=1400 audit(1785178749.858:142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 576.622516] audit: type=1400 audit(1785178749.880:143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 827.751793] audit: type=1400 audit(1785179001.008:144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 827.753458] audit: type=1400 audit(1785179001.009:145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 827.777259] audit: type=1400 audit(1785179001.033:146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1084.475632] audit: type=1400 audit(1785179257.731:147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1084.477710] audit: type=1400 audit(1785179257.733:148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1084.500454] audit: type=1400 audit(1785179257.755:149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1358.549997] audit: type=1400 audit(1785179531.804:150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1358.552062] audit: type=1400 audit(1785179531.806:151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1358.575625] audit: type=1400 audit(1785179531.830:152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1606.857501] audit: type=1400 audit(1785179780.109:153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1606.859541] audit: type=1400 audit(1785179780.111:154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1606.879928] audit: type=1400 audit(1785179780.132:155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1903.247749] audit: type=1400 audit(1785180076.498:156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1903.249908] audit: type=1400 audit(1785180076.500:157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1903.273762] audit: type=1400 audit(1785180076.524:158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2183.747991] audit: type=1400 audit(1785180356.997:159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2183.750083] audit: type=1400 audit(1785180356.999:160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2183.770876] audit: type=1400 audit(1785180357.019:161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2417.235311] audit: type=1400 audit(1785180590.483:162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2417.237355] audit: type=1400 audit(1785180590.485:163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2417.259310] audit: type=1400 audit(1785180590.507:164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2671.094615] audit: type=1400 audit(1785180844.340:165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2671.096690] audit: type=1400 audit(1785180844.343:166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2671.116551] audit: type=1400 audit(1785180844.362:167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2936.755799] audit: type=1400 audit(1785181110.001:168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2936.757836] audit: type=1400 audit(1785181110.003:169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2936.778946] audit: type=1400 audit(1785181110.024:170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3192.095894] audit: type=1400 audit(1785181365.339:171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3192.097970] audit: type=1400 audit(1785181365.341:172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3192.118404] audit: type=1400 audit(1785181365.361:173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3445.231152] audit: type=1400 audit(1785181618.473:174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3445.232919] audit: type=1400 audit(1785181618.474:175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3445.252827] audit: type=1400 audit(1785181618.494:176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3690.644398] audit: type=1400 audit(1785181863.884:177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3690.646396] audit: type=1400 audit(1785181863.886:178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3690.668241] audit: type=1400 audit(1785181863.908:179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3960.057003] audit: type=1400 audit(1785182133.296:180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3960.058975] audit: type=1400 audit(1785182133.298:181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3960.080009] audit: type=1400 audit(1785182133.319:182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4249.168061] audit: type=1400 audit(1785182422.405:183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4249.170202] audit: type=1400 audit(1785182422.407:184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4249.191844] audit: type=1400 audit(1785182422.429:185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4529.256812] audit: type=1400 audit(1785182702.492:186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4529.258636] audit: type=1400 audit(1785182702.494:187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4529.279577] audit: type=1400 audit(1785182702.515:188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4809.605681] audit: type=1400 audit(1785182982.840:189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4809.607765] audit: type=1400 audit(1785182982.842:190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4809.629828] audit: type=1400 audit(1785182982.864:191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5066.290102] audit: type=1400 audit(1785183239.523:192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5066.291787] audit: type=1400 audit(1785183239.524:193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5066.312118] audit: type=1400 audit(1785183239.545:194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5318.701489] audit: type=1400 audit(1785183491.933:195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5318.703493] audit: type=1400 audit(1785183491.935:196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5318.724385] audit: type=1400 audit(1785183491.956:197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5567.724596] audit: type=1400 audit(1785183740.954:198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5567.726679] audit: type=1400 audit(1785183740.956:199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5567.748442] audit: type=1400 audit(1785183740.978:200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5820.685210] audit: type=1400 audit(1785183993.914:201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5820.687338] audit: type=1400 audit(1785183993.916:202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5820.707763] audit: type=1400 audit(1785183993.936:203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6059.076497] audit: type=1400 audit(1785184232.304:204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6059.078501] audit: type=1400 audit(1785184232.306:205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6059.097774] audit: type=1400 audit(1785184232.325:206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6308.205155] audit: type=1400 audit(1785184481.431:207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6308.207284] audit: type=1400 audit(1785184481.433:208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6308.228484] audit: type=1400 audit(1785184481.454:209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6534.791158] audit: type=1400 audit(1785184708.016:210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6534.793227] audit: type=1400 audit(1785184708.018:211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6534.815295] audit: type=1400 audit(1785184708.040:212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6741.571319] e1000e 0000:00:1f.6 nic0: NIC Link is Down +[ 6741.571442] vmbr0: port 1(nic0) entered disabled state +[ 6749.477148] e1000e 0000:00:1f.6 nic0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None +[ 6749.477231] vmbr0: port 1(nic0) entered blocking state +[ 6749.477237] vmbr0: port 1(nic0) entered forwarding state +[ 6802.416489] audit: type=1400 audit(1785184975.639:213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6802.418533] audit: type=1400 audit(1785184975.642:214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6802.439677] audit: type=1400 audit(1785184975.663:215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7090.398285] audit: type=1400 audit(1785185263.620:216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7090.400393] audit: type=1400 audit(1785185263.622:217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7090.421484] audit: type=1400 audit(1785185263.643:218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7358.704644] audit: type=1400 audit(1785185531.925:219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7358.706792] audit: type=1400 audit(1785185531.927:220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7358.728084] audit: type=1400 audit(1785185531.948:221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7590.404948] audit: type=1400 audit(1785185763.624:222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7590.406699] audit: type=1400 audit(1785185763.625:223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7590.427050] audit: type=1400 audit(1785185763.646:224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7726.089296] perf: interrupt took too long (2501 > 2500), lowering kernel.perf_event_max_sample_rate to 79000 +[ 7853.324365] audit: type=1400 audit(1785186026.542:225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7853.326434] audit: type=1400 audit(1785186026.544:226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7853.348649] audit: type=1400 audit(1785186026.566:227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8128.152905] audit: type=1400 audit(1785186301.369:228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8128.154925] audit: type=1400 audit(1785186301.371:229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8128.176192] audit: type=1400 audit(1785186301.392:230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8384.256027] audit: type=1400 audit(1785186557.470:231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8384.258099] audit: type=1400 audit(1785186557.472:232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8384.280141] audit: type=1400 audit(1785186557.494:233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8621.498425] audit: type=1400 audit(1785186794.711:234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8621.500595] audit: type=1400 audit(1785186794.714:235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8621.520249] audit: type=1400 audit(1785186794.733:236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8878.685380] audit: type=1400 audit(1785187051.897:237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8878.687679] audit: type=1400 audit(1785187051.899:238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8878.707999] audit: type=1400 audit(1785187051.920:239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9129.421887] audit: type=1400 audit(1785187302.632:240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9129.423904] audit: type=1400 audit(1785187302.634:241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9129.444410] audit: type=1400 audit(1785187302.655:242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9361.859916] audit: type=1400 audit(1785187535.069:243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9361.862076] audit: type=1400 audit(1785187535.071:244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9361.883866] audit: type=1400 audit(1785187535.093:245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9660.046863] audit: type=1400 audit(1785187833.254:246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9660.048944] audit: type=1400 audit(1785187833.256:247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9660.068528] audit: type=1400 audit(1785187833.276:248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9893.731854] audit: type=1400 audit(1785188066.938:249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9893.733944] audit: type=1400 audit(1785188066.940:250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9893.754736] audit: type=1400 audit(1785188066.961:251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10180.851253] audit: type=1400 audit(1785188354.057:252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10180.853278] audit: type=1400 audit(1785188354.059:253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10180.874589] audit: type=1400 audit(1785188354.080:254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10432.400442] audit: type=1400 audit(1785188605.603:255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10432.402512] audit: type=1400 audit(1785188605.605:256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10432.424389] audit: type=1400 audit(1785188605.627:257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10683.056009] audit: type=1400 audit(1785188856.258:258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10683.058097] audit: type=1400 audit(1785188856.260:259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10683.079635] audit: type=1400 audit(1785188856.281:260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10921.915509] audit: type=1400 audit(1785189095.116:261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10921.917568] audit: type=1400 audit(1785189095.118:262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10921.939065] audit: type=1400 audit(1785189095.139:263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11184.946408] audit: type=1400 audit(1785189358.145:264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11184.948400] audit: type=1400 audit(1785189358.147:265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11184.969217] audit: type=1400 audit(1785189358.168:266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11482.358692] audit: type=1400 audit(1785189655.556:267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11482.360706] audit: type=1400 audit(1785189655.558:268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11482.381529] audit: type=1400 audit(1785189655.579:269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11777.599590] audit: type=1400 audit(1785189950.795:270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11777.601400] audit: type=1400 audit(1785189950.797:271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11777.621976] audit: type=1400 audit(1785189950.817:272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12057.713892] audit: type=1400 audit(1785190230.908:273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12057.715987] audit: type=1400 audit(1785190230.910:274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12057.737118] audit: type=1400 audit(1785190230.931:275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12331.550018] audit: type=1400 audit(1785190504.742:276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12331.552108] audit: type=1400 audit(1785190504.744:277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12331.572475] audit: type=1400 audit(1785190504.765:278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12439.603063] tap905i0: left allmulticast mode +[12439.603111] fwbr905i0: port 2(tap905i0) entered disabled state +[12439.604960] fwbr905i0: port 1(fwln905i0) entered disabled state +[12439.605094] vmbr0: port 6(fwpr905p0) entered disabled state +[12439.605184] fwln905i0 (unregistering): left allmulticast mode +[12439.605187] fwln905i0 (unregistering): left promiscuous mode +[12439.605188] fwbr905i0: port 1(fwln905i0) entered disabled state +[12439.605424] fwpr905p0 (unregistering): left allmulticast mode +[12439.605425] fwpr905p0 (unregistering): left promiscuous mode +[12439.605426] vmbr0: port 6(fwpr905p0) entered disabled state +[12561.589550] tap905i0: entered promiscuous mode +[12561.632688] vmbr0: port 6(fwpr905p0) entered blocking state +[12561.632691] vmbr0: port 6(fwpr905p0) entered disabled state +[12561.632702] fwpr905p0: entered allmulticast mode +[12561.632735] fwpr905p0: entered promiscuous mode +[12561.632779] vmbr0: port 6(fwpr905p0) entered blocking state +[12561.632781] vmbr0: port 6(fwpr905p0) entered forwarding state +[12561.639092] fwbr905i0: port 1(fwln905i0) entered blocking state +[12561.639095] fwbr905i0: port 1(fwln905i0) entered disabled state +[12561.639103] fwln905i0: entered allmulticast mode +[12561.639132] fwln905i0: entered promiscuous mode +[12561.639168] fwbr905i0: port 1(fwln905i0) entered blocking state +[12561.639171] fwbr905i0: port 1(fwln905i0) entered forwarding state +[12561.645532] fwbr905i0: port 2(tap905i0) entered blocking state +[12561.645535] fwbr905i0: port 2(tap905i0) entered disabled state +[12561.645540] tap905i0: entered allmulticast mode +[12561.645581] fwbr905i0: port 2(tap905i0) entered blocking state +[12561.645583] fwbr905i0: port 2(tap905i0) entered forwarding state +[12578.590409] tap905i0: left allmulticast mode +[12578.590427] fwbr905i0: port 2(tap905i0) entered disabled state +[12578.592539] fwbr905i0: port 1(fwln905i0) entered disabled state +[12578.592740] vmbr0: port 6(fwpr905p0) entered disabled state +[12578.592859] fwln905i0 (unregistering): left allmulticast mode +[12578.592862] fwln905i0 (unregistering): left promiscuous mode +[12578.592864] fwbr905i0: port 1(fwln905i0) entered disabled state +[12578.593144] fwpr905p0 (unregistering): left allmulticast mode +[12578.593146] fwpr905p0 (unregistering): left promiscuous mode +[12578.593147] vmbr0: port 6(fwpr905p0) entered disabled state +[12591.111750] tap905i0: entered promiscuous mode +[12591.156484] vmbr0: port 6(fwpr905p0) entered blocking state +[12591.156488] vmbr0: port 6(fwpr905p0) entered disabled state +[12591.156499] fwpr905p0: entered allmulticast mode +[12591.156534] fwpr905p0: entered promiscuous mode +[12591.156602] vmbr0: port 6(fwpr905p0) entered blocking state +[12591.156604] vmbr0: port 6(fwpr905p0) entered forwarding state +[12591.162790] fwbr905i0: port 1(fwln905i0) entered blocking state +[12591.162793] fwbr905i0: port 1(fwln905i0) entered disabled state +[12591.162800] fwln905i0: entered allmulticast mode +[12591.162826] fwln905i0: entered promiscuous mode +[12591.162842] fwbr905i0: port 1(fwln905i0) entered blocking state +[12591.162843] fwbr905i0: port 1(fwln905i0) entered forwarding state +[12591.169087] fwbr905i0: port 2(tap905i0) entered blocking state +[12591.169089] fwbr905i0: port 2(tap905i0) entered disabled state +[12591.169094] tap905i0: entered allmulticast mode +[12591.169132] fwbr905i0: port 2(tap905i0) entered blocking state +[12591.169133] fwbr905i0: port 2(tap905i0) entered forwarding state +[12608.737579] audit: type=1400 audit(1785190781.928:279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12608.739914] audit: type=1400 audit(1785190781.931:280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12608.761334] audit: type=1400 audit(1785190781.952:281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12893.341704] audit: type=1400 audit(1785191066.531:282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12893.343484] audit: type=1400 audit(1785191066.533:283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12893.362359] audit: type=1400 audit(1785191066.552:284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13183.294867] audit: type=1400 audit(1785191356.482:285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13183.297126] audit: type=1400 audit(1785191356.485:286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13183.319073] audit: type=1400 audit(1785191356.507:287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13439.439338] audit: type=1400 audit(1785191612.626:288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13439.440556] audit: type=1400 audit(1785191612.627:289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13439.461658] audit: type=1400 audit(1785191612.648:290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13671.215478] audit: type=1400 audit(1785191844.400:291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13671.217776] audit: type=1400 audit(1785191844.403:292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13671.237987] audit: type=1400 audit(1785191844.423:293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13926.977054] audit: type=1400 audit(1785192100.161:294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13926.978540] audit: type=1400 audit(1785192100.162:295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13926.998630] audit: type=1400 audit(1785192100.182:296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14187.557945] audit: type=1400 audit(1785192360.740:297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14187.560176] audit: type=1400 audit(1785192360.742:298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14187.581067] audit: type=1400 audit(1785192360.763:299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14470.328215] audit: type=1400 audit(1785192643.509:300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14470.330250] audit: type=1400 audit(1785192643.511:301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14470.350985] audit: type=1400 audit(1785192643.531:302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14725.034622] audit: type=1400 audit(1785192898.214:303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14725.036690] audit: type=1400 audit(1785192898.216:304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14725.059213] audit: type=1400 audit(1785192898.238:305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14992.194142] audit: type=1400 audit(1785193165.372:306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14992.196253] audit: type=1400 audit(1785193165.374:307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14992.220058] audit: type=1400 audit(1785193165.398:308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15270.777841] audit: type=1400 audit(1785193443.954:309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15270.779914] audit: type=1400 audit(1785193443.956:310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15270.801800] audit: type=1400 audit(1785193443.978:311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15546.320149] audit: type=1400 audit(1785193719.495:312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15546.321978] audit: type=1400 audit(1785193719.497:313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15546.343834] audit: type=1400 audit(1785193719.519:314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15839.742536] audit: type=1400 audit(1785194012.915:315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15839.744820] audit: type=1400 audit(1785194012.918:316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15839.765407] audit: type=1400 audit(1785194012.938:317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16065.671569] audit: type=1400 audit(1785194238.843:318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16065.673738] audit: type=1400 audit(1785194238.845:319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16065.694634] audit: type=1400 audit(1785194238.866:320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16296.084375] audit: type=1400 audit(1785194469.255:321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16296.086301] audit: type=1400 audit(1785194469.257:322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16296.106943] audit: type=1400 audit(1785194469.277:323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16586.304511] audit: type=1400 audit(1785194759.473:324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16586.306696] audit: type=1400 audit(1785194759.475:325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16586.327153] audit: type=1400 audit(1785194759.496:326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16852.200079] audit: type=1400 audit(1785195025.367:327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16852.202330] audit: type=1400 audit(1785195025.369:328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16852.222730] audit: type=1400 audit(1785195025.390:329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17137.663735] audit: type=1400 audit(1785195310.829:330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17137.666032] audit: type=1400 audit(1785195310.832:331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17137.687578] audit: type=1400 audit(1785195310.853:332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17424.397761] audit: type=1400 audit(1785195597.562:333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17424.401626] audit: type=1400 audit(1785195597.566:334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17424.423679] audit: type=1400 audit(1785195597.588:335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17722.051973] audit: type=1400 audit(1785195895.214:336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17722.054042] audit: type=1400 audit(1785195895.216:337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17722.074368] audit: type=1400 audit(1785195895.237:338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17978.235554] audit: type=1400 audit(1785196151.396:339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17978.237779] audit: type=1400 audit(1785196151.399:340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17978.258862] audit: type=1400 audit(1785196151.420:341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18225.600187] audit: type=1400 audit(1785196398.760:342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18225.602305] audit: type=1400 audit(1785196398.762:343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18225.624218] audit: type=1400 audit(1785196398.784:344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18461.640468] audit: type=1400 audit(1785196634.799:345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18461.642483] audit: type=1400 audit(1785196634.801:346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18461.662474] audit: type=1400 audit(1785196634.821:347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18706.062959] audit: type=1400 audit(1785196879.220:348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18706.065064] audit: type=1400 audit(1785196879.222:349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18706.083905] audit: type=1400 audit(1785196879.241:350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18946.162259] audit: type=1400 audit(1785197119.319:351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18946.164273] audit: type=1400 audit(1785197119.320:352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18946.185838] audit: type=1400 audit(1785197119.341:353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19061.398903] usb 1-2.1: new full-speed USB device number 6 using xhci_hcd +[19061.498721] usb 1-2.1: New USB device found, idVendor=1050, idProduct=0407, bcdDevice= 5.74 +[19061.498725] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[19061.498726] usb 1-2.1: Product: YubiKey OTP+FIDO+CCID +[19061.498728] usb 1-2.1: Manufacturer: Yubico +[19061.516002] input: Yubico YubiKey OTP+FIDO+CCID as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1:1.0/0003:1050:0407.0003/input/input13 +[19061.582881] hid-generic 0003:1050:0407.0003: input,hidraw2: USB HID v1.10 Keyboard [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-2.1/input0 +[19061.584104] hid-generic 0003:1050:0407.0004: hiddev1,hidraw3: USB HID v1.10 Device [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-2.1/input1 +[19222.491782] audit: type=1400 audit(1785197395.646:354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19222.493748] audit: type=1400 audit(1785197395.648:355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19222.514783] audit: type=1400 audit(1785197395.669:356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19522.636247] audit: type=1400 audit(1785197695.788:357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19522.638493] audit: type=1400 audit(1785197695.791:358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19522.659452] audit: type=1400 audit(1785197695.812:359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19791.266076] audit: type=1400 audit(1785197964.417:360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19791.268144] audit: type=1400 audit(1785197964.419:361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19791.288974] audit: type=1400 audit(1785197964.440:362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20070.356346] audit: type=1400 audit(1785198243.505:363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20070.358565] audit: type=1400 audit(1785198243.508:364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20070.380091] audit: type=1400 audit(1785198243.529:365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20370.847164] audit: type=1400 audit(1785198543.995:366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20370.849285] audit: type=1400 audit(1785198543.997:367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20370.867420] audit: type=1400 audit(1785198544.015:368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20649.018770] audit: type=1400 audit(1785198822.165:369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20649.020810] audit: type=1400 audit(1785198822.167:370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20649.041819] audit: type=1400 audit(1785198822.188:371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20888.793142] audit: type=1400 audit(1785199061.938:372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20888.794942] audit: type=1400 audit(1785199061.940:373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20888.814751] audit: type=1400 audit(1785199061.959:374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21163.210605] audit: type=1400 audit(1785199336.353:375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21163.212632] audit: type=1400 audit(1785199336.356:376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21163.233716] audit: type=1400 audit(1785199336.377:377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21418.972164] audit: type=1400 audit(1785199592.114:378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21418.973964] audit: type=1400 audit(1785199592.115:379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21418.994365] audit: type=1400 audit(1785199592.136:380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21683.975711] audit: type=1400 audit(1785199857.116:381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21683.977117] audit: type=1400 audit(1785199857.117:382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21683.997717] audit: type=1400 audit(1785199857.138:383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21947.869276] audit: type=1400 audit(1785200121.008:384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21947.871365] audit: type=1400 audit(1785200121.010:385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21947.889746] audit: type=1400 audit(1785200121.028:386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22204.114979] audit: type=1400 audit(1785200377.252:387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22204.117235] audit: type=1400 audit(1785200377.254:388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22204.138224] audit: type=1400 audit(1785200377.275:389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22497.472044] audit: type=1400 audit(1785200670.607:390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22497.474096] audit: type=1400 audit(1785200670.609:391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22497.494728] audit: type=1400 audit(1785200670.630:392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22756.811887] audit: type=1400 audit(1785200929.946:393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22756.813964] audit: type=1400 audit(1785200929.948:394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22756.832754] audit: type=1400 audit(1785200929.967:395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23057.392545] audit: type=1400 audit(1785201230.525:396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23057.394675] audit: type=1400 audit(1785201230.527:397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23057.416832] audit: type=1400 audit(1785201230.549:398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23286.778920] audit: type=1400 audit(1785201459.910:399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23286.781025] audit: type=1400 audit(1785201459.912:400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23286.802237] audit: type=1400 audit(1785201459.933:401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23585.155672] audit: type=1400 audit(1785201758.285:402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23585.157956] audit: type=1400 audit(1785201758.287:403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23585.175846] audit: type=1400 audit(1785201758.305:404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23880.290066] audit: type=1400 audit(1785202053.418:405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23880.291355] audit: type=1400 audit(1785202053.419:406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23880.312555] audit: type=1400 audit(1785202053.440:407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24142.267363] audit: type=1400 audit(1785202315.393:408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24142.269379] audit: type=1400 audit(1785202315.395:409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24142.289339] audit: type=1400 audit(1785202315.415:410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24428.268313] audit: type=1400 audit(1785202601.393:411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24428.270344] audit: type=1400 audit(1785202601.395:412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24428.291456] audit: type=1400 audit(1785202601.416:413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24709.460267] audit: type=1400 audit(1785202882.583:414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24709.462466] audit: type=1400 audit(1785202882.585:415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24709.484330] audit: type=1400 audit(1785202882.607:416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24994.747178] audit: type=1400 audit(1785203167.868:417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24994.749384] audit: type=1400 audit(1785203167.870:418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24994.768704] audit: type=1400 audit(1785203167.890:419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25289.891542] audit: type=1400 audit(1785203463.012:420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25289.895196] audit: type=1400 audit(1785203463.016:421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25289.915991] audit: type=1400 audit(1785203463.036:422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25589.812089] audit: type=1400 audit(1785203762.930:423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25589.814325] audit: type=1400 audit(1785203762.932:424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25589.835040] audit: type=1400 audit(1785203762.953:425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25831.428110] audit: type=1400 audit(1785204004.544:426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25831.430380] audit: type=1400 audit(1785204004.547:427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25831.452938] audit: type=1400 audit(1785204004.569:428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26068.127759] audit: type=1400 audit(1785204241.243:429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26068.129706] audit: type=1400 audit(1785204241.245:430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26068.150443] audit: type=1400 audit(1785204241.265:431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26309.884095] audit: type=1400 audit(1785204482.998:432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26309.886195] audit: type=1400 audit(1785204483.000:433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26309.907575] audit: type=1400 audit(1785204483.021:434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26588.844612] audit: type=1400 audit(1785204761.957:435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26588.846422] audit: type=1400 audit(1785204761.958:436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26588.867142] audit: type=1400 audit(1785204761.979:437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26871.805157] audit: type=1400 audit(1785205044.916:438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26871.807036] audit: type=1400 audit(1785205044.918:439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[26871.827239] audit: type=1400 audit(1785205044.939:440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27141.873379] audit: type=1400 audit(1785205314.982:441): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27141.875519] audit: type=1400 audit(1785205314.984:442): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27141.896998] audit: type=1400 audit(1785205315.006:443): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27436.664959] audit: type=1400 audit(1785205609.772:444): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27436.667228] audit: type=1400 audit(1785205609.774:445): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27436.688977] audit: type=1400 audit(1785205609.796:446): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27663.783453] audit: type=1400 audit(1785205836.889:447): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27663.785351] audit: type=1400 audit(1785205836.891:448): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27663.806846] audit: type=1400 audit(1785205836.913:449): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27909.095403] audit: type=1400 audit(1785206082.201:450): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27909.097544] audit: type=1400 audit(1785206082.202:451): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[27909.118639] audit: type=1400 audit(1785206082.223:452): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28160.266591] audit: type=1400 audit(1785206333.370:453): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28160.268693] audit: type=1400 audit(1785206333.372:454): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28160.290735] audit: type=1400 audit(1785206333.394:455): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28395.012969] audit: type=1400 audit(1785206568.114:456): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28395.016877] audit: type=1400 audit(1785206568.118:457): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28395.036255] audit: type=1400 audit(1785206568.138:458): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28648.245344] audit: type=1400 audit(1785206821.346:459): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28648.246912] audit: type=1400 audit(1785206821.347:460): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[28648.268110] audit: type=1400 audit(1785206821.368:461): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none --- cpu MHz (live snapshot) $ grep -c ^processor /proc/cpuinfo @@ -2999,52 +3376,52 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 23Gi 7.2Gi 14Gi 47Mi 1.4Gi 15Gi +Mem: 23Gi 11Gi 7.9Gi 50Mi 4.2Gi 11Gi Swap: 8.0Gi 0B 8.0Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 24899620864 7751663616 15992217600 49504256 1551777792 17147957248 +Mem: 24897662976 12240715776 8535351296 53329920 4518187008 12656947200 Swap: 8589930496 0 8589930496 --- swapon $ swapon --show NAME TYPE SIZE USED PRIO -/dev/dm-0 partition 8G 0B -2 +/dev/dm-0 partition 8G 0B -1 --- /proc/meminfo highlights $ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo -MemTotal: 24316036 kB -MemFree: 15617108 kB -MemAvailable: 16745760 kB -Buffers: 32616 kB -Cached: 1443976 kB +MemTotal: 24314124 kB +MemFree: 8335304 kB +MemAvailable: 12360300 kB +Buffers: 62944 kB +Cached: 4305004 kB SwapTotal: 8388604 kB SwapFree: 8388604 kB -Dirty: 1724 kB -Writeback: 0 kB -AnonPages: 6698160 kB -Mapped: 151084 kB -Shmem: 48344 kB -Slab: 212620 kB -SReclaimable: 38816 kB -SUnreclaim: 173804 kB -KernelStack: 6204 kB -PageTables: 26596 kB -SecPageTables: 6672 kB +Dirty: 1764 kB +Writeback: 1344 kB +AnonPages: 11039996 kB +Mapped: 167784 kB +Shmem: 52080 kB +Slab: 222352 kB +SReclaimable: 44344 kB +SUnreclaim: 178008 kB +KernelStack: 6760 kB +PageTables: 38404 kB +SecPageTables: 8060 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 5498880 kB +AnonHugePages: 9598976 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB HugePages_Total: 0 HugePages_Free: 0 Hugepagesize: 2048 kB -DirectMap4k: 241148 kB -DirectMap2M: 4710400 kB -DirectMap1G: 19922944 kB +DirectMap4k: 265724 kB +DirectMap2M: 3637248 kB +DirectMap1G: 20971520 kB --- numa stat $ cat /proc/sys/vm/numa_stat @@ -3060,383 +3437,386 @@ DirectMap1G: 19922944 kB --- slab top (top 20) $ slabtop -o -s c - Active / Total Objects (% used) : 711892 / 723332 (98.4%) - Active / Total Slabs (% used) : 15968 / 15968 (100.0%) - Active / Total Caches (% used) : 364 / 471 (77.3%) - Active / Total Size (% used) : 143689.05K / 145951.54K (98.4%) - Minimum / Average / Maximum Object : 0.01K / 0.20K / 16.00K + Active / Total Objects (% used) : 628695 / 676856 (92.9%) + Active / Total Slabs (% used) : 18362 / 18362 (100.0%) + Active / Total Caches (% used) : 367 / 477 (76.9%) + Active / Total Size (% used) : 147412.93K / 156611.14K (94.1%) + Minimum / Average / Maximum Object : 0.01K / 0.23K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME - 70680 70680 100% 0.13K 2356 30 9424K kernfs_node_cache - 8526 8526 100% 1.10K 294 29 9408K ext4_inode_cache - 12450 12450 100% 0.62K 498 25 7968K inode_cache - 12460 12460 100% 0.57K 445 28 7120K radix_tree_node - 32928 32928 100% 0.19K 1568 21 6272K dentry - 507 499 98% 10.56K 169 3 5408K task_struct - 18081 18081 100% 0.19K 861 21 3444K vm_area_struct - 36568 34963 95% 0.07K 653 56 2612K vmap_area - 29440 29440 100% 0.09K 640 46 2560K lsm_inode_cache - 2829 2631 93% 0.69K 123 23 1968K proc_inode_cache - 3936 3695 93% 0.50K 123 32 1968K kmalloc-rnd-02-512 - 2420 2400 99% 0.77K 121 20 1936K shmem_inode_cache - 928 928 100% 2.00K 58 16 1856K kmalloc-rnd-06-2k - 1760 1744 99% 1.00K 55 32 1760K iommu_iova_magazine - 880 829 94% 2.00K 55 16 1760K kmalloc-cg-2k - 2475 2475 100% 0.63K 99 25 1584K debugfs_inode_cache - 608 546 89% 2.00K 38 16 1216K kmalloc-rnd-05-2k - 11622 11622 100% 0.10K 298 39 1192K buffer_head - 296 280 94% 4.00K 37 8 1184K biovec-max - 555 555 100% 2.06K 37 15 1184K sighand_cache - 4640 2356 50% 0.25K 145 32 1160K skbuff_head_cache - 11154 11019 98% 0.10K 286 39 1144K anon_vma - 1190 1156 97% 0.94K 35 34 1120K nfs_read_data - 17728 16959 95% 0.06K 277 64 1108K anon_vma_chain - 952 900 94% 1.12K 34 28 1088K signal_cache - 17152 17152 100% 0.06K 268 64 1072K dmaengine-unmap-2 - 1472 1472 100% 0.69K 64 23 1024K skbuff_small_head - 4096 3673 89% 0.25K 128 32 1024K maple_node - 256 208 81% 4.00K 32 8 1024K kmalloc-rnd-05-4k - 256 256 100% 4.00K 32 8 1024K kmalloc-4k - 124 124 100% 8.00K 31 4 992K kmalloc-rnd-09-8k - 240 240 100% 4.00K 30 8 960K kmalloc-cg-4k - 240 199 82% 4.00K 30 8 960K kmalloc-rnd-15-4k - 1888 1796 95% 0.50K 59 32 944K pool_workqueue - 1856 1856 100% 0.50K 58 32 928K kmalloc-rnd-03-512 - 1092 1092 100% 0.81K 28 39 896K sock_inode_cache - 208 208 100% 4.00K 26 8 832K kmalloc-rnd-14-4k - 200 200 100% 4.00K 25 8 800K kmalloc-rnd-06-4k - 4053 3952 97% 0.19K 193 21 772K filp - 3990 3865 96% 0.19K 190 21 760K kmalloc-rnd-03-192 - 352 352 100% 2.00K 22 16 704K kmalloc-rnd-08-2k - 160 160 100% 4.00K 20 8 640K names_cache - 320 320 100% 2.00K 20 16 640K kmalloc-rnd-14-2k - 640 640 100% 1.00K 20 32 640K kmalloc-rnd-14-1k - 399 399 100% 1.50K 19 21 608K mm_struct - 252 252 100% 2.19K 18 14 576K mem_cgroup - 72 72 100% 8.00K 18 4 576K kmalloc-rnd-01-8k - 544 544 100% 1.00K 17 32 544K kmalloc-cg-1k - 544 544 100% 1.00K 17 32 544K kmalloc-rnd-08-1k - 256 256 100% 2.00K 16 16 512K biovec-128 - 272 272 100% 1.88K 16 17 512K mem_cgroup_per_node - 512 512 100% 1.00K 16 32 512K kmalloc-rnd-11-1k - 128 128 100% 4.00K 16 8 512K kmalloc-rnd-09-4k - 2048 2011 98% 0.25K 64 32 512K kmalloc-rnd-03-256 - 120 120 100% 4.00K 15 8 480K kmalloc-rnd-02-4k - 336 336 100% 1.31K 14 24 448K perf_event - 56 56 100% 8.00K 14 4 448K kmalloc-cg-8k - 448 448 100% 1.00K 14 32 448K kmalloc-rnd-15-1k - 448 448 100% 1.00K 14 32 448K kmalloc-rnd-10-1k - 56 56 100% 8.00K 14 4 448K kmalloc-rnd-06-8k - 448 448 100% 1.00K 14 32 448K kmalloc-rnd-06-1k - 448 448 100% 1.00K 14 32 448K kmalloc-rnd-04-1k - 224 224 100% 2.00K 14 16 448K kmalloc-rnd-03-2k - 448 448 100% 1.00K 14 32 448K kmalloc-rnd-03-1k - 224 224 100% 2.00K 14 16 448K kmalloc-rnd-02-2k - 224 224 100% 2.00K 14 16 448K kmalloc-2k - 448 448 100% 1.00K 14 32 448K kmalloc-1k - 1696 1668 98% 0.25K 53 32 424K kmalloc-rnd-10-256 - 7665 7665 100% 0.05K 105 73 420K ftrace_event_field - 338 338 100% 1.19K 13 26 416K RAWv6 - 416 416 100% 1.00K 13 32 416K RAW - 208 208 100% 2.00K 13 16 416K kmalloc-rnd-13-2k - 208 208 100% 2.00K 13 16 416K kmalloc-rnd-09-2k - 52 52 100% 8.00K 13 4 416K kmalloc-rnd-05-8k - 416 416 100% 1.00K 13 32 416K kmalloc-rnd-02-1k - 104 104 100% 4.00K 13 8 416K kmalloc-rnd-01-4k - 416 416 100% 1.00K 13 32 416K kmalloc-rnd-01-1k - 52 52 100% 8.00K 13 4 416K kmalloc-8k - 276 276 100% 1.38K 12 23 384K UDPv6 - 432 432 100% 0.88K 12 36 384K fuse_inode - 312 312 100% 1.19K 12 26 384K UDP - 156 156 100% 2.38K 12 13 384K TCP - 96 96 100% 4.00K 12 8 384K memdup_user-4k - 96 96 100% 4.00K 12 8 384K kmalloc-rnd-13-4k - 48 48 100% 8.00K 12 4 384K kmalloc-rnd-12-8k - 96 96 100% 4.00K 12 8 384K kmalloc-rnd-12-4k - 384 384 100% 1.00K 12 32 384K kmalloc-rnd-12-1k - 96 96 100% 4.00K 12 8 384K kmalloc-rnd-11-4k - 192 192 100% 2.00K 12 16 384K kmalloc-rnd-10-2k - 384 384 100% 1.00K 12 32 384K kmalloc-rnd-09-1k - 96 96 100% 4.00K 12 8 384K kmalloc-rnd-08-4k - 96 96 100% 4.00K 12 8 384K kmalloc-rnd-07-4k - 192 192 100% 2.00K 12 16 384K kmalloc-rnd-07-2k - 384 384 100% 1.00K 12 32 384K kmalloc-rnd-05-1k - 192 192 100% 2.00K 12 16 384K kmalloc-rnd-04-2k - 96 96 100% 4.00K 12 8 384K kmalloc-rnd-03-4k - 192 192 100% 2.00K 12 16 384K kmalloc-rnd-01-2k - 1995 1995 100% 0.19K 95 21 380K pid - 2024 2006 99% 0.18K 92 22 368K kvm_mmu_page_header - 3864 3864 100% 0.09K 92 42 368K trace_event_file - 132 132 100% 2.56K 11 12 352K TCPv6 - 176 176 100% 2.00K 11 16 352K memdup_user-2k - 352 352 100% 1.00K 11 32 352K memdup_user-1k - 44 44 100% 8.00K 11 4 352K kmalloc-rnd-15-8k - 352 352 100% 1.00K 11 32 352K kmalloc-rnd-13-1k - 176 176 100% 2.00K 11 16 352K kmalloc-rnd-12-2k - 44 44 100% 8.00K 11 4 352K kmalloc-rnd-11-8k - 176 176 100% 2.00K 11 16 352K kmalloc-rnd-11-2k - 1591 1591 100% 0.21K 43 37 344K nfs_direct_cache - 1333 1209 90% 0.26K 43 31 344K tw_sock_TCP - 6800 6800 100% 0.05K 80 85 320K shared_policy_node - 40 40 100% 8.00K 10 4 320K kmalloc-rnd-10-8k - 80 80 100% 4.00K 10 8 320K kmalloc-rnd-04-4k - 1659 1659 100% 0.19K 79 21 316K kmalloc-rnd-11-192 - 3234 3234 100% 0.09K 77 42 308K kmalloc-rnd-04-96 - 1216 1111 91% 0.25K 38 32 304K nf_conntrack - 437 437 100% 0.69K 19 23 304K files_cache - 608 608 100% 0.50K 19 32 304K kmalloc-rnd-14-512 - 777 777 100% 0.38K 37 21 296K mnt_cache - 576 576 100% 0.50K 18 32 288K kmalloc-cg-512 - 36 36 100% 8.00K 9 4 288K kmalloc-rnd-07-8k - 2272 2222 97% 0.12K 71 32 284K bio_integrity_data - 2208 2208 100% 0.12K 69 32 276K eventpoll_epi - 544 544 100% 0.50K 17 32 272K kmalloc-rnd-06-512 - 825 800 96% 0.31K 33 25 264K bio-256 - 224 224 100% 1.14K 8 28 256K nfs_inode_cache - 512 512 100% 0.50K 16 32 256K kmalloc-rnd-13-512 - 7936 7912 99% 0.03K 62 128 248K kmalloc-rnd-06-32 - 3904 3878 99% 0.06K 61 64 244K kmalloc-cg-64 - 2520 2520 100% 0.09K 60 42 240K kmalloc-rnd-03-96 - 928 928 100% 0.25K 29 32 232K bio-200 - 2394 2238 93% 0.09K 57 42 228K kmalloc-cg-96 - 21 21 100% 8.94K 7 3 224K kvm_vcpu - 84 84 100% 2.61K 7 12 224K x86_emulator - 350 350 100% 0.62K 14 25 224K task_group - 28 28 100% 8.00K 7 4 224K kmalloc-rnd-13-8k - 3584 3397 94% 0.06K 56 64 224K kmalloc-rnd-12-64 - 14080 14080 100% 0.02K 55 256 220K kmalloc-rnd-06-16 - 2226 2226 100% 0.09K 53 42 212K kmalloc-rnd-09-96 - 416 416 100% 0.50K 13 32 208K kmalloc-rnd-12-512 - 416 416 100% 0.50K 13 32 208K kmalloc-rnd-10-512 - 416 416 100% 0.50K 13 32 208K kmalloc-rnd-09-512 - 832 832 100% 0.25K 26 32 208K kmalloc-rnd-09-256 - 416 416 100% 0.50K 13 32 208K kmalloc-rnd-08-512 - 416 416 100% 0.50K 13 32 208K kmalloc-rnd-01-512 - 416 416 100% 0.50K 13 32 208K kmalloc-512 - 5202 5202 100% 0.04K 51 102 204K extent_status - 252 252 100% 0.75K 12 21 192K intel_context + 19236 19236 100% 0.57K 687 28 10992K radix_tree_node + 72600 72600 100% 0.13K 2420 30 9680K kernfs_node_cache + 8555 8544 99% 1.10K 295 29 9440K ext4_inode_cache + 540 528 97% 10.75K 270 2 8640K task_struct + 12688 12684 99% 0.60K 488 26 7808K inode_cache + 34419 34415 99% 0.19K 1639 21 6556K dentry + 23058 20400 88% 0.19K 1098 21 4392K vm_area_struct + 41832 39230 93% 0.07K 747 56 2988K vmap_area + 5568 5564 99% 0.50K 174 32 2784K kmalloc-rnd-12-512 + 30636 30597 99% 0.09K 666 46 2664K lsm_inode_cache + 1248 900 72% 2.00K 78 16 2496K kmalloc-cg-2k + 23010 22980 99% 0.10K 590 39 2360K buffer_head + 3266 1525 46% 0.69K 142 23 2272K skbuff_small_head + 2944 2940 99% 0.67K 128 23 2048K proc_inode_cache + 2562 2548 99% 0.75K 122 21 1952K shmem_inode_cache + 2625 2604 99% 0.62K 105 25 1680K debugfs_inode_cache + 1632 1608 98% 1.00K 51 32 1632K kmalloc-rnd-13-1k + 1536 1488 96% 1.00K 48 32 1536K iommu_iova_magazine + 22592 18480 81% 0.06K 353 64 1412K anon_vma_chain + 13338 12360 92% 0.10K 342 39 1368K anon_vma + 21056 21000 99% 0.06K 329 64 1316K dmaengine-unmap-2 + 624 612 98% 2.00K 39 16 1248K kmalloc-rnd-05-2k + 288 288 100% 4.00K 36 8 1152K kmalloc-cg-4k + 4288 1988 46% 0.25K 134 32 1072K skbuff_head_cache + 4288 3522 82% 0.25K 134 32 1072K maple_node + 528 516 97% 2.00K 33 16 1056K kmalloc-rnd-15-2k + 2080 1512 72% 0.50K 65 32 1040K pool_workqueue + 480 480 100% 2.06K 32 15 1024K sighand_cache + 2048 2023 98% 0.50K 64 32 1024K kmalloc-rnd-10-512 + 840 828 98% 1.12K 30 28 960K signal_cache + 3840 3417 88% 0.25K 120 32 960K kmalloc-rnd-10-256 + 7552 2460 32% 0.12K 236 32 944K bio_integrity_data + 116 116 100% 8.00K 29 4 928K kmalloc-rnd-06-8k + 1792 1764 98% 0.50K 56 32 896K kmalloc-rnd-13-512 + 4683 4560 97% 0.19K 223 21 892K filp + 1053 1036 98% 0.81K 27 39 864K sock_inode_cache + 216 212 98% 4.00K 27 8 864K kmalloc-rnd-01-4k + 400 228 57% 2.00K 25 16 800K kmalloc-rnd-14-2k + 192 148 77% 4.00K 24 8 768K biovec-max + 384 372 96% 2.00K 24 16 768K kmalloc-rnd-06-2k + 92 92 100% 8.00K 23 4 736K kmalloc-rnd-14-8k + 2848 2846 99% 0.25K 89 32 712K kmalloc-rnd-12-256 + 3717 3701 99% 0.19K 177 21 708K kmalloc-rnd-10-192 + 336 336 100% 2.00K 21 16 672K kmalloc-rnd-03-2k + 640 624 97% 1.00K 20 32 640K kmalloc-rnd-10-1k + 1280 812 63% 0.50K 40 32 640K kmalloc-rnd-04-512 + 646 588 91% 0.94K 19 34 608K nfs_read_data + 152 88 57% 4.00K 19 8 608K kmalloc-rnd-09-4k + 304 276 90% 2.00K 19 16 608K kmalloc-rnd-09-2k + 304 300 98% 2.00K 19 16 608K kmalloc-rnd-01-2k + 3087 1620 52% 0.19K 147 21 588K kmalloc-cg-192 + 144 94 65% 4.00K 18 8 576K kmalloc-rnd-14-4k + 204 204 100% 2.50K 17 12 544K TCPv6 + 238 228 95% 2.25K 17 14 544K mem_cgroup + 306 300 98% 1.75K 17 18 544K mm_struct + 544 540 99% 1.00K 17 32 544K kmalloc-cg-1k + 136 136 100% 4.00K 17 8 544K kmalloc-rnd-08-4k + 68 68 100% 8.00K 17 4 544K kmalloc-rnd-05-8k + 2838 2160 76% 0.18K 129 22 516K kvm_mmu_page_header + 64 64 100% 8.00K 16 4 512K kmalloc-cg-8k + 256 252 98% 2.00K 16 16 512K kmalloc-rnd-07-2k + 512 504 98% 1.00K 16 32 512K kmalloc-rnd-06-1k + 8064 7980 98% 0.06K 126 64 504K kmalloc-cg-64 + 45 44 97% 9.19K 15 3 480K kvm_vcpu + 345 324 93% 1.38K 15 23 480K RAWv6 + 240 216 90% 2.00K 15 16 480K biovec-128 + 60 60 100% 8.00K 15 4 480K kmalloc-rnd-11-8k + 238 228 95% 1.88K 14 17 448K mem_cgroup_per_node + 896 896 100% 0.50K 28 32 448K kmalloc-cg-512 + 224 219 97% 2.00K 14 16 448K kmalloc-rnd-10-2k + 448 420 93% 1.00K 14 32 448K kmalloc-rnd-03-1k + 7811 7800 99% 0.05K 107 73 428K ftrace_event_field + 3360 1500 44% 0.12K 105 32 420K kmalloc-cg-128 + 338 324 95% 1.19K 13 26 416K RAW + 598 588 98% 0.69K 26 23 416K files_cache + 104 104 100% 4.00K 13 8 416K kmalloc-rnd-10-4k + 52 52 100% 8.00K 13 4 416K kmalloc-rnd-01-8k + 2163 1801 83% 0.19K 103 21 412K kmalloc-rnd-02-192 + 156 144 92% 2.38K 12 13 384K TCP + 48 48 100% 8.00K 12 4 384K kmalloc-rnd-08-8k + 768 756 98% 0.50K 24 32 384K kmalloc-rnd-08-512 + 96 96 100% 4.00K 12 8 384K kmalloc-rnd-05-4k + 48 48 100% 8.00K 12 4 384K kmalloc-rnd-04-8k + 96 96 100% 4.00K 12 8 384K kmalloc-4k + 3906 3900 99% 0.09K 93 42 372K trace_event_file + 1932 1919 99% 0.19K 92 21 368K pid + 736 728 98% 0.50K 23 32 368K kmalloc-rnd-09-512 + 462 448 96% 0.75K 22 21 352K intel_context + 88 88 100% 4.00K 11 8 352K kmalloc-rnd-15-4k + 176 168 95% 2.00K 11 16 352K kmalloc-rnd-11-2k + 176 168 95% 2.00K 11 16 352K kmalloc-2k + 1376 644 46% 0.25K 43 32 344K nf_conntrack + 3570 2940 82% 0.09K 85 42 340K kmalloc-rnd-12-96 + 110 108 98% 2.75K 10 11 320K x86_emulator + 360 336 93% 0.88K 10 36 320K fuse_inode + 320 312 97% 1.00K 10 32 320K kmalloc-rnd-11-1k + 80 80 100% 4.00K 10 8 320K kmalloc-rnd-07-4k + 320 300 93% 1.00K 10 32 320K kmalloc-rnd-07-1k + 40 40 100% 8.00K 10 4 320K kmalloc-8k + 819 812 99% 0.38K 39 21 312K mnt_cache + 6545 6540 99% 0.05K 77 85 308K shared_policy_node + 3192 3180 99% 0.09K 76 42 304K kmalloc-rnd-08-96 + 144 132 91% 2.00K 9 16 288K memdup_user-2k + 216 204 94% 1.32K 9 24 288K perf_event + 288 264 91% 1.00K 9 32 288K kmalloc-rnd-15-1k + 288 276 95% 1.00K 9 32 288K kmalloc-rnd-09-1k + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-08-2k + 288 276 95% 1.00K 9 32 288K kmalloc-rnd-08-1k + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-04-2k + 288 276 95% 1.00K 9 32 288K kmalloc-1k + 2982 1740 58% 0.09K 71 42 284K kmalloc-rnd-06-96 + 2240 2220 99% 0.12K 70 32 280K eventpoll_epi + 2144 2126 99% 0.12K 67 32 268K kmalloc-rnd-12-128 + 1221 1200 98% 0.21K 33 37 264K nfs_direct_cache + 256 240 93% 1.00K 8 32 256K kmalloc-rnd-14-1k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-02-4k + 345 336 97% 0.69K 15 23 240K task_group + 480 476 99% 0.50K 15 32 240K kmalloc-rnd-15-512 + 480 476 99% 0.50K 15 32 240K kmalloc-rnd-02-512 + 480 476 99% 0.50K 15 32 240K kmalloc-rnd-01-512 + 928 919 99% 0.25K 29 32 232K io_kiocb + 1218 1140 93% 0.19K 58 21 232K file_lock_cache + 154 144 93% 1.44K 7 22 224K UDPv6 + 168 168 100% 1.31K 7 24 224K UDP + 252 224 88% 0.88K 7 36 224K user_namespace + 350 336 96% 0.63K 14 25 224K tracefs_inode_cache + 322 308 95% 0.67K 14 23 224K taskstats + 56 52 92% 4.00K 7 8 224K kmalloc-rnd-13-4k + 56 56 100% 4.00K 7 8 224K kmalloc-rnd-11-4k + 448 420 93% 0.50K 14 32 224K kmalloc-rnd-11-512 + 28 28 100% 8.00K 7 4 224K kmalloc-rnd-10-8k + 224 204 91% 1.00K 7 32 224K kmalloc-rnd-04-1k + 3520 1801 51% 0.06K 55 64 220K kmalloc-rnd-10-64 + 864 840 97% 0.25K 27 32 216K kmalloc-rnd-14-256 + 1092 1080 98% 0.19K 52 21 208K proc_dir_entry + 416 392 94% 0.50K 13 32 208K kmalloc-rnd-03-512 + 6528 6420 98% 0.03K 51 128 204K kmalloc-rnd-08-32 + 5100 5100 100% 0.04K 50 102 200K extent_status + 800 784 98% 0.25K 25 32 200K kmalloc-rnd-09-256 + 12800 12600 98% 0.02K 50 256 200K kmalloc-rnd-08-16 + 168 168 100% 1.12K 6 28 192K nfs_inode_cache 336 336 100% 0.56K 12 28 192K kioctx - 288 288 100% 0.65K 12 24 192K tracefs_inode_cache - 348 348 100% 0.55K 12 29 192K taskstats - 384 384 100% 0.50K 12 32 192K kmalloc-rnd-11-512 - 48 48 100% 4.00K 6 8 192K kmalloc-rnd-10-4k - 384 384 100% 0.50K 12 32 192K kmalloc-rnd-05-512 - 2016 1916 95% 0.09K 48 42 192K kmalloc-rnd-05-96 - 384 384 100% 0.50K 12 32 192K kmalloc-rnd-04-512 - 24 24 100% 8.00K 6 4 192K kmalloc-rnd-02-8k - 352 352 100% 0.50K 11 32 176K kmalloc-rnd-15-512 - 1848 1680 90% 0.09K 44 42 176K kmalloc-rnd-11-96 - 704 704 100% 0.25K 22 32 176K kmalloc-rnd-08-256 - 903 903 100% 0.19K 43 21 172K kmalloc-rnd-06-192 - 672 672 100% 0.25K 21 32 168K kmalloc-rnd-12-256 - 861 777 90% 0.19K 41 21 164K kmalloc-cg-192 - 840 840 100% 0.19K 40 21 160K proc_dir_entry - 1280 1152 90% 0.12K 40 32 160K kmalloc-cg-128 - 160 160 100% 1.00K 5 32 160K kmalloc-rnd-07-1k - 320 320 100% 0.50K 10 32 160K kmalloc-rnd-07-512 - 640 640 100% 0.25K 20 32 160K kmem_cache - 2432 2432 100% 0.06K 38 64 152K kmalloc-rnd-15-64 - 608 608 100% 0.25K 19 32 152K kmalloc-rnd-14-256 - 1216 1216 100% 0.12K 38 32 152K kmalloc-rnd-03-128 - 576 576 100% 0.25K 18 32 144K io_kiocb - 288 288 100% 0.50K 9 32 144K memdup_user-512 - 576 576 100% 0.25K 18 32 144K kmalloc-rnd-13-256 - 544 544 100% 0.25K 17 32 136K kmalloc-rnd-04-256 - 5610 5536 98% 0.02K 33 170 132K lsm_file_cache - 184 184 100% 0.69K 8 23 128K rpc_inode_cache + 696 672 96% 0.27K 24 29 192K tw_sock_TCP + 48 48 100% 4.00K 6 8 192K memdup_user-4k + 384 364 94% 0.50K 12 32 192K kmalloc-rnd-14-512 + 48 48 100% 4.00K 6 8 192K kmalloc-rnd-12-4k + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-07-8k + 48 48 100% 4.00K 6 8 192K kmalloc-rnd-06-4k + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-03-8k + 48 48 100% 4.00K 6 8 192K kmalloc-rnd-03-4k + 96 96 100% 2.00K 6 16 192K kmalloc-rnd-02-2k + 192 168 87% 1.00K 6 32 192K kmalloc-rnd-02-1k + 384 364 94% 0.50K 12 32 192K kmalloc-512 + 1081 1080 99% 0.17K 47 23 188K fuse_request + 736 728 98% 0.25K 23 32 184K key_jar + 966 960 99% 0.19K 46 21 184K kmalloc-rnd-07-192 + 352 336 95% 0.50K 11 32 176K kmalloc-rnd-06-512 + 352 336 95% 0.50K 11 32 176K kmalloc-rnd-05-512 + 1806 1800 99% 0.09K 43 42 172K kmalloc-cg-96 + 2752 2730 99% 0.06K 43 64 172K kmalloc-rnd-12-64 + 903 900 99% 0.19K 43 21 172K kmalloc-rnd-09-192 + 903 900 99% 0.19K 43 21 172K kmalloc-rnd-01-192 + 672 644 95% 0.25K 21 32 168K kmalloc-rnd-07-256 + 160 132 82% 1.00K 5 32 160K memdup_user-1k + 320 308 96% 0.50K 10 32 160K memdup_user-512 + 840 840 100% 0.19K 40 21 160K names_cache + 20 20 100% 8.00K 5 4 160K kmalloc-rnd-15-8k + 840 840 100% 0.19K 40 21 160K kmalloc-rnd-14-192 + 80 72 90% 2.00K 5 16 160K kmalloc-rnd-13-2k + 160 144 90% 1.00K 5 32 160K kmalloc-rnd-12-1k + 840 840 100% 0.19K 40 21 160K kmalloc-rnd-11-192 + 320 308 96% 0.50K 10 32 160K kmalloc-rnd-07-512 + 160 132 82% 1.00K 5 32 160K kmalloc-rnd-05-1k + 840 840 100% 0.19K 40 21 160K kmalloc-rnd-03-192 + 160 144 90% 1.00K 5 32 160K kmalloc-rnd-01-1k + 1638 1320 80% 0.09K 39 42 156K kmalloc-rnd-04-96 + 798 780 97% 0.19K 38 21 152K kmalloc-rnd-15-192 + 798 780 97% 0.19K 38 21 152K kmalloc-rnd-06-192 + 2368 2319 97% 0.06K 37 64 148K kmalloc-rnd-03-64 + 207 196 94% 0.69K 9 23 144K rpc_inode_cache + 432 420 97% 0.32K 18 24 144K request_sock_TCP + 234 224 95% 0.61K 9 26 144K hugetlbfs_inode_cache + 576 560 97% 0.25K 18 32 144K kmalloc-rnd-05-256 + 735 720 97% 0.19K 35 21 140K jbd2_transaction_s + 735 720 97% 0.19K 35 21 140K kmalloc-rnd-13-192 + 4480 4380 97% 0.03K 35 128 140K kmalloc-rnd-11-32 + 735 720 97% 0.19K 35 21 140K kmalloc-rnd-08-192 + 735 720 97% 0.19K 35 21 140K kmalloc-rnd-05-192 + 735 720 97% 0.19K 35 21 140K kmalloc-rnd-04-192 + 1386 1380 99% 0.09K 33 42 132K kmalloc-rcl-96 8 8 100% 16.00K 4 2 128K zio_buf_comb_16384 - 128 128 100% 0.98K 4 32 128K request_queue - 16 16 100% 8.00K 4 4 128K memdup_user-8k - 76 76 100% 1.62K 4 19 128K bdev_cache - 64 64 100% 2.00K 4 16 128K kmalloc-rnd-15-2k - 2048 2048 100% 0.06K 32 64 128K kmalloc-rnd-14-64 - 16 16 100% 8.00K 4 4 128K kmalloc-rnd-08-8k - 512 512 100% 0.25K 16 32 128K kmalloc-rnd-06-256 - 3840 3840 100% 0.03K 30 128 120K kmalloc-32 - 1218 1218 100% 0.09K 29 42 116K kmalloc-rnd-13-96 - 14848 11303 76% 0.01K 29 512 116K kmalloc-rnd-09-8 - 175 175 100% 0.62K 7 25 112K hugetlbfs_inode_cache - 182 182 100% 0.60K 7 26 112K user_namespace - 448 448 100% 0.25K 14 32 112K kmalloc-cg-256 - 448 448 100% 0.25K 14 32 112K kmalloc-rnd-15-256 - 1792 1792 100% 0.06K 28 64 112K kmalloc-rnd-13-64 - 448 448 100% 0.25K 14 32 112K kmalloc-rnd-07-256 - 448 448 100% 0.25K 14 32 112K kmalloc-rnd-05-256 - 448 448 100% 0.25K 14 32 112K kmalloc-rnd-01-256 - 546 546 100% 0.19K 26 21 104K file_lock_cache - 1326 1326 100% 0.08K 26 51 104K Acpi-State - 1092 1092 100% 0.09K 26 42 104K kmalloc-rcl-96 - 416 416 100% 0.25K 13 32 104K kmalloc-rnd-02-256 - 1600 1600 100% 0.06K 25 64 100K kmalloc-rnd-02-64 - 84 84 100% 1.12K 3 28 96K drm_i915_gem_object - 300 300 100% 0.31K 12 25 96K bio-264 - 117 117 100% 0.81K 3 39 96K dax_cache - 384 384 100% 0.25K 12 32 96K task_delay_info - 12 12 100% 8.00K 3 4 96K kmalloc-rnd-14-8k - 384 384 100% 0.25K 12 32 96K kmalloc-rnd-11-256 - 12 12 100% 8.00K 3 4 96K kmalloc-rnd-03-8k - 384 384 100% 0.25K 12 32 96K kmalloc-256 - 2944 2718 92% 0.03K 23 128 92K kmalloc-cg-32 - 1472 1472 100% 0.06K 23 64 92K kmalloc-rnd-03-64 - 275 275 100% 0.31K 11 25 88K request_sock_TCP - 546 546 100% 0.15K 21 26 84K ext4_groupinfo_4k - 441 441 100% 0.19K 21 21 84K kmalloc-rnd-14-192 - 2688 2688 100% 0.03K 21 128 84K kmalloc-rnd-12-32 - 1344 1344 100% 0.06K 21 64 84K kmalloc-rnd-07-64 - 441 441 100% 0.19K 21 21 84K kmalloc-rnd-02-192 - 1280 1280 100% 0.06K 20 64 80K kmalloc-rnd-06-64 - 399 399 100% 0.19K 19 21 76K kmalloc-rnd-10-192 - 9728 9714 99% 0.01K 19 512 76K kmalloc-rnd-06-8 - 2432 2432 100% 0.03K 19 128 76K kmalloc-rnd-03-32 - 798 798 100% 0.09K 19 42 76K kmalloc-rnd-02-96 - 1152 1152 100% 0.06K 18 64 72K kmalloc-rnd-10-64 - 2304 2304 100% 0.03K 18 128 72K kmalloc-rnd-08-32 - 378 378 100% 0.19K 18 21 72K kmalloc-rnd-01-192 - 867 867 100% 0.08K 17 51 68K sigqueue - 357 357 100% 0.19K 17 21 68K kmalloc-rnd-15-192 - 1088 1088 100% 0.06K 17 64 68K kmalloc-rnd-11-64 - 544 544 100% 0.12K 17 32 68K kmalloc-rnd-05-128 - 100 100 100% 0.62K 4 25 64K netfs_request - 10 10 100% 5.81K 2 5 64K net_namespace - 148 148 100% 0.42K 4 37 64K uts_namespace - 512 512 100% 0.12K 16 32 64K kmalloc-rcl-128 - 512 512 100% 0.12K 16 32 64K kmalloc-rnd-02-128 - 336 336 100% 0.19K 16 21 64K kmalloc-192 - 630 630 100% 0.09K 15 42 60K kmalloc-rnd-15-96 - 480 480 100% 0.12K 15 32 60K kmalloc-rnd-06-128 - 630 630 100% 0.09K 15 42 60K kmalloc-rnd-06-96 - 1920 1920 100% 0.03K 15 128 60K kmalloc-rnd-05-32 - 3840 3840 100% 0.02K 15 256 60K kmalloc-rnd-05-16 - 960 960 100% 0.06K 15 64 60K kmalloc-rnd-01-64 - 588 588 100% 0.09K 14 42 56K kmalloc-rnd-12-96 - 448 448 100% 0.12K 14 32 56K kmalloc-rnd-11-128 - 588 588 100% 0.09K 14 42 56K kmalloc-rnd-10-96 - 3584 3584 100% 0.02K 14 256 56K kmalloc-rnd-09-16 - 448 448 100% 0.12K 14 32 56K kmalloc-rnd-08-128 - 3584 3584 100% 0.02K 14 256 56K kmalloc-rnd-07-16 - 1792 1792 100% 0.03K 14 128 56K kmalloc-rnd-01-32 - 896 896 100% 0.06K 14 64 56K kmem_cache_node - 442 442 100% 0.12K 13 34 52K jbd2_journal_head - 416 416 100% 0.12K 13 32 52K kmalloc-rnd-14-128 - 6656 6656 100% 0.01K 13 512 52K kmalloc-rnd-13-8 - 416 416 100% 0.12K 13 32 52K kmalloc-rnd-12-128 - 273 273 100% 0.19K 13 21 52K kmalloc-rnd-12-192 - 1664 1664 100% 0.03K 13 128 52K kmalloc-rnd-11-32 - 3328 3328 100% 0.02K 13 256 52K kmalloc-rnd-11-16 - 1664 1664 100% 0.03K 13 128 52K kmalloc-rnd-10-32 - 546 546 100% 0.09K 13 42 52K kmalloc-rnd-08-96 - 416 416 100% 0.12K 13 32 52K kmalloc-rnd-07-128 - 273 273 100% 0.19K 13 21 52K kmalloc-rnd-05-192 - 832 832 100% 0.06K 13 64 52K kmalloc-rnd-04-64 - 273 273 100% 0.19K 13 21 52K kmalloc-rnd-04-192 - 416 416 100% 0.12K 13 32 52K kmalloc-rnd-01-128 - 546 546 100% 0.09K 13 42 52K kmalloc-rnd-01-96 - 416 416 100% 0.12K 13 32 52K kmalloc-128 - 276 276 100% 0.17K 12 23 48K fuse_request - 252 252 100% 0.19K 12 21 48K jbd2_transaction_s - 288 288 100% 0.16K 12 24 48K ext4_allocation_context - 432 432 100% 0.11K 12 36 48K ext4_prealloc_space - 768 768 100% 0.06K 12 64 48K ext4_io_end - 876 876 100% 0.05K 12 73 48K mb_cache_entry - 1536 1536 100% 0.03K 12 128 48K xsk_generic_xmit_cache - 3072 3072 100% 0.02K 12 256 48K ep_head - 192 192 100% 0.25K 6 32 48K memdup_user-256 - 768 768 100% 0.06K 12 64 48K memdup_user-64 - 1536 1536 100% 0.03K 12 128 48K memdup_user-32 - 3072 3072 100% 0.02K 12 256 48K memdup_user-16 - 6144 6144 100% 0.01K 12 512 48K memdup_user-8 - 1536 1536 100% 0.03K 12 128 48K pidfs_attr_cache - 1224 1224 100% 0.04K 12 102 48K pde_opener - 408 408 100% 0.12K 12 34 48K seq_file - 468 468 100% 0.10K 12 39 48K Acpi-ParseExt - 3072 3072 100% 0.02K 12 256 48K kmalloc-cg-16 - 6144 6144 100% 0.01K 12 512 48K kmalloc-cg-8 - 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-15-32 - 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-15-16 - 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-14-16 - 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-14-8 - 504 504 100% 0.09K 12 42 48K kmalloc-rnd-14-96 - 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-13-32 - 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-13-16 - 252 252 100% 0.19K 12 21 48K kmalloc-rnd-13-192 - 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-12-16 - 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-12-8 - 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-11-8 - 384 384 100% 0.12K 12 32 48K kmalloc-rnd-10-128 - 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-10-16 - 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-10-8 - 384 384 100% 0.12K 12 32 48K kmalloc-rnd-09-128 - 768 768 100% 0.06K 12 64 48K kmalloc-rnd-09-64 - 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-09-32 - 252 252 100% 0.19K 12 21 48K kmalloc-rnd-09-192 - 768 768 100% 0.06K 12 64 48K kmalloc-rnd-08-64 - 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-08-16 - 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-08-8 - 252 252 100% 0.19K 12 21 48K kmalloc-rnd-08-192 - 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-07-32 - 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-07-8 - 252 252 100% 0.19K 12 21 48K kmalloc-rnd-07-192 - 504 504 100% 0.09K 12 42 48K kmalloc-rnd-07-96 - 768 768 100% 0.06K 12 64 48K kmalloc-rnd-05-64 - 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-05-8 - 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-04-16 - 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-03-16 - 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-03-8 - 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-02-32 - 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-02-16 - 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-02-8 - 768 768 100% 0.06K 12 64 48K kmalloc-64 - 3072 3072 100% 0.02K 12 256 48K kmalloc-16 - 6144 6144 100% 0.01K 12 512 48K kmalloc-8 - 504 504 100% 0.09K 12 42 48K kmalloc-96 - 1408 1408 100% 0.03K 11 128 44K kmalloc-rnd-14-32 - 352 352 100% 0.12K 11 32 44K kmalloc-rnd-04-128 - 5632 5632 100% 0.01K 11 512 44K kmalloc-rnd-04-8 - 320 320 100% 0.12K 10 32 40K scsi_sense_cache - 560 560 100% 0.07K 10 56 40K nsproxy - 320 320 100% 0.12K 10 32 40K kmalloc-rnd-13-128 - 2560 2560 100% 0.02K 10 256 40K kmalloc-rnd-01-16 - 189 189 100% 0.19K 9 21 36K bio-136 - 189 189 100% 0.19K 9 21 36K memdup_user-192 - 288 288 100% 0.12K 9 32 36K kmalloc-rnd-15-128 - 4608 4608 100% 0.01K 9 512 36K kmalloc-rnd-15-8 - 1152 1152 100% 0.03K 9 128 36K kmalloc-rnd-04-32 - 15 15 100% 2.06K 1 15 32K MPTCPv6 - 10 10 100% 3.16K 1 10 32K kcopyd_job - 34 34 100% 0.94K 1 34 32K mqueue_inode_cache - 16 16 100% 1.94K 1 16 32K MPTCP - 15 15 100% 2.06K 1 15 32K dmaengine-unmap-256 - 30 30 100% 1.06K 1 30 32K dmaengine-unmap-128 - 3584 3584 100% 0.01K 7 512 28K kmalloc-rnd-01-8 - 612 612 100% 0.04K 6 102 24K khugepaged_mm_slot - 105 105 100% 0.19K 5 21 20K bio-176 - 640 640 100% 0.03K 5 128 20K pending_reservation - 425 425 100% 0.05K 5 85 20K ip_fib_trie - 365 365 100% 0.05K 5 73 20K ip_fib_alias - 210 210 100% 0.09K 5 42 20K memdup_user-96 - 23 23 100% 0.69K 1 23 16K i915_request - 36 36 100% 0.44K 1 36 16K bio-384 - 36 36 100% 0.44K 1 36 16K bio-400 - 32 32 100% 0.50K 1 32 16K bio-456 - 62 62 100% 0.26K 2 31 16K tw_sock_TCPv6 - 20 20 100% 0.77K 1 20 16K fat_inode_cache - 50 50 100% 0.31K 2 25 16K xfrm_dst - 50 50 100% 0.31K 2 25 16K bio-280 - 126 126 100% 0.09K 3 42 12K abd_t - 34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full - 21 21 100% 0.38K 1 21 8K bio-320 - 170 170 100% 0.05K 2 85 8K bio_post_read_ctx - 30 30 100% 0.27K 1 30 8K numa_policy - 25 25 100% 0.16K 1 25 4K dm_bufio_buffer-16-1 - 256 256 100% 0.02K 1 256 4K jbd2_revoke_table_s - 36 36 100% 0.11K 1 36 4K kmalloc_buckets - 21 21 100% 0.19K 1 21 4K kmalloc-rcl-192 + 400 392 98% 0.31K 16 25 128K bio-256 + 672 660 98% 0.19K 32 21 128K memdup_user-192 + 16 16 100% 8.00K 4 4 128K kmalloc-rnd-12-8k + 672 660 98% 0.19K 32 21 128K kmalloc-rnd-12-192 + 672 660 98% 0.19K 32 21 128K kmalloc-192 + 992 962 96% 0.12K 31 32 124K kmalloc-rnd-10-128 + 1984 1980 99% 0.06K 31 64 124K kmalloc-rnd-04-64 + 720 720 100% 0.16K 30 24 120K ext4_allocation_context + 480 476 99% 0.25K 15 32 120K kmalloc-rnd-08-256 + 960 960 100% 0.12K 30 32 120K kmalloc-rnd-07-128 + 480 477 99% 0.25K 15 32 120K kmem_cache + 1856 1800 96% 0.06K 29 64 116K kmalloc-rnd-08-64 + 1218 1200 98% 0.09K 29 42 116K kmalloc-rnd-07-96 + 406 392 96% 0.27K 14 29 112K tw_sock_TCPv6 + 4760 4560 95% 0.02K 28 170 112K lsm_file_cache + 161 140 86% 0.69K 7 23 112K uts_namespace + 448 420 93% 0.25K 14 32 112K kmalloc-rnd-13-256 + 448 448 100% 0.25K 14 32 112K kmalloc-rnd-06-256 + 448 448 100% 0.25K 14 32 112K kmalloc-rnd-02-256 + 448 436 97% 0.25K 14 32 112K kmalloc-rnd-01-256 + 864 840 97% 0.12K 27 32 108K kmalloc-rcl-128 + 546 540 98% 0.19K 26 21 104K bio-136 + 325 308 94% 0.31K 13 25 104K bio-264 + 416 392 94% 0.25K 13 32 104K kmalloc-cg-256 + 416 392 94% 0.25K 13 32 104K kmalloc-rnd-15-256 + 850 840 98% 0.12K 25 34 100K jbd2_journal_head + 1275 1260 98% 0.08K 25 51 100K sigqueue + 1050 1020 97% 0.09K 25 42 100K kmalloc-rnd-15-96 + 1050 1020 97% 0.09K 25 42 100K kmalloc-rnd-09-96 + 800 780 97% 0.12K 25 32 100K kmalloc-rnd-05-128 + 1050 1020 97% 0.09K 25 42 100K kmalloc-rnd-05-96 + 800 780 97% 0.12K 25 32 100K kmalloc-rnd-02-128 + 1050 1020 97% 0.09K 25 42 100K kmalloc-rnd-02-96 + 1050 1020 97% 0.09K 25 42 100K kmalloc-96 + 78 72 92% 1.19K 3 26 96K drm_i915_gem_object + 624 600 96% 0.15K 24 26 96K ext4_groupinfo_4k + 99 84 84% 0.97K 3 33 96K request_queue + 12 12 100% 8.00K 3 4 96K memdup_user-8k + 48 36 75% 2.00K 3 16 96K kmalloc-rnd-12-2k + 1173 1140 97% 0.08K 23 51 92K Acpi-State + 736 720 97% 0.12K 23 32 92K kmalloc-rnd-15-128 + 736 720 97% 0.12K 23 32 92K kmalloc-rnd-14-128 + 736 720 97% 0.12K 23 32 92K kmalloc-rnd-11-128 + 736 720 97% 0.12K 23 32 92K kmalloc-rnd-09-128 + 736 720 97% 0.12K 23 32 92K kmalloc-rnd-08-128 + 736 720 97% 0.12K 23 32 92K kmalloc-rnd-06-128 + 736 720 97% 0.12K 23 32 92K kmalloc-rnd-03-128 + 1472 1440 97% 0.06K 23 64 92K kmalloc-rnd-02-64 + 736 720 97% 0.12K 23 32 92K kmalloc-128 + 352 336 95% 0.25K 11 32 88K ip6_dst_cache + 352 336 95% 0.25K 11 32 88K bio-200 + 748 720 96% 0.12K 22 34 88K seq_file + 1408 1381 98% 0.06K 22 64 88K kmalloc-rnd-05-64 + 352 336 95% 0.25K 11 32 88K kmalloc-rnd-04-256 + 672 660 98% 0.12K 21 32 84K kmalloc-rnd-04-128 + 125 112 89% 0.62K 5 25 80K netfs_request + 720 720 100% 0.11K 20 36 80K ext4_prealloc_space + 1280 1221 95% 0.06K 20 64 80K kmalloc-rnd-15-64 + 840 840 100% 0.09K 20 42 80K kmalloc-rnd-14-96 + 1280 1260 98% 0.06K 20 64 80K kmalloc-rnd-11-64 + 840 840 100% 0.09K 20 42 80K kmalloc-rnd-10-96 + 840 840 100% 0.09K 20 42 80K kmalloc-rnd-03-96 + 320 308 96% 0.25K 10 32 80K kmalloc-256 + 741 720 97% 0.10K 19 39 76K Acpi-ParseExt + 756 720 95% 0.09K 18 42 72K kmalloc-rnd-13-96 + 756 720 95% 0.09K 18 42 72K kmalloc-rnd-11-96 + 1152 1152 100% 0.06K 18 64 72K kmalloc-rnd-01-64 + 756 720 95% 0.09K 18 42 72K kmalloc-rnd-01-96 + 1152 1140 98% 0.06K 18 64 72K kmalloc-64 + 2176 2100 96% 0.03K 17 128 68K kmalloc-cg-32 + 20 12 60% 3.16K 2 10 64K kcopyd_job + 38 36 94% 1.62K 2 19 64K bdev_cache + 10 8 80% 6.19K 2 5 64K net_namespace + 2048 1980 96% 0.03K 16 128 64K kmalloc-rnd-15-32 + 8 8 100% 8.00K 2 4 64K kmalloc-rnd-09-8k + 1024 1020 99% 0.06K 16 64 64K kmalloc-rnd-09-64 + 1024 1020 99% 0.06K 16 64 64K kmalloc-rnd-07-64 + 2048 2040 99% 0.03K 16 128 64K kmalloc-rnd-07-32 + 16 12 75% 4.00K 2 8 64K kmalloc-rnd-04-4k + 8 8 100% 8.00K 2 4 64K kmalloc-rnd-02-8k + 480 480 100% 0.12K 15 32 60K scsi_sense_cache + 960 900 93% 0.06K 15 64 60K pidfs_attr_cache + 960 960 100% 0.06K 15 64 60K kmalloc-rcl-64 + 1920 1920 100% 0.03K 15 128 60K kmalloc-rnd-12-32 + 7680 7320 95% 0.01K 15 512 60K kmalloc-rnd-08-8 + 480 477 99% 0.12K 15 32 60K kmem_cache_node + 224 224 100% 0.25K 7 32 56K memdup_user-256 + 224 224 100% 0.25K 7 32 56K kmalloc-rnd-11-256 + 224 224 100% 0.25K 7 32 56K kmalloc-rnd-03-256 + 1792 1740 97% 0.03K 14 128 56K kmalloc-rnd-02-32 + 448 432 96% 0.12K 14 32 56K kmalloc-rnd-01-128 + 949 900 94% 0.05K 13 73 52K mb_cache_entry + 832 780 93% 0.06K 13 64 52K kmalloc-rnd-14-64 + 6656 1980 29% 0.01K 13 512 52K kmalloc-rnd-14-8 + 69 56 81% 0.69K 3 23 48K i915_request + 75 56 74% 0.62K 3 25 48K dio + 63 56 88% 0.75K 3 21 48K dax_cache + 768 720 93% 0.06K 12 64 48K memdup_user-64 + 768 720 93% 0.06K 12 64 48K kmalloc-rnd-13-64 + 768 720 93% 0.06K 12 64 48K kmalloc-rnd-06-64 + 704 660 93% 0.06K 11 64 44K ext4_io_end + 1122 1080 96% 0.04K 11 102 44K fsnotify_inode_mark_connector + 616 600 97% 0.07K 11 56 44K nsproxy + 1408 1320 93% 0.03K 11 128 44K kmalloc-rnd-09-32 + 2816 2580 91% 0.02K 11 256 44K kmalloc-rnd-02-16 + 1408 1320 93% 0.03K 11 128 44K kmalloc-rnd-01-32 + 420 420 100% 0.09K 10 42 40K memdup_user-96 + 1152 1080 93% 0.03K 9 128 36K kmalloc-rnd-13-32 + 50 28 56% 0.62K 2 25 32K kvm_gmem_inode_cache + 15 12 80% 2.12K 1 15 32K MPTCPv6 + 34 28 82% 0.94K 1 34 32K mqueue_inode_cache + 42 28 66% 0.75K 2 21 32K fat_inode_cache + 16 12 75% 2.00K 1 16 32K MPTCP + 15 12 80% 2.06K 1 15 32K dmaengine-unmap-256 + 30 12 40% 1.06K 1 30 32K dmaengine-unmap-128 + 816 720 88% 0.04K 8 102 32K pde_opener + 256 240 93% 0.12K 8 32 32K kmalloc-rnd-13-128 + 896 780 87% 0.03K 7 128 28K kmalloc-rnd-04-32 + 896 840 93% 0.03K 7 128 28K kmalloc-rnd-03-32 + 126 120 95% 0.19K 6 21 24K bio-176 + 768 720 93% 0.03K 6 128 24K ext4_io_end_vec + 75 56 74% 0.31K 3 25 24K xfrm_dst + 75 56 74% 0.31K 3 25 24K bio-280 + 768 660 85% 0.03K 6 128 24K memdup_user-32 + 768 720 93% 0.03K 6 128 24K kmalloc-rnd-14-32 + 1536 1380 89% 0.02K 6 256 24K kmalloc-rnd-11-16 + 768 720 93% 0.03K 6 128 24K kmalloc-rnd-10-32 + 768 660 85% 0.03K 6 128 24K kmalloc-rnd-06-32 + 768 720 93% 0.03K 6 128 24K kmalloc-rnd-05-32 + 1536 1320 85% 0.02K 6 256 24K kmalloc-rnd-01-16 + 768 720 93% 0.03K 6 128 24K kmalloc-32 + 68 60 88% 0.23K 2 34 16K arc_buf_hdr_t_full + 42 28 66% 0.38K 2 21 16K bio-328 + 36 28 77% 0.44K 1 36 16K bio-392 + 36 28 77% 0.44K 1 36 16K bio-408 + 36 28 77% 0.44K 1 36 16K bio-424 + 512 480 93% 0.03K 4 128 16K pending_reservation + 292 240 82% 0.05K 4 73 16K ip_fib_alias + 1024 960 93% 0.02K 4 256 16K ep_head + 1024 1020 99% 0.02K 4 256 16K kmalloc-cg-16 + 2048 1620 79% 0.01K 4 512 16K kmalloc-cg-8 + 1024 960 93% 0.02K 4 256 16K kmalloc-rnd-15-16 + 1024 840 82% 0.02K 4 256 16K kmalloc-rnd-12-16 + 2048 1860 90% 0.01K 4 512 16K kmalloc-rnd-12-8 + 1024 785 76% 0.02K 4 256 16K kmalloc-rnd-10-16 + 1024 960 93% 0.02K 4 256 16K kmalloc-rnd-09-16 + 1024 960 93% 0.02K 4 256 16K kmalloc-rnd-03-16 + 75 60 80% 0.16K 3 25 12K dm_bufio_buffer-16-1 + 255 180 70% 0.05K 3 85 12K ip_fib_trie + 768 660 85% 0.02K 3 256 12K memdup_user-16 + 63 60 95% 0.19K 3 21 12K kmalloc-rcl-192 + 1536 1440 93% 0.01K 3 512 12K kmalloc-rnd-15-8 + 768 720 93% 0.02K 3 256 12K kmalloc-rnd-14-16 + 768 600 78% 0.02K 3 256 12K kmalloc-rnd-13-16 + 1536 1500 97% 0.01K 3 512 12K kmalloc-rnd-11-8 + 768 720 93% 0.02K 3 256 12K kmalloc-rnd-07-16 + 768 600 78% 0.02K 3 256 12K kmalloc-rnd-06-16 + 768 720 93% 0.02K 3 256 12K kmalloc-rnd-05-16 + 768 720 93% 0.02K 3 256 12K kmalloc-rnd-04-16 + 1536 1500 97% 0.01K 3 512 12K kmalloc-rnd-02-8 + 768 720 93% 0.02K 3 256 12K kmalloc-16 + 84 60 71% 0.09K 2 42 8K abd_t + 1024 720 70% 0.01K 2 512 8K memdup_user-8 + 28 28 100% 0.28K 1 28 8K numa_policy + 72 60 83% 0.11K 2 36 8K kmalloc_buckets + 1024 720 70% 0.01K 2 512 8K kmalloc-rnd-13-8 + 1024 720 70% 0.01K 2 512 8K kmalloc-rnd-10-8 + 1024 720 70% 0.01K 2 512 8K kmalloc-rnd-07-8 + 1024 720 70% 0.01K 2 512 8K kmalloc-rnd-06-8 + 1024 720 70% 0.01K 2 512 8K kmalloc-rnd-05-8 + 1024 720 70% 0.01K 2 512 8K kmalloc-rnd-04-8 + 1024 720 70% 0.01K 2 512 8K kmalloc-rnd-03-8 + 1024 840 82% 0.01K 2 512 8K kmalloc-rnd-01-8 + 256 60 23% 0.02K 1 256 4K jbd2_revoke_table_s + 512 420 82% 0.01K 1 512 4K kmalloc-rnd-09-8 + 512 420 82% 0.01K 1 512 4K kmalloc-8 0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache - 0 0 0% 0.20K 0 39 0K nf_conntrack_expect + 0 0 0% 0.23K 0 35 0K nf_conntrack_expect 0 0 0% 0.12K 0 32 0K i915_dependency 0 0 0% 0.06K 0 64 0K execute_cb 0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache - 0 0 0% 1.09K 0 29 0K zfs_znode_cache + 0 0 0% 1.08K 0 29 0K zfs_znode_cache 0 0 0% 1.03K 0 31 0K zap_attr_long_cache 0 0 0% 1.07K 0 29 0K zap_name_long 0 0 0% 0.28K 0 28 0K zap_attr_cache @@ -3446,11 +3826,11 @@ DirectMap1G: 19922944 kB 0 0 0% 0.13K 0 30 0K sio_cache_0 0 0 0% 0.15K 0 26 0K zil_zcw_cache 0 0 0% 0.38K 0 20 0K zil_lwb_cache - 0 0 0% 0.36K 0 22 0K dbuf_dirty_record_t + 0 0 0% 0.37K 0 21 0K dbuf_dirty_record_t 0 0 0% 0.36K 0 22 0K dmu_buf_impl_t 0 0 0% 0.03K 0 128 0K arc_buf_t 0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only - 0 0 0% 0.93K 0 34 0K dnode_t + 0 0 0% 0.91K 0 35 0K dnode_t 0 0 0% 0.25K 0 32 0K sa_cache 0 0 0% 16.00K 0 2 0K lz4_cache 0 0 0% 12.00K 0 2 0K zio_buf_comb_12288 @@ -3463,7 +3843,7 @@ DirectMap1G: 19922944 kB 0 0 0% 1.00K 0 32 0K zio_buf_comb_1024 0 0 0% 0.50K 0 32 0K zio_buf_comb_512 0 0 0% 0.05K 0 85 0K zio_link_cache - 0 0 0% 1.19K 0 26 0K zio_cache + 0 0 0% 1.12K 0 28 0K zio_cache 0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache 0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache 0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache @@ -3475,11 +3855,13 @@ DirectMap1G: 19922944 kB 0 0 0% 0.30K 0 26 0K btrfs_delayed_node 0 0 0% 0.41K 0 39 0K btrfs_ordered_extent 0 0 0% 0.23K 0 34 0K btrfs_extent_buffer - 0 0 0% 1.00K 0 32 0K btrfs_inode - 0 0 0% 0.26K 0 31 0K fsverity_info + 0 0 0% 0.98K 0 32 0K btrfs_inode + 0 0 0% 0.27K 0 30 0K fsverity_info 0 0 0% 0.12K 0 32 0K fscrypt_inode_info + 0 0 0% 0.39K 0 20 0K request_sock_subflow_v6 0 0 0% 0.18K 0 22 0K ip6-frags - 0 0 0% 0.31K 0 25 0K request_sock_TCPv6 + 0 0 0% 1.38K 0 23 0K PINGv6 + 0 0 0% 0.32K 0 24 0K request_sock_TCPv6 0 0 0% 2.82K 0 11 0K dm_uevent 0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache 0 0 0% 0.02K 0 256 0K ecryptfs_file_cache @@ -3488,12 +3870,12 @@ DirectMap1G: 19922944 kB 0 0 0% 0.19K 0 21 0K userfaultfd_ctx_cache 0 0 0% 0.11K 0 36 0K fanotify_perm_event 0 0 0% 0.03K 0 128 0K dnotify_struct - 0 0 0% 0.28K 0 28 0K pid_namespace + 0 0 0% 0.01K 0 512 0K zs_handle + 0 0 0% 0.56K 0 28 0K pid_namespace 0 0 0% 0.20K 0 20 0K ip4-frags - 0 0 0% 0.38K 0 20 0K request_sock_subflow_v6 - 0 0 0% 0.38K 0 20 0K request_sock_subflow_v4 + 0 0 0% 0.39K 0 20 0K request_sock_subflow_v4 0 0 0% 0.81K 0 39 0K xfrm_state - 0 0 0% 1.00K 0 32 0K PING + 0 0 0% 1.06K 0 30 0K PING 0 0 0% 0.25K 0 32 0K dquot 0 0 0% 8.00K 0 4 0K msg_msg-8k 0 0 0% 4.00K 0 8 0K msg_msg-4k @@ -3511,9 +3893,11 @@ DirectMap1G: 19922944 kB 0 0 0% 0.12K 0 32 0K memdup_user-128 0 0 0% 0.16K 0 25 0K file_lease_cache 0 0 0% 0.78K 0 20 0K x86_lbr + 0 0 0% 0.36K 0 22 0K task_delay_info 0 0 0% 0.02K 0 256 0K pidfs_xattr_cache 0 0 0% 0.25K 0 32 0K bfilp 0 0 0% 0.10K 0 39 0K ima_iint_cache + 0 0 0% 0.34K 0 23 0K apparmor_auditcache 0 0 0% 8.00K 0 4 0K dma-kmalloc-8k 0 0 0% 4.00K 0 8 0K dma-kmalloc-4k 0 0 0% 2.00K 0 16 0K dma-kmalloc-2k @@ -3533,11 +3917,10 @@ DirectMap1G: 19922944 kB 0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k 0 0 0% 0.50K 0 32 0K kmalloc-rcl-512 0 0 0% 0.25K 0 32 0K kmalloc-rcl-256 - 0 0 0% 0.06K 0 64 0K kmalloc-rcl-64 0 0 0% 0.03K 0 128 0K kmalloc-rcl-32 0 0 0% 0.02K 0 256 0K kmalloc-rcl-16 0 0 0% 0.01K 0 512 0K kmalloc-rcl-8 - 0 0 0% 8.00K 0 4 0K kmalloc-rnd-04-8k + 0 0 0% 8.00K 0 4 0K kmalloc-rnd-13-8k --- kswapd stats $ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat @@ -3592,7 +3975,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 9223372036854775807 -fs.file-nr = 3260 0 9223372036854775807 +fs.file-nr = 3628 0 9223372036854775807 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -3609,6 +3992,7 @@ kernel.hung_task_check_count = 4194304 kernel.hung_task_check_interval_secs = 0 kernel.hung_task_detect_count = 0 kernel.hung_task_panic = 0 +kernel.hung_task_sys_info = kernel.hung_task_timeout_secs = 120 kernel.hung_task_warnings = 10 kernel.nmi_watchdog = 1 @@ -3617,7 +4001,7 @@ kernel.numa_balancing_promote_rate_limit_MBps = 65536 kernel.randomize_va_space = 2 kernel.sched_rt_period_us = 1000000 kernel.sched_rt_runtime_us = 950000 -kernel.threads-max = 188141 +kernel.threads-max = 170480 kernel.watchdog = 1 kernel.watchdog_cpumask = 0-11 kernel.watchdog_thresh = 10 @@ -3656,6 +4040,8 @@ net.ipv4.tcp_available_congestion_control = reno cubic bbr net.ipv4.tcp_congestion_control = bbr net.ipv4.tcp_ecn = 2 net.ipv4.tcp_ecn_fallback = 1 +net.ipv4.tcp_ecn_option = 2 +net.ipv4.tcp_ecn_option_beacon = 3 net.ipv4.tcp_fastopen = 1 net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0 net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000 @@ -3696,7 +4082,7 @@ net.ipv6.conf.all.disable_ipv6 = 0 --- sysctl.d total 16 drwxr-xr-x 2 root root 4096 Jul 27 08:16 . -drwxr-xr-x 104 root root 4096 Jul 27 10:18 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:47 .. -rw-r--r-- 1 root root 500 Jul 27 08:16 99-perfopt.conf -rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl @@ -3791,8 +4177,8 @@ inactive --- modprobe.d total 20 -drwxr-xr-x 2 root root 4096 Jul 27 08:16 . -drwxr-xr-x 104 root root 4096 Jul 27 10:18 .. +drwxr-xr-x 2 root root 4096 Jul 27 13:45 . +drwxr-xr-x 107 root root 4096 Jul 27 21:47 .. -rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf -rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf -rw-r--r-- 1 root root 0 Jul 27 08:16 tuned.conf @@ -3828,6 +4214,7 @@ done enable_apicv = Y enable_device_posted_irqs = N enable_ipiv = N + enable_mediated_pmu = N enable_shadow_vmcs = Y enlightened_vmcs = N ept = Y @@ -3835,8 +4222,8 @@ done error_on_inconsistent_vmcs_config = Y fasteoi = Y flexpriority = Y + mbec = Y nested = Y - nested_early_check = N ple_gap = 128 ple_window = 4096 ple_window_grow = 2 @@ -3850,6 +4237,7 @@ done vmentry_l1d_flush = not required vnmi = Y vpid = Y + warn_on_missed_cc = N --- module params: kvm_amd $ for p in /sys/module/kvm_amd/parameters/*; do @@ -3877,67 +4265,71 @@ done --- pveversion $ pveversion -pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve) +pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve) --- pveversion -v $ pveversion -v -proxmox-ve: 9.1.0 (running kernel: 6.17.2-1-pve) -pve-manager: 9.1.1 (running version: 9.1.1/42db4a6cf33dac83) -proxmox-kernel-helper: 9.0.4 +proxmox-ve: 9.2.0 (running kernel: 7.0.14-6-pve) +pve-manager: 9.2.5 (running version: 9.2.5/20242970da7fbcef) +proxmox-kernel-helper: 9.2.0 +proxmox-kernel-7.0.14-6-pve-signed: 7.0.14-6 +proxmox-kernel-7.0: 7.0.14-6 +proxmox-kernel-6.17.13-19-pve-signed: 6.17.13-19 +proxmox-kernel-6.17: 6.17.13-19 proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1 -proxmox-kernel-6.17: 6.17.2-1 ceph-fuse: 19.2.3-pve2 -corosync: 3.1.9-pve2 +corosync: 3.1.10-pve3 criu: 4.1.1-1 -frr-pythontools: 10.3.1-1+pve4 -ifupdown2: 3.3.0-1+pmx11 +frr-pythontools: 10.6.1-1+pve2 +ifupdown2: 3.3.0-1+pmx12 intel-microcode: 3.20251111.1~deb13u1 ksm-control-daemon: 1.5-1 libjs-extjs: 7.0.0-5 -libproxmox-acme-perl: 1.7.0 -libproxmox-backup-qemu0: 2.0.1 +libproxmox-acme-perl: 1.7.1 +libproxmox-backup-qemu0: 2.0.2 libproxmox-rs-perl: 0.4.1 -libpve-access-control: 9.0.4 +libpve-access-control: 9.1.1 libpve-apiclient-perl: 3.4.2 -libpve-cluster-api-perl: 9.0.7 -libpve-cluster-perl: 9.0.7 -libpve-common-perl: 9.0.15 -libpve-guest-common-perl: 6.0.2 +libpve-cluster-api-perl: 9.1.6 +libpve-cluster-perl: 9.1.6 +libpve-common-perl: 9.1.19 +libpve-guest-common-perl: 6.0.5 libpve-http-server-perl: 6.0.5 -libpve-network-perl: 1.2.3 -libpve-rs-perl: 0.11.3 -libpve-storage-perl: 9.0.18 +libpve-network-perl: 1.6.7 +libpve-notify-perl: 9.1.6 +libpve-rs-perl: 0.15.3 +libpve-storage-perl: 9.1.6 libspice-server1: 0.15.2-1+b1 lvm2: 2.03.31-2+pmx1 -lxc-pve: 6.0.5-3 -lxcfs: 6.0.4-pve1 -novnc-pve: 1.6.0-3 -proxmox-backup-client: 4.0.20-1 -proxmox-backup-file-restore: 4.0.20-1 +lxc-pve: 7.0.0-2 +lxcfs: 7.0.0-pve1 +novnc-pve: 1.7.0-2 +proxmox-backup-client: 4.2.3-1 +proxmox-backup-file-restore: 4.2.3-1 proxmox-backup-restore-image: 1.0.0 -proxmox-firewall: 1.2.1 -proxmox-kernel-helper: 9.0.4 -proxmox-mail-forward: 1.0.2 -proxmox-mini-journalreader: 1.6 -proxmox-offline-mirror-helper: 0.7.3 -proxmox-widget-toolkit: 5.1.2 -pve-cluster: 9.0.7 -pve-container: 6.0.18 -pve-docs: 9.1.0 +proxmox-firewall: 1.2.3 +proxmox-kernel-helper: 9.2.0 +proxmox-mail-forward: 1.0.3 +proxmox-mini-journalreader: 1.7 +proxmox-offline-mirror-helper: 0.7.4 +proxmox-widget-toolkit: 5.2.6 +pve-cluster: 9.1.6 +pve-container: 6.1.12 +pve-docs: 9.2.3 pve-edk2-firmware: 4.2025.05-2 pve-esxi-import-tools: 1.0.1 -pve-firewall: 6.0.4 -pve-firmware: 3.17-2 -pve-ha-manager: 5.0.8 -pve-i18n: 3.6.2 -pve-qemu-kvm: 10.1.2-3 -pve-xtermjs: 5.5.0-3 -qemu-server: 9.0.30 -smartmontools: 7.4-pve1 -spiceterm: 3.4.1 +pve-firewall: 6.0.5 +pve-firmware: 3.18-5 +pve-ha-manager: 5.2.4 +pve-i18n: 3.9.0 +pve-qemu-kvm: 11.0.2-2 +pve-xtermjs: 6.0.0-2 +qemu-server: 9.2.1 +smartmontools: 7.5-pve2 +spiceterm: 3.4.2 swtpm: 0.8.0+pve3 -vncterm: 1.9.1 -zfsutils-linux: 2.3.4-pve1 +vncterm: 1.9.2 +zfsutils-linux: 2.4.3-pve1 --- pvecm status $ pvecm status @@ -3958,13 +4350,13 @@ pvecm expected --- pveperf $ timeout 15 pveperf CPU BOGOMIPS: 74399.88 -REGEX/SECOND: 4888970 +REGEX/SECOND: 4974856 HD SIZE: 66.13 GB (/dev/mapper/pve-root) -BUFFERED READS: 297.86 MB/sec -AVERAGE SEEK TIME: 0.07 ms -FSYNCS/SECOND: 383.15 -DNS EXT: 20.62 ms -DNS INT: 1.13 ms (knel.net) +BUFFERED READS: 274.95 MB/sec +AVERAGE SEEK TIME: 0.08 ms +FSYNCS/SECOND: 426.20 +DNS EXT: 19.61 ms +DNS INT: 1.07 ms (knel.net) --- corosync.conf [missing: /etc/pve/corosync.conf] @@ -4058,7 +4450,7 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host $ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \ | jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \ || pvesh get /cluster/resources --type node 2>/dev/null -pfv-tsys9 cpu=0.119954427083333 mem=7687532544 maxmem=24899620864 maxdisk=71008788480 status=online ssl_fingerprint=null +pfv-tsys9 cpu=0.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=71008788480 status=online ssl_fingerprint=null ############################################################################### # 10. NETWORK: INTERFACES @@ -4081,85 +4473,115 @@ pfv-tsys9 cpu=0.119954427083333 mem=7687532544 maxmem=24899620864 maxdisk=710087 tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether a4:bb:6d:e3:56:86 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 19.69 fdb_n_learned 90 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 17.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 24.80 fdb_n_learned 99 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 16.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 9c:69:d3:6a:5b:6c brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.9c:69:d3:6a:5b:6c designated_root 8000.9c:69:d3:6a:5b:6c root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 64.60 fdb_n_learned 5 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.9c:69:d3:6a:5b:6c designated_root 8000.9c:69:d3:6a:5b:6c root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 155.07 fdb_n_learned 6 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 7: tap901i0: mtu 1500 qdisc fq master fwbr901i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 4a:a9:81:a0:d4:19 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + link/ether 6e:6a:d0:68:a6:d7 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.e6:eb:27:45:38:75 designated_root 8000.e6:eb:27:45:38:75 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.42:24:45:72:1d:d6 designated_root 8000.42:24:45:72:1d:d6 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 8: fwbr901i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.e6:eb:27:45:38:75 designated_root 8000.e6:eb:27:45:38:75 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 7.17 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 10 mcast_querier_ipv4_other_timer 17.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + link/ether 42:24:45:72:1d:d6 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.42:24:45:72:1d:d6 designated_root 8000.42:24:45:72:1d:d6 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 24.80 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 10 mcast_querier_ipv4_other_timer 16.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 9: fwpr901p0@fwln901i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 6e:18:d3:3a:94:e6 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + link/ether e2:db:f1:d0:6b:bc brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 10: fwln901i0@fwpr901p0: mtu 1500 qdisc noqueue master fwbr901i0 state UP mode DEFAULT group default qlen 1000 - link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + link/ether 42:24:45:72:1d:d6 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.e6:eb:27:45:38:75 designated_root 8000.e6:eb:27:45:38:75 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.42:24:45:72:1d:d6 designated_root 8000.42:24:45:72:1d:d6 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 11: tap902i0: mtu 1500 qdisc fq master fwbr902i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 1a:ea:cc:4b:7e:f2 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + link/ether 6e:ce:d6:ca:e6:6d brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.42:6f:48:89:7f:83 designated_root 8000.42:6f:48:89:7f:83 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.aa:c:f3:6d:9f:c7 designated_root 8000.aa:c:f3:6d:9f:c7 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 12: fwbr902i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.42:6f:48:89:7f:83 designated_root 8000.42:6f:48:89:7f:83 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 7.17 fdb_n_learned 71 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 14 mcast_querier_ipv4_other_timer 17.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + link/ether aa:0c:f3:6d:9f:c7 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.aa:c:f3:6d:9f:c7 designated_root 8000.aa:c:f3:6d:9f:c7 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 24.80 fdb_n_learned 71 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 14 mcast_querier_ipv4_other_timer 16.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 13: fwpr902p0@fwln902i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 0e:c2:77:04:05:9b brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + link/ether de:f1:6b:24:ec:cd brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 14: fwln902i0@fwpr902p0: mtu 1500 qdisc noqueue master fwbr902i0 state UP mode DEFAULT group default qlen 1000 - link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + link/ether aa:0c:f3:6d:9f:c7 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.42:6f:48:89:7f:83 designated_root 8000.42:6f:48:89:7f:83 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.aa:c:f3:6d:9f:c7 designated_root 8000.aa:c:f3:6d:9f:c7 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 15: tap903i0: mtu 1500 qdisc fq master fwbr903i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether da:5c:1e:ef:b7:01 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + link/ether e6:7f:9d:d0:dd:63 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.be:a7:2d:d6:ce:86 designated_root 8000.be:a7:2d:d6:ce:86 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.aa:4:b4:ce:1b:97 designated_root 8000.aa:4:b4:ce:1b:97 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 16: fwbr903i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.be:a7:2d:d6:ce:86 designated_root 8000.be:a7:2d:d6:ce:86 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 7.17 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 18 mcast_querier_ipv4_other_timer 17.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + link/ether aa:04:b4:ce:1b:97 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.aa:4:b4:ce:1b:97 designated_root 8000.aa:4:b4:ce:1b:97 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 24.80 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 18 mcast_querier_ipv4_other_timer 16.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 17: fwpr903p0@fwln903i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 02:58:fd:e2:0d:01 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + link/ether 86:be:db:51:79:be brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8004 port_no 0x4 designated_port 32772 designated_cost 0 designated_bridge 8000.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 18: fwln903i0@fwpr903p0: mtu 1500 qdisc noqueue master fwbr903i0 state UP mode DEFAULT group default qlen 1000 - link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + link/ether aa:04:b4:ce:1b:97 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.be:a7:2d:d6:ce:86 designated_root 8000.be:a7:2d:d6:ce:86 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.aa:4:b4:ce:1b:97 designated_root 8000.aa:4:b4:ce:1b:97 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 19: tap904i0: mtu 1500 qdisc fq master fwbr904i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether e2:c1:16:b6:0c:75 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + link/ether e2:e5:ec:d4:ed:86 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.e6:a9:1c:7d:83:ef designated_root 8000.e6:a9:1c:7d:83:ef hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.9e:84:3:1f:26:f8 designated_root 8000.9e:84:3:1f:26:f8 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 20: fwbr904i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.e6:a9:1c:7d:83:ef designated_root 8000.e6:a9:1c:7d:83:ef root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 7.17 fdb_n_learned 74 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 22 mcast_querier_ipv4_other_timer 17.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + link/ether 9e:84:03:1f:26:f8 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.9e:84:3:1f:26:f8 designated_root 8000.9e:84:3:1f:26:f8 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 24.80 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 22 mcast_querier_ipv4_other_timer 16.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 21: fwpr904p0@fwln904i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether ae:4f:ef:9d:54:a4 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + link/ether c6:d4:7f:bb:76:34 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8005 port_no 0x5 designated_port 32773 designated_cost 0 designated_bridge 8000.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 22: fwln904i0@fwpr904p0: mtu 1500 qdisc noqueue master fwbr904i0 state UP mode DEFAULT group default qlen 1000 - link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + link/ether 9e:84:03:1f:26:f8 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.e6:a9:1c:7d:83:ef designated_root 8000.e6:a9:1c:7d:83:ef hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -23: tap905i0: mtu 1500 qdisc fq master fwbr905i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 52:6b:88:33:1d:d6 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.9e:84:3:1f:26:f8 designated_root 8000.9e:84:3:1f:26:f8 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +27: tap906i0: mtu 1500 qdisc fq master fwbr906i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 62:39:c9:d8:b9:fb brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ce:b7:5b:d2:25:79 designated_root 8000.ce:b7:5b:d2:25:79 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -24: fwbr905i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 - bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ce:b7:5b:d2:25:79 designated_root 8000.ce:b7:5b:d2:25:79 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 7.17 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 26 mcast_querier_ipv4_other_timer 17.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -25: fwpr905p0@fwln905i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether ba:76:da:be:a2:d9 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.c2:96:f4:ed:32:15 designated_root 8000.c2:96:f4:ed:32:15 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +28: fwbr906i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether c2:96:f4:ed:32:15 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.c2:96:f4:ed:32:15 designated_root 8000.c2:96:f4:ed:32:15 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 24.80 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 30 mcast_querier_ipv4_other_timer 16.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +29: fwpr906p0@fwln906i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether c2:06:f7:e0:22:6e brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8007 port_no 0x7 designated_port 32775 designated_cost 0 designated_bridge 8000.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +30: fwln906i0@fwpr906p0: mtu 1500 qdisc noqueue master fwbr906i0 state UP mode DEFAULT group default qlen 1000 + link/ether c2:96:f4:ed:32:15 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.c2:96:f4:ed:32:15 designated_root 8000.c2:96:f4:ed:32:15 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +31: tap906i1: mtu 1500 qdisc fq master fwbr906i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether da:b7:b7:87:7e:31 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ea:f7:a9:4:d9:20 designated_root 8000.ea:f7:a9:4:d9:20 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +32: fwbr906i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ea:f7:a9:04:d9:20 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ea:f7:a9:4:d9:20 designated_root 8000.ea:f7:a9:4:d9:20 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 155.07 fdb_n_learned 4 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +33: fwpr906p1@fwln906i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 26:56:4b:9e:f5:b5 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.9c:69:d3:6a:5b:6c designated_root 8000.9c:69:d3:6a:5b:6c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +34: fwln906i1@fwpr906p1: mtu 1500 qdisc noqueue master fwbr906i1 state UP mode DEFAULT group default qlen 1000 + link/ether ea:f7:a9:04:d9:20 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ea:f7:a9:4:d9:20 designated_root 8000.ea:f7:a9:4:d9:20 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +39: tap905i0: mtu 1500 qdisc fq master fwbr905i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether e6:f8:cb:12:6d:39 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.b2:10:7b:27:72:6 designated_root 8000.b2:10:7b:27:72:6 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +40: fwbr905i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether b2:10:7b:27:72:06 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.b2:10:7b:27:72:6 designated_root 8000.b2:10:7b:27:72:6 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 24.80 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 42 mcast_querier_ipv4_other_timer 16.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +41: fwpr905p0@fwln905i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ae:5b:ad:2e:ab:11 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8006 port_no 0x6 designated_port 32774 designated_cost 0 designated_bridge 8000.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 -26: fwln905i0@fwpr905p0: mtu 1500 qdisc noqueue master fwbr905i0 state UP mode DEFAULT group default qlen 1000 - link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 +42: fwln905i0@fwpr905p0: mtu 1500 qdisc noqueue master fwbr905i0 state UP mode DEFAULT group default qlen 1000 + link/ether b2:10:7b:27:72:06 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ce:b7:5b:d2:25:79 designated_root 8000.ce:b7:5b:d2:25:79 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.b2:10:7b:27:72:6 designated_root 8000.b2:10:7b:27:72:6 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 --- ip -o link $ ip -o link @@ -4169,39 +4591,47 @@ pfv-tsys9 cpu=0.119954427083333 mem=7687532544 maxmem=24899620864 maxdisk=710087 4: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500\ link/none 5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether a4:bb:6d:e3:56:86 brd ff:ff:ff:ff:ff:ff 6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 9c:69:d3:6a:5b:6c brd ff:ff:ff:ff:ff:ff -7: tap901i0: mtu 1500 qdisc fq master fwbr901i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 4a:a9:81:a0:d4:19 brd ff:ff:ff:ff:ff:ff -8: fwbr901i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff -9: fwpr901p0@fwln901i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 6e:18:d3:3a:94:e6 brd ff:ff:ff:ff:ff:ff -10: fwln901i0@fwpr901p0: mtu 1500 qdisc noqueue master fwbr901i0 state UP mode DEFAULT group default qlen 1000\ link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff -11: tap902i0: mtu 1500 qdisc fq master fwbr902i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 1a:ea:cc:4b:7e:f2 brd ff:ff:ff:ff:ff:ff -12: fwbr902i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff -13: fwpr902p0@fwln902i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 0e:c2:77:04:05:9b brd ff:ff:ff:ff:ff:ff -14: fwln902i0@fwpr902p0: mtu 1500 qdisc noqueue master fwbr902i0 state UP mode DEFAULT group default qlen 1000\ link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff -15: tap903i0: mtu 1500 qdisc fq master fwbr903i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether da:5c:1e:ef:b7:01 brd ff:ff:ff:ff:ff:ff -16: fwbr903i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff -17: fwpr903p0@fwln903i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 02:58:fd:e2:0d:01 brd ff:ff:ff:ff:ff:ff -18: fwln903i0@fwpr903p0: mtu 1500 qdisc noqueue master fwbr903i0 state UP mode DEFAULT group default qlen 1000\ link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff -19: tap904i0: mtu 1500 qdisc fq master fwbr904i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether e2:c1:16:b6:0c:75 brd ff:ff:ff:ff:ff:ff -20: fwbr904i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff -21: fwpr904p0@fwln904i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether ae:4f:ef:9d:54:a4 brd ff:ff:ff:ff:ff:ff -22: fwln904i0@fwpr904p0: mtu 1500 qdisc noqueue master fwbr904i0 state UP mode DEFAULT group default qlen 1000\ link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff -23: tap905i0: mtu 1500 qdisc fq master fwbr905i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 52:6b:88:33:1d:d6 brd ff:ff:ff:ff:ff:ff -24: fwbr905i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff -25: fwpr905p0@fwln905i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether ba:76:da:be:a2:d9 brd ff:ff:ff:ff:ff:ff -26: fwln905i0@fwpr905p0: mtu 1500 qdisc noqueue master fwbr905i0 state UP mode DEFAULT group default qlen 1000\ link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff +7: tap901i0: mtu 1500 qdisc fq master fwbr901i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 6e:6a:d0:68:a6:d7 brd ff:ff:ff:ff:ff:ff +8: fwbr901i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 42:24:45:72:1d:d6 brd ff:ff:ff:ff:ff:ff +9: fwpr901p0@fwln901i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether e2:db:f1:d0:6b:bc brd ff:ff:ff:ff:ff:ff +10: fwln901i0@fwpr901p0: mtu 1500 qdisc noqueue master fwbr901i0 state UP mode DEFAULT group default qlen 1000\ link/ether 42:24:45:72:1d:d6 brd ff:ff:ff:ff:ff:ff +11: tap902i0: mtu 1500 qdisc fq master fwbr902i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 6e:ce:d6:ca:e6:6d brd ff:ff:ff:ff:ff:ff +12: fwbr902i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether aa:0c:f3:6d:9f:c7 brd ff:ff:ff:ff:ff:ff +13: fwpr902p0@fwln902i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether de:f1:6b:24:ec:cd brd ff:ff:ff:ff:ff:ff +14: fwln902i0@fwpr902p0: mtu 1500 qdisc noqueue master fwbr902i0 state UP mode DEFAULT group default qlen 1000\ link/ether aa:0c:f3:6d:9f:c7 brd ff:ff:ff:ff:ff:ff +15: tap903i0: mtu 1500 qdisc fq master fwbr903i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether e6:7f:9d:d0:dd:63 brd ff:ff:ff:ff:ff:ff +16: fwbr903i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether aa:04:b4:ce:1b:97 brd ff:ff:ff:ff:ff:ff +17: fwpr903p0@fwln903i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 86:be:db:51:79:be brd ff:ff:ff:ff:ff:ff +18: fwln903i0@fwpr903p0: mtu 1500 qdisc noqueue master fwbr903i0 state UP mode DEFAULT group default qlen 1000\ link/ether aa:04:b4:ce:1b:97 brd ff:ff:ff:ff:ff:ff +19: tap904i0: mtu 1500 qdisc fq master fwbr904i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether e2:e5:ec:d4:ed:86 brd ff:ff:ff:ff:ff:ff +20: fwbr904i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 9e:84:03:1f:26:f8 brd ff:ff:ff:ff:ff:ff +21: fwpr904p0@fwln904i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether c6:d4:7f:bb:76:34 brd ff:ff:ff:ff:ff:ff +22: fwln904i0@fwpr904p0: mtu 1500 qdisc noqueue master fwbr904i0 state UP mode DEFAULT group default qlen 1000\ link/ether 9e:84:03:1f:26:f8 brd ff:ff:ff:ff:ff:ff +27: tap906i0: mtu 1500 qdisc fq master fwbr906i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 62:39:c9:d8:b9:fb brd ff:ff:ff:ff:ff:ff +28: fwbr906i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether c2:96:f4:ed:32:15 brd ff:ff:ff:ff:ff:ff +29: fwpr906p0@fwln906i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether c2:06:f7:e0:22:6e brd ff:ff:ff:ff:ff:ff +30: fwln906i0@fwpr906p0: mtu 1500 qdisc noqueue master fwbr906i0 state UP mode DEFAULT group default qlen 1000\ link/ether c2:96:f4:ed:32:15 brd ff:ff:ff:ff:ff:ff +31: tap906i1: mtu 1500 qdisc fq master fwbr906i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether da:b7:b7:87:7e:31 brd ff:ff:ff:ff:ff:ff +32: fwbr906i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ea:f7:a9:04:d9:20 brd ff:ff:ff:ff:ff:ff +33: fwpr906p1@fwln906i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 26:56:4b:9e:f5:b5 brd ff:ff:ff:ff:ff:ff +34: fwln906i1@fwpr906p1: mtu 1500 qdisc noqueue master fwbr906i1 state UP mode DEFAULT group default qlen 1000\ link/ether ea:f7:a9:04:d9:20 brd ff:ff:ff:ff:ff:ff +39: tap905i0: mtu 1500 qdisc fq master fwbr905i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether e6:f8:cb:12:6d:39 brd ff:ff:ff:ff:ff:ff +40: fwbr905i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether b2:10:7b:27:72:06 brd ff:ff:ff:ff:ff:ff +41: fwpr905p0@fwln905i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether ae:5b:ad:2e:ab:11 brd ff:ff:ff:ff:ff:ff +42: fwln905i0@fwpr905p0: mtu 1500 qdisc noqueue master fwbr905i0 state UP mode DEFAULT group default qlen 1000\ link/ether b2:10:7b:27:72:06 brd ff:ff:ff:ff:ff:ff --- ip -o -4 addr $ ip -o -4 addr 1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever 4: tailscale0 inet 100.101.158.76/32 scope global tailscale0\ valid_lft forever preferred_lft forever -5: vmbr0 inet 192.168.3.58/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 442sec preferred_lft 442sec +5: vmbr0 inet 192.168.3.58/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 366sec preferred_lft 366sec 6: datanet inet 10.100.100.9/24 scope global datanet\ valid_lft forever preferred_lft forever --- ip -o -6 addr (link-local filter) $ ip -o -6 addr 1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever 4: tailscale0 inet6 fd7a:115c:a1e0::8c3b:9e4d/128 scope global \ valid_lft forever preferred_lft forever -4: tailscale0 inet6 fe80::d783:dc18:fdbf:2097/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever +4: tailscale0 inet6 fe80::57f7:1c44:9b55:c20d/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever 5: vmbr0 inet6 fe80::a6bb:6dff:fee3:5686/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever 6: datanet inet6 fe80::9e69:d3ff:fe6a:5b6c/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever @@ -4225,12 +4655,12 @@ pfv-tsys9 cpu=0.119954427083333 mem=7687532544 maxmem=24899620864 maxdisk=710087 valid_lft forever preferred_lft forever inet6 fd7a:115c:a1e0::8c3b:9e4d/128 scope global valid_lft forever preferred_lft forever - inet6 fe80::d783:dc18:fdbf:2097/64 scope link stable-privacy proto kernel_ll + inet6 fe80::57f7:1c44:9b55:c20d/64 scope link stable-privacy proto kernel_ll valid_lft forever preferred_lft forever 5: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether a4:bb:6d:e3:56:86 brd ff:ff:ff:ff:ff:ff inet 192.168.3.58/22 brd 192.168.3.255 scope global dynamic vmbr0 - valid_lft 442sec preferred_lft 442sec + valid_lft 366sec preferred_lft 366sec inet6 fe80::a6bb:6dff:fee3:5686/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 6: datanet: mtu 1500 qdisc noqueue state UP group default qlen 1000 @@ -4240,45 +4670,61 @@ pfv-tsys9 cpu=0.119954427083333 mem=7687532544 maxmem=24899620864 maxdisk=710087 inet6 fe80::9e69:d3ff:fe6a:5b6c/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 7: tap901i0: mtu 1500 qdisc fq master fwbr901i0 state UNKNOWN group default qlen 1000 - link/ether 4a:a9:81:a0:d4:19 brd ff:ff:ff:ff:ff:ff + link/ether 6e:6a:d0:68:a6:d7 brd ff:ff:ff:ff:ff:ff 8: fwbr901i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff + link/ether 42:24:45:72:1d:d6 brd ff:ff:ff:ff:ff:ff 9: fwpr901p0@fwln901i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 6e:18:d3:3a:94:e6 brd ff:ff:ff:ff:ff:ff + link/ether e2:db:f1:d0:6b:bc brd ff:ff:ff:ff:ff:ff 10: fwln901i0@fwpr901p0: mtu 1500 qdisc noqueue master fwbr901i0 state UP group default qlen 1000 - link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff + link/ether 42:24:45:72:1d:d6 brd ff:ff:ff:ff:ff:ff 11: tap902i0: mtu 1500 qdisc fq master fwbr902i0 state UNKNOWN group default qlen 1000 - link/ether 1a:ea:cc:4b:7e:f2 brd ff:ff:ff:ff:ff:ff + link/ether 6e:ce:d6:ca:e6:6d brd ff:ff:ff:ff:ff:ff 12: fwbr902i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff + link/ether aa:0c:f3:6d:9f:c7 brd ff:ff:ff:ff:ff:ff 13: fwpr902p0@fwln902i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 0e:c2:77:04:05:9b brd ff:ff:ff:ff:ff:ff + link/ether de:f1:6b:24:ec:cd brd ff:ff:ff:ff:ff:ff 14: fwln902i0@fwpr902p0: mtu 1500 qdisc noqueue master fwbr902i0 state UP group default qlen 1000 - link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff + link/ether aa:0c:f3:6d:9f:c7 brd ff:ff:ff:ff:ff:ff 15: tap903i0: mtu 1500 qdisc fq master fwbr903i0 state UNKNOWN group default qlen 1000 - link/ether da:5c:1e:ef:b7:01 brd ff:ff:ff:ff:ff:ff + link/ether e6:7f:9d:d0:dd:63 brd ff:ff:ff:ff:ff:ff 16: fwbr903i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff + link/ether aa:04:b4:ce:1b:97 brd ff:ff:ff:ff:ff:ff 17: fwpr903p0@fwln903i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether 02:58:fd:e2:0d:01 brd ff:ff:ff:ff:ff:ff + link/ether 86:be:db:51:79:be brd ff:ff:ff:ff:ff:ff 18: fwln903i0@fwpr903p0: mtu 1500 qdisc noqueue master fwbr903i0 state UP group default qlen 1000 - link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff + link/ether aa:04:b4:ce:1b:97 brd ff:ff:ff:ff:ff:ff 19: tap904i0: mtu 1500 qdisc fq master fwbr904i0 state UNKNOWN group default qlen 1000 - link/ether e2:c1:16:b6:0c:75 brd ff:ff:ff:ff:ff:ff + link/ether e2:e5:ec:d4:ed:86 brd ff:ff:ff:ff:ff:ff 20: fwbr904i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff + link/ether 9e:84:03:1f:26:f8 brd ff:ff:ff:ff:ff:ff 21: fwpr904p0@fwln904i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether ae:4f:ef:9d:54:a4 brd ff:ff:ff:ff:ff:ff + link/ether c6:d4:7f:bb:76:34 brd ff:ff:ff:ff:ff:ff 22: fwln904i0@fwpr904p0: mtu 1500 qdisc noqueue master fwbr904i0 state UP group default qlen 1000 - link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff -23: tap905i0: mtu 1500 qdisc fq master fwbr905i0 state UNKNOWN group default qlen 1000 - link/ether 52:6b:88:33:1d:d6 brd ff:ff:ff:ff:ff:ff -24: fwbr905i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 - link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff -25: fwpr905p0@fwln905i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 - link/ether ba:76:da:be:a2:d9 brd ff:ff:ff:ff:ff:ff -26: fwln905i0@fwpr905p0: mtu 1500 qdisc noqueue master fwbr905i0 state UP group default qlen 1000 - link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff + link/ether 9e:84:03:1f:26:f8 brd ff:ff:ff:ff:ff:ff +27: tap906i0: mtu 1500 qdisc fq master fwbr906i0 state UNKNOWN group default qlen 1000 + link/ether 62:39:c9:d8:b9:fb brd ff:ff:ff:ff:ff:ff +28: fwbr906i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether c2:96:f4:ed:32:15 brd ff:ff:ff:ff:ff:ff +29: fwpr906p0@fwln906i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether c2:06:f7:e0:22:6e brd ff:ff:ff:ff:ff:ff +30: fwln906i0@fwpr906p0: mtu 1500 qdisc noqueue master fwbr906i0 state UP group default qlen 1000 + link/ether c2:96:f4:ed:32:15 brd ff:ff:ff:ff:ff:ff +31: tap906i1: mtu 1500 qdisc fq master fwbr906i1 state UNKNOWN group default qlen 1000 + link/ether da:b7:b7:87:7e:31 brd ff:ff:ff:ff:ff:ff +32: fwbr906i1: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether ea:f7:a9:04:d9:20 brd ff:ff:ff:ff:ff:ff +33: fwpr906p1@fwln906i1: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 + link/ether 26:56:4b:9e:f5:b5 brd ff:ff:ff:ff:ff:ff +34: fwln906i1@fwpr906p1: mtu 1500 qdisc noqueue master fwbr906i1 state UP group default qlen 1000 + link/ether ea:f7:a9:04:d9:20 brd ff:ff:ff:ff:ff:ff +39: tap905i0: mtu 1500 qdisc fq master fwbr905i0 state UNKNOWN group default qlen 1000 + link/ether e6:f8:cb:12:6d:39 brd ff:ff:ff:ff:ff:ff +40: fwbr905i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether b2:10:7b:27:72:06 brd ff:ff:ff:ff:ff:ff +41: fwpr905p0@fwln905i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether ae:5b:ad:2e:ab:11 brd ff:ff:ff:ff:ff:ff +42: fwln905i0@fwpr905p0: mtu 1500 qdisc noqueue master fwbr905i0 state UP group default qlen 1000 + link/ether b2:10:7b:27:72:06 brd ff:ff:ff:ff:ff:ff --- ip route $ ip route @@ -4301,79 +4747,79 @@ default via 192.168.3.254 dev vmbr0 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 RX: bytes packets errors dropped missed mcast - 8976 64 0 0 0 0 + 15785355 80260 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 8976 64 0 0 0 0 + 15785355 80260 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 2: nic0: mtu 1500 qdisc fq master vmbr0 state UP mode DEFAULT group default qlen 1000 link/ether a4:bb:6d:e3:56:86 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 94971344 476819 0 240 0 191901 + 6075906121 6005333 0 963 0 625316 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 27252979 137397 0 0 0 0 + 265780706 1067989 0 0 0 0 TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + 0 0 0 0 4 altname enp0s31f6 altname enxa4bb6de35686 3: enx9c69d36a5b6c: mtu 1500 qdisc fq master datanet state UP mode DEFAULT group default qlen 1000 link/ether 9c:69:d3:6a:5b:6c brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 1997272591 1573456 0 240 0 0 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 684432568 1078560 0 1 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 3744818727 4400965 0 962 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 12980467187 9981722 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 4: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 link/none RX: bytes packets errors dropped missed mcast - 206106 941 0 0 0 0 + 4246080484 483596 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 151931 885 0 0 0 0 + 102035148 379313 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether a4:bb:6d:e3:56:86 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 24021322 253180 0 0 0 164853 + 4655127942 1441788 0 0 0 511128 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 1001791 5431 0 0 0 0 + 158238712 484350 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 9c:69:d3:6a:5b:6c brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 1997261551 1573216 0 0 0 6114 - RX errors: length crc frame fifo overrun - 0 0 0 0 0 - TX: bytes packets errors dropped carrier collsns - 684718572 1078752 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 3744637221 4399867 0 5 0 24029 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 12460409640 2102664 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 7: tap901i0: mtu 1500 qdisc fq master fwbr901i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 4a:a9:81:a0:d4:19 brd ff:ff:ff:ff:ff:ff + link/ether 6e:6a:d0:68:a6:d7 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 7203868 37540 0 0 0 0 + 31907369 162137 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 40091404 300778 0 0 0 0 + 142049090 997477 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 8: fwbr901i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff + link/ether 42:24:45:72:1d:d6 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 22068108 245027 0 289 0 164540 + 71161562 763664 0 1177 0 510739 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4381,39 +4827,39 @@ default via 192.168.3.254 dev vmbr0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 9: fwpr901p0@fwln901i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 6e:18:d3:3a:94:e6 brd ff:ff:ff:ff:ff:ff + link/ether e2:db:f1:d0:6b:bc brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 7203868 37540 0 0 0 0 + 32146658 163098 0 961 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 40091404 300778 0 0 0 0 + 142218096 998732 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 10: fwln901i0@fwpr901p0: mtu 1500 qdisc noqueue master fwbr901i0 state UP mode DEFAULT group default qlen 1000 - link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff + link/ether 42:24:45:72:1d:d6 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 40091404 300778 0 0 0 0 + 142218096 998732 0 961 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 7203868 37540 0 0 0 0 + 32146658 163098 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 11: tap902i0: mtu 1500 qdisc fq master fwbr902i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 1a:ea:cc:4b:7e:f2 brd ff:ff:ff:ff:ff:ff + link/ether 6e:ce:d6:ca:e6:6d brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 11563699 54479 0 0 0 0 + 44697849 222201 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 43983767 305112 0 3817 0 0 + 159339804 1027862 0 161 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 12: fwbr902i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff + link/ether aa:0c:f3:6d:9f:c7 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 22053984 244899 0 289 0 164449 + 71151026 763594 0 1177 0 510699 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4421,39 +4867,39 @@ default via 192.168.3.254 dev vmbr0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 13: fwpr902p0@fwln902i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 0e:c2:77:04:05:9b brd ff:ff:ff:ff:ff:ff + link/ether de:f1:6b:24:ec:cd brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 11563699 54479 0 0 0 0 + 44937138 223162 0 961 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 44362486 308038 0 0 0 0 + 159387815 1025493 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 14: fwln902i0@fwpr902p0: mtu 1500 qdisc noqueue master fwbr902i0 state UP mode DEFAULT group default qlen 1000 - link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff + link/ether aa:0c:f3:6d:9f:c7 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 44362486 308038 0 0 0 0 + 159387815 1025493 0 961 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 11563699 54479 0 0 0 0 + 44937138 223162 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 15: tap903i0: mtu 1500 qdisc fq master fwbr903i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether da:5c:1e:ef:b7:01 brd ff:ff:ff:ff:ff:ff + link/ether e6:7f:9d:d0:dd:63 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 72741 769 0 0 0 0 + 302119 3131 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 25300839 243189 0 2232 0 0 + 82240233 765932 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 16: fwbr903i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff + link/ether aa:04:b4:ce:1b:97 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 22040304 244798 0 289 0 164381 + 71146439 763549 0 1177 0 510672 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4461,39 +4907,39 @@ default via 192.168.3.254 dev vmbr0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 17: fwpr903p0@fwln903i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether 02:58:fd:e2:0d:01 brd ff:ff:ff:ff:ff:ff + link/ether 86:be:db:51:79:be brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 72741 769 0 0 0 0 + 541408 4092 0 961 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 25552299 245421 0 0 0 0 + 82506266 767959 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 18: fwln903i0@fwpr903p0: mtu 1500 qdisc noqueue master fwbr903i0 state UP mode DEFAULT group default qlen 1000 - link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff + link/ether aa:04:b4:ce:1b:97 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 25552299 245421 0 0 0 0 + 82506266 767959 0 961 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 72741 769 0 0 0 0 + 541408 4092 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 19: tap904i0: mtu 1500 qdisc fq master fwbr904i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether e2:c1:16:b6:0c:75 brd ff:ff:ff:ff:ff:ff + link/ether e2:e5:ec:d4:ed:86 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 6585250 38078 0 0 0 0 + 878594 7665 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 51603803 318123 0 1863 0 0 + 83704902 773985 0 26 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 20: fwbr904i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff + link/ether 9e:84:03:1f:26:f8 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 22031882 244702 0 289 0 164325 + 71140264 763482 0 1177 0 510635 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4501,137 +4947,224 @@ default via 192.168.3.254 dev vmbr0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 21: fwpr904p0@fwln904i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether ae:4f:ef:9d:54:a4 brd ff:ff:ff:ff:ff:ff + link/ether c6:d4:7f:bb:76:34 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 6585250 38078 0 0 0 0 + 1117883 8626 0 961 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 51815521 319987 0 0 0 0 + 83974355 776034 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 22: fwln904i0@fwpr904p0: mtu 1500 qdisc noqueue master fwbr904i0 state UP mode DEFAULT group default qlen 1000 - link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff + link/ether 9e:84:03:1f:26:f8 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 51815521 319987 0 0 0 0 + 83974355 776034 0 961 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 6585250 38078 0 0 0 0 + 1117883 8626 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -23: tap905i0: mtu 1500 qdisc fq master fwbr905i0 state UNKNOWN mode DEFAULT group default qlen 1000 - link/ether 52:6b:88:33:1d:d6 brd ff:ff:ff:ff:ff:ff +27: tap906i0: mtu 1500 qdisc fq master fwbr906i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 62:39:c9:d8:b9:fb brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 0 0 0 0 0 0 + 21863957 131841 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 86 1 0 244044 0 0 + 1107556210 923858 0 33276 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 -24: fwbr905i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 - link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff +28: fwbr906i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether c2:96:f4:ed:32:15 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 22023272 244604 0 289 0 164260 + 70239511 754699 0 1166 0 504262 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -25: fwpr905p0@fwln905i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 - link/ether ba:76:da:be:a2:d9 brd ff:ff:ff:ff:ff:ff +29: fwpr906p0@fwln906i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether c2:06:f7:e0:22:6e brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 0 0 0 0 0 0 + 22101005 132793 0 952 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 25515658 245044 0 0 0 0 + 1111488366 958645 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 -26: fwln905i0@fwpr905p0: mtu 1500 qdisc noqueue master fwbr905i0 state UP mode DEFAULT group default qlen 1000 - link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff +30: fwln906i0@fwpr906p0: mtu 1500 qdisc noqueue master fwbr906i0 state UP mode DEFAULT group default qlen 1000 + link/ether c2:96:f4:ed:32:15 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 25515658 245044 0 0 0 0 + 1111488366 958645 0 952 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 22101005 132793 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +31: tap906i1: mtu 1500 qdisc fq master fwbr906i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether da:b7:b7:87:7e:31 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 300 5 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 60 1 0 25178 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +32: fwbr906i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ea:f7:a9:04:d9:20 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 2074083 25269 0 5 0 23760 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 +33: fwpr906p1@fwln906i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 26:56:4b:9e:f5:b5 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 237348 957 0 952 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2668237 26242 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +34: fwln906i1@fwpr906p1: mtu 1500 qdisc noqueue master fwbr906i1 state UP mode DEFAULT group default qlen 1000 + link/ether ea:f7:a9:04:d9:20 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 2668237 26242 0 952 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 237348 957 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +39: tap905i0: mtu 1500 qdisc fq master fwbr905i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether e6:f8:cb:12:6d:39 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 126452 1387 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 46279452 433707 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +40: fwbr905i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether b2:10:7b:27:72:06 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 39931760 431824 0 655 0 289026 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +41: fwpr905p0@fwln905i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ae:5b:ad:2e:ab:11 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 261659 1930 0 543 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 46279995 433707 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +42: fwln905i0@fwpr905p0: mtu 1500 qdisc noqueue master fwbr905i0 state UP mode DEFAULT group default qlen 1000 + link/ether b2:10:7b:27:72:06 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 46279995 433707 0 543 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 261659 1930 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 --- ip neigh $ ip neigh -10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 STALE -192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE -192.168.2.44 dev vmbr0 FAILED -192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE -192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE +192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE +10.100.100.1 dev datanet lladdr 8c:ae:4c:cd:a6:2d STALE +192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE +192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 REACHABLE 192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE +192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE +10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE +192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e DELAY +192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE +192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE +192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE 10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE 192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE -192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE -192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE -192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE -192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE -192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE -192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 REACHABLE -192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e DELAY -10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE -fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE -fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE -fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE -fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE -fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE -fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE -fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE -fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE -fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE -fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE -fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE -fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 STALE -fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 DELAY +192.168.3.173 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +192.168.3.11 dev vmbr0 lladdr 34:17:eb:b3:b1:2d STALE +192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE +fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE +fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE -fe80::6bea:ca7:4c8c:182f dev vmbr0 lladdr bc:24:11:80:0d:16 STALE fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE +fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +fe80::be24:11ff:febb:6af dev vmbr0 lladdr bc:24:11:bb:06:af STALE fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE -fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE -fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE -fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE -fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE +fe80::10e8:fff4:c9c7:c57b dev vmbr0 lladdr ba:71:00:a6:a3:12 STALE +fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE +fe80::be24:11ff:feee:2bb6 dev vmbr0 lladdr bc:24:11:ee:2b:b6 STALE +fe80::b6f4:eaa:36af:1d47 dev vmbr0 lladdr f0:6e:0b:cf:c7:55 STALE +fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +fe80::109b:d06f:f2be:1dc4 dev vmbr0 lladdr 16:bc:55:38:d3:7f STALE +fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 STALE +fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE +fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE +fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE --- /proc/net/dev (counters) $ cat /proc/net/dev Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 8976 64 0 0 0 0 0 0 8976 64 0 0 0 0 0 0 - nic0: 94971344 476819 0 240 0 0 0 191901 27252979 137397 0 0 0 0 0 0 -enx9c69d36a5b6c: 1997272591 1573456 0 240 0 0 0 0 684432568 1078560 0 1 0 0 0 0 -tailscale0: 206106 941 0 0 0 0 0 0 151931 885 0 0 0 0 0 0 - vmbr0: 24021322 253180 0 0 0 0 0 164853 1001791 5431 0 0 0 0 0 0 -datanet: 1997261551 1573216 0 0 0 0 0 6114 684718572 1078752 0 0 0 0 0 0 -tap901i0: 7203868 37540 0 0 0 0 0 0 40091404 300778 0 0 0 0 0 0 -fwbr901i0: 22068108 245027 0 289 0 0 0 164540 0 0 0 0 0 0 0 0 -fwpr901p0: 7203868 37540 0 0 0 0 0 0 40091404 300778 0 0 0 0 0 0 -fwln901i0: 40091404 300778 0 0 0 0 0 0 7203868 37540 0 0 0 0 0 0 -tap902i0: 11563699 54479 0 0 0 0 0 0 43983767 305112 0 3817 0 0 0 0 -fwbr902i0: 22053984 244899 0 289 0 0 0 164449 0 0 0 0 0 0 0 0 -fwpr902p0: 11563699 54479 0 0 0 0 0 0 44362486 308038 0 0 0 0 0 0 -fwln902i0: 44362486 308038 0 0 0 0 0 0 11563699 54479 0 0 0 0 0 0 -tap903i0: 72741 769 0 0 0 0 0 0 25300839 243189 0 2232 0 0 0 0 -fwbr903i0: 22040304 244798 0 289 0 0 0 164381 0 0 0 0 0 0 0 0 -fwpr903p0: 72741 769 0 0 0 0 0 0 25552299 245421 0 0 0 0 0 0 -fwln903i0: 25552299 245421 0 0 0 0 0 0 72741 769 0 0 0 0 0 0 -tap904i0: 6585250 38078 0 0 0 0 0 0 51603803 318123 0 1863 0 0 0 0 -fwbr904i0: 22031882 244702 0 289 0 0 0 164325 0 0 0 0 0 0 0 0 -fwpr904p0: 6585250 38078 0 0 0 0 0 0 51815521 319987 0 0 0 0 0 0 -fwln904i0: 51815521 319987 0 0 0 0 0 0 6585250 38078 0 0 0 0 0 0 -tap905i0: 0 0 0 0 0 0 0 0 86 1 0 244044 0 0 0 0 -fwbr905i0: 22023272 244604 0 289 0 0 0 164260 0 0 0 0 0 0 0 0 -fwpr905p0: 0 0 0 0 0 0 0 0 25515658 245044 0 0 0 0 0 0 -fwln905i0: 25515658 245044 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + lo: 15785355 80260 0 0 0 0 0 0 15785355 80260 0 0 0 0 0 0 + nic0: 6075906121 6005333 0 963 0 0 0 625316 265780706 1067989 0 0 0 0 0 0 +enx9c69d36a5b6c: 3744818779 4400966 0 962 0 0 0 0 12980467319 9981724 0 0 0 0 0 0 +tailscale0: 4246080484 483596 0 0 0 0 0 0 102035148 379313 0 0 0 0 0 0 + vmbr0: 4655127942 1441788 0 0 0 0 0 511128 158238712 484350 0 0 0 0 0 0 +datanet: 3744637273 4399868 0 5 0 0 0 24029 12460409706 2102665 0 0 0 0 0 0 +tap901i0: 31907369 162137 0 0 0 0 0 0 142049090 997477 0 0 0 0 0 0 +fwbr901i0: 71161562 763664 0 1177 0 0 0 510739 0 0 0 0 0 0 0 0 +fwpr901p0: 32146658 163098 0 961 0 0 0 0 142218096 998732 0 0 0 0 0 0 +fwln901i0: 142218096 998732 0 961 0 0 0 0 32146658 163098 0 0 0 0 0 0 +tap902i0: 44697849 222201 0 0 0 0 0 0 159339804 1027862 0 161 0 0 0 0 +fwbr902i0: 71151026 763594 0 1177 0 0 0 510699 0 0 0 0 0 0 0 0 +fwpr902p0: 44937138 223162 0 961 0 0 0 0 159387815 1025493 0 0 0 0 0 0 +fwln902i0: 159387815 1025493 0 961 0 0 0 0 44937138 223162 0 0 0 0 0 0 +tap903i0: 302119 3131 0 0 0 0 0 0 82240233 765932 0 0 0 0 0 0 +fwbr903i0: 71146439 763549 0 1177 0 0 0 510672 0 0 0 0 0 0 0 0 +fwpr903p0: 541408 4092 0 961 0 0 0 0 82506266 767959 0 0 0 0 0 0 +fwln903i0: 82506266 767959 0 961 0 0 0 0 541408 4092 0 0 0 0 0 0 +tap904i0: 878594 7665 0 0 0 0 0 0 83704902 773985 0 26 0 0 0 0 +fwbr904i0: 71140264 763482 0 1177 0 0 0 510635 0 0 0 0 0 0 0 0 +fwpr904p0: 1117883 8626 0 961 0 0 0 0 83974355 776034 0 0 0 0 0 0 +fwln904i0: 83974355 776034 0 961 0 0 0 0 1117883 8626 0 0 0 0 0 0 +tap906i0: 21863957 131841 0 0 0 0 0 0 1107556210 923858 0 33276 0 0 0 0 +fwbr906i0: 70239511 754699 0 1166 0 0 0 504262 0 0 0 0 0 0 0 0 +fwpr906p0: 22101005 132793 0 952 0 0 0 0 1111488366 958645 0 0 0 0 0 0 +fwln906i0: 1111488366 958645 0 952 0 0 0 0 22101005 132793 0 0 0 0 0 0 +tap906i1: 300 5 0 0 0 0 0 0 60 1 0 25178 0 0 0 0 +fwbr906i1: 2074083 25269 0 5 0 0 0 23760 0 0 0 0 0 0 0 0 +fwpr906p1: 237348 957 0 952 0 0 0 0 2668237 26242 0 0 0 0 0 0 +fwln906i1: 2668237 26242 0 952 0 0 0 0 237348 957 0 0 0 0 0 0 +tap905i0: 126452 1387 0 0 0 0 0 0 46279452 433707 0 0 0 0 0 0 +fwbr905i0: 39931760 431824 0 655 0 0 0 289026 0 0 0 0 0 0 0 0 +fwpr905p0: 261659 1930 0 543 0 0 0 0 46279995 433707 0 0 0 0 0 0 +fwln905i0: 46279995 433707 0 543 0 0 0 0 261659 1930 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route @@ -4654,29 +5187,37 @@ fe80::/64 dev datanet proto kernel metric 256 pref medium "$(cat "$d/tx_queue_len" 2>/dev/null)" \ "$(cat "$d/type" 2>/dev/null)" done -datanet speed=1000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +datanet speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 enx9c69d36a5b6c speed=1000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr901i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr902i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr903i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr904i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr905i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr906i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr906i1 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln901i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln902i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln903i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln904i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln905i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln906i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln906i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr901p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr902p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr903p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr904p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr905p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr906p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr906p1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 nic0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap901i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap902i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap903i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap904i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap905i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap906i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap906i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 vmbr0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 --- ethtool per-interface deep dump @@ -4737,7 +5278,7 @@ Settings for datanet: Advertised pause frame use: No Advertised auto-negotiation: No Advertised FEC modes: Not reported - Speed: 1000Mb/s + Speed: 10000Mb/s Duplex: Unknown! (255) Auto-negotiation: off Port: Other @@ -4761,23 +5302,23 @@ tx-checksumming: on tx-checksum-ipv6: off [fixed] tx-checksum-fcoe-crc: off [fixed] tx-checksum-sctp: off [fixed] -scatter-gather: off - tx-scatter-gather: off [requested on] - tx-scatter-gather-fraglist: off [requested on] -tcp-segmentation-offload: off - tx-tcp-segmentation: off [requested on] - tx-tcp-ecn-segmentation: off [requested on] - tx-tcp-mangleid-segmentation: off [requested on] - tx-tcp6-segmentation: off [requested on] - tx-tcp-accecn-segmentation: off [requested on] -generic-segmentation-offload: off [requested on] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on generic-receive-offload: on large-receive-offload: off [fixed] rx-vlan-offload: off [fixed] tx-vlan-offload: on ntuple-filters: off [fixed] receive-hashing: off [fixed] -highdma: off [requested on] +highdma: on rx-vlan-filter: off [fixed] vlan-challenged: off [fixed] tx-gso-robust: off [requested on] @@ -4790,10 +5331,10 @@ tx-udp_tnl-segmentation: on tx-udp_tnl-csum-segmentation: on tx-gso-partial: on tx-tunnel-remcsum-segmentation: on -tx-sctp-segmentation: off [requested on] +tx-sctp-segmentation: on tx-esp-segmentation: on -tx-udp-segmentation: off [requested on] -tx-gso-list: off [requested on] +tx-udp-segmentation: on +tx-gso-list: on tx-nocache-copy: off loopback: off [fixed] rx-fcs: off [fixed] @@ -4831,7 +5372,7 @@ netlink error: Operation not supported ----- ethtool: enx9c69d36a5b6c ----- [driver/version/firmware/bus-info -i] driver: cdc_ncm -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: CDC NCM (NO ZLP) expansion-rom-version: bus-info: usb-0000:00:14.0-4 @@ -5515,6 +6056,234 @@ netlink error: Operation not supported [statistics -S (key error/drop counters only)] [statistics -S (throughput counters)] +----- ethtool: fwbr906i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr906i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr906i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr906i1 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr906i1: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr906i1: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + ----- ethtool: fwln901i0 ----- [driver/version/firmware/bus-info -i] driver: veth @@ -6160,6 +6929,264 @@ netlink error: Operation not supported tx_queue_0_xdp_xmit_errors: 0 [statistics -S (throughput counters)] +----- ethtool: fwln906i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln906i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln906i0: +Pre-set maximums: +RX: 12 +TX: 12 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln906i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwln906i1 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln906i1: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln906i1: +Pre-set maximums: +RX: 12 +TX: 12 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln906i1: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + ----- ethtool: fwpr901p0 ----- [driver/version/firmware/bus-info -i] driver: veth @@ -6805,10 +7832,268 @@ netlink error: Operation not supported tx_queue_0_xdp_xmit_errors: 0 [statistics -S (throughput counters)] +----- ethtool: fwpr906p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr906p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr906p0: +Pre-set maximums: +RX: 12 +TX: 12 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr906p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr906p1 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr906p1: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr906p1: +Pre-set maximums: +RX: 12 +TX: 12 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr906p1: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + ----- ethtool: nic0 ----- [driver/version/firmware/bus-info -i] driver: e1000e -version: 6.17.2-1-pve +version: 7.0.14-6-pve firmware-version: 0.4-4 expansion-rom-version: bus-info: 0000:00:1f.6 @@ -6844,7 +8129,7 @@ Settings for nic0: Port: Twisted Pair PHYAD: 1 Transceiver: internal - MDI-X: on (auto) + MDI-X: off (auto) Supports Wake-on: pumbg Wake-on: g Current message level: 0x00000007 (7) @@ -6981,6 +8266,7 @@ hsr-dup-offload: off [fixed] [private flags --show-priv-flags] Private flags for nic0: s0ix-enabled: on +disable-k1 : off [ntuple/RSS -n] Cannot get RX rings: Operation not supported rxclass: Cannot get RX class rule count: Operation not supported @@ -7005,19 +8291,19 @@ netlink error: Operation not supported rx_long_length_errors: 0 rx_short_length_errors: 0 rx_align_errors: 0 - rx_csum_offload_errors: 1 + rx_csum_offload_errors: 0 dropped_smbus: 0 uncorr_ecc_errors: 0 corr_ecc_errors: 0 [statistics -S (throughput counters)] - rx_packets: 476827 - tx_packets: 137402 - rx_bytes: 94973626 - tx_bytes: 27253709 - rx_broadcast: 80133 - tx_broadcast: 584 - rx_multicast: 191901 - tx_multicast: 2046 + rx_packets: 6005354 + tx_packets: 1067998 + rx_bytes: 6075911458 + tx_bytes: 265783030 + rx_broadcast: 253088 + tx_broadcast: 83 + rx_multicast: 625319 + tx_multicast: 11309 ----- ethtool: tap901i0 ----- [driver/version/firmware/bus-info -i] @@ -7741,20 +9027,20 @@ netlink error: Operation not supported [offload features -k] Features for tap905i0: rx-checksumming: off [fixed] -tx-checksumming: off +tx-checksumming: on tx-checksum-ipv4: off [fixed] - tx-checksum-ip-generic: off + tx-checksum-ip-generic: on tx-checksum-ipv6: off [fixed] tx-checksum-fcoe-crc: off [fixed] tx-checksum-sctp: off [fixed] scatter-gather: on tx-scatter-gather: on tx-scatter-gather-fraglist: on -tcp-segmentation-offload: off - tx-tcp-segmentation: off - tx-tcp-ecn-segmentation: off +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on tx-tcp-mangleid-segmentation: off - tx-tcp6-segmentation: off + tx-tcp6-segmentation: on tx-tcp-accecn-segmentation: off [fixed] generic-segmentation-offload: on generic-receive-offload: on @@ -7778,7 +9064,325 @@ tx-gso-partial: off [fixed] tx-tunnel-remcsum-segmentation: off [fixed] tx-sctp-segmentation: off [fixed] tx-esp-segmentation: off [fixed] -tx-udp-segmentation: off +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap906i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap906i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap906i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap906i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap906i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap906i1 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap906i1: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap906i1: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap906i1: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap906i1: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on tx-gso-list: off [fixed] tx-nocache-copy: off loopback: off [fixed] @@ -7948,14 +9552,20 @@ netlink error: Operation not supported 19: tap904i0: mtu 1500 master fwbr904i0 state forwarding priority 32 cost 2 21: fwpr904p0@fwln904i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 22: fwln904i0@fwpr904p0: mtu 1500 master fwbr904i0 state forwarding priority 32 cost 2 -23: tap905i0: mtu 1500 master fwbr905i0 state forwarding priority 32 cost 2 -25: fwpr905p0@fwln905i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -26: fwln905i0@fwpr905p0: mtu 1500 master fwbr905i0 state forwarding priority 32 cost 2 +27: tap906i0: mtu 1500 master fwbr906i0 state forwarding priority 32 cost 2 +29: fwpr906p0@fwln906i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +30: fwln906i0@fwpr906p0: mtu 1500 master fwbr906i0 state forwarding priority 32 cost 2 +31: tap906i1: mtu 1500 master fwbr906i1 state forwarding priority 32 cost 2 +33: fwpr906p1@fwln906i1: mtu 1500 master datanet state forwarding priority 32 cost 2 +34: fwln906i1@fwpr906p1: mtu 1500 master fwbr906i1 state forwarding priority 32 cost 2 +39: tap905i0: mtu 1500 master fwbr905i0 state forwarding priority 32 cost 2 +41: fwpr905p0@fwln905i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +42: fwln905i0@fwpr905p0: mtu 1500 master fwbr905i0 state forwarding priority 32 cost 2 --- bridge -d link $ bridge -d link 2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 47 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 39 mcast_max_groups 0 3: enx9c69d36a5b6c: mtu 1500 master datanet state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 7: tap901i0: mtu 1500 master fwbr901i0 state forwarding priority 32 cost 2 @@ -7963,31 +9573,43 @@ netlink error: Operation not supported 9: fwpr901p0@fwln901i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 10: fwln901i0@fwpr901p0: mtu 1500 master fwbr901i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 45 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 11: tap902i0: mtu 1500 master fwbr902i0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 13: fwpr902p0@fwln902i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 14: fwln902i0@fwpr902p0: mtu 1500 master fwbr902i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 45 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 15: tap903i0: mtu 1500 master fwbr903i0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 17: fwpr903p0@fwln903i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 18: fwln903i0@fwpr903p0: mtu 1500 master fwbr903i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 42 mcast_max_groups 0 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 35 mcast_max_groups 0 19: tap904i0: mtu 1500 master fwbr904i0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 21: fwpr904p0@fwln904i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 22: fwln904i0@fwpr904p0: mtu 1500 master fwbr904i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 45 mcast_max_groups 0 -23: tap905i0: mtu 1500 master fwbr905i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 +27: tap906i0: mtu 1500 master fwbr906i0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -25: fwpr905p0@fwln905i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +29: fwpr906p0@fwln906i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 -26: fwln905i0@fwpr905p0: mtu 1500 master fwbr905i0 state forwarding priority 32 cost 2 - hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 45 mcast_max_groups 0 +30: fwln906i0@fwpr906p0: mtu 1500 master fwbr906i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 +31: tap906i1: mtu 1500 master fwbr906i1 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +33: fwpr906p1@fwln906i1: mtu 1500 master datanet state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +34: fwln906i1@fwpr906p1: mtu 1500 master fwbr906i1 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +39: tap905i0: mtu 1500 master fwbr905i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +41: fwpr905p0@fwln905i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +42: fwln905i0@fwpr905p0: mtu 1500 master fwbr905i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0 --- bridge vlan $ bridge vlan @@ -8012,6 +9634,14 @@ tap904i0 1 PVID Egress Untagged fwbr904i0 1 PVID Egress Untagged fwpr904p0 1 PVID Egress Untagged fwln904i0 1 PVID Egress Untagged +tap906i0 1 PVID Egress Untagged +fwbr906i0 1 PVID Egress Untagged +fwpr906p0 1 PVID Egress Untagged +fwln906i0 1 PVID Egress Untagged +tap906i1 1 PVID Egress Untagged +fwbr906i1 1 PVID Egress Untagged +fwpr906p1 1 PVID Egress Untagged +fwln906i1 1 PVID Egress Untagged tap905i0 1 PVID Egress Untagged fwbr905i0 1 PVID Egress Untagged fwpr905p0 1 PVID Egress Untagged @@ -8040,6 +9670,14 @@ tap904i0 1 PVID Egress Untagged fwbr904i0 1 PVID Egress Untagged fwpr904p0 1 PVID Egress Untagged fwln904i0 1 PVID Egress Untagged +tap906i0 1 PVID Egress Untagged +fwbr906i0 1 PVID Egress Untagged +fwpr906p0 1 PVID Egress Untagged +fwln906i0 1 PVID Egress Untagged +tap906i1 1 PVID Egress Untagged +fwbr906i1 1 PVID Egress Untagged +fwpr906p1 1 PVID Egress Untagged +fwln906i1 1 PVID Egress Untagged tap905i0 1 PVID Egress Untagged fwbr905i0 1 PVID Egress Untagged fwpr905p0 1 PVID Egress Untagged @@ -8049,21 +9687,27 @@ fwln905i0 1 PVID Egress Untagged $ brctl show bridge name bridge id STP enabled interfaces datanet 8000.9c69d36a5b6c no enx9c69d36a5b6c -fwbr901i0 8000.e6eb27453875 no fwln901i0 + fwpr906p1 +fwbr901i0 8000.422445721dd6 no fwln901i0 tap901i0 -fwbr902i0 8000.426f48897f83 no fwln902i0 +fwbr902i0 8000.aa0cf36d9fc7 no fwln902i0 tap902i0 -fwbr903i0 8000.bea72dd6ce86 no fwln903i0 +fwbr903i0 8000.aa04b4ce1b97 no fwln903i0 tap903i0 -fwbr904i0 8000.e6a91c7d83ef no fwln904i0 +fwbr904i0 8000.9e84031f26f8 no fwln904i0 tap904i0 -fwbr905i0 8000.ceb75bd22579 no fwln905i0 +fwbr905i0 8000.b2107b277206 no fwln905i0 tap905i0 +fwbr906i0 8000.c296f4ed3215 no fwln906i0 + tap906i0 +fwbr906i1 8000.eaf7a904d920 no fwln906i1 + tap906i1 vmbr0 8000.a4bb6de35686 no fwpr901p0 fwpr902p0 fwpr903p0 fwpr904p0 fwpr905p0 + fwpr906p0 nic0 --- bonding state @@ -8122,38 +9766,39 @@ done $ cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 CPU8 CPU9 CPU10 CPU11 8: 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 8-edge rtc0 - 9: 346 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 9: 2554 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi 14: 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 14-fasteoi INT3450:00 16: 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 16-fasteoi idma64.0, i2c_designware.0 - 21: 0 0 0 0 0 0 0 0 16 0 0 0 IR-IO-APIC 21-fasteoi i801_smbus - 22: 0 0 0 0 0 0 0 79366 0 0 0 0 IR-IO-APIC 22-fasteoi ahci[0000:00:17.0] + 21: 0 0 0 0 0 0 16 0 0 0 0 0 IR-IO-APIC 21-fasteoi i801_smbus + 22: 0 0 0 0 0 0 0 128212 0 0 0 0 IR-IO-APIC 22-fasteoi ahci[0000:00:17.0] 120: 0 0 0 0 0 0 0 0 0 0 0 0 DMAR-MSI 1024-edge dmar0-prq 121: 0 0 0 0 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0 122: 0 0 0 0 0 0 0 0 0 0 0 0 DMAR-MSI 1-edge dmar1 - 123: 0 0 0 0 0 0 0 0 0 552384 0 0 IR-PCI-MSI-0000:00:1f.6 0-edge nic0 - 124: 0 0 0 0 0 0 0 0 0 0 547285 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd + 123: 0 0 0 0 0 0 0 0 0 2557929 0 0 IR-PCI-MSI-0000:00:1f.6 0-edge nic0 + 124: 0 0 0 0 0 0 0 0 0 0 2573005 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd 132: 0 0 0 0 0 0 61 0 0 0 0 0 IR-PCI-MSI-0000:00:16.0 0-edge mei_me - 133: 0 0 0 0 0 0 0 3173 0 0 0 0 IR-PCI-MSI-0000:00:02.0 0-edge i915 - 134: 0 0 0 0 0 0 0 0 702 0 0 0 IR-PCI-MSI-0000:00:1f.3 0-edge snd_hda_intel:card0 - NMI: 47 76 148 118 41 82 33 71 141 219 53 75 Non-maskable interrupts - LOC: 1499762 1389817 1885667 1788728 1305683 1499849 1265423 1510315 1904638 2812323 1413178 1370283 Local timer interrupts + 133: 0 0 0 0 0 0 0 670 0 0 0 0 IR-PCI-MSI-0000:00:02.0 0-edge i915 + 134: 0 0 0 0 0 0 0 0 413 0 0 0 IR-PCI-MSI-0000:00:1f.3 0-edge snd_hda_intel:card0 + NMI: 167 452 311 154 155 168 147 256 236 163 131 125 Non-maskable interrupts + LOC: 10137042 11705047 10663819 10763305 10756512 10349649 10470348 10849518 10914210 9871560 10164456 9141013 Local timer interrupts SPU: 0 0 0 0 0 0 0 0 0 0 0 0 Spurious interrupts - PMI: 47 76 148 118 41 82 33 71 141 219 53 75 Performance monitoring interrupts - IWI: 0 0 0 0 0 0 0 32 0 1 0 0 IRQ work interrupts + PMI: 167 452 311 154 155 168 147 256 236 163 131 125 Performance monitoring interrupts + IWI: 89 270 250 142 209 221 232 325 230 117 297 284 IRQ work interrupts RTR: 0 0 0 0 0 0 0 0 0 0 0 0 APIC ICR read retries - RES: 12930 14771 21582 17100 13643 12808 7731 9923 21052 29941 9046 12997 Rescheduling interrupts - CAL: 105342 54110 45028 33686 42157 37792 33518 34250 37435 35533 42614 44033 Function call interrupts - TLB: 1174 1892 1014 1207 1718 1736 1958 1986 1168 1147 1179 1189 TLB shootdowns + RES: 19609 57277 39413 18902 24350 20035 20146 32494 28971 20384 15653 18242 Rescheduling interrupts + CAL: 352975 180226 140327 157066 148406 140197 135829 132118 134565 178100 159709 133370 Function call interrupts + TLB: 5021 4833 4957 4766 4940 5263 5720 5738 5240 5672 5624 5005 TLB shootdowns TRM: 0 0 0 0 0 0 0 0 0 0 0 0 Thermal event interrupts THR: 0 0 0 0 0 0 0 0 0 0 0 0 Threshold APIC interrupts DFR: 0 0 0 0 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts MCE: 0 0 0 0 0 0 0 0 0 0 0 0 Machine check exceptions - MCP: 23 24 24 24 24 24 24 24 24 24 24 24 Machine check polls + MCP: 89 90 90 90 90 90 90 90 90 90 90 90 Machine check polls ERR: 0 MIS: 0 - PIN: 272 295 503 425 425 548 538 402 331 237 218 357 Posted-interrupt notification event + PIN: 4591 4607 4246 6122 5779 5805 6382 5713 6254 3984 4547 4118 Posted-interrupt notification event NPI: 0 0 0 0 0 0 0 0 0 0 0 0 Nested posted-interrupt event PIW: 0 0 0 0 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event +VPMI: 0 0 0 0 0 0 0 0 0 0 0 0 Perf Guest Mediated PMI --- NIC IRQ affinities (which CPUs handle which queue) $ for ifc in $NETIFS; do @@ -8177,16 +9822,22 @@ done | head -n 60 /sys/class/net/fwbr903i0/queues/rx-0/rps_cpus = 000 /sys/class/net/fwbr904i0/queues/rx-0/rps_cpus = 000 /sys/class/net/fwbr905i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwbr906i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwbr906i1/queues/rx-0/rps_cpus = 000 /sys/class/net/fwln901i0/queues/rx-0/rps_cpus = 000 /sys/class/net/fwln902i0/queues/rx-0/rps_cpus = 000 /sys/class/net/fwln903i0/queues/rx-0/rps_cpus = 000 /sys/class/net/fwln904i0/queues/rx-0/rps_cpus = 000 /sys/class/net/fwln905i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwln906i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwln906i1/queues/rx-0/rps_cpus = 000 /sys/class/net/fwpr901p0/queues/rx-0/rps_cpus = 000 /sys/class/net/fwpr902p0/queues/rx-0/rps_cpus = 000 /sys/class/net/fwpr903p0/queues/rx-0/rps_cpus = 000 /sys/class/net/fwpr904p0/queues/rx-0/rps_cpus = 000 /sys/class/net/fwpr905p0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwpr906p0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwpr906p1/queues/rx-0/rps_cpus = 000 /sys/class/net/lo/queues/rx-0/rps_cpus = 000 /sys/class/net/nic0/queues/rx-0/rps_cpus = 000 /sys/class/net/tailscale0/queues/rx-0/rps_cpus = 000 @@ -8195,6 +9846,8 @@ done | head -n 60 /sys/class/net/tap903i0/queues/rx-0/rps_cpus = 000 /sys/class/net/tap904i0/queues/rx-0/rps_cpus = 000 /sys/class/net/tap905i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/tap906i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/tap906i1/queues/rx-0/rps_cpus = 000 /sys/class/net/vmbr0/queues/rx-0/rps_cpus = 000 --- XPS masks (non-zero only) @@ -8210,6 +9863,8 @@ cat: /sys/class/net/fwbr902i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr903i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr904i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr905i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr906i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr906i1/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/lo/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/nic0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tailscale0/queues/tx-0/xps_cpus: No such file or directory @@ -8218,6 +9873,8 @@ cat: /sys/class/net/tap902i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap903i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap904i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap905i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap906i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap906i1/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory /sys/class/net/datanet/queues/tx-0/xps_cpus = /sys/class/net/enx9c69d36a5b6c/queues/tx-0/xps_cpus = @@ -8226,16 +9883,22 @@ cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory /sys/class/net/fwbr903i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr904i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr905i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr906i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr906i1/queues/tx-0/xps_cpus = /sys/class/net/fwln901i0/queues/tx-0/xps_cpus = 000 /sys/class/net/fwln902i0/queues/tx-0/xps_cpus = 000 /sys/class/net/fwln903i0/queues/tx-0/xps_cpus = 000 /sys/class/net/fwln904i0/queues/tx-0/xps_cpus = 000 /sys/class/net/fwln905i0/queues/tx-0/xps_cpus = 000 + /sys/class/net/fwln906i0/queues/tx-0/xps_cpus = 000 + /sys/class/net/fwln906i1/queues/tx-0/xps_cpus = 000 /sys/class/net/fwpr901p0/queues/tx-0/xps_cpus = 000 /sys/class/net/fwpr902p0/queues/tx-0/xps_cpus = 000 /sys/class/net/fwpr903p0/queues/tx-0/xps_cpus = 000 /sys/class/net/fwpr904p0/queues/tx-0/xps_cpus = 000 /sys/class/net/fwpr905p0/queues/tx-0/xps_cpus = 000 + /sys/class/net/fwpr906p0/queues/tx-0/xps_cpus = 000 + /sys/class/net/fwpr906p1/queues/tx-0/xps_cpus = 000 /sys/class/net/lo/queues/tx-0/xps_cpus = /sys/class/net/nic0/queues/tx-0/xps_cpus = /sys/class/net/tailscale0/queues/tx-0/xps_cpus = @@ -8244,6 +9907,8 @@ cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory /sys/class/net/tap903i0/queues/tx-0/xps_cpus = /sys/class/net/tap904i0/queues/tx-0/xps_cpus = /sys/class/net/tap905i0/queues/tx-0/xps_cpus = + /sys/class/net/tap906i0/queues/tx-0/xps_cpus = + /sys/class/net/tap906i1/queues/tx-0/xps_cpus = /sys/class/net/vmbr0/queues/tx-0/xps_cpus = --- RFS flow counts @@ -8258,16 +9923,22 @@ done | head -n 60 /sys/class/net/fwbr903i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr904i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr905i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr906i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr906i1/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln901i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln902i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln903i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln904i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln905i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln906i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln906i1/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr901p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr902p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr903p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr904p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr905p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr906p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr906p1/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/lo/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/nic0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tailscale0/queues/rx-0/rps_flow_cnt = 0 @@ -8276,39 +9947,41 @@ done | head -n 60 /sys/class/net/tap903i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tap904i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tap905i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap906i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap906i1/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/vmbr0/queues/rx-0/rps_flow_cnt = 0 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -000079f6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 -000074ed 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 -000065ac 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 -00001f34 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 -0000453c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 -00004db8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 -00003d25 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 -0000358e 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 -00003745 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000 -0033c143 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000 -00309500 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000 -00006d23 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000b 00000000 00000000 +000242b4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +000214f4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +00024187 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +0001453f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +00023243 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +0001ba2d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +0001d856 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +00018898 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 +00019fba 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000 +00d1e9dc 00000000 00000007 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000 +0089dc17 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000 +000244e6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000b 00000000 00000000 --- softnet_stat decoded $ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n", NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat -cpu0 total=000079f6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu1 total=000074ed dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu2 total=000065ac dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu3 total=00001f34 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu4 total=0000453c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu5 total=00004db8 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu6 total=00003d25 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu7 total=0000358e dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu8 total=00003745 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu9 total=0033c143 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu10 total=00309500 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 -cpu11 total=00006d23 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu0 total=000242b4 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=000214f4 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=00024187 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=0001453f dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=00023243 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=0001ba2d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=0001d856 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=00018898 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu8 total=00019fba dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu9 total=00d1e9dc dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu10 total=0089dc17 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu11 total=000244e6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 --- netstat drop counters (significant ones) $ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \ @@ -8316,27 +9989,27 @@ netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen IpReasmFails 0 0.0 IpFragFails 0 0.0 TcpAttemptFails 0 0.0 -TcpRetransSegs 3307 0.0 +TcpRetransSegs 31233 0.0 TcpInErrs 0 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 -TcpExtSyncookiesFailed 0 0.0 +TcpExtSyncookiesFailed 7 0.0 TcpExtEmbryonicRsts 0 0.0 TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 TcpExtTCPLossUndo 0 0.0 -TcpExtTCPLostRetransmit 5 0.0 +TcpExtTCPLostRetransmit 3298 0.0 TcpExtTCPRenoFailures 0 0.0 TcpExtTCPSackFailures 0 0.0 -TcpExtTCPLossFailures 0 0.0 -TcpExtTCPFastRetrans 340 0.0 -TcpExtTCPSlowStartRetrans 0 0.0 -TcpExtTCPLossProbes 3099 0.0 -TcpExtTCPLossProbeRecovery 0 0.0 +TcpExtTCPLossFailures 7 0.0 +TcpExtTCPFastRetrans 18753 0.0 +TcpExtTCPSlowStartRetrans 2699 0.0 +TcpExtTCPLossProbes 11058 0.0 +TcpExtTCPLossProbeRecovery 52 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 0 0.0 -TcpExtTCPAbortOnData 2 0.0 +TcpExtTCPSackRecoveryFail 69 0.0 +TcpExtTCPAbortOnData 122 0.0 TcpExtTCPAbortOnClose 0 0.0 TcpExtTCPAbortOnMemory 0 0.0 TcpExtTCPAbortOnTimeout 0 0.0 @@ -8354,7 +10027,7 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 0 0.0 +TcpExtTCPSynRetrans 42 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 TcpExtTCPRcvQDrop 0 0.0 @@ -8379,85 +10052,81 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 340 -TCP: 108 (estab 13, closed 85, orphaned 0, timewait 84) +Total: 389 +TCP: 108 (estab 12, closed 85, orphaned 0, timewait 85) Transport Total IP IPv6 RAW 0 0 0 UDP 7 4 3 -TCP 23 18 5 -INET 30 22 8 +TCP 23 17 6 +INET 30 21 9 FRAG 0 0 0 --- ss -t -m (top TCP with skmem/cwnd/rto) $ ss -tno state established ( dport != :22 and sport != :22 ) -m -Recv-Q Send-Q Local Address:Port Peer Address:Port -0 0 192.168.3.58:46286 9.9.9.9:443 timer:(keepalive,27sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.9:737 10.100.100.5:2049 timer:(keepalive,44sec,0) - skmem:(r0,rb180144,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.9:759 10.100.100.5:2049 timer:(keepalive,1min24sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.9:778 10.100.100.5:2049 timer:(keepalive,1min4sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.9:801 10.100.100.5:2049 timer:(keepalive,34sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 192.168.3.58:45264 192.200.0.111:443 timer:(keepalive,11sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 192.168.3.58:49718 209.177.156.94:443 timer:(keepalive,8.972sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 192.168.3.58:52334 199.165.136.100:443 timer:(keepalive,23sec,0) - skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) -0 0 10.100.100.9:717 10.100.100.4:2049 timer:(keepalive,34sec,0) - skmem:(r0,rb785841,t0,tb6632448,f0,w0,o0,bl0,d4) -0 20676 10.100.100.9:757 10.100.100.4:2049 timer:(on,008ms,0) - skmem:(r0,rb1332284,t0,tb6188544,f1980,w22596,o0,bl0,d4) -0 0 10.100.100.9:822 10.100.100.4:2049 timer:(keepalive,26sec,0) - skmem:(r0,rb1016542,t0,tb12350976,f0,w0,o0,bl0,d8) -0 0 10.100.100.9:908 10.100.100.4:2049 timer:(keepalive,26sec,0) - skmem:(r0,rb834668,t0,tb7729152,f0,w0,o0,bl0,d10) +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 192.168.3.58:48594 9.9.9.9:443 timer:(keepalive,26sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.9:682 10.100.100.5:2049 timer:(keepalive,27sec,0) + skmem:(r0,rb1193693,t0,tb9374208,f0,w0,o0,bl0,d1) +0 0 10.100.100.9:825 10.100.100.5:2049 timer:(keepalive,1min20sec,0) + skmem:(r0,rb1356536,t0,tb8825856,f0,w0,o0,bl0,d0) +0 0 10.100.100.9:1004 10.100.100.5:2049 timer:(keepalive,38sec,0) + skmem:(r0,rb1317845,t0,tb3864576,f0,w0,o0,bl0,d0) +0 0 10.100.100.9:1018 10.100.100.5:2049 timer:(keepalive,28sec,0) + skmem:(r0,rb1403510,t0,tb9269760,f0,w0,o0,bl0,d1) +0 0 192.168.3.58:41724 209.177.156.94:443 timer:(keepalive,8.329sec,0) + skmem:(r0,rb761282,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.3.58:49762 192.200.0.107:443 timer:(keepalive,10sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.9:674 10.100.100.4:2049 timer:(keepalive,1min11sec,0) + skmem:(r0,rb1115313,t0,tb11332608,f0,w0,o0,bl0,d33) +0 0 10.100.100.9:800 10.100.100.4:2049 timer:(keepalive,59sec,0) + skmem:(r0,rb1255937,t0,tb10523136,f0,w0,o0,bl0,d31) +0 0 10.100.100.9:842 10.100.100.4:2049 timer:(keepalive,1min15sec,0) + skmem:(r0,rb1889197,t0,tb13813248,f0,w0,o0,bl0,d38) +0 0 10.100.100.9:891 10.100.100.4:2049 timer:(keepalive,1min15sec,0) + skmem:(r0,rb2314723,t0,tb11515392,f0,w0,o0,bl0,d24) --- ss -ti (TCP internals) $ ss -ti -State Recv-Q Send-Q Local Address:Port Peer Address:Port -ESTAB 0 0 192.168.3.58:46286 9.9.9.9:https - bbr wscale:11,12 rto:213 rtt:12.07/0.817 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:4304 bytes_acked:4305 bytes_received:9464 segs_out:71 segs_in:65 data_segs_out:62 data_segs_in:35 bbr:(bw:3.43Mbps,mrtt:10.277,pacing_gain:2.88672,cwnd_gain:2.88672) send 17.3Mbps lastsnd:1720 lastrcv:1703 lastack:1703 pacing_rate 29.5Mbps delivery_rate 3.43Mbps delivered:63 app_limited busy:362ms rcv_space:14480 rcv_ssthresh:57388 minrtt:10.277 snd_wnd:45056 rcv_wnd:61440 -ESTAB 0 0 10.100.100.9:737 10.100.100.5:nfs - bbr wscale:12,12 rto:202 rtt:1.909/0.111 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:82 bytes_sent:163080 bytes_acked:163081 bytes_received:177436 segs_out:1905 segs_in:966 data_segs_out:964 data_segs_in:964 bbr:(bw:12Mbps,mrtt:0.962,pacing_gain:2.88672,cwnd_gain:2.88672) send 498Mbps lastsnd:5763 lastrcv:5761 lastack:5761 pacing_rate 309Mbps delivery_rate 12Mbps delivered:965 app_limited busy:1939ms rcv_rtt:310033 rcv_space:45036 rcv_ssthresh:89592 minrtt:0.962 snd_wnd:131072 rcv_wnd:90112 -ESTAB 0 0 10.100.100.9:759 10.100.100.5:nfs - bbr wscale:12,12 rto:203 rtt:2.055/0.091 ato:40 mss:1448 pmtu:1500 rcvmss:620 advmss:1448 cwnd:94 bytes_sent:163284 bytes_acked:163285 bytes_received:181128 segs_out:1910 segs_in:966 data_segs_out:964 data_segs_in:964 bbr:(bw:16.6Mbps,mrtt:0.697,pacing_gain:2.88672,cwnd_gain:2.88672) send 530Mbps lastsnd:5761 lastrcv:5759 lastack:5759 pacing_rate 361Mbps delivery_rate 16.6Mbps delivered:965 app_limited busy:1972ms rcv_rtt:2 rcv_space:14480 rcv_ssthresh:40276 minrtt:0.697 snd_wnd:131072 rcv_wnd:45056 -ESTAB 0 0 10.100.100.9:778 10.100.100.5:nfs - bbr wscale:12,12 rto:203 rtt:2.008/0.068 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:82 bytes_sent:165624 bytes_acked:165625 bytes_received:249944 segs_out:1957 segs_in:1028 data_segs_out:980 data_segs_in:1026 bbr:(bw:14.4Mbps,mrtt:0.802,pacing_gain:2.88672,cwnd_gain:2.88672) send 473Mbps lastsnd:5757 lastrcv:5755 lastack:5755 pacing_rate 311Mbps delivery_rate 14.4Mbps delivered:981 app_limited busy:2024ms rcv_rtt:5.609 rcv_space:14480 rcv_ssthresh:57388 minrtt:0.802 snd_wnd:131072 rcv_wnd:61440 -ESTAB 0 0 10.100.100.9:801 10.100.100.5:nfs - bbr wscale:12,12 rto:203 rtt:2.003/0.094 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:70 bytes_sent:163128 bytes_acked:163129 bytes_received:244036 segs_out:1928 segs_in:1012 data_segs_out:964 data_segs_in:1010 bbr:(bw:11.9Mbps,mrtt:0.972,pacing_gain:2.88672,cwnd_gain:2.88672) send 405Mbps lastsnd:16080 lastrcv:16078 lastack:16078 pacing_rate 263Mbps delivery_rate 11.9Mbps delivered:965 app_limited busy:1994ms rcv_rtt:5.5 rcv_space:14480 rcv_ssthresh:57388 minrtt:0.972 snd_wnd:131072 rcv_wnd:61440 -ESTAB 0 0 192.168.3.58:45264 192.200.0.111:https - bbr wscale:10,12 rto:343 rtt:142.125/7.268 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:20 bytes_sent:35976 bytes_acked:35977 bytes_received:73457 segs_out:429 segs_in:418 data_segs_out:68 data_segs_in:251 bbr:(bw:354kbps,mrtt:138.6,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.63Mbps lastsnd:19248 lastrcv:18073 lastack:18073 pacing_rate 2.52Mbps delivery_rate 354kbps delivered:69 app_limited busy:4525ms rcv_rtt:132 rcv_space:20280 rcv_ssthresh:54012 minrtt:138.6 snd_wnd:78848 rcv_wnd:57344 -ESTAB 0 0 192.168.3.58:49718 209.177.156.94:https - bbr wscale:7,12 rto:216 rtt:15.816/6.756 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:17 bytes_sent:9928 bytes_acked:9929 bytes_received:15013 segs_out:426 segs_in:403 data_segs_out:55 data_segs_in:159 bbr:(bw:2.94Mbps,mrtt:11.733,pacing_gain:2.88672,cwnd_gain:2.88672) send 12.5Mbps lastsnd:1700 lastrcv:1678 lastack:1678 pacing_rate 24.1Mbps delivery_rate 2.94Mbps delivered:56 app_limited busy:703ms rcv_space:14480 rcv_ssthresh:54012 minrtt:11.733 snd_wnd:64128 rcv_wnd:57344 -ESTAB 0 0 192.168.3.58:52334 199.165.136.100:https - bbr wscale:10,12 rto:268 rtt:67.217/11.133 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:31 bytes_sent:126172 bytes_acked:126173 bytes_received:20187 segs_out:521 segs_in:443 data_segs_out:178 data_segs_in:163 bbr:(bw:1.88Mbps,mrtt:41.888,pacing_gain:2.88672,cwnd_gain:2.88672) send 5.34Mbps lastsnd:1002 lastrcv:651 lastack:651 pacing_rate 7.43Mbps delivery_rate 1.88Mbps delivered:179 app_limited busy:10155ms rcv_space:14480 rcv_ssthresh:57198 minrtt:41.888 snd_wnd:87040 rcv_wnd:57344 -ESTAB 0 4292 10.100.100.9:717 10.100.100.4:nfs - bbr wscale:9,12 rto:206 rtt:5.235/5.902 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:243 bytes_sent:160350268 bytes_retrans:886288 bytes_acked:159459689 bytes_received:493999752 segs_out:258243 segs_in:393313 data_segs_out:122334 data_segs_in:358194 bbr:(bw:423Mbps,mrtt:1.698,pacing_gain:1.25,cwnd_gain:2) send 538Mbps lastsnd:1 lastrcv:5068 lastack:5068 pacing_rate 419Mbps delivery_rate 423Mbps delivered:122226 app_limited busy:115489ms rwnd_limited:114ms(0.1%) unacked:3 retrans:0/825 dsack_dups:719 rcv_rtt:2 rcv_space:260924 rcv_ssthresh:521210 minrtt:0.551 snd_wnd:2770944 rcv_wnd:524288 -ESTAB 0 0 10.100.100.9:757 10.100.100.4:nfs - bbr wscale:9,12 rto:203 rtt:2.897/1.126 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:151 bytes_sent:152151012 bytes_retrans:884592 bytes_acked:151266421 bytes_received:468248016 segs_out:260283 segs_in:372693 data_segs_out:116112 data_segs_in:339963 bbr:(bw:220Mbps,mrtt:2.051,pacing_gain:1.25,cwnd_gain:2) send 604Mbps lastsnd:11 lastrcv:1 lastack:1 pacing_rate 273Mbps delivery_rate 220Mbps delivered:116042 app_limited busy:117198ms rwnd_limited:738ms(0.6%) retrans:0/817 dsack_dups:746 rcv_rtt:5.83 rcv_space:442360 rcv_ssthresh:884082 minrtt:0.681 snd_wnd:5253632 rcv_wnd:884736 -ESTAB 0 0 10.100.100.9:822 10.100.100.4:nfs - bbr wscale:9,12 rto:207 rtt:6.981/8.548 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:38 bytes_sent:150364972 bytes_retrans:847112 bytes_acked:149517861 bytes_received:479905620 segs_out:249338 segs_in:381906 data_segs_out:115377 data_segs_in:348288 bbr:(bw:66.6Mbps,mrtt:1.148,pacing_gain:1.25,cwnd_gain:2) send 63.1Mbps lastsnd:2784 lastrcv:2736 lastack:2736 pacing_rate 82.5Mbps delivery_rate 66.6Mbps delivered:115302 app_limited busy:116541ms rwnd_limited:231ms(0.2%) retrans:0/813 dsack_dups:780 rcv_rtt:1.89 rcv_space:337524 rcv_ssthresh:674409 minrtt:0.395 snd_wnd:2622464 rcv_wnd:675840 -ESTAB 0 0 10.100.100.9:908 10.100.100.4:nfs - bbr wscale:9,12 rto:207 rtt:6.517/7.963 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:70 bytes_sent:149058644 bytes_retrans:892688 bytes_acked:148165957 bytes_received:470751928 segs_out:242903 segs_in:374649 data_segs_out:114050 data_segs_in:341687 bbr:(bw:86.8Mbps,mrtt:1.459,pacing_gain:1.25,cwnd_gain:2) send 124Mbps lastsnd:4619 lastrcv:4598 lastack:4598 pacing_rate 107Mbps delivery_rate 72.1Mbps delivered:113955 app_limited busy:114716ms rwnd_limited:355ms(0.3%) retrans:0/850 dsack_dups:754 rcv_rtt:1 rcv_space:277136 rcv_ssthresh:553634 minrtt:0.466 snd_wnd:4883968 rcv_wnd:557056 -ESTAB 0 0 100.101.158.76:ssh 100.101.187.119:35528 - bbr wscale:7,12 rto:207 rtt:6.263/10.521 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:25 bytes_sent:5825 bytes_acked:5825 bytes_received:3837 segs_out:22 segs_in:19 data_segs_out:15 data_segs_in:12 bbr:(bw:25Mbps,mrtt:0.544,pacing_gain:2.88672,cwnd_gain:2.88672) send 39.2Mbps lastsnd:9002 lastrcv:9002 lastack:8960 pacing_rate 516Mbps delivery_rate 25Mbps delivered:16 app_limited busy:56ms rcv_rtt:5 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.544 snd_wnd:77440 rcv_wnd:61440 +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 192.168.3.58:48594 9.9.9.9:https + bbr wscale:11,12 rto:211 rtt:10.658/0.494 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:13996 bytes_acked:13997 bytes_received:23208 segs_out:220 segs_in:211 data_segs_out:211 data_segs_in:109 bbr:(bw:3.45Mbps,mrtt:9.078,pacing_gain:2.88672,cwnd_gain:2.88672) send 19.6Mbps lastsnd:1959 lastrcv:1945 lastack:1945 pacing_rate 29.5Mbps delivery_rate 3.45Mbps delivered:212 app_limited busy:1146ms rcv_space:14480 rcv_ssthresh:57388 minrtt:9.078 snd_wnd:45056 rcv_wnd:61440 +ESTAB 0 0 10.100.100.9:682 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.468/0.047 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:174 ssthresh:144 bytes_sent:327486116 bytes_retrans:732792 bytes_acked:326753325 bytes_received:322293976 segs_out:325772 segs_in:245660 data_segs_out:231839 data_segs_in:228516 bbr:(bw:757Mbps,mrtt:0.273,pacing_gain:1.25,cwnd_gain:2) send 1.37Gbps lastsnd:986 lastrcv:984 lastack:984 pacing_rate 937Mbps delivery_rate 757Mbps delivered:231331 app_limited busy:29994ms rwnd_limited:16ms(0.1%) retrans:0/509 rcv_rtt:1 rcv_space:328696 rcv_ssthresh:792049 minrtt:0.205 snd_wnd:4317184 rcv_wnd:794624 +ESTAB 0 0 10.100.100.9:825 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.436/0.061 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:158 ssthresh:154 bytes_sent:325149708 bytes_retrans:695040 bytes_acked:324454669 bytes_received:349997900 segs_out:337643 segs_in:264792 data_segs_out:230228 data_segs_in:247618 bbr:(bw:587Mbps,mrtt:0.195,pacing_gain:1.25,cwnd_gain:2) send 1.27Gbps lastsnd:1006 lastrcv:1005 lastack:1005 pacing_rate 726Mbps delivery_rate 544Mbps delivered:229749 app_limited busy:28427ms rwnd_limited:45ms(0.2%) retrans:0/480 rcv_rtt:1.234 rcv_space:314892 rcv_ssthresh:900187 minrtt:0.166 snd_wnd:4366336 rcv_wnd:901120 +ESTAB 0 0 10.100.100.9:1004 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.513/0.076 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:178 ssthresh:142 bytes_sent:324215188 bytes_retrans:778844 bytes_acked:323436345 bytes_received:335091116 segs_out:321762 segs_in:255215 data_segs_out:229579 data_segs_in:237345 bbr:(bw:826Mbps,mrtt:0.276,pacing_gain:1.25,cwnd_gain:2) send 1.36Gbps lastsnd:984 lastrcv:983 lastack:983 pacing_rate 1.02Gbps delivery_rate 826Mbps delivered:229044 app_limited busy:28807ms rwnd_limited:12ms(0.0%) retrans:0/539 dsack_dups:3 rcv_rtt:1 rcv_space:311036 rcv_ssthresh:874493 minrtt:0.153 snd_wnd:3440640 rcv_wnd:876544 +ESTAB 0 0 10.100.100.9:1018 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.444/0.059 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:134 ssthresh:150 bytes_sent:337451732 bytes_retrans:702928 bytes_acked:336748805 bytes_received:322727936 segs_out:321393 segs_in:246302 data_segs_out:238690 data_segs_in:228783 bbr:(bw:365Mbps,mrtt:0.256,pacing_gain:1.25,cwnd_gain:2) send 1.07Gbps lastsnd:981 lastrcv:980 lastack:980 pacing_rate 452Mbps delivery_rate 365Mbps delivered:238202 app_limited busy:28333ms rwnd_limited:33ms(0.1%) retrans:0/489 rcv_rtt:1 rcv_space:254476 rcv_ssthresh:931380 minrtt:0.181 snd_wnd:5947392 rcv_wnd:933888 +ESTAB 0 0 192.168.3.58:41724 209.177.156.94:https + bbr wscale:7,12 rto:216 rtt:15.32/4.801 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:30 bytes_sent:174095 bytes_acked:174096 bytes_received:152779 segs_out:2113 segs_in:1922 data_segs_out:938 data_segs_in:897 bbr:(bw:3.3Mbps,mrtt:11.838,pacing_gain:2.88672,cwnd_gain:2.88672) send 22.7Mbps lastsnd:1941 lastrcv:3891 lastack:1928 pacing_rate 23.6Mbps delivery_rate 3.3Mbps delivered:939 app_limited busy:7748ms rcv_rtt:279417 rcv_space:46552 rcv_ssthresh:504901 minrtt:11.12 snd_wnd:198272 rcv_wnd:507904 +ESTAB 0 0 100.101.158.76:ssh 100.101.187.119:43508 + bbr wscale:7,12 rto:207 rtt:6.929/11.349 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:25 bytes_sent:5825 bytes_acked:5825 bytes_received:3837 segs_out:22 segs_in:19 data_segs_out:15 data_segs_in:12 bbr:(bw:33.1Mbps,mrtt:0.593,pacing_gain:2.88672,cwnd_gain:2.88672) send 35.4Mbps lastsnd:9125 lastrcv:9125 lastack:9082 pacing_rate 347Mbps delivery_rate 33.1Mbps delivered:16 app_limited busy:66ms rcv_rtt:6 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.593 snd_wnd:77440 rcv_wnd:61440 +ESTAB 0 0 192.168.3.58:49762 192.200.0.107:https + bbr wscale:10,12 rto:349 rtt:138.924/9.902 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:22 bytes_sent:3274 bytes_acked:3275 bytes_received:59620 segs_out:819 segs_in:825 data_segs_out:14 data_segs_in:429 bbr:(bw:429kbps,mrtt:134.534,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.83Mbps lastsnd:4500033 lastrcv:35408 lastack:4802 pacing_rate 2.42Mbps delivery_rate 430kbps delivered:15 app_limited busy:1223ms rcv_rtt:136 rcv_space:15813 rcv_ssthresh:61101 minrtt:134.534 snd_wnd:73728 rcv_wnd:61440 +ESTAB 0 0 10.100.100.9:674 10.100.100.4:nfs + bbr wscale:9,12 rto:210 rtt:9.216/13.043 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:86 ssthresh:636 bytes_sent:2709946948 bytes_retrans:8646328 bytes_acked:2701300621 bytes_received:543620236 segs_out:2097988 segs_in:798104 data_segs_out:1893676 data_segs_in:434631 bbr:(bw:149Mbps,mrtt:1.337,pacing_gain:1.25,cwnd_gain:2) send 108Mbps lastsnd:105 lastrcv:106 lastack:62 pacing_rate 184Mbps delivery_rate 149Mbps delivered:1889434 app_limited busy:404528ms rwnd_limited:1465ms(0.4%) retrans:0/6627 dsack_dups:2385 rcv_rtt:23.859 rcv_space:248636 rcv_ssthresh:740000 minrtt:0.248 snd_wnd:6657536 rcv_wnd:741376 rehash:35 +ESTAB 0 0 10.100.100.9:800 10.100.100.4:nfs + bbr wscale:9,12 rto:204 rtt:3.631/3.688 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:24 ssthresh:688 bytes_sent:2753693852 bytes_retrans:9553104 bytes_acked:2744140749 bytes_received:556107288 segs_out:2104773 segs_in:809568 data_segs_out:1923749 data_segs_in:443379 bbr:(bw:7.6Mbps,mrtt:0.922,pacing_gain:1.25,cwnd_gain:2) send 76.6Mbps lastsnd:322 lastrcv:332 lastack:320 pacing_rate 9.41Mbps delivery_rate 7.6Mbps delivered:1918866 busy:396261ms rwnd_limited:865ms(0.2%) retrans:0/7252 dsack_dups:2371 rcv_rtt:2.25 rcv_space:256296 rcv_ssthresh:834020 minrtt:0.436 rcv_ooopack:49 snd_wnd:6270464 rcv_wnd:835584 rehash:35 +ESTAB 0 0 10.100.100.9:842 10.100.100.4:nfs + bbr wscale:9,12 rto:205 rtt:4.575/3.608 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:20 ssthresh:726 bytes_sent:2770375480 bytes_retrans:9982632 bytes_acked:2760392849 bytes_received:521599120 segs_out:2109143 segs_in:788258 data_segs_out:1934944 data_segs_in:419080 bbr:(bw:35.7Mbps,mrtt:0.651,pacing_gain:1.25,cwnd_gain:2) send 50.6Mbps lastsnd:179 lastrcv:179 lastack:176 pacing_rate 44.2Mbps delivery_rate 35.7Mbps delivered:1929757 app_limited busy:401970ms rwnd_limited:647ms(0.2%) retrans:0/7549 dsack_dups:2361 rcv_rtt:1.413 rcv_space:259476 rcv_ssthresh:1253907 minrtt:0.262 snd_wnd:7259136 rcv_wnd:1257472 rehash:32 +ESTAB 0 0 10.100.100.9:891 10.100.100.4:nfs + bbr wscale:9,12 rto:208 rtt:7.641/10.306 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:244 ssthresh:966 bytes_sent:2769486852 bytes_retrans:9911596 bytes_acked:2759575257 bytes_received:557200592 segs_out:2119916 segs_in:804745 data_segs_out:1934539 data_segs_in:444052 bbr:(bw:434Mbps,mrtt:1.299,pacing_gain:1.25,cwnd_gain:2) send 370Mbps lastsnd:106 lastrcv:369 lastack:105 pacing_rate 537Mbps delivery_rate 187Mbps delivered:1929358 busy:407683ms rwnd_limited:828ms(0.2%) retrans:0/7474 dsack_dups:2292 rcv_rtt:1.125 rcv_space:261436 rcv_ssthresh:1537120 minrtt:0.484 rcv_ooopack:145 snd_wnd:6301696 rcv_wnd:1540096 rehash:31 --- /proc/net/snmp (TCP summary) $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 10071 29 0 0 13 1568851 1077692 3307 0 12 0 +Tcp: 1 200 120000 -1 46066 17546 0 1 12 4940413 10463039 31233 0 276 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- TCP retrans stats $ grep -A1 ^Tcp: /proc/net/snmp Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors -Tcp: 1 200 120000 -1 10071 29 0 0 13 1568851 1077692 3307 0 12 0 +Tcp: 1 200 120000 -1 46066 17546 0 1 12 4940413 10463039 31233 0 276 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -8506,7 +10175,7 @@ ALIGNMENT ID-LINK ID 0 wwn-0x5f8db4c351903db7-part2 0x5f8db4c351903db7-part2 0 0 512B 9 2G 0 1012.9M / 1022M vfat 9M 1% FAT32 disk 0 sda2 512 8:2 8 2 512 brw-rw---- 1 ├─sda2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 39f83a0d-730b-4a07-ba36-da8042efe71a /dev/sda2 512 sda gpt b0d61276-ccf6-4a5d-93d1-f641340718ed 4096 0 0 0 0 64 mq-deadline 1G 2048 block:scsi:pci /boot/efi /boot/efi part 846F-2410 0B 0x5f8db4c351903db7 none 0B 0B 0B 0 0 0 0 wwn-0x5f8db4c351903db7-part3 0x5f8db4c351903db7-part3 0 0 512B 9 2G 0 LVM2_member LVM2 001 disk 0 sda3 512 8:3 8 3 512 brw-rw---- 1 └─sda3 0 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM d88ca077-05e0-4bf3-b039-43fe58cf8ffb /dev/sda3 512 sda gpt b0d61276-ccf6-4a5d-93d1-f641340718ed 4096 0 0 0 0 64 mq-deadline 231G 2099200 block:scsi:pci part qwbHlo-ztQM-Cjd1-vVv6-hfhS-w1eP-1HkmlI 0B 0x5f8db4c351903db7 none 0B 0B 0B 0 0 0 0 dm-name-pve-swap name-pve-swap 0 0 512B 12 2G 0 swap 1 disk 0 dm-0 512 252:0 252 0 512 brw-rw---- 1 ├─pve-swap 0 root /dev/mapper/pve-swap 512 sda3 4096 0 0 0 0 8G running block [SWAP] [SWAP] lvm 9cd9c667-b5c3-47b3-a8c6-650d98d9c4cc 0B none 0B 0B 0B 0 0 0 - 0 dm-name-pve-root name-pve-root 0 0 512B 13 2G 0 57.9G / 66.1G ext4 4.9G 7% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 sda3 4096 0 0 0 0 67.7G running block / / lvm 7075f1aa-a72c-4278-8297-18a43cc655e8 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-root name-pve-root 0 0 512B 13 2G 0 55.2G / 66.1G ext4 7.6G 11% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 sda3 4096 0 0 0 0 67.7G running block / / lvm 7075f1aa-a72c-4278-8297-18a43cc655e8 0B none 0B 0B 0B 0 0 0 0 0 0 512B 14 2G 0 disk 0 dm-2 512 252:2 252 2 512 brw-rw---- 1 ├─pve-data_tmeta 0 root /dev/mapper/pve-data_tmeta 512 sda3 4096 0 0 0 0 1.4G running block lvm 0B none 0B 0B 0B 0 0 0 0 0 0 512B 16 2G 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 │ └─pve-data 65536 root /dev/mapper/pve-data 512 dm-2 4096 0 0 0 0 136.5G running block lvm 0B none 0B 0B 0B 0 0 0 0 0 0 512B 15 2G 0 disk 0 dm-3 512 252:3 252 3 512 brw-rw---- 1 └─pve-data_tdata 0 root /dev/mapper/pve-data_tdata 512 sda3 4096 0 0 0 0 136.5G running block lvm 0B none 0B 0B 0B 0 0 0 @@ -8616,48 +10285,48 @@ printf: usage: printf [-v var] format [arguments] --- df -h (filesystem usage) $ df -h Filesystem Size Used Avail Use% Mounted on -udev 12G 0 12G 0% /dev -tmpfs 2.4G 4.0M 2.4G 1% /run -/dev/mapper/pve-root 67G 4.9G 58G 8% / -tmpfs 12G 43M 12G 1% /dev/shm +udev 11G 0 11G 0% /dev +tmpfs 2.4G 4.5M 2.4G 1% /run +/dev/mapper/pve-root 67G 7.6G 56G 13% / +tmpfs 12G 46M 12G 1% /dev/shm efivarfs 384K 88K 292K 24% /sys/firmware/efi/efivars tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 12G 24K 12G 1% /tmp /dev/sda2 1022M 9.1M 1013M 1% /boot/efi /dev/fuse 128M 20K 128M 1% /etc/pve -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 186G 2.4T 8% /mnt/pve/D2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 236G 1.5T 14% /mnt/pve/D5 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 121G 101G 55% /mnt/pve/T5-SSD -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 2.6G 867G 1% /mnt/pve/S3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 7.0G 863G 1% /mnt/pve/S3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 2.0M 870G 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 122G 101G 55% /mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 6.9G 863G 1% /mnt/pve/S2 tmpfs 2.4G 4.0K 2.4G 1% /run/user/0 --- df -i (inode usage) $ df -i Filesystem Inodes IUsed IFree IUse% Mounted on -udev 3027509 633 3026876 1% /dev -tmpfs 3039504 1131 3038373 1% /run -/dev/mapper/pve-root 4440064 62399 4377665 2% / -tmpfs 3039504 99 3039405 1% /dev/shm +udev 2710435 649 2709786 1% /dev +tmpfs 3039265 1217 3038048 1% /run +/dev/mapper/pve-root 4440064 79504 4360560 2% / +tmpfs 3039265 106 3039159 1% /dev/shm efivarfs 0 0 0 - /sys/firmware/efi/efivars tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service -tmpfs 3039504 18 3039486 1% /run/lock -tmpfs 1048576 12 1048564 1% /tmp +tmpfs 3039265 20 3039245 1% /run/lock +tmpfs 1048576 14 1048562 1% /tmp /dev/sda2 0 0 0 - /boot/efi -/dev/fuse 262144 38 262106 1% /etc/pve -pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 56 183148488 1% /mnt/pve/D2 +/dev/fuse 262144 39 262105 1% /etc/pve +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 54 183148490 1% /mnt/pve/D2 tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service -pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 66 122101694 1% /mnt/pve/D5 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 17 61054959 1% /mnt/pve/S3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 64 122101696 1% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 19 61054957 1% /mnt/pve/S3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 13 61054963 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4 -tmpfs 607900 26 607874 1% /run/user/0 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 19 61054957 1% /mnt/pve/S2 +tmpfs 607853 26 607827 1% /run/user/0 ############################################################################### # 15. STORAGE: MOUNTS & FILESYSTEMS @@ -8667,26 +10336,26 @@ tmpfs 607900 26 607874 1% /run/user/ $ mount sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,relatime) -udev on /dev type devtmpfs (rw,nosuid,relatime,size=12110036k,nr_inodes=3027509,mode=755,inode64) +udev on /dev type devtmpfs (rw,nosuid,relatime,size=10841740k,nr_inodes=2710435,mode=755,inode64) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000) -tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=2431604k,mode=755,inode64) +tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=2431416k,mode=755,inode64) /dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64) -cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime) +cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot) none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) -systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=4695) +systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=1890) tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) -debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) -mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) +mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) +debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) -tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=12158020k,nr_inodes=1048576,inode64) +tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=12157064k,nr_inodes=1048576,inode64) /dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) @@ -8695,12 +10364,12 @@ lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,grou pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.4) tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.4) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5) pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5) pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.4) -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5) pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5) -tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=2431600k,nr_inodes=607900,mode=700,inode64) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5) +tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=2431412k,nr_inodes=607853,mode=700,inode64) --- findmnt (tree) $ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs @@ -8708,11 +10377,11 @@ TARGET SOURCE FSTYPE OPTIONS / /dev/mapper/pve-root ext4 rw,relatime,errors=remount-ro ├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.4 ├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.4 -├─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5 ├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5 ├─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.4 -├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5 -└─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5 +└─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5 --- /etc/fstab --- /etc/fstab --- @@ -8731,12 +10400,12 @@ done Last mounted on: / Block count: 17759232 Reserved block count: 887961 -Free blocks: 16058951 +Free blocks: 15351294 Block size: 4096 Reserved GDT blocks: 1024 -Last mount time: Mon Jul 27 08:20:52 2026 -Last write time: Mon Jul 27 10:20:59 2026 -Mount count: 7 +Last mount time: Mon Jul 27 13:49:35 2026 +Last write time: Mon Jul 27 21:49:52 2026 +Mount count: 9 Maximum mount count: -1 Last checked: Tue Apr 16 19:31:03 2024 Reserved blocks uid: 0 (user root) @@ -8760,43 +10429,43 @@ done /mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5 Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.4 -/mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd - Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5 - /mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5 /mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3 Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.4 -/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 +/mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5 /mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5 +/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.5 + --- nfsstat -c (client stats) $ nfsstat -c Client rpc stats: calls retrans authrefrsh -91406 0 91746 +301013 0 301829 Client nfs v4: null read write commit open -2 0% 41706 45% 41433 45% 1417 1% 0 0% +2 0% 48354 16% 206960 68% 8432 2% 2 0% open_conf open_noat open_dgrd close setattr -0 0% 5 0% 0 0% 0 0% 0 0% +0 0% 8 0% 0 0% 1 0% 0 0% fsinfo renew setclntid confirm lock 28 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 43 0% 1520 1% 63 0% +0 0% 0 0% 76 0% 6106 2% 72 0% lookup_root remove rename link symlink 7 0% 0 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -0 0% 28 0% 5034 5% 0 0% 0 0% +2 0% 28 0% 20230 6% 0 0% 27 0% server_caps delegreturn getacl setacl fs_locations -56 0% 0 0% 0 0% 0 0% 0 0% +56 0% 3 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session 0 0% 0 0% 0 0% 4 0% 2 0% destroy_session sequence get_lease_time reclaim_comp layoutget @@ -8804,9 +10473,9 @@ destroy_session sequence get_lease_time reclaim_comp layoutget getdevinfo layoutcommit layoutreturn secinfo_no test_stateid 0 0% 0 0% 0 0% 7 0% 0 0% free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek -0 0% 0 0% 0 0% 0 0% 2 0% +0 0% 0 0% 0 0% 0 0% 8114 2% allocate deallocate layoutstats clone -0 0% 0 0% 38 0% 0 0% +0 0% 857 0% 1660 0% 0 0% --- nfsstat -s (server stats) @@ -8818,7 +10487,7 @@ Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory). $ nfsstat -234 Client rpc stats: calls retrans authrefrsh -91406 0 91746 +301013 0 301829 Client nfs v2: null getattr setattr root lookup @@ -8844,19 +10513,19 @@ pathconf commit Client nfs v4: null read write commit open -2 0% 41706 45% 41433 45% 1417 1% 0 0% +2 0% 48354 16% 206960 68% 8432 2% 2 0% open_conf open_noat open_dgrd close setattr -0 0% 5 0% 0 0% 0 0% 0 0% +0 0% 8 0% 0 0% 1 0% 0 0% fsinfo renew setclntid confirm lock 28 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 43 0% 1520 1% 63 0% +0 0% 0 0% 76 0% 6106 2% 72 0% lookup_root remove rename link symlink 7 0% 0 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -0 0% 28 0% 5034 5% 0 0% 0 0% +2 0% 28 0% 20230 6% 0 0% 27 0% server_caps delegreturn getacl setacl fs_locations -56 0% 0 0% 0 0% 0 0% 0 0% +56 0% 3 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session 0 0% 0 0% 0 0% 4 0% 2 0% destroy_session sequence get_lease_time reclaim_comp layoutget @@ -8864,9 +10533,9 @@ destroy_session sequence get_lease_time reclaim_comp layoutget getdevinfo layoutcommit layoutreturn secinfo_no test_stateid 0 0% 0 0% 0 0% 7 0% 0 0% free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek -0 0% 0 0% 0 0% 0 0% 2 0% +0 0% 0 0% 0 0% 0 0% 8114 2% allocate deallocate layoutstats clone -0 0% 0 0% 38 0% 0 0% +0 0% 857 0% 1660 0% 0 0% --- showmount -e (exports) @@ -8877,8 +10546,8 @@ clnt_create: RPC: Timed out --- /proc/net/rpc/nfs $ cat /proc/net/rpc/nfs net 0 0 0 0 -rpc 92646 0 92994 -proc4 71 2 41707 42484 1437 0 0 5 0 0 0 28 0 0 0 0 0 0 43 1555 63 7 0 0 0 0 0 28 5167 0 0 56 0 0 0 0 0 0 0 4 2 0 0 0 2 0 0 0 0 7 0 0 0 0 0 2 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 +rpc 303229 0 304056 +proc4 71 2 48863 208393 8464 2 0 10 0 1 0 28 0 0 0 0 0 0 76 6140 72 7 0 0 0 0 2 28 20363 0 27 56 5 0 0 0 0 0 0 4 2 0 0 0 2 0 0 0 0 7 0 0 0 0 0 8163 0 857 1683 0 0 0 0 0 0 0 0 0 0 0 0 0 --- /proc/net/rpc/nfsd $ cat /proc/net/rpc/nfsd @@ -9023,14 +10692,14 @@ Nobody-Group = nogroup --- pvesm status $ pvesm status Name Type Status Total (KiB) Used (KiB) Available (KiB) % -D2 nfs active 2883130368 194760704 2541840384 6.76% +D2 nfs active 2883130368 195178496 2541422592 6.77% D3 nfs active 491133952 2048 466110464 0.00% -D5 nfs active 1921726464 247015424 1577019392 12.85% -S2 nfs active 960304128 2048 911448064 0.00% -S3 nfs active 960304128 2665472 908784640 0.28% +D5 nfs active 1921726464 246711296 1577322496 12.84% +S2 nfs active 960304128 7176192 904272896 0.75% +S3 nfs active 960304128 7307264 904142848 0.76% S4 nfs active 479597568 2048 455159808 0.00% -T5-SSD nfs active 245023744 126868480 105635840 51.78% -local dir active 69344520 5109240 60667052 7.37% +T5-SSD nfs active 245023744 126919680 105585664 51.80% +local dir active 69344520 7939328 57836964 11.45% local-lvm lvmthin active 143093760 0 143093760 0.00% --- pvesm list per storage @@ -9047,7 +10716,6 @@ D2:100/vm-100-disk-1.raw raw images 540672 100 D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101 D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104 D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105 -D2:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108 D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109 D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114 @@ -9057,10 +10725,10 @@ D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500 D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509 D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600 D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601 -D2:603/vm-603-disk-0.qcow2 qcow2 images 34359738368 603 D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702 D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703 D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704 +D2:705/vm-705-disk-0.qcow2 qcow2 images 34359738368 705 D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901 D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904 --- pvesm config D2 --- @@ -9071,7 +10739,6 @@ Volid Format Type Size VMID Volid Format Type Size VMID D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 -D5:107/vm-107-disk-0.qcow2 qcow2 images 34359738368 107 D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313 D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530 D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531 @@ -9084,17 +10751,21 @@ D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537 D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538 D5:538/vm-812-disk-2.raw raw images 429496729600 538 D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541 -D5:602/vm-602-disk-0.qcow2 qcow2 images 34359738368 602 D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903 +D5:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906 --- pvesm config D5 --- --- storage: S2 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S2:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S2:706/vm-706-disk-0.qcow2 qcow2 images 34359738368 706 +S2:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 --- pvesm config S2 --- --- storage: S3 --- Volid Format Type Size VMID S3:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S3:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 --- pvesm config S3 --- --- storage: S4 --- @@ -9564,13 +11235,13 @@ inactive --- zfs version (userland) $ zfs version -zfs-2.3.4-pve1 -zfs-kmod-2.3.4-pve1 +zfs-2.4.3-pve1 +zfs-kmod-2.4.3-pve1 --- zpool version $ zpool version -zfs-2.3.4-pve1 -zfs-kmod-2.3.4-pve1 +zfs-2.4.3-pve1 +zfs-kmod-2.4.3-pve1 --- zpool list -v $ zpool list -v @@ -9590,7 +11261,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -22 1 0x01 147 39984 3611002539 7434877821405 +22 1 0x01 148 40256 3459208245 29087850560097 name type data hits 4 0 iohits 4 0 @@ -9631,8 +11302,8 @@ hash_chain_max 4 0 meta 4 1073741824 pd 4 2147483648 pm 4 2147483648 -c 4 778113152 -c_min 4 778113152 +c 4 778051968 +c_min 4 778051968 c_max 4 2490368000 size 4 2880 compressed_size 4 0 @@ -9674,6 +11345,7 @@ uncached_data 4 0 uncached_metadata 4 0 uncached_evictable_data 4 0 uncached_evictable_metadata 4 0 +l2_ndev 4 0 l2_hits 4 0 l2_misses 4 0 l2_prefetch_asize 4 0 @@ -9718,9 +11390,9 @@ l2_rebuild_log_blks 4 0 memory_throttle_count 4 0 memory_direct_count 4 0 memory_indirect_count 4 0 -memory_all_bytes 4 24899620864 -memory_free_bytes 4 17001410560 -memory_available_bytes 3 16071817088 +memory_all_bytes 4 24897662976 +memory_free_bytes 4 12534329344 +memory_available_bytes 3 11604804736 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -9735,14 +11407,14 @@ prescient_prefetch 4 0 demand_hit_prescient_prefetch 4 0 demand_iohit_prescient_prefetch 4 0 arc_need_free 4 0 -arc_sys_free 4 929593472 +arc_sys_free 4 929524608 arc_raw_size 4 0 cached_only_in_progress 4 0 abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -18 1 0x01 13 3536 3608218723 7434878398218 +18 1 0x01 13 3536 3457104941 29087851165453 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -9760,7 +11432,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -17 1 0x01 8 2176 3608218186 7434878979196 +17 1 0x01 8 2176 3457104017 29087851750572 name type data hits 4 0 future 4 0 @@ -9778,7 +11450,7 @@ cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory --- abdstats $ cat /proc/spl/kstat/zfs/abdstats -15 1 0x01 20 5440 3608162485 7434880125548 +15 1 0x01 20 5440 3456996820 29087852942648 name type data struct_size 4 96 linear_cnt 4 0 @@ -9833,6 +11505,7 @@ done zfs_arc_dnode_limit = 0 zfs_arc_dnode_limit_percent = 10 zfs_arc_dnode_reduce_percent = 10 + zfs_arc_evict_batches_limit = 5 zfs_arc_evict_batch_limit = 10 zfs_arc_eviction_pct = 200 zfs_arc_evict_threads = 3 @@ -9849,10 +11522,12 @@ done zfs_arc_shrinker_seeks = 2 zfs_arc_shrink_shift = 0 zfs_arc_sys_free = 0 + zfs_async_free_zio_wait_interval = 2000 zfs_dbuf_state_index = 0 zfs_dio_enabled = 1 + zfs_dio_strict = 0 zfs_dio_write_verify_events_per_second = 20 - zfs_dirty_data_max = 2489962086 + zfs_dirty_data_max = 2489766297 zfs_dirty_data_max_max = 4294967296 zfs_dirty_data_max_max_percent = 25 zfs_dirty_data_max_percent = 10 @@ -9874,9 +11549,7 @@ done zfs_vdev_async_write_min_active = 2 zfs_vdev_default_ms_count = 200 zfs_vdev_default_ms_shift = 29 - zfs_vdev_def_queue_depth = 32 zfs_vdev_direct_write_verify = 1 - zfs_vdev_disk_classic = 0 zfs_vdev_disk_max_segs = 0 zfs_vdev_failfast_mask = 1 zfs_vdev_initializing_max_active = 1 @@ -9895,14 +11568,12 @@ done zfs_vdev_nia_credit = 5 zfs_vdev_nia_delay = 5 zfs_vdev_open_timeout_ms = 1000 - zfs_vdev_queue_depth_pct = 1000 zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3 avx2 zfs_vdev_read_gap_limit = 32768 zfs_vdev_rebuild_max_active = 3 zfs_vdev_rebuild_min_active = 1 zfs_vdev_removal_max_active = 2 zfs_vdev_removal_min_active = 1 - zfs_vdev_scheduler = unused zfs_vdev_scrub_max_active = 3 zfs_vdev_scrub_min_active = 1 zfs_vdev_sync_read_max_active = 10 @@ -9937,18 +11608,18 @@ no pools available $ arc_summary ------------------------------------------------------------------------ -ZFS Subsystem Report Mon Jul 27 10:24:44 2026 -Linux 6.17.2-1-pve 2.3.4-pve1 -Machine: pfv-tsys9 (x86_64) 2.3.4-pve1 +ZFS Subsystem Report Mon Jul 27 21:54:21 2026 +Linux 7.0.14-6-pve 2.4.3-pve1 +Machine: pfv-tsys9 (x86_64) 2.4.3-pve1 ARC status: Total memory size: 23.2 GiB - Min target size: 3.1 % 742.1 MiB + Min target size: 3.1 % 742.0 MiB Max target size: 10.0 % 2.3 GiB - Target size (adaptive): < 0.1 % 742.1 MiB + Target size (adaptive): < 0.1 % 742.0 MiB Current size: < 0.1 % 2.8 KiB - Free memory size: 15.8 GiB - Available memory size: 15.0 GiB + Free memory size: 11.6 GiB + Available memory size: 10.8 GiB ARC structural breakdown (current size): 2.8 KiB Compressed size: 0.0 % 0 Bytes @@ -10080,8 +11751,8 @@ Solaris Porting Layer (SPL): spl_taskq_thread_timeout_ms 5000 Tunables: - brt_zap_default_bs 12 - brt_zap_default_ibs 12 + brt_zap_default_bs 13 + brt_zap_default_ibs 13 brt_zap_prefetch 1 dbuf_cache_hiwater_pct 10 dbuf_cache_lowater_pct 10 @@ -10113,7 +11784,7 @@ Tunables: l2arc_trim_ahead 0 l2arc_write_boost 33554432 l2arc_write_max 33554432 - metaslab_aliquot 1048576 + metaslab_aliquot 2097152 metaslab_bias_enabled 1 metaslab_debug_load 0 metaslab_debug_unload 0 @@ -10123,6 +11794,7 @@ Tunables: metaslab_force_ganging_pct 3 metaslab_fragmentation_factor_enabled 1 metaslab_lba_weighting_enabled 1 + metaslab_perf_bias 1 metaslab_preload_enabled 1 metaslab_preload_limit 10 metaslab_preload_pct 50 @@ -10135,15 +11807,20 @@ Tunables: spa_asize_inflation 24 spa_config_path /etc/zfs/zpool.cache spa_cpus_per_allocator 4 + spa_flush_txg_time 600 spa_load_print_vdev_tree 0 spa_load_verify_data 1 spa_load_verify_metadata 1 spa_load_verify_shift 4 + spa_note_txg_time 600 spa_num_allocators 4 spa_slop_shift 5 spa_upgrade_errlog_limit 0 vdev_file_logical_ashift 9 vdev_file_physical_ashift 9 + vdev_raidz_outlier_check_interval_ms 1000 + vdev_raidz_outlier_insensitivity 50 + vdev_read_sit_out_secs 600 vdev_removal_max_span 32768 vdev_validate_skip 0 zap_iterate_prefetch 1 @@ -10168,6 +11845,7 @@ Tunables: zfs_arc_dnode_limit_percent 10 zfs_arc_dnode_reduce_percent 10 zfs_arc_evict_batch_limit 10 + zfs_arc_evict_batches_limit 5 zfs_arc_evict_threads 3 zfs_arc_eviction_pct 200 zfs_arc_grow_retry 0 @@ -10184,7 +11862,7 @@ Tunables: zfs_arc_shrinker_seeks 2 zfs_arc_sys_free 0 zfs_async_block_max_blocks 18446744073709551615 - zfs_autoimport_disable 1 + zfs_async_free_zio_wait_interval 2000 zfs_bclone_enabled 1 zfs_bclone_wait_dirty 1 zfs_blake3_impl cycle [fastest] generic sse2 sse41 avx2 @@ -10214,7 +11892,7 @@ Tunables: zfs_dedup_log_flush_min_time_ms 1000 zfs_dedup_log_flush_txgs 100 zfs_dedup_log_hard_cap 0 - zfs_dedup_log_mem_max 248996208 + zfs_dedup_log_mem_max 248976629 zfs_dedup_log_mem_max_percent 1 zfs_dedup_log_txg_max 8 zfs_dedup_prefetch 0 @@ -10223,9 +11901,12 @@ Tunables: zfs_delay_min_dirty_percent 60 zfs_delay_scale 500000 zfs_delete_blocks 20480 + zfs_delete_dentry 0 + zfs_delete_inode 0 zfs_dio_enabled 1 + zfs_dio_strict 0 zfs_dio_write_verify_events_per_second 20 - zfs_dirty_data_max 2489962086 + zfs_dirty_data_max 2489766297 zfs_dirty_data_max_max 4294967296 zfs_dirty_data_max_max_percent 25 zfs_dirty_data_max_percent 10 @@ -10239,9 +11920,10 @@ Tunables: zfs_fletcher_4_impl [fastest] scalar superscalar superscalar4 sse2 ssse3 avx2 zfs_free_bpobj_enabled 1 zfs_free_leak_on_eio 0 - zfs_free_min_time_ms 1000 + zfs_free_min_time_ms 500 zfs_history_output_max 1048576 zfs_immediate_write_sz 32768 + zfs_import_defer_txgs 5 zfs_initialize_chunk_size 1048576 zfs_initialize_value 16045690984833335022 zfs_keep_log_spacemaps_at_export 0 @@ -10255,7 +11937,7 @@ Tunables: zfs_livelist_min_percent_shared 75 zfs_lua_max_instrlimit 100000000 zfs_lua_max_memlimit 104857600 - zfs_max_async_dedup_frees 100000 + zfs_max_async_dedup_frees 250000 zfs_max_dataset_nesting 50 zfs_max_log_walking 5 zfs_max_logsm_summary_length 10 @@ -10303,7 +11985,7 @@ Tunables: zfs_remove_max_segment 16777216 zfs_resilver_defer_percent 10 zfs_resilver_disable_defer 0 - zfs_resilver_min_time_ms 3000 + zfs_resilver_min_time_ms 1500 zfs_scan_blkstats 0 zfs_scan_checkpoint_intval 7200 zfs_scan_fill_weight 3 @@ -10319,7 +12001,7 @@ Tunables: zfs_scan_vdev_limit 16777216 zfs_scrub_after_expand 1 zfs_scrub_error_blocks_per_txg 4096 - zfs_scrub_min_time_ms 1000 + zfs_scrub_min_time_ms 750 zfs_send_corrupt_data 0 zfs_send_no_prefetch_queue_ff 20 zfs_send_no_prefetch_queue_length 1048576 @@ -10360,11 +12042,9 @@ Tunables: zfs_vdev_async_write_active_min_dirty_percent 30 zfs_vdev_async_write_max_active 10 zfs_vdev_async_write_min_active 2 - zfs_vdev_def_queue_depth 32 zfs_vdev_default_ms_count 200 zfs_vdev_default_ms_shift 29 zfs_vdev_direct_write_verify 1 - zfs_vdev_disk_classic 0 zfs_vdev_disk_max_segs 0 zfs_vdev_failfast_mask 1 zfs_vdev_initializing_max_active 1 @@ -10383,14 +12063,12 @@ Tunables: zfs_vdev_nia_credit 5 zfs_vdev_nia_delay 5 zfs_vdev_open_timeout_ms 1000 - zfs_vdev_queue_depth_pct 1000 zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3 avx2 zfs_vdev_read_gap_limit 32768 zfs_vdev_rebuild_max_active 3 zfs_vdev_rebuild_min_active 1 zfs_vdev_removal_max_active 2 zfs_vdev_removal_min_active 1 - zfs_vdev_scheduler unused zfs_vdev_scrub_max_active 3 zfs_vdev_scrub_min_active 1 zfs_vdev_sync_read_max_active 10 @@ -10401,7 +12079,7 @@ Tunables: zfs_vdev_trim_min_active 1 zfs_vdev_write_gap_limit 4096 zfs_vnops_read_chunk_size 33554432 - zfs_wrlog_data_max 4979924172 + zfs_wrlog_data_max 4979532594 zfs_xattr_compat 0 zfs_zevent_len_max 512 zfs_zevent_retain_expire_secs 900 @@ -10415,12 +12093,14 @@ Tunables: zil_nocacheflush 0 zil_replay_disable 0 zil_slog_bulk 67108864 + zil_special_is_slog 1 zio_deadman_log_all 0 zio_dva_throttle_enabled 1 zio_requeue_io_start_cut_in_line 1 zio_slow_io_ms 30000 zio_taskq_batch_pct 80 zio_taskq_batch_tpq 0 + zio_taskq_free scale,32 null fixed,1,1 null zio_taskq_read fixed,1,8 null scale null zio_taskq_write sync null scale null zio_taskq_write_tpq 16 @@ -10487,8 +12167,8 @@ done smartctl -a "$dev" 2>&1 | head -n 200 done --- smartctl -a /dev/sda --- -smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.2-1-pve] (local build) -Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) +Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Device Model: PNY CS900 250GB SSD @@ -10500,10 +12180,10 @@ Sector Size: 512 bytes logical/physical Rotation Rate: Solid State Device Form Factor: 2.5 inches TRIM Command: Available -Device is: Not in smartctl database 7.3/5528 +Device is: Not in smartctl database 7.5/5706 ATA Version is: ACS-4 (minor revision not indicated) SATA Version is: SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s) -Local Time is: Mon Jul 27 10:24:44 2026 CDT +Local Time is: Mon Jul 27 21:54:21 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -10544,7 +12224,7 @@ SMART Attributes Data Structure revision number: 16 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000b 100 100 050 Pre-fail Always - 0 - 9 Power_On_Hours 0x0012 100 100 000 Old_age Always - 9899 + 9 Power_On_Hours 0x0012 100 100 000 Old_age Always - 9911 12 Power_Cycle_Count 0x0012 100 100 000 Old_age Always - 152 168 Unknown_Attribute 0x0012 100 100 000 Old_age Always - 0 170 Unknown_Attribute 0x0003 098 098 010 Pre-fail Always - 2 @@ -10553,7 +12233,7 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 194 Temperature_Celsius 0x0023 067 067 000 Pre-fail Always - 33 (Min/Max 33/33) 218 Unknown_Attribute 0x000b 100 100 050 Pre-fail Always - 0 231 Unknown_SSD_Attribute 0x0013 100 100 000 Pre-fail Always - 93 -241 Total_LBAs_Written 0x0012 100 100 000 Old_age Always - 7620 +241 Total_LBAs_Written 0x0012 100 100 000 Old_age Always - 7625 SMART Error Log Version: 1 No Errors Logged @@ -10592,11 +12272,12 @@ The above only provides legacy SMART information - try 'smartctl -x' for more --- qm list $ qm list VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID - 901 tsys-siem running 8000 132.00 1418 - 902 tsys-ucs-02 running 8000 50.00 1519 - 903 kali-rd running 2048 32.00 1764 - 904 pfv-netinfra-02 running 4000 32.00 1851 - 905 pfv-k8s-wnode-tsys9 running 4096 32.00 1949 + 901 tsys-siem running 8000 132.00 1420 + 902 tsys-ucs-02 running 8000 50.00 1525 + 903 kali-rd running 2048 32.00 1602 + 904 pfv-netinfra-02 running 4000 32.00 1767 + 905 pfv-k8s-wnode-tsys9 running 4096 32.00 62953 + 906 pfv-k8s-cnode1 running 4096 32.00 3368 --- qm config per VM $ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do @@ -10683,7 +12364,7 @@ vmgenid: cc2e3bf6-5eb7-42e8-b8c3-812579748533 --- VM 905 --- agent: 1 balloon: 0 -boot: order=scsi0;ide2;net0 +boot: order=ide2;scsi0;net0 cores: 4 cpu: x86-64-v2-AES ide2: local:iso/debian-13.6.0-amd64-netinst.iso,media=cdrom,size=755M @@ -10694,12 +12375,32 @@ net0: virtio=BC:24:11:EE:2B:B6,bridge=vmbr0,firewall=1 numa: 0 onboot: 1 ostype: l26 -scsi0: S3:905/vm-905-disk-0.qcow2,iothread=1,size=32G +scsi0: S2:905/vm-905-disk-0.qcow2,iothread=1,size=32G scsihw: virtio-scsi-single smbios1: uuid=c5025710-226b-488b-ab82-996ee779a205 sockets: 1 +unused0: S3:905/vm-905-disk-0.qcow2 vmgenid: 0a62bd9c-d621-43b1-a9a8-404d3ca10cf3 +--- VM 906 --- +balloon: 0 +boot: order=scsi0 +cores: 2 +cpu: host +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1770665145 +name: pfv-k8s-cnode1 +net0: virtio=BC:24:11:96:F7:B9,bridge=vmbr0,firewall=1 +net1: virtio=BC:24:11:C8:D5:7E,bridge=datanet,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D5:906/vm-906-disk-0.qcow2,format=qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=2140593d-8cf6-4877-a2b6-3d2ac9bd0e2f +sockets: 1 +vmgenid: f46c4cfd-c0e4-406d-a68c-a0e355244475 + --- VM runtime status (qm guest agent if running) $ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do @@ -10751,6 +12452,7 @@ done }, --- VM 904 runtime --- --- VM 905 runtime --- +--- VM 906 runtime --- --- /etc/pve/qemu-server lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys9/qemu-server @@ -10787,6 +12489,7 @@ done dm-event.service loaded active running Device-mapper event daemon getty@tty1.service loaded active running Getty on tty1 ksmtuned.service loaded active running Kernel Samepage Merging (KSM) Tuning Daemon + lldpd.service loaded active running LLDP daemon lxc-monitord.service loaded active running LXC Container Monitoring Daemon lxcfs.service loaded active running FUSE filesystem for LXC nfs-blkmap.service loaded active running pNFS block layout mapping daemon @@ -10822,7 +12525,7 @@ Legend: LOAD → Reflects whether the unit definition was properly loaded. ACTIVE → The high-level unit activation state, i.e. generalization of SUB. SUB → The low-level unit activation state, values depend on unit type. -36 loaded units listed. +37 loaded units listed. --- failed services $ systemctl --failed --no-pager @@ -10844,6 +12547,7 @@ getty@.service enabled enabled grub-common.service enabled enabled keyboard-setup.service enabled enabled ksmtuned.service enabled enabled +lldpd.service enabled enabled lvm2-monitor.service enabled enabled lxc-monitord.service enabled enabled lxc-net.service enabled enabled @@ -10921,130 +12625,130 @@ sysstat-rotate.timer enabled enabled sysstat-summary.timer enabled enabled xfs_scrub_all.timer enabled enabled -87 unit files listed. +88 unit files listed. --- pve-* service status $ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120 ● pve-cluster.service - The Proxmox VE cluster filesystem Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled) - Active: active (running) since Mon 2026-07-27 08:21:40 CDT; 2h 3min ago - Invocation: 2d1c8c9b3a5b4e1a937df504777495f1 - Process: 1078 ExecStart=/usr/bin/pmxcfs (code=exited, status=0/SUCCESS) - Main PID: 1089 (pmxcfs) - Tasks: 7 (limit: 28221) - Memory: 58.6M (peak: 67.5M) - CPU: 3.975s + Active: active (running) since Mon 2026-07-27 13:50:32 CDT; 8h ago + Invocation: 735354ec427b4cda9219b494af63242f + Process: 1071 ExecStart=/usr/bin/pmxcfs (code=exited, status=0/SUCCESS) + Main PID: 1087 (pmxcfs) + Tasks: 8 (limit: 25572) + Memory: 62.6M (peak: 79.7M) + CPU: 19.450s CGroup: /system.slice/pve-cluster.service - └─1089 /usr/bin/pmxcfs + └─1087 /usr/bin/pmxcfs -Jul 27 08:21:39 pfv-tsys9 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... -Jul 27 08:21:39 pfv-tsys9 pmxcfs[1078]: [main] notice: resolved node name 'pfv-tsys9' to '192.168.100.2' for default node IP address -Jul 27 08:21:39 pfv-tsys9 pmxcfs[1078]: [main] notice: resolved node name 'pfv-tsys9' to '192.168.100.2' for default node IP address -Jul 27 08:21:40 pfv-tsys9 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem. +Jul 27 13:50:31 pfv-tsys9 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... +Jul 27 13:50:31 pfv-tsys9 pmxcfs[1071]: [main] notice: resolved node name 'pfv-tsys9' to '192.168.100.2' for default node IP address +Jul 27 13:50:31 pfv-tsys9 pmxcfs[1071]: [main] notice: resolved node name 'pfv-tsys9' to '192.168.100.2' for default node IP address +Jul 27 13:50:32 pfv-tsys9 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem. ● pvedaemon.service - PVE API Daemon Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled) - Active: active (running) since Mon 2026-07-27 08:21:41 CDT; 2h 3min ago - Invocation: 3d0527ec26d64f7d842901f425560184 - Process: 1255 ExecStart=/usr/bin/pvedaemon start (code=exited, status=0/SUCCESS) - Main PID: 1358 (pvedaemon) - Tasks: 4 (limit: 28221) - Memory: 162.7M (peak: 204.4M) - CPU: 1.166s + Active: active (running) since Mon 2026-07-27 13:50:33 CDT; 8h ago + Invocation: 37d020004be44c2c85fe26cc70ec9c1f + Process: 1256 ExecStart=/usr/bin/pvedaemon start (code=exited, status=0/SUCCESS) + Main PID: 1297 (pvedaemon) + Tasks: 4 (limit: 25572) + Memory: 231.6M (peak: 2.7G) + CPU: 37.673s CGroup: /system.slice/pvedaemon.service - ├─1358 pvedaemon - ├─1359 "pvedaemon worker" - ├─1360 "pvedaemon worker" - └─1361 "pvedaemon worker" + ├─ 1297 pvedaemon + ├─28904 "pvedaemon worker" + ├─30885 "pvedaemon worker" + └─37032 "pvedaemon worker" -Jul 27 08:21:40 pfv-tsys9 systemd[1]: Starting pvedaemon.service - PVE API Daemon... -Jul 27 08:21:41 pfv-tsys9 pvedaemon[1358]: starting server -Jul 27 08:21:41 pfv-tsys9 pvedaemon[1358]: starting 3 worker(s) -Jul 27 08:21:41 pfv-tsys9 pvedaemon[1358]: worker 1359 started -Jul 27 08:21:41 pfv-tsys9 pvedaemon[1358]: worker 1360 started -Jul 27 08:21:41 pfv-tsys9 pvedaemon[1358]: worker 1361 started -Jul 27 08:21:41 pfv-tsys9 systemd[1]: Started pvedaemon.service - PVE API Daemon. +Jul 27 17:19:23 pfv-tsys9 pvedaemon[30885]: starting task UPID:pfv-tsys9:0000F5DB:00133637:6A67D96B:qmstart:905:root@pam: +Jul 27 17:19:24 pfv-tsys9 pvedaemon[62939]: VM 905 started with PID 62953 using pve-qemu-kvm_11.0.2-2. +Jul 27 17:19:24 pfv-tsys9 pvedaemon[30885]: end task UPID:pfv-tsys9:0000F5DB:00133637:6A67D96B:qmstart:905:root@pam: OK +Jul 27 17:19:26 pfv-tsys9 pvedaemon[37032]: starting task UPID:pfv-tsys9:0000F63B:0013373D:6A67D96E:vncproxy:905:root@pam: +Jul 27 17:19:26 pfv-tsys9 pvedaemon[63035]: starting vnc proxy UPID:pfv-tsys9:0000F63B:0013373D:6A67D96E:vncproxy:905:root@pam: +Jul 27 17:19:55 pfv-tsys9 pvedaemon[37032]: end task UPID:pfv-tsys9:0000F63B:0013373D:6A67D96E:vncproxy:905:root@pam: OK +Jul 27 17:32:38 pfv-tsys9 pvedaemon[30885]: successful auth for user 'root@pam' +Jul 27 17:48:38 pfv-tsys9 pvedaemon[28904]: successful auth for user 'root@pam' +Jul 27 18:04:38 pfv-tsys9 pvedaemon[28904]: successful auth for user 'root@pam' +Jul 27 19:00:00 pfv-tsys9 pvedaemon[28904]: update new package list: /var/lib/pve-manager/pkgupdates ● pveproxy.service - PVE API Proxy Server Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled) - Active: active (running) since Mon 2026-07-27 08:21:42 CDT; 2h 3min ago - Invocation: 3e6b3b3d36e344ab9e6ee99302dd721f - Process: 1364 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS) - Process: 1367 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS) - Process: 1374 ExecStartPost=sh -c [ ! -e /var/log/pveam.log ] && /usr/bin/pveupdate (code=exited, status=1/FAILURE) - Main PID: 1370 (pveproxy) - Tasks: 4 (limit: 28221) - Memory: 172.2M (peak: 185M) - CPU: 1.364s + Active: active (running) since Mon 2026-07-27 13:50:34 CDT; 8h ago + Invocation: f01629d0fb2b40feaa163b24e29e639b + Process: 1303 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS) + Process: 1306 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS) + Process: 1313 ExecStartPost=sh -c [ ! -e /var/log/pveam.log ] && /usr/bin/pveupdate (code=exited, status=1/FAILURE) + Main PID: 1309 (pveproxy) + Tasks: 4 (limit: 25572) + Memory: 264.4M (peak: 288M) + CPU: 1min 20.303s CGroup: /system.slice/pveproxy.service - ├─1370 pveproxy - ├─1371 "pveproxy worker" - ├─1372 "pveproxy worker" - └─1373 "pveproxy worker" + ├─ 1309 pveproxy + ├─67853 "pveproxy worker" + ├─77137 "pveproxy worker" + └─77441 "pveproxy worker" -Jul 27 08:21:41 pfv-tsys9 systemd[1]: Starting pveproxy.service - PVE API Proxy Server... -Jul 27 08:21:42 pfv-tsys9 pveproxy[1370]: starting server -Jul 27 08:21:42 pfv-tsys9 pveproxy[1370]: starting 3 worker(s) -Jul 27 08:21:42 pfv-tsys9 pveproxy[1370]: worker 1371 started -Jul 27 08:21:42 pfv-tsys9 pveproxy[1370]: worker 1372 started -Jul 27 08:21:42 pfv-tsys9 pveproxy[1370]: worker 1373 started -Jul 27 08:21:42 pfv-tsys9 systemd[1]: Started pveproxy.service - PVE API Proxy Server. +Jul 27 17:35:50 pfv-tsys9 pveproxy[1309]: starting 1 worker(s) +Jul 27 17:35:50 pfv-tsys9 pveproxy[1309]: worker 67853 started +Jul 27 18:07:50 pfv-tsys9 pveproxy[64126]: worker exit +Jul 27 18:07:50 pfv-tsys9 pveproxy[1309]: worker 64126 finished +Jul 27 18:07:50 pfv-tsys9 pveproxy[1309]: starting 1 worker(s) +Jul 27 18:07:50 pfv-tsys9 pveproxy[1309]: worker 77137 started +Jul 27 18:08:50 pfv-tsys9 pveproxy[63567]: worker exit +Jul 27 18:08:50 pfv-tsys9 pveproxy[1309]: worker 63567 finished +Jul 27 18:08:50 pfv-tsys9 pveproxy[1309]: starting 1 worker(s) +Jul 27 18:08:50 pfv-tsys9 pveproxy[1309]: worker 77441 started ● pve-firewall.service - Proxmox VE firewall Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled) - Active: active (running) since Mon 2026-07-27 08:21:41 CDT; 2h 3min ago - Invocation: 1d73013e3fc0406fbb21fa02b4b76970 - Process: 1253 ExecStartPre=/usr/bin/update-alternatives --set ebtables /usr/sbin/ebtables-legacy (code=exited, status=0/SUCCESS) + Active: active (running) since Mon 2026-07-27 13:50:33 CDT; 8h ago + Invocation: 6fd77398910b41848daa891981bdaae8 + Process: 1254 ExecStartPre=/usr/bin/update-alternatives --set ebtables /usr/sbin/ebtables-legacy (code=exited, status=0/SUCCESS) Process: 1261 ExecStartPre=/usr/bin/update-alternatives --set iptables /usr/sbin/iptables-legacy (code=exited, status=0/SUCCESS) - Process: 1264 ExecStartPre=/usr/bin/update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy (code=exited, status=0/SUCCESS) + Process: 1265 ExecStartPre=/usr/bin/update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy (code=exited, status=0/SUCCESS) Process: 1267 ExecStart=/usr/sbin/pve-firewall start (code=exited, status=0/SUCCESS) - Main PID: 1332 (pve-firewall) - Tasks: 1 (limit: 28221) - Memory: 104.8M (peak: 122.4M) - CPU: 29.382s + Main PID: 1272 (pve-firewall) + Tasks: 1 (limit: 25572) + Memory: 108.4M (peak: 133.6M) + CPU: 1min 58.678s CGroup: /system.slice/pve-firewall.service - └─1332 pve-firewall + └─1272 pve-firewall -Jul 27 08:21:40 pfv-tsys9 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... -Jul 27 08:21:41 pfv-tsys9 pve-firewall[1332]: starting server -Jul 27 08:21:41 pfv-tsys9 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. +Jul 27 13:50:32 pfv-tsys9 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... +Jul 27 13:50:32 pfv-tsys9 pve-firewall[1272]: starting server +Jul 27 13:50:33 pfv-tsys9 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. ● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled) - Active: active (running) since Mon 2026-07-27 08:21:41 CDT; 2h 3min ago - Invocation: 61a05cd3e6dd4744b26679f317b915d2 - Process: 1363 ExecStart=/usr/sbin/pve-ha-crm start (code=exited, status=0/SUCCESS) - Main PID: 1368 (pve-ha-crm) - Tasks: 1 (limit: 28221) - Memory: 115.1M (peak: 134.5M) - CPU: 911ms + Active: active (running) since Mon 2026-07-27 13:50:33 CDT; 8h ago + Invocation: 382eb5b3b36443b79ec2203c308893d2 + Process: 1302 ExecStart=/usr/sbin/pve-ha-crm start (code=exited, status=0/SUCCESS) + Main PID: 1307 (pve-ha-crm) + Tasks: 1 (limit: 25572) + Memory: 118.6M (peak: 137.8M) + CPU: 2.026s CGroup: /system.slice/pve-ha-crm.service - └─1368 pve-ha-crm + └─1307 pve-ha-crm -Jul 27 08:21:41 pfv-tsys9 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon... -Jul 27 08:21:41 pfv-tsys9 pve-ha-crm[1368]: starting server -Jul 27 08:21:41 pfv-tsys9 pve-ha-crm[1368]: status change startup => wait_for_quorum -Jul 27 08:21:41 pfv-tsys9 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon. +Jul 27 13:50:33 pfv-tsys9 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon... +Jul 27 13:50:33 pfv-tsys9 pve-ha-crm[1307]: starting server +Jul 27 13:50:33 pfv-tsys9 pve-ha-crm[1307]: status change startup => wait_for_quorum +Jul 27 13:50:33 pfv-tsys9 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon. ● pve-ha-lrm.service - PVE Local HA Resource Manager Daemon Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; enabled; preset: enabled) - Active: active (running) since Mon 2026-07-27 08:21:42 CDT; 2h 3min ago - Invocation: 313d830f8f624415ab98c7d3201399d8 - Process: 1378 ExecStart=/usr/sbin/pve-ha-lrm start (code=exited, status=0/SUCCESS) - Main PID: 1383 (pve-ha-lrm) - Tasks: 1 (limit: 28221) - Memory: 114.9M (peak: 134M) - CPU: 1.104s + Active: active (running) since Mon 2026-07-27 13:50:35 CDT; 8h ago + Invocation: a2d245262057468484f6f9a32e5f31dc + Process: 1318 ExecStart=/usr/sbin/pve-ha-lrm start (code=exited, status=0/SUCCESS) + Main PID: 1323 (pve-ha-lrm) + Tasks: 1 (limit: 25572) + Memory: 117.4M (peak: 136.8M) + CPU: 2.748s CGroup: /system.slice/pve-ha-lrm.service - └─1383 pve-ha-lrm + └─1323 pve-ha-lrm -Jul 27 08:21:42 pfv-tsys9 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon... -Jul 27 08:21:42 pfv-tsys9 pve-ha-lrm[1383]: starting server -Jul 27 08:21:42 pfv-tsys9 pve-ha-lrm[1383]: status change startup => wait_for_agent_lock -Jul 27 08:21:42 pfv-tsys9 systemd[1]: Started pve-ha-lrm.service - PVE Local HA Resource Manager Daemon. - -● pvestatd.service - PVE Status Daemon - Loaded: loaded (/usr/lib/systemd/system/pvestatd.service; enabled; preset: enabled) +Jul 27 13:50:34 pfv-tsys9 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon... --- storage-related service status $ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80 @@ -11055,19 +12759,19 @@ Unit nvme-stat.service could not be found. Unit multipathd.service could not be found. ● rpcbind.service - RPC bind portmap service Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled) - Active: active (running) since Mon 2026-07-27 08:20:54 CDT; 2h 4min ago - Invocation: 18a73216e55343a98837fd903f781865 + Active: active (running) since Mon 2026-07-27 13:49:37 CDT; 8h ago + Invocation: 7a2000d7950f47cea037da3ea32aacd2 TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) - Main PID: 673 (rpcbind) - Tasks: 1 (limit: 28221) - Memory: 608K (peak: 2.2M) - CPU: 9ms + Main PID: 672 (rpcbind) + Tasks: 1 (limit: 25572) + Memory: 604K (peak: 1.8M) + CPU: 21ms CGroup: /system.slice/rpcbind.service - └─673 /usr/sbin/rpcbind -f -w + └─672 /usr/sbin/rpcbind -f -w -Jul 27 08:20:54 pfv-tsys9 systemd[1]: Starting rpcbind.service - RPC bind portmap service... -Jul 27 08:20:54 pfv-tsys9 systemd[1]: Started rpcbind.service - RPC bind portmap service. +Jul 27 13:49:37 pfv-tsys9 systemd[1]: Starting rpcbind.service - RPC bind portmap service... +Jul 27 13:49:37 pfv-tsys9 systemd[1]: Started rpcbind.service - RPC bind portmap service. ○ rpc-statd.service - NFS status monitor for NFSv2/3 locking. Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static) @@ -11080,41 +12784,41 @@ Jul 27 08:20:54 pfv-tsys9 systemd[1]: Started rpcbind.service - RPC bind portmap ● zfs-mount.service - Mount ZFS filesystems Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled) - Active: active (exited) since Mon 2026-07-27 08:20:54 CDT; 2h 4min ago - Invocation: 84cf50c8f101494d87e31e2d3216c548 + Active: active (exited) since Mon 2026-07-27 13:49:37 CDT; 8h ago + Invocation: b716cda34fcc44748af3e2239a29138a Docs: man:zfs(8) - Process: 626 ExecStart=/usr/sbin/zfs mount -a (code=exited, status=0/SUCCESS) - Main PID: 626 (code=exited, status=0/SUCCESS) - Mem peak: 1.7M + Process: 631 ExecStart=/usr/sbin/zfs mount -a (code=exited, status=0/SUCCESS) + Main PID: 631 (code=exited, status=0/SUCCESS) + Mem peak: 1.9M CPU: 7ms -Jul 27 08:20:54 pfv-tsys9 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... -Jul 27 08:20:54 pfv-tsys9 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems. +Jul 27 13:49:37 pfv-tsys9 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... +Jul 27 13:49:37 pfv-tsys9 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems. ● smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon Loaded: loaded (/usr/lib/systemd/system/smartmontools.service; enabled; preset: enabled) - Active: active (running) since Mon 2026-07-27 08:20:54 CDT; 2h 4min ago - Invocation: 112705f553bc47a28931f41e1f0198c4 + Active: active (running) since Mon 2026-07-27 13:49:38 CDT; 8h ago + Invocation: d256166b56774584b7cbb793a70d8767 Docs: man:smartd(8) man:smartd.conf(5) - Main PID: 805 (smartd) - Status: "Next check of 1 device will start at 10:50:54" - Tasks: 1 (limit: 28221) - Memory: 3.2M (peak: 4.4M) - CPU: 26ms + Main PID: 816 (smartd) + Status: "Next check of 1 device will start at 22:19:38" + Tasks: 1 (limit: 25572) + Memory: 3.4M (peak: 4.7M) + CPU: 31ms CGroup: /system.slice/smartmontools.service - └─805 /usr/sbin/smartd -n -q never + └─816 /usr/sbin/smartd -n -q never -Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], opened -Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], PNY CS900 250GB SSD, S/N:PNY35192273900103DB7, WWN:5-f8db4c-351903db7, FW:CS900E12, 250 GB -Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], not found in smartd database 7.3/5528. -Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], can't monitor Current_Pending_Sector count - no Attribute 197 -Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], can't monitor Offline_Uncorrectable count - no Attribute 198 -Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list. -Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], state read from /var/lib/smartmontools/smartd.PNY_CS900_250GB_SSD-PNY35192273900103DB7.ata.state -Jul 27 08:20:54 pfv-tsys9 smartd[805]: Monitoring 1 ATA/SATA, 0 SCSI/SAS and 0 NVMe devices -Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.PNY_CS900_250GB_SSD-PNY35192273900103DB7.ata.state -Jul 27 08:20:54 pfv-tsys9 systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon. +Jul 27 13:49:38 pfv-tsys9 smartd[816]: Device: /dev/sda [SAT], opened +Jul 27 13:49:38 pfv-tsys9 smartd[816]: Device: /dev/sda [SAT], PNY CS900 250GB SSD, S/N:PNY35192273900103DB7, WWN:5-f8db4c-351903db7, FW:CS900E12, 250 GB +Jul 27 13:49:38 pfv-tsys9 smartd[816]: Device: /dev/sda [SAT], not found in smartd database 7.5/5706. +Jul 27 13:49:38 pfv-tsys9 smartd[816]: Device: /dev/sda [SAT], can't monitor Current_Pending_Sector count - no Attribute 197 +Jul 27 13:49:38 pfv-tsys9 smartd[816]: Device: /dev/sda [SAT], can't monitor Offline_Uncorrectable count - no Attribute 198 +Jul 27 13:49:38 pfv-tsys9 smartd[816]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list. +Jul 27 13:49:38 pfv-tsys9 smartd[816]: Device: /dev/sda [SAT], state read from /var/lib/smartmontools/smartd.PNY_CS900_250GB_SSD-PNY35192273900103DB7.ata.state +Jul 27 13:49:38 pfv-tsys9 smartd[816]: Monitoring 1 ATA/SATA, 0 SCSI/SAS and 0 NVMe devices +Jul 27 13:49:38 pfv-tsys9 smartd[816]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.PNY_CS900_250GB_SSD-PNY35192273900103DB7.ata.state +Jul 27 13:49:38 pfv-tsys9 systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon. ############################################################################### # 25. TIMERS / CRON @@ -11123,26 +12827,26 @@ Jul 27 08:20:54 pfv-tsys9 systemd[1]: Started smartmontools.service - Self Monit --- systemctl list-timers $ systemctl list-timers --all --no-pager NEXT LEFT LAST PASSED UNIT ACTIVATES -Mon 2026-07-27 10:30:00 CDT 4min 57s Mon 2026-07-27 10:20:47 CDT 4min 14s ago sysstat-collect.timer sysstat-collect.service -Tue 2026-07-28 00:00:00 CDT 13h Mon 2026-07-27 00:00:02 CDT - dpkg-db-backup.timer dpkg-db-backup.service -Tue 2026-07-28 00:00:00 CDT 13h - - sysstat-rotate.timer sysstat-rotate.service -Tue 2026-07-28 00:07:00 CDT 13h - - sysstat-summary.timer sysstat-summary.service -Tue 2026-07-28 00:14:35 CDT 13h Mon 2026-07-27 08:16:32 CDT - apt-daily.timer apt-daily.service -Tue 2026-07-28 00:35:29 CDT 14h Mon 2026-07-27 00:24:02 CDT - logrotate.timer logrotate.service -Tue 2026-07-28 02:25:53 CDT 16h Mon 2026-07-27 08:16:30 CDT - man-db.timer man-db.service -Tue 2026-07-28 05:05:08 CDT 18h Mon 2026-07-27 03:39:02 CDT - pve-daily-update.timer pve-daily-update.service -Tue 2026-07-28 06:35:52 CDT 20h Mon 2026-07-27 06:50:45 CDT - apt-daily-upgrade.timer apt-daily-upgrade.service -Tue 2026-07-28 08:36:36 CDT 22h Mon 2026-07-27 08:36:36 CDT 1h 48min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service -Sun 2026-08-02 03:10:24 CDT 5 days Sun 2026-07-26 03:11:47 CDT - e2scrub_all.timer e2scrub_all.service -Sun 2026-08-02 03:10:30 CDT 5 days Sun 2026-07-26 03:10:47 CDT - xfs_scrub_all.timer xfs_scrub_all.service -Mon 2026-08-03 00:44:33 CDT 6 days Mon 2026-07-27 00:48:16 CDT - fstrim.timer fstrim.service +Mon 2026-07-27 21:57:06 CDT 2min 25s Mon 2026-07-27 08:16:32 CDT - apt-daily.timer apt-daily.service +Mon 2026-07-27 22:00:00 CDT 5min Mon 2026-07-27 21:50:08 CDT 4min 32s ago sysstat-collect.timer sysstat-collect.service +Tue 2026-07-28 00:00:00 CDT 2h 5min Mon 2026-07-27 00:00:02 CDT - dpkg-db-backup.timer dpkg-db-backup.service +Tue 2026-07-28 00:00:00 CDT 2h 5min - - sysstat-rotate.timer sysstat-rotate.service +Tue 2026-07-28 00:07:00 CDT 2h 12min - - sysstat-summary.timer sysstat-summary.service +Tue 2026-07-28 00:51:56 CDT 2h 57min Mon 2026-07-27 00:24:02 CDT - logrotate.timer logrotate.service +Tue 2026-07-28 02:45:33 CDT 4h 50min Mon 2026-07-27 03:39:02 CDT - pve-daily-update.timer pve-daily-update.service +Tue 2026-07-28 06:35:11 CDT 8h Mon 2026-07-27 06:50:45 CDT - apt-daily-upgrade.timer apt-daily-upgrade.service +Tue 2026-07-28 11:18:04 CDT 13h Mon 2026-07-27 08:16:30 CDT - man-db.timer man-db.service +Tue 2026-07-28 14:04:41 CDT 16h Mon 2026-07-27 14:04:41 CDT 7h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Sun 2026-08-02 03:10:28 CDT 5 days Sun 2026-07-26 03:10:47 CDT - xfs_scrub_all.timer xfs_scrub_all.service +Sun 2026-08-02 03:10:39 CDT 5 days Sun 2026-07-26 03:11:47 CDT - e2scrub_all.timer e2scrub_all.service +Mon 2026-08-03 01:10:01 CDT 6 days Mon 2026-07-27 00:48:16 CDT - fstrim.timer fstrim.service 13 timers listed. --- /etc/cron.d total 24 -drwxr-xr-x 2 root root 4096 Jul 27 08:16 . -drwxr-xr-x 104 root root 4096 Jul 27 10:22 .. +drwxr-xr-x 2 root root 4096 Jul 27 13:45 . +drwxr-xr-x 107 root root 4096 Jul 27 21:51 .. -rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder -rw-r--r-- 1 root root 400 Jan 15 2024 sysstat @@ -11152,7 +12856,7 @@ lrwxrwxrwx 1 root root 20 Sep 3 2025 vzdump -> /etc/pve/vzdump.cron --- /etc/cron.daily total 32 drwxr-xr-x 2 root root 4096 Jul 27 08:16 . -drwxr-xr-x 104 root root 4096 Jul 27 10:22 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:51 .. -rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat -rwxr-xr-x 1 root root 123 May 27 2025 dpkg -rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate @@ -11163,13 +12867,13 @@ drwxr-xr-x 104 root root 4096 Jul 27 10:22 .. --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Apr 16 2024 . -drwxr-xr-x 104 root root 4096 Jul 27 10:22 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:51 .. -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder --- /etc/cron.weekly total 16 drwxr-xr-x 2 root root 4096 Apr 16 2024 . -drwxr-xr-x 104 root root 4096 Jul 27 10:22 .. +drwxr-xr-x 107 root root 4096 Jul 27 21:51 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -11208,48 +12912,48 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -1.30 1.16 1.10 3/375 40916 +0.51 0.36 0.33 1/397 146793 --- vmstat 1 3 $ vmstat 1 3 procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- r b swpd free buff cache si so bi bo in cs us sy id wa st gu - 3 0 0 16474800 26036 319608 0 0 280 23 2985 2 0 0 90 1 0 9 - 1 0 0 16504732 26036 319756 0 0 0 0 3113 2831 0 0 91 0 0 8 - 1 0 0 16528568 26044 319760 0 0 0 316 3228 2819 0 0 91 0 0 9 + 0 0 0 11975556 26988 337732 0 0 113 20 4631 5 0 0 94 1 0 4 + 0 1 0 12012540 26988 337864 0 0 0 620 6129 8594 0 0 97 2 0 1 + 0 1 0 12054688 26988 337880 0 0 0 0 6142 8279 0 0 83 16 0 1 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 -Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) -10:25:04 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle -10:25:05 AM all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 8.35 0.00 91.65 -10:25:06 AM all 0.08 0.00 0.00 0.08 0.00 0.00 0.00 8.41 0.00 91.42 -10:25:07 AM all 0.00 0.00 0.00 0.50 0.00 0.00 0.00 8.37 0.00 91.13 -Average: all 0.03 0.00 0.00 0.19 0.00 0.00 0.00 8.38 0.00 91.40 +09:54:43 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +09:54:44 PM all 0.50 0.00 0.84 7.74 0.00 0.00 0.00 0.50 0.00 90.41 +09:54:45 PM all 0.34 0.00 0.67 0.00 0.00 0.00 0.00 0.59 0.00 98.41 +09:54:46 PM all 0.08 0.00 0.17 0.42 0.00 0.00 0.00 0.42 0.00 98.74 +Average: all 0.31 0.00 0.56 2.72 0.00 0.00 0.00 0.50 0.00 95.91 --- iostat -xz 1 3 $ iostat -xz 1 3 -Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) avg-cpu: %user %nice %system %iowait %steal %idle - 8.63 0.00 0.24 0.71 0.00 90.43 + 4.35 0.00 0.33 1.13 0.00 94.18 Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util -dm-0 0.02 0.37 0.00 0.00 0.92 16.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -dm-1 8.14 227.17 0.00 0.00 0.66 27.91 3.88 23.27 0.00 0.00 1.16 6.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.44 -dm-2 0.00 0.10 0.00 0.00 0.59 42.82 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -sda 7.87 280.57 1.03 11.63 0.51 35.67 2.46 23.27 1.42 36.69 1.28 9.48 0.00 0.00 0.00 0.00 0.00 0.00 0.89 1.11 0.01 0.33 +dm-0 0.01 0.09 0.00 0.00 1.43 16.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +dm-1 1.92 61.19 0.00 0.00 0.93 31.83 3.05 20.32 0.00 0.00 1.41 6.67 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.70 +dm-2 0.00 0.03 0.00 0.00 0.47 42.82 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +sda 2.12 113.03 0.30 12.27 0.69 53.33 1.95 20.32 1.09 35.86 1.44 10.40 0.00 0.00 0.00 0.00 0.00 0.00 0.42 1.04 0.00 0.20 avg-cpu: %user %nice %system %iowait %steal %idle - 8.43 0.00 0.00 0.00 0.00 91.57 + 0.59 0.00 0.08 0.00 0.00 99.33 Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util avg-cpu: %user %nice %system %iowait %steal %idle - 8.42 0.00 0.08 0.08 0.00 91.42 + 0.51 0.00 0.08 0.00 0.00 99.41 Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util @@ -11257,227 +12961,246 @@ Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB --- sar -dp 1 2 $ sar -dp 1 2 -Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) -10:25:09 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV -10:25:10 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda -10:25:10 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap -10:25:10 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root -10:25:10 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta +09:54:48 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +09:54:49 PM 8.00 24.00 20.00 0.00 5.50 0.01 0.75 0.20 sda +09:54:49 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +09:54:49 PM 11.00 24.00 20.00 0.00 4.00 0.01 1.00 0.30 pve-root +09:54:49 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta -10:25:10 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV -10:25:11 AM 6.00 24.00 0.00 0.00 4.00 0.00 0.50 0.40 sda -10:25:11 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap -10:25:11 AM 6.00 24.00 0.00 0.00 4.00 0.00 0.67 0.40 pve-root -10:25:11 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta +09:54:49 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +09:54:50 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +09:54:50 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +09:54:50 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +09:54:50 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta Average: tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV -Average: 3.00 12.00 0.00 0.00 4.00 0.00 0.50 0.20 sda +Average: 4.00 12.00 10.00 0.00 5.50 0.00 0.75 0.10 sda Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap -Average: 3.00 12.00 0.00 0.00 4.00 0.00 0.67 0.20 pve-root +Average: 5.50 12.00 10.00 0.00 4.00 0.01 1.00 0.15 pve-root Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta --- sar -n DEV 1 2 $ sar -n DEV 1 2 -Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) -10:25:11 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil -10:25:12 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -10:25:12 AM nic0 116.00 20.00 15.44 4.54 0.00 0.00 81.00 0.01 -10:25:12 AM enx9c69d36a5b6c 83.00 147.00 8.07 69.26 0.00 0.00 0.00 0.00 -10:25:12 AM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -10:25:12 AM vmbr0 92.00 1.00 7.25 0.04 0.00 0.00 77.00 0.00 -10:25:12 AM datanet 83.00 147.00 8.07 69.26 0.00 0.00 1.00 0.00 -10:25:12 AM tap901i0 4.00 93.00 0.84 8.81 0.00 0.00 0.00 0.00 -10:25:12 AM fwbr901i0 91.00 0.00 7.21 0.00 0.00 0.00 77.00 0.00 -10:25:12 AM fwpr901p0 4.00 93.00 0.84 8.81 0.00 0.00 0.00 0.00 -10:25:12 AM fwln901i0 93.00 4.00 8.81 0.84 0.00 0.00 0.00 0.00 -10:25:12 AM tap902i0 2.00 93.00 0.27 8.69 0.00 0.00 0.00 0.00 -10:25:12 AM fwbr902i0 91.00 0.00 7.21 0.00 0.00 0.00 77.00 0.00 -10:25:12 AM fwpr902p0 2.00 92.00 0.27 8.65 0.00 0.00 0.00 0.00 -10:25:12 AM fwln902i0 92.00 2.00 8.65 0.27 0.00 0.00 0.00 0.00 -10:25:12 AM tap903i0 1.00 91.00 0.08 8.45 0.00 0.00 0.00 0.00 -10:25:12 AM fwbr903i0 91.00 0.00 7.21 0.00 0.00 0.00 77.00 0.00 -10:25:12 AM fwpr903p0 1.00 91.00 0.08 8.45 0.00 0.00 0.00 0.00 -10:25:12 AM fwln903i0 91.00 1.00 8.45 0.08 0.00 0.00 0.00 0.00 -10:25:12 AM tap904i0 12.00 107.00 3.18 13.72 0.00 0.00 0.00 0.00 -10:25:12 AM fwbr904i0 91.00 0.00 7.21 0.00 0.00 0.00 77.00 0.00 -10:25:12 AM fwpr904p0 12.00 107.00 3.18 13.72 0.00 0.00 0.00 0.00 -10:25:12 AM fwln904i0 107.00 12.00 13.72 3.18 0.00 0.00 0.00 0.00 -10:25:12 AM tap905i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -10:25:12 AM fwbr905i0 91.00 0.00 7.21 0.00 0.00 0.00 77.00 0.00 -10:25:12 AM fwpr905p0 0.00 91.00 0.00 8.45 0.00 0.00 0.00 0.00 -10:25:12 AM fwln905i0 91.00 0.00 8.45 0.00 0.00 0.00 0.00 0.00 +09:54:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +09:54:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:54:51 PM nic0 108.00 3.00 11.07 0.41 0.00 0.00 95.00 0.01 +09:54:51 PM enx9c69d36a5b6c 8.00 6.00 1.16 0.39 0.00 0.00 0.00 0.00 +09:54:51 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:54:51 PM vmbr0 98.00 0.00 7.86 0.00 0.00 0.00 88.00 0.00 +09:54:51 PM datanet 8.00 6.00 1.16 0.39 0.00 0.00 1.00 0.00 +09:54:51 PM tap901i0 2.00 100.00 0.33 9.53 0.00 0.00 0.00 0.00 +09:54:51 PM fwbr901i0 98.00 0.00 7.86 0.00 0.00 0.00 88.00 0.00 +09:54:51 PM fwpr901p0 2.00 100.00 0.33 9.53 0.00 0.00 0.00 0.00 +09:54:51 PM fwln901i0 100.00 2.00 9.53 0.33 0.00 0.00 0.00 0.00 +09:54:51 PM tap902i0 1.00 99.00 0.06 9.26 0.00 0.00 0.00 0.00 +09:54:51 PM fwbr902i0 98.00 0.00 7.86 0.00 0.00 0.00 88.00 0.00 +09:54:51 PM fwpr902p0 1.00 99.00 0.06 9.26 0.00 0.00 0.00 0.00 +09:54:51 PM fwln902i0 99.00 1.00 9.26 0.06 0.00 0.00 0.00 0.00 +09:54:51 PM tap903i0 0.00 98.00 0.00 9.20 0.00 0.00 0.00 0.00 +09:54:51 PM fwbr903i0 98.00 0.00 7.86 0.00 0.00 0.00 88.00 0.00 +09:54:51 PM fwpr903p0 0.00 98.00 0.00 9.20 0.00 0.00 0.00 0.00 +09:54:51 PM fwln903i0 98.00 0.00 9.20 0.00 0.00 0.00 0.00 0.00 +09:54:51 PM tap904i0 0.00 98.00 0.00 9.20 0.00 0.00 0.00 0.00 +09:54:51 PM fwbr904i0 98.00 0.00 7.86 0.00 0.00 0.00 88.00 0.00 +09:54:51 PM fwpr904p0 0.00 98.00 0.00 9.20 0.00 0.00 0.00 0.00 +09:54:51 PM fwln904i0 98.00 0.00 9.20 0.00 0.00 0.00 0.00 0.00 +09:54:51 PM tap906i0 0.00 98.00 0.00 9.20 0.00 0.00 0.00 0.00 +09:54:51 PM fwbr906i0 98.00 0.00 7.86 0.00 0.00 0.00 88.00 0.00 +09:54:51 PM fwpr906p0 0.00 98.00 0.00 9.20 0.00 0.00 0.00 0.00 +09:54:51 PM fwln906i0 98.00 0.00 9.20 0.00 0.00 0.00 0.00 0.00 +09:54:51 PM tap906i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:54:51 PM fwbr906i1 1.00 0.00 0.13 0.00 0.00 0.00 1.00 0.00 +09:54:51 PM fwpr906p1 0.00 1.00 0.00 0.14 0.00 0.00 0.00 0.00 +09:54:51 PM fwln906i1 1.00 0.00 0.14 0.00 0.00 0.00 0.00 0.00 +09:54:51 PM tap905i0 0.00 98.00 0.00 9.20 0.00 0.00 0.00 0.00 +09:54:51 PM fwbr905i0 98.00 0.00 7.86 0.00 0.00 0.00 88.00 0.00 +09:54:51 PM fwpr905p0 0.00 98.00 0.00 9.20 0.00 0.00 0.00 0.00 +09:54:51 PM fwln905i0 98.00 0.00 9.20 0.00 0.00 0.00 0.00 0.00 -10:25:12 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil -10:25:13 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -10:25:13 AM nic0 62.00 20.00 18.38 5.37 0.00 0.00 10.00 0.02 -10:25:13 AM enx9c69d36a5b6c 12.00 20.00 1.18 22.25 0.00 0.00 0.00 0.00 -10:25:13 AM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -10:25:13 AM vmbr0 17.00 3.00 2.21 0.47 0.00 0.00 6.00 0.00 -10:25:13 AM datanet 12.00 20.00 1.18 22.25 0.00 0.00 0.00 0.00 -10:25:13 AM tap901i0 5.00 18.00 0.84 2.64 0.00 0.00 0.00 0.00 -10:25:13 AM fwbr901i0 14.00 0.00 1.79 0.00 0.00 0.00 6.00 0.00 -10:25:13 AM fwpr901p0 5.00 18.00 0.84 2.64 0.00 0.00 0.00 0.00 -10:25:13 AM fwln901i0 18.00 5.00 2.64 0.84 0.00 0.00 0.00 0.00 -10:25:13 AM tap902i0 2.00 16.00 0.31 2.29 0.00 0.00 0.00 0.00 -10:25:13 AM fwbr902i0 14.00 0.00 1.79 0.00 0.00 0.00 6.00 0.00 -10:25:13 AM fwpr902p0 2.00 16.00 0.31 2.29 0.00 0.00 0.00 0.00 -10:25:13 AM fwln902i0 16.00 2.00 2.29 0.31 0.00 0.00 0.00 0.00 -10:25:13 AM tap903i0 0.00 14.00 0.00 1.98 0.00 0.00 0.00 0.00 -10:25:13 AM fwbr903i0 14.00 0.00 1.79 0.00 0.00 0.00 6.00 0.00 -10:25:13 AM fwpr903p0 0.00 14.00 0.00 1.98 0.00 0.00 0.00 0.00 -10:25:13 AM fwln903i0 14.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 -10:25:13 AM tap904i0 10.00 49.00 3.67 16.10 0.00 0.00 0.00 0.00 -10:25:13 AM fwbr904i0 14.00 0.00 1.79 0.00 0.00 0.00 6.00 0.00 -10:25:13 AM fwpr904p0 10.00 49.00 3.67 16.10 0.00 0.00 0.00 0.00 -10:25:13 AM fwln904i0 49.00 10.00 16.10 3.67 0.00 0.00 0.00 0.00 -10:25:13 AM tap905i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -10:25:13 AM fwbr905i0 14.00 0.00 1.79 0.00 0.00 0.00 6.00 0.00 -10:25:13 AM fwpr905p0 0.00 14.00 0.00 1.98 0.00 0.00 0.00 0.00 -10:25:13 AM fwln905i0 14.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 +09:54:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +09:54:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:54:52 PM nic0 57.00 25.00 14.13 3.52 0.00 0.00 4.00 0.01 +09:54:52 PM enx9c69d36a5b6c 18.00 24.00 1.58 26.70 0.00 0.00 0.00 0.00 +09:54:52 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:54:52 PM vmbr0 11.00 2.00 0.61 0.20 0.00 0.00 4.00 0.00 +09:54:52 PM datanet 18.00 18.00 1.58 26.31 0.00 0.00 2.00 0.00 +09:54:52 PM tap901i0 18.00 50.00 2.45 13.03 0.00 0.00 0.00 0.00 +09:54:52 PM fwbr901i0 9.00 0.00 0.43 0.00 0.00 0.00 4.00 0.00 +09:54:52 PM fwpr901p0 18.00 50.00 2.45 13.03 0.00 0.00 0.00 0.00 +09:54:52 PM fwln901i0 50.00 18.00 13.03 2.45 0.00 0.00 0.00 0.00 +09:54:52 PM tap902i0 5.00 14.00 0.66 1.24 0.00 0.00 0.00 0.00 +09:54:52 PM fwbr902i0 9.00 0.00 0.43 0.00 0.00 0.00 4.00 0.00 +09:54:52 PM fwpr902p0 5.00 14.00 0.66 1.24 0.00 0.00 0.00 0.00 +09:54:52 PM fwln902i0 14.00 5.00 1.24 0.66 0.00 0.00 0.00 0.00 +09:54:52 PM tap903i0 0.00 9.00 0.00 0.56 0.00 0.00 0.00 0.00 +09:54:52 PM fwbr903i0 9.00 0.00 0.43 0.00 0.00 0.00 4.00 0.00 +09:54:52 PM fwpr903p0 0.00 9.00 0.00 0.56 0.00 0.00 0.00 0.00 +09:54:52 PM fwln903i0 9.00 0.00 0.56 0.00 0.00 0.00 0.00 0.00 +09:54:52 PM tap904i0 0.00 9.00 0.00 0.56 0.00 0.00 0.00 0.00 +09:54:52 PM fwbr904i0 9.00 0.00 0.43 0.00 0.00 0.00 4.00 0.00 +09:54:52 PM fwpr904p0 0.00 9.00 0.00 0.56 0.00 0.00 0.00 0.00 +09:54:52 PM fwln904i0 9.00 0.00 0.56 0.00 0.00 0.00 0.00 0.00 +09:54:52 PM tap906i0 0.00 9.00 0.00 0.56 0.00 0.00 0.00 0.00 +09:54:52 PM fwbr906i0 9.00 0.00 0.43 0.00 0.00 0.00 4.00 0.00 +09:54:52 PM fwpr906p0 0.00 9.00 0.00 0.56 0.00 0.00 0.00 0.00 +09:54:52 PM fwln906i0 9.00 0.00 0.56 0.00 0.00 0.00 0.00 0.00 +09:54:52 PM tap906i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:54:52 PM fwbr906i1 2.00 0.00 0.09 0.00 0.00 0.00 2.00 0.00 +09:54:52 PM fwpr906p1 0.00 2.00 0.00 0.12 0.00 0.00 0.00 0.00 +09:54:52 PM fwln906i1 2.00 0.00 0.12 0.00 0.00 0.00 0.00 0.00 +09:54:52 PM tap905i0 0.00 9.00 0.00 0.56 0.00 0.00 0.00 0.00 +09:54:52 PM fwbr905i0 9.00 0.00 0.43 0.00 0.00 0.00 4.00 0.00 +09:54:52 PM fwpr905p0 0.00 9.00 0.00 0.56 0.00 0.00 0.00 0.00 +09:54:52 PM fwln905i0 9.00 0.00 0.56 0.00 0.00 0.00 0.00 0.00 Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -Average: nic0 89.00 20.00 16.91 4.96 0.00 0.00 45.50 0.01 -Average: enx9c69d36a5b6c 47.50 83.50 4.62 45.75 0.00 0.00 0.00 0.00 +Average: nic0 82.50 14.00 12.60 1.96 0.00 0.00 49.50 0.01 +Average: enx9c69d36a5b6c 13.00 15.00 1.37 13.54 0.00 0.00 0.00 0.00 Average: tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -Average: vmbr0 54.50 2.00 4.73 0.26 0.00 0.00 41.50 0.00 -Average: datanet 47.50 83.50 4.62 45.75 0.00 0.00 0.50 0.00 -Average: tap901i0 4.50 55.50 0.84 5.73 0.00 0.00 0.00 0.00 -Average: fwbr901i0 52.50 0.00 4.50 0.00 0.00 0.00 41.50 0.00 -Average: fwpr901p0 4.50 55.50 0.84 5.73 0.00 0.00 0.00 0.00 -Average: fwln901i0 55.50 4.50 5.73 0.84 0.00 0.00 0.00 0.00 -Average: tap902i0 2.00 54.50 0.29 5.49 0.00 0.00 0.00 0.00 -Average: fwbr902i0 52.50 0.00 4.50 0.00 0.00 0.00 41.50 0.00 -Average: fwpr902p0 2.00 54.00 0.29 5.47 0.00 0.00 0.00 0.00 -Average: fwln902i0 54.00 2.00 5.47 0.29 0.00 0.00 0.00 0.00 -Average: tap903i0 0.50 52.50 0.04 5.22 0.00 0.00 0.00 0.00 -Average: fwbr903i0 52.50 0.00 4.50 0.00 0.00 0.00 41.50 0.00 -Average: fwpr903p0 0.50 52.50 0.04 5.22 0.00 0.00 0.00 0.00 -Average: fwln903i0 52.50 0.50 5.22 0.04 0.00 0.00 0.00 0.00 -Average: tap904i0 11.00 78.00 3.42 14.91 0.00 0.00 0.00 0.00 -Average: fwbr904i0 52.50 0.00 4.50 0.00 0.00 0.00 41.50 0.00 -Average: fwpr904p0 11.00 78.00 3.42 14.91 0.00 0.00 0.00 0.00 -Average: fwln904i0 78.00 11.00 14.91 3.42 0.00 0.00 0.00 0.00 -Average: tap905i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -Average: fwbr905i0 52.50 0.00 4.50 0.00 0.00 0.00 41.50 0.00 -Average: fwpr905p0 0.00 52.50 0.00 5.22 0.00 0.00 0.00 0.00 -Average: fwln905i0 52.50 0.00 5.22 0.00 0.00 0.00 0.00 0.00 +Average: vmbr0 54.50 1.00 4.23 0.10 0.00 0.00 46.00 0.00 +Average: datanet 13.00 12.00 1.37 13.35 0.00 0.00 1.50 0.00 +Average: tap901i0 10.00 75.00 1.39 11.28 0.00 0.00 0.00 0.00 +Average: fwbr901i0 53.50 0.00 4.14 0.00 0.00 0.00 46.00 0.00 +Average: fwpr901p0 10.00 75.00 1.39 11.28 0.00 0.00 0.00 0.00 +Average: fwln901i0 75.00 10.00 11.28 1.39 0.00 0.00 0.00 0.00 +Average: tap902i0 3.00 56.50 0.36 5.25 0.00 0.00 0.00 0.00 +Average: fwbr902i0 53.50 0.00 4.14 0.00 0.00 0.00 46.00 0.00 +Average: fwpr902p0 3.00 56.50 0.36 5.25 0.00 0.00 0.00 0.00 +Average: fwln902i0 56.50 3.00 5.25 0.36 0.00 0.00 0.00 0.00 +Average: tap903i0 0.00 53.50 0.00 4.88 0.00 0.00 0.00 0.00 +Average: fwbr903i0 53.50 0.00 4.14 0.00 0.00 0.00 46.00 0.00 +Average: fwpr903p0 0.00 53.50 0.00 4.88 0.00 0.00 0.00 0.00 +Average: fwln903i0 53.50 0.00 4.88 0.00 0.00 0.00 0.00 0.00 +Average: tap904i0 0.00 53.50 0.00 4.88 0.00 0.00 0.00 0.00 +Average: fwbr904i0 53.50 0.00 4.14 0.00 0.00 0.00 46.00 0.00 +Average: fwpr904p0 0.00 53.50 0.00 4.88 0.00 0.00 0.00 0.00 +Average: fwln904i0 53.50 0.00 4.88 0.00 0.00 0.00 0.00 0.00 +Average: tap906i0 0.00 53.50 0.00 4.88 0.00 0.00 0.00 0.00 +Average: fwbr906i0 53.50 0.00 4.14 0.00 0.00 0.00 46.00 0.00 +Average: fwpr906p0 0.00 53.50 0.00 4.88 0.00 0.00 0.00 0.00 +Average: fwln906i0 53.50 0.00 4.88 0.00 0.00 0.00 0.00 0.00 +Average: tap906i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: fwbr906i1 1.50 0.00 0.11 0.00 0.00 0.00 1.50 0.00 +Average: fwpr906p1 0.00 1.50 0.00 0.13 0.00 0.00 0.00 0.00 +Average: fwln906i1 1.50 0.00 0.13 0.00 0.00 0.00 0.00 0.00 +Average: tap905i0 0.00 53.50 0.00 4.88 0.00 0.00 0.00 0.00 +Average: fwbr905i0 53.50 0.00 4.14 0.00 0.00 0.00 46.00 0.00 +Average: fwpr905p0 0.00 53.50 0.00 4.88 0.00 0.00 0.00 0.00 +Average: fwln905i0 53.50 0.00 4.88 0.00 0.00 0.00 0.00 0.00 --- sar -n NFS,NFSD 1 2 $ sar -n NFS,NFSD 1 2 -Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) -10:25:13 AM call/s retrans/s read/s write/s access/s getatt/s -10:25:14 AM 2.00 0.00 0.00 2.00 0.00 0.00 +09:54:52 PM call/s retrans/s read/s write/s access/s getatt/s +09:54:53 PM 2.00 0.00 0.00 2.00 0.00 0.00 -10:25:13 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s -10:25:14 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:54:52 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +09:54:53 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -10:25:14 AM call/s retrans/s read/s write/s access/s getatt/s -10:25:15 AM 51.00 0.00 0.00 51.00 0.00 0.00 +09:54:53 PM call/s retrans/s read/s write/s access/s getatt/s +09:54:54 PM 0.00 0.00 0.00 0.00 0.00 0.00 -10:25:14 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s -10:25:15 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +09:54:53 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +09:54:54 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 Average: call/s retrans/s read/s write/s access/s getatt/s -Average: 26.50 0.00 0.00 26.50 0.00 0.00 +Average: 1.00 0.00 0.00 1.00 0.00 0.00 Average: scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 --- sar -n SOCK 1 1 $ sar -n SOCK 1 1 -Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) -10:25:15 AM totsck tcpsck udpsck rawsck ip-frag tcp-tw -10:25:16 AM 339 17 4 0 0 126 -Average: 339 17 4 0 0 126 +09:54:54 PM totsck tcpsck udpsck rawsck ip-frag tcp-tw +09:54:55 PM 388 16 4 0 0 141 +Average: 388 16 4 0 0 141 --- sar -n TCP,ETCP 1 2 $ sar -n TCP,ETCP 1 2 -Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) -10:25:16 AM active/s passive/s iseg/s oseg/s -10:25:17 AM 0.00 0.00 39.00 161.00 +09:54:55 PM active/s passive/s iseg/s oseg/s +09:54:56 PM 0.00 0.00 1.00 1.00 -10:25:16 AM atmptf/s estres/s retrans/s isegerr/s orsts/s -10:25:17 AM 0.00 0.00 0.00 0.00 0.00 +09:54:55 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +09:54:56 PM 0.00 0.00 0.00 0.00 0.00 -10:25:17 AM active/s passive/s iseg/s oseg/s -10:25:18 AM 0.00 0.00 9.00 12.00 +09:54:56 PM active/s passive/s iseg/s oseg/s +09:54:57 PM 0.00 0.00 5.00 14.00 -10:25:17 AM atmptf/s estres/s retrans/s isegerr/s orsts/s -10:25:18 AM 0.00 0.00 0.00 0.00 0.00 +09:54:56 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +09:54:57 PM 0.00 0.00 0.00 0.00 0.00 Average: active/s passive/s iseg/s oseg/s -Average: 0.00 0.00 24.00 86.50 +Average: 0.00 0.00 3.00 7.50 Average: atmptf/s estres/s retrans/s isegerr/s orsts/s Average: 0.00 0.00 0.00 0.00 0.00 --- pidstat -d 1 2 (top disk) $ pidstat -d 1 2 -Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) -10:25:18 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -10:25:19 AM 0 1519 0.00 4.00 0.00 0 kvm +09:54:57 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +09:54:58 PM 0 822 0.00 3.96 0.00 0 tailscaled -10:25:19 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -10:25:20 AM 0 810 0.00 0.00 4.00 0 tailscaled -10:25:20 AM 0 1519 0.00 20.00 0.00 0 kvm +09:54:58 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +09:54:59 PM 0 334 0.00 4.00 0.00 0 jbd2/dm-1-8 +09:54:59 PM 0 1087 24.00 24.00 0.00 0 pmxcfs +09:54:59 PM 0 1323 0.00 0.08 0.00 0 pve-ha-lrm Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -Average: 0 810 0.00 0.00 2.00 0 tailscaled -Average: 0 1519 0.00 12.00 0.00 0 kvm +Average: 0 334 0.00 1.99 0.00 0 jbd2/dm-1-8 +Average: 0 822 0.00 1.99 0.00 0 tailscaled +Average: 0 1087 11.94 11.94 0.00 0 pmxcfs +Average: 0 1323 0.00 0.04 0.00 0 pve-ha-lrm --- pidstat -u 1 2 (top cpu) $ pidstat -u 1 2 -Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) -10:25:20 AM UID PID %usr %system %guest %wait %CPU CPU Command -10:25:21 AM 0 1089 0.00 0.99 0.00 0.00 0.99 3 pmxcfs -10:25:21 AM 0 1519 0.99 0.99 0.00 0.00 1.98 10 kvm -10:25:21 AM 0 1949 0.00 0.00 99.01 0.00 99.01 2 kvm +09:54:59 PM UID PID %usr %system %guest %wait %CPU CPU Command +09:55:00 PM 0 1767 0.99 0.99 0.00 0.00 1.98 1 kvm +09:55:00 PM 0 3368 1.98 0.99 5.94 0.00 8.91 0 kvm +09:55:00 PM 0 62953 2.97 0.99 0.00 0.00 3.96 8 kvm -10:25:21 AM UID PID %usr %system %guest %wait %CPU CPU Command -10:25:22 AM 0 803 0.00 1.00 0.00 0.00 1.00 5 rrdcached -10:25:22 AM 0 1332 0.00 1.00 0.00 0.00 1.00 3 pve-firewall -10:25:22 AM 0 1334 2.00 4.00 0.00 0.00 6.00 5 pvestatd -10:25:22 AM 0 1418 1.00 1.00 0.00 0.00 2.00 11 kvm -10:25:22 AM 0 1519 0.00 0.00 2.00 0.00 2.00 10 kvm -10:25:22 AM 0 1764 0.00 0.00 1.00 0.00 1.00 4 kvm -10:25:22 AM 0 1851 1.00 0.00 0.00 0.00 1.00 3 kvm -10:25:22 AM 0 1949 0.00 1.00 100.00 0.00 101.00 2 kvm -10:25:22 AM 0 32296 0.00 1.00 0.00 0.00 1.00 6 kworker/6:2-events -10:25:22 AM 0 40996 0.00 1.00 0.00 0.00 1.00 8 pidstat +09:55:00 PM UID PID %usr %system %guest %wait %CPU CPU Command +09:55:01 PM 0 1420 1.00 0.00 0.00 0.00 1.00 8 kvm +09:55:01 PM 0 1525 0.00 1.00 1.00 0.00 2.00 7 kvm +09:55:01 PM 0 1602 1.00 0.00 1.00 0.00 2.00 5 kvm +09:55:01 PM 0 3368 3.00 1.00 5.00 0.00 9.00 0 kvm +09:55:01 PM 0 62953 1.00 2.00 2.00 0.00 5.00 9 kvm +09:55:01 PM 0 146910 0.00 1.00 0.00 0.00 1.00 5 pidstat Average: UID PID %usr %system %guest %wait %CPU CPU Command -Average: 0 803 0.00 0.50 0.00 0.00 0.50 - rrdcached -Average: 0 1089 0.00 0.50 0.00 0.00 0.50 - pmxcfs -Average: 0 1332 0.00 0.50 0.00 0.00 0.50 - pve-firewall -Average: 0 1334 1.00 1.99 0.00 0.00 2.99 - pvestatd -Average: 0 1418 0.50 0.50 0.00 0.00 1.00 - kvm -Average: 0 1519 0.50 0.50 1.00 0.00 1.99 - kvm -Average: 0 1764 0.00 0.00 0.50 0.00 0.50 - kvm -Average: 0 1851 0.00 0.00 0.50 0.00 0.50 - kvm -Average: 0 1949 0.00 0.50 99.50 0.00 100.00 - kvm -Average: 0 32296 0.00 0.50 0.00 0.00 0.50 - kworker/6:2-events -Average: 0 40996 0.00 0.50 0.00 0.00 0.50 - pidstat +Average: 0 1420 0.50 0.00 0.00 0.00 0.50 - kvm +Average: 0 1525 0.00 0.50 0.50 0.00 1.00 - kvm +Average: 0 1602 0.50 0.00 0.50 0.00 1.00 - kvm +Average: 0 1767 0.00 0.50 0.50 0.00 1.00 - kvm +Average: 0 3368 2.49 1.00 5.47 0.00 8.96 - kvm +Average: 0 62953 1.99 1.49 1.00 0.00 4.48 - kvm +Average: 0 146910 0.00 0.50 0.00 0.00 0.50 - pidstat --- top (single snapshot, top 30) $ top -b -n 1 -top - 10:25:22 up 2:04, 1 user, load average: 1.22, 1.15, 1.10 -Tasks: 280 total, 1 running, 279 sleeping, 0 stopped, 0 zombie -%Cpu(s): 8.6 us, 10.0 sy, 0.0 ni, 80.7 id, 0.7 wa, 0.0 hi, 0.0 si, 0.0 st -MiB Mem : 23746.1 total, 16428.2 free, 7350.3 used, 339.1 buff/cache -MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 16395.9 avail Mem +top - 21:55:01 up 8:05, 1 user, load average: 0.43, 0.35, 0.33 +Tasks: 287 total, 1 running, 286 sleeping, 0 stopped, 0 zombie +%Cpu(s): 1.5 us, 1.5 sy, 0.0 ni, 96.2 id, 0.8 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 23744.3 total, 12098.2 free, 11661.4 used, 357.3 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 12082.9 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 1949 root 20 0 4899584 40752 11144 S 90.9 0.2 123:20.42 kvm - 1 root 20 0 25008 15604 10680 S 0.0 0.1 0:01.59 systemd - 2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kthreadd + 3368 root 20 0 6717120 3.1g 11968 S 9.1 13.3 28:32.01 kvm + 1 root 20 0 24788 15436 10636 S 0.0 0.1 0:01.90 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.02 kthreadd 3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+ 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ @@ -11486,275 +13209,282 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 16395.9 avail Mem 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 14 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 0:01.64 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:00.18 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 0:08.16 rcu_pre+ 16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ 17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ - 18 root rt 0 0 0 0 S 0.0 0.0 0:00.00 migrati+ - 19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 - 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 - 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 23 root rt 0 0 0 0 S 0.0 0.0 0:00.13 migrati+ - 24 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 - 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 29 root rt 0 0 0 0 S 0.0 0.0 0:00.13 migrati+ - 30 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 - 34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 35 root rt 0 0 0 0 S 0.0 0.0 0:00.13 migrati+ - 36 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 - 40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 41 root rt 0 0 0 0 S 0.0 0.0 0:00.13 migrati+ - 42 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 - 46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 47 root rt 0 0 0 0 S 0.0 0.0 0:00.13 migrati+ - 48 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 - 52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 53 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ - 54 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 - 58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 59 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ - 60 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/8 - 64 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 65 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ - 66 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ - 67 root 20 0 0 0 0 I 0.0 0.0 0:00.71 kworker+ - 68 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 69 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/9 - 70 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 71 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ - 72 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ - 74 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 75 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/10 - 76 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 77 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ - 78 root 20 0 0 0 0 S 0.0 0.0 0:00.08 ksoftir+ - 80 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 81 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/11 - 82 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ - 83 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ - 84 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ - 85 root 20 0 0 0 0 I 0.0 0.0 0:00.35 kworker+ - 86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 87 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ - 88 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 89 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.03 migrati+ + 19 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kprobe-+ + 20 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 + 22 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 + 23 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 24 root rt 0 0 0 0 S 0.0 0.0 0:00.04 migrati+ + 25 root 20 0 0 0 0 S 0.0 0.0 0:00.04 ksoftir+ + 27 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 28 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 + 29 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 30 root rt 0 0 0 0 S 0.0 0.0 0:00.04 migrati+ + 31 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 33 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 34 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 + 35 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 36 root rt 0 0 0 0 S 0.0 0.0 0:00.04 migrati+ + 37 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 39 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 40 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 + 41 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 42 root rt 0 0 0 0 S 0.0 0.0 0:00.04 migrati+ + 43 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 45 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 46 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 + 47 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 48 root rt 0 0 0 0 S 0.0 0.0 0:00.04 migrati+ + 49 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 51 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 52 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 + 53 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 54 root rt 0 0 0 0 S 0.0 0.0 0:00.04 migrati+ + 55 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 57 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 58 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 + 59 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 60 root rt 0 0 0 0 S 0.0 0.0 0:00.04 migrati+ + 61 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 63 root 0 -20 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 64 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/8 + 65 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 66 root rt 0 0 0 0 S 0.0 0.0 0:00.04 migrati+ + 67 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 69 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 70 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/9 + 71 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 72 root rt 0 0 0 0 S 0.0 0.0 0:00.04 migrati+ + 73 root 20 0 0 0 0 S 0.0 0.0 0:00.22 ksoftir+ + 75 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 76 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/10 + 77 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 78 root rt 0 0 0 0 S 0.0 0.0 0:00.04 migrati+ + 79 root 20 0 0 0 0 S 0.0 0.0 0:00.57 ksoftir+ + 81 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 82 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/11 + 83 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 84 root rt 0 0 0 0 S 0.0 0.0 0:00.04 migrati+ + 85 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 88 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ + 89 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 90 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ 91 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ 92 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd - 93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 khungta+ + 93 root 20 0 0 0 0 S 0.0 0.0 0:00.01 khungta+ 94 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ 97 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 98 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kcompac+ - 99 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd - 100 root 39 19 0 0 0 S 0.0 0.0 0:00.01 khugepa+ - 101 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 99 root 20 0 0 0 0 S 0.0 0.0 0:00.37 kcompac+ + 100 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd + 101 root 39 19 0 0 0 S 0.0 0.0 0:00.11 khugepa+ 102 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 103 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 104 root -51 0 0 0 0 S 0.0 0.0 0:00.08 irq/9-a+ - 105 root 20 0 0 0 0 I 0.0 0.0 0:00.43 kworker+ - 107 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 106 root -51 0 0 0 0 S 0.0 0.0 0:00.62 irq/9-a+ 108 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 109 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 110 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 111 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 112 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 113 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ - 115 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 116 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/120+ - 117 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 - 118 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ - 119 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 121 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 122 root 20 0 0 0 0 S 0.0 0.0 0:00.08 hwrng + 113 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 114 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 115 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ + 116 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 118 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/120+ + 119 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 + 120 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ 123 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 124 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 125 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 126 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 128 root 20 0 0 0 0 I 0.0 0.0 0:00.54 kworker+ - 132 root 20 0 0 0 0 I 0.0 0.0 0:00.38 kworker+ - 134 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 145 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 126 root 20 0 0 0 0 S 0.0 0.0 0:00.33 hwrng + 127 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 128 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 129 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 135 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 146 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 175 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 178 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 179 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 191 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 192 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 215 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 216 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 217 root 0 -20 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 218 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 230 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 231 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 232 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 233 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 234 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 235 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 236 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ - 237 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 261 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 262 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 270 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 272 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 273 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 220 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 221 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 222 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 223 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 224 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 225 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 226 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 227 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 241 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 250 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 254 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 255 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 263 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 264 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 265 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 287 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 294 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 296 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 302 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 303 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 304 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 336 root 20 0 0 0 0 S 0.0 0.0 0:00.10 jbd2/dm+ - 337 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 367 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 385 root 20 0 51312 28596 27176 S 0.0 0.1 0:00.24 systemd+ - 401 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 402 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 403 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 297 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 298 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 331 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 334 root 20 0 0 0 0 S 0.0 0.0 0:00.42 jbd2/dm+ + 335 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 364 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 366 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 384 root 20 0 59636 36880 35392 S 0.0 0.2 0:00.49 systemd+ + 400 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 402 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ 404 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 405 root 20 0 0 0 0 I 0.0 0.0 0:00.74 kworker+ - 427 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ - 428 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ - 429 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ - 430 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ - 432 root 20 0 36964 10408 7692 S 0.0 0.0 0:00.18 systemd+ - 437 root 20 0 77296 22300 9124 S 0.0 0.1 0:00.14 dmeventd - 440 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 535 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 536 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 405 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 406 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 407 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 429 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ + 430 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ + 431 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ + 432 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ + 434 root 20 0 37008 10400 7868 S 0.0 0.0 0:00.19 systemd+ + 438 root 20 0 77296 22300 9124 S 0.0 0.1 0:00.75 dmeventd + 442 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 488 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 511 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 528 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 537 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ - 538 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ - 539 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 540 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 541 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ - 542 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ - 544 root 20 0 0 0 0 S 0.0 0.0 0:00.02 arc_evi+ - 545 root 39 19 0 0 0 S 0.0 0.0 0:00.03 arc_reap - 547 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ - 548 root 39 19 0 0 0 S 0.0 0.0 0:00.03 dbuf_ev+ - 549 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/132+ - 587 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ - 602 root 20 0 0 0 0 S 0.0 0.0 0:00.03 l2arc_f+ - 605 root 20 0 0 0 0 I 0.0 0.0 0:00.81 kworker+ - 606 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 616 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 619 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card1-c+ + 538 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 539 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 540 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/132+ + 541 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ + 542 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 543 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 544 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 545 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ + 546 root 20 0 0 0 0 S 0.0 0.0 0:00.21 arc_evi+ + 547 root 39 19 0 0 0 S 0.0 0.0 0:00.24 arc_reap + 548 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ + 549 root 39 19 0 0 0 S 0.0 0.0 0:00.22 dbuf_ev+ + 577 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 579 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ + 593 root 20 0 0 0 0 S 0.0 0.0 0:00.18 l2arc_f+ + 619 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 620 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card1-c+ 621 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card1-c+ - 672 root 20 0 0 0 0 I 0.0 0.0 0:00.92 kworker+ - 673 _rpc 20 0 6568 4040 3632 S 0.0 0.0 0:00.00 rpcbind - 675 root 20 0 79620 2348 2140 S 0.0 0.0 0:00.25 pvefw-l+ - 734 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 735 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 767 root 20 0 5256 1624 1404 S 0.0 0.0 0:00.00 blkmapd - 792 message+ 20 0 8484 5056 4240 S 0.0 0.0 0:00.12 dbus-da+ - 799 root 20 0 276136 3588 3296 S 0.0 0.0 0:00.00 pve-lxc+ - 803 root 20 0 404848 7668 6628 S 0.0 0.0 0:00.38 rrdcach+ - 805 root 20 0 9996 6144 4712 S 0.0 0.0 0:00.02 smartd - 808 root 20 0 19104 9112 7804 S 0.0 0.0 0:00.08 systemd+ - 810 root 20 0 1422128 94728 25868 S 0.0 0.4 0:07.65 tailsca+ - 815 root 20 0 2432 1528 1436 S 0.0 0.0 0:00.09 watchdo+ - 823 root 20 0 104404 6220 5072 S 0.0 0.0 0:00.00 zed - 825 root 20 0 159064 2568 2204 S 0.0 0.0 0:00.00 lxcfs - 826 root 20 0 7216 2248 1904 S 0.0 0.0 0:00.05 ksmtuned - 828 root 20 0 5748 2132 1940 S 0.0 0.0 0:00.00 qmeventd - 886 _chrony 20 0 19932 3780 3012 S 0.0 0.0 0:00.02 chronyd - 890 _chrony 20 0 11604 2284 1656 S 0.0 0.0 0:00.00 chronyd - 913 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 1005 root 20 0 5984 3468 2624 S 0.0 0.0 0:00.03 dhclient - 1072 root 20 0 5520 2700 2448 S 0.0 0.0 0:00.00 lxc-mon+ - 1082 root 20 0 266312 32280 15068 S 0.0 0.1 0:00.60 tuned - 1089 root 20 0 553784 60376 48212 S 0.0 0.2 0:03.97 pmxcfs - 1096 root 20 0 11776 7724 6492 S 0.0 0.0 0:00.02 sshd - 1103 root 20 0 8168 2724 2492 S 0.0 0.0 0:00.00 agetty - 1159 polkitd 20 0 306704 8084 7024 S 0.0 0.0 0:00.11 polkitd - 1241 root 20 0 43984 4640 4004 S 0.0 0.0 0:00.01 master - 1243 postfix 20 0 44524 7604 6912 S 0.0 0.0 0:00.00 qmgr - 1250 root 20 0 6864 2912 2660 S 0.0 0.0 0:00.00 cron - 1251 root 20 0 13680 6212 5300 S 0.0 0.0 0:00.28 proxmox+ - 1332 root 20 0 177276 109236 6288 S 0.0 0.4 0:10.56 pve-fir+ - 1334 root 20 0 185512 119688 11900 S 0.0 0.5 0:43.83 pvestatd - 1358 root 20 0 218816 149008 3400 S 0.0 0.6 0:00.03 pvedaem+ - 1359 root 20 0 226712 152632 6264 S 0.0 0.6 0:00.13 pvedaem+ - 1360 root 20 0 226716 152632 6260 S 0.0 0.6 0:00.12 pvedaem+ - 1361 root 20 0 218948 149708 3944 S 0.0 0.6 0:00.10 pvedaem+ - 1368 root 20 0 204656 122412 5168 S 0.0 0.5 0:00.35 pve-ha-+ - 1370 www-data 20 0 220076 150124 3256 S 0.0 0.6 0:00.04 pveproxy - 1371 www-data 20 0 228376 157192 9212 S 0.0 0.6 0:00.13 pveprox+ - 1372 www-data 20 0 228376 157188 9224 S 0.0 0.6 0:00.10 pveprox+ - 1373 www-data 20 0 228380 157184 9216 S 0.0 0.6 0:00.11 pveprox+ - 1380 www-data 20 0 91984 54680 3336 S 0.0 0.2 0:00.02 spicepr+ - 1381 www-data 20 0 92116 55436 3928 S 0.0 0.2 0:00.10 spicepr+ - 1383 root 20 0 203836 121584 5064 S 0.0 0.5 0:00.55 pve-ha-+ - 1394 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 1399 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ - 1418 root 20 0 9.9g 996736 11120 S 0.0 4.1 0:52.66 kvm - 1491 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 1519 root 20 0 9051352 2.6g 11164 S 0.0 11.4 2:52.92 kvm - 1595 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 1764 root 20 0 2779616 986.8m 11204 S 0.0 4.2 0:58.19 kvm - 1816 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 1851 root 20 0 4761664 846092 11020 S 0.0 3.5 1:10.53 kvm - 1926 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 2058 root 20 0 0 0 0 S 0.0 0.0 0:00.45 kvm-pit+ - 2090 root 20 0 200492 123780 3376 S 0.0 0.5 0:00.40 pvesche+ - 2324 root 20 0 0 0 0 I 0.0 0.0 0:00.54 kworker+ - 4741 root 20 0 0 0 0 I 0.0 0.0 0:00.51 kworker+ - 6095 root 20 0 0 0 0 I 0.0 0.0 0:00.28 kworker+ - 10324 root 20 0 0 0 0 I 0.0 0.0 0:00.65 kworker+ - 10327 root 20 0 0 0 0 I 0.0 0.0 0:00.52 kworker+ - 10706 root 20 0 0 0 0 I 0.0 0.0 0:00.73 kworker+ - 17465 root 20 0 0 0 0 I 0.0 0.0 0:00.21 kworker+ - 21622 root 20 0 0 0 0 I 0.0 0.0 0:00.59 kworker+ - 23663 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ - 24960 root 20 0 0 0 0 I 0.0 0.0 0:00.27 kworker+ - 25699 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ - 25986 root 20 0 0 0 0 I 0.0 0.0 0:00.33 kworker+ - 27335 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ - 27635 root 20 0 0 0 0 I 0.0 0.0 0:00.51 kworker+ - 29081 root 20 0 0 0 0 I 0.0 0.0 0:00.22 kworker+ - 30963 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 31056 root 20 0 0 0 0 I 0.0 0.0 0:00.21 kworker+ - 31405 postfix 20 0 44472 7588 6876 S 0.0 0.0 0:00.00 pickup - 31554 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ - 32296 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 32453 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ - 32454 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ - 33100 root 20 0 0 0 0 I 0.0 0.0 0:00.21 kworker+ - 33147 root 20 0 0 0 0 I 0.0 0.0 0:00.39 kworker+ - 35333 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ - 36968 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 36969 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ - 37023 root 20 0 22220 12632 10216 S 0.0 0.1 0:00.12 systemd - 37025 root 20 0 24404 3784 1988 S 0.0 0.0 0:00.00 (sd-pam) - 37030 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 37059 root 20 0 19652 11632 9860 S 0.0 0.0 0:00.00 sshd-se+ - 37066 root 20 0 19908 7436 5388 S 0.0 0.0 0:00.00 sshd-se+ - 37067 root 20 0 7316 3752 3228 S 0.0 0.0 0:00.21 bash - 37428 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ - 39043 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 39189 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ - 39285 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 39405 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ - 39871 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 40094 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ - 40778 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 40847 root 20 0 5580 2156 2044 S 0.0 0.0 0:00.00 sleep - 40983 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 41025 root 20 0 7316 2260 1736 S 0.0 0.0 0:00.00 bash - 41026 root 20 0 5588 2040 1924 S 0.0 0.0 0:00.00 head - 41027 root 20 0 10424 5448 3356 R 0.0 0.0 0:00.00 top + 622 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card1-c+ + 658 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 672 _rpc 20 0 6568 3836 3428 S 0.0 0.0 0:00.01 rpcbind + 673 root 20 0 79620 2560 2352 S 0.0 0.0 0:01.85 pvefw-l+ + 785 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 786 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 789 root 20 0 5264 1572 1348 S 0.0 0.0 0:00.00 blkmapd + 797 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 801 _chrony 20 0 19940 5492 4728 S 0.0 0.0 0:00.05 chronyd + 802 message+ 20 0 8508 5116 4348 S 0.0 0.0 0:00.10 dbus-da+ + 810 root 20 0 276136 3604 3312 S 0.0 0.0 0:00.00 pve-lxc+ + 814 root 20 0 699776 8116 6772 S 0.0 0.0 0:05.05 rrdcach+ + 816 root 20 0 10120 6352 4908 S 0.0 0.0 0:00.02 smartd + 819 root 20 0 7216 2384 2040 S 0.0 0.0 0:00.25 ksmtuned + 821 root 20 0 19096 9228 7976 S 0.0 0.0 0:00.06 systemd+ + 822 root 20 0 1422320 107600 25640 S 0.0 0.4 1:25.16 tailsca+ + 832 root 20 0 2432 1568 1472 S 0.0 0.0 0:00.49 watchdo+ + 833 root 20 0 5748 2132 1932 S 0.0 0.0 0:00.00 qmeventd + 836 root 20 0 104420 6504 5356 S 0.0 0.0 0:00.00 zed + 838 root 20 0 159036 2544 2168 S 0.0 0.0 0:00.00 lxcfs + 899 _chrony 20 0 11612 2248 1620 S 0.0 0.0 0:00.00 chronyd + 1001 root 20 0 5984 3460 2620 S 0.0 0.0 0:00.19 dhclient + 1066 _lldpd 20 0 21376 6640 5472 S 0.0 0.0 0:00.02 lldpd + 1067 root 20 0 5520 2768 2516 S 0.0 0.0 0:00.00 lxc-mon+ + 1077 root 20 0 266312 32496 15292 S 0.0 0.1 0:02.58 tuned + 1087 root 20 0 633716 64496 51224 S 0.0 0.3 0:19.44 pmxcfs + 1092 root 20 0 11776 7736 6508 S 0.0 0.0 0:00.01 sshd + 1096 _lldpd 20 0 21500 2876 1704 S 0.0 0.0 0:00.84 lldpd + 1100 root 20 0 8168 2716 2480 S 0.0 0.0 0:00.00 agetty + 1165 polkitd 20 0 306704 8236 7176 S 0.0 0.0 0:00.33 polkitd + 1243 root 20 0 43984 4724 4088 S 0.0 0.0 0:00.04 master + 1245 postfix 20 0 44524 7660 6968 S 0.0 0.0 0:00.01 qmgr + 1251 root 20 0 6864 2924 2668 S 0.0 0.0 0:00.03 cron + 1252 root 20 0 13584 6088 5200 S 0.0 0.0 0:01.36 proxmox+ + 1272 root 20 0 186436 112152 6684 S 0.0 0.5 0:44.42 pve-fir+ + 1276 root 20 0 195284 126872 13644 S 0.0 0.5 3:03.48 pvestatd + 1297 root 20 0 230076 153572 3336 S 0.0 0.6 0:00.22 pvedaem+ + 1307 root 20 0 214128 125708 5456 S 0.0 0.5 0:01.45 pve-ha-+ + 1309 www-data 20 0 231296 154932 3416 S 0.0 0.6 0:00.24 pveproxy + 1320 www-data 20 0 99268 55520 3444 S 0.0 0.2 0:00.20 spicepr+ + 1321 www-data 20 0 99400 56180 3948 S 0.0 0.2 0:00.48 spicepr+ + 1323 root 20 0 213240 124588 5336 S 0.0 0.5 0:02.17 pve-ha-+ + 1396 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1401 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ + 1420 root 20 0 8811520 1.1g 11756 S 0.0 4.6 3:35.86 kvm + 1497 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 1525 root 20 0 9218148 2.5g 11724 S 0.0 11.0 9:09.82 kvm + 1578 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 1602 root 20 0 2800700 966164 11780 S 0.0 4.0 3:05.38 kvm + 1667 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 1767 root 20 0 4781384 985140 11852 S 0.0 4.1 2:52.65 kvm + 1826 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 1929 root 20 0 209844 126472 3368 S 0.0 0.5 0:01.56 pvesche+ + 3488 root 20 0 0 0 0 S 0.0 0.0 0:00.06 kvm-pit+ + 28904 root 20 0 277372 205320 15984 S 0.0 0.8 0:06.85 pvedaem+ + 30885 root 20 0 239472 164884 12356 S 0.0 0.7 0:04.45 pvedaem+ + 37032 root 20 0 239348 164768 12360 S 0.0 0.7 0:03.21 pvedaem+ + 62953 root 20 0 5416584 887328 14172 S 0.0 3.6 12:16.85 kvm + 63032 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 65604 root 20 0 0 0 0 I 0.0 0.0 0:02.48 kworker+ + 67853 www-data 20 0 257860 184628 13696 S 0.0 0.8 0:03.02 pveprox+ + 77137 www-data 20 0 291992 216912 18456 S 0.0 0.9 0:01.91 pveprox+ + 77441 www-data 20 0 252956 178880 12724 S 0.0 0.7 0:01.23 pveprox+ + 86660 root 20 0 0 0 0 I 0.0 0.0 0:00.73 kworker+ + 90038 root 20 0 0 0 0 I 0.0 0.0 0:01.72 kworker+ + 95038 root 20 0 0 0 0 I 0.0 0.0 0:01.64 kworker+ + 101903 root 20 0 0 0 0 I 0.0 0.0 0:00.92 kworker+ + 104182 root 20 0 0 0 0 I 0.0 0.0 0:01.05 kworker+ + 109723 root 20 0 0 0 0 I 0.0 0.0 0:00.91 kworker+ + 112905 root 20 0 0 0 0 I 0.0 0.0 0:00.39 kworker+ + 114567 root 20 0 0 0 0 I 0.0 0.0 0:00.33 kworker+ + 114618 root 20 0 0 0 0 I 0.0 0.0 0:01.07 kworker+ + 115307 root 20 0 0 0 0 I 0.0 0.0 0:00.56 kworker+ + 117518 root 20 0 0 0 0 I 0.0 0.0 0:00.40 kworker+ + 119040 postfix 20 0 44472 7752 7016 S 0.0 0.0 0:00.00 pickup + 119630 root 20 0 0 0 0 I 0.0 0.0 0:00.94 kworker+ + 120959 root 20 0 0 0 0 I 0.0 0.0 0:00.73 kworker+ + 121778 root 20 0 0 0 0 I 0.0 0.0 0:00.61 kworker+ + 125414 root 20 0 0 0 0 I 0.0 0.0 0:00.48 kworker+ + 126981 root 20 0 0 0 0 I 0.0 0.0 0:00.56 kworker+ + 127218 root 20 0 0 0 0 I 0.0 0.0 0:00.33 kworker+ + 127608 root 20 0 0 0 0 I 0.0 0.0 0:00.26 kworker+ + 128122 root 20 0 0 0 0 I 0.0 0.0 0:00.41 kworker+ + 128996 root 20 0 0 0 0 I 0.0 0.0 0:00.57 kworker+ + 130333 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+ + 130334 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+ + 130723 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 131473 root 20 0 0 0 0 I 0.0 0.0 0:00.38 kworker+ + 132710 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+ + 136485 root 20 0 0 0 0 I 0.0 0.0 0:00.33 kworker+ + 138165 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 139496 root 20 0 0 0 0 I 0.0 0.0 0:00.22 kworker+ + 139596 root 20 0 0 0 0 I 0.0 0.0 0:00.28 kworker+ + 140296 root 20 0 0 0 0 I 0.0 0.0 0:00.25 kworker+ + 140398 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 140533 root 20 0 0 0 0 I 0.0 0.0 0:00.17 kworker+ + 141217 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 142403 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 142502 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 142598 root 20 0 22192 12736 10256 S 0.0 0.1 0:00.12 systemd + 142600 root 20 0 24404 3788 1988 S 0.0 0.0 0:00.00 (sd-pam) + 142605 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 142645 root 20 0 19652 11660 9892 S 0.0 0.0 0:00.00 sshd-se+ + 142652 root 20 0 19908 7404 5360 S 0.0 0.0 0:00.00 sshd-se+ + 142653 root 20 0 7320 3788 3256 S 0.0 0.0 0:00.23 bash + 143517 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 145070 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 145201 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 145298 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 145536 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 145630 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 145928 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 146760 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 146854 root 20 0 5580 2152 2040 S 0.0 0.0 0:00.00 sleep + 146911 root 20 0 7320 2376 1844 S 0.0 0.0 0:00.00 bash + 146912 root 20 0 5588 2048 1932 S 0.0 0.0 0:00.00 head + 146913 root 20 0 10424 5392 3300 R 0.0 0.0 0:00.00 top --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -11764,8 +13494,8 @@ no pools available --- arcstat 1 2 $ arcstat 1 2 time read ddread ddh% dmread dmh% pread ph% size c avail -10:25:23 0 0 0 0 0 0 0 2.8K 742M 15.2G -10:25:24 0 0 0 0 0 0 0 2.8K 742M 15.2G +21:55:02 0 0 0 0 0 0 0 2.8K 742M 11.0G +21:55:03 0 0 0 0 0 0 0 2.8K 742M 11.0G --- /proc/net/dev delta (1s) $ awk '{print $1}' /proc/net/dev @@ -11798,6 +13528,14 @@ tap904i0: fwbr904i0: fwpr904p0: fwln904i0: +tap906i0: +fwbr906i0: +fwpr906p0: +fwln906i0: +tap906i1: +fwbr906i1: +fwpr906p1: +fwln906i1: tap905i0: fwbr905i0: fwpr905p0: @@ -11805,61 +13543,77 @@ fwln905i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 8976 64 0 0 0 0 0 0 8976 64 0 0 0 0 0 0 - nic0: 98756121 494336 0 248 0 0 0 198066 28387235 143233 0 0 0 0 0 0 -enx9c69d36a5b6c: 2001827491 1582428 0 249 0 0 0 0 695897364 1091684 0 1 0 0 0 0 -tailscale0: 210738 997 0 0 0 0 0 0 154407 918 0 0 0 0 0 0 - vmbr0: 25166759 262399 0 0 0 0 0 170055 1199171 6476 0 0 0 0 0 0 -datanet: 2001816037 1582179 0 0 0 0 0 6275 696183368 1091876 0 0 0 0 0 0 -tap901i0: 7453157 38794 0 0 0 0 0 0 41397214 310250 0 0 0 0 0 0 -fwbr901i0: 22786035 252638 0 298 0 0 0 169742 0 0 0 0 0 0 0 0 -fwpr901p0: 7453157 38794 0 0 0 0 0 0 41397214 310250 0 0 0 0 0 0 -fwln901i0: 41397214 310250 0 0 0 0 0 0 7453157 38794 0 0 0 0 0 0 -tap902i0: 11951952 56471 0 0 0 0 0 0 45488560 315092 0 3817 0 0 0 0 -fwbr902i0: 22771911 252510 0 298 0 0 0 169651 0 0 0 0 0 0 0 0 -fwpr902p0: 11951952 56471 0 0 0 0 0 0 45865347 317972 0 0 0 0 0 0 -fwln902i0: 45865347 317972 0 0 0 0 0 0 11951952 56471 0 0 0 0 0 0 -tap903i0: 75152 794 0 0 0 0 0 0 26126942 250813 0 2232 0 0 0 0 -fwbr903i0: 22758231 252409 0 298 0 0 0 169583 0 0 0 0 0 0 0 0 -fwpr903p0: 75152 794 0 0 0 0 0 0 26378402 253045 0 0 0 0 0 0 -fwln903i0: 26378402 253045 0 0 0 0 0 0 75152 794 0 0 0 0 0 0 -tap904i0: 6847529 39573 0 0 0 0 0 0 53506581 328789 0 1863 0 0 0 0 -fwbr904i0: 22749809 252313 0 298 0 0 0 169527 0 0 0 0 0 0 0 0 -fwpr904p0: 6847529 39573 0 0 0 0 0 0 53718299 330653 0 0 0 0 0 0 -fwln904i0: 53718299 330653 0 0 0 0 0 0 6847529 39573 0 0 0 0 0 0 -tap905i0: 0 0 0 0 0 0 0 0 86 1 0 251663 0 0 0 0 -fwbr905i0: 22741199 252215 0 298 0 0 0 169462 0 0 0 0 0 0 0 0 -fwpr905p0: 0 0 0 0 0 0 0 0 26341327 252663 0 0 0 0 0 0 -fwln905i0: 26341327 252663 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + lo: 15792235 80310 0 0 0 0 0 0 15792235 80310 0 0 0 0 0 0 + nic0: 6078994632 6021236 0 971 0 0 0 631095 266888649 1073607 0 0 0 0 0 0 +enx9c69d36a5b6c: 3801077134 4446397 0 971 0 0 0 0 12999691837 10012187 0 0 0 0 0 0 +tailscale0: 4246101027 483726 0 0 0 0 0 0 102068041 379397 0 0 0 0 0 0 + vmbr0: 4656225965 1450893 0 0 0 0 0 515935 158491100 485679 0 0 0 0 0 0 +datanet: 3800895214 4445290 0 5 0 0 0 24208 12479054024 2124360 0 0 0 0 0 0 +tap901i0: 32173494 163536 0 0 0 0 0 0 143304159 1006720 0 0 0 0 0 0 +fwbr901i0: 71799349 770901 0 1188 0 0 0 515546 0 0 0 0 0 0 0 0 +fwpr901p0: 32414775 164505 0 969 0 0 0 0 143473173 1007975 0 0 0 0 0 0 +fwln901i0: 143473173 1007975 0 969 0 0 0 0 32414775 164505 0 0 0 0 0 0 +tap902i0: 45067745 224082 0 0 0 0 0 0 160730334 1037359 0 161 0 0 0 0 +fwbr902i0: 71788813 770831 0 1188 0 0 0 515506 0 0 0 0 0 0 0 0 +fwpr902p0: 45309026 225051 0 969 0 0 0 0 160776631 1034949 0 0 0 0 0 0 +fwln902i0: 160776631 1034949 0 969 0 0 0 0 45309026 225051 0 0 0 0 0 0 +tap903i0: 305360 3165 0 0 0 0 0 0 82984242 773199 0 0 0 0 0 0 +fwbr903i0: 71784226 770786 0 1188 0 0 0 515479 0 0 0 0 0 0 0 0 +fwpr903p0: 546641 4134 0 969 0 0 0 0 83250283 775226 0 0 0 0 0 0 +fwln903i0: 83250283 775226 0 969 0 0 0 0 546641 4134 0 0 0 0 0 0 +tap904i0: 927361 7892 0 0 0 0 0 0 84561544 781641 0 26 0 0 0 0 +fwbr904i0: 71778051 770719 0 1188 0 0 0 515442 0 0 0 0 0 0 0 0 +fwpr904p0: 1168642 8861 0 969 0 0 0 0 84831005 783690 0 0 0 0 0 0 +fwln904i0: 84831005 783690 0 969 0 0 0 0 1168642 8861 0 0 0 0 0 0 +tap906i0: 21994407 132516 0 0 0 0 0 0 1108618695 932249 0 33276 0 0 0 0 +fwbr906i0: 70877298 761936 0 1177 0 0 0 509069 0 0 0 0 0 0 0 0 +fwpr906p0: 22233447 133476 0 960 0 0 0 0 1112550859 967036 0 0 0 0 0 0 +fwln906i0: 1112550859 967036 0 960 0 0 0 0 22233447 133476 0 0 0 0 0 0 +tap906i1: 300 5 0 0 0 0 0 0 60 1 0 25377 0 0 0 0 +fwbr906i1: 2089572 25460 0 5 0 0 0 23939 0 0 0 0 0 0 0 0 +fwpr906p1: 239340 965 0 960 0 0 0 0 2688392 26441 0 0 0 0 0 0 +fwln906i1: 2688392 26441 0 960 0 0 0 0 239340 965 0 0 0 0 0 0 +tap905i0: 128440 1411 0 0 0 0 0 0 47023977 440979 0 0 0 0 0 0 +fwbr905i0: 40569547 439061 0 666 0 0 0 293833 0 0 0 0 0 0 0 0 +fwpr905p0: 265888 1963 0 552 0 0 0 0 47024529 440979 0 0 0 0 0 0 +fwln905i0: 47024529 440979 0 552 0 0 0 0 265888 1963 0 0 0 0 0 0 --- t1 (1s later) --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - lo: 8976 64 0 0 0 0 0 0 8976 64 0 0 0 0 0 0 - nic0: 98767294 494383 0 248 0 0 0 198082 28390095 143253 0 0 0 0 0 0 -enx9c69d36a5b6c: 2001827537 1582429 0 249 0 0 0 0 695897364 1091684 0 1 0 0 0 0 -tailscale0: 210738 997 0 0 0 0 0 0 154407 918 0 0 0 0 0 0 - vmbr0: 25168778 262413 0 0 0 0 0 170061 1199213 6477 0 0 0 0 0 0 -datanet: 2001816083 1582180 0 0 0 0 0 6276 696183368 1091876 0 0 0 0 0 0 -tap901i0: 7453833 38798 0 0 0 0 0 0 41400065 310267 0 0 0 0 0 0 -fwbr901i0: 22787870 252650 0 298 0 0 0 169748 0 0 0 0 0 0 0 0 -fwpr901p0: 7453833 38798 0 0 0 0 0 0 41400065 310267 0 0 0 0 0 0 -fwln901i0: 41400065 310267 0 0 0 0 0 0 7453833 38798 0 0 0 0 0 0 -tap902i0: 11952672 56478 0 0 0 0 0 0 45491613 315113 0 3817 0 0 0 0 -fwbr902i0: 22773746 252522 0 298 0 0 0 169657 0 0 0 0 0 0 0 0 -fwpr902p0: 11952672 56478 0 0 0 0 0 0 45868400 317993 0 0 0 0 0 0 -fwln902i0: 45868400 317993 0 0 0 0 0 0 11952672 56478 0 0 0 0 0 0 -tap903i0: 75152 794 0 0 0 0 0 0 26128945 250825 0 2232 0 0 0 0 -fwbr903i0: 22760066 252421 0 298 0 0 0 169589 0 0 0 0 0 0 0 0 -fwpr903p0: 75152 794 0 0 0 0 0 0 26380405 253057 0 0 0 0 0 0 -fwln903i0: 26380405 253057 0 0 0 0 0 0 75152 794 0 0 0 0 0 0 -tap904i0: 6848799 39581 0 0 0 0 0 0 53511059 328810 0 1863 0 0 0 0 -fwbr904i0: 22751644 252325 0 298 0 0 0 169533 0 0 0 0 0 0 0 0 -fwpr904p0: 6848799 39581 0 0 0 0 0 0 53722777 330674 0 0 0 0 0 0 -fwln904i0: 53722777 330674 0 0 0 0 0 0 6848799 39581 0 0 0 0 0 0 -tap905i0: 0 0 0 0 0 0 0 0 86 1 0 251675 0 0 0 0 -fwbr905i0: 22743034 252227 0 298 0 0 0 169468 0 0 0 0 0 0 0 0 -fwpr905p0: 0 0 0 0 0 0 0 0 26343330 252675 0 0 0 0 0 0 -fwln905i0: 26343330 252675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + lo: 15792235 80310 0 0 0 0 0 0 15792235 80310 0 0 0 0 0 0 + nic0: 6079021960 6021348 0 971 0 0 0 631105 266898476 1073658 0 0 0 0 0 0 +enx9c69d36a5b6c: 3801079571 4446425 0 971 0 0 0 0 12999766435 10012244 0 0 0 0 0 0 +tailscale0: 4246101027 483726 0 0 0 0 0 0 102068041 379397 0 0 0 0 0 0 + vmbr0: 4656235870 1450950 0 0 0 0 0 515942 158494901 485701 0 0 0 0 0 0 +datanet: 3800897651 4445318 0 5 0 0 0 24209 12479125982 2124377 0 0 0 0 0 0 +tap901i0: 32174264 163541 0 0 0 0 0 0 143306705 1006752 0 0 0 0 0 0 +fwbr901i0: 71800527 770926 0 1188 0 0 0 515553 0 0 0 0 0 0 0 0 +fwpr901p0: 32415545 164510 0 969 0 0 0 0 143475719 1008007 0 0 0 0 0 0 +fwln901i0: 143475719 1008007 0 969 0 0 0 0 32415545 164510 0 0 0 0 0 0 +tap902i0: 45067911 224083 0 0 0 0 0 0 160732014 1037385 0 161 0 0 0 0 +fwbr902i0: 71789991 770856 0 1188 0 0 0 515513 0 0 0 0 0 0 0 0 +fwpr902p0: 45309192 225052 0 969 0 0 0 0 160778311 1034975 0 0 0 0 0 0 +fwln902i0: 160778311 1034975 0 969 0 0 0 0 45309192 225052 0 0 0 0 0 0 +tap903i0: 305360 3165 0 0 0 0 0 0 82985770 773224 0 0 0 0 0 0 +fwbr903i0: 71785404 770811 0 1188 0 0 0 515486 0 0 0 0 0 0 0 0 +fwpr903p0: 546641 4134 0 969 0 0 0 0 83251811 775251 0 0 0 0 0 0 +fwln903i0: 83251811 775251 0 969 0 0 0 0 546641 4134 0 0 0 0 0 0 +tap904i0: 927361 7892 0 0 0 0 0 0 84563072 781666 0 26 0 0 0 0 +fwbr904i0: 71779229 770744 0 1188 0 0 0 515449 0 0 0 0 0 0 0 0 +fwpr904p0: 1168642 8861 0 969 0 0 0 0 84832533 783715 0 0 0 0 0 0 +fwln904i0: 84832533 783715 0 969 0 0 0 0 1168642 8861 0 0 0 0 0 0 +tap906i0: 21999145 132539 0 0 0 0 0 0 1108634772 932318 0 33276 0 0 0 0 +fwbr906i0: 70878476 761961 0 1177 0 0 0 509076 0 0 0 0 0 0 0 0 +fwpr906p0: 22238185 133499 0 960 0 0 0 0 1112566936 967105 0 0 0 0 0 0 +fwln906i0: 1112566936 967105 0 960 0 0 0 0 22238185 133499 0 0 0 0 0 0 +tap906i1: 300 5 0 0 0 0 0 0 60 1 0 25378 0 0 0 0 +fwbr906i1: 2089701 25461 0 5 0 0 0 23940 0 0 0 0 0 0 0 0 +fwpr906p1: 239340 965 0 960 0 0 0 0 2688535 26442 0 0 0 0 0 0 +fwln906i1: 2688535 26442 0 960 0 0 0 0 239340 965 0 0 0 0 0 0 +tap905i0: 128440 1411 0 0 0 0 0 0 47025505 441004 0 0 0 0 0 0 +fwbr905i0: 40570725 439086 0 666 0 0 0 293840 0 0 0 0 0 0 0 0 +fwpr905p0: 265888 1963 0 552 0 0 0 0 47026057 441004 0 0 0 0 0 0 +fwln905i0: 47026057 441004 0 552 0 0 0 0 265888 1963 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -11948,9 +13702,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - Local time: Mon 2026-07-27 10:25:25 CDT - Universal time: Mon 2026-07-27 15:25:25 UTC - RTC time: Mon 2026-07-27 15:25:25 + Local time: Mon 2026-07-27 21:55:04 CDT + Universal time: Tue 2026-07-28 02:55:04 UTC + RTC time: Tue 2026-07-28 02:55:04 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -11958,28 +13712,28 @@ System clock synchronized: yes --- chronyc tracking $ chronyc tracking -Reference ID : 176FBABA (us-east-2.clearnet.pw) +Reference ID : 43D7F9E5 (dreamstation.systems) Stratum : 3 -Ref time (UTC) : Mon Jul 27 15:23:17 2026 -System time : 0.000340162 seconds fast of NTP time -Last offset : +0.000605104 seconds -RMS offset : 0.000816734 seconds -Frequency : 6.468 ppm fast -Residual freq : +0.005 ppm -Skew : 0.079 ppm -Root delay : 0.053870346 seconds -Root dispersion : 0.016805481 seconds -Update interval : 1027.5 seconds +Ref time (UTC) : Tue Jul 28 02:40:38 2026 +System time : 0.000613974 seconds fast of NTP time +Last offset : +0.000066521 seconds +RMS offset : 0.000435369 seconds +Frequency : 5.718 ppm fast +Residual freq : +0.001 ppm +Skew : 0.024 ppm +Root delay : 0.053245336 seconds +Root dispersion : 0.001975579 seconds +Update interval : 1033.6 seconds Leap status : Normal --- chronyc sources $ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== -^+ 172-234-44-141.ip.linode> 2 6 377 45 -4872us[-4872us] +/- 79ms -^+ ntp.maxhost.io 2 10 377 129 +4780us[+5385us] +/- 53ms -^* us-east-2.clearnet.pw 2 10 377 127 -770us[ -164us] +/- 43ms -^+ ntp6.kernfusion.at 2 10 377 119 +974us[ +974us] +/- 68ms +^* dreamstation.systems 2 10 377 866 +4870us[+4937us] +/- 31ms +^+ sensei.ruselabs.com 2 10 377 81 -13ms[ -13ms] +/- 38ms +^+ falkor.smatwebdesign.com 3 10 377 60 +3789us[+3789us] +/- 27ms +^+ 108.61.73.243 2 10 377 940 +1418us[+1485us] +/- 40ms --- ntpq peers $ ntpq -pn @@ -12002,39 +13756,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Mon Jul 27 10:25:26 2026 -*raw -:PREROUTING ACCEPT [2069362:2064348020] -:OUTPUT ACCEPT [745670:663810483] -COMMIT -# Completed on Mon Jul 27 10:25:26 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 10:25:26 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:05 2026 *mangle -:PREROUTING ACCEPT [2069399:2064355686] -:INPUT ACCEPT [1593762:2005520824] +:PREROUTING ACCEPT [7512833:12879918305] +:INPUT ACCEPT [5685627:12650795247] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [745695:663813237] -:POSTROUTING ACCEPT [745695:663813237] +:OUTPUT ACCEPT [2942176:12712569692] +:POSTROUTING ACCEPT [2942176:12712569692] -A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000 -A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000 COMMIT -# Completed on Mon Jul 27 10:25:26 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 10:25:26 2026 +# Completed on Mon Jul 27 21:55:05 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:05 2026 +*raw +:PREROUTING ACCEPT [7512919:12879942793] +:OUTPUT ACCEPT [2942220:12712574805] +COMMIT +# Completed on Mon Jul 27 21:55:05 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:05 2026 *nat -:PREROUTING ACCEPT [448172:52873303] -:INPUT ACCEPT [3439:923606] -:OUTPUT ACCEPT [11720:732989] -:POSTROUTING ACCEPT [11720:732989] +:PREROUTING ACCEPT [1737664:209198730] +:INPUT ACCEPT [32566:7095942] +:OUTPUT ACCEPT [58300:3789926] +:POSTROUTING ACCEPT [58300:3789926] :ts-postrouting - [0:0] -A POSTROUTING -j ts-postrouting -A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE COMMIT -# Completed on Mon Jul 27 10:25:26 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 10:25:26 2026 +# Completed on Mon Jul 27 21:55:05 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:05 2026 *filter -:INPUT ACCEPT [1590516:2004920733] +:INPUT ACCEPT [4644101:3861299802] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [745798:663825889] +:OUTPUT ACCEPT [2942281:12712582867] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -12049,7 +13803,7 @@ COMMIT -A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN -A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP COMMIT -# Completed on Mon Jul 27 10:25:26 2026 +# Completed on Mon Jul 27 21:55:05 2026 --- ipset list (names) $ ipset list -n @@ -12184,9 +13938,9 @@ apparmor module is loaded. wpcom 3 processes have profiles defined. 3 processes are in enforce mode. - /usr/sbin/chronyd (886) - /usr/sbin/chronyd (890) - /usr/sbin/dhclient (1005) /{,usr/}sbin/dhclient + /usr/sbin/chronyd (801) + /usr/sbin/chronyd (899) + /usr/sbin/dhclient (1001) /{,usr/}sbin/dhclient 0 processes are in complain mode. 0 processes are in prompt mode. 0 processes are in kill mode. @@ -12200,41 +13954,42 @@ apparmor module is loaded. --- top 10 memory hogs $ ps -eo pid,user,rss,vsz,pcpu,pmem,comm --sort=-rss | head -n 11 PID USER RSS VSZ %CPU %MEM COMMAND - 1519 root 2763672 9051352 2.3 11.3 kvm - 1764 root 1010500 2779616 0.7 4.1 kvm - 1418 root 996736 10344824 0.7 4.0 kvm - 1851 root 846092 4761664 0.9 3.4 kvm - 1371 www-data 157192 228376 0.0 0.6 pveproxy worker - 1372 www-data 157188 228376 0.0 0.6 pveproxy worker - 1373 www-data 157184 228380 0.0 0.6 pveproxy worker - 1359 root 152632 226712 0.0 0.6 pvedaemon worke - 1360 root 152632 226716 0.0 0.6 pvedaemon worke - 1370 www-data 150124 220076 0.0 0.6 pveproxy + 3368 root 3242476 6717120 5.9 13.3 kvm + 1525 root 2672528 9218148 1.8 10.9 kvm + 1420 root 1122320 8811520 0.7 4.6 kvm + 1767 root 985140 4781384 0.5 4.0 kvm + 1602 root 966164 2800700 0.6 3.9 kvm + 62953 root 887328 5416584 4.4 3.6 kvm + 77137 www-data 216912 291992 0.0 0.8 pveproxy worker + 28904 root 205320 277372 0.0 0.8 pvedaemon worke + 67853 www-data 184628 257860 0.0 0.7 pveproxy worker + 77441 www-data 178880 252956 0.0 0.7 pveproxy worker --- top 10 CPU hogs $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 PID USER %CPU %MEM RSS COMMAND - 1949 root 99.9 0.1 40752 kvm - 41055 root 3.0 0.0 7736 systemd-timedat - 1519 root 2.3 11.3 2763672 kvm - 1851 root 0.9 3.4 846092 kvm - 1764 root 0.7 4.1 1010500 kvm - 1418 root 0.7 4.0 996736 kvm - 1334 root 0.5 0.4 119688 pvestatd - 1332 root 0.1 0.4 109236 pve-firewall - 810 root 0.1 0.3 94740 tailscaled - 40094 root 0.0 0.0 0 kworker/5:0-events + 3368 root 5.9 13.3 3242476 kvm + 62953 root 4.4 3.6 887328 kvm + 146950 root 3.8 0.0 7940 systemd-timedat + 1525 root 1.8 10.9 2672528 kvm + 1420 root 0.7 4.6 1122320 kvm + 1602 root 0.6 3.9 966164 kvm + 1276 root 0.6 0.5 126872 pvestatd + 1767 root 0.5 4.0 985140 kvm + 822 root 0.2 0.4 107600 tailscaled + 1272 root 0.1 0.4 112152 pve-firewall --- top file-handle holders $ for pid in $(ps -e -o pid= | head -n 200); do n="$(ls /proc/$pid/fd 2>/dev/null | wc -l)" [ "$n" -gt 50 ] && printf '%6d fd=%-6s %s\n' "$pid" "$n" "$(cat /proc/$pid/comm 2>/dev/null)" done | sort -k2 -t= -nr | head -n 15 - 1 fd=179 systemd + 1 fd=183 systemd + 1243 fd=94 master --- largest files in /var/log (top 10) $ find /var/log -type f -size +10M -exec ls -lh {} \; 2>/dev/null | sort -k5 -h -r | head -n 10 --rw-r-----+ 1 root systemd-journal 16M Jul 27 10:25 /var/log/journal/2760053104da43f0ab6c097be4c15b53/system.journal +-rw-r-----+ 1 root systemd-journal 24M Jul 27 21:55 /var/log/journal/2760053104da43f0ab6c097be4c15b53/system.journal ############################################################################### # 30. QUICK-LOOK SUSPECT SUMMARY @@ -12258,7 +14013,6 @@ for ifc in $NETIFS; do esac done [ "$hits" = "0" ] && echo " no <10GbE interfaces are UP (or speed unreadable)" - datanet : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration enx9c69d36a5b6c : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration nic0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration [exit=1] @@ -12283,22 +14037,30 @@ done fwbr903i0 : mtu=1500 fwbr904i0 : mtu=1500 fwbr905i0 : mtu=1500 + fwbr906i0 : mtu=1500 + fwbr906i1 : mtu=1500 fwln901i0 : mtu=1500 fwln902i0 : mtu=1500 fwln903i0 : mtu=1500 fwln904i0 : mtu=1500 fwln905i0 : mtu=1500 + fwln906i0 : mtu=1500 + fwln906i1 : mtu=1500 fwpr901p0 : mtu=1500 fwpr902p0 : mtu=1500 fwpr903p0 : mtu=1500 fwpr904p0 : mtu=1500 fwpr905p0 : mtu=1500 + fwpr906p0 : mtu=1500 + fwpr906p1 : mtu=1500 nic0 : mtu=1500 tap901i0 : mtu=1500 tap902i0 : mtu=1500 tap903i0 : mtu=1500 tap904i0 : mtu=1500 tap905i0 : mtu=1500 + tap906i0 : mtu=1500 + tap906i1 : mtu=1500 vmbr0 : mtu=1500 [exit=1] @@ -12374,7 +14136,7 @@ fi else echo " ZFS ARC stats not available (ZFS not loaded?)" fi - ARC current=2880 bytes ARC max=2490368000 bytes RAM total=24899620864 bytes + ARC current=2880 bytes ARC max=2490368000 bytes RAM total=24897662976 bytes ARC max is 10% of RAM (Proxmox default ~50%) @@ -12463,6 +14225,6 @@ echo " (see section 20 for full smartctl/nvme output)" ############################################################################### # Collection complete: pfv-tsys9 # Output: /root/pfv-tsys9.log -# Size: 653333 bytes / 12461 lines +# Size: 793495 bytes / 14223 lines # Elapsed: 274 seconds ###############################################################################