diff --git a/STATUS.md b/STATUS.md index 434c215..8d67985 100644 --- a/STATUS.md +++ b/STATUS.md @@ -3,7 +3,12 @@ > **Human read-only. Agents maintain this file automatically after each work > session.** Do not edit by hand — the next agent run will overwrite it. -> **Last updated:** 2026-07-28 by Crush (GLM-5.2) +> **Last updated:** 2026-07-29 by Crush (GLM-5.2) +> +> **Capacity targets are now codified** in +> [`proxmox/docs/CAPACITY-GOALS.md`](proxmox/docs/CAPACITY-GOALS.md): 80% RAM +> steady-state, ~50% idle CPU. The current placement analysis lives in +> [`proxmox/docs/AUDIT-2026-07-29.md`](proxmox/docs/AUDIT-2026-07-29.md). ## Current State: STABLE @@ -30,9 +35,12 @@ infrastructure, Proxmox cluster ops, and k8s control plane. ### Proxmox Cluster Ops - [x] 5 of 7 hosts fully performance-tuned (tsys1/3/6/7/9) -- [x] Fleet audit complete (PROJECT.md has ground truth) +- [x] Fleet audit refreshed 2026-07-29 (live data, all 7 hosts) +- [x] **Memory goal (≤80% actual) met fleet-wide** — highest host is tsys1 at 72% +- [x] Capacity goals codified (80% RAM / ~50% idle CPU + workload model) +- [ ] CPU ~50%-idle goal: fleet idles 0-6% (under-utilized; chase via workloads, not hardware) - [ ] tsys4: blocked on PCIe NIC + RAM install -- [ ] tsys5: blocked on 2nd ethernet cable + NVMe install +- [ ] tsys5: blocked on 2nd ethernet cable + NVMe install; **also single-CPU** (CPU2 socket empty) - [ ] tsys2: pending rebuild from Win10 to Proxmox ### Kubernetes Control Plane (k3s HA — LIVE) @@ -78,22 +86,32 @@ infrastructure, Proxmox cluster ops, and k8s control plane. | Issue | Impact | Status | |-------|--------|--------| -| **2 of 3 k3s cnodes on tsys4** | tsys4 failure = etcd quorum lost (1 of 3) | Accepted — fundamental constraint with 3 cnodes + 2 NFS servers. Revisit after Friday (local-SSD boot for one cnode) | -| **tsys1/5/9 RAM-overcommitted** | 118%/135%/131% respectively | Friday: migrate NFS-backed VMs to tsys6/tsys7 (77+132 GB free) | +| **2 of 3 k3s cnodes on tsys4** | tsys4 failure = etcd quorum lost (1 of 3) | Accepted — fundamental constraint with 3 cnodes + 2 NFS servers. Revisit after Friday (local-SSD boot for one cnode). **Deferred storage concern.** | +| **tsys1/5/9 RAM-overcommitted (alloc)** | 115%/134%/129% allocation; **actual usage 72%/37%/60% — all under 80% goal** | Migrate NFS-backed VMs to tsys6/7 (117/171 GB free actual). See [AUDIT-2026-07-29](proxmox/docs/AUDIT-2026-07-29.md) §8 | +| **tsys5 is single-CPU** | CPU2 socket unpopulated; half the documented CPU capacity | Consider seating a spare LGA771 Xeon (also activates CPU2 DIMM branch) | +| **cnode4/5 stale VMs running** | Not joined to the 3-node cluster; waste 8 GB + 8 vCPU | Stop + delete (AUDIT-2026-07-29 §10) | +| **Fleet CPU 0-6% idle** | Misses ~50%-idle utilization goal | Consolidate baseline; solar-gate idle PowerEdge; grow via workloads | | Technitium AXFR uses port 53 (occupied by Pi-hole) | Zone transfer via rsync instead of native AXFR | Workaround in place | | tsys4/5 hardware pending | Perf tuning incomplete on 2 hosts | Friday physical install | ## Pending (next session priorities) -1. **Wnode storage rebalancing** (2 PDM storage migrations): - - wnode-tsys6 (100): D5 → S4 (tsys4 → tsys5) - - wnode-tsys7 (701): D5 → S1 (tsys4 → tsys5) - - Gives every wnode its own physical disk, balances 3/3 across servers -2. **Friday maintenance:** physical hardware + VM migrations (see - [`proxmox/docs/AUDIT-2026-07-28.md`](proxmox/docs/AUDIT-2026-07-28.md) §5) -3. **k8s workers:** Join wnodes to the k3s cluster (after rebalancing) -4. **PDU:** Rename outlets in powerman.conf to match physical devices (Friday) -5. **k8s deferred topics:** ETL tooling, HPC scheduler, vcluster policy, +> **RAM/CPU placement actions** are itemized in +> [`proxmox/docs/AUDIT-2026-07-29.md`](proxmox/docs/AUDIT-2026-07-29.md) §12. +> Storage/disk actions are deferred to post-Friday (see below). + +1. **VM migrations (RAM/CPU relief, zero hardware):** + - tsys1 → tsys7: librenms(104), pdm(105), workbench(117), tailscale-router(109), kali-tsys(114) + - tsys9 → tsys6: tsys-siem(901) +2. **Grow wnode-tsys9** to 6 vCPU / 16 GB (after siem move) — cross-compile node +3. **Stop + delete stale cnode4 (601) / cnode5 (706)** — not in the 3-node cluster +4. **Join wnodes to the k3s cluster** (after migrations free resources) +5. **Friday maintenance:** physical hardware + storage work (see + [`proxmox/docs/AUDIT-2026-07-28.md`](proxmox/docs/AUDIT-2026-07-28.md) §5 + and [`proxmox/docs/TODO.md`](proxmox/docs/TODO.md)) +6. **Wnode storage rebalancing** (disk — deferred): wnode-tsys6 D5→S4, wnode-tsys7 D5→S1 +7. **PDU:** Rename outlets in powerman.conf to match physical devices (Friday) +8. **k8s deferred topics:** ETL tooling, HPC scheduler, vcluster policy, solar-aware scale-out > **See [`proxmox/docs/AUDIT-2026-07-28.md`](proxmox/docs/AUDIT-2026-07-28.md) diff --git a/docs/docmap.md b/docs/docmap.md index e88058c..df59f23 100644 --- a/docs/docmap.md +++ b/docs/docmap.md @@ -3,7 +3,7 @@ > **Index of all documentation in this repo.** Agents must update this file > whenever a doc is added, removed, or substantively changed. -> **Last updated:** 2026-07-28 +> **Last updated:** 2026-07-29 ## Kubernetes Architecture ([`k8s/`](k8s/)) @@ -23,7 +23,9 @@ Fleet operations, hardware, performance tuning, storage architecture. | Document | Description | Last Reviewed | |----------|-------------|---------------| | [`proxmox/docs/PROJECT.md`](proxmox/docs/PROJECT.md) | Comprehensive fleet report: 7 hosts, VM inventory, storage, recommendations | 2026-07-27 | -| [`proxmox/docs/AUDIT-2026-07-28.md`](proxmox/docs/AUDIT-2026-07-28.md) | Fresh fleet audit with current VM placements, storage redundancy analysis, pre-k8s action items | 2026-07-28 | +| [`proxmox/docs/CAPACITY-GOALS.md`](proxmox/docs/CAPACITY-GOALS.md) | Authoritative capacity targets (80% RAM, ~50% idle CPU) + workload placement model (compute / RackRental / infra) | 2026-07-29 | +| [`proxmox/docs/AUDIT-2026-07-29.md`](proxmox/docs/AUDIT-2026-07-29.md) | **Current.** RAM/CPU placement audit vs the capacity goals; live data from all 7 hosts | 2026-07-29 | +| [`proxmox/docs/AUDIT-2026-07-28.md`](proxmox/docs/AUDIT-2026-07-28.md) | Prior fleet audit with VM placements, storage redundancy analysis, pre-k8s action items | 2026-07-28 | | [`proxmox/docs/TODO.md`](proxmox/docs/TODO.md) | Pending physical hardware work (tsys2/4/5 Friday plan) | 2026-07-27 | | [`proxmox/docs/K8S.md`](proxmox/docs/K8S.md) | Kubernetes storage/host analysis (predecessor to [`k8s/`](k8s/)) | 2026-07-27 | diff --git a/perf/deploy-check.sh b/perf/deploy-check.sh index b214dea..cdcda71 100755 --- a/perf/deploy-check.sh +++ b/perf/deploy-check.sh @@ -148,7 +148,11 @@ while [ "${#remaining[@]}" -gt 0 ]; do new_remaining+=("$host") fi done - remaining=("${new_remaining[@]:-}") + if [ "${#new_remaining[@]}" -gt 0 ]; then + remaining=("${new_remaining[@]}") + else + remaining=() + fi if [ "${#remaining[@]}" -gt 0 ]; then log "still running: ${remaining[*]} (${#remaining[@]} hosts)" fi diff --git a/proxmox/docs/AUDIT-2026-07-28.md b/proxmox/docs/AUDIT-2026-07-28.md index b8870aa..1902939 100644 --- a/proxmox/docs/AUDIT-2026-07-28.md +++ b/proxmox/docs/AUDIT-2026-07-28.md @@ -1,5 +1,10 @@ # Fresh Fleet Audit — 2026-07-28 (revised) +> **A newer audit exists:** [`AUDIT-2026-07-29.md`](AUDIT-2026-07-29.md) (RAM/CPU +> placement focus, with codified capacity goals). Placement numbers below are +> superseded where the two conflict; this doc remains authoritative for the +> **Friday storage/hardware plan (§5)** and storage-redundancy analysis. + > **Supersedes placement data in [`PROJECT.md`](PROJECT.md) §4-§8.** **Audit time:** 2026-07-28 20:30 CDT diff --git a/proxmox/docs/AUDIT-2026-07-29.md b/proxmox/docs/AUDIT-2026-07-29.md new file mode 100644 index 0000000..13cd299 --- /dev/null +++ b/proxmox/docs/AUDIT-2026-07-29.md @@ -0,0 +1,388 @@ +# Fleet Audit — 2026-07-29 (RAM/CPU placement focus) + +> **Scope:** End-to-end analysis of **memory and CPU placement** against the +> operator's capacity goals. Storage/disk optimization is intentionally +> **out of scope** for this pass and is deferred to post-Friday work (NVMe on +> tsys5 + k8s StorageClass design). See [`CAPACITY-GOALS.md`](CAPACITY-GOALS.md) +> for the standing targets. + +**Audit time:** 2026-07-29, ~05:09-05:16 CDT (live data from all 7 hosts) +**Method:** `perf/deploy-check.sh` (full hardware dump per host) + a live +capacity probe (`/proc/meminfo`, `qm config`, 5s CPU sample, `kubectl top`) +collected via [`tests/remote.sh`](../../tests/remote.sh). +**Hosts online:** tsys1, tsys3, tsys4, tsys5, tsys6, tsys7, tsys9 +**Hosts offline:** tsys2 (Win10, pending rebuild), tsys8 (offline 5+ days) +**Supersedes:** placement numbers in [`PROJECT.md`](PROJECT.md) and +[`AUDIT-2026-07-28.md`](AUDIT-2026-07-28.md) where they conflict. + +--- + +## 1. Executive summary — fleet vs the two goals + +| Goal | Status | Detail | +|------|--------|--------| +| **Memory ≤ 80% actual steady-state** | **PASS (all 7 hosts)** | Highest is tsys1 at 72%. Fleet is well within budget. | +| **CPU ~50% at idle** | **MISS (all 7 hosts)** | Every host idles at **0-6% busy**. Fleet is heavily CPU-underutilized. | + +**Headline:** The cluster has **abundant RAM and CPU headroom everywhere**. The +memory goal is met with margin to spare; the CPU-utilization goal is not +remotely met because there simply isn't enough sustained workload yet. The right +response is *not* to add hardware — it is to (a) consolidate the always-on +baseline onto efficient hosts, (b) keep the big-RAM hosts (tsys6/7) warm and +ready for RackRental/compute bursts, and (c) let utilization rise naturally as +RackRental + ETL demand comes online. + +| Finding | Severity | § | +|---------|----------|---| +| **tsys1/5/9 are over-allocated (>115%)** though actual usage is fine | Medium | 4 | +| **tsys6/7 idle at 6%/9% with 117/171 GB free** — perfect, underused RackRental capacity | Info | 6 | +| **tsys5 has only ONE CPU** (CPU2 socket unpopulated) — prior "dual E5620" record was wrong | Medium | 9 | +| **cnode4 + cnode5 are stale running VMs not in the k3s cluster** (waste 8 GB + 8 vCPU) | Low | 10 | +| **Fleet CPU ~0-6% idle** — no path to 50% without more workloads | Info | 5 | +| **DDR3 sticks: compatibility-blocked from the high-RAM hosts** (they need RDIMM) | Medium | 7 | + +--- + +## 2. Host capacity (live, 2026-07-29) + +CPU "threads" = logical processors (`nproc`). "vCPU" = sum of running-VM cores +× sockets. "Alloc%" = running-VM RAM ÷ host RAM (worst-case ceiling). +"Actual%" = `(MemTotal - MemAvailable) / MemTotal` (steady-state truth). + +| Host | CPU (era) | Threads | RAM | Running VMs | Alloc RAM | Alloc% | **Actual%** | Swap used | vCPU | CPU busy | Load | +|------|-----------|---------|-----|-------------|-----------|--------|------------|-----------|------|----------|------| +| tsys1 | i7-4770 Haswell (2013) | 8 | 31 GB | 11 | 36 GB | 115% | **72%** | 0 | 26 | 3% | 1.3 | +| tsys3 | Xeon E3-1535M v5 Skylake (2015) | 8 | 31 GB | 1 | 28 GB | 90% | **10%** | 0 | 8 | 0% | 0.2 | +| tsys4 | Xeon E3-1246 v3 Haswell (2013) | 8 | 16 GB | 1 | 2 GB | 13% | **13%** | 832 MB | 2 | 0% | 3.0 | +| tsys5 | Xeon E5620 Westmere (2010) **single CPU** | 8 | 94 GB | 17 | 126 GB | 134% | **37%** | 0 | 72 | 6% | 5.1 | +| tsys6 | 2× Xeon E5530 Nehalem (2009) | 16 | 126 GB | 3 | 48 GB | 38% | **6%** | 0 | 12 | 0% | 0.2 | +| tsys7 | 2× Xeon E5-2630 v2 Ivy Bridge (2013) | 24 | 189 GB | 6 | 56 GB | 30% | **9%** | 0 | 22 | 1% | 1.2 | +| tsys9 | i5-10500 Comet Lake (2020) | 12 | 23 GB | 6 | 30 GB | 129% | **60%** | 0 | 16 | 1% | 0.2 | + +**Notes on the table:** + +- **tsys4 load 3.0 with 0% CPU busy** = NFS/disk I/O wait (it is the storage + server). The 832 MB of swap used is the only swap activity in the fleet — + minor, but worth watching; it predates this audit. +- **tsys5 "single CPU":** dmidecode reports `CPU2: Status Unpopulated`. The T7500 + is dual-capable but only one E5620 is installed (4 cores, HT on = 8 threads). + See §9. All 6 DIMMs are on CPU1's branch; CPU2's 6 DIMM slots are empty and + useless until a 2nd CPU is seated. +- **tsys5 alloc 134%** looks alarming but actual usage is only **37%** — the 17 + VMs are mostly idle sectestbed/preprod sandboxes (KSM + balloon keep actual + low). Still, it is the most over-committed host by allocation. + +--- + +## 3. Running VM inventory (RAM/CPU only) + +### tsys1 — Infrastructure (11 running) + +| VMID | Name | vCPU | RAM | +|------|------|------|-----| +| 100 | pfv-bms (HomeAssistant) | 2 | 4 GB | +| 101 | tsys-ca | 2 | 2 GB | +| 102 | pfv-k8s-wnode-tsys1 | 4 | 4 GB | +| 103 | pfv-netinfra-01 | 2 | 2 GB | +| 104 | tsys-librenms | 2 | 2 GB | +| 105 | tsys-proxmox-datacenter | 2 | 2 GB | +| 106 | pfv-k8s-cnode3 | 2 | 4 GB | +| 108 | tsys-ucs-01 | 4 | 8 GB | +| 109 | tailscale-router | 2 | 2 GB | +| 114 | kali-tsys | 2 | 2 GB | +| 117 | tsys-secure-workbench | 2 | 4 GB | + +### tsys3 — Compute (1 running) + +| VMID | Name | vCPU | RAM | +|------|------|------|-----| +| 313 | pfv-k8s-wnode-tsys3 | 8 | 28 GB | + +### tsys4 — Storage (1 running) + +| VMID | Name | vCPU | RAM | +|------|------|------|-----| +| 400 | pfv-proxmox-backup-server | 2 | 2 GB | + +### tsys5 — Storage + sandboxes (17 running) + +| VMID | Name | vCPU | RAM | +|------|------|------|-----| +| 509 | pfv-k8s-wnode-tsys5 | 8 | 32 GB | +| 5101 | sectestbed-siem | 4 | 10 GB | +| 5111 | ultix-streaming | 4 | 9 GB | +| 53100 | tsys-preprod-awx | 4 | 9 GB | +| 53101 | tsys-preprod-siem | 4 | 12 GB | +| 53102 | tsys-preprod-rancherplatform | 4 | 8 GB | +| 5112 | ultix-offstage | 4 | 6 GB | +| 51010-51013,5105-5109,6000 | sectestbed suite (×10) | 4 ea | 4 GB ea | + +### tsys6 — RackRental-ready (3 running) + +| VMID | Name | vCPU | RAM | +|------|------|------|-----| +| 100 | pfv-k8s-wnode-tsys6 | 4 | 32 GB | +| 600 | tsys-awx | 4 | 12 GB | +| 601 | pfv-k8s-cnode4 **(stale — not in cluster)** | 4 | 4 GB | + +### tsys7 — RackRental-ready (6 running) + +| VMID | Name | vCPU | RAM | +|------|------|------|-----| +| 701 | pfv-k8s-wnode-tsys7 | 4 | 32 GB | +| 702 | hfnoc-uisp | 4 | 8 GB | +| 704 | TCTC | 4 | 6 GB | +| 705 | pfv-k8s-cnode2 | 4 | 4 GB | +| 706 | pfv-k8s-cnode5 **(stale — not in cluster)** | 4 | 4 GB | +| 703 | rr-middleware | 2 | 2 GB | + +### tsys9 — Infra + control plane (6 running) + +| VMID | Name | vCPU | RAM | +|------|------|------|-----| +| 901 | tsys-siem | 2 | 8 GB | +| 902 | tsys-ucs-02 | 4 | 8 GB | +| 905 | pfv-k8s-wnode-tsys9 | 4 | 4 GB | +| 904 | pfv-netinfra-02 | 2 | 4 GB | +| 906 | pfv-k8s-cnode1 | 2 | 4 GB | +| 903 | kali-rd | 2 | 2 GB | + +### k3s control plane (ground truth via `kubectl`) + +Only **3 cnodes** are actually joined to the pfv-k8s cluster: + +| Node | Host | CPU | Mem | Role | +|------|------|-----|-----|------| +| cnode1 (906) | tsys9 | 2% | 1181 Mi (30%) | control-plane,etcd | +| cnode2 (705) | tsys7 | 2% | 1206 Mi (30%) | control-plane,etcd | +| cnode3 (106) | tsys1 | 2% | 1124 Mi (28%) | control-plane,etcd | + +cnode4 (601 on tsys6) and cnode5 (706 on tsys7) are **running as VMs but not +joined** — leftovers from the pre-rebuild 5-node cluster. See §10. **No wnodes +are joined yet** (all workers run standalone, pending the join step). + +--- + +## 4. Memory analysis vs the 80% goal + +**Verdict: every host passes actual usage.** The 80% steady-state rule is met +fleet-wide with margin. The hosts closest to the line: + +| Host | Actual% | Alloc% | Risk | Action | +|------|---------|--------|------|--------| +| **tsys1** | **72%** | 115% | Closest to 80%; alloc > 100% | Shed 5 lightweight VMs → tsys7 (§8) | +| **tsys9** | 60% | 129% | Alloc > 100% but actual comfortable | Move tsys-siem (8 GB) → tsys6 (§8) | +| **tsys5** | 37% | 134% | Alloc highest, but mostly idle sandboxes | No action now; monitor if sandboxes wake | +| tsys3 | 10% | 90% | None | — | +| tsys6 | 6% | 38% | None (most empty) | Absorb migrated VMs | +| tsys7 | 9% | 30% | None | Absorb migrated VMs | + +**Key insight:** actual usage (72% max) is far below allocation (134% max) +because of KSM/balloon. The memory goal is about *actual*, and the fleet is +healthy. The over-allocation on tsys1/5/9 is a *planning* concern, resolved by +the migrations in §8 — **no RAM purchase required**. + +## 5. CPU analysis vs the 50%-idle goal + +**Verdict: the fleet misses the target badly — in the *safe* direction.** Every +host is 0-6% busy at idle. This is not a capacity problem; it is an +*under-utilization* problem. + +You cannot manufacture 50% utilization without workloads to run. The realistic +strategy, in priority order: + +1. **Consolidate the always-on baseline onto the efficient hosts.** tsys9 + (Comet Lake) and tsys3 (Skylake) are cheap to idle and should host the + control plane + infra. Their baseline will rise toward the target as compute + workloads land. +2. **Keep tsys6/7 warm for bursts, not baseline.** They are the RackRental and + parallel-batch hosts. Their idle utilization will climb to ~50% *naturally* + as RackRental customers spin up labs — that is the designed use, not waste. +3. **Solar-gate the inefficient idle hosts when truly idle.** tsys5 (single + Westmere) and tsys6 (Nehalem) are the worst perf-per-watt. When not running + RackRental/batch, they are candidates for power-down / solar-aware scheduling + (aligns with the existing solar-aware scale-out concept). Running a Nehalem + box at 0% busy 24/7 is pure electricity cost. +4. **Grow into it.** As ETL/cross-compile (tsys3/9) and RackRental (tsys6/7) + demand comes online, idle CPU rises toward 50% on its own. Do not pre-spend + to chase the number. + +--- + +## 6. Workload placement model + +| Workload family | Needs | Best hosts | Why | +|-----------------|-------|-----------|-----| +| **ETL / HPC / cross-compile** | High IPC + fast storage | **tsys9, tsys3, tsys2(in)** | Newest CPUs + only local SSD/NVMe in fleet | +| **RackRental.net (network labs)** | Massive RAM, CPU-light | **tsys7, tsys6** | 189/126 GB RAM; weak CPU fine for idle labs | +| **Infra + k8s control plane** | Always-on, low resource | **tsys1, tsys9** | Efficient enough; cnodes spread for etcd diversity | + +CPU quality ranking (newest → oldest IPC): **tsys9** (Comet Lake 2020) > +**tsys3** (Skylake 2015) > **tsys7** (Ivy Bridge 2013) ≈ tsys4/tsys1 (Haswell +2013) > **tsys5/6** (Westmere/Nehalem 2009-2010). + +--- + +## 7. Answers to the operator's questions + +### 7.1 "Should I make the k8s wnode VMs bigger on tsys1/9 for ETL/HPC/cross-compile?" + +**tsys9 — YES.** It has the newest CPU in the fleet (i5-10500, 12 threads) and a +local SSD. wnode-tsys9 is currently tiny (4 vCPU / 4 GB). It is the natural +**cross-compile champion**. To grow it, first free RAM by moving tsys-siem +(8 GB) to tsys6 (§8), then bump wnode-tsys9 to **6 vCPU / 16 GB**. Actual usage +on tsys9 today is 60%, so ~16 GB of grow-room exists after the siem move. + +**tsys1 — NO (premise correction).** The i7-4770 is **Haswell 2013** — the +second-oldest CPU in the fleet, not a "nice" one. tsys1 is also the most +RAM-loaded host (72% actual, 115% alloc). It should **shed** VMs, not grow its +wnode. Keep wnode-tsys1 small (4/4) or shrink it. The genuinely-nice CPUs are +tsys9 (Comet Lake) and tsys3 (Skylake) — direct those to compute, not tsys1. + +### 7.2 "Are tsys6/7 better for RackRental.net workloads?" + +**Yes — exactly right.** RackRental (renting ephemeral network labs) is +RAM-bound and CPU-light: many containers/idle namespaces, bursty image pulls. +tsys7 (189 GB, 24 threads) and tsys6 (126 GB, 16 threads) are unmatched for RAM. +Their older CPUs are irrelevant because labs sit idle between interactions. + +**They do NOT need more RAM.** They idle at 9%/6% actual with 171/117 GB free. +They are over-provisioned in the right direction. Their real bottleneck is +**disk** (local-lvm is USB 2.0 HDD ≈ 30 MB/s — brutal for container image pulls), +which is the deferred Friday + StorageClass work, not a RAM/CPU issue. + +### 7.3 "How should I deploy the cheap DDR3?" (4× Patriot 16GB, 2× Kingston 8GB, 2× Kingston 8GB diff) + +**First, identify the exact DIMM type.** Compatibility is decisive and the +fleet's DDR3 hosts are **not interchangeable**: + +| Host | Platform | Accepts | Current | Empty slots | Notes | +|------|----------|---------|---------|-------------|-------| +| **tsys6** (R610) | PowerEdge server | **RDIMM ECC only** | 126 GB RDIMM 1333 | many (B-branch) | Consumer UDIMM → **no POST** | +| **tsys7** (R620) | PowerEdge server | **RDIMM ECC only** | 189 GB RDIMM 1600 | many (A7/A8 + B) | Consumer UDIMM → **no POST** | +| **tsys5** (T7500) | Workstation | **RDIMM ECC** | 94 GB RDIMM 1600 | 6 (CPU2 branch) | Useless without a 2nd CPU (§9) | +| **tsys4** (T1700) | Xeon E3 workstation | **ECC UDIMM** | 16 GB (4×4) | 0 (must swap) | Max 32 GB (4×8). 16GB sticks unsupported | +| **tsys1** (OptiPlex 9020) | Consumer | non-ECC UDIMM | 32 GB (4×8) | 0 | **Maxed.** Haswell caps at 8 GB/slot | + +**Decision tree (run this before buying/installing anything):** + +1. **Read the SPD** on each stick (labels or `decode-dimms` / `dmidecode -t + memory` once installed in *any* testable board). The binary question is: + **Registered/Buffered (RDIMM) vs Unbuffered (UDIMM), and ECC vs non-ECC.** +2. **If the sticks are consumer UDIMM (Patriot/Kingston gaming — most likely):** + - They fit **nowhere useful.** tsys6/7/5 refuse UDIMM (RDIMM-only). tsys1 is + maxed and caps at 8 GB/slot (so the 16 GB Patriot sticks are unusable + there). tsys4 requires ECC and caps at 8 GB/slot. + - The *only* possible target is **tsys4** — and only the 8 GB sticks, and only + if the T1700 tolerates non-ECC (unreliable). Expected yield: tsys4 + 16→32 GB. Marginal. +3. **If the sticks are RDIMM ECC (unlikely for Patriot, possible for some + Kingston server lines):** + - Deploy 16 GB RDIMM into **tsys7/tsys6** empty B-branch slots to balance + memory across both CPUs (currently CPU-B branches are partly empty — + single-CPU-channel hurts bandwidth). 8 GB RDIMM likewise. + - But **value is low**: those hosts don't need more RAM (§7.2). + +**Bottom line on DDR3:** Do not spend effort/money chasing RAM into tsys6/7 — +they are already RAM-rich and underused. The fleet's only RAM pressure (tsys1/5/9 +over-allocation) is solved for free by **VM migration** (§8), not by sticks. If +the sticks are free/cheap UDIMM, the realistic win is just **tsys4 16→32 GB** +(if ECC-tolerant). Verify type before installing — putting UDIMM into tsys6/7 +will stop them from POSTing. + +--- + +## 8. Recommended VM migrations (RAM/CPU relief — zero hardware cost) + +These moves relieve the over-allocated infra hosts by exploiting tsys6/7's huge +free RAM. **NFS-backed VMs migrate cleanly via PDM** (storage stays on the same +NFS export; only the compute host changes). + +**From tsys1 (72% actual / 115% alloc) → tsys7 (9% / 171 GB free):** + +| VMID | Name | RAM freed on tsys1 | +|------|------|--------------------| +| 104 | tsys-librenms | 2 GB | +| 105 | tsys-proxmox-datacenter | 2 GB | +| 117 | tsys-secure-workbench | 4 GB | +| 109 | tailscale-router | 2 GB | +| 114 | kali-tsys | 2 GB | +| | **Total** | **12 GB** | + +Result: tsys1 alloc 36→24 GB (77%), actual ~72%→~45%. tsys7 absorbs 12 GB +trivially. tsys1 becomes a lean cnode3 + netinfra-01 + ucs-01 + wnode host. + +**From tsys9 (60% actual / 129% alloc) → tsys6 (6% / 117 GB free):** + +| VMID | Name | RAM freed on tsys9 | +|------|------|--------------------| +| 901 | tsys-siem | 8 GB | + +Result: tsys9 alloc 30→22 GB (95%), frees room to grow wnode-tsys9 (§7.1). + +> **Note:** the USB-passthrough VMs on tsys1 (pfv-bms 100, tsys-ca 101) are +> hardware-locked and only move with a physical dongle relocation — defer to the +> onsite window, not part of this RAM/CPU pass. + +--- + +## 9. Hardware corrections discovered + +### tsys5 is single-CPU, not dual + +dmidecode: `CPU2: Status Unpopulated`. The Precision T7500 has **one E5620** +(4 cores / 8 threads), not two. `PROJECT.md` and prior audits said "2× E5620" — +**that was wrong.** Implications: + +- CPU capacity is half what was documented. tsys5 is the weakest single-socket + CPU in the fleet (tied era with tsys6's Nehalem). +- The 6 empty DIMM slots are on the **CPU2 branch** — they are useless until a + 2nd CPU is seated. Adding RAM there today does nothing. +- If a spare LGA771 Xeon is available, seating a 2nd CPU would (a) double CPU + capacity and (b) activate the CPU2 DIMM branch and dual-channel bandwidth. + This is a higher-value hardware move than adding RAM sticks. + +### tsys4 is using 832 MB of swap + +Only host in the fleet with active swap. Predates this audit and is minor, but a +16 GB storage server running PBS should not be swapping. After the planned +16→32/64 GB upgrade, monitor that swap returns to zero. + +--- + +## 10. Cleanup items + +| Item | Impact | Fix | +|------|--------|-----| +| **cnode4 (601, tsys6) + cnode5 (706, tsys7) running but not in cluster** | 8 GB + 8 vCPU wasted on stale pre-rebuild VMs | Stop + delete (or re-join if a 5-node CP is actually wanted). The live cluster is 3-node. | +| **No wnodes joined to k3s** | Workers run standalone; cluster has no schedulable capacity | Join wnodes (post-migration) — the §8 moves free the resources to size them well | +| **rr-middleware (703) on tsys7** | RackRental middleware lives on a RackRental host — fine | Intentional; just confirming placement is consistent | + +--- + +## 11. Deferred to post-Friday (storage — intentionally out of scope here) + +Per operator direction, disk/storage optimization happens after the Friday +maintenance window (NVMe on tsys5, D3 SSD relocation, tsys4 NIC+RAM) and the k8s +StorageClass design. Tracked in [`TODO.md`](TODO.md) and +[`AUDIT-2026-07-28.md`](AUDIT-2026-07-28.md) §5. The one RAM/CPU-adjacent note: +**tsys6/7's USB-2.0 local-lvm is the RackRental bottleneck**, not their CPU/RAM. + +--- + +## 12. Summary of recommended actions (this pass) + +| # | Action | Cost | Effect | +|---|--------|------|--------| +| 1 | Migrate 5 lightweight VMs tsys1→tsys7 | Free (PDM) | tsys1 alloc 115%→77% | +| 2 | Migrate tsys-siem tsys9→tsys6 | Free (PDM) | tsys9 alloc 129%→95%; room to grow wnode | +| 3 | Stop + delete stale cnode4/cnode5 | Free | Reclaim 8 GB + 8 vCPU | +| 4 | Grow wnode-tsys9 to 6 vCPU / 16 GB (after #2) | Free | Cross-compile node ready | +| 5 | **Do not** grow wnode-tsys1; keep it small | Free | Corrects the CPU-quality premise | +| 6 | Identify DDR3 stick type before any install | Free | Avoids no-POST on tsys6/7 | +| 7 | Consider seating a 2nd CPU in tsys5 (if spare LGA771) | Cheap | Doubles tsys5 CPU; activates RAM branch | +| 8 | Solar-gate tsys5/6 when idle (no RackRental load) | Free | Stops wasting power on 0%-busy old cores | + +> Memory goal: **already met.** CPU goal: **chase it by adding workloads, not +> hardware** — and by consolidating/solar-gating so idle silicon isn't burning +> power for nothing. diff --git a/proxmox/docs/CAPACITY-GOALS.md b/proxmox/docs/CAPACITY-GOALS.md new file mode 100644 index 0000000..6dbcfc6 --- /dev/null +++ b/proxmox/docs/CAPACITY-GOALS.md @@ -0,0 +1,130 @@ +# Capacity & Sizing Goals + +**Date:** 2026-07-29 +**Status:** Authoritative. These are the operator's standing targets. Every +fleet audit and VM-placement decision is evaluated against them. + +> Companion to [`AUDIT-2026-07-29.md`](AUDIT-2026-07-29.md) (the current +> placement analysis) and [`PROJECT.md`](PROJECT.md) (the fleet hardware report). + +--- + +## 1. Memory target: 80% steady-state + +**Rule:** Keep each node at or below **80% physical RAM utilization at steady +state.** Occasional bursts above 80% are acceptable (that is what swap is for); +the *sustained* idle-to-average load must sit at ~80% or below. + +**Two metrics must both be tracked:** + +| Metric | Definition | Target | +|--------|-----------|--------| +| **Actual usage** | `MemTotal - MemAvailable` from `/proc/meminfo` | **≤ 80%** steady state (the real rule) | +| **Allocation commitment** | sum of running-VM `memory:` vs host RAM | planning ceiling — keep < 100% where possible | + +**Why both:** KSM (same-page merging) and virtio-balloon mean *actual* usage is +often well below the sum of VM allocations (e.g. tsys1 allocates 115% but uses +72% actual). Actual usage is the steady-state truth; allocation is the +worst-case ceiling if every VM suddenly fills its reservation. A host is +"healthy" when actual ≤ 80% **and** allocation isn't so far over 100% that a +balloon-deflate storm could OOM it. + +**Tolerance:** brief actual spikes to 90-100% are fine. Persistent swap use +(>~1 GB on a steady basis) means the host is over-committed and VMs should +migrate off. + +## 2. CPU target: ~50% utilization at idle + +**Rule:** Ideally, nodes sit around **50% CPU utilization at idle.** + +This is a *utilization* goal, not a headroom goal. The fleet is +**CPU-underutilized** (most hosts idle at 0-6%). On a shoestring budget, idle +silicon is wasted investment and (for the PowerEdge hosts) wasted electricity. +The intent is to **pack workloads** so the baseline load consumes roughly half +the compute, reserving the other half for bursts. + +**Practical implications:** + +- The older, power-hungry hosts (tsys6 Nehalem, tsys5 Westmere) should either be + doing useful work at ~50% or be candidates to power down / solar-gate when + idle. Running them at 0-6% wastes power per core. +- The newer, efficient hosts (tsys9 Comet Lake, tsys3 Skylake) are cheap to run + idle and are the natural home for always-on control-plane + infra. +- vCPU overcommit is fine for idle workloads; the 50% target is about *actual* + utilization, not vCPU ratios. + +## 3. Workload placement model + +The fleet serves three distinct workload families. Placement should follow CPU +quality + storage speed + RAM size, in that order of relevance per family. + +### 3.1 ETL / HPC / cross-compile (CPU + storage bound) + +Large geospatial/weather ETL, RTL/firmware simulation, cross-compile pipelines. +**Needs high IPC (modern cores) + fast storage (SSD/NVMe).** RAM is moderate +(8-32 GB per job). + +| Host | CPU | Storage | Fit | +|------|-----|---------|-----| +| **tsys9** | i5-10500 Comet Lake (2020) — **best IPC in fleet** | local SSD (PNY CS900) | **Primary compute node** | +| **tsys3** | Xeon E3-1535M v5 Skylake (2015) | local NVMe (Samsung PM961) | **Fast compute node** | +| tsys2 (incoming) | i7-7820HQ Kaby Lake (2017) | NVMe 960 PRO + SSD 850 EVO | **Fast compute node** (post-rebuild) | + +These three hosts have the newest CPUs and the only fast local storage. Their +wnodes should be the **compute-tier** workers, sized larger (more cores/RAM) and +labeled `workload=compute`. + +### 3.2 RackRental.net — network labs on demand (RAM + IOPS bound, CPU-light) + +Business idea: rent out ephemeral network labs (containerlab topologies) on +demand. Many containers / network namespaces, short-lived, mostly idle once up. +**Needs massive RAM + fast container-image pulls. CPU quality is secondary** +(labs are idle between keystrokes). + +| Host | CPU | RAM | Fit | +|------|-----|-----|-----| +| **tsys7** | 2× E5-2630 v2 Ivy Bridge (2013), 24 threads | **189 GB** | **Primary RackRental host** | +| **tsys6** | 2× E5530 Nehalem (2009), 16 threads | **126 GB** | **Secondary RackRental host** | + +**Verdict: tsys6/7 are the correct RackRental hosts.** Their weak CPUs are +irrelevant for idle network labs; their RAM is unmatched. Their wnodes should be +labeled `workload=rackrental`. + +**Caveat (deferred):** their local-lvm is USB 2.0 portable HDD (~30 MB/s), which +is terrible for container image pulls. This is a *disk* problem, not a RAM/CPU +problem, and is deferred to the post-Friday storage-class work. RAM-wise they are +ready today. + +### 3.3 Infrastructure + k8s control plane (always-on, low resource) + +netinfra, UCS, LibreNMS, SIEM, tailscale-router, PBS, k3s cnodes. Lightweight, +must stay up. Lives on tsys1 + tsys9 (and the cnodes spread across hosts for +etcd diversity). + +--- + +## 4. Host role summary (target) + +| Host | CPU era | RAM | Primary role | Wnode class | +|------|---------|-----|--------------|-------------| +| tsys1 | Haswell 2013 | 32 GB (maxed) | Infra + control plane | light (4c/4G) | +| tsys2 | Kaby Lake 2017 | 32 GB | Compute (incoming) | compute | +| tsys3 | Skylake 2015 | 32 GB | Compute | compute | +| tsys4 | Haswell 2013 | 16 GB | Storage (NFS + PBS) | — | +| tsys5 | Westmere 2010 | 96 GB | Storage + fast-tier hub | compute (NVMe, post-Friday) | +| tsys6 | Nehalem 2009 | 126 GB | RackRental | rackrental | +| tsys7 | Ivy Bridge 2013 | 189 GB | RackRental | rackrental | +| tsys9 | Comet Lake 2020 | 24 GB | Infra + control plane + compute | compute (growable) | + +## 5. DDR3 memory policy + +**Do not blindly add RAM to tsys6/7.** They idle at 6%/9% actual usage with +117/171 GB free — they are RAM-saturated in the wrong direction (over-provisioned, +not starved). The fleet's RAM pressure is on the *infra* hosts (tsys1/5/9 +over-allocated), and that is solved by **migrating VMs** to tsys6/7's existing +free RAM, not by installing sticks. + +Compatibility is decisive and is documented per-host in +[`AUDIT-2026-07-29.md`](AUDIT-2026-07-29.md) §5. Short version: tsys5/6/7 require +**Registered ECC (RDIMM)**; only RDIMM sticks will POST. Consumer UDIMM +(Patriot / most Kingston) fits essentially nowhere useful here. diff --git a/returned-logs/_marker.pfv-tsys1 b/returned-logs/_marker.pfv-tsys1 index 8469ff3..94916e3 100644 --- a/returned-logs/_marker.pfv-tsys1 +++ b/returned-logs/_marker.pfv-tsys1 @@ -1,2 +1,2 @@ running -ok pfv-tsys1.log 951792 16094 +ok pfv-tsys1.log 991975 16254 diff --git a/returned-logs/_marker.pfv-tsys3 b/returned-logs/_marker.pfv-tsys3 index 896a6fa..6a60c59 100644 --- a/returned-logs/_marker.pfv-tsys3 +++ b/returned-logs/_marker.pfv-tsys3 @@ -1,2 +1,2 @@ running -ok pfv-tsys3.log 750211 11660 +ok pfv-tsys3.log 756980 10665 diff --git a/returned-logs/_marker.pfv-tsys4 b/returned-logs/_marker.pfv-tsys4 index c208ff5..76d95cb 100644 --- a/returned-logs/_marker.pfv-tsys4 +++ b/returned-logs/_marker.pfv-tsys4 @@ -1,2 +1,2 @@ running -ok pfv-tsys4.log 617476 11115 +ok pfv-tsys4.log 632523 11207 diff --git a/returned-logs/_marker.pfv-tsys5 b/returned-logs/_marker.pfv-tsys5 index 82fd6b8..60dae5b 100644 --- a/returned-logs/_marker.pfv-tsys5 +++ b/returned-logs/_marker.pfv-tsys5 @@ -1,2 +1,2 @@ running -ok pfv-tsys5.log 1064227 18745 +ok pfv-tsys5.log 1064870 17635 diff --git a/returned-logs/_marker.pfv-tsys6 b/returned-logs/_marker.pfv-tsys6 index 32e0de6..d2fb39d 100644 --- a/returned-logs/_marker.pfv-tsys6 +++ b/returned-logs/_marker.pfv-tsys6 @@ -1,2 +1,2 @@ running -ok pfv-tsys6.log 907424 16997 +ok pfv-tsys6.log 923060 16577 diff --git a/returned-logs/_marker.pfv-tsys7 b/returned-logs/_marker.pfv-tsys7 index 0e05075..ed95959 100644 --- a/returned-logs/_marker.pfv-tsys7 +++ b/returned-logs/_marker.pfv-tsys7 @@ -1,2 +1,2 @@ running -ok pfv-tsys7.log 1114764 18714 +ok pfv-tsys7.log 1120464 18358 diff --git a/returned-logs/_marker.pfv-tsys9 b/returned-logs/_marker.pfv-tsys9 index 42d7695..cdebb90 100644 --- a/returned-logs/_marker.pfv-tsys9 +++ b/returned-logs/_marker.pfv-tsys9 @@ -1,2 +1,2 @@ running -ok pfv-tsys9.log 793781 14230 +ok pfv-tsys9.log 876496 13648 diff --git a/returned-logs/pfv-tsys1.log b/returned-logs/pfv-tsys1.log index 5974f9e..9bdb785 100644 --- a/returned-logs/pfv-tsys1.log +++ b/returned-logs/pfv-tsys1.log @@ -3,7 +3,7 @@ # 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-28T02:50:35Z (UTC) +# Collected: 2026-07-29T10:09:07Z (UTC) # Kernel: 7.0.14-6-pve # Machine: x86_64 GNU/Linux # Caller: root (uid=0) @@ -309,14 +309,14 @@ 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 +kvm_intel 507904 48 +kvm 1445888 27 kvm_intel zfs 6258688 6 spl 151552 1 zfs -vhost_net 36864 10 +vhost_net 36864 11 vhost 69632 1 vhost_net vhost_iotlb 16384 1 vhost -tcp_bbr 24576 32 +tcp_bbr 24576 40 dm_thin_pool 94208 1 dm_persistent_data 118784 1 dm_thin_pool dm_bio_prison 24576 1 dm_thin_pool @@ -345,11 +345,11 @@ BUG_REPORT_URL="https://bugs.debian.org/" --- uptime $ uptime - 21:50:37 up 21:14, 1 user, load average: 0.20, 0.33, 0.33 + 05:09:11 up 2 days, 4:33, 1 user, load average: 1.34, 1.47, 1.65 --- uptime raw (since boot) $ cat /proc/uptime -76478.49 497545.12 +189192.73 1264516.59 --- last reboot $ last -x reboot @@ -398,6 +398,8 @@ wtmpdb begins Wed Sep 3 13:38:11 2025 --- last logins $ last +root pts/0 100.87.49.37 Wed Jul 29 04:57 - 04:57 (00:00) +root pts/0 100.87.49.37 Tue Jul 28 19:37 - 19:38 (00:00) 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) @@ -1212,7 +1214,7 @@ Thread(s) per core: 2 Core(s) per socket: 4 Socket(s): 1 Stepping: 3 -CPU(s) scaling MHz: 97% +CPU(s) scaling MHz: 98% CPU max MHz: 3900.0000 CPU min MHz: 800.0000 BogoMIPS: 6784.59 @@ -1257,7 +1259,7 @@ L3 8M 8M 16 Unified 3 8192 1 64 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 0 free: 741 MB node distances: node 0 0: 10 @@ -1614,13 +1616,13 @@ done | sort | uniq -c printf '%-40s = %s\n' "$(basename "$f")" "$(cat "$f" 2>/dev/null)" done affected_cpus = 0 -cpuinfo_avg_freq = 3879220 +cpuinfo_avg_freq = 3785479 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 = 3863970 +scaling_cur_freq = 3784221 scaling_driver = intel_cpufreq scaling_governor = performance scaling_max_freq = 3900000 @@ -1669,24 +1671,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.89 GHz (asserted by call to kernel) + current CPU frequency: 3.69 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.001444 sec +1.001611 sec Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp -- - 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 +- - 6.98 3840 3392 11229 45 45 +0 0 5.32 3814 3392 1302 41 45 +0 4 4.83 3825 3392 1206 +1 1 9.90 3839 3392 1743 42 +1 5 4.72 3829 3392 1535 +2 2 8.06 3858 3392 1285 45 +2 6 14.84 3862 3392 1386 +3 3 3.85 3821 3392 839 38 +3 7 4.29 3815 3392 1933 --- x86_energy_perf_policy -r $ x86_energy_perf_policy -r @@ -1709,10 +1711,10 @@ 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=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 + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=19187493us + C1 : MWAIT 0x00 disabled=0 latency=2us residency=668726618us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=4057375978us + C3 : MWAIT 0x10 disabled=0 latency=33us residency=173093381720us C6 : MWAIT 0x20 disabled=0 latency=133us residency=324125us C7s : MWAIT 0x32 disabled=0 latency=166us residency=68792259us @@ -1734,1547 +1736,974 @@ always defer defer+madvise [madvise] never --- microcode $ dmesg -[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 +[110100.589101] audit: type=1400 audit(1785240660.843:1387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110100.659685] audit: type=1400 audit(1785240660.914:1388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110377.278519] audit: type=1400 audit(1785240937.535:1389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110377.280826] audit: type=1400 audit(1785240937.538:1390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110377.367320] audit: type=1400 audit(1785240937.624:1391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110666.165125] audit: type=1400 audit(1785241226.424:1392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110666.167247] audit: type=1400 audit(1785241226.426:1393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110666.229769] audit: type=1400 audit(1785241226.488:1394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110913.963289] audit: type=1400 audit(1785241474.222:1395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110913.965464] audit: type=1400 audit(1785241474.225:1396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110914.036708] audit: type=1400 audit(1785241474.296:1397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111172.401537] audit: type=1400 audit(1785241732.662:1398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111172.403531] audit: type=1400 audit(1785241732.664:1399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111172.466016] audit: type=1400 audit(1785241732.727:1400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111453.905110] audit: type=1400 audit(1785242014.169:1401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111453.907301] audit: type=1400 audit(1785242014.171:1402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111453.962890] audit: type=1400 audit(1785242014.227:1403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111751.928573] audit: type=1400 audit(1785242312.194:1404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111751.930389] audit: type=1400 audit(1785242312.196:1405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111752.159795] audit: type=1400 audit(1785242312.425:1406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111989.681971] audit: type=1400 audit(1785242549.948:1407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111989.684131] audit: type=1400 audit(1785242549.950:1408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111989.800386] audit: type=1400 audit(1785242550.066:1409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112274.255363] audit: type=1400 audit(1785242834.523:1410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112274.257444] audit: type=1400 audit(1785242834.525:1411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112274.340098] audit: type=1400 audit(1785242834.608:1412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112508.416426] audit: type=1400 audit(1785243068.686:1413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112508.418644] audit: type=1400 audit(1785243068.688:1414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112508.480435] audit: type=1400 audit(1785243068.750:1415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112806.096251] audit: type=1400 audit(1785243366.368:1416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112806.098771] audit: type=1400 audit(1785243366.370:1417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112806.155137] audit: type=1400 audit(1785243366.426:1418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113061.640591] audit: type=1400 audit(1785243621.914:1419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113061.642944] audit: type=1400 audit(1785243621.916:1420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113061.795571] audit: type=1400 audit(1785243622.069:1421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113319.302928] audit: type=1400 audit(1785243879.579:1422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113319.304947] audit: type=1400 audit(1785243879.581:1423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113319.447414] audit: type=1400 audit(1785243879.723:1424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113563.335185] audit: type=1400 audit(1785244123.611:1425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113563.337070] audit: type=1400 audit(1785244123.613:1426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113563.409219] audit: type=1400 audit(1785244123.685:1427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113822.202745] audit: type=1400 audit(1785244382.481:1428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113822.204395] audit: type=1400 audit(1785244382.482:1429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113822.261033] audit: type=1400 audit(1785244382.539:1430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114113.481422] audit: type=1400 audit(1785244673.762:1431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114113.485252] audit: type=1400 audit(1785244673.766:1432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114113.546629] audit: type=1400 audit(1785244673.827:1433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114353.047310] audit: type=1400 audit(1785244913.329:1434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114353.049382] audit: type=1400 audit(1785244913.331:1435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114353.109280] audit: type=1400 audit(1785244913.391:1436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114635.318449] audit: type=1400 audit(1785245195.602:1437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114635.320624] audit: type=1400 audit(1785245195.604:1438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114635.394834] audit: type=1400 audit(1785245195.678:1439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114876.692251] audit: type=1400 audit(1785245436.978:1440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114876.694203] audit: type=1400 audit(1785245436.980:1441): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114876.745477] audit: type=1400 audit(1785245437.031:1442): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115102.981445] audit: type=1400 audit(1785245663.268:1443): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115102.983612] audit: type=1400 audit(1785245663.270:1444): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115103.042190] audit: type=1400 audit(1785245663.328:1445): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115395.446014] audit: type=1400 audit(1785245955.734:1446): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115395.447648] audit: type=1400 audit(1785245955.736:1447): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115395.505583] audit: type=1400 audit(1785245955.794:1448): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115685.530446] audit: type=1400 audit(1785246245.820:1449): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115685.532025] audit: type=1400 audit(1785246245.822:1450): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115685.602539] audit: type=1400 audit(1785246245.892:1451): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115918.536532] audit: type=1400 audit(1785246478.828:1452): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115918.538770] audit: type=1400 audit(1785246478.830:1453): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115918.621003] audit: type=1400 audit(1785246478.912:1454): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116192.327070] audit: type=1400 audit(1785246752.620:1455): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116192.329184] audit: type=1400 audit(1785246752.622:1456): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116192.387826] audit: type=1400 audit(1785246752.681:1457): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116452.522468] audit: type=1400 audit(1785247012.817:1458): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116452.524265] audit: type=1400 audit(1785247012.819:1459): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116452.595107] audit: type=1400 audit(1785247012.890:1460): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116682.271472] audit: type=1400 audit(1785247242.568:1461): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116682.273541] audit: type=1400 audit(1785247242.570:1462): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116682.334024] audit: type=1400 audit(1785247242.630:1463): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116983.365675] audit: type=1400 audit(1785247543.664:1464): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116983.367883] audit: type=1400 audit(1785247543.666:1465): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116983.430906] audit: type=1400 audit(1785247543.729:1466): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117260.112105] audit: type=1400 audit(1785247820.412:1467): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117260.114199] audit: type=1400 audit(1785247820.414:1468): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117260.194610] audit: type=1400 audit(1785247820.495:1469): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117558.193457] audit: type=1400 audit(1785248118.496:1470): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117558.195683] audit: type=1400 audit(1785248118.498:1471): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117558.257992] audit: type=1400 audit(1785248118.560:1472): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117792.610827] audit: type=1400 audit(1785248352.916:1473): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117792.612376] audit: type=1400 audit(1785248352.917:1474): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117792.675993] audit: type=1400 audit(1785248352.981:1475): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118087.860853] audit: type=1400 audit(1785248648.168:1476): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118087.862909] audit: type=1400 audit(1785248648.170:1477): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118087.940296] audit: type=1400 audit(1785248648.247:1478): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118346.711168] audit: type=1400 audit(1785248907.019:1479): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118346.713362] audit: type=1400 audit(1785248907.021:1480): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118346.780664] audit: type=1400 audit(1785248907.088:1481): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118580.328681] audit: type=1400 audit(1785249140.638:1482): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118580.330469] audit: type=1400 audit(1785249140.639:1483): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118580.387002] audit: type=1400 audit(1785249140.696:1484): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118819.385376] audit: type=1400 audit(1785249379.696:1485): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118819.387251] audit: type=1400 audit(1785249379.698:1486): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118819.460095] audit: type=1400 audit(1785249379.771:1487): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119048.644320] audit: type=1400 audit(1785249608.956:1488): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119048.646560] audit: type=1400 audit(1785249608.959:1489): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119048.712198] audit: type=1400 audit(1785249609.024:1490): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119289.086177] audit: type=1400 audit(1785249849.401:1491): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119289.088300] audit: type=1400 audit(1785249849.403:1492): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119289.164150] audit: type=1400 audit(1785249849.479:1493): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119573.306585] audit: type=1400 audit(1785250133.622:1494): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119573.308469] audit: type=1400 audit(1785250133.624:1495): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119573.384405] audit: type=1400 audit(1785250133.700:1496): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119826.489204] audit: type=1400 audit(1785250386.806:1497): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119826.491374] audit: type=1400 audit(1785250386.809:1498): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119826.557561] audit: type=1400 audit(1785250386.875:1499): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120099.084660] audit: type=1400 audit(1785250659.404:1500): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120099.086759] audit: type=1400 audit(1785250659.406:1501): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120099.164830] audit: type=1400 audit(1785250659.484:1502): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120370.797626] audit: type=1400 audit(1785250931.119:1503): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120370.799872] audit: type=1400 audit(1785250931.122:1504): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120370.861650] audit: type=1400 audit(1785250931.183:1505): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120651.780624] audit: type=1400 audit(1785251212.103:1506): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120651.782641] audit: type=1400 audit(1785251212.105:1507): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120651.848347] audit: type=1400 audit(1785251212.171:1508): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120920.210323] audit: type=1400 audit(1785251480.535:1509): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120920.211509] audit: type=1400 audit(1785251480.536:1510): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120920.278866] audit: type=1400 audit(1785251480.603:1511): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121177.922193] audit: type=1400 audit(1785251738.248:1512): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121177.924329] audit: type=1400 audit(1785251738.250:1513): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121178.142050] audit: type=1400 audit(1785251738.468:1514): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121453.267882] audit: type=1400 audit(1785252013.597:1515): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121453.269413] audit: type=1400 audit(1785252013.598:1516): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121453.326652] audit: type=1400 audit(1785252013.655:1517): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121724.882442] audit: type=1400 audit(1785252285.212:1518): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121724.884641] audit: type=1400 audit(1785252285.214:1519): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121725.001485] audit: type=1400 audit(1785252285.331:1520): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121968.721132] audit: type=1400 audit(1785252529.052:1521): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121968.722751] audit: type=1400 audit(1785252529.054:1522): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121968.787011] audit: type=1400 audit(1785252529.118:1523): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122212.974608] audit: type=1400 audit(1785252773.308:1524): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122212.976827] audit: type=1400 audit(1785252773.310:1525): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122213.039037] audit: type=1400 audit(1785252773.373:1526): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122511.804358] audit: type=1400 audit(1785253072.139:1527): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122511.806629] audit: type=1400 audit(1785253072.141:1528): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122511.870539] audit: type=1400 audit(1785253072.205:1529): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122807.079022] audit: type=1400 audit(1785253367.415:1530): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122807.081001] audit: type=1400 audit(1785253367.417:1531): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122807.146239] audit: type=1400 audit(1785253367.483:1532): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123078.380760] audit: type=1400 audit(1785253638.719:1533): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123078.382966] audit: type=1400 audit(1785253638.721:1534): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123078.432459] audit: type=1400 audit(1785253638.771:1535): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123330.242484] audit: type=1400 audit(1785253890.583:1536): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123330.244587] audit: type=1400 audit(1785253890.585:1537): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123330.307381] audit: type=1400 audit(1785253890.648:1538): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123621.145081] audit: type=1400 audit(1785254181.488:1539): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123621.147237] audit: type=1400 audit(1785254181.490:1540): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123621.204862] audit: type=1400 audit(1785254181.547:1541): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123876.958567] audit: type=1400 audit(1785254437.302:1542): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123876.960628] audit: type=1400 audit(1785254437.304:1543): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123877.033846] audit: type=1400 audit(1785254437.377:1544): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124145.068662] audit: type=1400 audit(1785254705.414:1545): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124145.070617] audit: type=1400 audit(1785254705.416:1546): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124145.141848] audit: type=1400 audit(1785254705.487:1547): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124373.944458] audit: type=1400 audit(1785254934.291:1548): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124373.946511] audit: type=1400 audit(1785254934.293:1549): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124374.093335] audit: type=1400 audit(1785254934.440:1550): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124647.218663] audit: type=1400 audit(1785255207.567:1551): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124647.220805] audit: type=1400 audit(1785255207.569:1552): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124647.301838] audit: type=1400 audit(1785255207.650:1553): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124911.974223] audit: type=1400 audit(1785255472.324:1554): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124911.976397] audit: type=1400 audit(1785255472.327:1555): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124912.065197] audit: type=1400 audit(1785255472.416:1556): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125166.518528] audit: type=1400 audit(1785255726.870:1557): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125166.522285] audit: type=1400 audit(1785255726.874:1558): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125166.584416] audit: type=1400 audit(1785255726.936:1559): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125418.973192] audit: type=1400 audit(1785255979.326:1560): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125418.975343] audit: type=1400 audit(1785255979.328:1561): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125419.113219] audit: type=1400 audit(1785255979.466:1562): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125688.862283] audit: type=1400 audit(1785256249.218:1563): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125688.864375] audit: type=1400 audit(1785256249.220:1564): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125689.176272] audit: type=1400 audit(1785256249.532:1565): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125937.512059] audit: type=1400 audit(1785256497.868:1566): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125937.514191] audit: type=1400 audit(1785256497.870:1567): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125937.572476] audit: type=1400 audit(1785256497.929:1568): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126228.784741] audit: type=1400 audit(1785256789.143:1569): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126228.786748] audit: type=1400 audit(1785256789.145:1570): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126228.848142] audit: type=1400 audit(1785256789.206:1571): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126523.060315] audit: type=1400 audit(1785257083.420:1572): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126523.062426] audit: type=1400 audit(1785257083.422:1573): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126523.145833] audit: type=1400 audit(1785257083.506:1574): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126578.835270] perf: interrupt took too long (4915 > 4911), lowering kernel.perf_event_max_sample_rate to 40000 +[126777.757977] audit: type=1400 audit(1785257338.121:1575): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126777.760702] audit: type=1400 audit(1785257338.123:1576): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126777.820687] audit: type=1400 audit(1785257338.183:1577): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127014.732986] audit: type=1400 audit(1785257575.096:1578): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127014.735182] audit: type=1400 audit(1785257575.098:1579): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127014.793611] audit: type=1400 audit(1785257575.157:1580): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127272.449758] audit: type=1400 audit(1785257832.815:1581): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127272.451830] audit: type=1400 audit(1785257832.818:1582): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127272.502118] audit: type=1400 audit(1785257832.868:1583): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127560.020797] audit: type=1400 audit(1785258120.387:1584): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127560.022454] audit: type=1400 audit(1785258120.389:1585): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127560.077681] audit: type=1400 audit(1785258120.444:1586): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127834.805855] audit: type=1400 audit(1785258395.174:1587): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127834.808181] audit: type=1400 audit(1785258395.176:1588): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127834.869830] audit: type=1400 audit(1785258395.238:1589): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128090.993841] audit: type=1400 audit(1785258651.365:1590): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128090.995766] audit: type=1400 audit(1785258651.367:1591): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128091.092819] audit: type=1400 audit(1785258651.464:1592): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128333.275121] audit: type=1400 audit(1785258893.646:1593): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128333.277279] audit: type=1400 audit(1785258893.649:1594): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128333.329906] audit: type=1400 audit(1785258893.701:1595): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128630.991383] audit: type=1400 audit(1785259191.364:1596): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128630.993319] audit: type=1400 audit(1785259191.366:1597): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128631.061556] audit: type=1400 audit(1785259191.435:1598): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128868.392535] audit: type=1400 audit(1785259428.768:1599): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128868.394701] audit: type=1400 audit(1785259428.770:1600): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128868.569846] audit: type=1400 audit(1785259428.945:1601): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129135.055967] audit: type=1400 audit(1785259695.432:1602): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129135.057809] audit: type=1400 audit(1785259695.434:1603): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129135.134185] audit: type=1400 audit(1785259695.510:1604): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129409.477358] audit: type=1400 audit(1785259969.855:1605): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129409.479375] audit: type=1400 audit(1785259969.857:1606): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129409.542527] audit: type=1400 audit(1785259969.920:1607): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129676.841109] audit: type=1400 audit(1785260237.221:1608): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129676.843256] audit: type=1400 audit(1785260237.223:1609): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129676.929076] audit: type=1400 audit(1785260237.309:1610): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129931.530697] audit: type=1400 audit(1785260491.912:1611): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129931.532703] audit: type=1400 audit(1785260491.914:1612): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129931.592871] audit: type=1400 audit(1785260491.974:1613): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130223.526396] audit: type=1400 audit(1785260783.910:1614): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130223.528511] audit: type=1400 audit(1785260783.912:1615): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130223.589317] audit: type=1400 audit(1785260783.973:1616): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130483.136766] audit: type=1400 audit(1785261043.521:1617): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130483.138830] audit: type=1400 audit(1785261043.523:1618): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130483.197031] audit: type=1400 audit(1785261043.581:1619): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130781.594817] audit: type=1400 audit(1785261341.982:1620): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130781.596882] audit: type=1400 audit(1785261341.984:1621): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130781.672795] audit: type=1400 audit(1785261342.060:1622): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131066.731257] audit: type=1400 audit(1785261627.119:1623): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131066.733589] audit: type=1400 audit(1785261627.121:1624): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131066.792770] audit: type=1400 audit(1785261627.180:1625): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131315.449085] audit: type=1400 audit(1785261875.839:1626): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131315.451184] audit: type=1400 audit(1785261875.841:1627): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131315.512210] audit: type=1400 audit(1785261875.902:1628): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131540.908669] audit: type=1400 audit(1785262101.299:1629): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131540.910878] audit: type=1400 audit(1785262101.301:1630): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131540.975284] audit: type=1400 audit(1785262101.365:1631): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131821.346648] audit: type=1400 audit(1785262381.737:1632): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131821.348223] audit: type=1400 audit(1785262381.739:1633): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131821.405848] audit: type=1400 audit(1785262381.796:1634): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132104.457283] audit: type=1400 audit(1785262664.849:1635): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132104.459407] audit: type=1400 audit(1785262664.851:1636): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132104.513430] audit: type=1400 audit(1785262664.905:1637): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132374.228877] audit: type=1400 audit(1785262934.620:1638): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132374.230999] audit: type=1400 audit(1785262934.622:1639): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132374.322348] audit: type=1400 audit(1785262934.713:1640): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132642.951772] audit: type=1400 audit(1785263203.344:1641): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132642.953948] audit: type=1400 audit(1785263203.346:1642): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132643.008298] audit: type=1400 audit(1785263203.400:1643): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132880.684180] audit: type=1400 audit(1785263441.077:1644): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132880.686337] audit: type=1400 audit(1785263441.080:1645): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132880.760673] audit: type=1400 audit(1785263441.154:1646): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133175.581268] audit: type=1400 audit(1785263735.977:1647): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133175.583421] audit: type=1400 audit(1785263735.979:1648): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133175.658502] audit: type=1400 audit(1785263736.054:1649): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133463.401574] audit: type=1400 audit(1785264023.798:1650): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133463.403729] audit: type=1400 audit(1785264023.800:1651): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133463.479453] audit: type=1400 audit(1785264023.875:1652): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133718.816754] audit: type=1400 audit(1785264279.214:1653): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133718.818926] audit: type=1400 audit(1785264279.216:1654): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133718.887624] audit: type=1400 audit(1785264279.285:1655): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134020.189488] audit: type=1400 audit(1785264580.589:1656): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134020.191572] audit: type=1400 audit(1785264580.591:1657): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134020.263439] audit: type=1400 audit(1785264580.663:1658): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134305.755462] audit: type=1400 audit(1785264866.156:1659): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134305.757300] audit: type=1400 audit(1785264866.158:1660): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134305.828009] audit: type=1400 audit(1785264866.228:1661): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134548.603844] audit: type=1400 audit(1785265109.005:1662): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134548.605996] audit: type=1400 audit(1785265109.007:1663): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134548.668233] audit: type=1400 audit(1785265109.070:1664): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134844.171725] audit: type=1400 audit(1785265404.575:1665): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134844.173890] audit: type=1400 audit(1785265404.577:1666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134844.244427] audit: type=1400 audit(1785265404.647:1667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135143.620487] audit: type=1400 audit(1785265704.025:1668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135143.622489] audit: type=1400 audit(1785265704.027:1669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135143.710782] audit: type=1400 audit(1785265704.115:1670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135385.641296] audit: type=1400 audit(1785265946.048:1671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135385.643427] audit: type=1400 audit(1785265946.050:1672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135385.696463] audit: type=1400 audit(1785265946.103:1673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135664.980761] audit: type=1400 audit(1785266225.388:1674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135664.982938] audit: type=1400 audit(1785266225.390:1675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135665.073490] audit: type=1400 audit(1785266225.480:1676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135912.829130] audit: type=1400 audit(1785266473.237:1677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135912.830946] audit: type=1400 audit(1785266473.239:1678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135912.881991] audit: type=1400 audit(1785266473.290:1679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136148.120370] audit: type=1400 audit(1785266708.530:1680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136148.122402] audit: type=1400 audit(1785266708.532:1681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136148.278776] audit: type=1400 audit(1785266708.688:1682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136443.173010] audit: type=1400 audit(1785267003.585:1683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136443.175233] audit: type=1400 audit(1785267003.587:1684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136443.232828] audit: type=1400 audit(1785267003.644:1685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136726.794540] audit: type=1400 audit(1785267287.206:1686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136726.796509] audit: type=1400 audit(1785267287.208:1687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136726.863923] audit: type=1400 audit(1785267287.276:1688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137015.840682] audit: type=1400 audit(1785267576.253:1689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137015.842770] audit: type=1400 audit(1785267576.256:1690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137015.907239] audit: type=1400 audit(1785267576.320:1691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137259.881080] audit: type=1400 audit(1785267820.295:1692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137259.883229] audit: type=1400 audit(1785267820.297:1693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137259.947371] audit: type=1400 audit(1785267820.361:1694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137490.684010] audit: type=1400 audit(1785268051.098:1695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137490.686193] audit: type=1400 audit(1785268051.100:1696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137491.244130] audit: type=1400 audit(1785268051.658:1697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137720.426743] audit: type=1400 audit(1785268280.842:1698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137720.428389] audit: type=1400 audit(1785268280.843:1699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137720.491989] audit: type=1400 audit(1785268280.907:1700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138017.078382] audit: type=1400 audit(1785268577.495:1701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138017.079569] audit: type=1400 audit(1785268577.496:1702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138017.146238] audit: type=1400 audit(1785268577.562:1703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138314.258714] audit: type=1400 audit(1785268874.676:1704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138314.260852] audit: type=1400 audit(1785268874.678:1705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138314.323383] audit: type=1400 audit(1785268874.741:1706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138568.476936] audit: type=1400 audit(1785269128.897:1707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138568.478916] audit: type=1400 audit(1785269128.899:1708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138568.543095] audit: type=1400 audit(1785269128.963:1709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138799.136677] audit: type=1400 audit(1785269359.557:1710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138799.138715] audit: type=1400 audit(1785269359.559:1711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138799.207003] audit: type=1400 audit(1785269359.628:1712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139054.265704] audit: type=1400 audit(1785269614.686:1713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139054.267851] audit: type=1400 audit(1785269614.688:1714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139054.325796] audit: type=1400 audit(1785269614.746:1715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139330.021808] audit: type=1400 audit(1785269890.443:1716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139330.023593] audit: type=1400 audit(1785269890.445:1717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139330.090436] audit: type=1400 audit(1785269890.512:1718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139575.026468] audit: type=1400 audit(1785270135.448:1719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139575.028646] audit: type=1400 audit(1785270135.451:1720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139575.098985] audit: type=1400 audit(1785270135.521:1721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139868.914988] audit: type=1400 audit(1785270429.339:1722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139868.916985] audit: type=1400 audit(1785270429.341:1723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139868.975248] audit: type=1400 audit(1785270429.399:1724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140148.687083] audit: type=1400 audit(1785270709.112:1725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140148.688734] audit: type=1400 audit(1785270709.113:1726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140148.784202] audit: type=1400 audit(1785270709.209:1727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140429.278124] audit: type=1400 audit(1785270989.703:1728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140429.280198] audit: type=1400 audit(1785270989.705:1729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140429.338991] audit: type=1400 audit(1785270989.763:1730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140708.838039] audit: type=1400 audit(1785271269.263:1731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140708.840194] audit: type=1400 audit(1785271269.266:1732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140708.892606] audit: type=1400 audit(1785271269.318:1733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140936.548524] audit: type=1400 audit(1785271496.975:1734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140936.550630] audit: type=1400 audit(1785271496.977:1735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140936.622376] audit: type=1400 audit(1785271497.048:1736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141168.863896] audit: type=1400 audit(1785271729.291:1737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141168.866014] audit: type=1400 audit(1785271729.293:1738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141168.951091] audit: type=1400 audit(1785271729.378:1739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141438.139246] audit: type=1400 audit(1785271998.567:1740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141438.141355] audit: type=1400 audit(1785271998.569:1741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141438.204596] audit: type=1400 audit(1785271998.632:1742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141729.777569] audit: type=1400 audit(1785272290.206:1743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141729.778993] audit: type=1400 audit(1785272290.208:1744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141729.836181] audit: type=1400 audit(1785272290.265:1745): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141988.314703] audit: type=1400 audit(1785272548.745:1746): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141988.316838] audit: type=1400 audit(1785272548.747:1747): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141988.400459] audit: type=1400 audit(1785272548.831:1748): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142221.664002] audit: type=1400 audit(1785272782.096:1749): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142221.666137] audit: type=1400 audit(1785272782.098:1750): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142221.731061] audit: type=1400 audit(1785272782.163:1751): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142523.396324] audit: type=1400 audit(1785273083.829:1752): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142523.398909] audit: type=1400 audit(1785273083.832:1753): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142523.463159] audit: type=1400 audit(1785273083.896:1754): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142780.135795] audit: type=1400 audit(1785273340.568:1755): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142780.137899] audit: type=1400 audit(1785273340.570:1756): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142780.205207] audit: type=1400 audit(1785273340.638:1757): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143043.621252] audit: type=1400 audit(1785273604.055:1758): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143043.623182] audit: type=1400 audit(1785273604.057:1759): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143043.689859] audit: type=1400 audit(1785273604.123:1760): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143284.273388] audit: type=1400 audit(1785273844.708:1761): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143284.275638] audit: type=1400 audit(1785273844.710:1762): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143284.342848] audit: type=1400 audit(1785273844.777:1763): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143538.798760] audit: type=1400 audit(1785274099.234:1764): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143538.800984] audit: type=1400 audit(1785274099.236:1765): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143538.873974] audit: type=1400 audit(1785274099.309:1766): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143767.996377] audit: type=1400 audit(1785274328.432:1767): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143767.998530] audit: type=1400 audit(1785274328.434:1768): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143768.059345] audit: type=1400 audit(1785274328.495:1769): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144056.847065] audit: type=1400 audit(1785274617.284:1770): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144056.849285] audit: type=1400 audit(1785274617.286:1771): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144056.914122] audit: type=1400 audit(1785274617.351:1772): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144356.634524] audit: type=1400 audit(1785274917.073:1773): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144356.636679] audit: type=1400 audit(1785274917.075:1774): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144356.701810] audit: type=1400 audit(1785274917.140:1775): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144606.971830] audit: type=1400 audit(1785275167.411:1776): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144606.974014] audit: type=1400 audit(1785275167.413:1777): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144607.043131] audit: type=1400 audit(1785275167.482:1778): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144892.985409] audit: type=1400 audit(1785275453.425:1779): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144892.987669] audit: type=1400 audit(1785275453.428:1780): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144893.040954] audit: type=1400 audit(1785275453.481:1781): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145192.919261] audit: type=1400 audit(1785275753.360:1782): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145192.921246] audit: type=1400 audit(1785275753.362:1783): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145192.971501] audit: type=1400 audit(1785275753.413:1784): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145438.657996] audit: type=1400 audit(1785275999.100:1785): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145438.660163] audit: type=1400 audit(1785275999.102:1786): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145438.735087] audit: type=1400 audit(1785275999.177:1787): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145724.613427] audit: type=1400 audit(1785276285.056:1788): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145724.616127] audit: type=1400 audit(1785276285.059:1789): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145724.677806] audit: type=1400 audit(1785276285.121:1790): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145997.279757] audit: type=1400 audit(1785276557.725:1791): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145997.281834] audit: type=1400 audit(1785276557.726:1792): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145997.342625] audit: type=1400 audit(1785276557.786:1793): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146239.654903] audit: type=1400 audit(1785276800.101:1794): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146239.657558] audit: type=1400 audit(1785276800.103:1795): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146239.739559] audit: type=1400 audit(1785276800.185:1796): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146472.423021] audit: type=1400 audit(1785277032.870:1797): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146472.425109] audit: type=1400 audit(1785277032.872:1798): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146472.491883] audit: type=1400 audit(1785277032.938:1799): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146745.370181] audit: type=1400 audit(1785277305.818:1800): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146745.371947] audit: type=1400 audit(1785277305.819:1801): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146745.443862] audit: type=1400 audit(1785277305.891:1802): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147035.998944] audit: type=1400 audit(1785277596.448:1803): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147036.001072] audit: type=1400 audit(1785277596.450:1804): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147036.086389] audit: type=1400 audit(1785277596.535:1805): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147326.057355] audit: type=1400 audit(1785277886.507:1806): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147326.059446] audit: type=1400 audit(1785277886.509:1807): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147326.195779] audit: type=1400 audit(1785277886.645:1808): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147618.355089] audit: type=1400 audit(1785278178.805:1809): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147618.357229] audit: type=1400 audit(1785278178.808:1810): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147618.416006] audit: type=1400 audit(1785278178.867:1811): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147898.607543] audit: type=1400 audit(1785278459.058:1812): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147898.609568] audit: type=1400 audit(1785278459.060:1813): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147898.669823] audit: type=1400 audit(1785278459.121:1814): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148127.533706] audit: type=1400 audit(1785278687.986:1815): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148127.535809] audit: type=1400 audit(1785278687.989:1816): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148127.621714] audit: type=1400 audit(1785278688.074:1817): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148398.752942] audit: type=1400 audit(1785278959.207:1818): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148398.755016] audit: type=1400 audit(1785278959.209:1819): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148398.830739] audit: type=1400 audit(1785278959.284:1820): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148695.533782] audit: type=1400 audit(1785279255.988:1821): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148695.535897] audit: type=1400 audit(1785279255.990:1822): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148695.606985] audit: type=1400 audit(1785279256.061:1823): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148943.935858] audit: type=1400 audit(1785279504.392:1824): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148943.937872] audit: type=1400 audit(1785279504.394:1825): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148944.003138] audit: type=1400 audit(1785279504.459:1826): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149237.669775] audit: type=1400 audit(1785279798.127:1827): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149237.671902] audit: type=1400 audit(1785279798.129:1828): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149237.745426] audit: type=1400 audit(1785279798.202:1829): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149476.683328] audit: type=1400 audit(1785280037.141:1830): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149476.685458] audit: type=1400 audit(1785280037.143:1831): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149476.742677] audit: type=1400 audit(1785280037.200:1832): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149773.594935] audit: type=1400 audit(1785280334.054:1833): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149773.597038] audit: type=1400 audit(1785280334.056:1834): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149773.663253] audit: type=1400 audit(1785280334.122:1835): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150054.463002] audit: type=1400 audit(1785280614.923:1836): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150054.465251] audit: type=1400 audit(1785280614.925:1837): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150054.539049] audit: type=1400 audit(1785280614.999:1838): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150347.156310] audit: type=1400 audit(1785280907.617:1839): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150347.158502] audit: type=1400 audit(1785280907.619:1840): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150347.217545] audit: type=1400 audit(1785280907.678:1841): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150626.754996] audit: type=1400 audit(1785281187.217:1842): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150626.757063] audit: type=1400 audit(1785281187.219:1843): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150626.815324] audit: type=1400 audit(1785281187.277:1844): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150902.617947] audit: type=1400 audit(1785281463.081:1845): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150902.621927] audit: type=1400 audit(1785281463.084:1846): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150902.791030] audit: type=1400 audit(1785281463.254:1847): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151197.013015] audit: type=1400 audit(1785281757.477:1848): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151197.015227] audit: type=1400 audit(1785281757.479:1849): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151197.100694] audit: type=1400 audit(1785281757.564:1850): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151454.758828] audit: type=1400 audit(1785282015.222:1851): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151454.760385] audit: type=1400 audit(1785282015.224:1852): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151454.865823] audit: type=1400 audit(1785282015.329:1853): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151740.324322] audit: type=1400 audit(1785282300.789:1854): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151740.326377] audit: type=1400 audit(1785282300.791:1855): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151740.384955] audit: type=1400 audit(1785282300.849:1856): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152028.011761] audit: type=1400 audit(1785282588.478:1857): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152028.013911] audit: type=1400 audit(1785282588.480:1858): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152028.161051] audit: type=1400 audit(1785282588.628:1859): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152288.738485] audit: type=1400 audit(1785282849.205:1860): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152288.740670] audit: type=1400 audit(1785282849.207:1861): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152288.815061] audit: type=1400 audit(1785282849.282:1862): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152585.990107] audit: type=1400 audit(1785283146.458:1863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152585.992064] audit: type=1400 audit(1785283146.460:1864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152586.057589] audit: type=1400 audit(1785283146.525:1865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152832.476290] audit: type=1400 audit(1785283392.945:1866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152832.477609] audit: type=1400 audit(1785283392.946:1867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152832.532869] audit: type=1400 audit(1785283393.001:1868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153077.806281] audit: type=1400 audit(1785283638.275:1869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153077.808413] audit: type=1400 audit(1785283638.278:1870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153077.875021] audit: type=1400 audit(1785283638.344:1871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153375.322462] audit: type=1400 audit(1785283935.793:1872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153375.325137] audit: type=1400 audit(1785283935.795:1873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153375.485028] audit: type=1400 audit(1785283935.955:1874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153657.679653] audit: type=1400 audit(1785284218.151:1875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153657.681756] audit: type=1400 audit(1785284218.153:1876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153657.738445] audit: type=1400 audit(1785284218.209:1877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153887.542480] audit: type=1400 audit(1785284448.014:1878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153887.544709] audit: type=1400 audit(1785284448.017:1879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153887.611633] audit: type=1400 audit(1785284448.083:1880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154180.722809] audit: type=1400 audit(1785284741.197:1881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154180.727246] audit: type=1400 audit(1785284741.201:1882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154180.799390] audit: type=1400 audit(1785284741.273:1883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154441.788953] audit: type=1400 audit(1785285002.264:1884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154441.790545] audit: type=1400 audit(1785285002.265:1885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154441.851552] audit: type=1400 audit(1785285002.326:1886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154718.781408] audit: type=1400 audit(1785285279.256:1887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154718.783431] audit: type=1400 audit(1785285279.258:1888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154718.849666] audit: type=1400 audit(1785285279.324:1889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155011.855735] audit: type=1400 audit(1785285572.331:1890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155011.859179] audit: type=1400 audit(1785285572.335:1891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155011.917672] audit: type=1400 audit(1785285572.393:1892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155251.930269] audit: type=1400 audit(1785285812.406:1893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155251.932428] audit: type=1400 audit(1785285812.409:1894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155251.992761] audit: type=1400 audit(1785285812.469:1895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155533.446185] audit: type=1400 audit(1785286093.923:1896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155533.448298] audit: type=1400 audit(1785286093.925:1897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155533.515301] audit: type=1400 audit(1785286093.992:1898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155824.582231] audit: type=1400 audit(1785286385.060:1899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155824.584338] audit: type=1400 audit(1785286385.062:1900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155824.836057] audit: type=1400 audit(1785286385.314:1901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156066.537419] audit: type=1400 audit(1785286627.016:1902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156066.539738] audit: type=1400 audit(1785286627.019:1903): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156066.613112] audit: type=1400 audit(1785286627.092:1904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156317.850901] audit: type=1400 audit(1785286878.332:1905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156317.852969] audit: type=1400 audit(1785286878.334:1906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156317.932704] audit: type=1400 audit(1785286878.413:1907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156601.996632] audit: type=1400 audit(1785287162.478:1908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156601.998744] audit: type=1400 audit(1785287162.480:1909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156602.079974] audit: type=1400 audit(1785287162.562:1910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156899.914984] audit: type=1400 audit(1785287460.398:1911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156899.917422] audit: type=1400 audit(1785287460.400:1912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156899.985633] audit: type=1400 audit(1785287460.468:1913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157148.595396] audit: type=1400 audit(1785287709.078:1914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157148.597300] audit: type=1400 audit(1785287709.080:1915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157148.665957] audit: type=1400 audit(1785287709.148:1916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157385.405306] audit: type=1400 audit(1785287945.889:1917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157385.407036] audit: type=1400 audit(1785287945.890:1918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157385.467721] audit: type=1400 audit(1785287945.951:1919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157635.283530] audit: type=1400 audit(1785288195.768:1920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157635.285437] audit: type=1400 audit(1785288195.769:1921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157635.349985] audit: type=1400 audit(1785288195.834:1922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157921.693939] tap102i0: entered promiscuous mode +[157921.779771] vmbr0: port 4(fwpr102p0) entered blocking state +[157921.779779] vmbr0: port 4(fwpr102p0) entered disabled state +[157921.779794] fwpr102p0: entered allmulticast mode +[157921.779857] fwpr102p0: entered promiscuous mode +[157921.779901] vmbr0: port 4(fwpr102p0) entered blocking state +[157921.779913] vmbr0: port 4(fwpr102p0) entered forwarding state +[157921.791583] fwbr102i0: port 1(fwln102i0) entered blocking state +[157921.791588] fwbr102i0: port 1(fwln102i0) entered disabled state +[157921.791611] fwln102i0: entered allmulticast mode +[157921.791652] fwln102i0: entered promiscuous mode +[157921.791682] fwbr102i0: port 1(fwln102i0) entered blocking state +[157921.791684] fwbr102i0: port 1(fwln102i0) entered forwarding state +[157921.802791] fwbr102i0: port 2(tap102i0) entered blocking state +[157921.802796] fwbr102i0: port 2(tap102i0) entered disabled state +[157921.802802] tap102i0: entered allmulticast mode +[157921.802874] fwbr102i0: port 2(tap102i0) entered blocking state +[157921.802875] fwbr102i0: port 2(tap102i0) entered forwarding state +[157928.258938] audit: type=1400 audit(1785288488.744:1923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157928.261083] audit: type=1400 audit(1785288488.746:1924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157928.339079] audit: type=1400 audit(1785288488.824:1925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158010.585552] tap106i0: left allmulticast mode +[158010.585572] fwbr106i0: port 2(tap106i0) entered disabled state +[158010.588164] fwbr106i0: port 1(fwln106i0) entered disabled state +[158010.588255] vmbr0: port 5(fwpr106p0) entered disabled state +[158010.588371] fwln106i0 (unregistering): left allmulticast mode +[158010.588375] fwln106i0 (unregistering): left promiscuous mode +[158010.588378] fwbr106i0: port 1(fwln106i0) entered disabled state +[158010.588614] fwpr106p0 (unregistering): left allmulticast mode +[158010.588617] fwpr106p0 (unregistering): left promiscuous mode +[158010.588619] vmbr0: port 5(fwpr106p0) entered disabled state +[158012.289496] tap106i0: entered promiscuous mode +[158012.384811] vmbr0: port 5(fwpr106p0) entered blocking state +[158012.384817] vmbr0: port 5(fwpr106p0) entered disabled state +[158012.384830] fwpr106p0: entered allmulticast mode +[158012.384884] fwpr106p0: entered promiscuous mode +[158012.384920] vmbr0: port 5(fwpr106p0) entered blocking state +[158012.384922] vmbr0: port 5(fwpr106p0) entered forwarding state +[158012.396604] fwbr106i0: port 1(fwln106i0) entered blocking state +[158012.396608] fwbr106i0: port 1(fwln106i0) entered disabled state +[158012.396621] fwln106i0: entered allmulticast mode +[158012.396660] fwln106i0: entered promiscuous mode +[158012.396696] fwbr106i0: port 1(fwln106i0) entered blocking state +[158012.396698] fwbr106i0: port 1(fwln106i0) entered forwarding state +[158012.408152] fwbr106i0: port 2(tap106i0) entered blocking state +[158012.408157] fwbr106i0: port 2(tap106i0) entered disabled state +[158012.408163] tap106i0: entered allmulticast mode +[158012.408237] fwbr106i0: port 2(tap106i0) entered blocking state +[158012.408239] fwbr106i0: port 2(tap106i0) entered forwarding state +[158195.924329] audit: type=1400 audit(1785288756.411:1926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158195.926194] audit: type=1400 audit(1785288756.413:1927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158195.989089] audit: type=1400 audit(1785288756.476:1928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158422.894167] audit: type=1400 audit(1785288983.381:1929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158422.897606] audit: type=1400 audit(1785288983.384:1930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158423.014514] audit: type=1400 audit(1785288983.501:1931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158660.826467] audit: type=1400 audit(1785289221.314:1932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158660.828562] audit: type=1400 audit(1785289221.316:1933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158661.684760] audit: type=1400 audit(1785289222.172:1934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158960.258681] audit: type=1400 audit(1785289520.747:1935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158960.262272] audit: type=1400 audit(1785289520.750:1936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158960.323233] audit: type=1400 audit(1785289520.811:1937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159210.903109] tap102i0: left allmulticast mode +[159210.903130] fwbr102i0: port 2(tap102i0) entered disabled state +[159210.906242] fwbr102i0: port 1(fwln102i0) entered disabled state +[159210.906455] vmbr0: port 4(fwpr102p0) entered disabled state +[159210.906587] fwln102i0 (unregistering): left allmulticast mode +[159210.906591] fwln102i0 (unregistering): left promiscuous mode +[159210.906593] fwbr102i0: port 1(fwln102i0) entered disabled state +[159210.906933] fwpr102p0 (unregistering): left allmulticast mode +[159210.906936] fwpr102p0 (unregistering): left promiscuous mode +[159210.906938] vmbr0: port 4(fwpr102p0) entered disabled state +[159245.644865] audit: type=1400 audit(1785289806.134:1938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159245.648610] audit: type=1400 audit(1785289806.138:1939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159245.730876] audit: type=1400 audit(1785289806.220:1940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159333.816015] tap102i0: entered promiscuous mode +[159333.911342] vmbr0: port 4(fwpr102p0) entered blocking state +[159333.911347] vmbr0: port 4(fwpr102p0) entered disabled state +[159333.911359] fwpr102p0: entered allmulticast mode +[159333.911403] fwpr102p0: entered promiscuous mode +[159333.911434] vmbr0: port 4(fwpr102p0) entered blocking state +[159333.911436] vmbr0: port 4(fwpr102p0) entered forwarding state +[159333.920169] fwbr102i0: port 1(fwln102i0) entered blocking state +[159333.920174] fwbr102i0: port 1(fwln102i0) entered disabled state +[159333.920185] fwln102i0: entered allmulticast mode +[159333.920224] fwln102i0: entered promiscuous mode +[159333.920334] fwbr102i0: port 1(fwln102i0) entered blocking state +[159333.920336] fwbr102i0: port 1(fwln102i0) entered forwarding state +[159333.929480] fwbr102i0: port 2(tap102i0) entered blocking state +[159333.929485] fwbr102i0: port 2(tap102i0) entered disabled state +[159333.929491] tap102i0: entered allmulticast mode +[159333.929582] fwbr102i0: port 2(tap102i0) entered blocking state +[159333.929584] fwbr102i0: port 2(tap102i0) entered forwarding state +[159534.608381] audit: type=1400 audit(1785290095.098:1941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159534.610561] audit: type=1400 audit(1785290095.100:1942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159534.683970] audit: type=1400 audit(1785290095.174:1943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159806.914477] audit: type=1400 audit(1785290367.405:1944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159806.916614] audit: type=1400 audit(1785290367.408:1945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159806.985169] audit: type=1400 audit(1785290367.476:1946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160066.097723] audit: type=1400 audit(1785290626.590:1947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160066.099872] audit: type=1400 audit(1785290626.592:1948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160066.242050] audit: type=1400 audit(1785290626.734:1949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160341.129677] audit: type=1400 audit(1785290901.623:1950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160341.131745] audit: type=1400 audit(1785290901.625:1951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160341.254442] audit: type=1400 audit(1785290901.747:1952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160637.734956] audit: type=1400 audit(1785291198.229:1953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160637.737150] audit: type=1400 audit(1785291198.231:1954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160637.947349] audit: type=1400 audit(1785291198.441:1955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160882.595086] audit: type=1400 audit(1785291443.090:1956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160882.597270] audit: type=1400 audit(1785291443.093:1957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160882.658096] audit: type=1400 audit(1785291443.153:1958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161124.271558] audit: type=1400 audit(1785291684.769:1959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161124.273486] audit: type=1400 audit(1785291684.771:1960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161124.347341] audit: type=1400 audit(1785291684.845:1961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161353.560889] audit: type=1400 audit(1785291914.060:1962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161353.563095] audit: type=1400 audit(1785291914.062:1963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161353.624868] audit: type=1400 audit(1785291914.124:1964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161606.375602] audit: type=1400 audit(1785292166.875:1965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161606.377718] audit: type=1400 audit(1785292166.877:1966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161606.458276] audit: type=1400 audit(1785292166.957:1967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161881.132184] audit: type=1400 audit(1785292441.633:1968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161881.134458] audit: type=1400 audit(1785292441.635:1969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161881.214814] audit: type=1400 audit(1785292441.716:1970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162119.689113] audit: type=1400 audit(1785292680.192:1971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162119.690755] audit: type=1400 audit(1785292680.193:1972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162119.761615] audit: type=1400 audit(1785292680.264:1973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162362.874467] audit: type=1400 audit(1785292923.379:1974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162362.877512] audit: type=1400 audit(1785292923.382:1975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162362.950620] audit: type=1400 audit(1785292923.455:1976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162662.263452] audit: type=1400 audit(1785293222.769:1977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162662.265484] audit: type=1400 audit(1785293222.771:1978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162662.418606] audit: type=1400 audit(1785293222.924:1979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162915.295538] audit: type=1400 audit(1785293475.803:1980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162915.297678] audit: type=1400 audit(1785293475.805:1981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162915.353623] audit: type=1400 audit(1785293475.861:1982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163209.930188] audit: type=1400 audit(1785293770.438:1983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163209.932311] audit: type=1400 audit(1785293770.440:1984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163209.999208] audit: type=1400 audit(1785293770.507:1985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163473.617570] audit: type=1400 audit(1785294034.127:1986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163473.621079] audit: type=1400 audit(1785294034.130:1987): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163473.776893] audit: type=1400 audit(1785294034.286:1988): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163725.363366] audit: type=1400 audit(1785294285.874:1989): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163725.365487] audit: type=1400 audit(1785294285.876:1990): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163725.431865] audit: type=1400 audit(1785294285.942:1991): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163981.050780] audit: type=1400 audit(1785294541.562:1992): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163981.052467] audit: type=1400 audit(1785294541.564:1993): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163981.110298] audit: type=1400 audit(1785294541.622:1994): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164226.085842] audit: type=1400 audit(1785294786.598:1995): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164226.087978] audit: type=1400 audit(1785294786.600:1996): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164226.154417] audit: type=1400 audit(1785294786.667:1997): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164492.889374] audit: type=1400 audit(1785295053.403:1998): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164492.891490] audit: type=1400 audit(1785295053.405:1999): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164492.952872] audit: type=1400 audit(1785295053.466:2000): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164748.979994] audit: type=1400 audit(1785295309.496:2001): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164748.982092] audit: type=1400 audit(1785295309.498:2002): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164749.050389] audit: type=1400 audit(1785295309.566:2003): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165037.890464] audit: type=1400 audit(1785295598.407:2004): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165037.892682] audit: type=1400 audit(1785295598.409:2005): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165037.959835] audit: type=1400 audit(1785295598.477:2006): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165269.605828] audit: type=1400 audit(1785295830.124:2007): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165269.607908] audit: type=1400 audit(1785295830.126:2008): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165269.677368] audit: type=1400 audit(1785295830.195:2009): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165529.730371] audit: type=1400 audit(1785296090.248:2010): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165529.732458] audit: type=1400 audit(1785296090.250:2011): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165529.807771] audit: type=1400 audit(1785296090.326:2012): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165770.795714] audit: type=1400 audit(1785296331.315:2013): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165770.797727] audit: type=1400 audit(1785296331.317:2014): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165770.849650] audit: type=1400 audit(1785296331.368:2015): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166069.789495] audit: type=1400 audit(1785296630.310:2016): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166069.791683] audit: type=1400 audit(1785296630.312:2017): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166069.848247] audit: type=1400 audit(1785296630.368:2018): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166340.977328] audit: type=1400 audit(1785296901.499:2019): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166340.979466] audit: type=1400 audit(1785296901.501:2020): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166341.067684] audit: type=1400 audit(1785296901.589:2021): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166631.614702] audit: type=1400 audit(1785297192.137:2022): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166631.616785] audit: type=1400 audit(1785297192.139:2023): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166631.687704] audit: type=1400 audit(1785297192.210:2024): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166910.654271] audit: type=1400 audit(1785297471.179:2025): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166910.656414] audit: type=1400 audit(1785297471.181:2026): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166910.707216] audit: type=1400 audit(1785297471.232:2027): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167180.155927] audit: type=1400 audit(1785297740.682:2028): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167180.158028] audit: type=1400 audit(1785297740.684:2029): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167180.215187] audit: type=1400 audit(1785297740.741:2030): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167478.442725] audit: type=1400 audit(1785298038.969:2031): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167478.444773] audit: type=1400 audit(1785298038.971:2032): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167478.513973] audit: type=1400 audit(1785298039.040:2033): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167753.508184] audit: type=1400 audit(1785298314.035:2034): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167753.509705] audit: type=1400 audit(1785298314.037:2035): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167753.577977] audit: type=1400 audit(1785298314.105:2036): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168021.334599] audit: type=1400 audit(1785298581.863:2037): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168021.336726] audit: type=1400 audit(1785298581.865:2038): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168021.397958] audit: type=1400 audit(1785298581.926:2039): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168291.387551] audit: type=1400 audit(1785298851.917:2040): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168291.389671] audit: type=1400 audit(1785298851.919:2041): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168291.439408] audit: type=1400 audit(1785298851.968:2042): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168574.746741] audit: type=1400 audit(1785299135.277:2043): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168574.748910] audit: type=1400 audit(1785299135.279:2044): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168574.814975] audit: type=1400 audit(1785299135.345:2045): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168804.700795] audit: type=1400 audit(1785299365.232:2046): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168804.702835] audit: type=1400 audit(1785299365.234:2047): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168804.755862] audit: type=1400 audit(1785299365.287:2048): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169090.699114] audit: type=1400 audit(1785299651.231:2049): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169090.701260] audit: type=1400 audit(1785299651.233:2050): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169090.974912] audit: type=1400 audit(1785299651.507:2051): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169380.271577] audit: type=1400 audit(1785299940.805:2052): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169380.273726] audit: type=1400 audit(1785299940.807:2053): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169380.806207] audit: type=1400 audit(1785299941.339:2054): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169658.451513] audit: type=1400 audit(1785300218.986:2055): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169658.453649] audit: type=1400 audit(1785300218.988:2056): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169658.526287] audit: type=1400 audit(1785300219.060:2057): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169924.717584] audit: type=1400 audit(1785300485.253:2058): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169924.719624] audit: type=1400 audit(1785300485.255:2059): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169924.801135] audit: type=1400 audit(1785300485.336:2060): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170199.386057] audit: type=1400 audit(1785300759.923:2061): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170199.388228] audit: type=1400 audit(1785300759.925:2062): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170199.454295] audit: type=1400 audit(1785300759.991:2063): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170426.330446] audit: type=1400 audit(1785300986.867:2064): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170426.332521] audit: type=1400 audit(1785300986.869:2065): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170426.384167] audit: type=1400 audit(1785300986.921:2066): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170704.230981] audit: type=1400 audit(1785301264.768:2067): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170704.232801] audit: type=1400 audit(1785301264.770:2068): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170704.294186] audit: type=1400 audit(1785301264.831:2069): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170982.894500] audit: type=1400 audit(1785301543.432:2070): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170982.896523] audit: type=1400 audit(1785301543.434:2071): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170982.968361] audit: type=1400 audit(1785301543.506:2072): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171222.663606] audit: type=1400 audit(1785301783.203:2073): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171222.665865] audit: type=1400 audit(1785301783.205:2074): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171222.732278] audit: type=1400 audit(1785301783.272:2075): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171475.152297] audit: type=1400 audit(1785302035.692:2076): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171475.154397] audit: type=1400 audit(1785302035.694:2077): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171475.229227] audit: type=1400 audit(1785302035.769:2078): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171771.406422] audit: type=1400 audit(1785302331.947:2079): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171771.410045] audit: type=1400 audit(1785302331.950:2080): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171771.483121] audit: type=1400 audit(1785302332.023:2081): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171998.854466] audit: type=1400 audit(1785302559.395:2082): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171998.855913] audit: type=1400 audit(1785302559.397:2083): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171998.924228] audit: type=1400 audit(1785302559.465:2084): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172293.673669] audit: type=1400 audit(1785302854.216:2085): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172293.675798] audit: type=1400 audit(1785302854.218:2086): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172293.755141] audit: type=1400 audit(1785302854.297:2087): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172537.300780] audit: type=1400 audit(1785303097.845:2088): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172537.303002] audit: type=1400 audit(1785303097.847:2089): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172537.373192] audit: type=1400 audit(1785303097.917:2090): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172764.294000] audit: type=1400 audit(1785303324.839:2091): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172764.296128] audit: type=1400 audit(1785303324.841:2092): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172764.358078] audit: type=1400 audit(1785303324.903:2093): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173020.160135] audit: type=1400 audit(1785303580.705:2094): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173020.162279] audit: type=1400 audit(1785303580.707:2095): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173020.222351] audit: type=1400 audit(1785303580.767:2096): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173315.810213] audit: type=1400 audit(1785303876.356:2097): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173315.812201] audit: type=1400 audit(1785303876.358:2098): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173315.876462] audit: type=1400 audit(1785303876.422:2099): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173610.749149] audit: type=1400 audit(1785304171.296:2100): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173610.751356] audit: type=1400 audit(1785304171.298:2101): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173610.830043] audit: type=1400 audit(1785304171.376:2102): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173890.409144] audit: type=1400 audit(1785304450.957:2103): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173890.411245] audit: type=1400 audit(1785304450.959:2104): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173890.471022] audit: type=1400 audit(1785304451.018:2105): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174138.087347] audit: type=1400 audit(1785304698.636:2106): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174138.088658] audit: type=1400 audit(1785304698.637:2107): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174138.312814] audit: type=1400 audit(1785304698.861:2108): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174421.278368] audit: type=1400 audit(1785304981.828:2109): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174421.280547] audit: type=1400 audit(1785304981.830:2110): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174421.333295] audit: type=1400 audit(1785304981.882:2111): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174661.207599] audit: type=1400 audit(1785305221.758:2112): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174661.209820] audit: type=1400 audit(1785305221.760:2113): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174661.309617] audit: type=1400 audit(1785305221.860:2114): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174931.302638] audit: type=1400 audit(1785305491.854:2115): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174931.304366] audit: type=1400 audit(1785305491.855:2116): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174931.362858] audit: type=1400 audit(1785305491.914:2117): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175158.634859] audit: type=1400 audit(1785305719.188:2118): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175158.637049] audit: type=1400 audit(1785305719.190:2119): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175158.703199] audit: type=1400 audit(1785305719.256:2120): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175419.338686] audit: type=1400 audit(1785305979.892:2121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175419.340780] audit: type=1400 audit(1785305979.894:2122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175419.398936] audit: type=1400 audit(1785305979.953:2123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175670.889052] audit: type=1400 audit(1785306231.443:2124): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175670.891101] audit: type=1400 audit(1785306231.445:2125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175670.962766] audit: type=1400 audit(1785306231.516:2126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175931.315179] audit: type=1400 audit(1785306491.870:2127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175931.317209] audit: type=1400 audit(1785306491.872:2128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175931.404945] audit: type=1400 audit(1785306491.959:2129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176229.389943] audit: type=1400 audit(1785306789.945:2130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176229.392118] audit: type=1400 audit(1785306789.948:2131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176229.470209] audit: type=1400 audit(1785306790.026:2132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176520.977231] audit: type=1400 audit(1785307081.534:2133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176520.979404] audit: type=1400 audit(1785307081.536:2134): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176521.034910] audit: type=1400 audit(1785307081.591:2135): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176786.639991] audit: type=1400 audit(1785307347.197:2136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176786.642119] audit: type=1400 audit(1785307347.199:2137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176786.699623] audit: type=1400 audit(1785307347.257:2138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177031.664204] audit: type=1400 audit(1785307592.222:2139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177031.666275] audit: type=1400 audit(1785307592.224:2140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177031.728788] audit: type=1400 audit(1785307592.287:2141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177285.032667] audit: type=1400 audit(1785307845.592:2142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177285.034969] audit: type=1400 audit(1785307845.594:2143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177285.098219] audit: type=1400 audit(1785307845.657:2144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177541.369649] audit: type=1400 audit(1785308101.930:2145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177541.371723] audit: type=1400 audit(1785308101.932:2146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177541.427628] audit: type=1400 audit(1785308101.988:2147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177836.793672] audit: type=1400 audit(1785308397.355:2148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177836.795820] audit: type=1400 audit(1785308397.357:2149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177836.869708] audit: type=1400 audit(1785308397.431:2150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178088.223649] audit: type=1400 audit(1785308648.786:2151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178088.225832] audit: type=1400 audit(1785308648.789:2152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178088.278718] audit: type=1400 audit(1785308648.842:2153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178354.245035] audit: type=1400 audit(1785308914.809:2154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178354.247157] audit: type=1400 audit(1785308914.811:2155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178354.309662] audit: type=1400 audit(1785308914.873:2156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178650.462372] audit: type=1400 audit(1785309211.027:2157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178650.464535] audit: type=1400 audit(1785309211.029:2158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178650.530647] audit: type=1400 audit(1785309211.095:2159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178931.223415] audit: type=1400 audit(1785309491.789:2160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178931.225559] audit: type=1400 audit(1785309491.791:2161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178931.284073] audit: type=1400 audit(1785309491.850:2162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179229.752173] audit: type=1400 audit(1785309790.319:2163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179229.754340] audit: type=1400 audit(1785309790.321:2164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179229.827341] audit: type=1400 audit(1785309790.394:2165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179472.663792] audit: type=1400 audit(1785310033.230:2166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179472.664995] audit: type=1400 audit(1785310033.231:2167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179472.735117] audit: type=1400 audit(1785310033.302:2168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179740.899231] audit: type=1400 audit(1785310301.467:2169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179740.901018] audit: type=1400 audit(1785310301.468:2170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179740.964893] audit: type=1400 audit(1785310301.532:2171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180003.411744] audit: type=1400 audit(1785310563.980:2172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180003.413851] audit: type=1400 audit(1785310563.982:2173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180003.484430] audit: type=1400 audit(1785310564.053:2174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180293.417363] audit: type=1400 audit(1785310853.987:2175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180293.419533] audit: type=1400 audit(1785310853.989:2176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180293.493583] audit: type=1400 audit(1785310854.063:2177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180569.914533] audit: type=1400 audit(1785311130.485:2178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180569.916700] audit: type=1400 audit(1785311130.487:2179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180569.992208] audit: type=1400 audit(1785311130.562:2180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180814.871803] audit: type=1400 audit(1785311375.443:2181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180814.874059] audit: type=1400 audit(1785311375.445:2182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180814.945950] audit: type=1400 audit(1785311375.517:2183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181044.766948] audit: type=1400 audit(1785311605.340:2184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181044.769118] audit: type=1400 audit(1785311605.342:2185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181044.842605] audit: type=1400 audit(1785311605.415:2186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181286.118678] audit: type=1400 audit(1785311846.692:2187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181286.120722] audit: type=1400 audit(1785311846.694:2188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181286.194960] audit: type=1400 audit(1785311846.769:2189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181533.012850] audit: type=1400 audit(1785312093.586:2190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181533.014728] audit: type=1400 audit(1785312093.588:2191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181533.279444] audit: type=1400 audit(1785312093.853:2192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181814.028198] audit: type=1400 audit(1785312374.603:2193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181814.030229] audit: type=1400 audit(1785312374.605:2194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181814.099539] audit: type=1400 audit(1785312374.674:2195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182064.536331] audit: type=1400 audit(1785312625.112:2196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182064.538536] audit: type=1400 audit(1785312625.114:2197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182064.607649] audit: type=1400 audit(1785312625.183:2198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182339.812486] audit: type=1400 audit(1785312900.389:2199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182339.814159] audit: type=1400 audit(1785312900.390:2200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182339.949759] audit: type=1400 audit(1785312900.526:2201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182631.820427] audit: type=1400 audit(1785313192.398:2202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182631.822600] audit: type=1400 audit(1785313192.400:2203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182631.902883] audit: type=1400 audit(1785313192.480:2204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182895.755846] audit: type=1400 audit(1785313456.334:2205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182895.758073] audit: type=1400 audit(1785313456.336:2206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182895.977044] audit: type=1400 audit(1785313456.555:2207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183149.959671] audit: type=1400 audit(1785313710.539:2208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183149.961724] audit: type=1400 audit(1785313710.541:2209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183150.029468] audit: type=1400 audit(1785313710.608:2210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183437.274409] audit: type=1400 audit(1785313997.854:2211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183437.276185] audit: type=1400 audit(1785313997.856:2212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183437.338515] audit: type=1400 audit(1785313997.918:2213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183689.172159] audit: type=1400 audit(1785314249.754:2214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183689.174218] audit: type=1400 audit(1785314249.756:2215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183689.235959] audit: type=1400 audit(1785314249.818:2216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183967.205830] audit: type=1400 audit(1785314527.789:2217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183967.208025] audit: type=1400 audit(1785314527.791:2218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183967.278401] audit: type=1400 audit(1785314527.861:2219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184234.982218] audit: type=1400 audit(1785314795.566:2220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184234.984258] audit: type=1400 audit(1785314795.568:2221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184235.053478] audit: type=1400 audit(1785314795.637:2222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184528.768954] audit: type=1400 audit(1785315089.354:2223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184528.771029] audit: type=1400 audit(1785315089.356:2224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184528.840547] audit: type=1400 audit(1785315089.425:2225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184819.287800] audit: type=1400 audit(1785315379.873:2226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184819.289846] audit: type=1400 audit(1785315379.875:2227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184819.359428] audit: type=1400 audit(1785315379.945:2228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185059.895221] audit: type=1400 audit(1785315620.481:2229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185059.898754] audit: type=1400 audit(1785315620.484:2230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185059.989703] audit: type=1400 audit(1785315620.575:2231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185318.975092] audit: type=1400 audit(1785315879.561:2232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185318.977213] audit: type=1400 audit(1785315879.563:2233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185319.042807] audit: type=1400 audit(1785315879.629:2234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185572.831307] audit: type=1400 audit(1785316133.418:2235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185572.833361] audit: type=1400 audit(1785316133.420:2236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185572.895892] audit: type=1400 audit(1785316133.483:2237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185805.022684] audit: type=1400 audit(1785316365.611:2238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185805.024771] audit: type=1400 audit(1785316365.613:2239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185805.148101] audit: type=1400 audit(1785316365.736:2240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186051.978304] audit: type=1400 audit(1785316612.568:2241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186051.980119] audit: type=1400 audit(1785316612.570:2242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186052.054951] audit: type=1400 audit(1785316612.645:2243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186315.965943] audit: type=1400 audit(1785316876.557:2244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186315.967763] audit: type=1400 audit(1785316876.558:2245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186316.030755] audit: type=1400 audit(1785316876.621:2246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186578.476049] audit: type=1400 audit(1785317139.067:2247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186578.477928] audit: type=1400 audit(1785317139.068:2248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186578.561285] audit: type=1400 audit(1785317139.152:2249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186825.646215] audit: type=1400 audit(1785317386.238:2250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186825.648335] audit: type=1400 audit(1785317386.240:2251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186825.713472] audit: type=1400 audit(1785317386.305:2252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187088.226445] audit: type=1400 audit(1785317648.819:2253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187088.228514] audit: type=1400 audit(1785317648.821:2254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187088.300019] audit: type=1400 audit(1785317648.892:2255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187331.390512] audit: type=1400 audit(1785317891.984:2256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187331.392679] audit: type=1400 audit(1785317891.986:2257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187331.462700] audit: type=1400 audit(1785317892.056:2258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187588.085653] audit: type=1400 audit(1785318148.680:2259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187588.087884] audit: type=1400 audit(1785318148.682:2260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187588.171272] audit: type=1400 audit(1785318148.765:2261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187865.738719] audit: type=1400 audit(1785318426.334:2262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187865.740871] audit: type=1400 audit(1785318426.336:2263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187865.962151] audit: type=1400 audit(1785318426.557:2264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188128.222890] audit: type=1400 audit(1785318688.820:2265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188128.225022] audit: type=1400 audit(1785318688.822:2266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188128.288553] audit: type=1400 audit(1785318688.885:2267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188360.547109] audit: type=1400 audit(1785318921.144:2268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188360.549260] audit: type=1400 audit(1785318921.146:2269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188360.796450] audit: type=1400 audit(1785318921.393:2270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188635.048684] audit: type=1400 audit(1785319195.646:2271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188635.050928] audit: type=1400 audit(1785319195.648:2272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188635.121179] audit: type=1400 audit(1785319195.719:2273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188877.465505] audit: type=1400 audit(1785319438.064:2274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188877.467559] audit: type=1400 audit(1785319438.066:2275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188877.542696] audit: type=1400 audit(1785319438.141:2276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189125.482200] audit: type=1400 audit(1785319686.081:2277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189125.484301] audit: type=1400 audit(1785319686.083:2278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189125.564915] audit: type=1400 audit(1785319686.164:2279): apparmor="DENIED" operation="create" class="net" info="failed protocol 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 @@ -3287,43 +2716,43 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 31Gi 19Gi 1.3Gi 80Mi 10Gi 11Gi -Swap: 8.0Gi 0B 8.0Gi +Mem: 31Gi 22Gi 719Mi 84Mi 8.4Gi 8.6Gi +Swap: 8.0Gi 56Ki 8.0Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 33557622784 20869427200 1379188736 84840448 11806179328 12688195584 -Swap: 8589930496 0 8589930496 +Mem: 33557622784 24300081152 754581504 88809472 9034190848 9257541632 +Swap: 8589930496 57344 8589873152 --- swapon $ swapon --show NAME TYPE SIZE USED PRIO -/dev/dm-0 partition 8G 0B -1 +/dev/dm-0 partition 8G 56K -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: 32771116 kB -MemFree: 1346948 kB -MemAvailable: 12390904 kB -Buffers: 133288 kB -Cached: 11327768 kB +MemFree: 736592 kB +MemAvailable: 9040328 kB +Buffers: 67308 kB +Cached: 8624148 kB SwapTotal: 8388604 kB -SwapFree: 8388604 kB -Dirty: 2116 kB -Writeback: 0 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 +SwapFree: 8388548 kB +Dirty: 2164 kB +Writeback: 1536 kB +AnonPages: 22394968 kB +Mapped: 222236 kB +Shmem: 86728 kB +Slab: 624460 kB +SReclaimable: 131068 kB +SUnreclaim: 493392 kB +KernelStack: 7060 kB +PageTables: 62960 kB +SecPageTables: 17828 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 17694720 kB +AnonHugePages: 20611072 kB ShmemHugePages: 6144 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB @@ -3348,180 +2777,183 @@ DirectMap1G: 30408704 kB --- slab top (top 20) $ slabtop -o -s c - Active / Total Objects (% used) : 2038411 / 2095464 (97.3%) - Active / Total Slabs (% used) : 41996 / 41996 (100.0%) + Active / Total Objects (% used) : 5485909 / 5539974 (99.0%) + Active / Total Slabs (% used) : 98360 / 98360 (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 + Active / Total Size (% used) : 551660.04K / 568890.02K (97.0%) + Minimum / Average / Maximum Object : 0.01K / 0.10K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME -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 +4590720 4590660 99% 0.06K 71730 64 286920K kmalloc-cg-64 +158928 158925 99% 0.57K 5676 28 90816K radix_tree_node + 74336 74327 99% 0.50K 2323 32 37168K kmalloc-rnd-13-512 + 12557 12540 99% 1.10K 433 29 13856K ext4_inode_cache + 66690 65760 98% 0.13K 2223 30 8892K kernfs_node_cache + 37905 37898 99% 0.19K 1805 21 7220K dentry + 3184 948 29% 2.00K 199 16 6368K kmalloc-cg-2k + 528 522 98% 10.62K 176 3 5632K task_struct + 28308 27120 95% 0.19K 1348 21 5392K vm_area_struct + 8424 8400 99% 0.60K 324 26 5184K inode_cache + 45513 45480 99% 0.10K 1167 39 4668K buffer_head + 6279 5569 88% 0.67K 273 23 4368K proc_inode_cache + 32982 32650 98% 0.09K 717 46 2868K lsm_inode_cache + 75136 75120 99% 0.03K 587 128 2348K kmalloc-cg-32 + 4128 4124 99% 0.50K 129 32 2064K kmalloc-rnd-07-512 + 480 348 72% 4.00K 60 8 1920K kmalloc-cg-4k + 2499 2492 99% 0.75K 119 21 1904K shmem_inode_cache + 17433 16620 95% 0.10K 447 39 1788K anon_vma + 6976 6957 99% 0.25K 218 32 1744K kmalloc-rnd-13-256 + 2461 1338 54% 0.69K 107 23 1712K skbuff_small_head + 23968 23920 99% 0.07K 428 56 1712K vmap_area + 26560 23520 88% 0.06K 415 64 1660K 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 + 5696 1753 30% 0.25K 178 32 1424K skbuff_head_cache + 704 216 30% 2.00K 44 16 1408K kmalloc-rnd-15-2k + 344 220 63% 4.00K 43 8 1376K kmalloc-rnd-05-4k + 1184 1164 98% 1.00K 37 32 1184K kmalloc-rnd-08-1k + 1152 1152 100% 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 - 1824 1140 62% 0.50K 57 32 912K pool_workqueue - 14400 14400 100% 0.06K 225 64 900K dmaengine-unmap-2 + 4512 3555 78% 0.25K 141 32 1128K maple_node + 5796 5700 98% 0.19K 276 21 1104K filp + 1122 448 39% 0.94K 33 34 1056K nfs_read_data + 8416 2760 32% 0.12K 263 32 1052K bio_integrity_data + 840 800 95% 1.12K 30 28 960K signal_cache + 960 564 58% 1.00K 30 32 960K kmalloc-cg-1k + 240 168 70% 4.00K 30 8 960K kmalloc-rnd-11-4k + 5236 4680 89% 0.18K 238 22 952K kvm_mmu_page_header + 4935 4915 99% 0.19K 235 21 940K kmalloc-rnd-13-192 + 1856 1540 82% 0.50K 58 32 928K kmalloc-rnd-08-512 + 14400 14280 99% 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 + 1664 1137 68% 0.50K 52 32 832K pool_workqueue + 832 588 70% 1.00K 26 32 832K kmalloc-rnd-02-1k + 350 336 96% 2.25K 25 14 800K mem_cgroup + 768 751 97% 1.00K 24 32 768K kmalloc-rnd-13-1k 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 + 858 849 98% 0.81K 22 39 704K sock_inode_cache + 1408 636 45% 0.50K 44 32 704K kmalloc-rnd-01-512 + 357 336 94% 1.88K 21 17 672K mem_cgroup_per_node 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 + 3381 1500 44% 0.19K 161 21 644K kmalloc-cg-192 + 160 144 90% 4.00K 20 8 640K biovec-max + 2336 2328 99% 0.25K 73 32 584K kmalloc-rnd-07-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 + 288 192 66% 2.00K 18 16 576K biovec-128 + 144 84 58% 4.00K 18 8 576K kmalloc-rnd-10-4k + 2240 756 33% 0.25K 70 32 560K nf_conntrack 272 264 97% 2.00K 17 16 544K kmalloc-rnd-06-2k - 13668 13620 99% 0.04K 134 102 536K extent_status + 136 116 85% 4.00K 17 8 544K kmalloc-rnd-04-4k + 2112 2088 98% 0.25K 66 32 528K io_kiocb 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 + 64 64 100% 8.00K 16 4 512K kmalloc-rnd-10-8k + 1984 1036 52% 0.25K 62 32 496K kmalloc-rnd-15-256 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 + 3776 1380 36% 0.12K 118 32 472K kmalloc-cg-128 + 252 240 95% 1.75K 14 18 448K mm_struct + 4704 4560 96% 0.09K 112 42 448K kmalloc-cg-96 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 + 56 56 100% 8.00K 14 4 448K kmalloc-rnd-09-8k + 7884 7860 99% 0.05K 108 73 432K ftrace_event_field + 416 324 77% 1.00K 13 32 416K kmalloc-rnd-11-1k 52 52 100% 8.00K 13 4 416K kmalloc-rnd-04-8k + 2142 1260 58% 0.19K 102 21 408K kmalloc-rnd-08-192 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 + 384 384 100% 1.00K 12 32 384K kmalloc-rnd-14-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 + 352 324 92% 1.00K 11 32 352K kmalloc-rnd-15-1k 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 + 352 324 92% 1.00K 11 32 352K kmalloc-rnd-07-1k + 1806 1788 99% 0.19K 86 21 344K pid + 882 812 92% 0.38K 42 21 336K mnt_cache + 672 644 95% 0.50K 21 32 336K kmalloc-rnd-14-512 + 1722 1140 66% 0.19K 82 21 328K 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 + 160 156 97% 2.00K 10 16 320K kmalloc-rnd-12-2k + 8058 3840 47% 0.04K 79 102 316K extent_status 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 + 234 216 92% 1.19K 9 26 288K RAW + 288 264 91% 1.00K 9 32 288K kmalloc-rnd-10-1k 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 + 256 228 89% 1.00K 8 32 256K kmalloc-rnd-05-1k 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 + 345 336 97% 0.69K 15 23 240K task_group 2520 2520 100% 0.09K 60 42 240K kmalloc-rnd-08-96 + 480 476 99% 0.50K 15 32 240K kmalloc-rnd-05-512 + 480 476 99% 0.50K 15 32 240K kmalloc-rnd-04-512 + 196 180 91% 1.12K 7 28 224K nfs_inode_cache 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 + 1600 1578 98% 0.12K 50 32 200K kmalloc-rnd-07-128 + 800 672 84% 0.25K 25 32 200K kmalloc-rnd-04-256 + 132 132 100% 1.44K 6 22 192K UDPv6 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 + 192 180 93% 1.00K 6 32 192K kmalloc-rnd-12-1k + 384 364 94% 0.50K 12 32 192K kmalloc-rnd-11-512 24 24 100% 8.00K 6 4 192K kmalloc-rnd-05-8k - 192 180 93% 1.00K 6 32 192K kmalloc-rnd-04-1k + 192 192 100% 1.00K 6 32 192K kmalloc-rnd-04-1k 48 48 100% 4.00K 6 8 192K kmalloc-rnd-02-4k 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 + 966 960 99% 0.19K 46 21 184K kmalloc-rnd-10-192 + 638 616 96% 0.27K 22 29 176K tw_sock_TCP + 1848 1800 97% 0.09K 44 42 176K kmalloc-rcl-96 11008 10800 98% 0.02K 43 256 172K kmalloc-rnd-08-16 - 5248 5160 98% 0.03K 41 128 164K kmalloc-rnd-08-32 + 5376 5340 99% 0.03K 42 128 168K 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 + 840 840 100% 0.19K 40 21 160K kmalloc-rnd-15-192 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 + 840 840 100% 0.19K 40 21 160K kmalloc-rnd-04-192 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 + 160 144 90% 1.00K 5 32 160K kmalloc-rnd-03-1k + 1596 1200 75% 0.09K 38 42 152K kmalloc-rnd-02-96 + 234 224 95% 0.61K 9 26 144K hugetlbfs_inode_cache 207 196 94% 0.67K 9 23 144K taskstats + 207 196 94% 0.69K 9 23 144K uts_namespace + 2304 2280 98% 0.06K 36 64 144K kmalloc-rnd-11-64 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 + 5950 5700 95% 0.02K 35 170 140K lsm_file_cache + 735 720 97% 0.19K 35 21 140K kmalloc-rnd-12-192 735 721 98% 0.19K 35 21 140K kmalloc-rnd-11-192 - 735 720 97% 0.19K 35 21 140K kmalloc-rnd-04-192 + 425 420 98% 0.31K 17 25 136K bio-256 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 - 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 @@ -3535,65 +2967,65 @@ DirectMap1G: 30408704 kB 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 - 1920 1920 100% 0.06K 30 64 120K kmalloc-rnd-11-64 + 480 476 99% 0.25K 15 32 120K kmalloc-cg-256 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 + 609 600 98% 0.19K 29 21 116K jbd2_transaction_s + 928 900 96% 0.12K 29 32 116K kmalloc-rnd-15-128 + 609 600 98% 0.19K 29 21 116K kmalloc-rnd-09-192 + 1218 1200 98% 0.09K 29 42 116K kmalloc-rnd-04-96 + 448 392 87% 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-14-256 + 1792 1740 97% 0.06K 28 64 112K kmalloc-rnd-09-64 + 1792 1754 97% 0.06K 28 64 112K kmalloc-rnd-07-64 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 + 1728 1727 99% 0.06K 27 64 108K kmalloc-rnd-14-64 + 1134 1072 94% 0.09K 27 42 108K kmalloc-rnd-10-96 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 + 546 540 98% 0.19K 26 21 104K kmalloc-rnd-02-192 850 840 98% 0.12K 25 34 100K jbd2_journal_head 800 780 97% 0.12K 25 32 100K kmalloc-rcl-128 + 3200 3120 97% 0.03K 25 128 100K kmalloc-rnd-11-32 + 800 780 97% 0.12K 25 32 100K kmalloc-rnd-10-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 + 2944 2919 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 + 352 336 95% 0.25K 11 32 88K kmalloc-256 + 1344 1321 98% 0.06K 21 64 84K kmalloc-rnd-04-64 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 + 798 778 97% 0.09K 19 42 76K kmalloc-rnd-05-96 + 608 600 98% 0.12K 19 32 76K kmalloc-rnd-04-128 225 224 99% 0.31K 9 25 72K bio-264 288 280 97% 0.25K 9 32 72K kmalloc-rnd-11-256 + 1152 1140 98% 0.06K 18 64 72K kmalloc-rnd-06-64 + 867 840 96% 0.08K 17 51 68K Acpi-State 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 + 1088 1080 99% 0.06K 17 64 68K kmalloc-rnd-05-64 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 @@ -3601,30 +3033,28 @@ DirectMap1G: 30408704 kB 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 + 315 300 95% 0.19K 15 21 60K kmalloc-rcl-192 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 960 100% 0.06K 15 64 60K kmalloc-rnd-08-64 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 + 896 840 93% 0.06K 14 64 56K kmalloc-rnd-15-64 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 + 1326 1320 99% 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 @@ -3634,7 +3064,6 @@ DirectMap1G: 30408704 kB 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 @@ -3642,11 +3071,14 @@ DirectMap1G: 30408704 kB 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 + 100 84 84% 0.39K 5 20 40K request_sock_subflow_v4 + 420 420 100% 0.09K 10 42 40K memdup_user-96 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 + 504 480 95% 0.07K 9 56 36K nsproxy 576 540 93% 0.06K 9 64 36K kmalloc-rnd-12-64 - 2304 2100 91% 0.02K 9 256 36K kmalloc-rnd-12-16 + 2304 2220 96% 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 @@ -3655,22 +3087,19 @@ DirectMap1G: 30408704 kB 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 + 512 480 93% 0.06K 8 64 32K memdup_user-64 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 + 1024 960 93% 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 + 896 840 93% 0.03K 7 128 28K kmalloc-rnd-15-32 + 896 840 93% 0.03K 7 128 28K kmalloc-rnd-07-32 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 @@ -3695,20 +3124,20 @@ DirectMap1G: 30408704 kB 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 + 1536 1492 97% 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 660 85% 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 720 70% 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 @@ -3716,7 +3145,7 @@ DirectMap1G: 30408704 kB 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-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 @@ -3836,22 +3265,22 @@ DirectMap1G: 30408704 kB --- kswapd stats $ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat pgdemote_kswapd 0 -pgsteal_kswapd 0 -pgscan_kswapd 0 +pgsteal_kswapd 8752151 +pgscan_kswapd 8753748 kswapd_inodesteal 0 -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 +kswapd_low_wmark_hit_quickly 40 +kswapd_high_wmark_hit_quickly 1 +pgmigrate_success 522899 +pgmigrate_fail 431100 +compact_migrate_scanned 41327226 +compact_free_scanned 73827843 +compact_isolated 1844018 +compact_stall 1451 +compact_fail 526 +compact_success 925 +compact_daemon_wake 253 +compact_daemon_migrate_scanned 39746833 +compact_daemon_free_scanned 66176905 ############################################################################### # 6. KERNEL TUNABLES / SYSCTL @@ -3886,7 +3315,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 9223372036854775807 -fs.file-nr = 4712 0 9223372036854775807 +fs.file-nr = 5056 0 9223372036854775807 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -3993,7 +3422,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 107 root root 4096 Jul 27 21:49 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:08 .. -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 @@ -4089,17 +3518,18 @@ inactive --- modprobe.d total 20 drwxr-xr-x 2 root root 4096 Jul 26 17:11 . -drwxr-xr-x 107 root root 4096 Jul 27 21:49 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:08 .. -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 -rw-r--r-- 1 root root 35 Mar 12 09:39 zfs.conf --- udev rules.d -total 8 -drwxr-xr-x 2 root root 4096 Mar 12 09:39 . +total 12 +drwxr-xr-x 2 root root 4096 Jul 28 18:19 . drwxr-xr-x 4 root root 4096 Jul 22 20:22 .. lrwxrwxrwx 1 root root 9 Mar 12 09:39 60-bridge-network-interface.rules -> /dev/null +-rw-r--r-- 1 root root 217 Jul 28 19:44 99-cyclades-pdu.rules --- modprobe.d files --- /etc/modprobe.d/intel-microcode-blacklist.conf --- @@ -4253,7 +3683,7 @@ Secure auth: on Quorum information ------------------ -Date: Mon Jul 27 21:50:41 2026 +Date: Wed Jul 29 05:09:16 2026 Quorum provider: corosync_votequorum Nodes: 1 Node ID: 0x00000001 @@ -4290,11 +3720,11 @@ pvecm expected --- pveperf $ timeout 15 pveperf CPU BOGOMIPS: 54276.72 -REGEX/SECOND: 3963937 +REGEX/SECOND: 3793853 HD SIZE: 93.93 GB (/dev/mapper/pve-root) -BUFFERED READS: 93.77 MB/sec -AVERAGE SEEK TIME: 35.68 ms -FSYNCS/SECOND: 28.93 +BUFFERED READS: 91.13 MB/sec +AVERAGE SEEK TIME: 19.04 ms +FSYNCS/SECOND: 20.46 [exit=124 / not installed or not permitted] --- corosync.conf @@ -4418,7 +3848,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-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=100861726720 status=online ssl_fingerprint=null +pfv-tsys1 cpu=0.0533013205282113 mem=24189349888 maxmem=33557622784 maxdisk=100861726720 status=online ssl_fingerprint=null ############################################################################### # 10. NETWORK: INTERFACES @@ -4441,17 +3871,17 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 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 + 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 12.92 fdb_n_learned 112 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 21us 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 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 + 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 39.75 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.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 + 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 3.70 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 51 mcast_querier_ipv4_other_timer 21us 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 @@ -4466,7 +3896,7 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 + 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 3.70 fdb_n_learned 78 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 21us 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 @@ -4481,7 +3911,7 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 + 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 3.70 fdb_n_learned 81 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 21us 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 @@ -4496,7 +3926,7 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 + 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 3.70 fdb_n_learned 79 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 21us 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 @@ -4505,21 +3935,6 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 @@ -4530,7 +3945,7 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 + 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 3.70 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 80 mcast_querier_ipv4_other_timer 21us 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 @@ -4545,7 +3960,7 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 + 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 3.70 fdb_n_learned 79 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 21us 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 @@ -4560,7 +3975,7 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 + 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 3.70 fdb_n_learned 80 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 21us 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 @@ -4575,7 +3990,7 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 + 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 3.70 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 96 mcast_querier_ipv4_other_timer 21us 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 @@ -4584,6 +3999,36 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 +117: tap106i0: mtu 1500 qdisc fq master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 1e:51:b7:ea:e0: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.96:18:30:fa:dc:82 designated_root 8000.96:18:30:fa:dc:82 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 +118: fwbr106i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 96:18:30:fa:dc:82 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.96:18:30:fa:dc:82 designated_root 8000.96:18:30:fa:dc:82 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.70 fdb_n_learned 80 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 120 mcast_querier_ipv4_other_timer 21us 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 +119: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 2a:41:5c:9c:5a:2c 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 +120: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000 + link/ether 96:18:30:fa:dc:82 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.96:18:30:fa:dc:82 designated_root 8000.96:18:30:fa:dc:82 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 +121: tap102i0: mtu 1500 qdisc fq master fwbr102i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 3e:de:ac:70:01: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.e:46:71:df:92:31 designated_root 8000.e:46:71:df:92: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 +122: fwbr102i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 0e:46:71:df:92: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.e:46:71:df:92:31 designated_root 8000.e:46:71:df:92: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 3.70 fdb_n_learned 78 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 124 mcast_querier_ipv4_other_timer 21us 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 +123: fwpr102p0@fwln102i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 1a:81:0d:87:4d: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 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 +124: fwln102i0@fwpr102p0: mtu 1500 qdisc noqueue master fwbr102i0 state UP mode DEFAULT group default qlen 1000 + link/ether 0e:46:71:df:92: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.e:46:71:df:92:31 designated_root 8000.e:46:71:df:92: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 --- ip -o link $ ip -o link @@ -4609,10 +4054,6 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 @@ -4630,12 +4071,20 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 +117: tap106i0: mtu 1500 qdisc fq master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 1e:51:b7:ea:e0:7f brd ff:ff:ff:ff:ff:ff +118: fwbr106i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 96:18:30:fa:dc:82 brd ff:ff:ff:ff:ff:ff +119: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 2a:41:5c:9c:5a:2c brd ff:ff:ff:ff:ff:ff +120: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000\ link/ether 96:18:30:fa:dc:82 brd ff:ff:ff:ff:ff:ff +121: tap102i0: mtu 1500 qdisc fq master fwbr102i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 3e:de:ac:70:01:6d brd ff:ff:ff:ff:ff:ff +122: fwbr102i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 0e:46:71:df:92:31 brd ff:ff:ff:ff:ff:ff +123: fwpr102p0@fwln102i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 1a:81:0d:87:4d:e8 brd ff:ff:ff:ff:ff:ff +124: fwln102i0@fwpr102p0: mtu 1500 qdisc noqueue master fwbr102i0 state UP mode DEFAULT group default qlen 1000\ link/ether 0e:46:71:df:92:31 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 520sec preferred_lft 520sec +5: vmbr0 inet 192.168.3.11/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 506sec preferred_lft 506sec 6: datanet inet 10.100.100.1/24 scope global datanet\ valid_lft forever preferred_lft forever --- ip -o -6 addr (link-local filter) @@ -4671,7 +4120,7 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 520sec preferred_lft 520sec + valid_lft 506sec preferred_lft 506sec 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 @@ -4712,14 +4161,6 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 @@ -4754,6 +4195,22 @@ pfv-tsys1 cpu=0.0633349826818407 mem=20856631296 maxmem=33557622784 maxdisk=1008 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 +117: tap106i0: mtu 1500 qdisc fq master fwbr106i0 state UNKNOWN group default qlen 1000 + link/ether 1e:51:b7:ea:e0:7f brd ff:ff:ff:ff:ff:ff +118: fwbr106i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 96:18:30:fa:dc:82 brd ff:ff:ff:ff:ff:ff +119: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 2a:41:5c:9c:5a:2c brd ff:ff:ff:ff:ff:ff +120: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP group default qlen 1000 + link/ether 96:18:30:fa:dc:82 brd ff:ff:ff:ff:ff:ff +121: tap102i0: mtu 1500 qdisc fq master fwbr102i0 state UNKNOWN group default qlen 1000 + link/ether 3e:de:ac:70:01:6d brd ff:ff:ff:ff:ff:ff +122: fwbr102i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 0e:46:71:df:92:31 brd ff:ff:ff:ff:ff:ff +123: fwpr102p0@fwln102i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 1a:81:0d:87:4d:e8 brd ff:ff:ff:ff:ff:ff +124: fwln102i0@fwpr102p0: mtu 1500 qdisc noqueue master fwbr102i0 state UP group default qlen 1000 + link/ether 0e:46:71:df:92:31 brd ff:ff:ff:ff:ff:ff --- ip route $ ip route @@ -4776,65 +4233,65 @@ 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 - 23725195 98098 0 0 0 0 + 51031905 188151 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 23725195 98098 0 0 0 0 + 51031905 188151 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 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff - 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 + RX: bytes packets errors dropped missed mcast + 8977159271 29097010 0 6308 0 4200477 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 9629900773 21413778 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 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 - 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 - 27297878408 36100265 0 33 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 131993736816 113960343 0 6307 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 75781949686 93978266 0 33 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 - 85754270 491691 0 0 0 0 + 142396513 686864 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 + 4621384032 405958 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 - 450966881 3041075 0 0 0 1488725 + 997891171 6956759 0 0 0 3561157 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 + 5084377295 1112931 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 - 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 - 26735561068 27623657 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 131993198296 113953133 0 5 0 156530 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 75219707960 85501739 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 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 @@ -4842,13 +4299,13 @@ default via 192.168.3.254 dev vmbr0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 86 1 0 2192840 0 0 + 86 1 0 5265960 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 203562424 2190372 0 3015 0 1484930 + 492749392 5259826 0 7360 0 3557362 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4862,13 +4319,13 @@ default via 192.168.3.254 dev vmbr0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 235018539 2195422 0 0 0 0 + 567719188 5268609 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 235018539 2195422 0 0 0 0 + 567719188 5268609 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4878,17 +4335,17 @@ default via 192.168.3.254 dev vmbr0 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 - 5110486 27012 0 0 0 0 + 11567451 61330 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 237261848 2210244 0 6622 0 0 + 573706257 5316230 0 6622 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 203533529 2190100 0 3015 0 1484750 + 492720497 5259554 0 7360 0 3557182 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4898,37 +4355,37 @@ default via 192.168.3.254 dev vmbr0 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 - 5110486 27012 0 0 0 0 + 11567451 61330 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 238140052 2218447 0 0 0 0 + 574595525 5324500 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 238140052 2218447 0 0 0 0 + 574595525 5324500 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 5110486 27012 0 0 0 0 + 11567451 61330 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 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 - 432991734 2975211 0 1419 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 2279452898 6361330 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2402116800 10502050 0 1419 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 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 - 124487866 1343306 0 1939 0 900320 + 413674834 4412760 0 6284 0 2972752 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4937,38 +4394,38 @@ default via 192.168.3.254 dev vmbr0 0 0 0 0 2 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 - 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 - 433141486 2976692 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 2279452898 6361330 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2402277400 10503594 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 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 - 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 - 388273070 1555614 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 2402277400 10503594 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2279452898 6361330 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 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 - 54322243 254151 0 0 0 0 + 187874483 862864 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 236459900 1681071 0 71 0 0 + 794244920 5569865 0 71 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 124444901 1342756 0 1939 0 899987 + 413631869 4412210 0 6284 0 2972419 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4978,87 +4435,47 @@ default via 192.168.3.254 dev vmbr0 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 - 54322243 254151 0 0 0 0 + 187874483 862864 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 236377292 1678998 0 0 0 0 + 793908682 5562072 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 236377292 1678998 0 0 0 0 + 793908682 5562072 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 -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 - 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 - 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 + 187874483 862864 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 + 227247699 1277447 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 + 1345537782 6936952 0 1383 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 25748530 128119 0 0 0 0 + 87793185 423480 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 + 675129765 5106700 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 + 413570235 4411383 0 6283 0 2971884 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -5068,37 +4485,37 @@ default via 192.168.3.254 dev vmbr0 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 - 25748530 128119 0 0 0 0 + 87793185 423480 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 202453217 1549765 0 0 0 0 + 675836066 5113127 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 202453217 1549765 0 0 0 0 + 675836066 5113127 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 25748530 128119 0 0 0 0 + 87793185 423480 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 2775067 21710 0 0 0 0 + 17233703 87725 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 150892942 1367865 0 5188 0 0 + 577720748 4536744 0 5188 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 124329703 1341302 0 1938 0 899071 + 413516671 4410756 0 6283 0 2971503 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -5108,37 +4525,37 @@ default via 192.168.3.254 dev vmbr0 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 - 2775067 21710 0 0 0 0 + 17233703 87725 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 151478924 1373118 0 0 0 0 + 578317794 4542064 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 151478924 1373118 0 0 0 0 + 578317794 4542064 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 2775067 21710 0 0 0 0 + 17233703 87725 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 67386195 343103 0 0 0 0 + 224505810 1116063 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 251225498 1790188 0 6583 0 0 + 840466759 5915594 0 6583 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 124306472 1341048 0 1938 0 898915 + 413493440 4410502 0 6283 0 2971347 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -5148,37 +4565,37 @@ default via 192.168.3.254 dev vmbr0 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 - 67386195 343103 0 0 0 0 + 224505810 1116063 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 251952132 1796835 0 0 0 0 + 841204457 5922308 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 251952132 1796835 0 0 0 0 + 841204457 5922308 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 + 224505810 1116063 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 + 429469505 1876448 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 + 2128754224 6161845 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 + 372775798 3967630 0 5714 0 2672461 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -5188,135 +4605,229 @@ default via 192.168.3.254 dev vmbr0 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 - 143231850 468333 0 0 0 0 + 429469505 1876448 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 522746227 1440515 0 0 0 0 + 2129001410 6164138 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 522746227 1440515 0 0 0 0 + 2129001410 6164138 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 143231850 468333 0 0 0 0 + 429469505 1876448 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +117: tap106i0: mtu 1500 qdisc fq master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 1e:51:b7:ea:e0:7f brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 457391519 1833130 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 688436468 2654901 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +118: fwbr106i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 96:18:30:fa:dc:82 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 83772633 889971 0 1214 0 592629 + 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 +119: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 2a:41:5c:9c:5a:2c brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 457391519 1833130 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 688436468 2654901 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +120: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000 + link/ether 96:18:30:fa:dc:82 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 688436468 2654901 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 457391519 1833130 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +121: tap102i0: mtu 1500 qdisc fq master fwbr102i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 3e:de:ac:70:01:6d brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 42766 547 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 91975185 851539 0 68 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +122: fwbr102i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 0e:46:71:df:92:31 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 79891148 850219 0 1158 0 566311 + 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 +123: fwpr102p0@fwln102i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 1a:81:0d:87:4d:e8 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 42766 547 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 91983811 851611 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +124: fwln102i0@fwpr102p0: mtu 1500 qdisc noqueue master fwbr102i0 state UP mode DEFAULT group default qlen 1000 + link/ether 0e:46:71:df:92:31 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 91983811 851611 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 42766 547 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 --- ip neigh $ ip neigh -192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc STALE +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.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 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.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 REACHABLE 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.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 STALE +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.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.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE 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.1.47 dev vmbr0 FAILED 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::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::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::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::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::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::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +fe80::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 STALE +fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE +fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE +fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c STALE +fe80::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 STALE +fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE +fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE +fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 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::b6f4:eaa:36af:1d47 dev vmbr0 lladdr f0:6e:0b:cf:c7:55 STALE +fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE +fe80::7172:40ba:b966:69df dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE +fe80::6ae7:a88a:4305:7761 dev vmbr0 lladdr e8:4e:06:af:b8:92 STALE +fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +fe80::10e8:fff4:c9c7:c57b dev vmbr0 lladdr ba:71:00:a6:a3:12 STALE +fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE +fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE +fe80::54e4:4111:b359:b994 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +fe80::466:5100:c752:a95d dev vmbr0 lladdr ca:c3:35:a4:7f:c4 STALE +fe80::109b:d06f:f2be:1dc4 dev vmbr0 lladdr 16:bc:55:38:d3:7f STALE +fe80::21b:78ff:fe5c:e9ce dev datanet lladdr 00:1b:78:5c:e9:ce STALE +fe80::6bea:ca7:4c8c:182f dev vmbr0 lladdr bc:24:11:80:0d:16 STALE +fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE +fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE +fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE +fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE +fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE +fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE +fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE +fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE +fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE +fe80::8d8c:54c7:7a35:50a5 dev vmbr0 lladdr 2c:54:91:2a:0d:59 STALE +fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE +fe80::86b:90fc:88ab:7eee dev vmbr0 lladdr 2a:cc:df:57:21:d2 STALE +fe80::ae76:5582:7949:6783 dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE +fe80::31a5:b7f8:2ff3:6959 dev vmbr0 lladdr 2c:54:91:2a:0d:59 STALE +fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 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: 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 + lo: 51031905 188151 0 0 0 0 0 0 51031905 188151 0 0 0 0 0 0 + nic0: 8977159271 29097010 0 6308 0 0 0 4200477 9629900773 21413778 0 0 0 0 0 0 + nic1: 131993736816 113960343 0 6307 0 0 0 0 75781949686 93978266 0 33 0 0 0 0 +tailscale0: 142396513 686864 0 0 0 0 0 0 4621384032 405958 0 0 0 0 0 0 + vmbr0: 997891171 6956759 0 0 0 0 0 3561157 5084377295 1112931 0 0 0 0 0 0 +datanet: 131993198296 113953133 0 5 0 0 0 156530 75219707960 85501739 0 0 0 0 0 0 +tap114i0: 0 0 0 0 0 0 0 0 86 1 0 5265960 0 0 0 0 +fwbr114i0: 492749392 5259826 0 7360 0 0 0 3557362 0 0 0 0 0 0 0 0 +fwpr114p0: 0 0 0 0 0 0 0 0 567719188 5268609 0 0 0 0 0 0 +fwln114i0: 567719188 5268609 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +tap117i0: 11567451 61330 0 0 0 0 0 0 573706257 5316230 0 6622 0 0 0 0 +fwbr117i0: 492720497 5259554 0 7360 0 0 0 3557182 0 0 0 0 0 0 0 0 +fwpr117p0: 11567451 61330 0 0 0 0 0 0 574595525 5324500 0 0 0 0 0 0 +fwln117i0: 574595525 5324500 0 0 0 0 0 0 11567451 61330 0 0 0 0 0 0 +tap109i0: 2279452898 6361330 0 0 0 0 0 0 2402116800 10502050 0 1419 0 0 0 0 +fwbr109i0: 413674834 4412760 0 6284 0 0 0 2972752 0 0 0 0 0 0 0 0 +fwpr109p0: 2279452898 6361330 0 0 0 0 0 0 2402277400 10503594 0 0 0 0 0 0 +fwln109i0: 2402277400 10503594 0 0 0 0 0 0 2279452898 6361330 0 0 0 0 0 0 +tap108i0: 187874483 862864 0 0 0 0 0 0 794244920 5569865 0 71 0 0 0 0 +fwbr108i0: 413631869 4412210 0 6284 0 0 0 2972419 0 0 0 0 0 0 0 0 +fwpr108p0: 187874483 862864 0 0 0 0 0 0 793908682 5562072 0 0 0 0 0 0 +fwln108i0: 793908682 5562072 0 0 0 0 0 0 187874483 862864 0 0 0 0 0 0 +tap100i0: 227247699 1277447 0 0 0 0 0 0 1345537782 6936952 0 1383 0 0 0 0 +tap101i0: 87793185 423480 0 0 0 0 0 0 675129765 5106700 0 6299 0 0 0 0 +fwbr101i0: 413570235 4411383 0 6283 0 0 0 2971884 0 0 0 0 0 0 0 0 +fwpr101p0: 87793185 423480 0 0 0 0 0 0 675836066 5113127 0 0 0 0 0 0 +fwln101i0: 675836066 5113127 0 0 0 0 0 0 87793185 423480 0 0 0 0 0 0 +tap103i0: 17233703 87725 0 0 0 0 0 0 577720748 4536744 0 5188 0 0 0 0 +fwbr103i0: 413516671 4410756 0 6283 0 0 0 2971503 0 0 0 0 0 0 0 0 +fwpr103p0: 17233703 87725 0 0 0 0 0 0 578317794 4542064 0 0 0 0 0 0 +fwln103i0: 578317794 4542064 0 0 0 0 0 0 17233703 87725 0 0 0 0 0 0 +tap104i0: 224505810 1116063 0 0 0 0 0 0 840466759 5915594 0 6583 0 0 0 0 +fwbr104i0: 413493440 4410502 0 6283 0 0 0 2971347 0 0 0 0 0 0 0 0 +fwpr104p0: 224505810 1116063 0 0 0 0 0 0 841204457 5922308 0 0 0 0 0 0 +fwln104i0: 841204457 5922308 0 0 0 0 0 0 224505810 1116063 0 0 0 0 0 0 +tap105i0: 429469505 1876448 0 0 0 0 0 0 2128754224 6161845 0 2165 0 0 0 0 +fwbr105i0: 372775798 3967630 0 5714 0 0 0 2672461 0 0 0 0 0 0 0 0 +fwpr105p0: 429469505 1876448 0 0 0 0 0 0 2129001410 6164138 0 0 0 0 0 0 +fwln105i0: 2129001410 6164138 0 0 0 0 0 0 429469505 1876448 0 0 0 0 0 0 +tap106i0: 457391519 1833130 0 0 0 0 0 0 688436468 2654901 0 0 0 0 0 0 +fwbr106i0: 83772633 889971 0 1214 0 0 0 592629 0 0 0 0 0 0 0 0 +fwpr106p0: 457391519 1833130 0 0 0 0 0 0 688436468 2654901 0 0 0 0 0 0 +fwln106i0: 688436468 2654901 0 0 0 0 0 0 457391519 1833130 0 0 0 0 0 0 +tap102i0: 42766 547 0 0 0 0 0 0 91975185 851539 0 68 0 0 0 0 +fwbr102i0: 79891148 850219 0 1158 0 0 0 566311 0 0 0 0 0 0 0 0 +fwpr102p0: 42766 547 0 0 0 0 0 0 91983811 851611 0 0 0 0 0 0 +fwln102i0: 91983811 851611 0 0 0 0 0 0 42766 547 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route @@ -5341,6 +4852,7 @@ fe80::/64 dev datanet proto kernel metric 256 pref medium done 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 +fwbr102i0 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 @@ -5350,6 +4862,7 @@ fwbr109i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_ fwbr114i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwbr117i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln101i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln102i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln103i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 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 @@ -5359,6 +4872,7 @@ fwln109i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_ fwln114i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwln117i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr101p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr102p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 fwpr103p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 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 @@ -5371,6 +4885,7 @@ nic0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_ nic1 speed=0 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 tap101i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap102i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 tap103i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 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 @@ -5644,6 +5159,120 @@ netlink error: Operation not supported [statistics -S (key error/drop counters only)] [statistics -S (throughput counters)] +----- ethtool: fwbr102i0 ----- +[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 fwbr102i0: + 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 fwbr102i0: +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: fwbr103i0 ----- [driver/version/firmware/bus-info -i] driver: bridge @@ -6685,6 +6314,135 @@ netlink error: Operation not supported tx_queue_0_xdp_xmit_errors: 0 [statistics -S (throughput counters)] +----- ethtool: fwln102i0 ----- +[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 fwln102i0: + 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 fwln102i0: +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 fwln102i0: +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: fwln103i0 ----- [driver/version/firmware/bus-info -i] driver: veth @@ -7846,6 +7604,135 @@ netlink error: Operation not supported tx_queue_0_xdp_xmit_errors: 0 [statistics -S (throughput counters)] +----- ethtool: fwpr102p0 ----- +[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 fwpr102p0: + 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 fwpr102p0: +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 fwpr102p0: +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: fwpr103p0 ----- [driver/version/firmware/bus-info -i] driver: veth @@ -9079,19 +8966,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: 5 dropped_smbus: 0 uncorr_ecc_errors: 0 corr_ecc_errors: 0 [statistics -S (throughput counters)] - rx_packets: 9967647 - tx_packets: 8684847 - rx_bytes: 2923711649 - tx_bytes: 5899960951 - rx_broadcast: 700776 - tx_broadcast: 6137 - rx_multicast: 1742174 - tx_multicast: 73254 + rx_packets: 29097122 + tx_packets: 21413843 + rx_bytes: 8977193398 + tx_bytes: 9629928569 + rx_broadcast: 1687424 + tx_broadcast: 16511 + rx_multicast: 4200482 + tx_multicast: 181275 ----- ethtool: nic1 ----- [driver/version/firmware/bus-info -i] @@ -9528,6 +9415,165 @@ netlink error: Operation not supported [statistics -S (key error/drop counters only)] [statistics -S (throughput counters)] +----- ethtool: tap102i0 ----- +[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 tap102i0: + 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 tap102i0: +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 tap102i0: +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 tap102i0: +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: tap103i0 ----- [driver/version/firmware/bus-info -i] driver: tun @@ -10934,9 +10980,6 @@ netlink error: Operation not supported 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 @@ -10950,11 +10993,17 @@ netlink error: Operation not supported 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 +117: tap106i0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 +119: fwpr106p0@fwln106i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +120: fwln106i0@fwpr106p0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 +121: tap102i0: mtu 1500 master fwbr102i0 state forwarding priority 32 cost 2 +123: fwpr102p0@fwln102i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +124: fwln102i0@fwpr102p0: mtu 1500 master fwbr102i0 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 36 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 51 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 48: tap114i0: mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2 @@ -10962,57 +11011,63 @@ netlink error: Operation not supported 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 + 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 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 + 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 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 + 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 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 + 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 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 + 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 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 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 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 + 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 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 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 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 + 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 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 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 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 + 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 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 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 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 + 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 +117: 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 +119: 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 +120: 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 47 mcast_max_groups 0 +121: tap102i0: mtu 1500 master fwbr102i0 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 +123: fwpr102p0@fwln102i0: 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 +124: fwln102i0@fwpr102p0: mtu 1500 master fwbr102i0 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 47 mcast_max_groups 0 --- bridge vlan $ bridge vlan @@ -11037,10 +11092,6 @@ 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 @@ -11058,6 +11109,14 @@ 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 +tap102i0 1 PVID Egress Untagged +fwbr102i0 1 PVID Egress Untagged +fwpr102p0 1 PVID Egress Untagged +fwln102i0 1 PVID Egress Untagged --- bridge vlan show $ bridge vlan show @@ -11082,10 +11141,6 @@ 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 @@ -11103,6 +11158,14 @@ 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 +tap102i0 1 PVID Egress Untagged +fwbr102i0 1 PVID Egress Untagged +fwpr102p0 1 PVID Egress Untagged +fwln102i0 1 PVID Egress Untagged --- brctl show $ brctl show @@ -11110,13 +11173,15 @@ bridge name bridge id STP enabled interfaces datanet 8000.8cae4ccda62d no nic1 fwbr101i0 8000.ba97d584ab47 no fwln101i0 tap101i0 +fwbr102i0 8000.0e4671df9231 no fwln102i0 + tap102i0 fwbr103i0 8000.3e7196cfcc2e no fwln103i0 tap103i0 fwbr104i0 8000.d61aca874881 no fwln104i0 tap104i0 fwbr105i0 8000.4661b6416e74 no fwln105i0 tap105i0 -fwbr106i0 8000.eedacb88b387 no fwln106i0 +fwbr106i0 8000.961830fadc82 no fwln106i0 tap106i0 fwbr108i0 8000.ce077c1b2952 no fwln108i0 tap108i0 @@ -11127,6 +11192,7 @@ fwbr114i0 8000.da6376708202 no fwln114i0 fwbr117i0 8000.d2022e14dead no fwln117i0 tap117i0 vmbr0 8000.3417ebb3b12d no fwpr101p0 + fwpr102p0 fwpr103p0 fwpr104p0 fwpr105p0 @@ -11195,33 +11261,33 @@ done CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 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 6797 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 9: 0 16805 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 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 + 26: 0 0 0 0 0 0 38103034 0 IR-PCI-MSI-0000:00:19.0 0-edge nic0 + 27: 497235 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1f.2 0-edge ahci[0000:00:1f.2] + 28: 0 38612832 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 + 37: 0 0 0 102948 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 +NMI: 1312 2147 2097 2026 1348 1718 1762 1973 Non-maskable interrupts +LOC: 167041738 187426318 173495427 169861366 167433609 172643779 172607189 169081397 Local timer interrupts SPU: 0 0 0 0 0 0 0 0 Spurious 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 +PMI: 1312 2147 2097 2026 1348 1718 1762 1973 Performance monitoring interrupts +IWI: 2538 1624 2026 1590 1892 2516 2404 2005 IRQ work interrupts RTR: 0 0 0 0 0 0 0 0 APIC ICR read retries -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 +RES: 5273201 4753395 4881953 5383057 5040869 4974532 4500476 5596488 Rescheduling interrupts +CAL: 12083705 8702996 7388279 7045458 7311255 7109589 5903619 6854693 Function call interrupts +TLB: 74181 76918 71420 68831 74033 72793 76972 67570 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: 234 235 235 235 235 235 235 235 Machine check polls +MCP: 578 579 579 579 579 579 579 579 Machine check polls ERR: 1 MIS: 0 PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event @@ -11246,6 +11312,7 @@ done done | head -n 60 /sys/class/net/datanet/queues/rx-0/rps_cpus = 00 /sys/class/net/fwbr101i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr102i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwbr103i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwbr104i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwbr105i0/queues/rx-0/rps_cpus = 00 @@ -11255,6 +11322,7 @@ done | head -n 60 /sys/class/net/fwbr114i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwbr117i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwln101i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln102i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwln103i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwln104i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwln105i0/queues/rx-0/rps_cpus = 00 @@ -11264,6 +11332,7 @@ done | head -n 60 /sys/class/net/fwln114i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwln117i0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwpr101p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr102p0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwpr103p0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwpr104p0/queues/rx-0/rps_cpus = 00 /sys/class/net/fwpr105p0/queues/rx-0/rps_cpus = 00 @@ -11278,6 +11347,7 @@ done | head -n 60 /sys/class/net/tailscale0/queues/rx-0/rps_cpus = 00 /sys/class/net/tap100i0/queues/rx-0/rps_cpus = 00 /sys/class/net/tap101i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap102i0/queues/rx-0/rps_cpus = 00 /sys/class/net/tap103i0/queues/rx-0/rps_cpus = 00 /sys/class/net/tap104i0/queues/rx-0/rps_cpus = 00 /sys/class/net/tap105i0/queues/rx-0/rps_cpus = 00 @@ -11296,6 +11366,7 @@ done | head -n 60 done | head -n 60 cat: /sys/class/net/datanet/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/fwbr101i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr102i0/queues/tx-0/xps_cpus: No such file or directory 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 @@ -11310,6 +11381,7 @@ cat: /sys/class/net/nic1/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/tap100i0/queues/tx-0/xps_cpus: No such file or directory cat: /sys/class/net/tap101i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap102i0/queues/tx-0/xps_cpus: No such file or directory 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 @@ -11321,6 +11393,7 @@ cat: /sys/class/net/tap117i0/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/fwbr101i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr102i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr103i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr104i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr105i0/queues/tx-0/xps_cpus = @@ -11330,6 +11403,7 @@ cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory /sys/class/net/fwbr114i0/queues/tx-0/xps_cpus = /sys/class/net/fwbr117i0/queues/tx-0/xps_cpus = /sys/class/net/fwln101i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwln102i0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwln103i0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwln104i0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwln105i0/queues/tx-0/xps_cpus = 00 @@ -11339,6 +11413,7 @@ cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory /sys/class/net/fwln114i0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwln117i0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwpr101p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr102p0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwpr103p0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwpr104p0/queues/tx-0/xps_cpus = 00 /sys/class/net/fwpr105p0/queues/tx-0/xps_cpus = 00 @@ -11353,6 +11428,7 @@ cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory /sys/class/net/tailscale0/queues/tx-0/xps_cpus = /sys/class/net/tap100i0/queues/tx-0/xps_cpus = /sys/class/net/tap101i0/queues/tx-0/xps_cpus = + /sys/class/net/tap102i0/queues/tx-0/xps_cpus = /sys/class/net/tap103i0/queues/tx-0/xps_cpus = /sys/class/net/tap104i0/queues/tx-0/xps_cpus = /sys/class/net/tap105i0/queues/tx-0/xps_cpus = @@ -11370,6 +11446,7 @@ cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory done | head -n 60 /sys/class/net/datanet/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr101i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr102i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr103i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr104i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr105i0/queues/rx-0/rps_flow_cnt = 0 @@ -11379,6 +11456,7 @@ done | head -n 60 /sys/class/net/fwbr114i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwbr117i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln101i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln102i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln103i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln104i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln105i0/queues/rx-0/rps_flow_cnt = 0 @@ -11388,6 +11466,7 @@ done | head -n 60 /sys/class/net/fwln114i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwln117i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr101p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr102p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr103p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr104p0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/fwpr105p0/queues/rx-0/rps_flow_cnt = 0 @@ -11402,6 +11481,7 @@ done | head -n 60 /sys/class/net/tailscale0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tap100i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tap101i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap102i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tap103i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tap104i0/queues/rx-0/rps_flow_cnt = 0 /sys/class/net/tap105i0/queues/rx-0/rps_flow_cnt = 0 @@ -11414,35 +11494,35 @@ done | head -n 60 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -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 +004b663b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +0de0e7ad 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +0051c032 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +004898a6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +004914dc 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +0047aa53 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +092b180d 00000000 00000b9e 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +004a0902 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=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 +cpu0 total=004b663b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=0de0e7c3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=0051c032 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=004898a6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=004914dc dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=0047aa53 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=092b182d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=004a0908 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 9626 0.0 -TcpRetransSegs 159527 0.0 +TcpAttemptFails 9629 0.0 +TcpRetransSegs 428992 0.0 TcpInErrs 0 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 @@ -11451,21 +11531,21 @@ TcpExtEmbryonicRsts 0 0.0 TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 -TcpExtTCPLossUndo 9 0.0 -TcpExtTCPLostRetransmit 22415 0.0 +TcpExtTCPLossUndo 11 0.0 +TcpExtTCPLostRetransmit 60820 0.0 TcpExtTCPRenoFailures 0 0.0 TcpExtTCPSackFailures 0 0.0 -TcpExtTCPLossFailures 26 0.0 -TcpExtTCPFastRetrans 67784 0.0 -TcpExtTCPSlowStartRetrans 11583 0.0 -TcpExtTCPLossProbes 82905 0.0 -TcpExtTCPLossProbeRecovery 112 0.0 +TcpExtTCPLossFailures 47 0.0 +TcpExtTCPFastRetrans 197578 0.0 +TcpExtTCPSlowStartRetrans 22312 0.0 +TcpExtTCPLossProbes 221580 0.0 +TcpExtTCPLossProbeRecovery 180 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 490 0.0 -TcpExtTCPAbortOnData 361 0.0 -TcpExtTCPAbortOnClose 5 0.0 +TcpExtTCPSackRecoveryFail 954 0.0 +TcpExtTCPAbortOnData 825 0.0 +TcpExtTCPAbortOnClose 9 0.0 TcpExtTCPAbortOnMemory 0 0.0 -TcpExtTCPAbortOnTimeout 11 0.0 +TcpExtTCPAbortOnTimeout 12 0.0 TcpExtTCPAbortOnLinger 0 0.0 TcpExtTCPAbortFailed 0 0.0 TcpExtTCPMD5Failure 0 0.0 @@ -11480,7 +11560,7 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 1854 0.0 +TcpExtTCPSynRetrans 1890 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 TcpExtTCPRcvQDrop 0 0.0 @@ -11505,81 +11585,101 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 430 -TCP: 117 (estab 12, closed 85, orphaned 0, timewait 85) +Total: 456 +TCP: 180 (estab 17, closed 141, orphaned 0, timewait 140) Transport Total IP IPv6 RAW 0 0 0 -UDP 9 6 3 -TCP 32 20 12 -INET 41 26 15 +UDP 7 4 3 +TCP 39 24 15 +INET 46 28 18 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.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) +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 10.100.100.1:718 10.100.100.4:2049 timer:(keepalive,46sec,0) + skmem:(r0,rb12098700,t0,tb7468032,f0,w0,o0,bl0,d1030) +0 0 10.100.100.1:749 10.100.100.4:2049 timer:(keepalive,33sec,0) + skmem:(r0,rb17082899,t0,tb5692416,f0,w0,o0,bl0,d1121) +0 0 10.100.100.1:843 10.100.100.4:2049 timer:(keepalive,21sec,0) + skmem:(r0,rb7515684,t0,tb6292992,f0,w0,o0,bl0,d904) +0 0 10.100.100.1:857 10.100.100.4:2049 timer:(keepalive,33sec,0) + skmem:(r0,rb25369065,t0,tb7363584,f0,w0,o0,bl0,d1067) +0 0 10.100.100.1:836 10.100.100.5:2049 timer:(keepalive,20sec,0) + skmem:(r0,rb3319886,t0,tb5170176,f0,w0,o0,bl0,d140) +0 0 10.100.100.1:897 10.100.100.5:2049 timer:(keepalive,20sec,0) + skmem:(r0,rb3337812,t0,tb6423552,f0,w0,o0,bl0,d117) +0 0 10.100.100.1:911 10.100.100.5:2049 timer:(keepalive,10sec,0) + skmem:(r0,rb3436723,t0,tb5144064,f0,w0,o0,bl0,d67) +0 0 10.100.100.1:969 10.100.100.5:2049 timer:(keepalive,49sec,0) + skmem:(r0,rb3958237,t0,tb4190976,f0,w0,o0,bl0,d113) +0 0 192.168.3.11:52212 209.177.156.94:443 timer:(keepalive,19sec,0) + skmem:(r0,rb760496,t0,tb130560,f0,w0,o0,bl0,d1) +0 0 127.0.0.1:35950 127.0.0.1:5900 + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 192.168.3.11:47682 192.200.0.107:443 timer:(keepalive,12sec,0) + skmem:(r0,rb100588,t0,tb130560,f0,w0,o0,bl0,d4) +0 0 127.0.0.1:5900 127.0.0.1:35950 + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 [::ffff:100.121.189.98]:8006 [::ffff:100.109.70.137]:47125 + skmem:(r0,rb87380,t0,tb235008,f0,w0,o0,bl0,d15) +0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:49726 timer:(keepalive,13sec,0) + skmem:(r0,rb1739661,t0,tb130560,f0,w0,o0,bl0,d1718) +0 0 [::ffff:100.121.189.98]:8006 [::ffff:100.109.70.137]:4906 + skmem:(r0,rb87380,t0,tb69120,f0,w0,o0,bl0,d0) +0 0 [::ffff:100.121.189.98]:8006 [::ffff:100.109.70.137]:44796 + skmem:(r0,rb87380,t0,tb69120,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.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 +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 10.100.100.1:718 10.100.100.4:nfs + bbr wscale:9,12 rto:206 rtt:5.358/4.69 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:44 ssthresh:180 bytes_sent:12935786340 bytes_retrans:57096684 bytes_acked:12878689657 bytes_received:22339805204 segs_out:16968495 segs_in:20377973 data_segs_out:9289956 data_segs_in:16635966 bbr:(bw:91.7Mbps,mrtt:0.676,pacing_gain:1.25,cwnd_gain:2) send 95.1Mbps lastsnd:152 lastrcv:68 lastack:68 pacing_rate 113Mbps delivery_rate 22.9Mbps delivered:9286091 app_limited busy:10600941ms rwnd_limited:4215ms(0.0%) retrans:0/51659 dsack_dups:50140 reordering:6 reord_seen:1 rcv_rtt:6.937 rcv_space:1980520 rcv_ssthresh:8034292 minrtt:0.348 rcv_ooopack:9231796 snd_wnd:7086592 rcv_wnd:8036352 rehash:63 +ESTAB 0 0 10.100.100.1:kerberos-adm 10.100.100.4:nfs + bbr wscale:9,12 rto:208 rtt:7.878/10.214 ato:40 mss:1448 pmtu:1500 rcvmss:188 advmss:1448 cwnd:26 ssthresh:210 bytes_sent:12988639612 bytes_retrans:57350640 bytes_acked:12931288973 bytes_received:22343274524 segs_out:17046565 segs_in:20385785 data_segs_out:9326068 data_segs_in:16637766 bbr:(bw:21.1Mbps,mrtt:0.778,pacing_gain:1,cwnd_gain:2) send 38.2Mbps lastsnd:55 lastrcv:66 lastack:25 pacing_rate 20.9Mbps delivery_rate 4.87Mbps delivered:9324521 busy:10591059ms rwnd_limited:2683ms(0.0%) retrans:0/51873 dsack_dups:50331 reordering:9 reord_seen:2 rcv_rtt:4 rcv_space:2033216 rcv_ssthresh:11344112 minrtt:0.477 rcv_ooopack:9266179 snd_wnd:8625664 rcv_wnd:11345920 rehash:78 +ESTAB 0 0 10.100.100.1:843 10.100.100.4:nfs + bbr wscale:9,12 rto:208 rtt:7.088/7.49 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:50 ssthresh:232 bytes_sent:12983538820 bytes_retrans:57471584 bytes_acked:12926067237 bytes_received:22349943360 segs_out:17009291 segs_in:20401226 data_segs_out:9323102 data_segs_in:16642498 bbr:(bw:82.9Mbps,mrtt:0.753,pacing_gain:1.25,cwnd_gain:2) send 81.7Mbps lastsnd:99 lastrcv:85 lastack:85 pacing_rate 103Mbps delivery_rate 57.1Mbps delivered:9321505 app_limited busy:10625627ms rwnd_limited:2124ms(0.0%) retrans:0/52167 dsack_dups:50570 reordering:18 reord_seen:3 rcv_rtt:2 rcv_space:1262400 rcv_ssthresh:4990883 minrtt:0.359 rcv_ooopack:9236114 snd_wnd:7991296 rcv_wnd:4993024 rehash:73 +ESTAB 0 0 10.100.100.1:857 10.100.100.4:nfs + bbr wscale:9,12 rto:203 rtt:2.44/0.253 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 ssthresh:181 bytes_sent:13002596292 bytes_retrans:57774764 bytes_acked:12944821529 bytes_received:22329034736 segs_out:17144354 segs_in:20376947 data_segs_out:9336534 data_segs_in:16627805 bbr:(bw:24.3Mbps,mrtt:0.845,pacing_gain:1.25,cwnd_gain:2) send 85.5Mbps lastsnd:84 lastrcv:85 lastack:81 pacing_rate 30.1Mbps delivery_rate 24.3Mbps delivered:9334651 app_limited busy:10578015ms rwnd_limited:2243ms(0.0%) retrans:0/52208 dsack_dups:50325 rcv_rtt:6.5 rcv_space:2486548 rcv_ssthresh:16846644 minrtt:0.316 rcv_ooopack:9223716 snd_wnd:7529472 rcv_wnd:16846848 rehash:78 +ESTAB 0 0 10.100.100.1:836 10.100.100.5:nfs + bbr wscale:12,12 rto:210 rtt:9.94/13.845 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:108 ssthresh:240 bytes_sent:4213959932 bytes_retrans:80085328 bytes_acked:4133874605 bytes_received:9215201740 segs_out:6063691 segs_in:7832615 data_segs_out:2990345 data_segs_in:6615871 bbr:(bw:272Mbps,mrtt:0.401,pacing_gain:1.25,cwnd_gain:2) send 126Mbps lastsnd:5922 lastrcv:5885 lastack:5885 pacing_rate 336Mbps delivery_rate 272Mbps delivered:2935454 app_limited busy:2375318ms rwnd_limited:66ms(0.0%) retrans:0/55828 dsack_dups:930 rcv_rtt:1.562 rcv_space:504080 rcv_ssthresh:2204611 minrtt:0.317 rcv_ooopack:4270510 snd_wnd:8134656 rcv_wnd:2207744 rehash:223 +ESTAB 0 0 10.100.100.1:897 10.100.100.5:nfs + bbr wscale:12,12 rto:207 rtt:6.085/7.729 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:123 ssthresh:174 bytes_sent:4220053488 bytes_retrans:80794820 bytes_acked:4139258669 bytes_received:9075683144 segs_out:6030251 segs_in:7742397 data_segs_out:2993745 data_segs_in:6519536 bbr:(bw:276Mbps,mrtt:1.41,pacing_gain:1.25,cwnd_gain:2) send 234Mbps lastsnd:5906 lastrcv:5873 lastack:5873 pacing_rate 341Mbps delivery_rate 276Mbps delivered:2938535 app_limited busy:2899907ms rwnd_limited:25ms(0.0%) retrans:0/56318 dsack_dups:1102 reordering:21 reord_seen:3 rcv_rtt:1 rcv_space:573408 rcv_ssthresh:2216515 minrtt:0.345 rcv_ooopack:4197682 snd_wnd:13713408 rcv_wnd:2220032 rehash:213 +ESTAB 0 0 10.100.100.1:911 10.100.100.5:nfs + bbr wscale:12,12 rto:205 rtt:4.048/5.475 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:114 ssthresh:212 bytes_sent:4135994888 bytes_retrans:73194900 bytes_acked:4062799989 bytes_received:9216086080 segs_out:6018107 segs_in:7807903 data_segs_out:2935967 data_segs_in:6616482 bbr:(bw:287Mbps,mrtt:0.408,pacing_gain:1.25,cwnd_gain:2) send 326Mbps lastsnd:5922 lastrcv:5873 lastack:5873 pacing_rate 355Mbps delivery_rate 287Mbps delivered:2886042 app_limited busy:2306654ms rwnd_limited:19ms(0.0%) retrans:0/51110 dsack_dups:1172 rcv_rtt:1.413 rcv_space:587128 rcv_ssthresh:2282198 minrtt:0.394 rcv_ooopack:4248770 snd_wnd:10272768 rcv_wnd:2285568 rehash:214 +ESTAB 0 0 10.100.100.1:969 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.565/1.191 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:108 ssthresh:255 bytes_sent:4230566168 bytes_retrans:79655188 bytes_acked:4150910981 bytes_received:9139174172 segs_out:6110819 segs_in:7787119 data_segs_out:3001374 data_segs_in:6563291 bbr:(bw:278Mbps,mrtt:0.32,pacing_gain:1.25,cwnd_gain:2) send 799Mbps lastsnd:5922 lastrcv:5906 lastack:5906 pacing_rate 344Mbps delivery_rate 278Mbps delivered:2946872 app_limited busy:2913387ms rwnd_limited:28ms(0.0%) retrans:0/55516 dsack_dups:1004 reordering:6 reord_seen:2 rcv_rtt:1.125 rcv_space:595128 rcv_ssthresh:2628516 minrtt:0.32 rcv_ooopack:4217648 snd_wnd:9551872 rcv_wnd:2629632 rehash:215 +ESTAB 0 0 192.168.3.11:52212 209.177.156.94:https + bbr wscale:7,12 rto:218 rtt:17.679/12.079 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:44 bytes_sent:238089 bytes_acked:238090 bytes_received:1337691 segs_out:10814 segs_in:10386 data_segs_out:1294 data_segs_in:7826 bbr:(bw:5.24Mbps,mrtt:9.569,pacing_gain:2.88672,cwnd_gain:2.88672) send 28.8Mbps lastsnd:10670 lastrcv:2801 lastack:2801 pacing_rate 31Mbps delivery_rate 5.24Mbps delivered:1295 app_limited busy:10255ms rcv_rtt:114687 rcv_space:46530 rcv_ssthresh:504379 minrtt:9.569 snd_wnd:204032 rcv_wnd:507904 +ESTAB 0 0 127.0.0.1:35950 127.0.0.1:5900 + bbr wscale:12,12 rto:213 rtt:12.599/17.647 ato:65 mss:22528 pmtu:65535 rcvmss:34816 advmss:65483 cwnd:18 bytes_sent:2172 bytes_acked:2173 bytes_received:187182 segs_out:250 segs_in:331 data_segs_out:233 data_segs_in:121 bbr:(bw:30Gbps,mrtt:0.006,pacing_gain:2.88672,cwnd_gain:2.88672) send 257Mbps lastsnd:645887 lastrcv:645959 lastack:645887 pacing_rate 200Gbps delivery_rate 30Gbps delivered:234 app_limited busy:3723ms rcv_rtt:83.803 rcv_space:43690 rcv_ssthresh:83932 minrtt:0.006 snd_wnd:45056 rcv_wnd:86016 +ESTAB 0 0 100.121.189.98:ssh 100.101.187.119:46014 + bbr wscale:7,12 rto:206 rtt:5.854/9.684 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.7Mbps,mrtt:0.702,pacing_gain:2.88672,cwnd_gain:2.88672) send 43.6Mbps lastsnd:8701 lastrcv:8701 lastack:8700 pacing_rate 400Mbps delivery_rate 23.7Mbps delivered:17 app_limited busy:62ms rcv_rtt:8 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.702 snd_wnd:76928 rcv_wnd:61440 +ESTAB 0 0 192.168.3.11:47682 192.200.0.107:https + bbr wscale:10,12 rto:342 rtt:139.276/8.652 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:3590 bytes_acked:3591 bytes_received:92368 segs_out:1416 segs_in:1420 data_segs_out:20 data_segs_in:737 bbr:(bw:345kbps,mrtt:133.898,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.5Mbps lastsnd:1608061 lastrcv:47604 lastack:17064 pacing_rate 2.43Mbps delivery_rate 345kbps delivered:21 app_limited busy:1892ms rcv_rtt:135 rcv_space:19586 rcv_ssthresh:66159 minrtt:133.898 snd_wnd:74752 rcv_wnd:69632 +ESTAB 0 0 127.0.0.1:5900 127.0.0.1:35950 + bbr wscale:12,12 rto:204 rtt:3.75/1.014 ato:40 mss:43008 pmtu:65535 rcvmss:536 advmss:65483 cwnd:18 bytes_sent:187182 bytes_acked:187182 bytes_received:2172 segs_out:330 segs_in:250 data_segs_out:121 data_segs_in:233 bbr:(bw:22.9Gbps,mrtt:0.015,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.65Gbps lastsnd:645960 lastrcv:645888 lastack:645888 pacing_rate 271Gbps delivery_rate 22.9Gbps delivered:122 app_limited busy:598ms rcv_space:43690 rcv_ssthresh:43690 minrtt:0.015 snd_wnd:86016 rcv_wnd:45056 +ESTAB 0 0 [::ffff:100.121.189.98]:8006 [::ffff:100.109.70.137]:47125 + bbr wscale:8,12 rto:204 rtt:3.456/0.65 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:210 bytes_sent:193965 bytes_acked:193965 bytes_received:13186 segs_out:412 segs_in:360 data_segs_out:255 data_segs_in:282 bbr:(bw:149Mbps,mrtt:1.992,pacing_gain:2.88672,cwnd_gain:2.88672) send 603Mbps lastsnd:645964 lastrcv:645892 lastack:15753 pacing_rate 426Mbps delivery_rate 116Mbps delivered:256 app_limited busy:501ms rcv_space:12400 rcv_ssthresh:41642 minrtt:0.888 snd_wnd:64768 rcv_wnd:45056 +ESTAB 0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:49726 + bbr wscale:11,12 rto:249 rtt:48.785/1.275 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:23 bytes_sent:729735 bytes_acked:729735 bytes_received:129419 segs_out:8217 segs_in:6975 data_segs_out:3040 data_segs_in:2923 bbr:(bw:949kbps,mrtt:47.015,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.63Mbps lastsnd:32172 lastrcv:32121 lastack:1281 pacing_rate 5.56Mbps delivery_rate 949kbps delivered:3041 app_limited busy:86234ms rcv_rtt:308838 rcv_space:43007 rcv_ssthresh:25940 minrtt:47.015 snd_wnd:489472 rcv_wnd:45056 +ESTAB 0 0 [::ffff:100.121.189.98]:8006 [::ffff:100.109.70.137]:4906 + bbr wscale:8,12 rto:209 rtt:8.694/14.588 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:16 bytes_sent:5455 bytes_acked:5455 bytes_received:2987 segs_out:7 segs_in:8 data_segs_out:6 data_segs_in:3 bbr:(bw:13.6Mbps,mrtt:1.303,pacing_gain:2.88672,cwnd_gain:2.88672) send 18.3Mbps lastsnd:1043 lastrcv:1047 lastack:987 pacing_rate 218Mbps delivery_rate 13.6Mbps delivered:7 app_limited busy:62ms rcv_space:12400 rcv_ssthresh:35839 minrtt:1.303 snd_wnd:64512 rcv_wnd:45056 +ESTAB 0 0 [::ffff:100.121.189.98]:8006 [::ffff:100.109.70.137]:44796 + bbr wscale:8,12 rto:208 rtt:7.272/10.91 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:16 bytes_sent:4779 bytes_acked:4779 bytes_received:2919 segs_out:7 segs_in:8 data_segs_out:6 data_segs_in:3 bbr:(bw:10.6Mbps,mrtt:1.646,pacing_gain:2.88672,cwnd_gain:2.88672) send 21.8Mbps lastsnd:1046 lastrcv:1047 lastack:1003 pacing_rate 153Mbps delivery_rate 10.6Mbps delivered:7 app_limited busy:46ms rcv_space:12400 rcv_ssthresh:34815 minrtt:1.646 snd_wnd:65280 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 118065 25886 9626 19 12 47287210 39744186 159527 0 876 0 +Tcp: 1 200 120000 -1 283946 49432 9629 25 17 114637173 97769527 428992 0 1928 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 118065 25886 9626 19 12 47287210 39744186 159527 0 876 0 +Tcp: 1 200 120000 -1 283946 49432 9629 25 17 114637173 97769527 428992 0 1928 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -11735,42 +11835,42 @@ 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 6.3M 3.2G 1% /run +tmpfs 3.2G 7.1M 3.2G 1% /run /dev/mapper/pve-root 94G 19G 71G 21% / -tmpfs 16G 66M 16G 1% /dev/shm +tmpfs 16G 69M 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-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 189G 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/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 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 13G 857G 2% /mnt/pve/S3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 26G 844G 3% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 131G 91G 59% /mnt/pve/T5-SSD +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 210G 1.5T 13% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.4G 432G 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 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 +udev 3719946 613 3719333 1% /dev +tmpfs 4096389 1164 4095225 1% /run +/dev/mapper/pve-root 6291456 80753 6210703 2% / +tmpfs 4096389 144 4096245 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 1048576 16 1048560 1% /tmp /dev/fuse 262144 48 262096 1% /etc/pve 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/S3 61054976 21 61054955 1% /mnt/pve/S3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 21 61054955 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 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 56 122101704 1% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 15 30531569 1% /mnt/pve/S4 tmpfs 819277 26 819251 1% /run/user/0 ############################################################################### @@ -11842,11 +11942,11 @@ done Last mounted on: / Block count: 25165824 Reserved block count: 1258291 -Free blocks: 19813034 +Free blocks: 19810925 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Mon Jul 27 00:36:07 2026 -Last write time: Mon Jul 27 21:36:56 2026 +Last write time: Wed Jul 29 04:38:06 2026 Mount count: 23 Maximum mount count: -1 Last checked: Thu Mar 12 09:36:08 2026 @@ -11891,33 +11991,33 @@ done $ nfsstat -c Client rpc stats: calls retrans authrefrsh -2307028 4 2315653 +6848046 4 6871206 Client nfs v4: null read write commit open -2 0% 454576 19% 1644731 71% 87765 3% 2 0% +2 0% 619253 9% 5442242 79% 494580 7% 5 0% open_conf open_noat open_dgrd close setattr -0 0% 36 0% 0 0% 16 0% 0 0% +0 0% 108 0% 0 0% 59 0% 0 0% fsinfo renew setclntid confirm lock 32 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 114 0% 15978 0% 94 0% +0 0% 0 0% 246 0% 40412 0% 108 0% lookup_root remove rename link symlink -8 0% 4 0% 0 0% 0 0% 0 0% +8 0% 12 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -2 0% 32 0% 49424 2% 0 0% 8 0% +5 0% 32 0% 128389 1% 0 0% 75 0% server_caps delegreturn getacl setacl fs_locations -64 0% 11 0% 0 0% 0 0% 0 0% +64 0% 31 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% 385 0% 0 0% 2 0% 0 0% +0 0% 387 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% 8 0% 0 0% 45016 1% +0 0% 0 0% 8 0% 0 0% 110040 1% allocate deallocate layoutstats clone -0 0% 8480 0% 388 0% 0 0% +0 0% 8608 0% 5079 0% 0 0% --- nfsstat -s (server stats) @@ -11929,7 +12029,7 @@ Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory). $ nfsstat -234 Client rpc stats: calls retrans authrefrsh -2307028 4 2315653 +6848046 4 6871206 Client nfs v2: null getattr setattr root lookup @@ -11955,29 +12055,29 @@ pathconf commit Client nfs v4: null read write commit open -2 0% 454576 19% 1644731 71% 87765 3% 2 0% +2 0% 619253 9% 5442242 79% 494580 7% 5 0% open_conf open_noat open_dgrd close setattr -0 0% 36 0% 0 0% 16 0% 0 0% +0 0% 108 0% 0 0% 59 0% 0 0% fsinfo renew setclntid confirm lock 32 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 114 0% 15978 0% 94 0% +0 0% 0 0% 246 0% 40412 0% 108 0% lookup_root remove rename link symlink -8 0% 4 0% 0 0% 0 0% 0 0% +8 0% 12 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -2 0% 32 0% 49424 2% 0 0% 8 0% +5 0% 32 0% 128389 1% 0 0% 75 0% server_caps delegreturn getacl setacl fs_locations -64 0% 11 0% 0 0% 0 0% 0 0% +64 0% 31 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% 385 0% 0 0% 2 0% 0 0% +0 0% 387 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% 8 0% 0 0% 45016 1% +0 0% 0 0% 8 0% 0 0% 110040 1% allocate deallocate layoutstats clone -0 0% 8480 0% 388 0% 0 0% +0 0% 8608 0% 5079 0% 0 0% --- showmount -e (exports) @@ -11988,8 +12088,8 @@ clnt_create: RPC: Timed out --- /proc/net/rpc/nfs $ cat /proc/net/rpc/nfs net 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 +rpc 6859511 4 6882699 +proc4 71 2 619255 5452329 495753 5 0 110 0 59 0 32 0 0 0 0 0 0 246 40454 108 8 12 0 0 0 5 32 128522 0 75 64 33 0 0 0 0 0 0 4 2 0 387 0 2 0 0 0 0 8 0 0 0 8 0 110040 0 8608 5098 0 0 0 0 0 0 0 0 0 0 0 0 0 --- /proc/net/rpc/nfsd $ cat /proc/net/rpc/nfsd @@ -12134,14 +12234,14 @@ Nobody-Group = nogroup --- pvesm status $ pvesm status Name Type Status Total (KiB) Used (KiB) Available (KiB) % -D2 nfs active 2883130368 195178496 2541422592 6.77% +D2 nfs active 2883130368 197245952 2539354112 6.84% D3 nfs active 491133952 2048 466110464 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 126919680 105585664 51.80% -local dir active 98497780 19245576 74202656 19.54% +D5 nfs active 1921726464 219219968 1604814848 11.41% +S2 nfs active 960304128 26530816 884918272 2.76% +S3 nfs active 960304128 13431808 898018304 1.40% +S4 nfs active 479597568 2460672 452701184 0.51% +T5-SSD nfs active 245023744 137123840 95380480 55.96% +local dir active 98497780 19254240 74193992 19.55% local-lvm lvmthin active 832888832 0 832888832 0.00% --- pvesm list per storage @@ -12179,8 +12279,7 @@ Volid Format Type Size VMID --- pvesm config D3 --- --- storage: D5 --- 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:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 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 @@ -12193,25 +12292,25 @@ 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: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 -S2:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S2:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 S2:706/vm-706-disk-0.qcow2 qcow2 images 34359738368 706 +S2:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 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:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 +S3:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906 --- pvesm config S3 --- --- storage: S4 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S4:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 --- pvesm config S4 --- --- storage: T5-SSD --- Volid Format Type Size VMID @@ -12706,7 +12805,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -21 1 0x01 148 40256 10348983182 76719857497457 +21 1 0x01 148 40256 10348983182 189432085644982 name type data hits 4 0 iohits 4 0 @@ -12836,8 +12935,8 @@ memory_throttle_count 4 0 memory_direct_count 4 0 memory_indirect_count 4 0 memory_all_bytes 4 33557622784 -memory_free_bytes 4 12672057344 -memory_available_bytes 3 11447524992 +memory_free_bytes 4 9389514752 +memory_available_bytes 3 8164982400 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -12859,7 +12958,7 @@ abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -17 1 0x01 13 3536 10346484575 76719858393962 +17 1 0x01 13 3536 10346484575 189432086533932 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -12877,7 +12976,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -16 1 0x01 8 2176 10346483899 76719859151558 +16 1 0x01 8 2176 10346483899 189432087398412 name type data hits 4 0 future 4 0 @@ -12895,7 +12994,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 10346406584 76719860734973 +14 1 0x01 20 5440 10346406584 189432089271300 name type data struct_size 4 96 linear_cnt 4 0 @@ -13053,7 +13152,7 @@ no pools available $ arc_summary ------------------------------------------------------------------------ -ZFS Subsystem Report Mon Jul 27 21:54:40 2026 +ZFS Subsystem Report Wed Jul 29 05:13:13 2026 Linux 7.0.14-6-pve 2.4.3-pve1 Machine: pfv-tsys1 (x86_64) 2.4.3-pve1 @@ -13063,8 +13162,8 @@ ARC status: Max target size: 10.0 % 3.1 GiB Target size (adaptive): < 0.1 % 1000.1 MiB Current size: < 0.1 % 1.9 KiB - Free memory size: 11.8 GiB - Available memory size: 10.7 GiB + Free memory size: 8.7 GiB + Available memory size: 7.6 GiB ARC structural breakdown (current size): 1.9 KiB Compressed size: 0.0 % 0 Bytes @@ -13626,7 +13725,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: Mon Jul 27 21:54:40 2026 CDT +Local Time is: Wed Jul 29 05:13:13 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -13674,13 +13773,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 - 55388 + 9 Power_On_Hours 0x0032 025 025 000 Old_age Always - 55419 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 - 415779 -194 Temperature_Celsius 0x0022 110 096 000 Old_age Always - 37 +193 Load_Cycle_Count 0x0032 062 062 000 Old_age Always - 416147 +194 Temperature_Celsius 0x0022 118 096 000 Old_age Always - 29 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 @@ -13724,11 +13823,11 @@ The above only provides legacy SMART information - try 'smartctl -x' for more VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID 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 + 102 pfv-k8s-wnode-tsys1 running 4096 32.00 794447 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 + 106 pfv-k8s-cnode3 running 4096 32.00 787544 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 @@ -13791,7 +13890,7 @@ vmgenid: fe0485bd-0998-4eef-a6e0-beeed3fcd1f3 --- VM 102 --- balloon: 0 -boot: order=ide2;scsi0;net0 +boot: order=ide2;scsi0 cores: 4 cpu: x86-64-v2-AES ide2: local:iso/debian13.iso,media=cdrom,size=754M @@ -13802,11 +13901,10 @@ 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 +scsi0: S3: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 --- @@ -13821,7 +13919,7 @@ net0: virtio=BC:24:11:65:B2:AC,bridge=vmbr0,firewall=1 numa: 0 onboot: 1 ostype: l26 -scsi0: D5:103/vm-103-disk-0.qcow2,iothread=1,size=32G +scsi0: S2:103/vm-103-disk-0.qcow2,iothread=1,size=32G scsihw: virtio-scsi-single smbios1: uuid=d04e8b2e-b2a3-42ab-9f21-d045d59f80b1 sockets: 1 @@ -13879,7 +13977,7 @@ net0: virtio=BC:24:11:38:C0:58,bridge=vmbr0,firewall=1 numa: 0 onboot: 1 ostype: l26 -scsi0: S3:106/vm-106-disk-0.qcow2,cache=writethrough,iothread=1,size=32G +scsi0: D5: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 @@ -14007,14 +14105,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 2573158, + "rx-bytes" : 11467307, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 28773, - "tx-bytes" : 2573158, + "rx-packets" : 117160, + "tx-bytes" : 11467307, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 28773 + "tx-packets" : 117160 } }, { @@ -14026,7 +14124,7 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::2b", + "ip-address" : "2600:1700:1d1:eb00::e", "ip-address-type" : "ipv6", "prefix" : 128 }, @@ -14067,9 +14165,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::28", + "ip-address" : "2600:1700:1d1:eb00:f302:c979:7787:8140", "ip-address-type" : "ipv6", - "prefix" : 128 + "prefix" : 64 }, --- VM 102 runtime --- --- VM 103 runtime --- @@ -14091,14 +14189,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 87012, + "rx-bytes" : 91512, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 926, - "tx-bytes" : 87012, + "rx-packets" : 947, + "tx-bytes" : 91512, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 926 + "tx-packets" : 947 } }, { @@ -14110,9 +14208,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::17", + "ip-address" : "2600:1700:1d1:eb00:eba4:a699:401b:ab7d", "ip-address-type" : "ipv6", - "prefix" : 128 + "prefix" : 64 }, --- VM 105 runtime --- --- VM 106 runtime --- @@ -14133,14 +14231,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 73079758, + "rx-bytes" : 1110888525, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 132493, - "tx-bytes" : 73079758, + "rx-packets" : 2510657, + "tx-bytes" : 1110888525, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 132493 + "tx-packets" : 2510657 } }, { @@ -14152,9 +14250,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::19", + "ip-address" : "2600:1700:1d1:eb00:148d:b9ab:712c:25d1", "ip-address-type" : "ipv6", - "prefix" : 128 + "prefix" : 64 }, --- VM 108 runtime --- --- VM 109 runtime --- @@ -14175,14 +14273,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 855562, + "rx-bytes" : 2648995, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 5803, - "tx-bytes" : 855562, + "rx-packets" : 17028, + "tx-bytes" : 2648995, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 5803 + "tx-packets" : 17028 } }, { @@ -14194,9 +14292,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::e", + "ip-address" : "2600:1700:1d1:eb00:5016:7721:f7f9:58ee", "ip-address-type" : "ipv6", - "prefix" : 128 + "prefix" : 64 }, --- VM 114 runtime --- --- VM 117 runtime --- @@ -14236,9 +14334,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::3b", + "ip-address" : "2600:1700:1d1:eb00:ff2e:2b44:be5f:e4dd", "ip-address-type" : "ipv6", - "prefix" : 128 + "prefix" : 64 }, --- VM 1000 runtime --- @@ -14284,6 +14382,7 @@ done nfs-blkmap.service loaded active running pNFS block layout mapping daemon polkit.service loaded active running Authorization Manager postfix.service loaded active running Postfix Mail Transport Agent (main/default instance) + powerman.service loaded active running PowerMan proxmox-firewall.service loaded active running Proxmox nftables firewall pve-cluster.service loaded active running The Proxmox VE cluster filesystem pve-firewall.service loaded active running Proxmox VE firewall @@ -14315,7 +14414,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. -39 loaded units listed. +40 loaded units listed. --- failed services $ systemctl --failed --no-pager @@ -14352,6 +14451,7 @@ nvmf-autoconnect.service enabled enabled open-iscsi.service enabled enabled perfopt-cpu-performance.service enabled enabled postfix.service enabled enabled +powerman.service enabled enabled proxmox-boot-cleanup.service enabled enabled proxmox-firewall.service enabled enabled pve-cluster.service enabled enabled @@ -14418,90 +14518,91 @@ sysstat-rotate.timer enabled enabled sysstat-summary.timer enabled enabled xfs_scrub_all.timer enabled enabled -91 unit files listed. +92 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 00:37:09 CDT; 21h ago + Active: active (running) since Mon 2026-07-27 00:37:09 CDT; 2 days ago Invocation: 41f418b55c4744c1b6fb80c30b3908f4 Main PID: 1084 (pmxcfs) Tasks: 9 (limit: 34875) - Memory: 63.1M (peak: 81.3M) - CPU: 1min 14.623s + Memory: 68.1M (peak: 85M) + CPU: 2min 59.911s CGroup: /system.slice/pve-cluster.service └─1084 /usr/bin/pmxcfs -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 +Jul 28 19:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 28 20:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 28 21:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 28 22:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 28 23:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 29 00:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 29 01:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 29 02:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 29 03:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful +Jul 29 04: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 Mon 2026-07-27 00:37:16 CDT; 21h ago + Active: active (running) since Mon 2026-07-27 00:37:16 CDT; 2 days ago Invocation: d5e334fd34334b00be0f56ff3c56f871 Main PID: 1362 (pvedaemon) Tasks: 4 (limit: 34875) - Memory: 187M (peak: 3G) - CPU: 1min 32.826s + Memory: 192.3M (peak: 3G) + CPU: 2min 41.931s CGroup: /system.slice/pvedaemon.service ├─ 1362 pvedaemon - ├─279069 "pvedaemon worker" - ├─293938 "pvedaemon worker" - └─294210 "pvedaemon worker" + ├─799312 "pvedaemon worker" + ├─799315 "pvedaemon worker" + └─805589 "pvedaemon worker" -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' +Jul 28 21:52:39 pfv-tsys1 pvedaemon[799315]: successful auth for user 'root@pam' +Jul 28 22:08:39 pfv-tsys1 pvedaemon[799312]: successful auth for user 'root@pam' +Jul 29 04:56:46 pfv-tsys1 IPCC.xs[941508]: pam_unix(proxmox-ve-auth:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=::ffff:100.109.70.137 user=root +Jul 29 04:56:48 pfv-tsys1 pvedaemon[799315]: authentication failure; rhost=::ffff:100.109.70.137 user=root@pam msg=Authentication failure +Jul 29 04:56:57 pfv-tsys1 pvedaemon[799312]: successful auth for user 'root@pam' +Jul 29 04:56:58 pfv-tsys1 pvedaemon[805589]: successful auth for user 'root@pam' +Jul 29 04:56:58 pfv-tsys1 pvedaemon[941564]: starting vnc proxy UPID:pfv-tsys1:000E5DFC:011F911E:6A69CE6A:vncproxy:102:root@pam: +Jul 29 04:56:58 pfv-tsys1 pvedaemon[799315]: starting task UPID:pfv-tsys1:000E5DFC:011F911E:6A69CE6A:vncproxy:102:root@pam: +Jul 29 05:11:56 pfv-tsys1 pvedaemon[805589]: successful auth for user 'root@pam' +Jul 29 05:13:56 pfv-tsys1 pvedaemon[799315]: end task UPID:pfv-tsys1:000E5DFC:011F911E:6A69CE6A:vncproxy:102:root@pam: OK ● 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 00:37:17 CDT; 21h ago + Active: active (running) since Mon 2026-07-27 00:37:17 CDT; 2 days ago Invocation: 3d9f663c8d334a9295e23e69aef95c3f + Process: 867804 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) Main PID: 1375 (pveproxy) Tasks: 4 (limit: 34875) - Memory: 292.8M (peak: 428.5M) - CPU: 2min 14.940s + Memory: 299.4M (peak: 483.3M) + CPU: 4min 31.194s CGroup: /system.slice/pveproxy.service ├─ 1375 pveproxy - ├─308038 "pveproxy worker" - ├─310103 "pveproxy worker" - └─336440 "pveproxy worker" + ├─867827 "pveproxy worker" + ├─867828 "pveproxy worker" + └─867829 "pveproxy worker" -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 +Jul 29 00:52:42 pfv-tsys1 pveproxy[807412]: worker exit +Jul 29 00:52:42 pfv-tsys1 pveproxy[1375]: worker 818704 finished +Jul 29 00:52:42 pfv-tsys1 pveproxy[1375]: worker 809432 finished +Jul 29 00:52:42 pfv-tsys1 pveproxy[1375]: worker 807412 finished +Jul 29 04:56:46 pfv-tsys1 pveproxy[867829]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:56:46 pfv-tsys1 pveproxy[867827]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:56:46 pfv-tsys1 pveproxy[867827]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:56:46 pfv-tsys1 pveproxy[867828]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:56:50 pfv-tsys1 pveproxy[867829]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:56:50 pfv-tsys1 pveproxy[867827]: authentication failure: 401 permission denied - invalid PVE ticket ● 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 00:37:15 CDT; 21h ago + Active: active (running) since Mon 2026-07-27 00:37:15 CDT; 2 days ago Invocation: 022958cd38a94d3a91e55ffc76156c2c Main PID: 1332 (pve-firewall) Tasks: 1 (limit: 34875) - Memory: 110M (peak: 149.9M) - CPU: 7min 5.532s + Memory: 112M (peak: 149.9M) + CPU: 17min 47.615s CGroup: /system.slice/pve-firewall.service └─1332 pve-firewall @@ -14511,12 +14612,12 @@ Jul 27 00:37:15 pfv-tsys1 systemd[1]: Started pve-firewall.service - Proxmox VE ● 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 00:37:17 CDT; 21h ago + Active: active (running) since Mon 2026-07-27 00:37:17 CDT; 2 days ago Invocation: 9e81fad693f1445e923ff5ede55061d4 Main PID: 1372 (pve-ha-crm) Tasks: 1 (limit: 34875) - Memory: 118.2M (peak: 137.8M) - CPU: 5.811s + Memory: 118.6M (peak: 137.8M) + CPU: 13.237s CGroup: /system.slice/pve-ha-crm.service └─1372 pve-ha-crm @@ -14527,12 +14628,12 @@ Jul 27 00:37:17 pfv-tsys1 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 Mon 2026-07-27 00:37:18 CDT; 21h ago + Active: active (running) since Mon 2026-07-27 00:37:18 CDT; 2 days ago Invocation: aaad04ba66c948f297603416775f4455 Main PID: 1392 (pve-ha-lrm) Tasks: 1 (limit: 34875) - Memory: 117.5M (peak: 136.8M) - CPU: 8.882s + Memory: 117.7M (peak: 136.8M) + CPU: 20.969s CGroup: /system.slice/pve-ha-lrm.service └─1392 pve-ha-lrm @@ -14541,7 +14642,6 @@ 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 @@ -14552,14 +14652,14 @@ 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 00:36:16 CDT; 21h ago + Active: active (running) since Mon 2026-07-27 00:36:16 CDT; 2 days ago Invocation: 573b8ff574344bab840da2754a7e37fb TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) Main PID: 599 (rpcbind) Tasks: 1 (limit: 34875) - Memory: 608K (peak: 1.7M) - CPU: 62ms + Memory: 604K (peak: 1.7M) + CPU: 142ms CGroup: /system.slice/rpcbind.service └─599 /usr/sbin/rpcbind -f -w @@ -14577,7 +14677,7 @@ Jul 27 00:36:16 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 Mon 2026-07-27 00:36:15 CDT; 21h ago + Active: active (exited) since Mon 2026-07-27 00:36:15 CDT; 2 days ago Invocation: b9093ce8c96f41d79c2c56a05430bbe3 Docs: man:zfs(8) Main PID: 549 (code=exited, status=0/SUCCESS) @@ -14589,28 +14689,28 @@ Jul 27 00:36:15 pfv-tsys1 systemd[1]: Finished zfs-mount.service - Mount ZFS fil ● 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 00:36:19 CDT; 21h ago + Active: active (running) since Mon 2026-07-27 00:36:19 CDT; 2 days ago Invocation: 78212dc838134fc6aa7d64fdab2502fd Docs: man:smartd(8) man:smartd.conf(5) Main PID: 737 (smartd) - Status: "Next check of 1 device will start at 22:06:19" + Status: "Next check of 1 device will start at 05:36:19" Tasks: 1 (limit: 34875) Memory: 3.4M (peak: 5.6M) - CPU: 60ms + CPU: 106ms CGroup: /system.slice/smartmontools.service └─737 /usr/sbin/smartd -n -q never -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 +Jul 28 03:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111 +Jul 28 03:36:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 110 +Jul 28 09:36:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111 +Jul 28 12:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 113 +Jul 28 12:36:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 113 to 114 +Jul 28 14:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 114 to 116 +Jul 28 14:36:20 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 116 to 117 +Jul 28 19:36:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 118 +Jul 28 22:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 118 to 117 +Jul 29 01:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 118 ############################################################################### # 25. TIMERS / CRON @@ -14619,27 +14719,27 @@ Jul 27 18:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attri --- systemctl list-timers $ systemctl list-timers --all --no-pager 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 +Wed 2026-07-29 05:20:00 CDT 6min Wed 2026-07-29 05:10:32 CDT 3min 24s ago sysstat-collect.timer sysstat-collect.service +Wed 2026-07-29 06:34:38 CDT 1h 20min Tue 2026-07-28 06:05:32 CDT 23h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Wed 2026-07-29 11:46:08 CDT 6h Tue 2026-07-28 08:51:32 CDT 20h ago man-db.timer man-db.service +Wed 2026-07-29 12:28:56 CDT 7h Wed 2026-07-29 04:56:22 CDT 17min ago apt-daily.timer apt-daily.service +Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:32 CDT 5h 13min ago dpkg-db-backup.timer dpkg-db-backup.service +Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:32 CDT 5h 13min ago sysstat-rotate.timer sysstat-rotate.service +Thu 2026-07-30 00:06:24 CDT 18h Wed 2026-07-29 02:49:32 CDT 2h 24min ago beszel-agent-update.timer beszel-agent-update.service +Thu 2026-07-30 00:06:56 CDT 18h Wed 2026-07-29 00:52:33 CDT 4h 21min ago logrotate.timer logrotate.service +Thu 2026-07-30 00:07:00 CDT 18h Wed 2026-07-29 00:07:27 CDT 5h 6min ago sysstat-summary.timer sysstat-summary.service +Thu 2026-07-30 00:51:32 CDT 19h Wed 2026-07-29 00:51:32 CDT 4h 22min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Thu 2026-07-30 01:16:11 CDT 20h Wed 2026-07-29 01:49:32 CDT 3h 24min ago pve-daily-update.timer pve-daily-update.service +Sun 2026-08-02 03:10:15 CDT 3 days Sun 2026-07-26 03:11:39 CDT - e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:19 CDT 3 days Sun 2026-07-26 03:10:44 CDT - xfs_scrub_all.timer xfs_scrub_all.service +Mon 2026-08-03 01:26:35 CDT 4 days Mon 2026-07-27 00:18:43 CDT - fstrim.timer fstrim.service 14 timers listed. --- /etc/cron.d total 24 drwxr-xr-x 2 root root 4096 Jul 27 08:04 . -drwxr-xr-x 107 root root 4096 Jul 27 21:53 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:11 .. -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 @@ -14649,7 +14749,7 @@ lrwxrwxrwx 1 root root 20 Mar 12 09:41 vzdump -> /etc/pve/vzdump.cron --- /etc/cron.daily total 32 drwxr-xr-x 2 root root 4096 Jul 27 08:04 . -drwxr-xr-x 107 root root 4096 Jul 27 21:53 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:11 .. -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 @@ -14660,13 +14760,13 @@ drwxr-xr-x 107 root root 4096 Jul 27 21:53 .. --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Mar 12 09:38 . -drwxr-xr-x 107 root root 4096 Jul 27 21:53 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:11 .. -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 107 root root 4096 Jul 27 21:53 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:11 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -14705,339 +14805,372 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -1.03 0.62 0.47 1/418 380520 +1.91 1.75 1.74 1/440 950093 --- 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 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 + 0 1 28 8316780 17360 1296640 0 0 74 19 8247 15 0 1 84 8 0 6 + 1 0 28 8298712 17388 1297460 0 0 804 8 10999 16955 4 2 79 13 0 2 + 0 1 28 8222564 17388 1300684 0 0 0 0 10559 15584 7 1 81 8 0 2 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 -Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys1) 07/29/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 +05:13:59 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +05:14:00 AM all 0.13 0.00 1.02 13.34 0.00 0.00 0.00 2.80 0.00 82.72 +05:14:01 AM all 0.51 0.00 1.02 10.03 0.00 0.13 0.00 6.60 0.00 81.73 +05:14:02 AM all 2.64 0.00 3.90 9.32 0.00 0.13 0.00 3.65 0.00 80.35 +Average: all 1.10 0.00 1.98 10.89 0.00 0.08 0.00 4.35 0.00 81.60 --- iostat -xz 1 3 $ iostat -xz 1 3 -Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys1) 07/29/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 + 6.53 0.00 0.97 8.22 0.00 84.28 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 +dm-0 0.00 0.02 0.00 0.00 18.02 16.54 0.00 0.00 0.00 0.00 3.35 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +dm-1 0.23 24.10 0.00 0.00 21.24 105.44 2.67 19.36 0.00 0.00 4.83 7.25 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.59 +dm-2 0.00 0.02 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.56 74.26 0.07 10.62 7.57 132.04 1.74 19.36 0.93 34.76 3286.44 11.12 0.00 0.00 0.00 0.00 0.00 0.00 0.34 23.68 5.73 0.99 avg-cpu: %user %nice %system %iowait %steal %idle - 1.27 0.00 0.25 1.27 0.00 97.21 + 3.15 0.00 1.01 1.39 0.00 94.45 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 + 2.54 0.00 0.64 10.94 0.00 85.88 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 +dm-1 0.00 0.00 0.00 0.00 0.00 0.00 2.00 8.00 0.00 0.00 0.00 4.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.00 0.00 0.00 0.00 0.00 1.00 8.00 1.00 50.00 0.00 8.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 --- sar -dp 1 2 $ sar -dp 1 2 -Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys1) 07/29/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 +05:14:04 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +05:14:05 AM 96.00 24.00 492.00 0.00 5.38 0.61 4.44 19.70 sda +05:14:05 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +05:14:05 AM 120.00 24.00 492.00 0.00 4.30 0.47 3.92 19.80 pve-root +05:14:05 AM 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 +05:14:05 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +05:14:06 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +05:14:06 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +05:14:06 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +05:14:06 AM 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: 48.00 12.00 246.00 0.00 5.38 0.31 4.44 9.85 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: 60.00 12.00 246.00 0.00 4.30 0.23 3.92 9.90 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 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys1) 07/29/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 +05:14:06 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +05:14:07 AM lo 9.90 9.90 2.53 2.53 0.00 0.00 0.00 0.00 +05:14:07 AM nic0 244.55 148.51 74.39 34.77 0.00 0.00 10.89 0.06 +05:14:07 AM nic1 105.94 204.95 10.02 256.53 0.00 0.00 0.00 0.00 +05:14:07 AM tailscale0 3.96 2.97 1.25 1.29 0.00 0.00 0.00 0.00 +05:14:07 AM vmbr0 59.41 20.79 14.81 4.08 0.00 0.00 8.91 0.00 +05:14:07 AM datanet 105.94 204.95 10.02 256.53 0.00 0.00 0.99 0.00 +05:14:07 AM tap114i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:07 AM fwbr114i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00 +05:14:07 AM fwpr114p0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00 +05:14:07 AM fwln114i0 18.81 0.00 2.23 0.00 0.00 0.00 0.00 0.00 +05:14:07 AM tap117i0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00 +05:14:07 AM fwbr117i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00 +05:14:07 AM fwpr117p0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00 +05:14:07 AM fwln117i0 18.81 0.00 2.23 0.00 0.00 0.00 0.00 0.00 +05:14:07 AM tap109i0 10.89 27.72 1.72 3.66 0.00 0.00 0.00 0.00 +05:14:07 AM fwbr109i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00 +05:14:07 AM fwpr109p0 10.89 27.72 1.72 3.66 0.00 0.00 0.00 0.00 +05:14:07 AM fwln109i0 27.72 10.89 3.66 1.72 0.00 0.00 0.00 0.00 +05:14:07 AM tap108i0 3.96 22.77 0.61 2.84 0.00 0.00 0.00 0.00 +05:14:07 AM fwbr108i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00 +05:14:07 AM fwpr108p0 3.96 22.77 0.61 2.84 0.00 0.00 0.00 0.00 +05:14:07 AM fwln108i0 22.77 3.96 2.84 0.61 0.00 0.00 0.00 0.00 +05:14:07 AM tap100i0 13.86 95.05 1.72 28.17 0.00 0.00 0.00 0.00 +05:14:07 AM tap101i0 1.98 20.79 0.35 2.57 0.00 0.00 0.00 0.00 +05:14:07 AM fwbr101i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00 +05:14:07 AM fwpr101p0 1.98 20.79 0.35 2.57 0.00 0.00 0.00 0.00 +05:14:07 AM fwln101i0 20.79 1.98 2.57 0.35 0.00 0.00 0.00 0.00 +05:14:07 AM tap103i0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00 +05:14:07 AM fwbr103i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00 +05:14:07 AM fwpr103p0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00 +05:14:07 AM fwln103i0 18.81 0.00 2.23 0.00 0.00 0.00 0.00 0.00 +05:14:07 AM tap104i0 12.87 29.70 2.57 4.20 0.00 0.00 0.00 0.00 +05:14:07 AM fwbr104i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00 +05:14:07 AM fwpr104p0 12.87 29.70 2.57 4.20 0.00 0.00 0.00 0.00 +05:14:07 AM fwln104i0 29.70 12.87 4.20 2.57 0.00 0.00 0.00 0.00 +05:14:07 AM tap105i0 6.93 25.74 0.96 3.21 0.00 0.00 0.00 0.00 +05:14:07 AM fwbr105i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00 +05:14:07 AM fwpr105p0 6.93 25.74 0.96 3.21 0.00 0.00 0.00 0.00 +05:14:07 AM fwln105i0 25.74 6.93 3.21 0.96 0.00 0.00 0.00 0.00 +05:14:07 AM tap106i0 81.19 95.05 22.59 29.38 0.00 0.00 0.00 0.00 +05:14:07 AM fwbr106i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00 +05:14:07 AM fwpr106p0 81.19 95.05 22.59 29.38 0.00 0.00 0.00 0.00 +05:14:07 AM fwln106i0 95.05 81.19 29.38 22.59 0.00 0.00 0.00 0.00 +05:14:07 AM tap102i0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00 +05:14:07 AM fwbr102i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00 +05:14:07 AM fwpr102p0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00 +05:14:07 AM fwln102i0 18.81 0.00 2.23 0.00 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 +05:14:07 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +05:14:08 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:08 AM nic0 114.00 87.00 32.76 20.62 0.00 0.00 6.00 0.03 +05:14:08 AM nic1 53.00 78.00 4.96 91.62 0.00 0.00 0.00 0.00 +05:14:08 AM tailscale0 1.00 1.00 0.08 0.08 0.00 0.00 0.00 0.00 +05:14:08 AM vmbr0 39.00 18.00 11.15 5.73 0.00 0.00 5.00 0.00 +05:14:08 AM datanet 53.00 81.00 4.96 96.03 0.00 0.00 1.00 0.00 +05:14:08 AM tap114i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:08 AM fwbr114i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00 +05:14:08 AM fwpr114p0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00 +05:14:08 AM fwln114i0 9.00 0.00 1.64 0.00 0.00 0.00 0.00 0.00 +05:14:08 AM tap117i0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00 +05:14:08 AM fwbr117i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00 +05:14:08 AM fwpr117p0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00 +05:14:08 AM fwln117i0 9.00 0.00 1.64 0.00 0.00 0.00 0.00 0.00 +05:14:08 AM tap109i0 17.00 24.00 3.21 4.12 0.00 0.00 0.00 0.00 +05:14:08 AM fwbr109i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00 +05:14:08 AM fwpr109p0 17.00 24.00 3.21 4.12 0.00 0.00 0.00 0.00 +05:14:08 AM fwln109i0 24.00 17.00 4.12 3.21 0.00 0.00 0.00 0.00 +05:14:08 AM tap108i0 1.00 10.00 0.17 1.82 0.00 0.00 0.00 0.00 +05:14:08 AM fwbr108i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00 +05:14:08 AM fwpr108p0 1.00 10.00 0.17 1.82 0.00 0.00 0.00 0.00 +05:14:08 AM fwln108i0 10.00 1.00 1.82 0.17 0.00 0.00 0.00 0.00 +05:14:08 AM tap100i0 2.00 12.00 0.25 2.05 0.00 0.00 0.00 0.00 +05:14:08 AM tap101i0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00 +05:14:08 AM fwbr101i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00 +05:14:08 AM fwpr101p0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00 +05:14:08 AM fwln101i0 9.00 0.00 1.64 0.00 0.00 0.00 0.00 0.00 +05:14:08 AM tap103i0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00 +05:14:08 AM fwbr103i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00 +05:14:08 AM fwpr103p0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00 +05:14:08 AM fwln103i0 9.00 0.00 1.64 0.00 0.00 0.00 0.00 0.00 +05:14:08 AM tap104i0 1.00 10.00 0.04 1.70 0.00 0.00 0.00 0.00 +05:14:08 AM fwbr104i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00 +05:14:08 AM fwpr104p0 1.00 10.00 0.04 1.70 0.00 0.00 0.00 0.00 +05:14:08 AM fwln104i0 10.00 1.00 1.70 0.04 0.00 0.00 0.00 0.00 +05:14:08 AM tap105i0 15.00 25.00 2.62 5.72 0.00 0.00 0.00 0.00 +05:14:08 AM fwbr105i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00 +05:14:08 AM fwpr105p0 15.00 25.00 2.62 5.72 0.00 0.00 0.00 0.00 +05:14:08 AM fwln105i0 25.00 15.00 5.72 2.62 0.00 0.00 0.00 0.00 +05:14:08 AM tap106i0 37.00 44.00 8.84 15.33 0.00 0.00 0.00 0.00 +05:14:08 AM fwbr106i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00 +05:14:08 AM fwpr106p0 37.00 44.00 8.84 15.33 0.00 0.00 0.00 0.00 +05:14:08 AM fwln106i0 44.00 37.00 15.33 8.84 0.00 0.00 0.00 0.00 +05:14:08 AM tap102i0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00 +05:14:08 AM fwbr102i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00 +05:14:08 AM fwpr102p0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00 +05:14:08 AM fwln102i0 9.00 0.00 1.64 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 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: lo 4.98 4.98 1.27 1.27 0.00 0.00 0.00 0.00 +Average: nic0 179.60 117.91 53.68 27.73 0.00 0.00 8.46 0.04 +Average: nic1 79.60 141.79 7.50 174.49 0.00 0.00 0.00 0.00 +Average: tailscale0 2.49 1.99 0.67 0.69 0.00 0.00 0.00 0.00 +Average: vmbr0 49.25 19.40 12.99 4.90 0.00 0.00 6.97 0.00 +Average: datanet 79.60 143.28 7.50 176.68 0.00 0.00 1.00 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 +Average: fwbr114i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00 +Average: fwpr114p0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00 +Average: fwln114i0 13.93 0.00 1.94 0.00 0.00 0.00 0.00 0.00 +Average: tap117i0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00 +Average: fwbr117i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00 +Average: fwpr117p0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00 +Average: fwln117i0 13.93 0.00 1.94 0.00 0.00 0.00 0.00 0.00 +Average: tap109i0 13.93 25.87 2.46 3.89 0.00 0.00 0.00 0.00 +Average: fwbr109i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00 +Average: fwpr109p0 13.93 25.87 2.46 3.89 0.00 0.00 0.00 0.00 +Average: fwln109i0 25.87 13.93 3.89 2.46 0.00 0.00 0.00 0.00 +Average: tap108i0 2.49 16.42 0.39 2.34 0.00 0.00 0.00 0.00 +Average: fwbr108i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00 +Average: fwpr108p0 2.49 16.42 0.39 2.34 0.00 0.00 0.00 0.00 +Average: fwln108i0 16.42 2.49 2.34 0.39 0.00 0.00 0.00 0.00 +Average: tap100i0 7.96 53.73 0.99 15.17 0.00 0.00 0.00 0.00 +Average: tap101i0 1.00 14.93 0.17 2.11 0.00 0.00 0.00 0.00 +Average: fwbr101i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00 +Average: fwpr101p0 1.00 14.93 0.17 2.11 0.00 0.00 0.00 0.00 +Average: fwln101i0 14.93 1.00 2.11 0.17 0.00 0.00 0.00 0.00 +Average: tap103i0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00 +Average: fwbr103i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00 +Average: fwpr103p0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00 +Average: fwln103i0 13.93 0.00 1.94 0.00 0.00 0.00 0.00 0.00 +Average: tap104i0 6.97 19.90 1.31 2.95 0.00 0.00 0.00 0.00 +Average: fwbr104i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00 +Average: fwpr104p0 6.97 19.90 1.31 2.95 0.00 0.00 0.00 0.00 +Average: fwln104i0 19.90 6.97 2.95 1.31 0.00 0.00 0.00 0.00 +Average: tap105i0 10.95 25.37 1.79 4.46 0.00 0.00 0.00 0.00 +Average: fwbr105i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00 +Average: fwpr105p0 10.95 25.37 1.79 4.46 0.00 0.00 0.00 0.00 +Average: fwln105i0 25.37 10.95 4.46 1.79 0.00 0.00 0.00 0.00 +Average: tap106i0 59.20 69.65 15.75 22.39 0.00 0.00 0.00 0.00 +Average: fwbr106i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00 +Average: fwpr106p0 59.20 69.65 15.75 22.39 0.00 0.00 0.00 0.00 +Average: fwln106i0 69.65 59.20 22.39 15.75 0.00 0.00 0.00 0.00 +Average: tap102i0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00 +Average: fwbr102i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00 +Average: fwpr102p0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00 +Average: fwln102i0 13.93 0.00 1.94 0.00 0.00 0.00 0.00 0.00 --- sar -n NFS,NFSD 1 2 $ sar -n NFS,NFSD 1 2 -Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys1) 07/29/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 +05:14:08 AM call/s retrans/s read/s write/s access/s getatt/s +05:14:09 AM 44.00 0.00 0.00 32.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 +05:14:08 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +05:14:09 AM 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 +05:14:09 AM call/s retrans/s read/s write/s access/s getatt/s +05:14:10 AM 33.00 0.00 0.00 28.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 +05:14:09 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +05:14:10 AM 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: 38.50 0.00 0.00 30.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 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys1) 07/29/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 +05:14:10 AM totsck tcpsck udpsck rawsck ip-frag tcp-tw +05:14:11 AM 454 24 4 0 0 145 +Average: 454 24 4 0 0 145 --- sar -n TCP,ETCP 1 2 $ sar -n TCP,ETCP 1 2 -Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys1) 07/29/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 +05:14:11 AM active/s passive/s iseg/s oseg/s +05:14:12 AM 14.00 0.00 117.00 195.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 +05:14:11 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +05:14:12 AM 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 +05:14:12 AM active/s passive/s iseg/s oseg/s +05:14:13 AM 1.00 5.00 184.00 265.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 +05:14:12 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +05:14:13 AM 0.00 0.00 6.00 0.00 0.00 Average: active/s passive/s iseg/s oseg/s -Average: 0.00 0.00 58.00 110.50 +Average: 7.50 2.50 150.50 230.00 Average: atmptf/s estres/s retrans/s isegerr/s orsts/s -Average: 0.00 0.00 0.00 0.00 0.00 +Average: 0.00 0.00 3.00 0.00 0.00 --- pidstat -d 1 2 (top disk) $ pidstat -d 1 2 -Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys1) 07/29/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 +05:14:13 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +05:14:14 AM 0 148819 0.00 19.61 0.00 0 kvm +05:14:14 AM 0 149583 0.00 3.92 0.00 0 kvm +05:14:14 AM 0 212290 0.00 23.53 0.00 0 kvm +05:14:14 AM 0 787544 0.00 6043.14 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 +05:14:14 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +05:14:15 AM 0 1084 24.00 24.00 0.00 0 pmxcfs +05:14:15 AM 0 1392 0.00 0.08 0.00 0 pve-ha-lrm +05:14:15 AM 0 149467 0.00 16.00 0.00 0 kvm +05:14:15 AM 0 787544 0.00 7764.00 0.00 0 kvm 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 +Average: 0 1084 11.88 11.88 0.00 0 pmxcfs +Average: 0 1392 0.00 0.04 0.00 0 pve-ha-lrm +Average: 0 148819 0.00 9.90 0.00 0 kvm +Average: 0 149467 0.00 7.92 0.00 0 kvm +Average: 0 149583 0.00 1.98 0.00 0 kvm +Average: 0 212290 0.00 11.88 0.00 0 kvm +Average: 0 787544 0.00 6895.05 0.00 0 kvm --- pidstat -u 1 2 (top cpu) $ pidstat -u 1 2 -Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys1) 07/29/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 +05:14:15 AM UID PID %usr %system %guest %wait %CPU CPU Command +05:14:16 AM 0 1151 1.00 0.00 0.00 0.00 1.00 4 corosync +05:14:16 AM 0 2388 2.00 1.00 0.00 0.00 3.00 0 kvm +05:14:16 AM 0 148662 1.00 0.00 1.00 0.00 2.00 4 kvm +05:14:16 AM 0 148819 2.00 0.00 2.00 0.00 4.00 6 kvm +05:14:16 AM 0 149139 2.00 1.00 3.00 0.00 6.00 6 kvm +05:14:16 AM 0 149214 0.00 1.00 1.00 0.00 2.00 0 kvm +05:14:16 AM 0 149467 1.00 0.00 0.00 0.00 1.00 7 kvm +05:14:16 AM 0 149583 0.00 0.00 1.00 0.00 1.00 1 kvm +05:14:16 AM 0 212290 1.00 1.00 1.00 0.00 3.00 0 kvm +05:14:16 AM 0 787544 1.00 1.00 4.00 0.00 6.00 6 kvm +05:14:16 AM 0 794447 2.00 1.00 0.00 0.00 3.00 3 kvm +05:14:16 AM 0 935390 0.00 1.00 0.00 0.00 1.00 6 kworker/u32:0-nfsiod +05:14:16 AM 0 950217 0.00 1.00 0.00 0.00 1.00 1 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 +05:14:16 AM UID PID %usr %system %guest %wait %CPU CPU Command +05:14:17 AM 0 2388 0.99 0.99 0.99 0.00 2.97 2 kvm +05:14:17 AM 0 2457 0.00 0.00 2.97 0.00 0.99 1 kvm +05:14:17 AM 0 148662 0.00 0.99 1.98 0.00 2.97 4 kvm +05:14:17 AM 0 148819 0.99 0.00 0.99 0.00 1.98 6 kvm +05:14:17 AM 0 149139 0.99 0.00 3.96 0.00 4.95 6 kvm +05:14:17 AM 0 149583 0.00 0.99 0.99 0.00 1.98 1 kvm +05:14:17 AM 0 212290 0.99 0.00 0.00 0.00 0.99 0 kvm +05:14:17 AM 0 787544 2.97 0.99 5.94 0.00 9.90 6 kvm +05:14:17 AM 0 794447 0.99 0.99 0.99 0.00 2.97 0 kvm +05:14:17 AM 0 805589 0.99 0.00 0.00 0.00 0.99 7 pvedaemon worke +05:14:17 AM 33 867827 0.00 0.99 0.00 0.00 0.99 5 pveproxy worker +05:14:17 AM 33 867828 0.99 0.00 0.00 0.00 0.99 7 pveproxy worker +05:14:17 AM 0 940598 0.00 0.99 0.00 0.00 0.99 1 kworker/1:1-events 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 2388 1.49 1.00 0.50 0.00 2.99 - kvm +Average: 0 2457 0.00 0.00 2.99 0.00 0.50 - kvm +Average: 0 148662 0.50 0.50 1.49 0.00 2.49 - kvm +Average: 0 148819 1.49 0.00 1.49 0.00 2.99 - kvm +Average: 0 149139 1.49 0.50 3.48 0.00 5.47 - kvm +Average: 0 149214 0.00 0.50 0.50 0.00 1.00 - kvm +Average: 0 149467 0.00 0.00 0.50 0.00 0.50 - 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 +Average: 0 212290 1.00 0.50 0.50 0.00 1.99 - kvm +Average: 0 787544 1.99 1.00 4.98 0.00 7.96 - kvm +Average: 0 794447 1.49 1.00 0.50 0.00 2.99 - kvm +Average: 0 805589 0.50 0.00 0.00 0.00 0.50 - pvedaemon worke +Average: 33 867827 0.00 0.50 0.00 0.00 0.50 - pveproxy worker +Average: 33 867828 0.50 0.00 0.00 0.00 0.50 - pveproxy worker +Average: 0 935390 0.00 0.50 0.00 0.00 0.50 - kworker/u32:0-nfsiod +Average: 0 940598 0.00 0.50 0.00 0.00 0.50 - kworker/1:1-events +Average: 0 950217 0.00 0.50 0.00 0.00 0.50 - pidstat --- top (single snapshot, top 30) $ top -b -n 1 -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 +top - 05:14:17 up 2 days, 4:38, 1 user, load average: 1.65, 1.71, 1.72 +Tasks: 269 total, 1 running, 268 sleeping, 0 stopped, 0 zombie +%Cpu(s): 1.4 us, 2.2 sy, 0.0 ni, 53.6 id, 42.8 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 32003.0 total, 8066.2 free, 23117.2 used, 1288.5 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 8885.9 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 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 + 148819 root 20 0 9762540 4.7g 13604 S 10.0 15.0 174:56.33 kvm + 787544 root 20 0 5562264 1.9g 13716 S 10.0 6.0 62:41.18 kvm + 1 root 20 0 25260 16396 11060 S 0.0 0.1 0:20.15 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.13 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+ @@ -15046,64 +15179,64 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 12102.8 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.14 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 0:31.56 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:02.84 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 1:29.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.16 migrati+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.50 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+ + 24 root rt 0 0 0 0 S 0.0 0.0 0:00.52 migrati+ + 25 root 20 0 0 0 0 S 0.0 0.0 0:26.41 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+ + 30 root rt 0 0 0 0 S 0.0 0.0 0:00.51 migrati+ + 31 root 20 0 0 0 0 S 0.0 0.0 0:00.69 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+ + 36 root rt 0 0 0 0 S 0.0 0.0 0:00.52 migrati+ + 37 root 20 0 0 0 0 S 0.0 0.0 0:00.49 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+ + 42 root rt 0 0 0 0 S 0.0 0.0 0:00.43 migrati+ + 43 root 20 0 0 0 0 S 0.0 0.0 0:00.45 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+ + 48 root rt 0 0 0 0 S 0.0 0.0 0:00.44 migrati+ + 49 root 20 0 0 0 0 S 0.0 0.0 0:00.41 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+ + 54 root rt 0 0 0 0 S 0.0 0.0 0:00.45 migrati+ + 55 root 20 0 0 0 0 S 0.0 0.0 0:11.89 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+ + 60 root rt 0 0 0 0 S 0.0 0.0 0:00.44 migrati+ + 61 root 20 0 0 0 0 S 0.0 0.0 0:00.34 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.04 khungta+ + 68 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kauditd + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.10 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+ + 74 root 20 0 0 0 0 S 0.0 0.0 0:04.33 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+ + 76 root 39 19 0 0 0 S 0.0 0.0 0:00.96 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:00.51 irq/9-a+ + 80 root -51 0 0 0 0 S 0.0 0.0 0:01.22 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+ @@ -15113,7 +15246,7 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 12102.8 avail Mem 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 + 92 root 20 0 0 0 0 S 0.0 0.0 0:03.18 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+ @@ -15122,7 +15255,6 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 12102.8 avail Mem 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+ - 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+ @@ -15143,23 +15275,23 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 12102.8 avail Mem 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+ + 289 root 0 -20 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 292 root 20 0 0 0 0 S 0.0 0.0 0:03.38 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+ + 340 root 20 0 67940 43220 41620 S 0.0 0.1 0:03.63 systemd+ + 352 root 0 -20 0 0 0 I 0.0 0.0 0:00.76 kworker+ + 357 root 0 -20 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 359 root 0 -20 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 360 root 0 -20 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 361 root 0 -20 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 364 root 0 -20 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 385 root 20 0 77296 22300 9124 S 0.0 0.1 0:06.62 dmeventd + 388 root 0 -20 0 0 0 I 0.0 0.0 0:00.08 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+ + 398 root 20 0 37240 10880 8148 S 0.0 0.0 0:00.76 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+ @@ -15167,133 +15299,143 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 12102.8 avail Mem 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 + 406 root 20 0 0 0 0 S 0.0 0.0 0:01.97 arc_evi+ + 407 root 39 19 0 0 0 S 0.0 0.0 0:02.01 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+ + 409 root 39 19 0 0 0 S 0.0 0.0 0:01.92 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+ + 411 root 20 0 0 0 0 S 0.0 0.0 0:01.34 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+ - 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+ + 599 _rpc 20 0 6568 3928 3512 S 0.0 0.0 0:00.14 rpcbind 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+ + 607 root 20 0 5264 1592 1368 S 0.0 0.0 0:00.00 blkmapd + 708 _chrony 20 0 19940 5716 4948 S 0.0 0.0 0:00.26 chronyd + 709 message+ 20 0 8612 5400 4400 S 0.0 0.0 0:10.45 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+ + 721 root 20 0 839044 8564 6988 S 0.0 0.0 0:31.96 rrdcach+ + 722 root 20 0 7216 2252 1904 S 0.0 0.0 0:02.53 ksmtuned + 737 root 20 0 10124 6264 4816 S 0.0 0.0 0:00.10 smartd + 738 root 20 0 19108 9264 7880 S 0.0 0.0 0:01.04 systemd+ + 745 root 20 0 5748 2344 2112 S 0.0 0.0 0:00.12 qmeventd + 767 root 20 0 1421328 64612 26608 S 0.0 0.2 5:28.49 tailsca+ + 771 root 20 0 2432 1580 1484 S 0.0 0.0 0:04.46 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 + 776 root 20 0 159036 2536 2168 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-+ + 931 root 20 0 5984 3580 2740 S 0.0 0.0 0:01.26 dhclient + 1038 beszel 20 0 2157520 16740 10500 S 0.0 0.1 0:23.40 beszel-+ + 1039 root 20 0 5520 2616 2364 S 0.0 0.0 0:00.00 lxc-mon+ + 1047 root 20 0 6364 4024 3572 S 0.0 0.0 0:00.11 ser2net + 1050 root 20 0 266312 32828 15564 S 0.0 0.1 0:22.11 tuned + 1057 root 20 0 8168 2748 2512 S 0.0 0.0 0:00.00 agetty + 1059 root 20 0 11776 7984 6752 S 0.0 0.0 0:00.25 sshd + 1084 root 20 0 745676 74844 59472 S 0.0 0.2 2:59.93 pmxcfs + 1151 root rt 0 226084 160120 51076 S 0.0 0.5 19:14.57 corosync + 1154 root 20 0 6864 2908 2652 S 0.0 0.0 0:00.31 cron + 1155 root 20 0 13584 6100 5148 S 0.0 0.0 0:11.39 proxmox+ + 1227 root 20 0 43984 4680 4044 S 0.0 0.0 0:00.46 master + 1235 postfix 20 0 44524 7628 6932 S 0.0 0.0 0:00.08 qmgr + 1241 polkitd 20 0 306704 8312 7144 S 0.0 0.0 0:02.91 polkitd + 1332 root 20 0 186436 113132 7624 S 0.0 0.3 6:55.76 pve-fir+ + 1344 root 20 0 202392 132980 13720 S 0.0 0.4 33:39.19 pvestatd + 1362 root 20 0 230084 153624 3364 S 0.0 0.5 0:01.94 pvedaem+ + 1372 root 20 0 214180 126360 6120 S 0.0 0.4 0:12.53 pve-ha-+ + 1375 www-data 20 0 231348 184044 32592 S 0.0 0.6 0:04.02 pveproxy + 1389 www-data 20 0 99316 69912 17868 S 0.0 0.2 0:02.48 spicepr+ + 1392 root 20 0 213184 125368 6084 S 0.0 0.4 0:20.26 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 + 2388 root 20 0 2953216 487736 11520 S 0.0 1.5 77:43.10 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 + 2457 root 20 0 5082712 848492 11496 S 0.0 2.6 24:19.19 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+ + 2560 root 20 0 209808 126492 3380 S 0.0 0.4 0:20.20 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 + 148662 root 20 0 2749720 2.0g 11520 S 0.0 6.5 76:30.47 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+ + 149139 root 20 0 8728776 4.0g 11912 S 0.0 12.7 174:49.32 kvm 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 + 149214 root 20 0 2769412 694872 11852 S 0.0 2.1 24:56.92 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 + 149467 root 20 0 2854784 1.4g 13836 S 0.0 4.5 45:20.73 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 + 149583 root 20 0 2863396 1.1g 11320 S 0.0 3.6 45:56.15 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 + 212290 root 20 0 2900136 1.4g 11644 S 0.0 4.6 38:41.64 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 + 579651 root 20 0 0 0 0 I 0.0 0.0 0:37.62 kworker+ + 616537 root 20 0 0 0 0 I 0.0 0.0 0:38.21 kworker+ + 773595 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 773600 powerman 20 0 4028 3560 2072 S 0.0 0.0 0:00.13 powerma+ + 787611 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 794447 root 20 0 5729336 1.5g 13876 S 0.0 4.9 16:03.05 kvm + 794520 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 798955 root 20 0 0 0 0 I 0.0 0.0 0:01.16 kworker+ + 799312 root 20 0 239036 165240 13048 S 0.0 0.5 0:04.24 pvedaem+ + 799315 root 20 0 239132 161940 9748 S 0.0 0.5 0:03.79 pvedaem+ + 805589 root 20 0 239044 165984 13896 S 0.0 0.5 0:02.88 pvedaem+ + 819054 root 20 0 0 0 0 I 0.0 0.0 0:11.73 kworker+ + 829761 root 20 0 0 0 0 I 0.0 0.0 0:11.07 kworker+ + 849057 root 20 0 0 0 0 I 0.0 0.0 0:09.26 kworker+ + 867819 www-data 20 0 99448 56124 3936 S 0.0 0.2 0:00.38 spicepr+ + 867821 root 20 0 79620 2604 2392 S 0.0 0.0 0:01.33 pvefw-l+ + 867827 www-data 20 0 262260 191756 16380 S 0.0 0.6 0:03.89 pveprox+ + 867828 www-data 20 0 267800 196216 15300 S 0.0 0.6 0:04.92 pveprox+ + 867829 www-data 20 0 298368 230608 20544 S 0.0 0.7 0:05.30 pveprox+ + 879739 root 20 0 0 0 0 I 0.0 0.0 0:06.70 kworker+ + 902969 root 20 0 0 0 0 I 0.0 0.0 0:04.18 kworker+ + 907919 root 20 0 0 0 0 I 0.0 0.0 0:03.87 kworker+ + 919707 root 20 0 0 0 0 I 0.0 0.0 0:00.42 kworker+ + 927470 root 20 0 0 0 0 I 0.0 0.0 0:00.16 kworker+ + 929853 root 20 0 0 0 0 I 0.0 0.0 0:00.23 kworker+ + 930228 postfix 20 0 44472 7732 6976 S 0.0 0.0 0:00.00 pickup + 933585 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 935390 root 20 0 0 0 0 I 0.0 0.0 0:01.13 kworker+ + 936096 root 20 0 0 0 0 I 0.0 0.0 0:00.23 kworker+ + 936414 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 939554 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 940598 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+ + 941407 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 941849 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 941913 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 942504 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 943295 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 943613 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 944629 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 945194 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 945256 root 20 0 22328 12736 10192 S 0.0 0.0 0:00.17 systemd + 945257 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 945259 root 20 0 24404 3788 1992 S 0.0 0.0 0:00.00 (sd-pam) + 945264 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 945304 root 20 0 19652 11556 9788 S 0.0 0.0 0:00.01 sshd-se+ + 945311 root 20 0 19908 7420 5376 S 0.0 0.0 0:00.00 sshd-se+ + 945312 root 20 0 7336 3792 3240 S 0.0 0.0 0:00.44 bash + 946123 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 948002 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 948020 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 948252 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 948254 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 948475 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 949623 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 949627 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 949961 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 950095 root 20 0 239044 156248 4216 S 0.0 0.5 0:00.00 task UP+ + 950099 root 20 0 204072 152604 32924 S 0.0 0.5 0:00.72 qm + 950149 root 20 0 5580 2036 1924 S 0.0 0.0 0:00.00 sleep + 950219 root 20 0 7336 2388 1836 S 0.0 0.0 0:00.00 bash + 950220 root 20 0 5588 2088 1972 S 0.0 0.0 0:00.00 head + 950221 root 20 0 10424 5476 3392 R 0.0 0.0 0:00.00 top --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -15303,8 +15445,8 @@ no pools available --- arcstat 1 2 $ arcstat 1 2 time read ddread ddh% dmread dmh% pread ph% size c avail -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 +05:14:18 0 0 0 0 0 0 0 1.9K 1000M 6.9G +05:14:19 0 0 0 0 0 0 0 1.9K 1000M 7.0G --- /proc/net/dev delta (1s) $ awk '{print $1}' /proc/net/dev @@ -15337,10 +15479,6 @@ tap108i0: fwbr108i0: fwpr108p0: fwln108i0: -tap106i0: -fwbr106i0: -fwpr106p0: -fwln106i0: tap100i0: tap101i0: fwbr101i0: @@ -15358,98 +15496,114 @@ tap105i0: fwbr105i0: fwpr105p0: fwln105i0: +tap106i0: +fwbr106i0: +fwpr106p0: +fwln106i0: +tap102i0: +fwbr102i0: +fwpr102p0: +fwln102i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - 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 + lo: 51470189 189665 0 0 0 0 0 0 51470189 189665 0 0 0 0 0 0 + nic0: 8996516464 29155194 0 6317 0 0 0 4206521 9639735568 21452921 0 0 0 0 0 0 + nic1: 132004717091 114040406 0 6316 0 0 0 0 75979061924 94126033 0 33 0 0 0 0 +tailscale0: 143447782 689908 0 0 0 0 0 0 4623781559 408082 0 0 0 0 0 0 + vmbr0: 1000374887 6969390 0 0 0 0 0 3566236 5087330501 1116662 0 0 0 0 0 0 +datanet: 132004178157 114033187 0 5 0 0 0 156745 75416820198 85649506 0 0 0 0 0 0 +tap114i0: 0 0 0 0 0 0 0 0 86 1 0 5273616 0 0 0 0 +fwbr114i0: 493420477 5267474 0 7371 0 0 0 3562441 0 0 0 0 0 0 0 0 +fwpr114p0: 0 0 0 0 0 0 0 0 568498533 5276265 0 0 0 0 0 0 +fwln114i0: 568498533 5276265 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +tap117i0: 11584743 61411 0 0 0 0 0 0 574493503 5323964 0 6622 0 0 0 0 +fwbr117i0: 493391582 5267202 0 7371 0 0 0 3562261 0 0 0 0 0 0 0 0 +fwpr117p0: 11584743 61411 0 0 0 0 0 0 575382771 5332234 0 0 0 0 0 0 +fwln117i0: 575382771 5332234 0 0 0 0 0 0 11584743 61411 0 0 0 0 0 0 +tap109i0: 2280839066 6368317 0 0 0 0 0 0 2404424641 10517130 0 1419 0 0 0 0 +fwbr109i0: 414345919 4420408 0 6295 0 0 0 2977831 0 0 0 0 0 0 0 0 +fwpr109p0: 2280839066 6368317 0 0 0 0 0 0 2404585241 10518674 0 0 0 0 0 0 +fwln109i0: 2404585241 10518674 0 0 0 0 0 0 2280839066 6368317 0 0 0 0 0 0 +tap108i0: 188245167 864737 0 0 0 0 0 0 795641344 5579776 0 71 0 0 0 0 +fwbr108i0: 414302954 4419858 0 6295 0 0 0 2977498 0 0 0 0 0 0 0 0 +fwpr108p0: 188245167 864737 0 0 0 0 0 0 795303806 5571953 0 0 0 0 0 0 +fwln108i0: 795303806 5571953 0 0 0 0 0 0 188245167 864737 0 0 0 0 0 0 +tap100i0: 227637008 1279690 0 0 0 0 0 0 1348288370 6950619 0 1383 0 0 0 0 +tap101i0: 87933000 424163 0 0 0 0 0 0 676227343 5115487 0 6299 0 0 0 0 +fwbr101i0: 414241320 4419031 0 6294 0 0 0 2976963 0 0 0 0 0 0 0 0 +fwpr101p0: 87933000 424163 0 0 0 0 0 0 676933644 5121914 0 0 0 0 0 0 +fwln101i0: 676933644 5121914 0 0 0 0 0 0 87933000 424163 0 0 0 0 0 0 +tap103i0: 17235959 87761 0 0 0 0 0 0 578503078 4544435 0 5188 0 0 0 0 +fwbr103i0: 414187756 4418404 0 6294 0 0 0 2976582 0 0 0 0 0 0 0 0 +fwpr103p0: 17235959 87761 0 0 0 0 0 0 579100124 4549755 0 0 0 0 0 0 +fwln103i0: 579100124 4549755 0 0 0 0 0 0 17235959 87761 0 0 0 0 0 0 +tap104i0: 224876332 1117894 0 0 0 0 0 0 841889487 5925827 0 6583 0 0 0 0 +fwbr104i0: 414164525 4418150 0 6294 0 0 0 2976426 0 0 0 0 0 0 0 0 +fwpr104p0: 224876332 1117894 0 0 0 0 0 0 842627185 5932541 0 0 0 0 0 0 +fwln104i0: 842627185 5932541 0 0 0 0 0 0 224876332 1117894 0 0 0 0 0 0 +tap105i0: 430625704 1881439 0 0 0 0 0 0 2136149212 6175427 0 2165 0 0 0 0 +fwbr105i0: 373446883 3975278 0 5725 0 0 0 2677540 0 0 0 0 0 0 0 0 +fwpr105p0: 430625704 1881439 0 0 0 0 0 0 2136396398 6177720 0 0 0 0 0 0 +fwln105i0: 2136396398 6177720 0 0 0 0 0 0 430625704 1881439 0 0 0 0 0 0 +tap106i0: 461447583 1850616 0 0 0 0 0 0 695038006 2680242 0 0 0 0 0 0 +fwbr106i0: 84443718 897619 0 1225 0 0 0 597708 0 0 0 0 0 0 0 0 +fwpr106p0: 461447583 1850616 0 0 0 0 0 0 695038006 2680242 0 0 0 0 0 0 +fwln106i0: 695038006 2680242 0 0 0 0 0 0 461447583 1850616 0 0 0 0 0 0 +tap102i0: 43144 552 0 0 0 0 0 0 92754694 859197 0 68 0 0 0 0 +fwbr102i0: 80562233 857867 0 1169 0 0 0 571390 0 0 0 0 0 0 0 0 +fwpr102p0: 43144 552 0 0 0 0 0 0 92763320 859269 0 0 0 0 0 0 +fwln102i0: 92763320 859269 0 0 0 0 0 0 43144 552 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: 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 + lo: 51470189 189665 0 0 0 0 0 0 51470189 189665 0 0 0 0 0 0 + nic0: 8996564049 29155396 0 6317 0 0 0 4206561 9639756378 21453035 0 0 0 0 0 0 + nic1: 132004733971 114040581 0 6316 0 0 0 0 75979473990 94126356 0 33 0 0 0 0 +tailscale0: 143447782 689908 0 0 0 0 0 0 4623781559 408082 0 0 0 0 0 0 + vmbr0: 1000378265 6969440 0 0 0 0 0 3566274 5087330501 1116662 0 0 0 0 0 0 +datanet: 132004195037 114033362 0 5 0 0 0 156745 75417232264 85649829 0 0 0 0 0 0 +tap114i0: 0 0 0 0 0 0 0 0 86 1 0 5273665 0 0 0 0 +fwbr114i0: 493423795 5267523 0 7371 0 0 0 3562479 0 0 0 0 0 0 0 0 +fwpr114p0: 0 0 0 0 0 0 0 0 568502537 5276314 0 0 0 0 0 0 +fwln114i0: 568502537 5276314 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +tap117i0: 11584809 61412 0 0 0 0 0 0 574497573 5324014 0 6622 0 0 0 0 +fwbr117i0: 493394900 5267251 0 7371 0 0 0 3562299 0 0 0 0 0 0 0 0 +fwpr117p0: 11584809 61412 0 0 0 0 0 0 575386841 5332284 0 0 0 0 0 0 +fwln117i0: 575386841 5332284 0 0 0 0 0 0 11584809 61412 0 0 0 0 0 0 +tap109i0: 2280844583 6368353 0 0 0 0 0 0 2404441339 10517232 0 1419 0 0 0 0 +fwbr109i0: 414349237 4420457 0 6295 0 0 0 2977869 0 0 0 0 0 0 0 0 +fwpr109p0: 2280844583 6368353 0 0 0 0 0 0 2404601939 10518776 0 0 0 0 0 0 +fwln109i0: 2404601939 10518776 0 0 0 0 0 0 2280844583 6368353 0 0 0 0 0 0 +tap108i0: 188245525 864739 0 0 0 0 0 0 795645706 5579827 0 71 0 0 0 0 +fwbr108i0: 414306272 4419907 0 6295 0 0 0 2977536 0 0 0 0 0 0 0 0 +fwpr108p0: 188245525 864739 0 0 0 0 0 0 795308168 5572004 0 0 0 0 0 0 +fwln108i0: 795308168 5572004 0 0 0 0 0 0 188245525 864739 0 0 0 0 0 0 +tap100i0: 227638050 1279699 0 0 0 0 0 0 1348297837 6950689 0 1383 0 0 0 0 +tap101i0: 87933000 424163 0 0 0 0 0 0 676231347 5115536 0 6299 0 0 0 0 +fwbr101i0: 414244638 4419080 0 6294 0 0 0 2977001 0 0 0 0 0 0 0 0 +fwpr101p0: 87933000 424163 0 0 0 0 0 0 676937648 5121963 0 0 0 0 0 0 +fwln101i0: 676937648 5121963 0 0 0 0 0 0 87933000 424163 0 0 0 0 0 0 +tap103i0: 17235959 87761 0 0 0 0 0 0 578507082 4544484 0 5188 0 0 0 0 +fwbr103i0: 414191074 4418453 0 6294 0 0 0 2976620 0 0 0 0 0 0 0 0 +fwpr103p0: 17235959 87761 0 0 0 0 0 0 579104128 4549804 0 0 0 0 0 0 +fwln103i0: 579104128 4549804 0 0 0 0 0 0 17235959 87761 0 0 0 0 0 0 +tap104i0: 224876504 1117895 0 0 0 0 0 0 841897294 5925886 0 6583 0 0 0 0 +fwbr104i0: 414167843 4418199 0 6294 0 0 0 2976464 0 0 0 0 0 0 0 0 +fwpr104p0: 224876504 1117895 0 0 0 0 0 0 842634992 5932600 0 0 0 0 0 0 +fwln104i0: 842634992 5932600 0 0 0 0 0 0 224876504 1117895 0 0 0 0 0 0 +tap105i0: 430627440 1881448 0 0 0 0 0 0 2136156452 6175486 0 2165 0 0 0 0 +fwbr105i0: 373450201 3975327 0 5725 0 0 0 2677578 0 0 0 0 0 0 0 0 +fwpr105p0: 430627440 1881448 0 0 0 0 0 0 2136403638 6177779 0 0 0 0 0 0 +fwln105i0: 2136403638 6177779 0 0 0 0 0 0 430627440 1881448 0 0 0 0 0 0 +tap106i0: 461458959 1850672 0 0 0 0 0 0 695059320 2680346 0 0 0 0 0 0 +fwbr106i0: 84447036 897668 0 1225 0 0 0 597746 0 0 0 0 0 0 0 0 +fwpr106p0: 461458959 1850672 0 0 0 0 0 0 695059320 2680346 0 0 0 0 0 0 +fwln106i0: 695059320 2680346 0 0 0 0 0 0 461458959 1850672 0 0 0 0 0 0 +tap102i0: 43144 552 0 0 0 0 0 0 92758698 859246 0 68 0 0 0 0 +fwbr102i0: 80565551 857916 0 1169 0 0 0 571428 0 0 0 0 0 0 0 0 +fwpr102p0: 43144 552 0 0 0 0 0 0 92767324 859318 0 0 0 0 0 0 +fwln102i0: 92767324 859318 0 0 0 0 0 0 43144 552 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -15538,9 +15692,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - 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 + Local time: Wed 2026-07-29 05:14:20 CDT + Universal time: Wed 2026-07-29 10:14:20 UTC + RTC time: Wed 2026-07-29 10:14:20 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -15550,26 +15704,26 @@ System clock synchronized: yes $ chronyc tracking 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 +Ref time (UTC) : Wed Jul 29 09:57:01 2026 +System time : 0.000300996 seconds fast of NTP time +Last offset : +0.000060277 seconds +RMS offset : 0.000328460 seconds +Frequency : 3.470 ppm slow +Residual freq : +0.001 ppm +Skew : 0.029 ppm +Root delay : 0.030128814 seconds +Root dispersion : 0.002714200 seconds +Update interval : 1026.7 seconds Leap status : Normal --- chronyc sources $ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== -^+ 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 +^+ time-usw5.crimpac.net 2 10 377 709 -1710us[-1710us] +/- 25ms +^+ 216-144-228-179-host.col> 2 10 377 157 +730us[ +730us] +/- 29ms +^* time.cloudflare.com 3 10 377 1040 +1336us[+1396us] +/- 16ms +^+ c540ab0ef3.dorkhost.com 2 10 377 867 -2433us[-2433us] +/- 32ms --- ntpq peers $ ntpq -pn @@ -15592,39 +15746,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:48 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:14:21 2026 *raw -:PREROUTING ACCEPT [56815310:57914671332] -:OUTPUT ACCEPT [22908610:35235944586] +:PREROUTING ACCEPT [136766969:135223323350] +:OUTPUT ACCEPT [57295673:82400710690] COMMIT -# Completed on Mon Jul 27 21:55:48 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:48 2026 +# Completed on Wed Jul 29 05:14:21 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:14:21 2026 *mangle -:PREROUTING ACCEPT [56815382:57914687809] -:INPUT ACCEPT [48245791:56852463707] +:PREROUTING ACCEPT [136767041:135223339827] +:INPUT ACCEPT [116591316:132730982282] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [22908638:35235950484] -:POSTROUTING ACCEPT [22908638:35235950484] +:OUTPUT ACCEPT [57295701:82400716588] +:POSTROUTING ACCEPT [57295701:82400716588] -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 21:55:48 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:48 2026 +# Completed on Wed Jul 29 05:14:21 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:14:21 2026 *nat -:PREROUTING ACCEPT [8083253:955890804] -:INPUT ACCEPT [73155:18286340] -:OUTPUT ACCEPT [156708:10292326] -:POSTROUTING ACCEPT [156708:10292326] +:PREROUTING ACCEPT [19057728:2248151234] +:INPUT ACCEPT [168787:44687288] +:OUTPUT ACCEPT [365990:23933234] +:POSTROUTING ACCEPT [365990:23933234] :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 21:55:48 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:48 2026 +# Completed on Wed Jul 29 05:14:21 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:14:21 2026 *filter -:INPUT ACCEPT [47234750:56631001252] +:INPUT ACCEPT [115009588:132355275620] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [22908759:35235962380] +:OUTPUT ACCEPT [57295822:82400728484] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -15639,7 +15793,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 21:55:48 2026 +# Completed on Wed Jul 29 05:14:21 2026 --- ipset list (names) $ ipset list -n @@ -15790,44 +15944,46 @@ 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 - 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 + 148819 root 4910276 9762540 6.5 14.9 kvm + 149139 root 4178176 8728776 6.5 12.7 kvm + 148662 root 2137148 2749720 2.8 6.5 kvm + 787544 root 1953396 5562264 11.9 5.9 kvm + 794447 root 1621876 5729336 3.1 4.9 kvm + 212290 root 1519492 2900136 1.5 4.6 kvm + 149467 root 1485948 2854784 1.6 4.5 kvm + 149583 root 1189988 2863396 1.7 3.6 kvm + 2457 root 848492 5082712 0.7 2.5 kvm + 149214 root 694872 2769412 0.9 2.1 kvm --- top 10 CPU hogs $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 PID USER %CPU %MEM RSS COMMAND - 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 + 787544 root 11.9 5.9 1953396 kvm + 148819 root 6.5 14.9 4910276 kvm + 149139 root 6.5 12.7 4178176 kvm + 950253 root 3.9 0.0 7848 systemd-timedat + 794447 root 3.1 4.9 1621876 kvm + 950099 root 3.0 0.4 152604 qm + 148662 root 2.8 6.5 2137148 kvm + 2388 root 2.4 1.4 487736 kvm + 149583 root 1.7 3.6 1189988 kvm + 149467 root 1.6 4.5 1485948 kvm --- 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=194 systemd + 1 fd=198 systemd +149139 fd=126 kvm 148819 fd=123 kvm 2457 fd=117 kvm 148662 fd=116 kvm +149214 fd=115 kvm 2388 fd=112 kvm 1227 fd=94 master 709 fd=58 dbus-daemon - 340 fd=52 systemd-journal + 340 fd=54 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 @@ -15882,6 +16038,7 @@ done [ "$hits" = "0" ] && echo " all carrier-up interfaces have MTU 9000 (or none are up)" datanet : mtu=1500 fwbr101i0 : mtu=1500 + fwbr102i0 : mtu=1500 fwbr103i0 : mtu=1500 fwbr104i0 : mtu=1500 fwbr105i0 : mtu=1500 @@ -15891,6 +16048,7 @@ done fwbr114i0 : mtu=1500 fwbr117i0 : mtu=1500 fwln101i0 : mtu=1500 + fwln102i0 : mtu=1500 fwln103i0 : mtu=1500 fwln104i0 : mtu=1500 fwln105i0 : mtu=1500 @@ -15900,6 +16058,7 @@ done fwln114i0 : mtu=1500 fwln117i0 : mtu=1500 fwpr101p0 : mtu=1500 + fwpr102p0 : mtu=1500 fwpr103p0 : mtu=1500 fwpr104p0 : mtu=1500 fwpr105p0 : mtu=1500 @@ -15912,6 +16071,7 @@ done nic1 : mtu=1500 tap100i0 : mtu=1500 tap101i0 : mtu=1500 + tap102i0 : mtu=1500 tap103i0 : mtu=1500 tap104i0 : mtu=1500 tap105i0 : mtu=1500 @@ -16089,6 +16249,6 @@ echo " (see section 20 for full smartctl/nvme output)" ############################################################################### # Collection complete: pfv-tsys1 # Output: /root/pfv-tsys1.log -# Size: 951506 bytes / 16087 lines -# Elapsed: 324 seconds +# Size: 991689 bytes / 16247 lines +# Elapsed: 325 seconds ############################################################################### diff --git a/returned-logs/pfv-tsys3.log b/returned-logs/pfv-tsys3.log index faf3512..b647fbd 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-28T02:50:35Z (UTC) +# Collected: 2026-07-29T10:09:07Z (UTC) # Kernel: 7.0.14-6-pve # Machine: x86_64 GNU/Linux # Caller: root (uid=0) @@ -317,7 +317,7 @@ spl 151552 1 zfs vhost_net 36864 1 vhost 69632 1 vhost_net vhost_iotlb 16384 1 vhost -tcp_bbr 24576 24 +tcp_bbr 24576 30 nvme_fabrics 36864 0 dm_thin_pool 94208 1 dm_persistent_data 118784 1 dm_thin_pool @@ -351,11 +351,11 @@ BUG_REPORT_URL="https://bugs.debian.org/" --- uptime $ uptime - 21:50:37 up 13:43, 1 user, load average: 0.09, 0.04, 0.01 + 05:09:09 up 1 day, 21:02, 1 user, load average: 0.18, 0.25, 0.34 --- uptime raw (since boot) $ cat /proc/uptime -49412.51 387640.21 +162124.59 1271670.39 --- last reboot $ last -x reboot @@ -1376,7 +1376,7 @@ L3 8M 8M 16 Unified 3 8192 1 64 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 0 free: 27726 MB node distances: node 0 0: 10 @@ -2386,7 +2386,7 @@ done | sort | uniq -c done affected_cpus = 0 base_frequency = 2900000 -cpuinfo_avg_freq = 3517436 +cpuinfo_avg_freq = 3507402 cpuinfo_max_freq = 3800000 cpuinfo_min_freq = 800000 cpuinfo_transition_latency = 0 @@ -2394,7 +2394,7 @@ energy_performance_available_preferences = default performance balance_performan energy_performance_preference = performance related_cpus = 0 scaling_available_governors = performance powersave -scaling_cur_freq = 3550212 +scaling_cur_freq = 3534950 scaling_driver = intel_pstate scaling_governor = performance scaling_max_freq = 3800000 @@ -2433,10 +2433,10 @@ default performance balance_performance balance_power power --- cpupower frequency-info $ cpupower frequency-info -analyzing CPU 6: +analyzing CPU 3: 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: 3 + CPUs which need to have their frequency coordinated by software: 3 maximum transition latency: Cannot determine or is not supported. hardware limits: 800 MHz - 3.80 GHz available cpufreq governors: performance powersave @@ -2444,24 +2444,24 @@ analyzing CPU 6: The governor "performance" may decide which speed to use within this range. current CPU frequency: Unable to call hardware - current CPU frequency: 3.49 GHz (asserted by call to kernel) + current CPU frequency: 3.58 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.002068 sec +1.002214 sec Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp -- - 0.26 3606 2904 636 42 42 -0 0 0.32 3653 2904 60 42 42 -0 4 0.27 3636 2904 128 -1 1 0.22 3607 2904 75 42 -1 5 0.32 3519 2904 105 -2 2 0.05 3639 2904 12 41 -2 6 0.35 3607 2904 77 -3 3 0.26 3615 2904 86 40 -3 7 0.28 3607 2904 93 +- - 0.50 3522 2904 999 44 44 +0 0 0.42 3548 2904 74 43 44 +0 4 0.73 3532 2904 228 +1 1 0.60 3597 2904 175 44 +1 5 0.43 3534 2904 74 +2 2 0.36 3400 2904 81 43 +2 6 0.50 3513 2904 124 +3 3 0.45 3476 2904 90 42 +3 7 0.52 3525 2904 153 --- x86_energy_perf_policy -r $ x86_energy_perf_policy -r @@ -2500,10 +2500,10 @@ cpu7: HWP_CAP: low 1 eff 9 guar 29 high 38 "$(cat "$s/latency" 2>/dev/null)" \ "$(cat "$s/time" 2>/dev/null)" done - 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 + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=314221us + C1 : MWAIT 0x00 disabled=0 latency=2us residency=40659705us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=468057189us + C3 : MWAIT 0x10 disabled=0 latency=70us residency=160406300509us 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=824045us @@ -2528,1939 +2528,917 @@ always defer defer+madvise [madvise] never --- microcode $ dmesg -[ 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 +[82392.901462] audit: type=1400 audit(1785240018.135:1079): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82392.903722] audit: type=1400 audit(1785240018.137:1080): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82392.944398] audit: type=1400 audit(1785240018.177:1081): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82636.895655] audit: type=1400 audit(1785240262.130:1082): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82636.898737] audit: type=1400 audit(1785240262.133:1083): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82636.939748] audit: type=1400 audit(1785240262.174:1084): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82879.615451] audit: type=1400 audit(1785240504.852:1085): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82879.617885] audit: type=1400 audit(1785240504.854:1086): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82879.653273] audit: type=1400 audit(1785240504.889:1087): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83129.646214] audit: type=1400 audit(1785240754.884:1088): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83129.648445] audit: type=1400 audit(1785240754.886:1089): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83129.689587] audit: type=1400 audit(1785240754.926:1090): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83428.522115] audit: type=1400 audit(1785241053.762:1091): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83428.524384] audit: type=1400 audit(1785241053.764:1092): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83428.565323] audit: type=1400 audit(1785241053.805:1093): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83678.296002] audit: type=1400 audit(1785241303.537:1094): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83678.298121] audit: type=1400 audit(1785241303.540:1095): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83678.339807] audit: type=1400 audit(1785241303.581:1096): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83908.720033] audit: type=1400 audit(1785241533.962:1097): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83908.722201] audit: type=1400 audit(1785241533.965:1098): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83908.757831] audit: type=1400 audit(1785241534.000:1099): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84155.460721] audit: type=1400 audit(1785241780.705:1100): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84155.464351] audit: type=1400 audit(1785241780.709:1101): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84155.505280] audit: type=1400 audit(1785241780.749:1102): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84419.520828] audit: type=1400 audit(1785242044.766:1103): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84419.522599] audit: type=1400 audit(1785242044.768:1104): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84419.563859] audit: type=1400 audit(1785242044.809:1105): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84657.414809] audit: type=1400 audit(1785242282.662:1106): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84657.415501] audit: type=1400 audit(1785242282.662:1107): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84657.456281] audit: type=1400 audit(1785242282.703:1108): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84934.963716] audit: type=1400 audit(1785242560.211:1109): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84934.966643] audit: type=1400 audit(1785242560.215:1110): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84935.008138] audit: type=1400 audit(1785242560.256:1111): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85166.131558] audit: type=1400 audit(1785242791.382:1112): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85166.133783] audit: type=1400 audit(1785242791.384:1113): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85166.174803] audit: type=1400 audit(1785242791.425:1114): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85424.102019] audit: type=1400 audit(1785243049.353:1115): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85424.104394] audit: type=1400 audit(1785243049.356:1116): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85424.145637] audit: type=1400 audit(1785243049.396:1117): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85706.444416] audit: type=1400 audit(1785243331.698:1118): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85706.446650] audit: type=1400 audit(1785243331.700:1119): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85706.482385] audit: type=1400 audit(1785243331.736:1120): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85944.516901] audit: type=1400 audit(1785243569.772:1121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85944.518819] audit: type=1400 audit(1785243569.774:1122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85944.562565] audit: type=1400 audit(1785243569.817:1123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86196.848933] audit: type=1400 audit(1785243822.105:1124): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86196.850795] audit: type=1400 audit(1785243822.107:1125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86196.891970] audit: type=1400 audit(1785243822.148:1126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86464.949618] audit: type=1400 audit(1785244090.208:1127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86464.951576] audit: type=1400 audit(1785244090.210:1128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86464.992213] audit: type=1400 audit(1785244090.250:1129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86714.194645] audit: type=1400 audit(1785244339.454:1130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86714.196971] audit: type=1400 audit(1785244339.456:1131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86714.233272] audit: type=1400 audit(1785244339.493:1132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86966.103890] audit: type=1400 audit(1785244591.365:1133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86966.106094] audit: type=1400 audit(1785244591.367:1134): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86966.146917] audit: type=1400 audit(1785244591.408:1135): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87257.447916] audit: type=1400 audit(1785244882.711:1136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87257.450454] audit: type=1400 audit(1785244882.714:1137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87257.485509] audit: type=1400 audit(1785244882.748:1138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87514.396625] audit: type=1400 audit(1785245139.661:1139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87514.398937] audit: type=1400 audit(1785245139.663:1140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87514.439968] audit: type=1400 audit(1785245139.704:1141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87750.150911] audit: type=1400 audit(1785245375.417:1142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87750.153155] audit: type=1400 audit(1785245375.420:1143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87750.193648] audit: type=1400 audit(1785245375.459:1144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87977.763990] audit: type=1400 audit(1785245603.031:1145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87977.766244] audit: type=1400 audit(1785245603.034:1146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87977.808356] audit: type=1400 audit(1785245603.076:1147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88252.020647] audit: type=1400 audit(1785245877.290:1148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88252.022961] audit: type=1400 audit(1785245877.292:1149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88252.059243] audit: type=1400 audit(1785245877.328:1150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88481.371525] audit: type=1400 audit(1785246106.642:1151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88481.373732] audit: type=1400 audit(1785246106.644:1152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88481.415487] audit: type=1400 audit(1785246106.686:1153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88739.084108] audit: type=1400 audit(1785246364.357:1154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88739.086691] audit: type=1400 audit(1785246364.359:1155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88739.126839] audit: type=1400 audit(1785246364.399:1156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88969.164380] audit: type=1400 audit(1785246594.438:1157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88969.166548] audit: type=1400 audit(1785246594.440:1158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88969.206997] audit: type=1400 audit(1785246594.480:1159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89261.158505] audit: type=1400 audit(1785246886.434:1160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89261.160850] audit: type=1400 audit(1785246886.436:1161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89261.201820] audit: type=1400 audit(1785246886.477:1162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89562.075600] audit: type=1400 audit(1785247187.353:1163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89562.077905] audit: type=1400 audit(1785247187.355:1164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89562.113591] audit: type=1400 audit(1785247187.390:1165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89793.258833] audit: type=1400 audit(1785247418.537:1166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89793.261147] audit: type=1400 audit(1785247418.540:1167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89793.302481] audit: type=1400 audit(1785247418.581:1168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90080.683120] audit: type=1400 audit(1785247705.964:1169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90080.685495] audit: type=1400 audit(1785247705.966:1170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90080.725764] audit: type=1400 audit(1785247706.006:1171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90344.289148] audit: type=1400 audit(1785247969.571:1172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90344.291143] audit: type=1400 audit(1785247969.573:1173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90344.332016] audit: type=1400 audit(1785247969.613:1174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90581.486709] audit: type=1400 audit(1785248206.770:1175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90581.488930] audit: type=1400 audit(1785248206.772:1176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90581.529611] audit: type=1400 audit(1785248206.813:1177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90864.417639] audit: type=1400 audit(1785248489.703:1178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90864.419884] audit: type=1400 audit(1785248489.705:1179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90864.454946] audit: type=1400 audit(1785248489.740:1180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91092.090251] audit: type=1400 audit(1785248717.376:1181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91092.091991] audit: type=1400 audit(1785248717.378:1182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91092.133310] audit: type=1400 audit(1785248717.419:1183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91375.630142] audit: type=1400 audit(1785249000.918:1184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91375.632556] audit: type=1400 audit(1785249000.920:1185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91375.676437] audit: type=1400 audit(1785249000.964:1186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91644.801479] audit: type=1400 audit(1785249270.091:1187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91644.803859] audit: type=1400 audit(1785249270.093:1188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91644.842200] audit: type=1400 audit(1785249270.132:1189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91895.285913] audit: type=1400 audit(1785249520.577:1190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91895.288023] audit: type=1400 audit(1785249520.579:1191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91895.329492] audit: type=1400 audit(1785249520.620:1192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92149.119824] audit: type=1400 audit(1785249774.412:1193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92149.122037] audit: type=1400 audit(1785249774.414:1194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92149.162891] audit: type=1400 audit(1785249774.455:1195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92439.675997] audit: type=1400 audit(1785250064.970:1196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92439.677305] audit: type=1400 audit(1785250064.972:1197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92439.712202] audit: type=1400 audit(1785250065.006:1198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92700.129702] audit: type=1400 audit(1785250325.426:1199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92700.131942] audit: type=1400 audit(1785250325.428:1200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92700.167331] audit: type=1400 audit(1785250325.463:1201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92726.234640] perf: interrupt took too long (2545 > 2500), lowering kernel.perf_event_max_sample_rate to 78000 +[92926.615371] audit: type=1400 audit(1785250551.913:1202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92926.617619] audit: type=1400 audit(1785250551.915:1203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92926.659223] audit: type=1400 audit(1785250551.956:1204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93208.062243] audit: type=1400 audit(1785250833.362:1205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93208.064531] audit: type=1400 audit(1785250833.364:1206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93208.104840] audit: type=1400 audit(1785250833.404:1207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93438.731423] audit: type=1400 audit(1785251064.032:1208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93438.733585] audit: type=1400 audit(1785251064.034:1209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93438.774942] audit: type=1400 audit(1785251064.075:1210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93666.427060] audit: type=1400 audit(1785251291.729:1211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93666.429321] audit: type=1400 audit(1785251291.732:1212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93666.464560] audit: type=1400 audit(1785251291.766:1213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93947.514338] audit: type=1400 audit(1785251572.818:1214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93947.516536] audit: type=1400 audit(1785251572.820:1215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93947.557404] audit: type=1400 audit(1785251572.861:1216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94212.985373] audit: type=1400 audit(1785251838.291:1217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94212.987661] audit: type=1400 audit(1785251838.293:1218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94213.027778] audit: type=1400 audit(1785251838.333:1219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94497.678102] audit: type=1400 audit(1785252122.986:1220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94497.680323] audit: type=1400 audit(1785252122.988:1221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94497.716346] audit: type=1400 audit(1785252123.023:1222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94798.494493] audit: type=1400 audit(1785252423.803:1223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94798.496231] audit: type=1400 audit(1785252423.804:1224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94798.531027] audit: type=1400 audit(1785252423.839:1225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95036.102123] audit: type=1400 audit(1785252661.413:1226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95036.104504] audit: type=1400 audit(1785252661.415:1227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95036.145588] audit: type=1400 audit(1785252661.456:1228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95320.042336] audit: type=1400 audit(1785252945.355:1229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95320.044580] audit: type=1400 audit(1785252945.357:1230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95320.084575] audit: type=1400 audit(1785252945.396:1231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95558.654881] audit: type=1400 audit(1785253183.968:1232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95558.657011] audit: type=1400 audit(1785253183.970:1233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95558.696657] audit: type=1400 audit(1785253184.010:1234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95855.678826] audit: type=1400 audit(1785253480.994:1235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95855.680874] audit: type=1400 audit(1785253480.996:1236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95855.721536] audit: type=1400 audit(1785253481.036:1237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96153.395096] audit: type=1400 audit(1785253778.713:1238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96153.397397] audit: type=1400 audit(1785253778.715:1239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96153.433143] audit: type=1400 audit(1785253778.750:1240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96418.477490] audit: type=1400 audit(1785254043.796:1241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96418.479645] audit: type=1400 audit(1785254043.798:1242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96418.520896] audit: type=1400 audit(1785254043.839:1243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96676.759735] audit: type=1400 audit(1785254302.080:1244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96676.761817] audit: type=1400 audit(1785254302.082:1245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96676.797762] audit: type=1400 audit(1785254302.118:1246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96976.084098] audit: type=1400 audit(1785254601.406:1247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96976.086201] audit: type=1400 audit(1785254601.409:1248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96976.127797] audit: type=1400 audit(1785254601.449:1249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97203.625351] audit: type=1400 audit(1785254828.949:1250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97203.627662] audit: type=1400 audit(1785254828.951:1251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97203.668373] audit: type=1400 audit(1785254828.991:1252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97453.744506] audit: type=1400 audit(1785255079.069:1253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97453.747457] audit: type=1400 audit(1785255079.072:1254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97453.782299] audit: type=1400 audit(1785255079.107:1255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97735.288222] audit: type=1400 audit(1785255360.615:1256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97735.290360] audit: type=1400 audit(1785255360.617:1257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97735.335146] audit: type=1400 audit(1785255360.661:1258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98013.569913] audit: type=1400 audit(1785255638.898:1259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98013.573814] audit: type=1400 audit(1785255638.902:1260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98013.614431] audit: type=1400 audit(1785255638.942:1261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98288.555578] audit: type=1400 audit(1785255913.885:1262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98288.557742] audit: type=1400 audit(1785255913.887:1263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98288.600840] audit: type=1400 audit(1785255913.930:1264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98537.789130] audit: type=1400 audit(1785256163.120:1265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98537.791350] audit: type=1400 audit(1785256163.123:1266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98537.832398] audit: type=1400 audit(1785256163.163:1267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98800.391790] audit: type=1400 audit(1785256425.724:1268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98800.394075] audit: type=1400 audit(1785256425.726:1269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98800.435224] audit: type=1400 audit(1785256425.768:1270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99053.400900] audit: type=1400 audit(1785256678.735:1271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99053.403092] audit: type=1400 audit(1785256678.737:1272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99053.438375] audit: type=1400 audit(1785256678.772:1273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99354.265715] audit: type=1400 audit(1785256979.602:1274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99354.267889] audit: type=1400 audit(1785256979.604:1275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99354.303539] audit: type=1400 audit(1785256979.639:1276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99629.707018] audit: type=1400 audit(1785257255.044:1277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99629.709235] audit: type=1400 audit(1785257255.047:1278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99629.749287] audit: type=1400 audit(1785257255.087:1279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99893.995299] audit: type=1400 audit(1785257519.335:1280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99893.997368] audit: type=1400 audit(1785257519.337:1281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99894.032718] audit: type=1400 audit(1785257519.372:1282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100145.711550] audit: type=1400 audit(1785257771.052:1283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100145.713491] audit: type=1400 audit(1785257771.054:1284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100145.748772] audit: type=1400 audit(1785257771.089:1285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100446.249379] audit: type=1400 audit(1785258071.592:1286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100446.251431] audit: type=1400 audit(1785258071.594:1287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100446.286662] audit: type=1400 audit(1785258071.629:1288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100698.859051] audit: type=1400 audit(1785258324.203:1289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100698.861298] audit: type=1400 audit(1785258324.206:1290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100698.901804] audit: type=1400 audit(1785258324.246:1291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100937.786344] audit: type=1400 audit(1785258563.132:1292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100937.789230] audit: type=1400 audit(1785258563.135:1293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100937.825348] audit: type=1400 audit(1785258563.171:1294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101235.085776] audit: type=1400 audit(1785258860.433:1295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101235.088103] audit: type=1400 audit(1785258860.435:1296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101235.129327] audit: type=1400 audit(1785258860.476:1297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101479.138195] audit: type=1400 audit(1785259104.487:1298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101479.140453] audit: type=1400 audit(1785259104.489:1299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101479.181255] audit: type=1400 audit(1785259104.530:1300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101736.282529] audit: type=1400 audit(1785259361.633:1301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101736.284618] audit: type=1400 audit(1785259361.635:1302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101736.320716] audit: type=1400 audit(1785259361.671:1303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102009.906968] audit: type=1400 audit(1785259635.259:1304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102009.908960] audit: type=1400 audit(1785259635.261:1305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102009.944098] audit: type=1400 audit(1785259635.296:1306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102237.772975] audit: type=1400 audit(1785259863.126:1307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102237.775296] audit: type=1400 audit(1785259863.129:1308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102237.816380] audit: type=1400 audit(1785259863.169:1309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102512.479792] audit: type=1400 audit(1785260137.835:1310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102512.482038] audit: type=1400 audit(1785260137.837:1311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102512.522890] audit: type=1400 audit(1785260137.878:1312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102787.556467] audit: type=1400 audit(1785260412.913:1313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102787.558757] audit: type=1400 audit(1785260412.915:1314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102787.599077] audit: type=1400 audit(1785260412.955:1315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103064.782665] audit: type=1400 audit(1785260690.141:1316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103064.784873] audit: type=1400 audit(1785260690.143:1317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103064.825869] audit: type=1400 audit(1785260690.184:1318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103358.666616] audit: type=1400 audit(1785260984.026:1319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103358.668720] audit: type=1400 audit(1785260984.028:1320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103358.703934] audit: type=1400 audit(1785260984.063:1321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103650.075786] audit: type=1400 audit(1785261275.437:1322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103650.078129] audit: type=1400 audit(1785261275.440:1323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103650.119150] audit: type=1400 audit(1785261275.480:1324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103890.698899] audit: type=1400 audit(1785261516.062:1325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103890.700771] audit: type=1400 audit(1785261516.063:1326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103890.742845] audit: type=1400 audit(1785261516.106:1327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104123.743169] audit: type=1400 audit(1785261749.108:1328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104123.745414] audit: type=1400 audit(1785261749.110:1329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104123.786500] audit: type=1400 audit(1785261749.151:1330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104387.347411] audit: type=1400 audit(1785262012.713:1331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104387.349171] audit: type=1400 audit(1785262012.715:1332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104387.384125] audit: type=1400 audit(1785262012.749:1333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104688.329129] audit: type=1400 audit(1785262313.697:1334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104688.331399] audit: type=1400 audit(1785262313.699:1335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104688.366354] audit: type=1400 audit(1785262313.734:1336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104969.221705] audit: type=1400 audit(1785262594.591:1337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104969.223326] audit: type=1400 audit(1785262594.592:1338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104969.264564] audit: type=1400 audit(1785262594.634:1339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105269.231096] audit: type=1400 audit(1785262894.603:1340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105269.233323] audit: type=1400 audit(1785262894.605:1341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105269.274674] audit: type=1400 audit(1785262894.645:1342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105530.560753] audit: type=1400 audit(1785263155.933:1343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105530.563026] audit: type=1400 audit(1785263155.935:1344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105530.604578] audit: type=1400 audit(1785263155.977:1345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105798.496624] audit: type=1400 audit(1785263423.871:1346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105798.499279] audit: type=1400 audit(1785263423.874:1347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105798.540079] audit: type=1400 audit(1785263423.914:1348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106047.867240] audit: type=1400 audit(1785263673.243:1349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106047.869032] audit: type=1400 audit(1785263673.244:1350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106047.909640] audit: type=1400 audit(1785263673.285:1351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106298.909410] audit: type=1400 audit(1785263924.286:1352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106298.911373] audit: type=1400 audit(1785263924.288:1353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106298.946232] audit: type=1400 audit(1785263924.323:1354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106547.309270] audit: type=1400 audit(1785264172.688:1355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106547.311454] audit: type=1400 audit(1785264172.689:1356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106547.352876] audit: type=1400 audit(1785264172.731:1357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106776.461610] audit: type=1400 audit(1785264401.841:1358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106776.463827] audit: type=1400 audit(1785264401.843:1359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106776.498457] audit: type=1400 audit(1785264401.878:1360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107071.771425] audit: type=1400 audit(1785264697.152:1361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107071.773669] audit: type=1400 audit(1785264697.154:1362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107071.815124] audit: type=1400 audit(1785264697.195:1363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107332.747765] audit: type=1400 audit(1785264958.130:1364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107332.757148] audit: type=1400 audit(1785264958.140:1365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107332.792438] audit: type=1400 audit(1785264958.174:1366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107604.531335] audit: type=1400 audit(1785265229.915:1367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107604.532677] audit: type=1400 audit(1785265229.916:1368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107604.573971] audit: type=1400 audit(1785265229.957:1369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107856.629555] audit: type=1400 audit(1785265482.015:1370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107856.631838] audit: type=1400 audit(1785265482.017:1371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107856.673370] audit: type=1400 audit(1785265482.058:1372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108098.648907] audit: type=1400 audit(1785265724.035:1373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108098.651153] audit: type=1400 audit(1785265724.037:1374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108098.685821] audit: type=1400 audit(1785265724.072:1375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108325.796731] audit: type=1400 audit(1785265951.184:1376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108325.799075] audit: type=1400 audit(1785265951.186:1377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108325.837151] audit: type=1400 audit(1785265951.224:1378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108595.290563] audit: type=1400 audit(1785266220.679:1379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108595.292943] audit: type=1400 audit(1785266220.681:1380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108595.333134] audit: type=1400 audit(1785266220.721:1381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108844.064634] audit: type=1400 audit(1785266469.455:1382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108844.066701] audit: type=1400 audit(1785266469.457:1383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108844.108157] audit: type=1400 audit(1785266469.498:1384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109083.987326] audit: type=1400 audit(1785266709.379:1385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109083.989186] audit: type=1400 audit(1785266709.381:1386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109084.024036] audit: type=1400 audit(1785266709.415:1387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109351.256331] audit: type=1400 audit(1785266976.650:1388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109351.258679] audit: type=1400 audit(1785266976.652:1389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109351.299694] audit: type=1400 audit(1785266976.693:1390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109608.774521] audit: type=1400 audit(1785267234.169:1391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109608.776950] audit: type=1400 audit(1785267234.171:1392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109608.818092] audit: type=1400 audit(1785267234.212:1393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109841.738440] audit: type=1400 audit(1785267467.134:1394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109841.740492] audit: type=1400 audit(1785267467.136:1395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109841.775587] audit: type=1400 audit(1785267467.171:1396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110118.459116] audit: type=1400 audit(1785267743.856:1397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110118.461308] audit: type=1400 audit(1785267743.858:1398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110118.501299] audit: type=1400 audit(1785267743.898:1399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110352.786690] audit: type=1400 audit(1785267978.184:1400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110352.788944] audit: type=1400 audit(1785267978.186:1401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110352.829948] audit: type=1400 audit(1785267978.227:1402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110600.253399] audit: type=1400 audit(1785268225.652:1403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110600.255307] audit: type=1400 audit(1785268225.654:1404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110600.296552] audit: type=1400 audit(1785268225.695:1405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110865.036578] audit: type=1400 audit(1785268490.436:1406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110865.038879] audit: type=1400 audit(1785268490.438:1407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110865.082097] audit: type=1400 audit(1785268490.481:1408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111130.231324] audit: type=1400 audit(1785268755.632:1409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111130.233456] audit: type=1400 audit(1785268755.634:1410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111130.269782] audit: type=1400 audit(1785268755.670:1411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111384.367655] audit: type=1400 audit(1785269009.769:1412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111384.369875] audit: type=1400 audit(1785269009.771:1413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111384.410478] audit: type=1400 audit(1785269009.812:1414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111627.329788] audit: type=1400 audit(1785269252.732:1415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111627.332176] audit: type=1400 audit(1785269252.735:1416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111627.373424] audit: type=1400 audit(1785269252.776:1417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111880.211797] audit: type=1400 audit(1785269505.615:1418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111880.214108] audit: type=1400 audit(1785269505.618:1419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111880.254131] audit: type=1400 audit(1785269505.657:1420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112156.639592] audit: type=1400 audit(1785269782.044:1421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112156.641786] audit: type=1400 audit(1785269782.046:1422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112156.676836] audit: type=1400 audit(1785269782.081:1423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112402.409330] audit: type=1400 audit(1785270027.815:1424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112402.411475] audit: type=1400 audit(1785270027.817:1425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112402.446892] audit: type=1400 audit(1785270027.852:1426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112629.619397] audit: type=1400 audit(1785270255.026:1427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112629.621546] audit: type=1400 audit(1785270255.028:1428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112629.656613] audit: type=1400 audit(1785270255.063:1429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112872.657976] audit: type=1400 audit(1785270498.065:1430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112872.660197] audit: type=1400 audit(1785270498.068:1431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112872.701282] audit: type=1400 audit(1785270498.109:1432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113173.929529] audit: type=1400 audit(1785270799.338:1433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113173.931880] audit: type=1400 audit(1785270799.340:1434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113173.972331] audit: type=1400 audit(1785270799.381:1435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113400.996513] audit: type=1400 audit(1785271026.406:1436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113400.998586] audit: type=1400 audit(1785271026.408:1437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113401.039935] audit: type=1400 audit(1785271026.449:1438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113700.974896] audit: type=1400 audit(1785271326.386:1439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113700.977141] audit: type=1400 audit(1785271326.388:1440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113701.018544] audit: type=1400 audit(1785271326.429:1441): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113952.701722] audit: type=1400 audit(1785271578.114:1442): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113952.703435] audit: type=1400 audit(1785271578.115:1443): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113952.737826] audit: type=1400 audit(1785271578.150:1444): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114245.036461] audit: type=1400 audit(1785271870.450:1445): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114245.038604] audit: type=1400 audit(1785271870.452:1446): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114245.079851] audit: type=1400 audit(1785271870.493:1447): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114535.813285] audit: type=1400 audit(1785272161.228:1448): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114535.815467] audit: type=1400 audit(1785272161.230:1449): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114535.856786] audit: type=1400 audit(1785272161.271:1450): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114811.407060] audit: type=1400 audit(1785272436.823:1451): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114811.409240] audit: type=1400 audit(1785272436.826:1452): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114811.450411] audit: type=1400 audit(1785272436.866:1453): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115072.657934] audit: type=1400 audit(1785272698.075:1454): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115072.660266] audit: type=1400 audit(1785272698.078:1455): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115072.701305] audit: type=1400 audit(1785272698.118:1456): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115343.086465] audit: type=1400 audit(1785272968.505:1457): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115343.088720] audit: type=1400 audit(1785272968.507:1458): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115343.123440] audit: type=1400 audit(1785272968.541:1459): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115574.823012] audit: type=1400 audit(1785273200.242:1460): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115574.824966] audit: type=1400 audit(1785273200.244:1461): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115574.865940] audit: type=1400 audit(1785273200.285:1462): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115874.091182] audit: type=1400 audit(1785273499.512:1463): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115874.092982] audit: type=1400 audit(1785273499.513:1464): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115874.133540] audit: type=1400 audit(1785273499.553:1465): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116135.911141] audit: type=1400 audit(1785273761.333:1466): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116135.913462] audit: type=1400 audit(1785273761.335:1467): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116135.954619] audit: type=1400 audit(1785273761.376:1468): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116369.978612] audit: type=1400 audit(1785273995.401:1469): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116369.980840] audit: type=1400 audit(1785273995.403:1470): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116370.015354] audit: type=1400 audit(1785273995.437:1471): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116635.134649] audit: type=1400 audit(1785274260.558:1472): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116635.136378] audit: type=1400 audit(1785274260.560:1473): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116635.176610] audit: type=1400 audit(1785274260.600:1474): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116901.610964] audit: type=1400 audit(1785274527.035:1475): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116901.612889] audit: type=1400 audit(1785274527.037:1476): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116901.655027] audit: type=1400 audit(1785274527.079:1477): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117146.118300] audit: type=1400 audit(1785274771.544:1478): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117146.120121] audit: type=1400 audit(1785274771.546:1479): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117146.161241] audit: type=1400 audit(1785274771.587:1480): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117377.418229] audit: type=1400 audit(1785275002.845:1481): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117377.420598] audit: type=1400 audit(1785275002.847:1482): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117377.461288] audit: type=1400 audit(1785275002.888:1483): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117673.253595] audit: type=1400 audit(1785275298.682:1484): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117673.254615] audit: type=1400 audit(1785275298.682:1485): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117673.289241] audit: type=1400 audit(1785275298.717:1486): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117955.281650] audit: type=1400 audit(1785275580.711:1487): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117955.283347] audit: type=1400 audit(1785275580.713:1488): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117955.324572] audit: type=1400 audit(1785275580.754:1489): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118253.875152] audit: type=1400 audit(1785275879.306:1490): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118253.877439] audit: type=1400 audit(1785275879.308:1491): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118253.917203] audit: type=1400 audit(1785275879.348:1492): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118526.719147] audit: type=1400 audit(1785276152.152:1493): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118526.721342] audit: type=1400 audit(1785276152.154:1494): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118526.762536] audit: type=1400 audit(1785276152.194:1495): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118789.670330] audit: type=1400 audit(1785276415.103:1496): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118789.672649] audit: type=1400 audit(1785276415.106:1497): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118789.707694] audit: type=1400 audit(1785276415.141:1498): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119075.787505] audit: type=1400 audit(1785276701.222:1499): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119075.789276] audit: type=1400 audit(1785276701.224:1500): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119075.830384] audit: type=1400 audit(1785276701.265:1501): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119338.782463] audit: type=1400 audit(1785276964.219:1502): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119338.784855] audit: type=1400 audit(1785276964.221:1503): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119338.825755] audit: type=1400 audit(1785276964.261:1504): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119629.382123] audit: type=1400 audit(1785277254.820:1505): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119629.384496] audit: type=1400 audit(1785277254.822:1506): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119629.424817] audit: type=1400 audit(1785277254.862:1507): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119867.008598] audit: type=1400 audit(1785277492.447:1508): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119867.010894] audit: type=1400 audit(1785277492.449:1509): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119867.051630] audit: type=1400 audit(1785277492.490:1510): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120100.634263] audit: type=1400 audit(1785277726.074:1511): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120100.636160] audit: type=1400 audit(1785277726.075:1512): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120100.671019] audit: type=1400 audit(1785277726.110:1513): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120357.541075] audit: type=1400 audit(1785277982.981:1514): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120357.543175] audit: type=1400 audit(1785277982.984:1515): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120357.587108] audit: type=1400 audit(1785277983.027:1516): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120597.867030] audit: type=1400 audit(1785278223.309:1517): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120597.869269] audit: type=1400 audit(1785278223.312:1518): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120597.910016] audit: type=1400 audit(1785278223.352:1519): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120828.486126] audit: type=1400 audit(1785278453.929:1520): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120828.488144] audit: type=1400 audit(1785278453.932:1521): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120828.530041] audit: type=1400 audit(1785278453.973:1522): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121076.367482] audit: type=1400 audit(1785278701.812:1523): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121076.369715] audit: type=1400 audit(1785278701.814:1524): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121076.410630] audit: type=1400 audit(1785278701.855:1525): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121311.297444] audit: type=1400 audit(1785278936.743:1526): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121311.299734] audit: type=1400 audit(1785278936.745:1527): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121311.340877] audit: type=1400 audit(1785278936.786:1528): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121583.754245] audit: type=1400 audit(1785279209.201:1529): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121583.756476] audit: type=1400 audit(1785279209.203:1530): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121583.791786] audit: type=1400 audit(1785279209.238:1531): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121811.938375] audit: type=1400 audit(1785279437.386:1532): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121811.940739] audit: type=1400 audit(1785279437.388:1533): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121811.981218] audit: type=1400 audit(1785279437.429:1534): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122071.224775] audit: type=1400 audit(1785279696.674:1535): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122071.226845] audit: type=1400 audit(1785279696.676:1536): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122071.267760] audit: type=1400 audit(1785279696.717:1537): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122330.947159] audit: type=1400 audit(1785279956.398:1538): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122330.949459] audit: type=1400 audit(1785279956.400:1539): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122330.985632] audit: type=1400 audit(1785279956.436:1540): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122609.158273] audit: type=1400 audit(1785280234.610:1541): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122609.160404] audit: type=1400 audit(1785280234.612:1542): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122609.202353] audit: type=1400 audit(1785280234.654:1543): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122855.251999] perf: interrupt took too long (3188 > 3181), lowering kernel.perf_event_max_sample_rate to 62000 +[122895.556881] audit: type=1400 audit(1785280521.010:1544): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122895.559050] audit: type=1400 audit(1785280521.012:1545): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122895.600807] audit: type=1400 audit(1785280521.054:1546): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123130.357932] audit: type=1400 audit(1785280755.812:1547): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123130.360032] audit: type=1400 audit(1785280755.814:1548): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123130.401192] audit: type=1400 audit(1785280755.855:1549): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123403.193474] audit: type=1400 audit(1785281028.649:1550): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123403.196206] audit: type=1400 audit(1785281028.652:1551): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123403.231435] audit: type=1400 audit(1785281028.687:1552): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123702.959308] audit: type=1400 audit(1785281328.417:1553): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123702.961544] audit: type=1400 audit(1785281328.419:1554): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123703.002884] audit: type=1400 audit(1785281328.460:1555): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123986.927555] audit: type=1400 audit(1785281612.386:1556): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123986.930121] audit: type=1400 audit(1785281612.389:1557): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123986.971258] audit: type=1400 audit(1785281612.429:1558): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124285.211838] audit: type=1400 audit(1785281910.672:1559): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124285.213529] audit: type=1400 audit(1785281910.673:1560): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124285.249073] audit: type=1400 audit(1785281910.709:1561): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124549.396713] audit: type=1400 audit(1785282174.858:1562): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124549.399087] audit: type=1400 audit(1785282174.860:1563): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124549.442414] audit: type=1400 audit(1785282174.903:1564): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124830.075414] audit: type=1400 audit(1785282455.538:1565): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124830.077415] audit: type=1400 audit(1785282455.540:1566): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124830.118215] audit: type=1400 audit(1785282455.581:1567): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125085.496587] audit: type=1400 audit(1785282710.960:1568): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125085.498822] audit: type=1400 audit(1785282710.962:1569): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125085.539188] audit: type=1400 audit(1785282711.003:1570): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125341.741264] audit: type=1400 audit(1785282967.207:1571): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125341.743008] audit: type=1400 audit(1785282967.208:1572): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125341.778108] audit: type=1400 audit(1785282967.243:1573): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125587.486394] audit: type=1400 audit(1785283212.952:1574): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125587.488698] audit: type=1400 audit(1785283212.955:1575): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125587.529370] audit: type=1400 audit(1785283212.995:1576): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125854.571068] audit: type=1400 audit(1785283480.038:1577): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125854.573416] audit: type=1400 audit(1785283480.041:1578): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125854.608424] audit: type=1400 audit(1785283480.076:1579): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126127.325166] audit: type=1400 audit(1785283752.794:1580): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126127.327433] audit: type=1400 audit(1785283752.797:1581): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126127.368110] audit: type=1400 audit(1785283752.837:1582): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126367.461394] audit: type=1400 audit(1785283992.932:1583): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126367.463122] audit: type=1400 audit(1785283992.934:1584): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126367.503930] audit: type=1400 audit(1785283992.974:1585): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126599.123329] audit: type=1400 audit(1785284224.595:1586): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126599.125640] audit: type=1400 audit(1785284224.597:1587): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126599.166690] audit: type=1400 audit(1785284224.638:1588): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126841.146071] audit: type=1400 audit(1785284466.618:1589): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126841.148234] audit: type=1400 audit(1785284466.621:1590): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126841.183595] audit: type=1400 audit(1785284466.656:1591): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127124.472473] audit: type=1400 audit(1785284749.946:1592): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127124.474753] audit: type=1400 audit(1785284749.948:1593): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127124.515218] audit: type=1400 audit(1785284749.989:1594): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127363.164563] audit: type=1400 audit(1785284988.640:1595): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127363.166853] audit: type=1400 audit(1785284988.642:1596): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127363.202041] audit: type=1400 audit(1785284988.677:1597): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127647.450916] audit: type=1400 audit(1785285272.927:1598): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127647.453211] audit: type=1400 audit(1785285272.929:1599): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127647.494137] audit: type=1400 audit(1785285272.970:1600): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127889.708470] audit: type=1400 audit(1785285515.186:1601): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127889.711279] audit: type=1400 audit(1785285515.189:1602): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127889.755244] audit: type=1400 audit(1785285515.233:1603): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128173.496076] audit: type=1400 audit(1785285798.975:1604): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128173.498312] audit: type=1400 audit(1785285798.978:1605): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128173.533323] audit: type=1400 audit(1785285799.012:1606): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128437.489746] audit: type=1400 audit(1785286062.970:1607): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128437.492309] audit: type=1400 audit(1785286062.972:1608): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128437.533532] audit: type=1400 audit(1785286063.014:1609): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128702.780392] audit: type=1400 audit(1785286328.262:1610): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128702.782740] audit: type=1400 audit(1785286328.264:1611): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128702.823454] audit: type=1400 audit(1785286328.305:1612): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128983.718261] audit: type=1400 audit(1785286609.201:1613): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128983.720333] audit: type=1400 audit(1785286609.203:1614): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128983.760442] audit: type=1400 audit(1785286609.243:1615): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129229.873177] audit: type=1400 audit(1785286855.358:1616): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129229.875132] audit: type=1400 audit(1785286855.360:1617): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129229.915904] audit: type=1400 audit(1785286855.400:1618): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129467.280661] audit: type=1400 audit(1785287092.766:1619): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129467.282790] audit: type=1400 audit(1785287092.768:1620): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129467.323278] audit: type=1400 audit(1785287092.808:1621): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129727.413394] audit: type=1400 audit(1785287352.900:1622): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129727.415323] audit: type=1400 audit(1785287352.902:1623): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129727.450469] audit: type=1400 audit(1785287352.937:1624): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129971.071877] audit: type=1400 audit(1785287596.559:1625): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129971.074120] audit: type=1400 audit(1785287596.562:1626): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129971.110057] audit: type=1400 audit(1785287596.597:1627): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130272.365455] audit: type=1400 audit(1785287897.855:1628): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130272.367685] audit: type=1400 audit(1785287897.857:1629): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130272.402253] audit: type=1400 audit(1785287897.891:1630): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130503.978112] audit: type=1400 audit(1785288129.469:1631): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130503.980407] audit: type=1400 audit(1785288129.471:1632): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130504.020615] audit: type=1400 audit(1785288129.511:1633): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130791.049161] audit: type=1400 audit(1785288416.541:1634): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130791.051382] audit: type=1400 audit(1785288416.543:1635): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130791.093206] audit: type=1400 audit(1785288416.585:1636): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131050.939705] audit: type=1400 audit(1785288676.433:1637): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131050.943616] audit: type=1400 audit(1785288676.437:1638): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131050.984485] audit: type=1400 audit(1785288676.477:1639): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131342.710302] audit: type=1400 audit(1785288968.205:1640): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131342.712735] audit: type=1400 audit(1785288968.207:1641): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131342.748423] audit: type=1400 audit(1785288968.243:1642): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131606.990373] audit: type=1400 audit(1785289232.486:1643): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131606.992708] audit: type=1400 audit(1785289232.488:1644): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131607.034245] audit: type=1400 audit(1785289232.530:1645): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131871.298287] audit: type=1400 audit(1785289496.796:1646): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131871.301833] audit: type=1400 audit(1785289496.799:1647): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131871.336533] audit: type=1400 audit(1785289496.833:1648): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132160.356417] audit: type=1400 audit(1785289785.855:1649): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132160.360274] audit: type=1400 audit(1785289785.859:1650): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132160.395044] audit: type=1400 audit(1785289785.893:1651): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132412.448948] audit: type=1400 audit(1785290037.948:1652): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132412.451258] audit: type=1400 audit(1785290037.951:1653): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132412.496289] audit: type=1400 audit(1785290037.996:1654): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132662.425524] audit: type=1400 audit(1785290287.926:1655): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132662.427743] audit: type=1400 audit(1785290287.929:1656): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132662.468948] audit: type=1400 audit(1785290287.970:1657): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132935.080159] audit: type=1400 audit(1785290560.583:1658): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132935.084057] audit: type=1400 audit(1785290560.586:1659): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132935.125835] audit: type=1400 audit(1785290560.628:1660): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133186.781919] audit: type=1400 audit(1785290812.285:1661): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133186.784116] audit: type=1400 audit(1785290812.287:1662): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133186.819480] audit: type=1400 audit(1785290812.323:1663): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133439.246435] audit: type=1400 audit(1785291064.751:1664): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133439.248584] audit: type=1400 audit(1785291064.753:1665): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133439.289678] audit: type=1400 audit(1785291064.794:1666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133719.251906] audit: type=1400 audit(1785291344.758:1667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133719.254062] audit: type=1400 audit(1785291344.760:1668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133719.289566] audit: type=1400 audit(1785291344.795:1669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133957.431292] audit: type=1400 audit(1785291582.938:1670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133957.433660] audit: type=1400 audit(1785291582.941:1671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133957.474323] audit: type=1400 audit(1785291582.981:1672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134235.481157] audit: type=1400 audit(1785291860.990:1673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134235.483360] audit: type=1400 audit(1785291860.992:1674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134235.525125] audit: type=1400 audit(1785291861.034:1675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134470.125013] audit: type=1400 audit(1785292095.634:1676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134470.127300] audit: type=1400 audit(1785292095.637:1677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134470.162788] audit: type=1400 audit(1785292095.672:1678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134733.486881] audit: type=1400 audit(1785292358.998:1679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134733.487845] audit: type=1400 audit(1785292358.999:1680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134733.528863] audit: type=1400 audit(1785292359.040:1681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134970.793668] audit: type=1400 audit(1785292596.306:1682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134970.795742] audit: type=1400 audit(1785292596.308:1683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134970.831349] audit: type=1400 audit(1785292596.343:1684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135264.259697] audit: type=1400 audit(1785292889.773:1685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135264.263609] audit: type=1400 audit(1785292889.776:1686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135264.305883] audit: type=1400 audit(1785292889.819:1687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135527.067932] audit: type=1400 audit(1785293152.583:1688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135527.070408] audit: type=1400 audit(1785293152.586:1689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135527.105766] audit: type=1400 audit(1785293152.621:1690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135826.062152] audit: type=1400 audit(1785293451.579:1691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135826.064361] audit: type=1400 audit(1785293451.581:1692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135826.105512] audit: type=1400 audit(1785293451.622:1693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136120.843616] audit: type=1400 audit(1785293746.361:1694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136120.845796] audit: type=1400 audit(1785293746.364:1695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136120.887084] audit: type=1400 audit(1785293746.405:1696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136356.617025] audit: type=1400 audit(1785293982.136:1697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136356.619249] audit: type=1400 audit(1785293982.138:1698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136356.654722] audit: type=1400 audit(1785293982.174:1699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136612.825604] audit: type=1400 audit(1785294238.346:1700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136612.826755] audit: type=1400 audit(1785294238.347:1701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136612.867646] audit: type=1400 audit(1785294238.388:1702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136866.197329] audit: type=1400 audit(1785294491.719:1703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136866.198914] audit: type=1400 audit(1785294491.720:1704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136866.239475] audit: type=1400 audit(1785294491.761:1705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137111.014456] audit: type=1400 audit(1785294736.537:1706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137111.016734] audit: type=1400 audit(1785294736.539:1707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137111.057180] audit: type=1400 audit(1785294736.579:1708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137404.466572] audit: type=1400 audit(1785295029.991:1709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137404.468836] audit: type=1400 audit(1785295029.993:1710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137404.508543] audit: type=1400 audit(1785295030.033:1711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137680.070804] audit: type=1400 audit(1785295305.596:1712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137680.072986] audit: type=1400 audit(1785295305.598:1713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137680.113901] audit: type=1400 audit(1785295305.639:1714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137962.882770] audit: type=1400 audit(1785295588.410:1715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137962.884927] audit: type=1400 audit(1785295588.412:1716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137962.926396] audit: type=1400 audit(1785295588.453:1717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138221.007451] audit: type=1400 audit(1785295846.536:1718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138221.009687] audit: type=1400 audit(1785295846.538:1719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138221.050818] audit: type=1400 audit(1785295846.579:1720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138481.687436] audit: type=1400 audit(1785296107.217:1721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138481.689669] audit: type=1400 audit(1785296107.219:1722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138481.730471] audit: type=1400 audit(1785296107.260:1723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138778.501995] audit: type=1400 audit(1785296404.033:1724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138778.504300] audit: type=1400 audit(1785296404.035:1725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138778.545568] audit: type=1400 audit(1785296404.076:1726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139042.078458] audit: type=1400 audit(1785296667.611:1727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139042.080656] audit: type=1400 audit(1785296667.613:1728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139042.120527] audit: type=1400 audit(1785296667.653:1729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139330.013225] audit: type=1400 audit(1785296955.547:1730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139330.015432] audit: type=1400 audit(1785296955.549:1731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139330.050261] audit: type=1400 audit(1785296955.584:1732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139566.384069] audit: type=1400 audit(1785297191.919:1733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139566.386027] audit: type=1400 audit(1785297191.921:1734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139566.428042] audit: type=1400 audit(1785297191.963:1735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139838.809298] audit: type=1400 audit(1785297464.346:1736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139838.811505] audit: type=1400 audit(1785297464.348:1737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139838.851651] audit: type=1400 audit(1785297464.388:1738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140070.470797] audit: type=1400 audit(1785297696.008:1739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140070.472771] audit: type=1400 audit(1785297696.010:1740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140070.513084] audit: type=1400 audit(1785297696.050:1741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140372.101108] audit: type=1400 audit(1785297997.640:1742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140372.103372] audit: type=1400 audit(1785297997.642:1743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140372.138426] audit: type=1400 audit(1785297997.677:1744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140662.326616] audit: type=1400 audit(1785298287.867:1745): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140662.328781] audit: type=1400 audit(1785298287.869:1746): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140662.370041] audit: type=1400 audit(1785298287.910:1747): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140907.374038] audit: type=1400 audit(1785298532.915:1748): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140907.376260] audit: type=1400 audit(1785298532.918:1749): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140907.412473] audit: type=1400 audit(1785298532.954:1750): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141173.468303] audit: type=1400 audit(1785298799.011:1751): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141173.470538] audit: type=1400 audit(1785298799.013:1752): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141173.511177] audit: type=1400 audit(1785298799.053:1753): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141459.104679] audit: type=1400 audit(1785299084.649:1754): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141459.107020] audit: type=1400 audit(1785299084.651:1755): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141459.142672] audit: type=1400 audit(1785299084.687:1756): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141750.290403] audit: type=1400 audit(1785299375.836:1757): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141750.292696] audit: type=1400 audit(1785299375.838:1758): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141750.326936] audit: type=1400 audit(1785299375.872:1759): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142018.134555] audit: type=1400 audit(1785299643.682:1760): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142018.136631] audit: type=1400 audit(1785299643.684:1761): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142018.177075] audit: type=1400 audit(1785299643.724:1762): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142261.270466] audit: type=1400 audit(1785299886.818:1763): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142261.272821] audit: type=1400 audit(1785299886.821:1764): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142261.314584] audit: type=1400 audit(1785299886.863:1765): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142551.692794] audit: type=1400 audit(1785300177.242:1766): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142551.695155] audit: type=1400 audit(1785300177.245:1767): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142551.735366] audit: type=1400 audit(1785300177.285:1768): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142847.025757] audit: type=1400 audit(1785300472.577:1769): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142847.028010] audit: type=1400 audit(1785300472.579:1770): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142847.063857] audit: type=1400 audit(1785300472.615:1771): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143107.340346] audit: type=1400 audit(1785300732.893:1772): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143107.342388] audit: type=1400 audit(1785300732.895:1773): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143107.384119] audit: type=1400 audit(1785300732.936:1774): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143363.880322] audit: type=1400 audit(1785300989.434:1775): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143363.882537] audit: type=1400 audit(1785300989.436:1776): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143363.923170] audit: type=1400 audit(1785300989.477:1777): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143590.676362] audit: type=1400 audit(1785301216.231:1778): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143590.678647] audit: type=1400 audit(1785301216.233:1779): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143590.720236] audit: type=1400 audit(1785301216.274:1780): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143851.711363] audit: type=1400 audit(1785301477.268:1781): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143851.713361] audit: type=1400 audit(1785301477.270:1782): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143851.753678] audit: type=1400 audit(1785301477.310:1783): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144129.084818] audit: type=1400 audit(1785301754.642:1784): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144129.087032] audit: type=1400 audit(1785301754.644:1785): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144129.129282] audit: type=1400 audit(1785301754.687:1786): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144412.722725] audit: type=1400 audit(1785302038.282:1787): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144412.724951] audit: type=1400 audit(1785302038.284:1788): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144412.760063] audit: type=1400 audit(1785302038.319:1789): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144639.689150] audit: type=1400 audit(1785302265.250:1790): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144639.692922] audit: type=1400 audit(1785302265.253:1791): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144639.733747] audit: type=1400 audit(1785302265.294:1792): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144867.227170] audit: type=1400 audit(1785302492.789:1793): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144867.229407] audit: type=1400 audit(1785302492.791:1794): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144867.270783] audit: type=1400 audit(1785302492.832:1795): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145160.067268] audit: type=1400 audit(1785302785.630:1796): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145160.069493] audit: type=1400 audit(1785302785.632:1797): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145160.104691] audit: type=1400 audit(1785302785.667:1798): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145436.848983] audit: type=1400 audit(1785303062.413:1799): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145436.851300] audit: type=1400 audit(1785303062.416:1800): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145436.891937] audit: type=1400 audit(1785303062.456:1801): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145681.706040] audit: type=1400 audit(1785303307.271:1802): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145681.708295] audit: type=1400 audit(1785303307.273:1803): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145681.743188] audit: type=1400 audit(1785303307.308:1804): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145919.195895] audit: type=1400 audit(1785303544.762:1805): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145919.198217] audit: type=1400 audit(1785303544.765:1806): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145919.239058] audit: type=1400 audit(1785303544.805:1807): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146217.347258] audit: type=1400 audit(1785303842.916:1808): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146217.349492] audit: type=1400 audit(1785303842.918:1809): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146217.390976] audit: type=1400 audit(1785303842.959:1810): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146475.794927] audit: type=1400 audit(1785304101.364:1811): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146475.797018] audit: type=1400 audit(1785304101.366:1812): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146475.832301] audit: type=1400 audit(1785304101.401:1813): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146717.303869] audit: type=1400 audit(1785304342.874:1814): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146717.306071] audit: type=1400 audit(1785304342.876:1815): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146717.347156] audit: type=1400 audit(1785304342.917:1816): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146967.731988] audit: type=1400 audit(1785304593.303:1817): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146967.734203] audit: type=1400 audit(1785304593.306:1818): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146967.778123] audit: type=1400 audit(1785304593.350:1819): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147265.932645] audit: type=1400 audit(1785304891.506:1820): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147265.934645] audit: type=1400 audit(1785304891.508:1821): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147265.976652] audit: type=1400 audit(1785304891.550:1822): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147514.215349] audit: type=1400 audit(1785305139.790:1823): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147514.217231] audit: type=1400 audit(1785305139.791:1824): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147514.251592] audit: type=1400 audit(1785305139.826:1825): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147764.663934] audit: type=1400 audit(1785305390.239:1826): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147764.666248] audit: type=1400 audit(1785305390.242:1827): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147764.707283] audit: type=1400 audit(1785305390.283:1828): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148036.494061] audit: type=1400 audit(1785305662.071:1829): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148036.496062] audit: type=1400 audit(1785305662.073:1830): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148036.535935] audit: type=1400 audit(1785305662.113:1831): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148328.966951] audit: type=1400 audit(1785305954.545:1832): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148328.969175] audit: type=1400 audit(1785305954.548:1833): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148329.010425] audit: type=1400 audit(1785305954.589:1834): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148625.922205] audit: type=1400 audit(1785306251.503:1835): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148625.924552] audit: type=1400 audit(1785306251.505:1836): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148625.959977] audit: type=1400 audit(1785306251.540:1837): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148862.468773] audit: type=1400 audit(1785306488.050:1838): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148862.470975] audit: type=1400 audit(1785306488.052:1839): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148862.512859] audit: type=1400 audit(1785306488.094:1840): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149158.040170] audit: type=1400 audit(1785306783.623:1841): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149158.042473] audit: type=1400 audit(1785306783.625:1842): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149158.083363] audit: type=1400 audit(1785306783.666:1843): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149425.626173] audit: type=1400 audit(1785307051.211:1844): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149425.628406] audit: type=1400 audit(1785307051.212:1845): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149425.663994] audit: type=1400 audit(1785307051.248:1846): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149699.136215] audit: type=1400 audit(1785307324.722:1847): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149699.138414] audit: type=1400 audit(1785307324.724:1848): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149699.180313] audit: type=1400 audit(1785307324.765:1849): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149948.095339] audit: type=1400 audit(1785307573.682:1850): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149948.097431] audit: type=1400 audit(1785307573.684:1851): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149948.139395] audit: type=1400 audit(1785307573.726:1852): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150246.513240] audit: type=1400 audit(1785307872.102:1853): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150246.515467] audit: type=1400 audit(1785307872.104:1854): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150246.555888] audit: type=1400 audit(1785307872.144:1855): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150485.576727] audit: type=1400 audit(1785308111.166:1856): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150485.578948] audit: type=1400 audit(1785308111.168:1857): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150485.614523] audit: type=1400 audit(1785308111.204:1858): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150777.090947] audit: type=1400 audit(1785308402.681:1859): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150777.093165] audit: type=1400 audit(1785308402.683:1860): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150777.136286] audit: type=1400 audit(1785308402.727:1861): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151066.338717] audit: type=1400 audit(1785308691.931:1862): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151066.340786] audit: type=1400 audit(1785308691.933:1863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151066.381865] audit: type=1400 audit(1785308691.974:1864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151335.765250] audit: type=1400 audit(1785308961.359:1865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151335.767849] audit: type=1400 audit(1785308961.361:1866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151335.806930] audit: type=1400 audit(1785308961.400:1867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151597.861189] audit: type=1400 audit(1785309223.456:1868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151597.863483] audit: type=1400 audit(1785309223.458:1869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151597.904884] audit: type=1400 audit(1785309223.499:1870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151865.007654] audit: type=1400 audit(1785309490.604:1871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151865.009892] audit: type=1400 audit(1785309490.606:1872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151865.044891] audit: type=1400 audit(1785309490.641:1873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152104.597664] audit: type=1400 audit(1785309730.195:1874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152104.599828] audit: type=1400 audit(1785309730.197:1875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152104.640737] audit: type=1400 audit(1785309730.238:1876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152378.894940] audit: type=1400 audit(1785310004.493:1877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152378.897178] audit: type=1400 audit(1785310004.496:1878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152378.932858] audit: type=1400 audit(1785310004.531:1879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152624.526184] audit: type=1400 audit(1785310250.127:1880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152624.528676] audit: type=1400 audit(1785310250.128:1881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152624.569208] audit: type=1400 audit(1785310250.169:1882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152888.391081] audit: type=1400 audit(1785310513.992:1883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152888.393441] audit: type=1400 audit(1785310513.995:1884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152888.434818] audit: type=1400 audit(1785310514.036:1885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153132.663013] audit: type=1400 audit(1785310758.265:1886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153132.665374] audit: type=1400 audit(1785310758.268:1887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153132.706298] audit: type=1400 audit(1785310758.308:1888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153413.759752] audit: type=1400 audit(1785311039.363:1889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153413.761927] audit: type=1400 audit(1785311039.365:1890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153413.797799] audit: type=1400 audit(1785311039.401:1891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153686.560416] audit: type=1400 audit(1785311312.165:1892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153686.562582] audit: type=1400 audit(1785311312.167:1893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153686.603981] audit: type=1400 audit(1785311312.209:1894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153926.729399] audit: type=1400 audit(1785311552.336:1895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153926.731582] audit: type=1400 audit(1785311552.338:1896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153926.772532] audit: type=1400 audit(1785311552.379:1897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154222.114172] audit: type=1400 audit(1785311847.722:1898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154222.116448] audit: type=1400 audit(1785311847.724:1899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154222.150777] audit: type=1400 audit(1785311847.758:1900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154465.685601] audit: type=1400 audit(1785312091.295:1901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154465.687844] audit: type=1400 audit(1785312091.297:1902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154465.727973] audit: type=1400 audit(1785312091.337:1903): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154712.626091] audit: type=1400 audit(1785312338.236:1904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154712.628383] audit: type=1400 audit(1785312338.239:1905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154712.669431] audit: type=1400 audit(1785312338.279:1906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154994.187180] audit: type=1400 audit(1785312619.799:1907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154994.191163] audit: type=1400 audit(1785312619.803:1908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154994.232168] audit: type=1400 audit(1785312619.844:1909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155270.266456] audit: type=1400 audit(1785312895.880:1910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155270.268656] audit: type=1400 audit(1785312895.882:1911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155270.309684] audit: type=1400 audit(1785312895.922:1912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155509.490077] audit: type=1400 audit(1785313135.104:1913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155509.492361] audit: type=1400 audit(1785313135.107:1914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155509.533650] audit: type=1400 audit(1785313135.148:1915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155780.933382] audit: type=1400 audit(1785313406.549:1916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155780.935625] audit: type=1400 audit(1785313406.551:1917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155780.976974] audit: type=1400 audit(1785313406.592:1918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156057.055256] audit: type=1400 audit(1785313682.671:1919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156057.057073] audit: type=1400 audit(1785313682.673:1920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156057.093717] audit: type=1400 audit(1785313682.709:1921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156296.026903] audit: type=1400 audit(1785313921.645:1922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156296.029160] audit: type=1400 audit(1785313921.648:1923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156296.064337] audit: type=1400 audit(1785313921.682:1924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156533.332597] audit: type=1400 audit(1785314158.952:1925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156533.334765] audit: type=1400 audit(1785314158.954:1926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156533.376279] audit: type=1400 audit(1785314158.995:1927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156822.829569] audit: type=1400 audit(1785314448.450:1928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156822.831833] audit: type=1400 audit(1785314448.452:1929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156822.873821] audit: type=1400 audit(1785314448.494:1930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157056.770425] audit: type=1400 audit(1785314682.392:1931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157056.772477] audit: type=1400 audit(1785314682.394:1932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157056.816127] audit: type=1400 audit(1785314682.438:1933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157351.428717] audit: type=1400 audit(1785314977.052:1934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157351.431059] audit: type=1400 audit(1785314977.054:1935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157351.466508] audit: type=1400 audit(1785314977.090:1936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157652.133493] audit: type=1400 audit(1785315277.759:1937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157652.135735] audit: type=1400 audit(1785315277.761:1938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157652.170464] audit: type=1400 audit(1785315277.795:1939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157947.993523] audit: type=1400 audit(1785315573.620:1940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157947.997337] audit: type=1400 audit(1785315573.624:1941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157948.038023] audit: type=1400 audit(1785315573.664:1942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158210.364023] audit: type=1400 audit(1785315835.991:1943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158210.366279] audit: type=1400 audit(1785315835.994:1944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158210.407125] audit: type=1400 audit(1785315836.034:1945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158457.055580] audit: type=1400 audit(1785316082.685:1946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158457.057875] audit: type=1400 audit(1785316082.687:1947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158457.093648] audit: type=1400 audit(1785316082.722:1948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158748.984861] audit: type=1400 audit(1785316374.615:1949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158748.987048] audit: type=1400 audit(1785316374.617:1950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158749.028196] audit: type=1400 audit(1785316374.659:1951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159022.354369] audit: type=1400 audit(1785316647.986:1952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159022.356508] audit: type=1400 audit(1785316647.988:1953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159022.397018] audit: type=1400 audit(1785316648.029:1954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159279.064901] audit: type=1400 audit(1785316904.698:1955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159279.067145] audit: type=1400 audit(1785316904.701:1956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159279.108588] audit: type=1400 audit(1785316904.742:1957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159519.909288] audit: type=1400 audit(1785317145.544:1958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159519.911610] audit: type=1400 audit(1785317145.546:1959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159519.946487] audit: type=1400 audit(1785317145.581:1960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159797.061693] audit: type=1400 audit(1785317422.698:1961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159797.063899] audit: type=1400 audit(1785317422.700:1962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159797.105071] audit: type=1400 audit(1785317422.741:1963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160061.043351] audit: type=1400 audit(1785317686.681:1964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160061.045415] audit: type=1400 audit(1785317686.682:1965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160061.079987] audit: type=1400 audit(1785317686.717:1966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160315.561940] audit: type=1400 audit(1785317941.200:1967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160315.564214] audit: type=1400 audit(1785317941.203:1968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160315.599537] audit: type=1400 audit(1785317941.238:1969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160613.304467] audit: type=1400 audit(1785318238.945:1970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160613.306696] audit: type=1400 audit(1785318238.947:1971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160613.347391] audit: type=1400 audit(1785318238.987:1972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160893.968031] audit: type=1400 audit(1785318519.609:1973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160893.970328] audit: type=1400 audit(1785318519.612:1974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160894.010990] audit: type=1400 audit(1785318519.652:1975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161172.944473] audit: type=1400 audit(1785318798.587:1976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161172.946910] audit: type=1400 audit(1785318798.590:1977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161172.988014] audit: type=1400 audit(1785318798.631:1978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161459.295604] audit: type=1400 audit(1785319084.940:1979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161459.297642] audit: type=1400 audit(1785319084.942:1980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161459.337654] audit: type=1400 audit(1785319084.982:1981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161759.054492] audit: type=1400 audit(1785319384.701:1982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161759.056710] audit: type=1400 audit(1785319384.702:1983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161759.093138] audit: type=1400 audit(1785319384.739:1984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162056.920300] audit: type=1400 audit(1785319682.568:1985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162056.922560] audit: type=1400 audit(1785319682.570:1986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=923 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162056.958753] audit: type=1400 audit(1785319682.606:1987): apparmor="DENIED" operation="create" class="net" info="failed protocol 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 @@ -4473,13 +3451,13 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 31Gi 3.0Gi 27Gi 35Mi 1.0Gi 28Gi +Mem: 31Gi 3.3Gi 27Gi 38Mi 1.1Gi 27Gi Swap: 8.0Gi 0B 8.0Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 33351712768 3251277824 29457137664 37646336 1077899264 30100434944 +Mem: 33351712768 3530625024 29063499776 40873984 1202847744 29821087744 Swap: 8589930496 0 8589930496 --- swapon @@ -4490,26 +3468,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: 32570032 kB -MemFree: 28767028 kB -MemAvailable: 29395248 kB -Buffers: 76124 kB -Cached: 939092 kB +MemFree: 28382324 kB +MemAvailable: 29122156 kB +Buffers: 152928 kB +Cached: 969800 kB SwapTotal: 8388604 kB SwapFree: 8388604 kB -Dirty: 3324 kB +Dirty: 3880 kB Writeback: 0 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 +AnonPages: 2578872 kB +Mapped: 180992 kB +Shmem: 39916 kB +Slab: 196976 kB +SReclaimable: 51928 kB +SUnreclaim: 145048 kB +KernelStack: 5260 kB +PageTables: 16088 kB +SecPageTables: 2532 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 1316864 kB +AnonHugePages: 1396736 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB @@ -4534,124 +3512,126 @@ DirectMap1G: 28311552 kB --- slab top (top 20) $ slabtop -o -s c - 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%) + Active / Total Objects (% used) : 579413 / 623099 (93.0%) + Active / Total Slabs (% used) : 16799 / 16799 (100.0%) + Active / Total Caches (% used) : 365 / 473 (77.2%) + Active / Total Size (% used) : 129795.30K / 142666.94K (91.0%) Minimum / Average / Maximum Object : 0.01K / 0.23K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME - 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 + 15051 15024 99% 1.10K 519 29 16608K ext4_inode_cache + 16324 9463 57% 0.57K 583 28 9328K radix_tree_node + 66300 66300 100% 0.13K 2210 30 8840K kernfs_node_cache + 37443 37439 99% 0.19K 1783 21 7132K dentry + 69264 69240 99% 0.10K 1776 39 7104K buffer_head + 398 398 100% 10.75K 199 2 6368K task_struct + 2464 828 33% 2.00K 154 16 4928K kmalloc-cg-2k + 7644 7644 100% 0.60K 294 26 4704K inode_cache + 4669 4368 93% 0.67K 203 23 3248K proc_inode_cache + 15456 14940 96% 0.19K 736 21 2944K vm_area_struct + 31970 31933 99% 0.09K 695 46 2780K lsm_inode_cache + 35504 31795 89% 0.07K 634 56 2536K vmap_area + 3936 3932 99% 0.50K 123 32 1968K kmalloc-rnd-03-512 2142 2100 98% 0.75K 102 21 1632K shmem_inode_cache + 2912 2886 99% 0.50K 91 32 1456K kmalloc-rnd-13-512 1408 1380 98% 1.00K 44 32 1408K iommu_iova_magazine + 344 340 98% 4.00K 43 8 1376K kmalloc-rnd-03-4k + 1152 1128 97% 1.00K 36 32 1152K kmalloc-rnd-07-1k 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 + 15424 13860 89% 0.06K 241 64 964K kmalloc-cg-64 + 14848 14820 99% 0.06K 232 64 928K dmaengine-unmap-2 + 14848 12240 82% 0.06K 232 64 928K anon_vma_chain 464 456 98% 2.00K 29 16 928K kmalloc-2k - 1242 353 28% 0.69K 54 23 864K skbuff_small_head + 3648 2128 58% 0.25K 114 32 912K kmalloc-rnd-13-256 + 1242 354 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 + 3360 2674 79% 0.25K 105 32 840K maple_node + 364 360 98% 2.25K 26 14 832K mem_cgroup + 8112 6960 85% 0.10K 208 39 832K anon_vma + 200 168 84% 4.00K 25 8 800K biovec-max + 375 372 99% 2.06K 25 15 800K sighand_cache + 672 658 97% 1.12K 24 28 768K signal_cache + 736 710 96% 1.00K 23 32 736K kmalloc-rnd-13-1k 368 204 55% 2.00K 23 16 736K kmalloc-rnd-07-2k + 374 360 96% 1.88K 22 17 704K mem_cgroup_per_node 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 - 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 + 780 733 93% 0.81K 20 39 640K sock_inode_cache + 160 156 97% 4.00K 20 8 640K kmalloc-cg-4k + 3297 1380 41% 0.19K 157 21 628K kmalloc-cg-192 + 608 600 98% 1.00K 19 32 608K kmalloc-rnd-10-1k + 3066 3000 97% 0.19K 146 21 584K filp 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 + 544 528 97% 1.00K 17 32 544K kmalloc-cg-1k + 1056 1035 98% 0.50K 33 32 528K pool_workqueue 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 + 2048 2047 99% 0.25K 64 32 512K kmalloc-rnd-03-256 + 3904 1440 36% 0.12K 122 32 488K kmalloc-cg-128 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 + 120 72 60% 4.00K 15 8 480K kmalloc-rnd-07-4k 442 420 95% 0.94K 13 34 416K nfs_read_data + 1664 728 43% 0.25K 52 32 416K nf_conntrack 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 + 7519 7500 99% 0.05K 103 73 412K ftrace_event_field 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 96 96 100% 4.00K 12 8 384K kmalloc-rnd-06-4k + 96 64 66% 4.00K 12 8 384K kmalloc-rnd-05-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 + 176 168 95% 2.00K 11 16 352K kmalloc-rnd-04-2k + 1280 678 52% 0.25K 40 32 320K skbuff_head_cache + 3360 3360 100% 0.09K 80 42 320K kmalloc-rnd-01-96 + 437 420 96% 0.69K 19 23 304K files_cache + 608 564 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 biovec-128 + 756 756 100% 0.38K 36 21 288K mnt_cache 144 144 100% 2.00K 9 16 288K kmalloc-rnd-13-2k + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-12-2k 288 276 95% 1.00K 9 32 288K kmalloc-rnd-12-1k + 288 264 91% 1.00K 9 32 288K kmalloc-rnd-11-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 + 288 264 91% 1.00K 9 32 288K kmalloc-rnd-03-1k + 36 36 100% 8.00K 9 4 288K kmalloc-rnd-01-8k 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 - 1449 1433 98% 0.19K 69 21 276K pid - 1088 924 84% 0.25K 34 32 272K bio-200 + 1449 1423 98% 0.19K 69 21 276K pid + 1088 896 82% 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 + 208 192 92% 1.19K 8 26 256K RAW 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 + 256 252 98% 1.00K 8 32 256K kmalloc-rnd-01-1k + 345 336 97% 0.69K 15 23 240K task_group 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 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 + 28 28 100% 8.00K 7 4 224K kmalloc-rnd-05-8k + 3584 3549 99% 0.06K 56 64 224K kmalloc-rnd-03-64 + 5406 5400 99% 0.04K 53 102 212K extent_status 325 308 94% 0.63K 13 25 208K tracefs_inode_cache 416 392 94% 0.50K 13 32 208K kmalloc-rnd-10-512 - 1568 1560 99% 0.12K 49 32 196K eventpoll_epi + 1632 1620 99% 0.12K 51 32 204K eventpoll_epi 1029 1020 99% 0.19K 49 21 196K proc_dir_entry + 168 168 100% 1.12K 6 28 192K nfs_inode_cache 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 48 48 100% 4.00K 6 8 192K kmalloc-rnd-15-4k - 96 84 87% 2.00K 6 16 192K kmalloc-rnd-14-2k + 96 96 100% 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 @@ -4664,19 +3644,20 @@ DirectMap1G: 28311552 kB 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 + 1440 1440 100% 0.12K 45 32 180K bio_integrity_data + 5632 5520 98% 0.03K 44 128 176K kmalloc-rnd-14-32 704 700 99% 0.25K 22 32 176K kmalloc-rnd-05-256 - 704 588 83% 0.25K 22 32 176K kmalloc-rnd-04-256 + 704 532 75% 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 + 11008 10980 99% 0.02K 43 256 172K kmalloc-rnd-14-16 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 + 230 224 97% 0.67K 10 23 160K taskstats 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 + 1680 1440 85% 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 @@ -4685,96 +3666,97 @@ DirectMap1G: 28311552 kB 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 + 1638 1620 98% 0.09K 39 42 156K kmalloc-cg-96 + 1638 1620 98% 0.09K 39 42 156K kmalloc-rcl-96 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 + 544 532 97% 0.25K 17 32 136K kmalloc-rnd-15-256 8 8 100% 16.00K 4 2 128K zio_buf_comb_16384 + 60 48 80% 2.12K 4 15 128K MPTCPv6 224 224 100% 0.56K 8 28 128K kioctx 32 32 100% 4.00K 4 8 128K memdup_user-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 512 504 98% 0.25K 16 32 128K kmalloc-rnd-07-256 - 16 16 100% 8.00K 4 4 128K kmalloc-rnd-05-8k + 672 660 98% 0.19K 32 21 128K kmalloc-rnd-06-192 128 120 93% 1.00K 4 32 128K kmalloc-rnd-04-1k 32 32 100% 4.00K 4 8 128K kmalloc-4k 512 504 98% 0.25K 16 32 128K kmalloc-256 672 660 98% 0.19K 32 21 128K kmalloc-192 + 651 649 99% 0.19K 31 21 124K bio-136 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 476 99% 0.25K 15 32 120K kmalloc-rnd-11-256 480 473 98% 0.25K 15 32 120K kmem_cache + 609 600 98% 0.19K 29 21 116K jbd2_transaction_s 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 - 1176 1140 96% 0.09K 28 42 112K kmalloc-rcl-96 + 161 140 86% 0.69K 7 23 112K uts_namespace 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-14-192 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-10-192 - 84 72 85% 1.12K 3 28 96K nfs_inode_cache - 45 36 80% 2.12K 3 15 96K MPTCPv6 + 416 392 94% 0.25K 13 32 104K kmalloc-rnd-01-256 + 800 780 97% 0.12K 25 32 100K kmalloc-rcl-128 + 384 356 92% 0.25K 12 32 96K io_kiocb 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 + 1536 1500 97% 0.06K 24 64 96K kmalloc-rnd-14-64 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 - 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 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 275 252 91% 0.31K 11 25 88K bio-264 1122 1080 96% 0.08K 22 51 88K sigqueue - 1408 1380 98% 0.06K 22 64 88K kmalloc-rnd-14-64 - 672 660 98% 0.12K 21 32 84K kmalloc-rcl-128 + 352 336 95% 0.25K 11 32 88K kmalloc-cg-256 + 924 900 97% 0.09K 22 42 88K kmalloc-rnd-10-96 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 - 115 112 97% 0.69K 5 23 80K uts_namespace - 320 308 96% 0.25K 10 32 80K kmalloc-cg-256 + 1020 1020 100% 0.08K 20 51 80K Acpi-State 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-08-256 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 + 1216 1200 98% 0.06K 19 64 76K kmalloc-rnd-09-64 + 608 600 98% 0.12K 19 32 76K kmalloc-rnd-08-128 + 608 600 98% 0.12K 19 32 76K kmalloc-rnd-06-128 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-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 + 1088 1026 94% 0.06K 17 64 68K kmalloc-rnd-05-64 544 540 99% 0.12K 17 32 68K kmalloc-rnd-04-128 + 1088 1080 99% 0.06K 17 64 68K kmalloc-rnd-01-64 46 24 52% 1.38K 2 23 64K PINGv6 20 12 60% 3.16K 2 10 64K kcopyd_job 32 24 75% 2.00K 2 16 64K MPTCP + 544 540 99% 0.12K 16 34 64K seq_file 10 8 80% 6.19K 2 5 64K net_namespace 672 660 98% 0.09K 16 42 64K kmalloc-rnd-15-96 256 252 98% 0.25K 8 32 64K kmalloc-rnd-14-256 @@ -4783,59 +3765,55 @@ DirectMap1G: 28311552 kB 256 252 98% 0.25K 8 32 64K kmalloc-rnd-09-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 + 1024 1020 99% 0.06K 16 64 64K kmalloc-rnd-07-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 480 480 100% 0.12K 15 32 60K kmalloc-rnd-12-128 + 1920 1800 93% 0.03K 15 128 60K kmalloc-rnd-06-32 480 480 100% 0.12K 15 32 60K kmalloc-rnd-05-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 kmalloc-rnd-08-256 - 896 840 93% 0.06K 14 64 56K kmalloc-rnd-07-64 + 896 840 93% 0.06K 14 64 56K kmalloc-rnd-15-64 507 480 94% 0.10K 13 39 52K Acpi-ParseExt - 3328 3180 95% 0.02K 13 256 52K kmalloc-rnd-12-16 + 1664 1560 93% 0.03K 13 128 52K kmalloc-cg-32 + 3328 3240 97% 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 + 832 780 93% 0.06K 13 64 52K kmalloc-rnd-04-64 + 768 720 93% 0.06K 12 64 48K ext4_io_end + 876 840 95% 0.05K 12 73 48K mb_cache_entry 192 168 87% 0.25K 6 32 48K memdup_user-256 + 504 480 95% 0.09K 12 42 48K memdup_user-96 + 768 720 93% 0.06K 12 64 48K kmalloc-rcl-64 + 768 720 93% 0.06K 12 64 48K kmalloc-rnd-13-64 504 480 95% 0.09K 12 42 48K kmalloc-rnd-12-96 + 1536 1432 93% 0.03K 12 128 48K kmalloc-rnd-10-32 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 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 - 730 660 90% 0.05K 10 73 40K mb_cache_entry - 1020 960 94% 0.04K 10 102 40K fsnotify_inode_mark_connector + 1020 1020 100% 0.04K 10 102 40K fsnotify_inode_mark_connector 640 579 90% 0.06K 10 64 40K kmalloc-rnd-12-64 + 640 600 93% 0.06K 10 64 40K kmalloc-rnd-06-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 - 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 34 28 82% 0.94K 1 34 32K mqueue_inode_cache 30 24 80% 1.06K 1 30 32K PING @@ -4843,41 +3821,42 @@ DirectMap1G: 28311552 kB 512 480 93% 0.06K 8 64 32K memdup_user-64 15 12 80% 2.06K 1 15 32K dmaengine-unmap-256 30 12 40% 1.06K 1 30 32K dmaengine-unmap-128 + 1024 900 87% 0.03K 8 128 32K kmalloc-rnd-08-32 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 + 511 480 93% 0.05K 7 73 28K ip_fib_alias 1792 1560 87% 0.02K 7 256 28K kmalloc-rnd-03-16 - 438 420 95% 0.05K 6 73 24K ip_fib_alias + 510 480 94% 0.05K 6 85 24K ip_fib_trie 75 56 74% 0.31K 3 25 24K bio-280 + 126 120 95% 0.19K 6 21 24K kmalloc-rcl-192 210 180 85% 0.09K 5 42 20K abd_t - 425 420 98% 0.05K 5 85 20K ip_fib_trie + 640 600 93% 0.03K 5 128 20K ext4_io_end_vec 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 + 2560 2160 84% 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 - 512 420 82% 0.03K 4 128 16K ext4_io_end_vec + 40 28 70% 0.39K 2 20 16K request_sock_subflow_v4 512 480 93% 0.03K 4 128 16K memdup_user-32 - 1024 900 87% 0.02K 4 256 16K kmalloc-cg-16 + 1024 960 93% 0.02K 4 256 16K kmalloc-cg-16 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 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 1314 85% 0.01K 3 512 12K kmalloc-cg-8 + 768 678 88% 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 720 93% 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 @@ -4885,26 +3864,26 @@ DirectMap1G: 28311552 kB 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 + 1024 600 58% 0.01K 2 512 8K kmalloc-rnd-10-8 + 1024 540 52% 0.01K 2 512 8K kmalloc-rnd-09-8 + 1024 540 52% 0.01K 2 512 8K kmalloc-rnd-08-8 512 480 93% 0.02K 2 256 8K kmalloc-rnd-07-16 - 1024 900 87% 0.01K 2 512 8K kmalloc-rnd-07-8 + 1024 1020 99% 0.01K 2 512 8K kmalloc-rnd-07-8 512 480 93% 0.02K 2 256 8K kmalloc-rnd-05-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 + 1024 540 52% 0.01K 2 512 8K kmalloc-8 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-13-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-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-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 @@ -4967,7 +3946,6 @@ DirectMap1G: 28311552 kB 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 0 0 0% 0.25K 0 32 0K dquot @@ -5068,7 +4046,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 9223372036854775807 -fs.file-nr = 2253 0 9223372036854775807 +fs.file-nr = 2376 0 9223372036854775807 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -5175,7 +4153,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 111 root root 4096 Jul 27 21:49 .. +drwxr-xr-x 111 root root 4096 Jul 29 05:08 .. -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 @@ -5271,7 +4249,7 @@ inactive --- modprobe.d total 32 drwxr-xr-x 2 root root 4096 Jul 26 11:29 . -drwxr-xr-x 111 root root 4096 Jul 27 21:49 .. +drwxr-xr-x 111 root root 4096 Jul 29 05:08 .. -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 @@ -5458,12 +4436,12 @@ pvecm expected --- pveperf $ timeout 15 pveperf CPU BOGOMIPS: 46398.16 -REGEX/SECOND: 1716683 +REGEX/SECOND: 1706317 HD SIZE: 93.93 GB (/dev/mapper/pve-root) -BUFFERED READS: 2873.82 MB/sec -AVERAGE SEEK TIME: 0.04 ms -FSYNCS/SECOND: 262.64 -DNS EXT: 25.86 ms +BUFFERED READS: 2857.81 MB/sec +AVERAGE SEEK TIME: 0.05 ms +FSYNCS/SECOND: 264.30 +DNS EXT: 18.05 ms [exit=124 / not installed or not permitted] --- corosync.conf @@ -5558,7 +4536,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-tsys3 cpu=0.0327912914930789 mem=3481255936 maxmem=33351712768 maxdisk=100861726720 status=online ssl_fingerprint=null +pfv-tsys3 cpu=0.0440648595123159 mem=3567390720 maxmem=33351712768 maxdisk=100861726720 status=online ssl_fingerprint=null ############################################################################### # 10. NETWORK: INTERFACES @@ -5580,17 +4558,17 @@ pfv-tsys3 cpu=0.0327912914930789 mem=3481255936 maxmem=33351712768 maxdisk=10086 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 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 + 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 16.98 fdb_n_learned 103 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 21.8us 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 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 + 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 47.56 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.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 + 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 11.51 fdb_n_learned 79 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 21.8us 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 @@ -5617,7 +4595,7 @@ pfv-tsys3 cpu=0.0327912914930789 mem=3481255936 maxmem=33351712768 maxdisk=10086 $ 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 535sec preferred_lft 535sec +5: vmbr0 inet 192.168.2.5/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 510sec preferred_lft 510sec 6: datanet inet 10.100.100.3/24 scope global datanet\ valid_lft forever preferred_lft forever --- ip -o -6 addr (link-local filter) @@ -5652,7 +4630,7 @@ pfv-tsys3 cpu=0.0327912914930789 mem=3481255936 maxmem=33351712768 maxdisk=10086 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 535sec preferred_lft 535sec + valid_lft 510sec preferred_lft 510sec 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 @@ -5691,78 +4669,78 @@ 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 - 19374387 171479 0 0 0 0 + 23734205 205800 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 19374387 171479 0 0 0 0 + 23734205 205800 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:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 452069327 2463096 0 1649 0 1156907 + 1396813462 7672575 0 5407 0 3703729 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 + 504788314 1895710 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 RX: bytes packets errors dropped missed mcast - 413825700 1210070 0 1647 0 0 + 698111590 3501154 0 5405 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 + 4650961445 5427311 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 - 35021352 137901 0 0 0 0 + 46325169 203295 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 + 142233849 206204 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 - 248602136 1825797 0 0 0 952417 + 734193432 5610208 0 0 0 3024920 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 113673630 327464 0 0 0 0 + 282514965 782933 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 + 697554312 3494849 0 5 0 133652 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 + 4649583680 5421908 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 + 203640521 993464 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 + 878457358 5696038 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 123588739 1332678 0 1930 0 892897 + 412959328 4402225 0 6275 0 2965400 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -5772,37 +4750,37 @@ default via 192.168.3.254 dev vmbr0 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 - 58745980 290451 0 1574 0 0 + 204967940 998795 0 5331 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 259988534 1706491 0 0 0 0 + 878462689 5696038 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 259988534 1706491 0 1574 0 0 + 878462689 5696038 0 5331 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 58745980 290451 0 0 0 0 + 204967940 998795 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 --- ip neigh $ ip neigh 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.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 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 STALE 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.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.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 DELAY 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.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE @@ -5810,59 +4788,68 @@ default via 192.168.3.254 dev vmbr0 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::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 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::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::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 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::6ae7:a88a:4305:7761 dev vmbr0 lladdr e8:4e:06:af:b8:92 STALE +fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE +fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 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::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE +fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE +fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE +fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 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::86b:90fc:88ab:7eee dev vmbr0 lladdr 2a:cc:df:57:21:d2 STALE fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE +fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE +fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE +fe80::8d8c:54c7:7a35:50a5 dev vmbr0 lladdr 2c:54:91:2a:0d:59 STALE +fe80::109b:d06f:f2be:1dc4 dev vmbr0 lladdr 16:bc:55:38:d3:7f STALE +fe80::10e8:fff4:c9c7:c57b dev vmbr0 lladdr ba:71:00:a6:a3:12 STALE +fe80::be24:11ff:feee:2bb6 dev vmbr0 lladdr bc:24:11:ee:2b:b6 STALE +fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE +fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::54e4:4111:b359:b994 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE +fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 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::466:5100:c752:a95d dev vmbr0 lladdr ca:c3:35:a4:7f:c4 STALE +fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE +fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE +fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE +fe80::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 STALE +fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE +fe80::21b:78ff:fe5c:e9ce dev datanet lladdr 00:1b:78:5c:e9:ce STALE +fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE +fe80::be24:11ff:febb:6af dev vmbr0 lladdr bc:24:11:bb:06:af STALE +fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE +fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE +fe80::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c STALE +fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE +fe80::31a5:b7f8:2ff3:6959 dev vmbr0 lladdr 2c:54:91:2a:0d:59 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: 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 + lo: 23734205 205800 0 0 0 0 0 0 23734205 205800 0 0 0 0 0 0 + nic0: 1396813462 7672575 0 5407 0 0 0 3703729 504788314 1895710 0 0 0 0 0 0 +enx8cae4ccda774: 698111590 3501154 0 5405 0 0 0 0 4650961445 5427311 0 0 0 0 0 0 +tailscale0: 46325169 203295 0 0 0 0 0 0 142233849 206204 0 0 0 0 0 0 + vmbr0: 734193432 5610208 0 0 0 0 0 3024920 282514965 782933 0 0 0 0 0 0 +datanet: 697554312 3494849 0 5 0 0 0 133652 4649583680 5421908 0 0 0 0 0 0 +tap313i0: 203640521 993464 0 0 0 0 0 0 878457358 5696038 0 0 0 0 0 0 +fwbr313i0: 412959328 4402225 0 6275 0 0 0 2965400 0 0 0 0 0 0 0 0 +fwpr313p0: 204967940 998795 0 5331 0 0 0 0 878462689 5696038 0 0 0 0 0 0 +fwln313i0: 878462689 5696038 0 5331 0 0 0 0 204967940 998795 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route @@ -6733,19 +5720,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: 2463097 - tx_packets: 667682 - rx_bytes: 452069391 - tx_bytes: 179913956 - rx_broadcast: 470405 + rx_packets: 7672582 + tx_packets: 1895713 + rx_bytes: 1396814199 + tx_bytes: 504788678 + rx_broadcast: 1467450 tx_broadcast: 144 - rx_multicast: 1156907 - tx_multicast: 10099 + rx_multicast: 3703732 + tx_multicast: 33426 ----- ethtool: tap313i0 ----- [driver/version/firmware/bus-info -i] @@ -7035,7 +6022,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 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 48 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 11: tap313i0: mtu 1500 master fwbr313i0 state forwarding priority 32 cost 2 @@ -7043,7 +6030,7 @@ netlink error: Operation not supported 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 + 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 44 mcast_max_groups 0 --- bridge vlan $ bridge vlan @@ -7136,8 +6123,8 @@ done 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 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 + 9: 0 62827 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 12: 0 0 0 0 0 0 0 7687 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 @@ -7148,32 +6135,32 @@ done 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 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 + 127: 0 0 0 0 7793269 0 0 0 IR-PCI-MSI-0000:00:1f.6 0-edge nic0 + 128: 0 0 0 0 0 0 2984380 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd + 136: 0 0 0 0 0 0 16428 0 IR-PCI-MSIX-0000:04:00.0 0-edge nvme0q0 + 137: 0 0 0 0 0 123196 0 0 IR-PCI-MSIX-0000:04:00.0 1-edge nvme0q1 + 138: 0 0 0 31327 0 0 0 0 IR-PCI-MSIX-0000:04:00.0 2-edge nvme0q2 + 139: 0 0 0 0 0 0 0 65471 IR-PCI-MSIX-0000:04:00.0 3-edge nvme0q3 + 140: 0 0 110523 0 0 0 0 0 IR-PCI-MSIX-0000:04:00.0 4-edge nvme0q4 + 141: 0 0 0 0 0 0 41505 0 IR-PCI-MSIX-0000:04:00.0 5-edge nvme0q5 + 142: 47812 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:04:00.0 6-edge nvme0q6 + 143: 0 0 0 0 70401 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 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 + NMI: 134 128 133 130 170 121 134 124 Non-maskable interrupts + LOC: 11847558 11739710 11861153 11852030 22738179 11392843 13390589 11582535 Local timer interrupts SPU: 0 0 0 0 0 0 0 0 Spurious 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 + PMI: 134 128 133 130 170 121 134 124 Performance monitoring interrupts + IWI: 226 178 196 307 506 323 399 610 IRQ work interrupts RTR: 6 0 0 0 0 0 0 0 APIC ICR read retries - 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 + RES: 201173 174094 174523 178683 172557 157982 167867 175992 Rescheduling interrupts + CAL: 500099 387905 369758 351707 378189 338443 379524 340042 Function call interrupts + TLB: 25691 27532 27947 28151 27768 28482 30185 28718 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: 151 152 152 152 152 152 152 152 Machine check polls + MCP: 495 496 496 496 496 496 496 496 Machine check polls ERR: 3 MIS: 0 PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event @@ -7250,35 +6237,35 @@ done | head -n 60 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -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 +0002fed7 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +0003c2e6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +00037cc1 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +00034e72 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +016d92b5 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +00070cec 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +006fd966 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +00045bc5 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=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 +cpu0 total=0002fed7 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=0003c2e6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=00037cc1 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=00034e72 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=016d92b5 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=00070cec dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=006fd966 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=00045bc5 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 9673 0.0 -TcpRetransSegs 9550 0.0 +TcpAttemptFails 9676 0.0 +TcpRetransSegs 27994 0.0 TcpInErrs 6 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 @@ -7287,21 +6274,21 @@ TcpExtEmbryonicRsts 0 0.0 TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 -TcpExtTCPLossUndo 6 0.0 -TcpExtTCPLostRetransmit 628 0.0 +TcpExtTCPLossUndo 9 0.0 +TcpExtTCPLostRetransmit 667 0.0 TcpExtTCPRenoFailures 0 0.0 TcpExtTCPSackFailures 0 0.0 TcpExtTCPLossFailures 3 0.0 -TcpExtTCPFastRetrans 337 0.0 -TcpExtTCPSlowStartRetrans 161 0.0 -TcpExtTCPLossProbes 7932 0.0 -TcpExtTCPLossProbeRecovery 27 0.0 +TcpExtTCPFastRetrans 1324 0.0 +TcpExtTCPSlowStartRetrans 216 0.0 +TcpExtTCPLossProbes 25443 0.0 +TcpExtTCPLossProbeRecovery 43 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 26 0.0 -TcpExtTCPAbortOnData 184 0.0 -TcpExtTCPAbortOnClose 0 0.0 +TcpExtTCPSackRecoveryFail 33 0.0 +TcpExtTCPAbortOnData 645 0.0 +TcpExtTCPAbortOnClose 4 0.0 TcpExtTCPAbortOnMemory 0 0.0 -TcpExtTCPAbortOnTimeout 12 0.0 +TcpExtTCPAbortOnTimeout 13 0.0 TcpExtTCPAbortOnLinger 0 0.0 TcpExtTCPAbortFailed 0 0.0 TcpExtTCPMD5Failure 0 0.0 @@ -7316,7 +6303,7 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 1031 0.0 +TcpExtTCPSynRetrans 1064 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 TcpExtTCPRcvQDrop 0 0.0 @@ -7341,89 +6328,105 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 317 -TCP: 124 (estab 14, closed 99, orphaned 0, timewait 99) +Total: 329 +TCP: 170 (estab 18, closed 140, orphaned 0, timewait 139) Transport Total IP IPv6 RAW 0 0 0 UDP 7 4 3 -TCP 25 19 6 -INET 32 23 9 +TCP 30 20 10 +INET 37 24 13 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.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) +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.624sec,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,3.986sec,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,1min5sec,0) + skmem:(r0,rb1188254,t0,tb2885376,f0,w0,o0,bl0,d57) +0 0 10.100.100.3:749 10.100.100.4:2049 timer:(keepalive,44sec,0) + skmem:(r0,rb4814986,t0,tb626688,f0,w0,o0,bl0,d42) +0 0 10.100.100.3:752 10.100.100.4:2049 timer:(keepalive,54sec,0) + skmem:(r0,rb1519260,t0,tb1710336,f0,w0,o0,bl0,d41) +0 0 10.100.100.3:891 10.100.100.4:2049 timer:(keepalive,1min1sec,0) + skmem:(r0,rb2183494,t0,tb1292544,f0,w0,o0,bl0,d44) +0 0 127.0.0.1:5901 127.0.0.1:57514 + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 192.168.2.5:35614 9.9.9.9:443 timer:(keepalive,25sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 127.0.0.1:57514 127.0.0.1:5901 + skmem:(r0,rb191880,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 192.168.2.5:51790 192.200.0.107:443 timer:(keepalive,4.416sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.3:676 10.100.100.5:2049 timer:(keepalive,,0) + skmem:(r0,rb936772,t0,tb130560,f0,w0,o0,bl0,d1) +0 0 10.100.100.3:843 10.100.100.5:2049 timer:(keepalive,29sec,0) + skmem:(r0,rb934034,t0,tb130560,f0,w0,o0,bl0,d4) +0 0 10.100.100.3:959 10.100.100.5:2049 timer:(keepalive,1min10sec,0) + skmem:(r0,rb940980,t0,tb130560,f0,w0,o0,bl0,d3) +0 0 10.100.100.3:985 10.100.100.5:2049 timer:(keepalive,1min20sec,0) + skmem:(r0,rb932576,t0,tb130560,f0,w0,o0,bl0,d1) +0 0 [::ffff:100.66.186.10]:8006 [::ffff:100.109.70.137]:7666 + skmem:(r0,rb1400408,t0,tb69120,f0,w0,o0,bl0,d0) +0 119 [::ffff:100.66.186.10]:8006 [::ffff:100.109.70.137]:59411 timer:(on,160ms,0) + skmem:(r0,rb87380,t0,tb69120,f3017,w1079,o0,bl0,d0) +0 0 [::ffff:100.66.186.10]:45876 [::ffff:100.107.35.78]:50888 timer:(keepalive,5.661sec,0) + skmem:(r0,rb1739661,t0,tb130560,f0,w0,o0,bl0,d1717) --- ss -ti (TCP internals) $ ss -ti -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 +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.976/5.65 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:48 bytes_sent:552827 bytes_retrans:187 bytes_acked:552641 bytes_received:1144201 segs_out:11551 segs_in:11252 data_segs_out:3002 data_segs_in:6716 bbr:(bw:4.88Mbps,mrtt:10.988,pacing_gain:2.88672,cwnd_gain:2.88672) send 37.1Mbps lastsnd:2540 lastrcv:4346 lastack:2529 pacing_rate 20.6Mbps delivery_rate 4.88Mbps delivered:3003 app_limited busy:25332ms retrans:0/1 dsack_dups:1 rcv_rtt:293072 rcv_space:48027 rcv_ssthresh:540446 minrtt:10.988 snd_wnd:200448 rcv_wnd:540672 +ESTAB 0 0 192.168.2.5:57288 199.165.136.101:https + bbr wscale:10,12 rto:264 rtt:63.601/7.546 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:32 bytes_sent:9424749 bytes_retrans:646 bytes_acked:9424104 bytes_received:1944693 segs_out:40164 segs_in:31014 data_segs_out:20020 data_segs_in:19996 bbr:(bw:2.05Mbps,mrtt:41.328,pacing_gain:2.88672,cwnd_gain:2.88672) send 5.83Mbps lastsnd:2361 lastrcv:2298 lastack:2298 pacing_rate 7.03Mbps delivery_rate 2.05Mbps delivered:20021 app_limited busy:1317627ms retrans:0/1 dsack_dups:1 rcv_rtt:27136.6 rcv_space:47982 rcv_ssthresh:73545 minrtt:41.328 snd_wnd:87040 rcv_wnd:73728 +ESTAB 0 0 10.100.100.3:716 10.100.100.4:nfs + bbr wscale:9,12 rto:203 rtt:2.719/0.764 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:210 ssthresh:158 bytes_sent:1067268904 bytes_retrans:8318984 bytes_acked:1058949921 bytes_received:116885704 segs_out:986723 segs_in:593690 data_segs_out:777417 data_segs_in:288149 bbr:(bw:336Mbps,mrtt:1.384,pacing_gain:1.25,cwnd_gain:2) send 895Mbps lastsnd:109 lastrcv:97 lastack:97 pacing_rate 416Mbps delivery_rate 336Mbps delivered:777209 app_limited busy:1142316ms retrans:0/6466 dsack_dups:6257 rcv_rtt:4.75 rcv_space:252732 rcv_ssthresh:788437 minrtt:0.582 snd_wnd:486400 rcv_wnd:790528 rehash:14 +ESTAB 0 0 10.100.100.3:kerberos-adm 10.100.100.4:nfs + bbr wscale:9,12 rto:203 rtt:2.802/0.657 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:140 ssthresh:174 bytes_sent:1066715696 bytes_retrans:8341428 bytes_acked:1058374269 bytes_received:114236040 segs_out:988203 segs_in:587968 data_segs_out:777045 data_segs_in:286285 bbr:(bw:235Mbps,mrtt:1.337,pacing_gain:1.25,cwnd_gain:2) send 579Mbps lastsnd:97 lastrcv:109 lastack:94 pacing_rate 290Mbps delivery_rate 235Mbps delivered:776860 app_limited busy:1144317ms retrans:0/6476 dsack_dups:6290 rcv_rtt:2.125 rcv_space:402728 rcv_ssthresh:3197451 minrtt:0.448 snd_wnd:608768 rcv_wnd:3198976 rehash:13 +ESTAB 0 0 10.100.100.3:752 10.100.100.4:nfs + bbr wscale:9,12 rto:208 rtt:7.489/10.5 ato:59 mss:1448 pmtu:1500 rcvmss:940 advmss:1448 cwnd:28 ssthresh:204 bytes_sent:1059755560 bytes_retrans:8254856 bytes_acked:1051500705 bytes_received:115742636 segs_out:981609 segs_in:591713 data_segs_out:772103 data_segs_in:287307 bbr:(bw:32.2Mbps,mrtt:1.632,pacing_gain:1.25,cwnd_gain:2) send 43.3Mbps lastsnd:109 lastrcv:131 lastack:66 pacing_rate 39.9Mbps delivery_rate 30.1Mbps delivered:771876 app_limited busy:1143482ms retrans:0/6427 dsack_dups:6199 rcv_rtt:2 rcv_space:320808 rcv_ssthresh:854583 minrtt:0.542 snd_wnd:555008 rcv_wnd:1011712 rehash:17 +ESTAB 0 0 10.100.100.3:891 10.100.100.4:nfs + bbr wscale:9,12 rto:203 rtt:2.855/0.892 ato:40 mss:1448 pmtu:1500 rcvmss:940 advmss:1448 cwnd:104 ssthresh:154 bytes_sent:1063522800 bytes_retrans:8315736 bytes_acked:1055207065 bytes_received:117585160 segs_out:986610 segs_in:594127 data_segs_out:774636 data_segs_in:288561 bbr:(bw:175Mbps,mrtt:1.358,pacing_gain:1.25,cwnd_gain:2) send 422Mbps lastsnd:131 lastrcv:109 lastack:109 pacing_rate 216Mbps delivery_rate 175Mbps delivered:774436 app_limited busy:1138871ms rwnd_limited:9ms(0.0%) retrans:0/6452 dsack_dups:6251 rcv_rtt:1.25 rcv_space:401420 rcv_ssthresh:1228215 minrtt:0.515 snd_wnd:663552 rcv_wnd:1449984 rehash:10 +ESTAB 0 0 127.0.0.1:5901 127.0.0.1:57514 + bbr wscale:12,12 rto:205 rtt:4.356/0.467 ato:40 mss:22528 pmtu:65535 rcvmss:536 advmss:65483 cwnd:18 bytes_sent:94577 bytes_acked:94577 bytes_received:38408 segs_out:7645 segs_in:3841 data_segs_out:3822 data_segs_in:3828 bbr:(bw:12.9Gbps,mrtt:0.014,pacing_gain:2.88672,cwnd_gain:2.88672) send 745Mbps lastsnd:193 lastrcv:189 lastack:189 pacing_rate 368Gbps delivery_rate 12.9Gbps delivered:3823 app_limited busy:17907ms rcv_space:43690 rcv_ssthresh:43690 minrtt:0.014 snd_wnd:45056 rcv_wnd:45056 +ESTAB 0 0 192.168.2.5:35614 9.9.9.9:https + bbr wscale:11,12 rto:212 rtt:11.058/0.648 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:13889 bytes_acked:13890 bytes_received:23126 segs_out:216 segs_in:210 data_segs_out:209 data_segs_in:107 bbr:(bw:3.8Mbps,mrtt:9.45,pacing_gain:2.88672,cwnd_gain:2.88672) send 18.9Mbps lastsnd:2568 lastrcv:2553 lastack:2553 pacing_rate 25.2Mbps delivery_rate 3.8Mbps delivered:210 app_limited busy:1133ms rcv_space:14480 rcv_ssthresh:57388 minrtt:9.45 snd_wnd:45056 rcv_wnd:61440 +ESTAB 0 0 127.0.0.1:57514 127.0.0.1:5901 + bbr wscale:12,12 rto:201 rtt:0.023/0.008 ato:40 mss:22528 pmtu:65535 rcvmss:965 advmss:65483 cwnd:18 bytes_sent:38408 bytes_acked:38409 bytes_received:94577 segs_out:3841 segs_in:7646 data_segs_out:3828 data_segs_in:3822 bbr:(bw:22.5Gbps,mrtt:0.008,pacing_gain:2.88672,cwnd_gain:2.88672) send 141Gbps lastsnd:191 lastrcv:195 lastack:191 pacing_rate 238Gbps delivery_rate 22.5Gbps delivered:3829 app_limited busy:197ms rcv_rtt:366115 rcv_space:45087 rcv_ssthresh:43690 minrtt:0.008 snd_wnd:45056 rcv_wnd:45056 +ESTAB 0 0 192.168.2.5:51790 192.200.0.107:https + bbr wscale:10,12 rto:343 rtt:138.106/4.727 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:3047 bytes_acked:3048 bytes_received:84868 segs_out:1324 segs_in:1332 data_segs_out:16 data_segs_in:685 bbr:(bw:344kbps,mrtt:134.36,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.51Mbps lastsnd:4725019 lastrcv:2769 lastack:2769 pacing_rate 2.41Mbps delivery_rate 344kbps delivered:17 app_limited busy:1626ms rcv_rtt:136 rcv_space:16778 rcv_ssthresh:57388 minrtt:134.36 snd_wnd:80896 rcv_wnd:61440 +ESTAB 0 0 100.66.186.10:ssh 100.101.187.119:34074 + bbr wscale:7,12 rto:207 rtt:6.516/10.423 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:19.1Mbps,mrtt:0.707,pacing_gain:2.88672,cwnd_gain:2.88672) send 39.2Mbps lastsnd:1716 lastrcv:1716 lastack:1715 pacing_rate 293Mbps delivery_rate 19.1Mbps delivered:17 app_limited busy:68ms rcv_rtt:6 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.707 snd_wnd:77312 rcv_wnd:61440 +ESTAB 0 0 10.100.100.3:676 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.748/0.202 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:50 bytes_sent:3181640 bytes_retrans:336 bytes_acked:3181305 bytes_received:3593212 segs_out:37267 segs_in:19287 data_segs_out:18829 data_segs_in:18899 bbr:(bw:30.6Mbps,mrtt:0.379,pacing_gain:2.88672,cwnd_gain:2.88672) send 331Mbps lastsnd:9539 lastrcv:9538 lastack:9538 pacing_rate 152Mbps delivery_rate 30.6Mbps delivered:18828 app_limited busy:47428ms retrans:0/2 rcv_rtt:1.455 rcv_space:65316 rcv_ssthresh:621437 minrtt:0.379 snd_wnd:131072 rcv_wnd:622592 +ESTAB 0 0 10.100.100.3:843 10.100.100.5:nfs + bbr wscale:12,12 rto:204 rtt:3.198/3.189 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:48 bytes_sent:3180808 bytes_acked:3180809 bytes_received:3658712 segs_out:37244 segs_in:19284 data_segs_out:18824 data_segs_in:18942 bbr:(bw:36.9Mbps,mrtt:0.314,pacing_gain:2.88672,cwnd_gain:2.88672) send 174Mbps lastsnd:9544 lastrcv:9542 lastack:9542 pacing_rate 180Mbps delivery_rate 36.9Mbps delivered:18825 app_limited busy:46143ms rcv_rtt:1.234 rcv_space:64208 rcv_ssthresh:619619 minrtt:0.314 snd_wnd:131072 rcv_wnd:622592 +ESTAB 0 0 10.100.100.3:959 10.100.100.5:nfs + bbr wscale:12,12 rto:203 rtt:2.283/1.328 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:50 bytes_sent:3181520 bytes_retrans:344 bytes_acked:3181177 bytes_received:3649704 segs_out:37192 segs_in:19247 data_segs_out:18826 data_segs_in:18932 bbr:(bw:24.3Mbps,mrtt:0.477,pacing_gain:2.88672,cwnd_gain:2.88672) send 254Mbps lastsnd:9545 lastrcv:9544 lastack:9544 pacing_rate 171Mbps delivery_rate 24.3Mbps delivered:18825 app_limited busy:46962ms retrans:0/2 rcv_rtt:1.234 rcv_space:65492 rcv_ssthresh:624232 minrtt:0.477 snd_wnd:131072 rcv_wnd:626688 +ESTAB 0 0 10.100.100.3:985 10.100.100.5:nfs + bbr wscale:12,12 rto:203 rtt:2.245/1.326 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:58 bytes_sent:3181180 bytes_retrans:336 bytes_acked:3180845 bytes_received:3667768 segs_out:37251 segs_in:19320 data_segs_out:18827 data_segs_in:18945 bbr:(bw:33.5Mbps,mrtt:0.594,pacing_gain:2.88672,cwnd_gain:2.88672) send 299Mbps lastsnd:9567 lastrcv:9566 lastack:9566 pacing_rate 167Mbps delivery_rate 33.5Mbps delivered:18826 app_limited busy:47302ms retrans:0/2 rcv_rtt:1.125 rcv_space:65400 rcv_ssthresh:618651 minrtt:0.594 snd_wnd:131072 rcv_wnd:622592 +ESTAB 0 0 [::ffff:100.66.186.10]:8006 [::ffff:100.109.70.137]:7666 + bbr wscale:8,12 rto:205 rtt:4.018/0.478 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:36 bytes_sent:189987 bytes_retrans:53 bytes_acked:189934 bytes_received:148950 segs_out:7652 segs_in:3840 data_segs_out:3828 data_segs_in:3834 bbr:(bw:8.01Mbps,mrtt:1.4,pacing_gain:2.88672,cwnd_gain:2.88672) send 88.9Mbps lastsnd:201 lastrcv:197 lastack:197 pacing_rate 103Mbps delivery_rate 8.01Mbps delivered:3829 app_limited busy:17689ms retrans:0/1 dsack_dups:1 rcv_rtt:222187 rcv_space:45210 rcv_ssthresh:35498 minrtt:1.4 snd_wnd:64512 rcv_wnd:45056 +ESTAB 0 0 [::ffff:100.66.186.10]:8006 [::ffff:100.109.70.137]:59411 + bbr wscale:8,12 rto:207 rtt:6.791/11.647 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:16 bytes_sent:4803 bytes_acked:4803 bytes_received:2988 segs_out:8 segs_in:9 data_segs_out:6 data_segs_in:4 bbr:(bw:13.2Mbps,mrtt:0.806,pacing_gain:2.88672,cwnd_gain:2.88672) send 23.4Mbps lastsnd:60 lastrcv:62 lastack:16 pacing_rate 352Mbps delivery_rate 13.2Mbps delivered:7 app_limited busy:48ms rcv_space:12400 rcv_ssthresh:45528 minrtt:0.806 snd_wnd:65280 rcv_wnd:49152 +ESTAB 0 0 [::ffff:100.66.186.10]:45876 [::ffff:100.107.35.78]:50888 + bbr wscale:11,12 rto:249 rtt:48.233/0.389 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:23 bytes_sent:812767 bytes_acked:812767 bytes_received:129419 segs_out:8215 segs_in:7002 data_segs_out:3040 data_segs_in:2923 bbr:(bw:969kbps,mrtt:46.881,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.68Mbps lastsnd:24604 lastrcv:24553 lastack:9309 pacing_rate 6.05Mbps delivery_rate 969kbps delivered:3041 app_limited busy:85991ms rcv_rtt:308840 rcv_space:43007 rcv_ssthresh:25940 minrtt:46.543 snd_wnd:559104 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 75906 13624 9673 14 14 1450450 2044525 9550 6 505 0 +Tcp: 1 200 120000 -1 236069 19148 9676 19 18 3776337 5951595 27994 6 1573 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 75906 13624 9673 14 14 1450450 2044525 9550 6 505 0 +Tcp: 1 200 120000 -1 236069 19148 9676 19 18 3776337 5951595 27994 6 1573 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -7590,18 +6593,18 @@ Filesystem Size Used Avail Use% Mounted on udev 15G 0 15G 0% /dev 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 16G 37M 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/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-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/D5 1.8T 210G 1.5T 13% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.4G 432G 1% /mnt/pve/S4 +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 189G 2.4T 8% /mnt/pve/D2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 26G 844G 3% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 131G 91G 59% /mnt/pve/T5-SSD +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 13G 857G 2% /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 @@ -7610,19 +6613,19 @@ tmpfs 3.2G 4.0K 3.2G 1% /run/user/0 Filesystem Inodes IUsed IFree IUse% Mounted on 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 +/dev/mapper/pve-root 6291456 126656 6164800 3% / +tmpfs 4071254 86 4071168 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/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/D5 122101760 56 122101704 1% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 15 30531569 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/S2 61054976 21 61054955 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/S3 61054976 19 61054957 1% /mnt/pve/S3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 21 61054955 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 @@ -7695,11 +6698,11 @@ done Last mounted on: / Block count: 25165824 Reserved block count: 1258291 -Free blocks: 18983140 +Free blocks: 18981548 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Mon Jul 27 08:07:08 2026 -Last write time: Mon Jul 27 21:08:18 2026 +Last write time: Wed Jul 29 04:11:11 2026 Mount count: 31 Maximum mount count: -1 Last checked: Tue Feb 10 08:46:24 2026 @@ -7744,23 +6747,23 @@ done $ nfsstat -c Client rpc stats: calls retrans authrefrsh -313620 4 315496 +1023679 4 1029228 Client nfs v4: null read write commit open -2 0% 4411 1% 246317 78% 22706 7% 0 0% +2 0% 4799 0% 804243 78% 72464 7% 0 0% open_conf open_noat open_dgrd close setattr -0 0% 3 0% 0 0% 0 0% 0 0% +0 0% 77 0% 0 0% 56 0% 0 0% fsinfo renew setclntid confirm lock 32 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 58 0% 9502 3% 69 0% +0 0% 0 0% 143 0% 33510 3% 80 0% lookup_root remove rename link symlink 8 0% 0 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -0 0% 32 0% 30340 9% 0 0% 0 0% +0 0% 32 0% 109278 10% 0 0% 57 0% server_caps delegreturn getacl setacl fs_locations -64 0% 2 0% 0 0% 0 0% 0 0% +64 0% 18 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 @@ -7770,7 +6773,7 @@ getdevinfo layoutcommit layoutreturn secinfo_no test_stateid free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek 0 0% 0 0% 8 0% 0 0% 0 0% allocate deallocate layoutstats clone -0 0% 0 0% 93 0% 0 0% +0 0% 0 0% 174 0% 0 0% --- nfsstat -s (server stats) @@ -7782,7 +6785,7 @@ Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory). $ nfsstat -234 Client rpc stats: calls retrans authrefrsh -313620 4 315496 +1023679 4 1029228 Client nfs v2: null getattr setattr root lookup @@ -7808,19 +6811,19 @@ pathconf commit Client nfs v4: null read write commit open -2 0% 4411 1% 246317 78% 22706 7% 0 0% +2 0% 4799 0% 804243 78% 72464 7% 0 0% open_conf open_noat open_dgrd close setattr -0 0% 3 0% 0 0% 0 0% 0 0% +0 0% 77 0% 0 0% 56 0% 0 0% fsinfo renew setclntid confirm lock 32 0% 0 0% 0 0% 0 0% 0 0% lockt locku access getattr lookup -0 0% 0 0% 58 0% 9502 3% 69 0% +0 0% 0 0% 143 0% 33510 3% 80 0% lookup_root remove rename link symlink 8 0% 0 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -0 0% 32 0% 30340 9% 0 0% 0 0% +0 0% 32 0% 109278 10% 0 0% 57 0% server_caps delegreturn getacl setacl fs_locations -64 0% 2 0% 0 0% 0 0% 0 0% +64 0% 18 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 @@ -7830,7 +6833,7 @@ getdevinfo layoutcommit layoutreturn secinfo_no test_stateid free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek 0 0% 0 0% 8 0% 0 0% 0 0% allocate deallocate layoutstats clone -0 0% 0 0% 93 0% 0 0% +0 0% 0 0% 174 0% 0 0% --- showmount -e (exports) @@ -7841,8 +6844,8 @@ clnt_create: RPC: Timed out --- /proc/net/rpc/nfs $ cat /proc/net/rpc/nfs net 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 +rpc 1024998 4 1030552 +proc4 71 2 4799 805318 72538 0 0 77 0 56 0 32 0 0 0 0 0 0 144 33546 81 8 0 0 0 0 0 32 109412 0 57 64 18 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 174 0 0 0 0 0 0 0 0 0 0 0 0 0 --- /proc/net/rpc/nfsd $ cat /proc/net/rpc/nfsd @@ -7987,14 +6990,14 @@ Nobody-Group = nogroup --- pvesm status $ pvesm status Name Type Status Total (KiB) Used (KiB) Available (KiB) % -D2 nfs active 2883130368 195178496 2541422592 6.77% +D2 nfs active 2883130368 197245952 2539355136 6.84% D3 nfs active 491133952 2048 466110464 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 126919680 105585664 51.80% -local dir active 98497780 22565108 70883124 22.91% +D5 nfs active 1921726464 219219968 1604814848 11.41% +S2 nfs active 960304128 26530816 884918272 2.76% +S3 nfs active 960304128 13431808 898018304 1.40% +S4 nfs active 479597568 2460672 452701184 0.51% +T5-SSD nfs active 245023744 137123840 95380480 55.96% +local dir active 98497780 22571592 70876640 22.92% local-lvm lvmthin active 365760512 0 365760512 0.00% --- pvesm list per storage @@ -8032,8 +7035,7 @@ Volid Format Type Size VMID --- pvesm config D3 --- --- storage: D5 --- 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:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 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 @@ -8046,25 +7048,25 @@ 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: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 -S2:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S2:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 S2:706/vm-706-disk-0.qcow2 qcow2 images 34359738368 706 +S2:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 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:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 +S3:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906 --- pvesm config S3 --- --- storage: S4 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S4:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 --- pvesm config S4 --- --- storage: T5-SSD --- Volid Format Type Size VMID @@ -8560,7 +7562,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -21 1 0x01 148 40256 4606019848 49647462110895 +21 1 0x01 148 40256 4606019848 162360335933612 name type data hits 4 0 iohits 4 0 @@ -8690,8 +7692,8 @@ memory_throttle_count 4 0 memory_direct_count 4 0 memory_indirect_count 4 0 memory_all_bytes 4 33351712768 -memory_free_bytes 4 30031388672 -memory_available_bytes 3 28813828608 +memory_free_bytes 4 29785407488 +memory_available_bytes 3 28567847424 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -8713,7 +7715,7 @@ abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -17 1 0x01 13 3536 4594351598 49647463240001 +17 1 0x01 13 3536 4594351598 162360337082774 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -8731,7 +7733,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -16 1 0x01 8 2176 4594350644 49647464404675 +16 1 0x01 8 2176 4594350644 162360338185438 name type data hits 4 0 future 4 0 @@ -8749,7 +7751,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 4594230654 49647466563770 +14 1 0x01 20 5440 4594230654 162360340477723 name type data struct_size 4 96 linear_cnt 4 0 @@ -8907,7 +7909,7 @@ no pools available $ arc_summary ------------------------------------------------------------------------ -ZFS Subsystem Report Mon Jul 27 21:54:33 2026 +ZFS Subsystem Report Wed Jul 29 05:13:06 2026 Linux 7.0.14-6-pve 2.4.3-pve1 Machine: pfv-tsys3 (x86_64) 2.4.3-pve1 @@ -8917,8 +7919,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.0 GiB - Available memory size: 26.9 GiB + Free memory size: 27.8 GiB + Available memory size: 26.6 GiB ARC structural breakdown (current size): 1.9 KiB Compressed size: 0.0 % 0 Bytes @@ -9441,7 +8443,7 @@ TIME CLASS $ nvme list 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 +/dev/nvme0n1 /dev/ng0n1 S33YNX0J331581 PM961 NVMe SAMSUNG 512GB 0x1 128.35 GB / 512.11 GB 512 B + 0 B CXY74D1Q --- nvme smart-log per device $ for n in /dev/nvme[0-9]*; do @@ -9454,25 +8456,25 @@ done --- /dev/nvme0n1 smart-log --- Smart Log for NVME device:nvme0n1 namespace-id:ffffffff critical_warning : 0 -temperature : 91 °F (306 K) +temperature : 82 °F (301 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 +Data Units Read : 60556182 (31.00 TB) +Data Units Written : 114499244 (58.62 TB) +host_read_commands : 1177609756 +host_write_commands : 2670548654 +controller_busy_time : 25286 power_cycles : 1515 -power_on_hours : 11244 +power_on_hours : 11245 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) +Temperature Sensor 1 : 82 °F (301 K) +Temperature Sensor 2 : 87 °F (304 K) Thermal Management T1 Trans Count : 0 Thermal Management T2 Trans Count : 0 Thermal Management T1 Total Time : 0 @@ -9561,25 +8563,25 @@ status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an un --- /dev/nvme0n1p1 smart-log --- Smart Log for NVME device:nvme0n1p1 namespace-id:ffffffff critical_warning : 0 -temperature : 91 °F (306 K) +temperature : 82 °F (301 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 +Data Units Read : 60556182 (31.00 TB) +Data Units Written : 114499244 (58.62 TB) +host_read_commands : 1177609756 +host_write_commands : 2670548654 +controller_busy_time : 25286 power_cycles : 1515 -power_on_hours : 11244 +power_on_hours : 11245 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) +Temperature Sensor 1 : 82 °F (301 K) +Temperature Sensor 2 : 87 °F (304 K) Thermal Management T1 Trans Count : 0 Thermal Management T2 Trans Count : 0 Thermal Management T1 Total Time : 0 @@ -9668,25 +8670,25 @@ status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an un --- /dev/nvme0n1p2 smart-log --- Smart Log for NVME device:nvme0n1p2 namespace-id:ffffffff critical_warning : 0 -temperature : 91 °F (306 K) +temperature : 82 °F (301 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 +Data Units Read : 60556182 (31.00 TB) +Data Units Written : 114499244 (58.62 TB) +host_read_commands : 1177609756 +host_write_commands : 2670548654 +controller_busy_time : 25286 power_cycles : 1515 -power_on_hours : 11244 +power_on_hours : 11245 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) +Temperature Sensor 1 : 82 °F (301 K) +Temperature Sensor 2 : 87 °F (304 K) Thermal Management T1 Trans Count : 0 Thermal Management T2 Trans Count : 0 Thermal Management T1 Total Time : 0 @@ -9775,25 +8777,25 @@ status_field : 0x2002 (Invalid Field in Command: A reserved coded value or an un --- /dev/nvme0n1p3 smart-log --- Smart Log for NVME device:nvme0n1p3 namespace-id:ffffffff critical_warning : 0 -temperature : 91 °F (306 K) +temperature : 82 °F (301 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 +Data Units Read : 60556182 (31.00 TB) +Data Units Written : 114499244 (58.62 TB) +host_read_commands : 1177609756 +host_write_commands : 2670548654 +controller_busy_time : 25286 power_cycles : 1515 -power_on_hours : 11244 +power_on_hours : 11245 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) +Temperature Sensor 1 : 82 °F (301 K) +Temperature Sensor 2 : 87 °F (304 K) Thermal Management T1 Trans Count : 0 Thermal Management T2 Trans Count : 0 Thermal Management T1 Total Time : 0 @@ -10076,14 +9078,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 94057, + "rx-bytes" : 101289, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 1073, - "tx-bytes" : 94057, + "rx-packets" : 1137, + "tx-bytes" : 101289, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 1073 + "tx-packets" : 1137 } }, { @@ -10095,9 +9097,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::c", + "ip-address" : "2600:1700:1d1:eb00:dba0:8c5:2d29:8fa7", "ip-address-type" : "ipv6", - "prefix" : 128 + "prefix" : 64 }, --- VM 3000 runtime --- @@ -10276,13 +9278,13 @@ 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 Mon 2026-07-27 08:07:53 CDT; 13h ago + Active: active (running) since Mon 2026-07-27 08:07:53 CDT; 1 day 21h 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 + Memory: 54.8M (peak: 69.1M) + CPU: 1min 12.362s CGroup: /system.slice/pve-cluster.service └─1056 /usr/bin/pmxcfs @@ -10293,61 +9295,64 @@ Jul 27 08:07:53 pfv-tsys3 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 Mon 2026-07-27 08:07:54 CDT; 13h ago + Active: active (running) since Mon 2026-07-27 08:07:54 CDT; 1 day 21h ago Invocation: f0b8476041234413a75386ee4b7a6a69 Process: 1233 ExecStart=/usr/bin/pvedaemon start (code=exited, status=0/SUCCESS) Main PID: 1273 (pvedaemon) - Tasks: 4 (limit: 34658) - Memory: 187.8M (peak: 444.7M) - CPU: 42.190s + Tasks: 6 (limit: 34658) + Memory: 317.2M (peak: 444.7M) + CPU: 1min 1.436s CGroup: /system.slice/pvedaemon.service ├─ 1273 pvedaemon - ├─158724 "pvedaemon worker" - ├─159182 "pvedaemon worker" - └─159427 "pvedaemon worker" + ├─632217 "pvedaemon worker" + ├─661817 "pvedaemon worker" + ├─728554 "pvedaemon worker" + ├─783955 "task UPID:pfv-tsys3:000BF653:00F63AA2:6A69CE51:vncproxy:313:root@pam:" + └─783957 /usr/bin/perl /usr/sbin/qm vncproxy 313 -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' +Jul 29 01:48:01 pfv-tsys3 pvedaemon[1273]: worker 728554 started +Jul 29 04:56:29 pfv-tsys3 pvedaemon[661817]: successful auth for user 'root@pam' +Jul 29 04:56:30 pfv-tsys3 pvedaemon[632217]: successful auth for user 'root@pam' +Jul 29 04:56:31 pfv-tsys3 pvedaemon[783927]: starting vnc proxy UPID:pfv-tsys3:000BF637:00F639D0:6A69CE4F:vncproxy:313:root@pam: +Jul 29 04:56:31 pfv-tsys3 pvedaemon[632217]: starting task UPID:pfv-tsys3:000BF637:00F639D0:6A69CE4F:vncproxy:313:root@pam: +Jul 29 04:56:32 pfv-tsys3 pvedaemon[632217]: end task UPID:pfv-tsys3:000BF637:00F639D0:6A69CE4F:vncproxy:313:root@pam: OK +Jul 29 04:56:33 pfv-tsys3 pvedaemon[661817]: successful auth for user 'root@pam' +Jul 29 04:56:33 pfv-tsys3 pvedaemon[783955]: starting vnc proxy UPID:pfv-tsys3:000BF653:00F63AA2:6A69CE51:vncproxy:313:root@pam: +Jul 29 04:56:33 pfv-tsys3 pvedaemon[728554]: starting task UPID:pfv-tsys3:000BF653:00F63AA2:6A69CE51:vncproxy:313:root@pam: +Jul 29 05:11:33 pfv-tsys3 pvedaemon[661817]: 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 Mon 2026-07-27 08:07:56 CDT; 13h ago + Active: active (running) since Mon 2026-07-27 08:07:56 CDT; 1 day 21h 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) + Process: 705043 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) Main PID: 1282 (pveproxy) Tasks: 4 (limit: 34658) - Memory: 243.3M (peak: 338.9M) - CPU: 1min 19.150s + Memory: 264.6M (peak: 483.4M) + CPU: 2min 9.138s CGroup: /system.slice/pveproxy.service ├─ 1282 pveproxy - ├─158416 "pveproxy worker" - ├─159016 "pveproxy worker" - └─160849 "pveproxy worker" + ├─705082 "pveproxy worker" + ├─705083 "pveproxy worker" + └─705084 "pveproxy worker" -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 +Jul 29 00:28:11 pfv-tsys3 pveproxy[1282]: starting 3 worker(s) +Jul 29 00:28:11 pfv-tsys3 pveproxy[1282]: worker 705082 started +Jul 29 00:28:11 pfv-tsys3 pveproxy[1282]: worker 705083 started +Jul 29 00:28:11 pfv-tsys3 pveproxy[1282]: worker 705084 started +Jul 29 00:28:16 pfv-tsys3 pveproxy[278732]: worker exit +Jul 29 00:28:16 pfv-tsys3 pveproxy[278731]: worker exit +Jul 29 00:28:16 pfv-tsys3 pveproxy[278733]: worker exit +Jul 29 00:28:16 pfv-tsys3 pveproxy[1282]: worker 278732 finished +Jul 29 00:28:16 pfv-tsys3 pveproxy[1282]: worker 278733 finished +Jul 29 00:28:16 pfv-tsys3 pveproxy[1282]: worker 278731 finished ● 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:07:54 CDT; 13h ago + Active: active (running) since Mon 2026-07-27 08:07:54 CDT; 1 day 21h 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) @@ -10355,8 +9360,8 @@ Jul 27 18:39:41 pfv-tsys3 pveproxy[159015]: worker exit Process: 1244 ExecStart=/usr/sbin/pve-firewall start (code=exited, status=0/SUCCESS) Main PID: 1250 (pve-firewall) Tasks: 1 (limit: 34658) - Memory: 107.4M (peak: 124.6M) - CPU: 5min 56.174s + Memory: 107.2M (peak: 124.6M) + CPU: 19min 22.437s CGroup: /system.slice/pve-firewall.service └─1250 pve-firewall @@ -10374,18 +9379,16 @@ Jul 27 08:07:54 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 Mon 2026-07-27 08:07:54 CDT; 13h ago + Active: active (running) since Mon 2026-07-27 08:07:54 CDT; 1 day 21h ago Invocation: 2bf2897be20a406d99175ad6d520c7b7 Process: 1234 ExecStart=/usr/bin/pvestatd start (code=exited, status=0/SUCCESS) Main PID: 1248 (pvestatd) Tasks: 1 (limit: 34658) - Memory: 129.5M (peak: 221.9M) - CPU: 13min 28.815s + Memory: 129.1M (peak: 221.9M) + CPU: 47min 27.118s CGroup: /system.slice/pvestatd.service └─1248 pvestatd -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 @@ -10393,7 +9396,6 @@ 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 @@ -10404,14 +9406,14 @@ 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:07:10 CDT; 13h ago + Active: active (running) since Mon 2026-07-27 08:07:10 CDT; 1 day 21h ago Invocation: dcfba09a5f7e48abbb9b2375dc0baa12 TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) Main PID: 621 (rpcbind) Tasks: 1 (limit: 34658) Memory: 616K (peak: 1.7M) - CPU: 63ms + CPU: 177ms CGroup: /system.slice/rpcbind.service └─621 /usr/sbin/rpcbind -f -w @@ -10429,7 +9431,7 @@ Jul 27 08:07:10 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 Mon 2026-07-27 08:07:10 CDT; 13h ago + Active: active (exited) since Mon 2026-07-27 08:07:10 CDT; 1 day 21h ago Invocation: dcd4275798ad4e6394f2ef839b5356e8 Docs: man:zfs(8) Process: 537 ExecStart=/usr/sbin/zfs mount -a (code=exited, status=0/SUCCESS) @@ -10442,15 +9444,15 @@ Jul 27 08:07:10 pfv-tsys3 systemd[1]: Finished zfs-mount.service - Mount ZFS fil ● 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:07:10 CDT; 13h ago + Active: active (running) since Mon 2026-07-27 08:07:10 CDT; 1 day 21h ago Invocation: 91c563bf48c345dc81b37fb25f0a76c6 Docs: man:smartd(8) man:smartd.conf(5) Main PID: 701 (smartd) - Status: "Next check of 1 device will start at 22:07:10" + Status: "Next check of 1 device will start at 05:37:10" Tasks: 1 (limit: 34658) Memory: 3M (peak: 4.4M) - CPU: 47ms + CPU: 75ms CGroup: /system.slice/smartmontools.service └─701 /usr/sbin/smartd -n -q never @@ -10472,27 +9474,27 @@ Jul 27 08:07:10 pfv-tsys3 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 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 +Wed 2026-07-29 05:20:00 CDT 6min Wed 2026-07-29 05:10:08 CDT 3min 8s ago sysstat-collect.timer sysstat-collect.service +Wed 2026-07-29 06:11:06 CDT 57min Tue 2026-07-28 06:22:08 CDT 22h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Wed 2026-07-29 08:22:13 CDT 3h 8min Tue 2026-07-28 08:22:13 CDT 20h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Wed 2026-07-29 17:16:15 CDT 12h Wed 2026-07-29 04:30:08 CDT 43min ago apt-daily.timer apt-daily.service +Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:08 CDT 5h 13min ago dpkg-db-backup.timer dpkg-db-backup.service +Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:08 CDT 5h 13min ago sysstat-rotate.timer sysstat-rotate.service +Thu 2026-07-30 00:07:00 CDT 18h Wed 2026-07-29 00:07:08 CDT 5h 6min ago sysstat-summary.timer sysstat-summary.service +Thu 2026-07-30 00:51:18 CDT 19h Wed 2026-07-29 00:28:08 CDT 4h 45min ago logrotate.timer logrotate.service +Thu 2026-07-30 02:40:04 CDT 21h Wed 2026-07-29 01:21:08 CDT 3h 52min ago beszel-agent-update.timer beszel-agent-update.service +Thu 2026-07-30 03:09:29 CDT 21h Wed 2026-07-29 02:38:08 CDT 2h 35min ago pve-daily-update.timer pve-daily-update.service +Thu 2026-07-30 09:38:24 CDT 1 day 4h Wed 2026-07-29 04:02:08 CDT 1h 11min ago man-db.timer man-db.service +Sun 2026-08-02 03:10:06 CDT 3 days Sun 2026-07-26 03:10:33 CDT - e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:27 CDT 3 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 4 days Mon 2026-07-27 01:36:25 CDT - fstrim.timer fstrim.service 14 timers listed. --- /etc/cron.d total 24 drwxr-xr-x 2 root root 4096 Jul 27 08:04 . -drwxr-xr-x 111 root root 4096 Jul 27 21:53 .. +drwxr-xr-x 111 root root 4096 Jul 29 05:12 .. -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 @@ -10502,7 +9504,7 @@ lrwxrwxrwx 1 root root 20 Feb 10 14:49 vzdump -> /etc/pve/vzdump.cron --- /etc/cron.daily total 32 drwxr-xr-x 2 root root 4096 Jul 27 08:04 . -drwxr-xr-x 111 root root 4096 Jul 27 21:53 .. +drwxr-xr-x 111 root root 4096 Jul 29 05:12 .. -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 @@ -10513,13 +9515,13 @@ drwxr-xr-x 111 root root 4096 Jul 27 21:53 .. --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Feb 10 14:47 . -drwxr-xr-x 111 root root 4096 Jul 27 21:53 .. +drwxr-xr-x 111 root root 4096 Jul 29 05:12 .. -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 111 root root 4096 Jul 27 21:53 .. +drwxr-xr-x 111 root root 4096 Jul 29 05:12 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -10558,215 +9560,219 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -0.45 0.19 0.08 1/309 235190 +0.52 0.36 0.37 1/309 791083 --- 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 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 + 0 1 0 28834016 23088 523240 0 0 169 17 754 1 0 0 98 1 0 0 + 1 0 0 28867320 23088 523356 0 0 0 0 1156 2174 0 1 97 2 0 0 + 0 0 0 28891796 23088 523356 0 0 0 0 685 1563 0 0 100 0 0 0 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 -Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys3) 07/29/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 +05:13:19 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +05:13:20 AM all 0.13 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.87 +05:13:21 AM all 0.75 0.00 0.13 0.13 0.00 0.00 0.00 0.00 0.00 98.99 +05:13:22 AM all 0.75 0.00 0.88 0.00 0.00 0.00 0.00 0.12 0.00 98.25 +Average: all 0.54 0.00 0.33 0.04 0.00 0.00 0.00 0.04 0.00 99.04 --- iostat -xz 1 3 $ iostat -xz 1 3 -Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys3) 07/29/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 + 0.26 0.00 0.32 1.24 0.00 98.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.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 +dm-0 0.00 0.02 0.00 0.00 0.10 15.78 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.04 120.02 0.00 0.00 0.18 115.57 2.26 17.62 0.00 0.00 3.68 7.80 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.01 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 2.23 169.98 0.06 2.78 1.00 76.18 1.54 17.62 0.74 32.25 3.21 11.41 0.00 0.00 0.00 0.00 0.00 0.00 0.14 1.42 0.01 0.25 avg-cpu: %user %nice %system %iowait %steal %idle - 0.12 0.00 0.25 0.00 0.00 99.62 + 0.50 0.00 1.13 0.00 0.00 98.37 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 + 0.25 0.00 0.13 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 -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 -Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys3) 07/29/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 +05:13:24 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +05:13:25 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 nvme0n1 +05:13:25 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +05:13:25 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +05:13:25 AM 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 +05:13:25 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +05:13:26 AM 2.00 0.00 40.00 0.00 20.00 0.01 4.50 0.90 nvme0n1 +05:13:26 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +05:13:26 AM 10.00 0.00 40.00 0.00 4.00 0.06 5.70 0.90 pve-root +05:13:26 AM 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: 1.00 0.00 20.00 0.00 20.00 0.01 4.50 0.45 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: 5.00 0.00 20.00 0.00 4.00 0.03 5.70 0.45 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 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys3) 07/29/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 +05:13:26 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +05:13:27 AM lo 28.00 28.00 3.63 3.63 0.00 0.00 0.00 0.00 +05:13:27 AM nic0 40.00 18.00 8.24 3.79 0.00 0.00 13.00 0.01 +05:13:27 AM enx8cae4ccda774 146.00 251.00 18.58 297.29 0.00 0.00 0.00 0.00 +05:13:27 AM tailscale0 10.00 15.00 1.70 2.03 0.00 0.00 0.00 0.00 +05:13:27 AM vmbr0 28.00 16.00 4.80 3.37 0.00 0.00 9.00 0.00 +05:13:27 AM datanet 146.00 252.00 18.58 297.36 0.00 0.00 1.00 0.00 +05:13:27 AM tap313i0 2.00 25.00 0.35 4.83 0.00 0.00 0.00 0.00 +05:13:27 AM fwbr313i0 18.00 0.00 2.34 0.00 0.00 0.00 9.00 0.00 +05:13:27 AM fwpr313p0 2.00 25.00 0.35 4.83 0.00 0.00 0.00 0.00 +05:13:27 AM fwln313i0 25.00 2.00 4.83 0.35 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 +05:13:27 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +05:13:28 AM lo 12.00 12.00 0.74 0.74 0.00 0.00 0.00 0.00 +05:13:28 AM nic0 23.00 14.00 2.77 2.13 0.00 0.00 6.00 0.00 +05:13:28 AM enx8cae4ccda774 0.00 1.00 0.00 0.06 0.00 0.00 0.00 0.00 +05:13:28 AM tailscale0 4.00 8.00 0.30 0.50 0.00 0.00 0.00 0.00 +05:13:28 AM vmbr0 19.00 14.00 1.80 2.07 0.00 0.00 2.00 0.00 +05:13:28 AM datanet 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:13:28 AM tap313i0 0.00 9.00 0.00 0.53 0.00 0.00 0.00 0.00 +05:13:28 AM fwbr313i0 9.00 0.00 0.41 0.00 0.00 0.00 2.00 0.00 +05:13:28 AM fwpr313p0 0.00 9.00 0.00 0.53 0.00 0.00 0.00 0.00 +05:13:28 AM fwln313i0 9.00 0.00 0.53 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 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 +Average: lo 20.00 20.00 2.19 2.19 0.00 0.00 0.00 0.00 +Average: nic0 31.50 16.00 5.50 2.96 0.00 0.00 9.50 0.00 +Average: enx8cae4ccda774 73.00 126.00 9.29 148.68 0.00 0.00 0.00 0.00 +Average: tailscale0 7.00 11.50 1.00 1.27 0.00 0.00 0.00 0.00 +Average: vmbr0 23.50 15.00 3.30 2.72 0.00 0.00 5.50 0.00 +Average: datanet 73.00 126.00 9.29 148.68 0.00 0.00 0.50 0.00 +Average: tap313i0 1.00 17.00 0.17 2.68 0.00 0.00 0.00 0.00 +Average: fwbr313i0 13.50 0.00 1.37 0.00 0.00 0.00 5.50 0.00 +Average: fwpr313p0 1.00 17.00 0.17 2.68 0.00 0.00 0.00 0.00 +Average: fwln313i0 17.00 1.00 2.68 0.17 0.00 0.00 0.00 0.00 --- sar -n NFS,NFSD 1 2 $ sar -n NFS,NFSD 1 2 -Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys3) 07/29/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 +05:13:28 AM call/s retrans/s read/s write/s access/s getatt/s +05:13:29 AM 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 +05:13:28 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +05:13:29 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: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 +05:13:29 AM call/s retrans/s read/s write/s access/s getatt/s +05:13:30 AM 0.00 0.00 0.00 0.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 +05:13:29 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +05:13:30 AM 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: 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 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys3) 07/29/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 +05:13:30 AM totsck tcpsck udpsck rawsck ip-frag tcp-tw +05:13:31 AM 327 19 4 0 0 187 +Average: 327 19 4 0 0 187 --- sar -n TCP,ETCP 1 2 $ sar -n TCP,ETCP 1 2 -Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys3) 07/29/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 +05:13:31 AM active/s passive/s iseg/s oseg/s +05:13:32 AM 0.00 0.00 20.00 25.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 +05:13:31 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +05:13:32 AM 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 +05:13:32 AM active/s passive/s iseg/s oseg/s +05:13:33 AM 15.00 5.00 151.00 205.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 +05:13:32 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +05:13:33 AM 0.00 0.00 3.00 0.00 0.00 Average: active/s passive/s iseg/s oseg/s -Average: 0.00 0.00 2.00 1.50 +Average: 7.50 2.50 85.50 115.00 Average: atmptf/s estres/s retrans/s isegerr/s orsts/s -Average: 0.00 0.00 0.00 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 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys3) 07/29/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 +05:13:33 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +05:13:34 AM 0 714 0.00 3.96 0.00 0 tailscaled -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 +05:13:34 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +05:13:35 AM 33 705082 0.00 4.00 0.00 0 pveproxy worker 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 +Average: 0 714 0.00 1.99 0.00 0 tailscaled +Average: 33 705082 0.00 1.99 0.00 0 pveproxy worker --- pidstat -u 1 2 (top cpu) $ pidstat -u 1 2 -Linux 7.0.14-6-pve (pfv-tsys3) 07/27/2026 _x86_64_ (8 CPU) +Linux 7.0.14-6-pve (pfv-tsys3) 07/29/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 +05:13:35 AM UID PID %usr %system %guest %wait %CPU CPU Command +05:13:36 AM 0 12964 0.99 0.99 0.00 0.00 1.98 2 kvm +05:13:36 AM 33 705084 0.99 0.00 0.00 0.00 0.99 7 pveproxy worker +05:13:36 AM 0 743901 0.00 0.99 0.00 0.00 0.99 6 kworker/6:0-mm_percpu_wq +05:13:36 AM 0 791195 0.00 0.99 0.00 0.00 0.99 6 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 +05:13:36 AM UID PID %usr %system %guest %wait %CPU CPU Command +05:13:37 AM 0 714 0.00 1.00 0.00 0.00 1.00 6 tailscaled +05:13:37 AM 0 12964 1.00 1.00 1.00 0.00 3.00 2 kvm +05:13:37 AM 0 661817 1.00 0.00 0.00 0.00 1.00 0 pvedaemon worke +05:13:37 AM 33 705083 1.00 0.00 0.00 0.00 1.00 1 pveproxy worker +05:13:37 AM 33 705084 1.00 0.00 0.00 0.00 1.00 7 pveproxy worker +05:13:37 AM 0 791195 1.00 0.00 0.00 0.00 1.00 6 pidstat 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 +Average: 0 714 0.00 0.50 0.00 0.00 0.50 - tailscaled +Average: 0 12964 1.00 1.00 0.50 0.00 2.49 - kvm +Average: 0 661817 0.50 0.00 0.00 0.00 0.50 - pvedaemon worke +Average: 33 705083 0.50 0.00 0.00 0.00 0.50 - pveproxy worker +Average: 33 705084 1.00 0.00 0.00 0.00 1.00 - pveproxy worker +Average: 0 743901 0.00 0.50 0.00 0.00 0.50 - kworker/6:0-events +Average: 0 791195 0.50 0.50 0.00 0.00 1.00 - pidstat --- top (single snapshot, top 30) $ top -b -n 1 -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 +top - 05:13:37 up 1 day, 21:06, 1 user, load average: 0.48, 0.37, 0.37 +Tasks: 239 total, 1 running, 238 sleeping, 0 stopped, 0 zombie +%Cpu(s): 0.0 us, 1.1 sy, 0.0 ni, 87.0 id, 12.0 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 31806.7 total, 28388.2 free, 3299.6 used, 534.2 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 28507.1 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 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 + 1 root 20 0 24844 15456 10668 S 0.0 0.0 0:16.90 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 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+ @@ -10775,66 +9781,66 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 28751.6 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.09 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 0:12.83 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:00.31 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 0:40.45 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+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.30 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.07 migrati+ - 25 root 20 0 0 0 0 S 0.0 0.0 0:00.05 ksoftir+ + 24 root rt 0 0 0 0 S 0.0 0.0 0:00.25 migrati+ + 25 root 20 0 0 0 0 S 0.0 0.0 0:00.16 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.08 migrati+ - 31 root 20 0 0 0 0 S 0.0 0.0 0:00.04 ksoftir+ + 30 root rt 0 0 0 0 S 0.0 0.0 0:00.27 migrati+ + 31 root 20 0 0 0 0 S 0.0 0.0 0:00.13 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.09 migrati+ - 37 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ + 36 root rt 0 0 0 0 S 0.0 0.0 0:00.29 migrati+ + 37 root 20 0 0 0 0 S 0.0 0.0 0:00.11 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.09 migrati+ - 43 root 20 0 0 0 0 S 0.0 0.0 0:00.24 ksoftir+ + 42 root rt 0 0 0 0 S 0.0 0.0 0:00.31 migrati+ + 43 root 20 0 0 0 0 S 0.0 0.0 0:00.77 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.09 migrati+ - 49 root 20 0 0 0 0 S 0.0 0.0 0:00.07 ksoftir+ + 48 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ + 49 root 20 0 0 0 0 S 0.0 0.0 0:00.16 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.09 migrati+ - 55 root 20 0 0 0 0 S 0.0 0.0 0:00.45 ksoftir+ + 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:01.36 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.09 migrati+ - 61 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ + 60 root rt 0 0 0 0 S 0.0 0.0 0:00.29 migrati+ + 61 root 20 0 0 0 0 S 0.0 0.0 0:00.11 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.02 khungta+ + 68 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kauditd + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.08 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+ + 71 root 20 0 0 0 0 I 0.0 0.0 0:09.54 kworker+ + 72 root 20 0 0 0 0 I 0.0 0.0 0:09.13 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:01.19 kcompac+ + 74 root 20 0 0 0 0 S 0.0 0.0 0:03.90 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.19 khugepa+ + 76 root 39 19 0 0 0 S 0.0 0.0 0:00.64 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:03.13 irq/9-a+ + 80 root -51 0 0 0 0 S 0.0 0.0 0:09.35 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+ @@ -10853,8 +9859,7 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 28751.6 avail Mem 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/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 + 106 root 20 0 0 0 0 S 0.0 0.0 0:02.12 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+ @@ -10870,8 +9875,8 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 28751.6 avail Mem 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+ + 201 root 20 0 0 0 0 I 0.0 0.0 0:09.22 kworker+ + 202 root 20 0 0 0 0 I 0.0 0.0 0:09.10 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+ @@ -10885,23 +9890,23 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 28751.6 avail Mem 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+ + 297 root 0 -20 0 0 0 I 0.0 0.0 0:00.12 kworker+ + 300 root 20 0 0 0 0 S 0.0 0.0 0:02.58 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 + 345 root 0 -20 0 0 0 I 0.0 0.0 0:00.12 kworker+ + 353 root 20 0 59400 39004 37536 S 0.0 0.1 0:03.54 systemd+ + 366 root 20 0 77296 22300 9124 S 0.0 0.1 0:06.91 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+ + 377 root 20 0 37400 10904 7968 S 0.0 0.0 0:00.45 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+ + 402 root 0 -20 0 0 0 I 0.0 0.0 0:00.08 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+ + 413 root 0 -20 0 0 0 I 0.0 0.0 0:00.14 kworker+ + 416 root 0 -20 0 0 0 I 0.0 0.0 0:00.19 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+ @@ -10911,100 +9916,100 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 28751.6 avail Mem 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 + 491 root 20 0 0 0 0 S 0.0 0.0 0:01.79 arc_evi+ + 492 root 39 19 0 0 0 S 0.0 0.0 0:02.04 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+ + 494 root 39 19 0 0 0 S 0.0 0.0 0:01.79 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+ + 519 root 20 0 0 0 0 S 0.0 0.0 0:01.99 l2arc_f+ + 621 _rpc 20 0 6568 3840 3428 S 0.0 0.0 0:00.17 rpcbind + 688 _chrony 20 0 19940 5580 4812 S 0.0 0.0 0:00.23 chronyd + 689 message+ 20 0 8476 5300 4364 S 0.0 0.0 0:18.51 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 + 700 root 20 0 478580 8000 6876 S 0.0 0.0 0:19.74 rrdcach+ + 701 root 20 0 9856 5896 4752 S 0.0 0.0 0:00.07 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+ + 708 root 20 0 19096 9324 7948 S 0.0 0.0 0:06.19 systemd+ + 714 root 20 0 1421776 112988 26000 S 0.0 0.3 6:52.14 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 + 730 root 20 0 7216 2236 1888 S 0.0 0.0 0:02.39 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 + 920 root 0 -20 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 923 root 20 0 5984 3376 2532 S 0.0 0.0 0:01.01 dhclient + 1034 beszel 20 0 2231316 17088 10172 S 0.0 0.1 0:42.78 beszel-+ + 1035 _lldpd 20 0 21376 6664 5496 S 0.0 0.0 0:00.12 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 + 1046 root 20 0 266312 32492 15232 S 0.0 0.1 0:24.74 tuned + 1055 _lldpd 20 0 21376 2824 1720 S 0.0 0.0 0:02.06 lldpd + 1056 root 20 0 467504 58272 42040 S 0.0 0.2 1:12.34 pmxcfs + 1061 root 20 0 11776 7740 6508 S 0.0 0.0 0:00.14 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+ + 1130 polkitd 20 0 306704 8292 7136 S 0.0 0.0 0:02.91 polkitd + 1220 root 20 0 43984 4724 4088 S 0.0 0.0 0:00.45 master + 1222 postfix 20 0 44524 7660 6964 S 0.0 0.0 0:00.08 qmgr + 1228 root 20 0 6864 2872 2620 S 0.0 0.0 0:00.32 cron + 1229 root 20 0 13584 6188 5292 S 0.0 0.0 0:10.83 proxmox+ + 1248 root 20 0 191656 123476 13700 S 0.0 0.4 23:00.08 pvestatd + 1250 root 20 0 186432 112860 7372 S 0.0 0.3 7:28.27 pve-fir+ + 1273 root 20 0 230028 153496 3280 S 0.0 0.5 0:01.75 pvedaem+ + 1282 www-data 20 0 231380 184248 32812 S 0.0 0.6 0:04.43 pveproxy + 1290 www-data 20 0 99264 69984 17936 S 0.0 0.2 0:02.51 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+ + 1432 root 20 0 209860 126456 3388 S 0.0 0.4 0:12.70 pvesche+ + 1531 root 0 -20 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 1677 root 0 -20 0 0 0 I 0.0 0.0 0:00.15 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 + 2678 root 20 0 0 0 0 I 0.0 0.0 0:09.23 kworker+ + 12964 root 20 0 28.5g 1.4g 14088 S 0.0 4.4 40:02.33 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 + 107161 root 20 0 0 0 0 I 0.0 0.0 0:07.94 kworker+ + 234101 root 20 0 0 0 0 I 0.0 0.0 0:06.31 kworker+ + 444419 root 20 0 0 0 0 I 0.0 0.0 0:03.79 kworker+ + 584841 root 20 0 0 0 0 I 0.0 0.0 0:01.72 kworker+ + 606908 root 20 0 0 0 0 I 0.0 0.0 0:01.99 kworker+ + 632217 root 20 0 238948 166012 13980 S 0.0 0.5 0:02.20 pvedaem+ + 661576 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 661817 root 20 0 238928 165336 13492 S 0.0 0.5 0:01.93 pvedaem+ + 685077 root 20 0 0 0 0 I 0.0 0.0 0:00.79 kworker+ + 690935 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 705074 root 20 0 79620 2612 2408 S 0.0 0.0 0:01.83 pvefw-l+ + 705081 www-data 20 0 99372 56120 3932 S 0.0 0.2 0:00.34 spicepr+ + 705082 www-data 20 0 287436 220236 20556 S 0.0 0.7 0:04.88 pveprox+ + 705083 www-data 20 0 253920 182884 16468 S 0.0 0.6 0:04.03 pveprox+ + 705084 www-data 20 0 250944 178216 14412 S 0.0 0.5 0:06.10 pveprox+ + 720356 root 20 0 0 0 0 I 0.0 0.0 0:00.56 kworker+ + 728554 root 20 0 238888 163320 11348 S 0.0 0.5 0:01.50 pvedaem+ + 740919 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 743901 root 20 0 0 0 0 I 0.0 0.0 0:00.42 kworker+ + 749769 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 755657 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 764439 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 767364 root 20 0 0 0 0 I 0.0 0.0 0:00.41 kworker+ + 770263 root 20 0 0 0 0 I 0.0 0.0 0:00.50 kworker+ + 773189 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 776127 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 782053 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 783955 root 20 0 238736 155676 4100 S 0.0 0.5 0:00.04 task UP+ + 783957 root 20 0 204100 152392 32748 S 0.0 0.5 0:01.48 qm + 784996 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 787641 root 20 0 22224 12784 10400 S 0.0 0.0 0:00.26 systemd + 787643 root 20 0 24404 3808 2012 S 0.0 0.0 0:00.00 (sd-pam) + 787644 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 787649 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 787680 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 787690 root 20 0 19652 11768 9996 S 0.0 0.0 0:00.01 sshd-se+ + 787697 root 20 0 19908 7464 5416 S 0.0 0.0 0:00.00 sshd-se+ + 787698 root 20 0 7320 3784 3256 S 0.0 0.0 0:00.37 bash + 788645 postfix 20 0 44472 7648 6964 S 0.0 0.0 0:00.00 pickup + 791004 root 20 0 5580 2148 2036 S 0.0 0.0 0:00.00 sleep + 791197 root 20 0 7320 2304 1776 S 0.0 0.0 0:00.00 bash + 791198 root 20 0 5588 2128 2016 S 0.0 0.0 0:00.00 head + 791199 root 20 0 10424 5500 3416 R 0.0 0.0 0:00.00 top --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -11014,8 +10019,8 @@ no pools available --- arcstat 1 2 $ arcstat 1 2 time read ddread ddh% dmread dmh% pread ph% size c avail -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 +05:13:38 0 0 0 0 0 0 0 1.9K 994M 26.6G +05:13:39 0 0 0 0 0 0 0 1.9K 994M 26.6G --- /proc/net/dev delta (1s) $ awk '{print $1}' /proc/net/dev @@ -11039,29 +10044,29 @@ fwln313i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - 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 + lo: 24294946 210725 0 0 0 0 0 0 24294946 210725 0 0 0 0 0 0 + nic0: 1400113374 7687771 0 5415 0 0 0 3708697 507445774 1903718 0 0 0 0 0 0 +enx8cae4ccda774: 702562848 3509628 0 5413 0 0 0 0 4658984807 5437578 0 0 0 0 0 0 +tailscale0: 47320439 207079 0 0 0 0 0 0 143862132 210435 0 0 0 0 0 0 + vmbr0: 736453433 5621949 0 0 0 0 0 3028805 284817979 788746 0 0 0 0 0 0 +datanet: 702005202 3503315 0 5 0 0 0 133837 4657605002 5432167 0 0 0 0 0 0 +tap313i0: 203921601 994851 0 0 0 0 0 0 879654787 5704059 0 0 0 0 0 0 +fwbr313i0: 413502299 4408377 0 6285 0 0 0 2969285 0 0 0 0 0 0 0 0 +fwpr313p0: 205251012 1000190 0 5339 0 0 0 0 879660126 5704059 0 0 0 0 0 0 +fwln313i0: 879660126 5704059 0 5339 0 0 0 0 205251012 1000190 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: 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 + lo: 24295894 210740 0 0 0 0 0 0 24295894 210740 0 0 0 0 0 0 + nic0: 1400135090 7688010 0 5415 0 0 0 3708901 507448252 1903734 0 0 0 0 0 0 +enx8cae4ccda774: 702562848 3509628 0 5413 0 0 0 0 4658984807 5437578 0 0 0 0 0 0 +tailscale0: 47320829 207084 0 0 0 0 0 0 143862770 210445 0 0 0 0 0 0 + vmbr0: 736470557 5622186 0 0 0 0 0 3029009 284820075 788760 0 0 0 0 0 0 +datanet: 702005202 3503315 0 5 0 0 0 133837 4657605002 5432167 0 0 0 0 0 0 +tap313i0: 203921919 994853 0 0 0 0 0 0 879674141 5704289 0 0 0 0 0 0 +fwbr313i0: 413518143 4408605 0 6285 0 0 0 2969489 0 0 0 0 0 0 0 0 +fwpr313p0: 205251330 1000192 0 5339 0 0 0 0 879679480 5704289 0 0 0 0 0 0 +fwln313i0: 879679480 5704289 0 5339 0 0 0 0 205251330 1000192 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -11146,9 +10151,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - 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 + Local time: Wed 2026-07-29 05:13:40 CDT + Universal time: Wed 2026-07-29 10:13:40 UTC + RTC time: Wed 2026-07-29 10:13:40 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -11158,26 +10163,26 @@ System clock synchronized: yes $ chronyc tracking Reference ID : 2D4F0D23 (ns1.smatwebdesign.com) Stratum : 3 -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 +Ref time (UTC) : Wed Jul 29 10:12:02 2026 +System time : 0.001116199 seconds slow of NTP time +Last offset : +0.000056651 seconds +RMS offset : 0.000524840 seconds +Frequency : 5.001 ppm slow +Residual freq : -0.003 ppm +Skew : 0.025 ppm +Root delay : 0.046308126 seconds +Root dispersion : 0.003027616 seconds +Update interval : 1038.5 seconds Leap status : Normal --- chronyc sources $ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== -^+ 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 +^+ ntp.sfo.icanbwell.com 2 10 377 740 -5525us[-5466us] +/- 38ms +^* ns1.smatwebdesign.com 2 10 377 97 +5196us[+5253us] +/- 32ms +^+ ntp.maxhost.io 2 10 377 795 +14ms[ +14ms] +/- 55ms +^- ip216-250-115-174.pbiaas> 2 10 377 22m +17ms[ +17ms] +/- 108ms --- ntpq peers $ ntpq -pn @@ -11200,39 +10205,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:08 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:13:41 2026 *mangle -:PREROUTING ACCEPT [2826643:707443342] -:INPUT ACCEPT [1889127:593816552] +:PREROUTING ACCEPT [8119521:1483406105] +:INPUT ACCEPT [4971114:1103884225] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [1802112:1591805177] -:POSTROUTING ACCEPT [1802112:1591805177] +:OUTPUT ACCEPT [4870223:4932977694] +:POSTROUTING ACCEPT [4870223:4932977694] -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 21:55:08 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:08 2026 +# Completed on Wed Jul 29 05:13:41 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:13:41 2026 *raw -:PREROUTING ACCEPT [2826819:707480834] -:OUTPUT ACCEPT [1802174:1591809387] +:PREROUTING ACCEPT [8119697:1483443597] +:OUTPUT ACCEPT [4870285:4932981904] 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 +# Completed on Wed Jul 29 05:13:41 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:13:41 2026 *nat -:PREROUTING ACCEPT [943914:116433324] -:INPUT ACCEPT [42566:10755602] -:OUTPUT ACCEPT [102775:6781673] -:POSTROUTING ACCEPT [102775:6781673] +:PREROUTING ACCEPT [3157463:389549005] +:INPUT ACCEPT [123579:35674071] +:OUTPUT ACCEPT [305054:19984907] +:POSTROUTING ACCEPT [305054:19984907] :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 21:55:08 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:08 2026 +# Completed on Wed Jul 29 05:13:41 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:13:41 2026 *filter -:INPUT ACCEPT [1547665:504485539] +:INPUT ACCEPT [4320539:961930488] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [1802228:1591817088] +:OUTPUT ACCEPT [4870339:4932989605] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -11247,7 +10252,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 21:55:08 2026 +# Completed on Wed Jul 29 05:13:41 2026 --- ipset list (names) $ ipset list -n @@ -11398,30 +10403,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 - 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 + 12964 root 1442692 29892096 1.4 4.4 kvm + 705082 www-data 220240 287436 0.0 0.6 pveproxy worker + 1282 www-data 184248 231380 0.0 0.5 pveproxy + 705083 www-data 182888 253920 0.0 0.5 pveproxy worker + 705084 www-data 178216 250944 0.0 0.5 pveproxy worker + 632217 root 166012 238948 0.0 0.5 pvedaemon worke + 661817 root 165336 238928 0.0 0.5 pvedaemon worke + 728554 root 163320 238888 0.0 0.5 pvedaemon worke + 783955 root 155676 238736 0.0 0.4 task UPID:pfv-t 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 - 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 + 791230 root 5.2 0.0 7844 systemd-timedat + 12964 root 1.4 4.4 1442692 kvm + 1248 root 0.8 0.3 123476 pvestatd + 1250 root 0.2 0.3 112860 pve-firewall + 714 root 0.2 0.3 112988 tailscaled + 783957 root 0.1 0.4 152392 qm + 787698 root 0.1 0.0 3784 bash + 787641 root 0.0 0.0 12784 systemd + 1056 root 0.0 0.1 58272 pmxcfs + 705084 www-data 0.0 0.5 178216 pveproxy worker --- top file-handle holders $ for pid in $(ps -e -o pid= | head -n 200); do @@ -11429,7 +10434,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=174 systemd - 12964 fd=140 kvm + 12964 fd=141 kvm 1220 fd=94 master 689 fd=54 dbus-daemon @@ -11655,6 +10660,6 @@ echo " (see section 20 for full smartctl/nvme output)" ############################################################################### # Collection complete: pfv-tsys3 # Output: /root/pfv-tsys3.log -# Size: 749925 bytes / 11653 lines -# Elapsed: 277 seconds +# Size: 756694 bytes / 10658 lines +# Elapsed: 278 seconds ############################################################################### diff --git a/returned-logs/pfv-tsys4.log b/returned-logs/pfv-tsys4.log index 222b2df..488c558 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-28T02:50:35Z (UTC) +# Collected: 2026-07-29T10:09:07Z (UTC) # Kernel: 6.17.9-1-pve # Machine: x86_64 GNU/Linux # Caller: root (uid=0) @@ -92,7 +92,7 @@ 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 +tuned-adm yes /usr/sbin/tuned-adm irqbalance no - - zpool yes /usr/sbin/zpool zfs-2.4.0-pve1 zfs-kmod-2.4.0-pve1 zfs yes /usr/sbin/zfs zfs-2.4.0-pve1 zfs-kmod-2.4.0-pve1 @@ -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 43 +tcp_bbr 20480 56 bonding 245760 0 kvm_intel 532480 4 kvm 1376256 3 kvm_intel -sunrpc 786432 49 nfsd,auth_rpcgss,lockd,nfs_acl +sunrpc 786432 51 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 - 21:50:41 up 3 days, 5:52, 3 users, load average: 2.53, 2.06, 2.21 + 05:09:15 up 4 days, 13:11, 3 users, load average: 7.98, 7.06, 6.30 --- uptime raw (since boot) $ cat /proc/uptime -280356.82 1749911.10 +393071.37 2395613.87 --- last reboot $ last -x reboot @@ -409,6 +409,8 @@ wtmpdb begins Mon Feb 23 10:52:50 2026 --- last logins $ last +root pts/0 100.87.49.37 Tue Jul 28 20:00 - 20:00 (00:00) +root pts/0 100.87.49.37 Tue Jul 28 19:38 - 19:38 (00:00) 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) @@ -1316,7 +1318,7 @@ Thread(s) per core: 2 Core(s) per socket: 4 Socket(s): 1 Stepping: 3 -CPU(s) scaling MHz: 95% +CPU(s) scaling MHz: 98% CPU max MHz: 3900.0000 CPU min MHz: 800.0000 BogoMIPS: 6983.74 @@ -1495,7 +1497,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 @@ -1997,13 +1999,13 @@ done | sort | uniq -c printf '%-40s = %s\n' "$(basename "$f")" "$(cat "$f" 2>/dev/null)" done affected_cpus = 0 -cpuinfo_avg_freq = 3829359 +cpuinfo_avg_freq = 3711839 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 = 3769230 +scaling_cur_freq = 3721565 scaling_driver = intel_cpufreq scaling_governor = performance scaling_max_freq = 3900000 @@ -2041,10 +2043,10 @@ available EPP: --- cpupower frequency-info $ cpupower frequency-info -analyzing CPU 0: +analyzing CPU 6: 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: 6 + CPUs which need to have their frequency coordinated by software: 6 maximum transition latency: 20.0 us hardware limits: 800 MHz - 3.90 GHz available cpufreq governors: conservative ondemand userspace powersave performance schedutil @@ -2052,24 +2054,24 @@ 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: 3.76 GHz (asserted by call to kernel) + current CPU frequency: 3.84 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.001328 sec +1.001476 sec Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp -- - 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 +- - 0.82 3853 3492 3103 30 30 +0 0 0.65 3845 3492 437 25 30 +0 4 1.12 3866 3492 497 +1 1 0.77 3867 3492 309 23 +1 5 0.33 3850 3492 19 +2 2 0.61 3830 3492 254 24 +2 6 0.94 3855 3492 595 +3 3 0.96 3838 3492 460 30 +3 7 1.15 3856 3492 532 --- x86_energy_perf_policy -r $ x86_energy_perf_policy -r @@ -2092,12 +2094,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=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 + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=7298042us + C1 : MWAIT 0x00 disabled=0 latency=2us residency=401817754us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=1934479313us + C3 : MWAIT 0x10 disabled=0 latency=33us residency=6450125894us + C6 : MWAIT 0x20 disabled=0 latency=133us residency=1921855651us + C7s : MWAIT 0x32 disabled=0 latency=166us residency=378694876644us --- THP enabled $ cat /sys/kernel/mm/transparent_hugepage/enabled @@ -3542,6 +3544,19 @@ always defer defer+madvise [madvise] never [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 +[280364.890227] sh (885320): drop_caches: 3 +[280368.096846] sh (885325): drop_caches: 3 +[280371.182014] sh (885341): drop_caches: 3 +[347684.988118] perf: interrupt took too long (5015 > 4967), lowering kernel.perf_event_max_sample_rate to 39000 +[360722.796637] systemd-journald[394]: Under memory pressure, flushing caches. +[360732.733412] systemd-journald[394]: Under memory pressure, flushing caches. +[360734.005247] systemd-journald[394]: Under memory pressure, flushing caches. +[360971.011664] systemd-journald[394]: Under memory pressure, flushing caches. +[360974.066301] systemd-journald[394]: Under memory pressure, flushing caches. +[361016.625818] systemd-journald[394]: Under memory pressure, flushing caches. +[365097.896931] systemd-journald[394]: Under memory pressure, flushing caches. +[365100.175032] systemd-journald[394]: Under memory pressure, flushing caches. +[365215.886083] systemd-journald[394]: Under memory pressure, flushing caches. --- cpu MHz (live snapshot) $ grep -c ^processor /proc/cpuinfo @@ -3554,43 +3569,43 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 15Gi 2.0Gi 347Mi 22Mi 13Gi 13Gi -Swap: 8.0Gi 1.0Gi 7.0Gi +Mem: 15Gi 2.1Gi 6.9Gi 27Mi 6.9Gi 13Gi +Swap: 8.0Gi 832Mi 7.2Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 16673505280 2149949440 364212224 23904256 14536187904 14523555840 -Swap: 8589930496 1071915008 7518015488 +Mem: 16673505280 2270343168 7408971776 28487680 7375622144 14403162112 +Swap: 8589930496 873431040 7716499456 --- swapon $ swapon --show -NAME TYPE SIZE USED PRIO -/dev/dm-0 partition 8G 1022.3M -2 +NAME TYPE SIZE USED PRIO +/dev/dm-0 partition 8G 833M -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: 356196 kB -MemAvailable: 14183680 kB -Buffers: 687056 kB -Cached: 13047628 kB +MemFree: 7234520 kB +MemAvailable: 14064960 kB +Buffers: 2018140 kB +Cached: 4924008 kB SwapTotal: 8388604 kB -SwapFree: 7341812 kB -Dirty: 1588 kB +SwapFree: 7535644 kB +Dirty: 968 kB Writeback: 0 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 +AnonPages: 1472168 kB +Mapped: 118820 kB +Shmem: 27820 kB +Slab: 399520 kB +SReclaimable: 260784 kB +SUnreclaim: 138736 kB +KernelStack: 5380 kB +PageTables: 14344 kB +SecPageTables: 5792 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 913408 kB +AnonHugePages: 880640 kB ShmemHugePages: 6144 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB @@ -3615,88 +3630,90 @@ DirectMap1G: 9437184 kB --- slab top (top 20) $ slabtop -o -s c - Active / Total Objects (% used) : 3695471 / 3733863 (99.0%) - Active / Total Slabs (% used) : 96793 / 96793 (100.0%) + Active / Total Objects (% used) : 2355070 / 2379286 (99.0%) + Active / Total Slabs (% used) : 60847 / 60847 (100.0%) Active / Total Caches (% used) : 371 / 472 (78.6%) - Active / Total Size (% used) : 538462.47K / 550011.76K (97.9%) + Active / Total Size (% used) : 344264.00K / 353948.88K (97.3%) Minimum / Average / Maximum Object : 0.01K / 0.15K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME -2766621 2759949 99% 0.10K 70939 39 283756K buffer_head -226380 215043 94% 0.57K 8085 28 129360K radix_tree_node +1519362 1519362 100% 0.10K 38958 39 155832K buffer_head + 92092 84318 91% 0.57K 3289 28 52624K radix_tree_node + 13659 13659 100% 1.10K 471 29 15072K ext4_inode_cache 94172 94172 100% 0.15K 3622 26 14488K ext4_groupinfo_4k - 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 + 63930 63927 99% 0.13K 2131 30 8524K kernfs_node_cache + 39207 39207 100% 0.19K 1867 21 7468K dentry + 8325 8325 100% 0.62K 333 25 5328K inode_cache + 408 386 94% 10.44K 136 3 4352K task_struct + 5911 5551 93% 0.69K 257 23 4112K proc_inode_cache + 1024 1024 100% 4.00K 128 8 4096K kmalloc-rnd-07-4k + 7296 4401 60% 0.50K 228 32 3648K kmalloc-rnd-05-512 + 33212 33212 100% 0.09K 722 46 2888K lsm_inode_cache + 14469 14437 99% 0.19K 689 21 2756K vm_area_struct + 2720 2494 91% 0.77K 136 20 2176K shmem_inode_cache + 8480 4723 55% 0.25K 265 32 2120K kmalloc-rnd-05-256 + 49062 49062 100% 0.04K 481 102 1924K extent_status + 25760 25126 97% 0.07K 460 56 1840K vmap_area + 1728 1674 96% 1.00K 54 32 1728K iommu_iova_magazine + 24896 22904 91% 0.06K 389 64 1556K kmalloc-cg-64 + 23872 23367 97% 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 - 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 + 656 568 86% 2.00K 41 16 1312K kmalloc-cg-2k + 2624 2511 95% 0.50K 82 32 1312K kmalloc-rnd-14-512 + 465 465 100% 2.06K 31 15 992K sighand_cache + 240 176 73% 4.00K 30 8 960K kmalloc-rnd-02-4k + 812 776 95% 1.12K 29 28 928K signal_cache + 1053 1053 100% 0.81K 27 39 864K sock_inode_cache 208 192 92% 4.00K 26 8 832K biovec-max - 1014 1014 100% 0.81K 26 39 832K sock_inode_cache + 200 187 93% 4.00K 25 8 800K kmalloc-cg-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 - 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 + 192 182 94% 4.00K 24 8 768K kmalloc-rnd-15-4k + 192 157 81% 4.00K 24 8 768K kmalloc-rnd-05-4k + 12032 11537 95% 0.06K 188 64 752K anon_vma_chain + 2976 2327 78% 0.25K 93 32 744K maple_node + 7770 6655 85% 0.09K 185 42 740K kmalloc-cg-96 + 7176 7029 97% 0.10K 184 39 736K anon_vma + 736 592 80% 1.00K 23 32 736K kmalloc-cg-1k + 3759 3702 98% 0.19K 179 21 716K kmalloc-rnd-05-192 + 704 704 100% 1.00K 22 32 704K kmalloc-rnd-05-1k 588 588 100% 1.12K 21 28 672K drm_i915_gem_object - 168 168 100% 4.00K 21 8 672K kmalloc-cg-4k - 672 672 100% 1.00K 21 32 672K kmalloc-rnd-05-1k - 1280 1180 92% 0.50K 40 32 640K kmalloc-rnd-12-512 + 1280 1112 86% 0.50K 40 32 640K pool_workqueue + 1280 1179 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 + 234 234 100% 2.38K 18 13 576K TCP 288 288 100% 2.00K 18 16 576K kmalloc-rnd-10-2k 144 144 100% 4.00K 18 8 576K kmalloc-rnd-06-4k - 2919 2841 97% 0.19K 139 21 556K filp + 2961 2879 97% 0.19K 141 21 564K filp 256 192 75% 2.00K 16 16 512K kmalloc-rnd-05-2k + 210 210 100% 2.19K 15 14 480K mem_cgroup 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 - 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 + 294 294 100% 1.50K 14 21 448K mm_struct + 4410 4231 95% 0.09K 105 42 420K trace_event_file + 104 88 84% 4.00K 13 8 416K kmalloc-4k + 7519 7519 100% 0.05K 103 73 412K ftrace_event_field + 1008 1008 100% 0.38K 48 21 384K mnt_cache 48 48 100% 8.00K 12 4 384K kmalloc-rnd-10-8k - 96 82 85% 4.00K 12 8 384K kmalloc-4k + 506 483 95% 0.69K 22 23 352K skbuff_small_head 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 + 264 264 100% 1.31K 11 24 352K perf_event 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 - 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 + 352 352 100% 1.00K 11 32 352K kmalloc-1k + 1785 1666 93% 0.19K 85 21 340K pid + 1312 1280 97% 0.25K 41 32 328K nf_conntrack 320 320 100% 1.00K 10 32 320K kmalloc-rnd-13-1k + 40 40 100% 8.00K 10 4 320K kmalloc-rnd-11-8k 80 80 100% 4.00K 10 8 320K kmalloc-rnd-11-4k 80 80 100% 4.00K 10 8 320K kmalloc-rnd-09-4k 320 320 100% 1.00K 10 32 320K kmalloc-rnd-09-1k 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 1020 83% 0.25K 38 32 304K skbuff_head_cache + 1184 1142 96% 0.25K 37 32 296K 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 @@ -3720,11 +3737,10 @@ DirectMap1G: 9437184 kB 64 64 100% 4.00K 8 8 256K kmalloc-rnd-14-4k 128 128 100% 2.00K 8 16 256K kmalloc-rnd-14-2k 128 128 100% 2.00K 8 16 256K kmalloc-rnd-13-2k + 32 32 100% 8.00K 8 4 256K kmalloc-rnd-12-8k 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 @@ -3736,55 +3752,57 @@ 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 - 28 28 100% 8.00K 7 4 224K kmalloc-rnd-12-8k + 992 916 92% 0.25K 31 32 248K kmalloc-rnd-10-256 224 224 100% 1.00K 7 32 224K kmalloc-rnd-10-1k + 112 112 100% 2.00K 7 16 224K kmalloc-rnd-09-2k 28 28 100% 8.00K 7 4 224K kmalloc-rnd-03-8k - 1134 1035 91% 0.19K 54 21 216K kmalloc-rnd-01-192 - 2142 1948 90% 0.09K 51 42 204K kmalloc-rnd-13-96 + 832 704 84% 0.25K 26 32 208K bio-200 + 1092 1092 100% 0.19K 52 21 208K kmalloc-cg-192 + 625 500 80% 0.31K 25 25 200K bio-256 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 + 736 736 100% 0.25K 23 32 184K kmalloc-rnd-07-256 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-cg-512 352 352 100% 0.50K 11 32 176K kmalloc-rnd-15-512 - 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 + 1806 1674 92% 0.09K 43 42 172K kmalloc-rnd-02-96 + 11008 10955 99% 0.02K 43 256 172K kmalloc-rnd-01-16 + 1344 1290 95% 0.12K 42 32 168K bio_integrity_data + 1312 1296 98% 0.12K 41 32 164K eventpoll_epi + 861 848 98% 0.19K 41 21 164K kmalloc-rnd-01-192 160 160 100% 0.98K 5 32 160K request_queue 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-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 - 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 + 1596 1596 100% 0.09K 38 42 152K kmalloc-rcl-96 + 2432 2190 90% 0.06K 38 64 152K kmalloc-rnd-11-64 + 1596 1596 100% 0.09K 38 42 152K kmalloc-rnd-11-96 + 608 608 100% 0.25K 19 32 152K kmalloc-rnd-03-256 + 1036 1036 100% 0.14K 37 28 148K nfsd_file + 814 814 100% 0.18K 37 22 148K kvm_mmu_page_header + 777 777 100% 0.19K 37 21 148K file_lock_cache + 378 378 100% 0.38K 18 21 144K bio-320 + 1512 1117 73% 0.09K 36 42 144K kmalloc-rnd-13-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 - 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 + 1056 1056 100% 0.12K 33 32 132K kmalloc-rnd-05-128 248 248 100% 0.51K 8 31 128K nfs4_delegation + 1088 952 87% 0.12K 32 34 128K jbd2_journal_head 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 @@ -3795,41 +3813,39 @@ DirectMap1G: 9437184 kB 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 - 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 - 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 + 480 480 100% 0.25K 15 32 120K kmalloc-rnd-12-256 161 161 100% 0.69K 7 23 112K rpc_inode_cache + 1008 868 86% 0.11K 28 36 112K ext4_prealloc_space + 2044 1752 85% 0.05K 28 73 112K mb_cache_entry 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 - 273 207 75% 0.38K 13 21 104K bio-320 - 4420 3938 89% 0.02K 26 170 104K lsm_file_cache + 567 567 100% 0.19K 27 21 108K kmalloc-rnd-14-192 + 1326 1326 100% 0.08K 26 51 104K sigqueue + 4420 4285 96% 0.02K 26 170 104K lsm_file_cache 416 416 100% 0.25K 13 32 104K kmalloc-rnd-15-256 - 800 800 100% 0.12K 25 32 100K kmalloc-rcl-128 + 525 525 100% 0.19K 25 21 100K kmalloc-192 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 + 768 768 100% 0.12K 24 32 96K kmalloc-rcl-128 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 - 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 2560 2560 100% 0.03K 20 128 80K kmalloc-rnd-10-32 - 969 969 100% 0.08K 19 51 76K sigqueue 288 288 100% 0.25K 9 32 72K kmalloc-cg-256 1152 1152 100% 0.06K 18 64 72K kmalloc-rnd-15-64 + 2304 2304 100% 0.03K 18 128 72K kmalloc-rnd-11-32 288 288 100% 0.25K 9 32 72K kmalloc-rnd-04-256 2304 2304 100% 0.03K 18 128 72K kmalloc-rnd-02-32 288 288 100% 0.25K 9 32 72K kmalloc-rnd-01-256 + 867 867 100% 0.08K 17 51 68K Acpi-State 2176 2176 100% 0.03K 17 128 68K kmalloc-cg-32 - 2176 2176 100% 0.03K 17 128 68K kmalloc-rnd-11-32 160 160 100% 0.39K 8 20 64K nfs4_openowner 208 208 100% 0.30K 8 26 64K btrfs_delayed_node 30 30 100% 2.06K 2 15 64K MPTCPv6 @@ -3840,24 +3856,23 @@ DirectMap1G: 9437184 kB 100 100 100% 0.62K 4 25 64K hugetlbfs_inode_cache 78 78 100% 0.81K 2 39 64K dax_cache 256 256 100% 0.25K 8 32 64K task_delay_info - 816 816 100% 0.08K 16 51 64K Acpi-State 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 + 512 512 100% 0.12K 16 32 64K kmalloc-rnd-10-128 256 256 100% 0.25K 8 32 64K kmalloc-rnd-09-256 256 256 100% 0.25K 8 32 64K kmalloc-rnd-06-256 336 336 100% 0.19K 16 21 64K kmalloc-rnd-03-192 256 256 100% 0.25K 8 32 64K kmalloc-rnd-02-256 256 256 100% 0.25K 8 32 64K kmalloc-256 375 375 100% 0.16K 15 25 60K dm_bufio_buffer-16-1 - 480 480 100% 0.12K 15 32 60K kmalloc-rnd-10-128 960 960 100% 0.06K 15 64 60K kmalloc-rnd-07-64 7680 7680 100% 0.01K 15 512 60K kmalloc-rnd-01-8 + 294 294 100% 0.19K 14 21 56K jbd2_transaction_s 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 416 416 100% 0.12K 13 32 52K kmalloc-rnd-11-128 @@ -3873,6 +3888,7 @@ DirectMap1G: 9437184 kB 462 462 100% 0.09K 11 42 44K kmalloc-rnd-09-96 704 704 100% 0.06K 11 64 44K kmalloc-64 1408 1408 100% 0.03K 11 128 44K kmalloc-32 + 210 210 100% 0.19K 10 21 40K bio-136 1280 1280 100% 0.03K 10 128 40K kmalloc-rnd-13-32 640 640 100% 0.06K 10 64 40K kmalloc-rnd-12-64 210 210 100% 0.19K 10 21 40K kmalloc-rnd-11-192 @@ -3881,7 +3897,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 bio-136 + 4608 4608 100% 0.01K 9 512 36K kmalloc-cg-8 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 @@ -3890,6 +3906,7 @@ DirectMap1G: 9437184 kB 288 288 100% 0.12K 9 32 36K kmalloc-rnd-08-128 576 576 100% 0.06K 9 64 36K kmalloc-rnd-06-64 4608 4608 100% 0.01K 9 512 36K kmalloc-rnd-04-8 + 189 189 100% 0.19K 9 21 36K kmalloc-rnd-04-192 288 288 100% 0.12K 9 32 36K kmalloc-rnd-01-128 576 576 100% 0.06K 9 64 36K kmalloc-rnd-01-64 176 176 100% 0.18K 8 22 32K ip6-frags @@ -3902,6 +3919,8 @@ DirectMap1G: 9437184 kB 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 + 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 @@ -3916,7 +3935,7 @@ DirectMap1G: 9437184 kB 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 + 168 168 100% 0.19K 8 21 32K kmalloc-rcl-192 256 256 100% 0.12K 8 32 32K kmalloc-rnd-15-128 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-15-32 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-15-16 @@ -3955,7 +3974,6 @@ DirectMap1G: 9437184 kB 336 336 100% 0.09K 8 42 32K kmalloc-rnd-05-96 256 256 100% 0.12K 8 32 32K kmalloc-rnd-04-128 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-04-32 - 168 168 100% 0.19K 8 21 32K kmalloc-rnd-04-192 8 8 100% 4.00K 1 8 32K kmalloc-rnd-03-4k 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-03-32 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-03-16 @@ -3966,10 +3984,7 @@ DirectMap1G: 9437184 kB 336 336 100% 0.09K 8 42 32K kmalloc-rnd-01-96 2048 2048 100% 0.02K 8 256 32K kmalloc-16 4096 4096 100% 0.01K 8 512 32K kmalloc-8 - 595 595 100% 0.05K 7 85 28K ip_fib_trie - 511 511 100% 0.05K 7 73 28K ip_fib_alias 294 294 100% 0.09K 7 42 28K memdup_user-96 - 147 147 100% 0.19K 7 21 28K kmalloc-rcl-192 224 224 100% 0.12K 7 32 28K kmalloc-rnd-09-128 224 224 100% 0.12K 7 32 28K kmalloc-128 126 126 100% 0.19K 6 21 24K kmalloc-rnd-09-192 @@ -4098,22 +4113,22 @@ DirectMap1G: 9437184 kB --- kswapd stats $ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat pgdemote_kswapd 0 -pgsteal_kswapd 201228029 -pgscan_kswapd 202857948 -kswapd_inodesteal 3 -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 +pgsteal_kswapd 227343685 +pgscan_kswapd 229501560 +kswapd_inodesteal 49 +kswapd_low_wmark_hit_quickly 2442 +kswapd_high_wmark_hit_quickly 21 +pgmigrate_success 17652739 +pgmigrate_fail 21542550 +compact_migrate_scanned 1061298769 +compact_free_scanned 2883093205 +compact_isolated 60168809 +compact_stall 15810 +compact_fail 8906 +compact_success 6904 +compact_daemon_wake 10096 +compact_daemon_migrate_scanned 756604512 +compact_daemon_free_scanned 2880154900 ############################################################################### # 6. KERNEL TUNABLES / SYSCTL @@ -4148,7 +4163,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 1000000 -fs.file-nr = 2457 0 1000000 +fs.file-nr = 2497 0 1000000 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -4252,7 +4267,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 27 21:48 .. +drwxr-xr-x 111 root root 4096 Jul 29 05:08 .. -rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl --- /etc/sysctl.conf @@ -4381,7 +4396,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 27 21:48 .. +drwxr-xr-x 111 root root 4096 Jul 29 05:08 .. -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 @@ -4389,10 +4404,11 @@ drwxr-xr-x 110 root root 4096 Jul 27 21:48 .. -rw-r--r-- 1 root root 35 Feb 23 04:51 zfs.conf --- udev rules.d -total 8 -drwxr-xr-x 2 root root 4096 Feb 23 04:50 . +total 12 +drwxr-xr-x 2 root root 4096 Jul 28 19:26 . drwxr-xr-x 4 root root 4096 Nov 18 2025 .. lrwxrwxrwx 1 root root 9 Feb 23 04:50 60-bridge-network-interface.rules -> /dev/null +-rw-r--r-- 1 root root 1468 Jul 28 19:42 99-console-ports.rules --- modprobe.d files --- /etc/modprobe.d/intel-microcode-blacklist.conf --- @@ -4558,11 +4574,11 @@ pvecm expected --- pveperf $ timeout 15 pveperf CPU BOGOMIPS: 55869.92 -REGEX/SECOND: 4111670 +REGEX/SECOND: 4059031 HD SIZE: 93.93 GB (/dev/mapper/pve-root) -BUFFERED READS: 100.14 MB/sec -AVERAGE SEEK TIME: 53.81 ms -FSYNCS/SECOND: 6.29 +BUFFERED READS: 123.33 MB/sec +AVERAGE SEEK TIME: 37.61 ms +FSYNCS/SECOND: 14.16 [exit=124 / not installed or not permitted] --- corosync.conf @@ -4606,11 +4622,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 │ │ 1.07% │ 10.21 GiB │ │ │ │ │ │ 8 │ 93.93 GiB │ 15.53 GiB │ 1.94 GiB │ │ │ │ │ │ │ pfv-tsys4 │ │ │ │ │ online │ │ │ │ 3d 5h 52m │ │ │ -└────────────────┴──────┴─────────────┴─────────┴───────┴───────────┴──────────┴───────────┴─────────┴───────┴──────┴────────┴───────────┴───────────┴──────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴─────────┴──────┴──────────┴───────────┴──────┴───────────┘ +┌────────────────┬──────┬─────────────┬─────────┬───────┬───────────┬──────────┬───────────┬─────────┬───────┬──────┬────────┬───────────┬───────────┬──────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬─────────┬──────┬──────────┬────────────┬──────┬───────────┐ +│ 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.31% │ 10.23 GiB │ │ │ │ │ │ 8 │ 93.93 GiB │ 15.53 GiB │ 2.12 GiB │ │ │ │ │ │ │ pfv-tsys4 │ │ │ │ │ online │ │ │ │ 4d 13h 11m │ │ │ +└────────────────┴──────┴─────────────┴─────────┴───────┴───────────┴──────────┴───────────┴─────────┴───────┴──────┴────────┴───────────┴───────────┴──────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴─────────┴──────┴──────────┴────────────┴──────┴───────────┘ ############################################################################### # 10. NETWORK: INTERFACES @@ -4635,17 +4651,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 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 + 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 0.00 fdb_n_learned 103 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 20us 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 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 + 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 30.21 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 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 + 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 11.48 fdb_n_learned 78 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 20us 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 @@ -4673,7 +4689,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 458sec preferred_lft 458sec +6: vmbr0 inet 192.168.3.191/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 500sec preferred_lft 500sec 7: datanet inet 10.100.100.4/24 scope global datanet\ valid_lft forever preferred_lft forever --- ip -o -6 addr (link-local filter) @@ -4711,7 +4727,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 458sec preferred_lft 458sec + valid_lft 500sec preferred_lft 500sec 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 @@ -4750,21 +4766,21 @@ 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 - 6079860 30256 0 0 0 0 + 9928441 59588 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 6079860 30256 0 0 0 0 + 9928441 59588 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 - 4664090902 15199354 0 9348 0 7130973 + 5479347044 20021845 0 13106 0 9680444 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 + 4492576476 5447236 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 altname enp0s25 @@ -4772,11 +4788,11 @@ default via 192.168.3.254 dev vmbr0 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 - 387026561592 416784363 0 9346 0 0 + 470801677483 511367096 0 13104 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 768998492436 581841197 0 4 0 0 + 893465171139 693799520 0 6 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 @@ -4792,104 +4808,105 @@ 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 - 19746359 183556 0 0 0 0 + 28473988 243009 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 139998356 248430 0 0 0 0 + 196913908 300933 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 - 3641493474 11067763 0 0 0 6020200 + 4129691188 14848391 0 0 0 8092801 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 + 3984184084 1724240 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 - 387021163298 416770553 0 15 0 236230 + 470796106321 511349528 0 15 0 328183 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 768996116711 581831861 0 0 0 0 + 893461840407 693786429 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 - 225521072 853543 0 0 0 0 + 315378453 1188944 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 + 1816815396 13922592 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 - 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 - 0 0 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 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 - 227846732 862883 0 9340 0 0 + 1093000652 11963056 0 15584 0 8091762 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 + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 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 + 318639606 1202041 0 13097 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1817340004 13927761 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 - 1328440168 10304887 0 9340 0 0 + 1817340004 13927761 0 13097 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 + 318639606 1202041 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.1.46 dev vmbr0 FAILED -10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE +10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 REACHABLE +192.168.1.45 dev vmbr0 FAILED 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 DELAY -10.100.100.7 dev datanet lladdr f8:bc:12:34:e0:75 REACHABLE +192.168.1.46 dev vmbr0 FAILED +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.169 dev vmbr0 lladdr 00:21:9b:a2:7c:53 STALE +192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE +192.168.1.47 dev vmbr0 FAILED +192.168.0.20 dev vmbr0 lladdr 18:03:73:43:ce:de STALE +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE +10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 REACHABLE +192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE +192.168.1.164 dev vmbr0 FAILED +192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE +192.168.2.5 dev vmbr0 lladdr a4:4c:c8:08:d1:b8 STALE 192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE 192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 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 10.100.100.1 dev datanet lladdr 8c:ae:4c:cd:a6:2d REACHABLE -10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 REACHABLE -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 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 -192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 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.11 dev vmbr0 lladdr 34:17:eb:b3:b1:2d STALE +192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE +192.168.0.250 dev vmbr0 lladdr f8:bc:12:34:e0:74 STALE +10.100.100.7 dev datanet lladdr f8:bc:12:34:e0:75 REACHABLE 192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE 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 @@ -4908,6 +4925,7 @@ 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::54e4:4111:b359:b994 dev vmbr0 lladdr 96:86:dd:1b:81:5a 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 @@ -4924,6 +4942,7 @@ 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::8d8c:54c7:7a35:50a5 dev vmbr0 lladdr 2c:54:91:2a:0d:59 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 @@ -4934,6 +4953,7 @@ 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::31a5:b7f8:2ff3:6959 dev vmbr0 lladdr 2c:54:91:2a:0d:59 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 @@ -4956,6 +4976,7 @@ fe80::aaba:ff4f:993a:3336 dev vmbr0 lladdr bc:24:11:36:16:3c STALE fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE fe80::2f96:e883:f0b8:8de1 dev vmbr0 lladdr bc:24:11:78:11:ac STALE +fe80::86b:90fc:88ab:7eee dev vmbr0 lladdr 2a:cc:df:57:21:d2 STALE fe80::af8e:5170:c28:5a12 dev vmbr0 lladdr bc:24:11:ca:b0:cd STALE fe80::be24:11ff:fe1f:9d83 dev vmbr0 lladdr bc:24:11:1f:9d:83 STALE fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE @@ -4969,17 +4990,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: 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 + lo: 9928441 59588 0 0 0 0 0 0 9928441 59588 0 0 0 0 0 0 + nic0: 5479347044 20021845 0 13106 0 0 0 9680444 4492576476 5447236 0 0 0 0 0 0 +enx8cae4ccda926: 470801681947 511367099 0 13104 0 0 0 0 893465171379 693799522 0 6 0 0 0 0 enx80ae4ccdec03: 0 0 0 0 0 0 0 0 0 0 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 +tailscale0: 28473988 243009 0 0 0 0 0 0 196913908 300933 0 0 0 0 0 0 + vmbr0: 4129691188 14848391 0 0 0 0 0 8092801 3984184084 1724240 0 0 0 0 0 0 +datanet: 470796110785 511349531 0 15 0 0 0 328183 893461840473 693786430 0 0 0 0 0 0 +tap400i0: 315378453 1188944 0 0 0 0 0 0 1816815396 13922592 0 5168 0 0 0 0 +fwbr400i0: 1093000652 11963056 0 15584 0 0 0 8091762 0 0 0 0 0 0 0 0 +fwpr400p0: 318639606 1202041 0 13097 0 0 0 0 1817340004 13927761 0 0 0 0 0 0 +fwln400i0: 1817340004 13927761 0 13097 0 0 0 0 318639606 1202041 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route @@ -5972,14 +5993,14 @@ netlink error: Operation not supported uncorr_ecc_errors: 0 corr_ecc_errors: 0 [statistics -S (throughput counters)] - rx_packets: 15199360 - tx_packets: 4628408 - rx_bytes: 4664091572 - tx_bytes: 4256521692 - rx_broadcast: 2859818 - tx_broadcast: 14901 - rx_multicast: 7130975 - tx_multicast: 54535 + rx_packets: 20021849 + tx_packets: 5447237 + rx_bytes: 5479347546 + tx_bytes: 4492576646 + rx_broadcast: 3856835 + tx_broadcast: 14913 + rx_multicast: 9680444 + tx_multicast: 75328 ----- ethtool: tap400i0 ----- [driver/version/firmware/bus-info -i] @@ -6269,7 +6290,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 37 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 51 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 @@ -6277,7 +6298,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 33 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 47 mcast_max_groups 0 --- bridge vlan $ bridge vlan @@ -6388,35 +6409,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 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 + 9: 0 35073 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 16: 0 0 578640 0 0 0 0 0 IR-IO-APIC 16-fasteoi ehci_hcd:usb1 + 18: 0 0 0 0 26140 0 0 0 IR-IO-APIC 18-fasteoi i801_smbus + 19: 0 0 0 0 0 0 0 41665750 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 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 + 29: 0 18604033 0 0 0 0 0 0 IR-PCI-MSI-0000:00:19.0 0-edge nic0 + 30: 0 0 0 0 263202542 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 152313 0 IR-PCI-MSI-0000:00:02.0 0-edge i915 + 39: 0 0 0 0 0 0 212662 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: 377 368 286 323 769 264 251 291 Non-maskable interrupts -LOC: 57344524 79087364 50058277 58854196 122159127 59962666 55904227 39100279 Local timer interrupts +NMI: 534 523 411 463 1026 376 359 432 Non-maskable interrupts +LOC: 84189123 112915142 73966477 86436542 164915120 87504363 82346611 55813628 Local timer interrupts SPU: 0 0 0 0 0 0 0 0 Spurious 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 +PMI: 534 523 411 463 1026 376 359 432 Performance monitoring interrupts +IWI: 0 0 0 1 26 0 14 0 IRQ work interrupts RTR: 0 0 0 0 0 0 0 0 APIC ICR read retries -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 +RES: 362847 282394 226318 404564 220373 365205 409410 130494 Rescheduling interrupts +CAL: 2150038 1440493 1049790 1062483 1848567 986749 972002 817253 Function call interrupts +TLB: 303299 309291 319522 300623 311422 317371 303840 311613 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: 856 857 857 857 857 857 857 857 Machine check polls +MCP: 1200 1201 1201 1201 1201 1201 1201 1201 Machine check polls ERR: 0 MIS: 0 PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event @@ -6496,35 +6517,35 @@ done | head -n 60 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -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 +00011896 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +038f5224 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +0014d84f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +00050174 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +3cf79af6 00000000 0000000b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +0001041f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +00018f27 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +0000f432 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=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 +cpu0 total=00011896 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=038f5226 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=0014d84f dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=00050174 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=3cf79baa dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=0001041f dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=00018f27 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=0000f432 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 108 0.0 -TcpRetransSegs 47295704 0.0 +TcpAttemptFails 110 0.0 +TcpRetransSegs 56080363 0.0 TcpInErrs 0 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 @@ -6533,21 +6554,21 @@ TcpExtEmbryonicRsts 1 0.0 TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 -TcpExtTCPLossUndo 94 0.0 -TcpExtTCPLostRetransmit 1740367 0.0 +TcpExtTCPLossUndo 124 0.0 +TcpExtTCPLostRetransmit 3046190 0.0 TcpExtTCPRenoFailures 0 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 +TcpExtTCPLossFailures 10 0.0 +TcpExtTCPFastRetrans 56064939 0.0 +TcpExtTCPSlowStartRetrans 1874 0.0 +TcpExtTCPLossProbes 12422 0.0 +TcpExtTCPLossProbeRecovery 749 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 378 0.0 -TcpExtTCPAbortOnData 2048 0.0 -TcpExtTCPAbortOnClose 12 0.0 +TcpExtTCPSackRecoveryFail 675 0.0 +TcpExtTCPAbortOnData 2518 0.0 +TcpExtTCPAbortOnClose 42 0.0 TcpExtTCPAbortOnMemory 0 0.0 -TcpExtTCPAbortOnTimeout 11 0.0 +TcpExtTCPAbortOnTimeout 12 0.0 TcpExtTCPAbortOnLinger 0 0.0 TcpExtTCPAbortFailed 0 0.0 TcpExtTCPMD5Failure 0 0.0 @@ -6562,7 +6583,7 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 754 0.0 +TcpExtTCPSynRetrans 785 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 TcpExtTCPRcvQDrop 0 0.0 @@ -6587,137 +6608,189 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 376 -TCP: 59 (estab 26, closed 3, orphaned 0, timewait 1) +Total: 389 +TCP: 72 (estab 39, closed 3, orphaned 0, timewait 1) Transport Total IP IPv6 RAW 0 0 0 UDP 18 10 8 -TCP 56 41 15 -INET 74 51 23 +TCP 69 58 11 +INET 87 68 19 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 100.70.77.93:2004 100.70.77.93:38448 timer:(keepalive,65min,0) + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) 0 0 10.100.100.4:2049 10.100.100.6:808 - skmem:(r0,rb15671440,t0,tb4021248,f0,w0,o0,bl0,d10436) + skmem:(r0,rb15671440,t0,tb4125696,f0,w0,o0,bl0,d14750) 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) + skmem:(r0,rb11393084,t0,tb3028992,f0,w0,o0,bl0,d50333) +0 0 192.168.3.191:49802 209.177.156.94:443 timer:(keepalive,15sec,0) + skmem:(r0,rb132680,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 100.70.77.93:54702 100.70.77.93:2001 timer:(keepalive,55min,0) + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 100.70.77.93:2002 100.70.77.93:60962 timer:(keepalive,55min,0) + skmem:(r0,rb87380,t0,tb3939840,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) + skmem:(r0,rb1288276,t0,tb8512512,f0,w0,o0,bl0,d15257) +0 0 100.70.77.93:2007 100.70.77.93:33482 timer:(keepalive,65min,0) + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d4) +0 0 100.70.77.93:2006 100.70.77.93:53816 timer:(keepalive,25min,0) + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) 0 0 10.100.100.4:2049 10.100.100.3:716 - skmem:(r0,rb741219,t0,tb5104896,f0,w0,o0,bl0,d1937) + skmem:(r0,rb741219,t0,tb5104896,f0,w0,o0,bl0,d6260) 0 0 10.100.100.4:2049 10.100.100.6:972 - skmem:(r0,rb15263623,t0,tb4491264,f0,w0,o0,bl0,d10382) + skmem:(r0,rb15263623,t0,tb4491264,f0,w0,o0,bl0,d14718) 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) + skmem:(r0,rb11845692,t0,tb4491264,f0,w0,o0,bl0,d17498) +0 116 10.100.100.4:2049 10.100.100.1:843 timer:(on,214ms,0) + skmem:(r0,rb12093150,t0,tb3211776,f3020,w1076,o0,bl0,d50534) +0 0 100.70.77.93:33482 100.70.77.93:2007 timer:(keepalive,65min,0) + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d4) +0 0 192.168.3.191:41882 192.200.0.107:443 timer:(keepalive,5.114sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 100.70.77.93:39370 100.70.77.93:2005 timer:(keepalive,34min,0) + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 100.70.77.93:45682 100.70.77.93:2003 timer:(keepalive,55min,0) + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 100.70.77.93:2003 100.70.77.93:45682 timer:(keepalive,55min,0) + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 100.70.77.93:2005 100.70.77.93:39370 timer:(keepalive,34min,0) + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) 0 0 10.100.100.4:2049 10.100.100.6:964 - skmem:(r0,rb16777216,t0,tb5144064,f0,w0,o0,bl0,d10422) + skmem:(r0,rb16777216,t0,tb5144064,f0,w0,o0,bl0,d14806) 0 0 10.100.100.4:2049 10.100.100.9:891 - skmem:(r0,rb9488889,t0,tb4047360,f0,w0,o0,bl0,d2301) + skmem:(r0,rb14216601,t0,tb4856832,f0,w0,o0,bl0,d17345) 0 0 10.100.100.4:2049 10.100.100.7:807 - skmem:(r0,rb12878137,t0,tb2402304,f0,w0,o0,bl0,d17916) + skmem:(r0,rb12878137,t0,tb3133440,f0,w0,o0,bl0,d43857) 0 0 10.100.100.4:2049 10.100.100.7:848 - skmem:(r0,rb16777216,t0,tb2532864,f0,w0,o0,bl0,d18345) + skmem:(r0,rb16777216,t0,tb3694848,f0,w0,o0,bl0,d44788) 0 0 10.100.100.4:2049 10.100.100.9:674 - skmem:(r0,rb10025116,t0,tb4177920,f0,w0,o0,bl0,d2398) + skmem:(r0,rb14482998,t0,tb4569600,f0,w0,o0,bl0,d17629) +0 0 100.70.77.93:2001 100.70.77.93:54702 timer:(keepalive,55min,0) + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) 0 0 10.100.100.4:2049 10.100.100.9:842 - skmem:(r0,rb10930838,t0,tb3668736,f0,w0,o0,bl0,d2376) + skmem:(r0,rb13248656,t0,tb4282368,f0,w0,o0,bl0,d17663) +0 0 100.70.77.93:60962 100.70.77.93:2002 timer:(keepalive,55min,0) + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) 0 0 10.100.100.4:2049 10.100.100.6:753 - skmem:(r0,rb16777216,t0,tb4308480,f0,w0,o0,bl0,d10519) + skmem:(r0,rb16777216,t0,tb4308480,f0,w0,o0,bl0,d14931) 0 0 10.100.100.4:2049 10.100.100.3:749 - skmem:(r0,rb920708,t0,tb3485952,f0,w0,o0,bl0,d1947) + skmem:(r0,rb920708,t0,tb3485952,f0,w0,o0,bl0,d6294) 0 0 10.100.100.4:2049 10.100.100.1:749 - skmem:(r0,rb6317429,t0,tb3368448,f0,w0,o0,bl0,d19191) + skmem:(r0,rb13065661,t0,tb3368448,f0,w0,o0,bl0,d50335) +0 0 100.70.77.93:38448 100.70.77.93:2004 timer:(keepalive,65min,0) + skmem:(r0,rb176788,t0,tb3939840,f0,w0,o0,bl0,d0) 0 0 10.100.100.4:2049 10.100.100.7:852 - skmem:(r0,rb16777216,t0,tb2454528,f0,w0,o0,bl0,d18272) + skmem:(r0,rb16777216,t0,tb3472896,f0,w0,o0,bl0,d44633) +0 0 100.70.77.93:53816 100.70.77.93:2006 timer:(keepalive,25min,0) + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) 0 0 10.100.100.4:2049 10.100.100.3:891 - skmem:(r0,rb1008266,t0,tb4647936,f0,w0,o0,bl0,d1947) + skmem:(r0,rb1008266,t0,tb4647936,f0,w0,o0,bl0,d6255) 0 0 10.100.100.4:2049 10.100.100.1:718 - skmem:(r0,rb4186581,t0,tb3028992,f0,w0,o0,bl0,d19128) + skmem:(r0,rb10730604,t0,tb3055104,f0,w0,o0,bl0,d50132) 0 0 10.100.100.4:2049 10.100.100.7:692 - skmem:(r0,rb16022431,t0,tb2219520,f0,w0,o0,bl0,d18348) + skmem:(r0,rb16022431,t0,tb3002880,f0,w0,o0,bl0,d44584) 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) + skmem:(r0,rb835559,t0,tb4373760,f0,w0,o0,bl0,d6202) +0 0 [::ffff:100.70.77.93]:45876 [::ffff:100.107.35.78]:43954 timer:(keepalive,8.920sec,0) + skmem:(r0,rb441849,t0,tb130560,f0,w0,o0,bl0,d4623) --- ss -ti (TCP internals) $ ss -ti State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 100.70.77.93:2004 100.70.77.93:38448 + bbr wscale:9,9 rto:201 rtt:0.014/0.002 ato:40 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:18 bytes_sent:78549 bytes_acked:78549 bytes_received:15 segs_out:2621 segs_in:2623 data_segs_out:2620 data_segs_in:1 bbr:(bw:19.6Gbps,mrtt:0.009,pacing_gain:2.88672,cwnd_gain:2.88672) send 226Gbps lastsnd:9968 lastrcv:32660928 lastack:9968 pacing_rate 229Gbps delivery_rate 19.6Gbps delivered:2621 app_limited busy:47ms rcv_space:43690 rcv_ssthresh:43690 minrtt:0.009 snd_wnd:44032 rcv_wnd:44032 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 + bbr wscale:12,9 rto:210 rtt:9.374/13.639 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:308 ssthresh:168 bytes_sent:18333809780 bytes_retrans:154884 bytes_acked:18333654896 bytes_received:3807370344 segs_out:13658811 segs_in:6778499 data_segs_out:12964944 data_segs_in:2751113 bbr:(bw:980Mbps,mrtt:0.99,pacing_gain:1.25,cwnd_gain:2) send 381Mbps lastsnd:2556 lastrcv:2577 lastack:2555 pacing_rate 1.21Gbps delivery_rate 909Mbps delivered:12964669 busy:2298005ms retrans:0/282 dsack_dups:320 rcv_rtt:8.236 rcv_space:5203408 rcv_ssthresh:10406815 minrtt:0.378 rcv_ooopack:123628 snd_wnd:4345856 rcv_wnd:10406912 rehash:8 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 + bbr wscale:12,9 rto:218 rtt:17.576/19.596 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:64 ssthresh:163 bytes_sent:29490393428 bytes_retrans:7161348048 bytes_acked:22329045380 bytes_received:12945562976 segs_out:25330105 segs_in:17141442 data_segs_out:21575224 data_segs_in:9335186 bbr:(bw:153Mbps,mrtt:0.543,pacing_gain:1.25,cwnd_gain:2) send 42.2Mbps lastsnd:261 lastrcv:5 lastack:5 pacing_rate 189Mbps delivery_rate 61.8Mbps delivered:16629168 app_limited busy:13265106ms retrans:0/4948405 dsack_dups:2365 reordering:179 reord_seen:116 rcv_rtt:24.789 rcv_space:3782860 rcv_ssthresh:7565719 minrtt:0.527 rcv_ooopack:11769 snd_wnd:16846848 rcv_wnd:7565824 rehash:159 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 + bbr wscale:7,9 rto:214 rtt:13.41/1.847 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:32 bytes_sent:153618 bytes_retrans:193 bytes_acked:153426 bytes_received:1298351 segs_out:10294 segs_in:9933 data_segs_out:856 data_segs_in:7618 bbr:(bw:2.89Mbps,mrtt:13.753,pacing_gain:2.88672,cwnd_gain:2.88672) send 27.6Mbps lastsnd:12303 lastrcv:12289 lastack:12289 pacing_rate 23.3Mbps delivery_rate 2.89Mbps delivered:857 app_limited busy:6889ms retrans:0/1 dsack_dups:1 reord_seen:1 rcv_rtt:74239.1 rcv_space:44054 rcv_ssthresh:87470 minrtt:13.753 snd_wnd:205568 rcv_wnd:87552 +ESTAB 0 0 100.70.77.93:ssh 100.101.187.119:54706 + bbr wscale:7,9 rto:207 rtt:6.116/9.84 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:27 bytes_sent:5653 bytes_acked:5653 bytes_received:3993 segs_out:24 segs_in:26 data_segs_out:17 data_segs_in:15 bbr:(bw:24.6Mbps,mrtt:0.701,pacing_gain:2.88672,cwnd_gain:2.88672) send 43.4Mbps lastsnd:1380 lastrcv:1380 lastack:1379 pacing_rate 377Mbps delivery_rate 24.6Mbps delivered:18 app_limited busy:106ms rcv_rtt:6 rcv_space:12400 rcv_ssthresh:78504 minrtt:0.701 snd_wnd:76928 rcv_wnd:78848 +ESTAB 0 0 100.70.77.93:54702 100.70.77.93:2001 + bbr wscale:9,9 rto:201 rtt:0.035/0.019 ato:40 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:11 bytes_sent:15 bytes_acked:16 bytes_received:8184 segs_out:1223 segs_in:1222 data_segs_out:1 data_segs_in:1220 bbr:(bw:14.7Gbps,mrtt:0.012,pacing_gain:2.88672,cwnd_gain:2.88672) send 55.4Gbps lastsnd:32660928 lastrcv:242160 lastack:242160 pacing_rate 128Gbps delivery_rate 14.7Gbps delivered:2 app_limited rcv_space:43690 rcv_ssthresh:43690 minrtt:0.012 snd_wnd:44032 rcv_wnd:44032 +ESTAB 0 0 100.70.77.93:2002 100.70.77.93:60962 + bbr wscale:9,9 rto:201 rtt:0.018/0.007 ato:40 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:18 bytes_sent:641 bytes_acked:641 bytes_received:15 segs_out:97 segs_in:99 data_segs_out:96 data_segs_in:1 bbr:(bw:29.4Gbps,mrtt:0.006,pacing_gain:2.88672,cwnd_gain:2.88672) send 176Gbps lastsnd:271322 lastrcv:32660928 lastack:271321 pacing_rate 458Gbps delivery_rate 29.4Gbps delivered:97 app_limited busy:2ms rcv_space:43690 rcv_ssthresh:43690 minrtt:0.006 snd_wnd:44032 rcv_wnd:44032 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 + bbr wscale:12,9 rto:212 rtt:11.3/16.007 ato:67 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:48 ssthresh:174 bytes_sent:325275060 bytes_retrans:60916 bytes_acked:325214144 bytes_received:3564924388 segs_out:1547206 segs_in:2991844 data_segs_out:856831 data_segs_in:2573537 bbr:(bw:114Mbps,mrtt:0.58,pacing_gain:1.25,cwnd_gain:2) send 49.2Mbps lastsnd:1288 lastrcv:1289 lastack:1287 pacing_rate 142Mbps delivery_rate 114Mbps delivered:856628 app_limited busy:3054405ms rwnd_limited:1ms(0.0%) retrans:0/426 dsack_dups:304 rcv_rtt:4.863 rcv_space:427748 rcv_ssthresh:855495 minrtt:0.203 rcv_ooopack:361 snd_wnd:757760 rcv_wnd:855552 rehash:17 +ESTAB 0 0 100.70.77.93:2007 100.70.77.93:33482 + bbr wscale:9,9 rto:201 rtt:0.011/0.006 ato:40 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:11 bytes_sent:135 bytes_acked:135 bytes_received:15 segs_out:10 segs_in:12 data_segs_out:1 data_segs_in:1 bbr:(bw:29.4Gbps,mrtt:0.006,pacing_gain:2.88672,cwnd_gain:2.88672) send 176Gbps lastsnd:32660160 lastrcv:32660928 lastack:3260357 pacing_rate 419Gbps delivery_rate 29.4Gbps delivered:2 app_limited rcv_space:43690 rcv_ssthresh:43690 minrtt:0.006 snd_wnd:44032 rcv_wnd:44032 +ESTAB 0 0 100.70.77.93:2006 100.70.77.93:53816 + bbr wscale:9,9 rto:201 rtt:0.016/0.003 ato:40 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:18 bytes_sent:594 bytes_acked:594 bytes_received:15 segs_out:92 segs_in:94 data_segs_out:91 data_segs_in:1 bbr:(bw:25.2Gbps,mrtt:0.007,pacing_gain:2.88672,cwnd_gain:2.88672) send 198Gbps lastsnd:271661 lastrcv:32660928 lastack:271661 pacing_rate 387Gbps delivery_rate 25.2Gbps delivered:92 app_limited rcv_space:43690 rcv_ssthresh:43690 minrtt:0.007 snd_wnd:44032 rcv_wnd:44032 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 + bbr wscale:12,9 rto:211 rtt:10.547/14.706 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:955 bytes_sent:116905044 bytes_retrans:12204 bytes_acked:116892840 bytes_received:1059101216 segs_out:593792 segs_in:986612 data_segs_out:288188 data_segs_in:777323 bbr:(bw:681Mbps,mrtt:1.056,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.05Gbps lastsnd:4713 lastrcv:4748 lastack:4669 pacing_rate 2.17Gbps delivery_rate 681Mbps delivered:288182 app_limited busy:1126638ms retrans:0/57 dsack_dups:57 rcv_rtt:5.535 rcv_space:246108 rcv_ssthresh:492215 minrtt:0.846 rcv_ooopack:141 snd_wnd:790528 rcv_wnd:492544 rehash:5 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 + bbr wscale:12,9 rto:208 rtt:7.581/11.73 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:236 ssthresh:207 bytes_sent:18288476556 bytes_retrans:180484 bytes_acked:18288296072 bytes_received:3848980464 segs_out:13628108 segs_in:6805979 data_segs_out:12933427 data_segs_in:2779815 bbr:(bw:703Mbps,mrtt:0.789,pacing_gain:1.25,cwnd_gain:2) send 361Mbps lastsnd:2791 lastrcv:2832 lastack:2790 pacing_rate 870Mbps delivery_rate 354Mbps delivered:12933261 busy:2292996ms retrans:0/259 dsack_dups:155 rcv_rtt:12.389 rcv_space:5068000 rcv_ssthresh:10135999 minrtt:0.436 rcv_ooopack:125219 snd_wnd:5484544 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 + bbr wscale:12,9 rto:208 rtt:7.268/9.26 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:242 bytes_sent:7762665996 bytes_retrans:273288 bytes_acked:7762392708 bytes_received:6144339140 segs_out:6795085 segs_in:7154004 data_segs_out:5766179 data_segs_in:4339730 bbr:(bw:595Mbps,mrtt:0.998,pacing_gain:1.25,cwnd_gain:2) send 386Mbps lastsnd:2849 lastrcv:2863 lastack:2848 pacing_rate 737Mbps delivery_rate 355Mbps delivered:5765985 app_limited busy:4645381ms retrans:0/276 dsack_dups:117 rcv_rtt:13.101 rcv_space:3933140 rcv_ssthresh:7866279 minrtt:0.787 rcv_ooopack:67140 snd_wnd:1703936 rcv_wnd:7866368 rehash:6 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 + bbr wscale:12,9 rto:214 rtt:13.036/15.742 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:106 ssthresh:168 bytes_sent:29504041036 bytes_retrans:7154086964 bytes_acked:22349954072 bytes_received:12926615988 segs_out:25349530 segs_in:17006709 data_segs_out:21585006 data_segs_in:9321864 bbr:(bw:254Mbps,mrtt:0.565,pacing_gain:1.25,cwnd_gain:2) send 94.2Mbps lastsnd:8 lastrcv:19 lastack:5 pacing_rate 314Mbps delivery_rate 128Mbps delivered:16643835 app_limited busy:13342808ms retrans:0/4943331 dsack_dups:2171 reordering:179 reord_seen:268 rcv_rtt:31.637 rcv_space:4015304 rcv_ssthresh:8030607 minrtt:0.445 rcv_ooopack:8050 snd_wnd:4993024 rcv_wnd:8030720 rehash:183 +ESTAB 0 0 100.70.77.93:33482 100.70.77.93:2007 + bbr wscale:9,9 rto:201 rtt:0.012/0.006 ato:40 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:11 bytes_sent:15 bytes_acked:16 bytes_received:135 segs_out:12 segs_in:11 data_segs_out:1 data_segs_in:1 bbr:(bw:35.2Gbps,mrtt:0.005,pacing_gain:2.88672,cwnd_gain:2.88672) send 161Gbps lastsnd:32660928 lastrcv:32660160 lastack:3260357 pacing_rate 384Gbps delivery_rate 35.2Gbps delivered:2 app_limited rcv_space:43690 rcv_ssthresh:43690 minrtt:0.005 snd_wnd:44032 rcv_wnd:44032 +ESTAB 0 0 192.168.3.191:41882 192.200.0.107:https + bbr wscale:10,9 rto:341 rtt:137.281/4.75 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:2915 bytes_acked:2916 bytes_received:84533 segs_out:1320 segs_in:1327 data_segs_out:16 data_segs_in:683 bbr:(bw:343kbps,mrtt:134.466,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.52Mbps lastsnd:1839583 lastrcv:4157 lastack:4157 pacing_rate 2.45Mbps delivery_rate 344kbps delivered:17 app_limited busy:1669ms rcv_rtt:137 rcv_space:19619 rcv_ssthresh:57388 minrtt:134.466 snd_wnd:80896 rcv_wnd:57856 +ESTAB 0 0 100.70.77.93:39370 100.70.77.93:2005 + bbr wscale:9,9 rto:201 rtt:0.012/0.006 ato:49 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:11 bytes_sent:15 bytes_acked:16 bytes_received:1202 segs_out:62 segs_in:61 data_segs_out:1 data_segs_in:59 bbr:(bw:35.2Gbps,mrtt:0.005,pacing_gain:2.88672,cwnd_gain:2.88672) send 161Gbps lastsnd:32660929 lastrcv:159287 lastack:159287 pacing_rate 384Gbps delivery_rate 35.2Gbps delivered:2 app_limited rcv_space:43690 rcv_ssthresh:43690 minrtt:0.005 snd_wnd:44032 rcv_wnd:44032 +ESTAB 0 0 100.70.77.93:45682 100.70.77.93:2003 + bbr wscale:9,9 rto:201 rtt:0.011/0.006 ato:40 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:11 bytes_sent:15 bytes_acked:16 bytes_received:613 segs_out:98 segs_in:97 data_segs_out:1 data_segs_in:95 bbr:(bw:35.2Gbps,mrtt:0.005,pacing_gain:2.88672,cwnd_gain:2.88672) send 176Gbps lastsnd:32660929 lastrcv:272854 lastack:272854 pacing_rate 416Gbps delivery_rate 35.2Gbps delivered:2 app_limited rcv_space:43690 rcv_ssthresh:43690 minrtt:0.005 snd_wnd:44032 rcv_wnd:44032 +ESTAB 0 0 100.70.77.93:2003 100.70.77.93:45682 + bbr wscale:9,9 rto:201 rtt:0.018/0.005 ato:40 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:18 bytes_sent:613 bytes_acked:613 bytes_received:15 segs_out:96 segs_in:98 data_segs_out:95 data_segs_in:1 bbr:(bw:29.4Gbps,mrtt:0.006,pacing_gain:2.88672,cwnd_gain:2.88672) send 176Gbps lastsnd:272854 lastrcv:32660929 lastack:272854 pacing_rate 503Gbps delivery_rate 29.4Gbps delivered:96 app_limited busy:3ms rcv_space:43690 rcv_ssthresh:43690 minrtt:0.006 snd_wnd:44032 rcv_wnd:44032 +ESTAB 0 0 100.70.77.93:2005 100.70.77.93:39370 + bbr wscale:9,9 rto:201 rtt:0.015/0 ato:40 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:18 bytes_sent:1202 bytes_acked:1202 bytes_received:15 segs_out:60 segs_in:62 data_segs_out:59 data_segs_in:1 bbr:(bw:25.2Gbps,mrtt:0.007,pacing_gain:2.88672,cwnd_gain:2.88672) send 211Gbps lastsnd:159287 lastrcv:32660929 lastack:159287 pacing_rate 458Gbps delivery_rate 25.2Gbps delivered:60 app_limited busy:4ms rcv_space:43690 rcv_ssthresh:43690 minrtt:0.007 snd_wnd:44032 rcv_wnd:44032 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 + bbr wscale:12,9 rto:208 rtt:7.532/11.22 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:264 ssthresh:205 bytes_sent:18157660412 bytes_retrans:101804 bytes_acked:18157558608 bytes_received:3836358324 segs_out:13537780 segs_in:6764792 data_segs_out:12843432 data_segs_in:2771150 bbr:(bw:686Mbps,mrtt:1.057,pacing_gain:1,cwnd_gain:2) send 406Mbps lastsnd:2524 lastrcv:2555 lastack:2523 pacing_rate 680Mbps delivery_rate 415Mbps delivered:12843347 busy:2288632ms retrans:0/235 dsack_dups:197 rcv_rtt:28.491 rcv_space:5928112 rcv_ssthresh:11141120 minrtt:0.382 rcv_ooopack:130456 snd_wnd:3158016 rcv_wnd:11141120 rehash:13 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 + bbr wscale:12,9 rto:207 rtt:6.7/7.798 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:280 ssthresh:241 bytes_sent:7641538236 bytes_retrans:430172 bytes_acked:7641108064 bytes_received:6178911944 segs_out:6704532 segs_in:7172502 data_segs_out:5682185 data_segs_in:4363273 bbr:(bw:615Mbps,mrtt:1.321,pacing_gain:1.25,cwnd_gain:2) send 484Mbps lastsnd:2664 lastrcv:2664 lastack:2661 pacing_rate 761Mbps delivery_rate 356Mbps delivered:5681888 app_limited busy:4631223ms retrans:0/364 dsack_dups:106 rcv_rtt:66.891 rcv_space:4720356 rcv_ssthresh:9440711 minrtt:0.723 rcv_ooopack:68036 snd_wnd:1990656 rcv_wnd:9440768 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 + bbr wscale:12,9 rto:218 rtt:17.566/19.733 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:188 ssthresh:177 bytes_sent:2212688424 bytes_retrans:39456 bytes_acked:2212648968 bytes_received:10169584924 segs_out:4987048 segs_in:8710352 data_segs_out:2624486 data_segs_in:7302477 bbr:(bw:1.03Gbps,mrtt:0.268,pacing_gain:1.25,cwnd_gain:2) send 124Mbps lastsnd:65 lastrcv:65 lastack:63 pacing_rate 1.27Gbps delivery_rate 957Mbps delivered:2624294 app_limited busy:8191105ms retrans:0/239 dsack_dups:317 rcv_rtt:37.922 rcv_space:4275944 rcv_ssthresh:8551887 minrtt:0.197 rcv_ooopack:588749 snd_wnd:2670592 rcv_wnd:8551936 rehash:7 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 + bbr wscale:12,9 rto:212 rtt:11.48/16.296 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:244 ssthresh:213 bytes_sent:2211761756 bytes_retrans:44368 bytes_acked:2211717388 bytes_received:10176539620 segs_out:4967468 segs_in:8716298 data_segs_out:2617697 data_segs_in:7307308 bbr:(bw:976Mbps,mrtt:0.626,pacing_gain:1.25,cwnd_gain:2) send 246Mbps lastsnd:65 lastrcv:65 lastack:63 pacing_rate 1.21Gbps delivery_rate 943Mbps delivered:2617408 busy:8050405ms retrans:0/288 dsack_dups:457 rcv_rtt:34.684 rcv_space:7296640 rcv_ssthresh:11141120 minrtt:0.187 rcv_ooopack:517758 snd_wnd:2531328 rcv_wnd:11141120 rehash:10 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 + bbr wscale:12,9 rto:209 rtt:8.571/10.613 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:236 ssthresh:267 bytes_sent:7635818008 bytes_retrans:202304 bytes_acked:7635615704 bytes_received:6056914204 segs_out:6700938 segs_in:7113443 data_segs_out:5678318 data_segs_in:4279463 bbr:(bw:1.03Gbps,mrtt:0.55,pacing_gain:1.25,cwnd_gain:2) send 319Mbps lastsnd:3377 lastrcv:3441 lastack:3374 pacing_rate 1.28Gbps delivery_rate 392Mbps delivered:5678181 app_limited busy:4651992ms rwnd_limited:1ms(0.0%) retrans:0/210 dsack_dups:73 rcv_rtt:94.945 rcv_space:4808808 rcv_ssthresh:9617615 minrtt:0.55 rcv_ooopack:62950 snd_wnd:2273280 rcv_wnd:9617920 rehash:4 +ESTAB 0 0 100.70.77.93:2001 100.70.77.93:54702 + bbr wscale:9,9 rto:201 rtt:0.019/0.005 ato:40 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:18 bytes_sent:8184 bytes_acked:8184 bytes_received:15 segs_out:1221 segs_in:1223 data_segs_out:1220 data_segs_in:1 bbr:(bw:25.2Gbps,mrtt:0.007,pacing_gain:2.88672,cwnd_gain:2.88672) send 167Gbps lastsnd:242161 lastrcv:32660929 lastack:242161 pacing_rate 174Gbps delivery_rate 25.2Gbps delivered:1221 app_limited busy:29ms rcv_space:43690 rcv_ssthresh:43690 minrtt:0.007 snd_wnd:44032 rcv_wnd:44032 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 + bbr wscale:12,9 rto:209 rtt:8.332/10.226 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:224 ssthresh:246 bytes_sent:7632812244 bytes_retrans:158280 bytes_acked:7632653964 bytes_received:6152300824 segs_out:6709817 segs_in:7175171 data_segs_out:5676099 data_segs_in:4344964 bbr:(bw:922Mbps,mrtt:0.534,pacing_gain:1.25,cwnd_gain:2) send 311Mbps lastsnd:2688 lastrcv:2688 lastack:2685 pacing_rate 1.14Gbps delivery_rate 421Mbps delivered:5675908 app_limited busy:4636874ms retrans:0/190 dsack_dups:207 rcv_rtt:58.256 rcv_space:4398968 rcv_ssthresh:8797935 minrtt:0.534 rcv_ooopack:64374 snd_wnd:1908736 rcv_wnd:8798208 rehash:7 +ESTAB 0 0 100.70.77.93:60962 100.70.77.93:2002 + bbr wscale:9,9 rto:201 rtt:0.012/0.006 ato:40 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:11 bytes_sent:15 bytes_acked:16 bytes_received:641 segs_out:99 segs_in:98 data_segs_out:1 data_segs_in:96 bbr:(bw:29.4Gbps,mrtt:0.006,pacing_gain:2.88672,cwnd_gain:2.88672) send 161Gbps lastsnd:32660929 lastrcv:271322 lastack:271322 pacing_rate 384Gbps delivery_rate 29.4Gbps delivered:2 app_limited rcv_space:43690 rcv_ssthresh:43690 minrtt:0.006 snd_wnd:44032 rcv_wnd:44032 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 + bbr wscale:12,9 rto:208 rtt:7.904/12.21 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:220 ssthresh:189 bytes_sent:18283994148 bytes_retrans:227124 bytes_acked:18283767024 bytes_received:3825824076 segs_out:13626884 segs_in:6776341 data_segs_out:12930470 data_segs_in:2764076 bbr:(bw:982Mbps,mrtt:0.475,pacing_gain:1.25,cwnd_gain:2) send 322Mbps lastsnd:1661 lastrcv:1673 lastack:1661 pacing_rate 1.22Gbps delivery_rate 705Mbps delivered:12930253 busy:2301178ms retrans:0/333 dsack_dups:327 rcv_rtt:14.065 rcv_space:6560888 rcv_ssthresh:11141120 minrtt:0.147 rcv_ooopack:128748 snd_wnd:2551808 rcv_wnd:11141120 rehash:15 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 + bbr wscale:12,9 rto:210 rtt:9.221/11.826 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:1060 bytes_sent:114250520 bytes_retrans:7216 bytes_acked:114243304 bytes_received:1058542184 segs_out:588083 segs_in:988135 data_segs_out:286325 data_segs_in:776986 bbr:(bw:844Mbps,mrtt:1.067,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.33Gbps lastsnd:4150 lastrcv:4168 lastack:4146 pacing_rate 2.41Gbps delivery_rate 844Mbps delivered:286326 app_limited busy:1129430ms retrans:0/42 dsack_dups:42 rcv_rtt:4.782 rcv_space:305704 rcv_ssthresh:611407 minrtt:0.688 rcv_ooopack:117 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 + bbr wscale:12,9 rto:215 rtt:14.708/16.91 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:56 ssthresh:193 bytes_sent:29536917460 bytes_retrans:7193633156 bytes_acked:22343284304 bytes_received:12931866060 segs_out:25361073 segs_in:17043825 data_segs_out:21607373 data_segs_in:9324942 bbr:(bw:127Mbps,mrtt:0.581,pacing_gain:1.25,cwnd_gain:2) send 44.1Mbps lastsnd:32 lastrcv:41 lastack:29 pacing_rate 158Mbps delivery_rate 42Mbps delivered:16639331 app_limited busy:13280290ms retrans:0/4970686 dsack_dups:2631 reordering:179 reord_seen:232 rcv_rtt:21.856 rcv_space:4338208 rcv_ssthresh:8676415 minrtt:0.443 rcv_ooopack:11322 snd_wnd:11345920 rcv_wnd:8676864 rehash:177 +ESTAB 0 0 100.70.77.93:38448 100.70.77.93:2004 + bbr wscale:9,9 rto:201 rtt:0.011/0.006 ato:40 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:11 bytes_sent:15 bytes_acked:16 bytes_received:78549 segs_out:2623 segs_in:2622 data_segs_out:1 data_segs_in:2620 bbr:(bw:35.2Gbps,mrtt:0.005,pacing_gain:2.88672,cwnd_gain:2.88672) send 176Gbps lastsnd:32660929 lastrcv:9969 lastack:9969 pacing_rate 416Gbps delivery_rate 35.2Gbps delivered:2 app_limited rcv_rtt:86217.6 rcv_space:44197 rcv_ssthresh:43690 minrtt:0.005 snd_wnd:44032 rcv_wnd:44032 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 + bbr wscale:12,9 rto:206 rtt:5.742/8.069 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:178 ssthresh:180 bytes_sent:2148420164 bytes_retrans:69776 bytes_acked:2148350388 bytes_received:10159709196 segs_out:4892268 segs_in:8673727 data_segs_out:2572049 data_segs_in:7294539 bbr:(bw:967Mbps,mrtt:0.239,pacing_gain:1.25,cwnd_gain:2) send 359Mbps lastsnd:65 lastrcv:65 lastack:63 pacing_rate 1.2Gbps delivery_rate 489Mbps delivered:2571733 busy:8015500ms retrans:0/319 dsack_dups:494 rcv_rtt:27.561 rcv_space:7819200 rcv_ssthresh:11141120 minrtt:0.116 rcv_ooopack:338257 snd_wnd:4440064 rcv_wnd:11141120 rehash:15 +ESTAB 0 0 100.70.77.93:53816 100.70.77.93:2006 + bbr wscale:9,9 rto:201 rtt:0.011/0.006 ato:40 mss:22016 pmtu:65535 rcvmss:536 advmss:65483 cwnd:11 bytes_sent:15 bytes_acked:16 bytes_received:594 segs_out:94 segs_in:93 data_segs_out:1 data_segs_in:91 bbr:(bw:29.4Gbps,mrtt:0.006,pacing_gain:2.88672,cwnd_gain:2.88672) send 176Gbps lastsnd:32660929 lastrcv:271662 lastack:271662 pacing_rate 416Gbps delivery_rate 29.4Gbps delivered:2 app_limited rcv_space:43690 rcv_ssthresh:43690 minrtt:0.006 snd_wnd:44032 rcv_wnd:44032 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 + bbr wscale:12,9 rto:212 rtt:11.206/14.357 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:1092 bytes_sent:117600064 bytes_retrans:7984 bytes_acked:117592080 bytes_received:1055415552 segs_out:594246 segs_in:986539 data_segs_out:288599 data_segs_in:774589 bbr:(bw:859Mbps,mrtt:1.423,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.13Gbps lastsnd:4752 lastrcv:4752 lastack:4749 pacing_rate 2.45Gbps delivery_rate 859Mbps delivered:288599 app_limited busy:1126398ms retrans:0/44 dsack_dups:43 rcv_rtt:4.45 rcv_space:334776 rcv_ssthresh:669551 minrtt:0.825 rcv_ooopack:138 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 + bbr wscale:12,9 rto:217 rtt:16.024/18.686 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:64 ssthresh:178 bytes_sent:29504394196 bytes_retrans:7164578792 bytes_acked:22339815404 bytes_received:12879266344 segs_out:25333354 segs_in:16965918 data_segs_out:21585649 data_segs_in:9288840 bbr:(bw:145Mbps,mrtt:0.605,pacing_gain:1.25,cwnd_gain:2) send 46.3Mbps lastsnd:23 lastrcv:29 lastack:20 pacing_rate 180Mbps delivery_rate 136Mbps delivered:16637315 app_limited busy:13397678ms rwnd_limited:2ms(0.0%) retrans:0/4950668 dsack_dups:2316 reordering:179 reord_seen:215 rcv_rtt:23.044 rcv_space:3562896 rcv_ssthresh:7125791 minrtt:0.605 rcv_ooopack:9498 snd_wnd:8036352 rcv_wnd:7126016 rehash:153 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 + bbr wscale:12,9 rto:212 rtt:11.423/16.078 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:182 ssthresh:193 bytes_sent:2198920680 bytes_retrans:46792 bytes_acked:2198873888 bytes_received:10128686384 segs_out:4894303 segs_in:8672318 data_segs_out:2607446 data_segs_in:7273854 bbr:(bw:765Mbps,mrtt:0.319,pacing_gain:1.25,cwnd_gain:2) send 185Mbps lastsnd:66 lastrcv:64 lastack:64 pacing_rate 947Mbps delivery_rate 350Mbps delivered:2607166 app_limited busy:8039801ms retrans:0/276 dsack_dups:337 rcv_rtt:40.201 rcv_space:5319948 rcv_ssthresh:10639895 minrtt:0.193 rcv_ooopack:300078 snd_wnd:2813952 rcv_wnd:10640384 rehash:14 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 + bbr wscale:12,9 rto:206 rtt:5.353/4.248 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:1173 bytes_sent:115757988 bytes_retrans:8156 bytes_acked:115749832 bytes_received:1051647840 segs_out:591801 segs_in:981467 data_segs_out:287345 data_segs_in:771983 bbr:(bw:963Mbps,mrtt:1.72,pacing_gain:2.88672,cwnd_gain:2.88672) send 2.54Gbps lastsnd:4142 lastrcv:4147 lastack:4139 pacing_rate 2.75Gbps delivery_rate 963Mbps delivered:287323 app_limited busy:1134060ms retrans:0/41 dsack_dups:51 rcv_rtt:4.162 rcv_space:277432 rcv_ssthresh:554863 minrtt:0.952 rcv_ooopack:208 snd_wnd:1011712 rcv_wnd:555008 rehash:2 +ESTAB 0 0 [::ffff:100.70.77.93]:45876 [::ffff:100.107.35.78]:43954 + bbr wscale:11,9 rto:248 rtt:47.932/0.512 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:24 bytes_sent:2537803 bytes_acked:2537803 bytes_received:345991 segs_out:20694 segs_in:18823 data_segs_out:6767 data_segs_in:7848 bbr:(bw:958kbps,mrtt:47.882,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.92Mbps lastsnd:21439 lastrcv:21391 lastack:6059 pacing_rate 5.3Mbps delivery_rate 958kbps delivered:6768 app_limited busy:227621ms retrans:0/1 rcv_rtt:32775.9 rcv_space:65587 rcv_ssthresh:38912 minrtt:46.827 snd_wnd:555008 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 4778 953321 108 55 26 416250046 537455880 47295704 0 7488 0 +Tcp: 1 200 120000 -1 6835 1363744 110 138 39 510827615 640752112 56080363 0 8581 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 4778 953321 108 55 26 416250046 537455880 47295704 0 7488 0 +Tcp: 1 200 120000 -1 6835 1363744 110 138 39 510827615 640752112 56080363 0 8581 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -6787,9 +6860,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 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-0x5000cca223e8338b 0x5000cca223e8338b 0 0 0B 10 0B 0 1.5T / 1.8T ext4 209.1G 11% 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.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-0x50014ee20e225e1d-part1 0x50014ee20e225e1d-part1 0 0 0B 11 0B 0 2.4T / 2.7T ext4 188.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 @@ -7283,11 +7356,11 @@ tmpfs 1.6G 2.3M 1.6G 1% /run /dev/mapper/pve-root 94G 11G 79G 12% / tmpfs 7.8G 34M 7.8G 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 5.0M 28K 5.0M 1% /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 236G 1.5T 14% /mnt/tsys4/D5 +/dev/sdc1 2.7T 189G 2.4T 8% /mnt/tsys4/D2 +/dev/sdb 1.8T 210G 1.5T 13% /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 @@ -7297,16 +7370,16 @@ tmpfs 1.6G 4.0K 1.6G 1% /run/user/0 --- df -i (inode usage) $ df -i Filesystem Inodes IUsed IFree IUse% Mounted on -udev 2023292 791 2022501 1% /dev -tmpfs 2035340 1312 2034028 1% /run -/dev/mapper/pve-root 6291456 78676 6212780 2% / +udev 2023292 799 2022493 1% /dev +tmpfs 2035340 1313 2034027 1% /run +/dev/mapper/pve-root 6291456 78741 6212715 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 +tmpfs 2035340 28 2035312 1% /run/lock /dev/sde1 31260672 13 31260659 1% /mnt/tsys4/D3 tmpfs 1048576 15 1048561 1% /tmp /dev/sdc1 183148544 54 183148490 1% /mnt/tsys4/D2 -/dev/sdb 122101760 64 122101696 1% /mnt/tsys4/D5 +/dev/sdb 122101760 56 122101704 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 @@ -7411,11 +7484,11 @@ done Last mounted on: / Block count: 25165824 Reserved block count: 1258291 -Free blocks: 21947791 +Free blocks: 21943872 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 15:58:10 2026 -Last write time: Mon Jul 27 21:01:14 2026 +Last write time: Wed Jul 29 05:03:13 2026 Mount count: 33 Maximum mount count: -1 Last checked: Mon Feb 23 04:49:24 2026 @@ -7439,11 +7512,11 @@ Reserved blocks gid: 0 (group root) Last mounted on: /mnt/tsys4/D2 Block count: 732566272 Reserved block count: 36628313 -Free blocks: 671989108 +Free blocks: 671473265 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 15:58:18 2026 -Last write time: Mon Jul 27 20:58:40 2026 +Last write time: Wed Jul 29 04:58:43 2026 Mount count: 25 Maximum mount count: -1 Last checked: Mon Feb 23 18:17:29 2026 @@ -7453,11 +7526,11 @@ Reserved blocks gid: 0 (group root) Last mounted on: /mnt/tsys4/D5 Block count: 488378646 Reserved block count: 24418932 -Free blocks: 418753849 +Free blocks: 425627496 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 15:58:19 2026 -Last write time: Mon Jul 27 21:00:07 2026 +Last write time: Wed Jul 29 05:00:18 2026 Mount count: 26 Maximum mount count: -1 Last checked: Wed Feb 25 07:59:51 2026 @@ -7514,41 +7587,41 @@ Error: No Client Stats (/proc/net/rpc/nfs: No such file or directory). $ nfsstat -s Server rpc stats: calls badcalls badfmt badauth badclnt -18392570 0 0 0 0 +28551145 0 0 0 0 Server nfs v4: null compound -21 0% 18396033 99% +21 0% 28559708 99% Server nfs v4 operations: op0-unused op1-unused op2-future access close -0 0% 0 0% 0 0% 2544 0% 617 0% +0 0% 0 0% 0 0% 3267 0% 866 0% commit create delegpurge delegreturn getattr -622409 1% 21 0% 0 0% 339 0% 2790871 4% +1398239 1% 22 0% 0 0% 426 0% 6609930 7% getfh link lock lockt locku -765 0% 0 0% 0 0% 0 0% 0 0% +789 0% 0 0% 0 0% 0 0% 0 0% lookup lookup_root nverify open openattr -708 0% 0 0% 0 0% 1067 0% 0 0% +732 0% 0 0% 0 0% 1422 0% 0 0% open_conf open_dgrd putfh putpubfh putrootfh -0 0% 0 0% 18395330 32% 0 0% 127 0% +0 0% 0 0% 28559004 31% 0 0% 127 0% read readdir readlink remove rename -2597041 4% 959 0% 0 0% 56 0% 6 0% +2818180 3% 1217 0% 0 0% 66 0% 6 0% renew restorefh savefh secinfo setattr -0 0% 0 0% 6 0% 0 0% 111 0% +0 0% 0 0% 6 0% 0 0% 120 0% setcltid setcltidconf verify write rellockowner -0 0% 0 0% 0 0% 14003066 24% 0 0% +0 0% 0 0% 0 0% 22786714 24% 0 0% bc_ctl bind_conn exchange_id create_ses destroy_ses 0 0% 0 0% 44 0% 29 0% 19 0% free_stateid getdirdeleg getdevinfo getdevlist layoutcommit -0 0% 120 0% 0 0% 0 0% 0 0% +0 0% 217 0% 0 0% 0 0% 0 0% layoutget layoutreturn secinfononam sequence set_ssv -0 0% 0 0% 61 0% 18395927 32% 0 0% +0 0% 0 0% 61 0% 28559602 31% 0 0% test_stateid want_deleg destroy_clid reclaim_comp allocate -0 0% 0 0% 14 0% 24 0% 18574 0% +0 0% 0 0% 14 0% 24 0% 38470 0% copy copy_notify deallocate ioadvise layouterror -0 0% 0 0% 26285 0% 0 0% 0 0% +0 0% 0 0% 46309 0% 0 0% 0 0% layoutstats offloadcancel offloadstatus readplus seek -0 0% 0 0% 0 0% 0 0% 518151 0% +0 0% 0 0% 0 0% 0 0% 614065 0% write_same 0 0% @@ -7557,7 +7630,7 @@ write_same $ nfsstat -234 Server rpc stats: calls badcalls badfmt badauth badclnt -18392570 0 0 0 0 +28551145 0 0 0 0 Server nfs v2: null getattr setattr root lookup @@ -7583,37 +7656,37 @@ pathconf commit Server nfs v4: null compound -21 0% 18396033 99% +21 0% 28559708 99% Server nfs v4 operations: op0-unused op1-unused op2-future access close -0 0% 0 0% 0 0% 2544 0% 617 0% +0 0% 0 0% 0 0% 3267 0% 866 0% commit create delegpurge delegreturn getattr -622409 1% 21 0% 0 0% 339 0% 2790871 4% +1398239 1% 22 0% 0 0% 426 0% 6609930 7% getfh link lock lockt locku -765 0% 0 0% 0 0% 0 0% 0 0% +789 0% 0 0% 0 0% 0 0% 0 0% lookup lookup_root nverify open openattr -708 0% 0 0% 0 0% 1067 0% 0 0% +732 0% 0 0% 0 0% 1422 0% 0 0% open_conf open_dgrd putfh putpubfh putrootfh -0 0% 0 0% 18395330 32% 0 0% 127 0% +0 0% 0 0% 28559004 31% 0 0% 127 0% read readdir readlink remove rename -2597041 4% 959 0% 0 0% 56 0% 6 0% +2818180 3% 1217 0% 0 0% 66 0% 6 0% renew restorefh savefh secinfo setattr -0 0% 0 0% 6 0% 0 0% 111 0% +0 0% 0 0% 6 0% 0 0% 120 0% setcltid setcltidconf verify write rellockowner -0 0% 0 0% 0 0% 14003066 24% 0 0% +0 0% 0 0% 0 0% 22786714 24% 0 0% bc_ctl bind_conn exchange_id create_ses destroy_ses 0 0% 0 0% 44 0% 29 0% 19 0% free_stateid getdirdeleg getdevinfo getdevlist layoutcommit -0 0% 120 0% 0 0% 0 0% 0 0% +0 0% 217 0% 0 0% 0 0% 0 0% layoutget layoutreturn secinfononam sequence set_ssv -0 0% 0 0% 61 0% 18395927 32% 0 0% +0 0% 0 0% 61 0% 28559602 31% 0 0% test_stateid want_deleg destroy_clid reclaim_comp allocate -0 0% 0 0% 14 0% 24 0% 18574 0% +0 0% 0 0% 14 0% 24 0% 38470 0% copy copy_notify deallocate ioadvise layouterror -0 0% 0 0% 26285 0% 0 0% 0 0% +0 0% 0 0% 46309 0% 0 0% 0 0% layoutstats offloadcancel offloadstatus readplus seek -0 0% 0 0% 0 0% 0 0% 518151 0% +0 0% 0 0% 0 0% 0 0% 614065 0% write_same 0 0% @@ -7630,17 +7703,17 @@ cat: /proc/net/rpc/nfs: No such file or directory --- /proc/net/rpc/nfsd $ cat /proc/net/rpc/nfsd -rc 0 0 18410644 +rc 0 0 28585575 fh 0 0 0 0 0 -io 647182531632 338941491504 +io 750033809968 415204622640 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 18409165 0 18408826 58 -rpc 18407149 0 0 0 0 +net 28581838 0 28580354 58 +rpc 28576979 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 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 +proc4 2 21 28585554 +proc4ops 76 0 0 0 3793 1056 1400349 22 0 440 6626311 789 0 0 0 0 732 0 0 1688 0 0 0 28584850 0 127 2818651 1450 0 66 6 0 0 6 0 121 0 0 0 22808207 0 0 0 44 29 19 0 253 0 0 0 0 0 61 28585448 0 0 0 14 24 38499 0 0 46338 0 0 0 0 0 0 614065 0 0 0 0 0 0 +wdeleg_getattr 151 --- exports --- /etc/exports --- @@ -7794,7 +7867,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 10706668 82741564 10.87% +local dir active 98497780 10722188 82726044 10.89% local-lvm lvmthin active 832888832 33565419 799323412 4.03% --- pvesm list per storage @@ -8316,7 +8389,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -21 1 0x01 147 39984 7487916394 280594080723368 +21 1 0x01 147 39984 7487916394 393311362359697 name type data hits 4 0 iohits 4 0 @@ -8445,8 +8518,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 14442917888 -memory_available_bytes 3 13797915648 +memory_free_bytes 4 14355378176 +memory_available_bytes 3 13710375936 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -8468,7 +8541,7 @@ abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -17 1 0x01 13 3536 7486308075 280594081594667 +17 1 0x01 13 3536 7486308075 393311363207696 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -8486,7 +8559,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -16 1 0x01 8 2176 7486307541 280594082351422 +16 1 0x01 8 2176 7486307541 393311364013984 name type data hits 4 0 future 4 0 @@ -8504,7 +8577,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 280594083993986 +14 1 0x01 20 5440 7486234986 393311365628453 name type data struct_size 4 96 linear_cnt 4 0 @@ -8717,7 +8790,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: Mon Jul 27 21:54:41 2026 CDT +Local Time is: Wed Jul 29 05:13:19 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -8766,12 +8839,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 - 74247 + 9 Power_On_Hours 0x0012 090 090 000 Old_age Always - 74278 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 - 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) +192 Power-Off_Retract_Count 0x0032 057 057 000 Old_age Always - 52478 +193 Load_Cycle_Count 0x0012 057 057 000 Old_age Always - 52478 +194 Temperature_Celsius 0x0002 166 166 000 Old_age Always - 36 (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 @@ -8817,7 +8890,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: Mon Jul 27 21:54:42 2026 CDT +Local Time is: Wed Jul 29 05:13:21 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -8866,12 +8939,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 100 100 020 Pre-fail Offline - 0 - 9 Power_On_Hours 0x0012 089 089 000 Old_age Always - 80825 + 9 Power_On_Hours 0x0012 089 089 000 Old_age Always - 80856 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 - 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) +192 Power-Off_Retract_Count 0x0032 099 099 000 Old_age Always - 1719 +193 Load_Cycle_Count 0x0012 099 099 000 Old_age Always - 1719 +194 Temperature_Celsius 0x0002 133 133 000 Old_age Always - 45 (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 198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0 @@ -9011,7 +9084,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: Mon Jul 27 21:54:44 2026 CDT +Local Time is: Wed Jul 29 05:13:22 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -9060,13 +9133,13 @@ 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 - 55473 + 9 Power_On_Hours 0x0032 024 024 000 Old_age Always - 55504 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 - 62344 -194 Temperature_Celsius 0x0022 109 090 000 Old_age Always - 41 +193 Load_Cycle_Count 0x0032 180 180 000 Old_age Always - 62348 +194 Temperature_Celsius 0x0022 114 090 000 Old_age Always - 36 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 @@ -9108,7 +9181,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: Mon Jul 27 21:54:44 2026 CDT +Local Time is: Wed Jul 29 05:13:22 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -9156,13 +9229,13 @@ 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 - 82221 + 9 Power_On_Hours 0x0032 001 001 000 Old_age Always - 82253 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 192 Power-Off_Retract_Count 0x0032 199 199 000 Old_age Always - 1408 193 Load_Cycle_Count 0x0032 121 121 000 Old_age Always - 237800 -194 Temperature_Celsius 0x0022 102 078 000 Old_age Always - 41 +194 Temperature_Celsius 0x0022 108 078 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 200 200 000 Old_age Offline - 0 @@ -9204,7 +9277,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: Mon Jul 27 21:54:44 2026 CDT +Local Time is: Wed Jul 29 05:13:23 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -9244,7 +9317,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 - 18979 + 9 Power_On_Hours 0x0032 079 079 000 Old_age Always - 19011 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 @@ -9262,7 +9335,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 034 000 000 Old_age Always - 34 (Min/Max 7/51) +194 Temperature_Celsius 0x0002 025 000 000 Old_age Always - 25 (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 @@ -9407,7 +9480,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: Mon Jul 27 21:54:44 2026 CDT +Local Time is: Wed Jul 29 05:13:23 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -9450,16 +9523,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 100 253 051 Pre-fail Always - 0 3 Spin_Up_Time 0x0027 253 253 021 Pre-fail Always - 2883 - 4 Start_Stop_Count 0x0032 071 071 000 Old_age Always - 29003 + 4 Start_Stop_Count 0x0032 071 071 000 Old_age Always - 29033 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 - 21265 + 9 Power_On_Hours 0x0032 071 071 000 Old_age Always - 21296 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 - 58171 -194 Temperature_Celsius 0x0022 115 106 000 Old_age Always - 37 +193 Load_Cycle_Count 0x0032 181 181 000 Old_age Always - 58234 +194 Temperature_Celsius 0x0022 123 106 000 Old_age Always - 29 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 @@ -9576,6 +9649,7 @@ done UNIT LOAD ACTIVE SUB DESCRIPTION beszel-agent.service loaded active running Beszel Agent Service chrony.service loaded active running chrony, an NTP client/server + conmand.service loaded active running ConMan (Console Manager) cron.service loaded active running Regular background program processing daemon dbus.service loaded active running D-Bus System Message Bus dm-event.service loaded active running Device-mapper event daemon @@ -9621,7 +9695,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. -42 loaded units listed. +43 loaded units listed. --- failed services $ systemctl --failed --no-pager @@ -9641,6 +9715,7 @@ beszel-agent.service enabled enabled blk-availability.service enabled enabled chrony.service enabled enabled conman.service enabled enabled +conmand.service enabled enabled console-setup.service enabled enabled cron.service enabled enabled disable-usb-autosuspend.service enabled enabled @@ -9727,18 +9802,18 @@ mdmonitor-oneshot.timer enabled enabled pve-daily-update.timer enabled enabled xfs_scrub_all.timer enabled enabled -89 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 Fri 2026-07-24 16:00:03 CDT; 3 days ago + Active: active (running) since Fri 2026-07-24 16:00:03 CDT; 4 days ago Invocation: e453235c99b847bcbaf3fee923948434 Main PID: 1245 (pmxcfs) Tasks: 7 (limit: 18967) - Memory: 17.8M (peak: 58.1M, swap: 30.4M, swap peak: 33.2M) - CPU: 2min 488ms + Memory: 24.7M (peak: 58.1M, swap: 23.6M, swap peak: 37.3M) + CPU: 2min 40.688s CGroup: /system.slice/pve-cluster.service └─1245 /usr/bin/pmxcfs @@ -9749,60 +9824,63 @@ 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; 3 days ago + Active: active (running) since Fri 2026-07-24 16:00:09 CDT; 4 days ago Invocation: f51489cd36b04cccad4952818ae99b64 Main PID: 1484 (pvedaemon) Tasks: 4 (limit: 18967) - Memory: 28.9M (peak: 195.3M, swap: 153.7M, swap peak: 154.6M) - CPU: 26.561s + Memory: 73.8M (peak: 195.3M, swap: 150.6M, swap peak: 155.1M) + CPU: 41.911s CGroup: /system.slice/pvedaemon.service - ├─1484 pvedaemon - ├─1485 "pvedaemon worker" - ├─1486 "pvedaemon worker" - └─1487 "pvedaemon worker" + ├─ 1484 pvedaemon + ├─980581 "pvedaemon worker" + ├─981614 "pvedaemon worker" + └─986538 "pvedaemon worker" -Jul 24 16:00:03 pfv-tsys4 systemd[1]: Starting pvedaemon.service - PVE API Daemon... -Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: starting server -Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: starting 3 worker(s) -Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: worker 1485 started -Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: worker 1486 started -Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: worker 1487 started -Jul 24 16:00:09 pfv-tsys4 systemd[1]: Started pvedaemon.service - PVE API Daemon. +Jul 28 06:11:26 pfv-tsys4 pvedaemon[1484]: worker 980581 started +Jul 28 06:17:00 pfv-tsys4 pvedaemon[1486]: worker exit +Jul 28 06:17:01 pfv-tsys4 pvedaemon[1484]: worker 1486 finished +Jul 28 06:17:01 pfv-tsys4 pvedaemon[1484]: starting 1 worker(s) +Jul 28 06:17:01 pfv-tsys4 pvedaemon[1484]: worker 981614 started +Jul 28 06:43:00 pfv-tsys4 pvedaemon[1485]: worker exit +Jul 28 06:43:02 pfv-tsys4 pvedaemon[1484]: worker 1485 finished +Jul 28 06:43:02 pfv-tsys4 pvedaemon[1484]: starting 1 worker(s) +Jul 28 06:43:02 pfv-tsys4 pvedaemon[1484]: worker 986538 started +Jul 29 01:00:03 pfv-tsys4 pvedaemon[986538]: 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 Fri 2026-07-24 16:00:10 CDT; 3 days ago + Active: active (running) since Fri 2026-07-24 16:00:10 CDT; 4 days ago Invocation: ad94467386064b43af42ee5db7a56e95 - Process: 650090 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) + Process: 1197532 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) Main PID: 1553 (pveproxy) Tasks: 4 (limit: 18967) - Memory: 170.1M (peak: 434.9M, swap: 200.5M, swap peak: 238.2M) - CPU: 1min 8.814s + Memory: 247.6M (peak: 434.9M, swap: 4K, swap peak: 294.1M) + CPU: 1min 42.182s CGroup: /system.slice/pveproxy.service - ├─ 1553 pveproxy - ├─650166 "pveproxy worker" - ├─650167 "pveproxy worker" - └─650168 "pveproxy worker" + ├─ 1553 pveproxy + ├─1197626 "pveproxy worker" + ├─1197627 "pveproxy worker" + └─1197628 "pveproxy worker" -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 +Jul 29 00:56:50 pfv-tsys4 pveproxy[1553]: starting 3 worker(s) +Jul 29 00:56:50 pfv-tsys4 pveproxy[1553]: worker 1197626 started +Jul 29 00:56:50 pfv-tsys4 pveproxy[1553]: worker 1197627 started +Jul 29 00:56:50 pfv-tsys4 pveproxy[1553]: worker 1197628 started +Jul 29 00:56:55 pfv-tsys4 pveproxy[914956]: worker exit +Jul 29 00:56:55 pfv-tsys4 pveproxy[914957]: worker exit +Jul 29 00:56:55 pfv-tsys4 pveproxy[914955]: worker exit +Jul 29 00:57:00 pfv-tsys4 pveproxy[1553]: worker 914955 finished +Jul 29 00:57:00 pfv-tsys4 pveproxy[1553]: worker 914957 finished +Jul 29 00:57:00 pfv-tsys4 pveproxy[1553]: worker 914956 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; 3 days ago + Active: active (running) since Fri 2026-07-24 16:00:08 CDT; 4 days ago Invocation: 220e37055dfe450fbf381f28186dce38 Main PID: 1449 (pve-firewall) Tasks: 1 (limit: 18967) - Memory: 36.2M (peak: 128.3M, swap: 94.6M, swap peak: 94.7M) - CPU: 26min 47.232s + Memory: 37.7M (peak: 128.3M, swap: 95.7M, swap peak: 95.7M) + CPU: 37min 35.145s CGroup: /system.slice/pve-firewall.service └─1449 pve-firewall @@ -9822,12 +9900,12 @@ Jul 27 21:51:02 pfv-tsys4 pve-firewall[1449]: firewall update time (8.277 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; 3 days ago + Active: active (running) since Fri 2026-07-24 16:00:08 CDT; 4 days ago Invocation: b089fe7463334022a4ae1aef6d822c5b Main PID: 1465 (pvestatd) Tasks: 1 (limit: 18967) - Memory: 45.2M (peak: 135.3M, swap: 86.8M, swap peak: 86.9M) - CPU: 27min 36.519s + Memory: 46.5M (peak: 135.3M, swap: 87.8M, swap peak: 87.8M) + CPU: 38min 43.355s CGroup: /system.slice/pvestatd.service └─1465 pvestatd @@ -9839,17 +9917,15 @@ 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) +Jul 28 10:56:46 pfv-tsys4 pvestatd[1465]: auth key pair too old, rotating.. +Jul 28 20:10:17 pfv-tsys4 pvestatd[1465]: status update time (6.866 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; 3 days ago + Active: active (exited) since Fri 2026-07-24 15:59:05 CDT; 4 days ago Invocation: e0b579aa68ba4e269f0c85573fec88c3 Main PID: 904 (code=exited, status=0/SUCCESS) Mem peak: 34.8M - CPU: 224ms - -Jul 24 15:58:59 pfv-tsys4 systemd[1]: Starting pvebanner.service - Proxmox VE Login Banner... -Jul 24 15:59:05 pfv-tsys4 systemd[1]: Finished pvebanner.service - Proxmox VE Login Banner. --- 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 @@ -9857,7 +9933,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; 3 days ago + Active: active (exited) since Fri 2026-07-24 16:00:11 CDT; 4 days ago Invocation: 31e5f1e426a94cdc85e882117636b6f8 Docs: man:rpc.nfsd(8) man:exportfs(8) @@ -9875,7 +9951,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; 3 days ago + Active: active (exited) since Fri 2026-07-24 16:00:11 CDT; 4 days ago Invocation: 31e5f1e426a94cdc85e882117636b6f8 Docs: man:rpc.nfsd(8) man:exportfs(8) @@ -9891,14 +9967,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; 3 days ago + Active: active (running) since Fri 2026-07-24 15:59:00 CDT; 4 days ago Invocation: 5d2420eac98d451fb11735e771c51d2e TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) Main PID: 934 (rpcbind) Tasks: 1 (limit: 18967) - Memory: 1.2M (peak: 2M, swap: 56K, swap peak: 56K) - CPU: 2min 32.040s + Memory: 1M (peak: 2.1M, swap: 92K, swap peak: 92K) + CPU: 3min 37.197s CGroup: /system.slice/rpcbind.service └─934 /usr/sbin/rpcbind -f -w @@ -9907,12 +9983,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; 3 days ago + Active: active (running) since Fri 2026-07-24 16:00:01 CDT; 4 days ago Invocation: aadb1d67946d4092bcd32f76d3054e6d Docs: man:rpc.statd(8) Main PID: 1234 (rpc.statd) Tasks: 1 (limit: 18967) - Memory: 392K (peak: 1.7M, swap: 104K, swap peak: 104K) + Memory: 392K (peak: 1.7M, swap: 112K, swap peak: 112K) CPU: 7ms CGroup: /system.slice/rpc-statd.service └─1234 /usr/sbin/rpc.statd @@ -9928,7 +10004,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; 3 days ago + Active: active (exited) since Fri 2026-07-24 15:58:19 CDT; 4 days ago Invocation: b949855e4d8447c799c35c9e8f7d6df5 Docs: man:zfs(8) Main PID: 885 (code=exited, status=0/SUCCESS) @@ -9940,25 +10016,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 -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 +NEXT LEFT LAST PASSED UNIT ACTIVATES +Wed 2026-07-29 06:17:01 CDT 1h 3min Tue 2026-07-28 06:31:29 CDT 22h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Wed 2026-07-29 14:50:57 CDT 9h Tue 2026-07-28 19:27:03 CDT 9h ago apt-daily.timer apt-daily.service +Wed 2026-07-29 16:15:01 CDT 11h Tue 2026-07-28 16:15:01 CDT 12h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:23 CDT 5h 13min ago dpkg-db-backup.timer dpkg-db-backup.service +Thu 2026-07-30 00:39:45 CDT 19h Wed 2026-07-29 00:56:29 CDT 4h 17min ago logrotate.timer logrotate.service +Thu 2026-07-30 02:47:22 CDT 21h Wed 2026-07-29 03:59:29 CDT 1h 14min ago beszel-agent-update.timer beszel-agent-update.service +Thu 2026-07-30 04:26:59 CDT 23h Wed 2026-07-29 03:19:29 CDT 1h 54min ago pve-daily-update.timer pve-daily-update.service +Thu 2026-07-30 05:07:30 CDT 23h Wed 2026-07-29 01:26:29 CDT 3h 47min ago man-db.timer man-db.service +Sun 2026-08-02 03:10:20 CDT 3 days Sun 2026-07-26 03:10:21 CDT 3 days ago e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:31 CDT 3 days Sun 2026-07-26 03:10:21 CDT 3 days ago xfs_scrub_all.timer xfs_scrub_all.service +Mon 2026-08-03 00:31:21 CDT 4 days Mon 2026-07-27 01:27:07 CDT 2 days 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 27 21:52 .. +drwxr-xr-x 111 root root 4096 Jul 29 05:12 .. -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 @@ -9968,7 +10044,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 27 21:52 .. +drwxr-xr-x 111 root root 4096 Jul 29 05:12 .. -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 @@ -9979,13 +10055,13 @@ drwxr-xr-x 110 root root 4096 Jul 27 21:52 .. --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Feb 23 04:50 . -drwxr-xr-x 110 root root 4096 Jul 27 21:52 .. +drwxr-xr-x 111 root root 4096 Jul 29 05:12 .. -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 27 21:52 .. +drwxr-xr-x 111 root root 4096 Jul 29 05:12 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -10024,298 +10100,314 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -1.10 2.26 2.35 1/328 887484 +7.04 6.57 6.31 2/328 1248683 --- 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 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 + 0 0 852756 13305076 97252 940276 4 7 969 1136 2760 2 0 1 76 23 0 0 + 0 2 852756 13317600 97388 940768 0 0 0 1416 3824 4705 0 1 79 21 0 0 + 0 0 852756 13332124 97468 940820 0 0 0 332 2348 2726 0 0 91 9 0 0 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 -Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/29/2026 _x86_64_ (8 CPU) -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 +05:13:42 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +05:13:43 AM all 0.00 0.00 0.38 39.95 0.00 0.13 0.00 0.13 0.00 59.42 +05:13:44 AM all 0.13 0.00 0.88 29.81 0.00 0.00 0.00 0.00 0.00 69.18 +05:13:45 AM all 0.13 0.00 0.13 15.60 0.00 0.00 0.00 0.00 0.00 84.15 +Average: all 0.08 0.00 0.46 28.46 0.00 0.04 0.00 0.04 0.00 70.91 --- iostat -xz 1 3 $ iostat -xz 1 3 -Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/29/2026 _x86_64_ (8 CPU) avg-cpu: %user %nice %system %iowait %steal %idle - 0.13 0.00 0.51 21.02 0.00 78.34 + 0.13 0.00 0.50 22.87 0.00 76.49 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.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 +dm-0 1.04 4.20 0.00 0.00 9.39 4.05 1.29 7.22 0.00 0.00 8.55 5.61 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.88 +dm-1 0.36 21.70 0.00 0.00 12.98 59.66 2.00 9.79 0.00 0.00 7.56 4.91 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.49 +dm-2 0.00 0.04 0.00 0.00 20.84 19.94 0.00 0.00 0.00 0.00 33.00 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.05 1.86 0.00 0.00 25.32 36.94 1.52 9.23 0.00 0.00 13.43 6.06 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.92 +dm-4 0.05 1.82 0.00 0.00 25.34 36.26 1.52 9.23 0.00 0.00 13.43 6.06 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.91 +dm-5 0.00 0.04 0.00 0.00 14.82 277.14 0.00 0.00 0.00 0.00 16.25 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.05 1.74 0.00 0.00 46.61 34.89 1.52 9.23 0.00 0.00 16.19 6.06 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.03 0.92 +sda 0.01 0.09 0.00 12.42 9.63 10.30 0.00 0.00 0.00 3.70 5.50 1.54 0.00 0.00 0.00 0.00 0.00 0.00 0.00 5.60 0.00 0.00 +sdb 0.89 387.21 12.38 93.28 13.22 434.03 20.39 369.13 3.17 13.47 13.59 18.11 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.29 19.04 +sdc 2.05 502.53 6.68 76.52 11.28 245.20 72.41 741.12 7.85 9.78 7.85 10.24 0.00 0.00 0.00 0.00 0.00 0.00 31.41 11.97 0.97 37.96 +sdd 1.33 79.17 0.53 28.54 8.26 59.44 3.02 26.24 1.78 37.07 6.72 8.68 0.00 0.00 0.00 0.00 0.00 0.00 0.71 13.59 0.04 2.50 +sde 0.00 0.13 0.00 33.65 0.95 37.46 0.00 0.00 0.00 9.68 1.61 2.29 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.86 0.00 0.00 +sdf 0.02 0.16 0.00 6.83 20.60 7.84 0.00 0.02 0.00 99.17 8.57 481.14 0.00 0.27 0.00 0.00 0.00 106056.00 0.00 0.00 0.00 0.03 avg-cpu: %user %nice %system %iowait %steal %idle - 0.13 0.00 0.63 2.13 0.00 97.11 + 0.13 0.00 0.25 17.23 0.00 82.39 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 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 +dm-1 0.00 0.00 0.00 0.00 0.00 0.00 55.00 240.00 0.00 0.00 9.35 4.36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.51 21.00 +sdb 0.00 0.00 0.00 0.00 0.00 0.00 59.00 328.00 13.00 18.06 10.25 5.56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.60 51.90 +sdc 0.00 0.00 0.00 0.00 0.00 0.00 119.00 496.00 13.00 9.85 7.18 4.17 0.00 0.00 0.00 0.00 0.00 0.00 37.00 18.46 1.54 61.90 +sdd 0.00 0.00 0.00 0.00 0.00 0.00 55.00 240.00 0.00 0.00 5.55 4.36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.30 21.00 avg-cpu: %user %nice %system %iowait %steal %idle - 0.25 0.00 0.38 16.23 0.00 83.14 + 0.00 0.00 0.50 24.87 0.00 74.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 -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 +sdb 0.00 0.00 0.00 0.00 0.00 0.00 96.00 580.00 12.00 11.11 11.20 6.04 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.07 71.20 +sdc 0.00 0.00 0.00 0.00 0.00 0.00 66.00 360.00 21.00 24.14 9.86 5.45 0.00 0.00 0.00 0.00 0.00 0.00 31.00 13.35 1.06 40.90 --- sar -dp 1 2 $ sar -dp 1 2 -Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/29/2026 _x86_64_ (8 CPU) -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 +05:13:47 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +05:13:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +05:13:48 AM 38.00 0.00 212.00 0.00 5.58 0.45 11.71 36.50 sdb +05:13:48 AM 60.00 0.00 284.00 0.00 4.73 0.95 8.42 39.50 sdc +05:13:48 AM 4.00 512.00 0.00 0.00 128.00 0.01 2.25 1.00 sdd +05:13:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +05:13:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +05:13:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta +05:13:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tdata +05:13:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde +05:13:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data-tpool +05:13:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data +05:13:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf +05:13:48 AM 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 +05:13:48 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +05:13:49 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +05:13:49 AM 33.00 0.00 172.00 0.00 5.21 0.28 8.64 27.20 sdb +05:13:49 AM 56.00 0.00 284.00 0.00 5.07 0.99 10.57 38.50 sdc +05:13:49 AM 5.00 0.00 32.00 0.00 6.40 0.08 8.40 4.10 sdd +05:13:49 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +05:13:49 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +05:13:49 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta +05:13:49 AM 5.00 0.00 32.00 0.00 6.40 0.04 8.20 4.10 pve-data_tdata +05:13:49 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde +05:13:49 AM 5.00 0.00 32.00 0.00 6.40 0.04 8.20 4.10 pve-data-tpool +05:13:49 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data +05:13:49 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf +05:13:49 AM 5.00 0.00 32.00 0.00 6.40 0.04 8.40 4.20 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: 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: 35.50 0.00 192.00 0.00 5.41 0.37 10.28 31.85 sdb +Average: 58.00 0.00 284.00 0.00 4.90 0.97 9.46 39.00 sdc +Average: 4.50 256.00 16.00 0.00 60.44 0.05 5.67 2.55 sdd 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 -Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tdata +Average: 2.50 0.00 16.00 0.00 6.40 0.02 8.20 2.05 pve-data_tdata Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde -Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data-tpool +Average: 2.50 0.00 16.00 0.00 6.40 0.02 8.20 2.05 pve-data-tpool Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf -Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-vm--400--disk--0 +Average: 2.50 0.00 16.00 0.00 6.40 0.02 8.40 2.10 pve-vm--400--disk--0 --- sar -n DEV 1 2 $ sar -n DEV 1 2 -Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/29/2026 _x86_64_ (8 CPU) -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 +05:13:49 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +05:13:50 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:13:50 AM nic0 36.00 6.00 5.23 0.89 0.00 0.00 10.00 0.00 +05:13:50 AM enx8cae4ccda926 651.00 368.00 748.56 44.15 0.00 0.00 0.00 0.00 +05:13:50 AM enx80ae4ccdec03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:13:50 AM tailscale0 2.00 1.00 0.15 0.08 0.00 0.00 0.00 0.00 +05:13:50 AM vmbr0 26.00 3.00 3.16 0.26 0.00 0.00 2.00 0.00 +05:13:50 AM datanet 650.00 367.00 748.52 43.90 0.00 0.00 0.00 0.00 +05:13:50 AM tap400i0 2.00 26.00 0.35 3.73 0.00 0.00 0.00 0.00 +05:13:50 AM fwbr400i0 23.00 0.00 2.82 0.00 0.00 0.00 2.00 0.00 +05:13:50 AM fwpr400p0 3.00 26.00 0.59 3.73 0.00 0.00 0.00 0.00 +05:13:50 AM fwln400i0 26.00 3.00 3.73 0.59 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 +05:13:50 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +05:13:51 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:13:51 AM nic0 42.00 8.00 5.46 1.14 0.00 0.00 19.00 0.00 +05:13:51 AM enx8cae4ccda926 766.00 415.00 886.79 52.86 0.00 0.00 0.00 0.00 +05:13:51 AM enx80ae4ccdec03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:13:51 AM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:13:51 AM vmbr0 32.00 4.00 3.64 0.63 0.00 0.00 13.00 0.00 +05:13:51 AM datanet 766.00 417.00 886.79 52.99 0.00 0.00 1.00 0.00 +05:13:51 AM tap400i0 4.00 32.00 0.48 3.95 0.00 0.00 0.00 0.00 +05:13:51 AM fwbr400i0 28.00 0.00 3.09 0.00 0.00 0.00 13.00 0.00 +05:13:51 AM fwpr400p0 4.00 32.00 0.48 3.95 0.00 0.00 0.00 0.00 +05:13:51 AM fwln400i0 32.00 4.00 3.95 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 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: nic0 39.00 7.00 5.34 1.02 0.00 0.00 14.50 0.00 +Average: enx8cae4ccda926 708.50 391.50 817.68 48.51 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 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 +Average: vmbr0 29.00 3.50 3.40 0.45 0.00 0.00 7.50 0.00 +Average: datanet 708.00 392.00 817.65 48.45 0.00 0.00 0.50 0.00 +Average: tap400i0 3.00 29.00 0.41 3.84 0.00 0.00 0.00 0.00 +Average: fwbr400i0 25.50 0.00 2.96 0.00 0.00 0.00 7.50 0.00 +Average: fwpr400p0 3.50 29.00 0.54 3.84 0.00 0.00 0.00 0.00 +Average: fwln400i0 29.00 3.50 3.84 0.54 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/27/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/29/2026 _x86_64_ (8 CPU) -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 +05:13:51 AM call/s retrans/s read/s write/s access/s getatt/s +05:13:52 AM 0.00 0.00 0.00 0.00 0.00 0.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 +05:13:51 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +05:13:52 AM 181.00 0.00 181.00 0.00 181.00 0.00 0.00 0.00 155.00 0.00 75.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 +05:13:52 AM call/s retrans/s read/s write/s access/s getatt/s +05:13:53 AM 0.00 0.00 0.00 0.00 0.00 0.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 +05:13:52 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +05:13:53 AM 69.00 0.00 69.00 0.00 69.00 0.00 0.00 0.00 68.00 0.00 49.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: 68.50 0.00 69.00 0.00 69.00 0.00 0.00 18.50 45.50 0.00 10.00 +Average: 125.00 0.00 125.00 0.00 125.00 0.00 0.00 0.00 111.50 0.00 62.00 --- sar -n SOCK 1 1 $ sar -n SOCK 1 1 -Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/29/2026 _x86_64_ (8 CPU) -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 +05:13:53 AM totsck tcpsck udpsck rawsck ip-frag tcp-tw +05:13:54 AM 389 58 10 0 0 1 +Average: 389 58 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/27/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/29/2026 _x86_64_ (8 CPU) -09:55:11 PM active/s passive/s iseg/s oseg/s -09:55:12 PM 0.00 0.00 518.00 393.00 +05:13:54 AM active/s passive/s iseg/s oseg/s +05:13:55 AM 0.00 6.00 477.00 268.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 +05:13:54 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +05:13:55 AM 0.00 0.00 0.00 0.00 0.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 +05:13:55 AM active/s passive/s iseg/s oseg/s +05:13:56 AM 0.00 0.00 690.00 349.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 +05:13:55 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +05:13:56 AM 0.00 0.00 0.00 0.00 0.00 Average: active/s passive/s iseg/s oseg/s -Average: 0.00 0.00 799.00 455.50 +Average: 0.00 3.00 583.50 308.50 Average: atmptf/s estres/s retrans/s isegerr/s orsts/s -Average: 0.00 0.00 1.50 0.00 0.00 +Average: 0.00 0.00 0.00 0.00 0.00 --- pidstat -d 1 2 (top disk) $ pidstat -d 1 2 -Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/29/2026 _x86_64_ (8 CPU) -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 +05:13:56 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +05:13:57 AM 0 1578 0.00 3.96 0.00 0 nfsd +05:13:57 AM 0 1579 0.00 23.76 0.00 0 nfsd +05:13:57 AM 0 1580 0.00 1615.84 0.00 0 nfsd +05:13:57 AM 0 1581 0.00 3.96 0.00 0 nfsd +05:13:57 AM 0 1582 0.00 19.80 0.00 0 nfsd +05:13:57 AM 0 1583 0.00 47.52 0.00 0 nfsd +05:13:57 AM 0 1584 0.00 1552.48 0.00 0 nfsd +05:13:57 AM 0 1585 0.00 3.96 0.00 0 nfsd +05:13:57 AM 0 1586 0.00 3.96 0.00 0 nfsd +05:13:57 AM 0 1587 3.96 1619.80 0.00 0 nfsd +05:13:57 AM 0 1588 0.00 19.80 0.00 0 nfsd +05:13:57 AM 0 1589 0.00 3.96 0.00 0 nfsd +05:13:57 AM 0 1590 0.00 293.07 0.00 0 nfsd +05:13:57 AM 0 1591 0.00 768.32 0.00 0 nfsd +05:13:57 AM 0 1592 0.00 15.84 0.00 0 nfsd +05:13:57 AM 0 1593 0.00 7.92 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 +05:13:57 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +05:13:58 AM 0 1465 512.00 0.00 0.00 0 pvestatd +05:13:58 AM 0 1578 0.00 48.00 0.00 0 nfsd +05:13:58 AM 0 1579 0.00 20.00 0.00 0 nfsd +05:13:58 AM 0 1580 0.00 36.00 0.00 0 nfsd +05:13:58 AM 0 1581 0.00 324.00 0.00 0 nfsd +05:13:58 AM 0 1582 0.00 76.00 0.00 0 nfsd +05:13:58 AM 0 1583 0.00 12.00 0.00 0 nfsd +05:13:58 AM 0 1584 0.00 272.00 0.00 0 nfsd +05:13:58 AM 0 1585 0.00 308.00 0.00 0 nfsd +05:13:58 AM 0 1586 0.00 36.00 0.00 0 nfsd +05:13:58 AM 0 1587 0.00 28.00 0.00 0 nfsd +05:13:58 AM 0 1588 0.00 572.00 0.00 0 nfsd +05:13:58 AM 0 1589 0.00 48.00 0.00 0 nfsd +05:13:58 AM 0 1590 0.00 12.00 0.00 0 nfsd +05:13:58 AM 0 1591 0.00 56.00 0.00 0 nfsd +05:13:58 AM 0 1592 0.00 300.00 0.00 0 nfsd +05:13:58 AM 0 1593 0.00 308.00 0.00 0 nfsd Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -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 +Average: 0 1579 0.00 21.89 0.00 0 nfsd +Average: 0 1580 0.00 829.85 0.00 0 nfsd +Average: 0 1581 0.00 163.18 0.00 0 nfsd +Average: 0 1582 0.00 47.76 0.00 0 nfsd +Average: 0 1583 0.00 29.85 0.00 0 nfsd +Average: 0 1584 0.00 915.42 0.00 0 nfsd +Average: 0 1585 0.00 155.22 0.00 0 nfsd +Average: 0 1586 0.00 19.90 0.00 0 nfsd +Average: 0 1587 1.99 827.86 0.00 0 nfsd +Average: 0 1588 0.00 294.53 0.00 0 nfsd +Average: 0 1589 0.00 25.87 0.00 0 nfsd +Average: 0 1590 0.00 153.23 0.00 0 nfsd +Average: 0 1591 0.00 413.93 0.00 0 nfsd +Average: 0 1592 0.00 157.21 0.00 0 nfsd +Average: 0 1593 0.00 157.21 0.00 0 nfsd --- pidstat -u 1 2 (top cpu) $ pidstat -u 1 2 -Linux 6.17.9-1-pve (pfv-tsys4) 07/27/2026 _x86_64_ (8 CPU) +Linux 6.17.9-1-pve (pfv-tsys4) 07/29/2026 _x86_64_ (8 CPU) -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 +05:13:58 AM UID PID %usr %system %guest %wait %CPU CPU Command +05:13:59 AM 0 94 0.00 1.00 0.00 0.00 1.00 7 kworker/7:1H-kblockd +05:13:59 AM 0 1580 0.00 1.00 0.00 0.00 1.00 7 nfsd +05:13:59 AM 0 1591 0.00 1.00 0.00 0.00 1.00 6 nfsd +05:13:59 AM 0 1622 0.00 0.00 1.00 0.00 1.00 4 kvm +05:13:59 AM 0 1248769 0.00 1.00 0.00 0.00 1.00 3 pidstat -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 +05:13:59 AM UID PID %usr %system %guest %wait %CPU CPU Command +05:14:00 AM 0 94 0.00 1.00 0.00 0.00 1.00 7 kworker/7:1H-kblockd +05:14:00 AM 0 872 0.00 1.00 0.00 0.00 1.00 6 jbd2/sdb-8 +05:14:00 AM 0 961 1.00 0.00 0.00 0.00 1.00 2 tailscaled +05:14:00 AM 0 1484 1.00 0.00 0.00 0.00 1.00 6 pvedaemon +05:14:00 AM 0 1578 0.00 1.00 0.00 1.00 1.00 4 nfsd +05:14:00 AM 0 1590 0.00 1.00 0.00 0.00 1.00 4 nfsd Average: UID PID %usr %system %guest %wait %CPU CPU Command -Average: 0 94 0.00 0.50 0.00 0.50 0.50 - kworker/7:1H-kblockd +Average: 0 94 0.00 1.00 0.00 0.00 1.00 - kworker/7:1H-kblockd +Average: 0 872 0.00 0.50 0.00 0.00 0.50 - jbd2/sdb-8 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 +Average: 0 1484 0.50 0.00 0.00 0.00 0.50 - pvedaemon +Average: 0 1578 0.00 0.50 0.00 0.50 0.50 - nfsd +Average: 0 1580 0.00 0.50 0.00 0.00 0.50 - nfsd +Average: 0 1590 0.00 0.50 0.00 0.00 0.50 - nfsd +Average: 0 1591 0.00 0.50 0.00 0.00 0.50 - nfsd +Average: 0 1622 0.00 0.00 0.50 0.00 0.50 - kvm +Average: 0 1248769 0.00 0.50 0.00 0.00 0.50 - pidstat --- top (single snapshot, top 30) $ top -b -n 1 -top - 21:55:17 up 3 days, 5:57, 3 users, load average: 1.54, 2.29, 2.36 +top - 05:14:00 up 4 days, 13:15, 3 users, load average: 7.53, 6.71, 6.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 +%Cpu(s): 0.0 us, 0.0 sy, 0.0 ni, 82.3 id, 17.7 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 15901.1 total, 13101.9 free, 2098.4 used, 1021.0 buff/cache +MiB Swap: 8192.0 total, 7359.2 free, 832.8 used. 13802.7 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 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 + 1 root 20 0 25816 12236 7752 S 0.0 0.1 0:29.80 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.20 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+ @@ -10324,63 +10416,63 @@ MiB Swap: 8192.0 total, 7170.1 free, 1021.9 used. 13895.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:01.23 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 3:05.27 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:01.79 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 4:37.81 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.37 migrati+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.51 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.63 migrati+ - 24 root 20 0 0 0 0 S 0.0 0.0 0:01.25 ksoftir+ + 23 root rt 0 0 0 0 S 0.0 0.0 0:00.82 migrati+ + 24 root 20 0 0 0 0 S 0.0 0.0 0:01.76 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.60 migrati+ - 30 root 20 0 0 0 0 S 0.0 0.0 0:00.73 ksoftir+ + 29 root rt 0 0 0 0 S 0.0 0.0 0:00.77 migrati+ + 30 root 20 0 0 0 0 S 0.0 0.0 0:01.06 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.57 migrati+ - 36 root 20 0 0 0 0 S 0.0 0.0 0:00.66 ksoftir+ + 35 root rt 0 0 0 0 S 0.0 0.0 0:00.74 migrati+ + 36 root 20 0 0 0 0 S 0.0 0.0 0:00.86 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.77 migrati+ - 42 root 20 0 0 0 0 S 0.0 0.0 0:23.86 ksoftir+ + 41 root rt 0 0 0 0 S 0.0 0.0 0:01.00 migrati+ + 42 root 20 0 0 0 0 S 0.0 0.0 0:33.67 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.68 migrati+ - 48 root 20 0 0 0 0 S 0.0 0.0 0:00.60 ksoftir+ + 47 root rt 0 0 0 0 S 0.0 0.0 0:00.88 migrati+ + 48 root 20 0 0 0 0 S 0.0 0.0 0:00.86 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.67 migrati+ - 54 root 20 0 0 0 0 S 0.0 0.0 0:00.64 ksoftir+ + 53 root rt 0 0 0 0 S 0.0 0.0 0:00.87 migrati+ + 54 root 20 0 0 0 0 S 0.0 0.0 0:00.92 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.68 migrati+ - 60 root 20 0 0 0 0 S 0.0 0.0 0:01.11 ksoftir+ + 59 root rt 0 0 0 0 S 0.0 0.0 0:00.89 migrati+ + 60 root 20 0 0 0 0 S 0.0 0.0 0:01.54 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.11 khungta+ + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.15 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:32.75 kcompac+ + 74 root 20 0 0 0 0 S 0.0 0.0 1:48.95 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.17 khugepa+ + 76 root 39 19 0 0 0 S 0.0 0.0 0:01.61 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.67 irq/9-a+ + 80 root -51 0 0 0 0 S 0.0 0.0 0:02.37 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+ @@ -10389,8 +10481,8 @@ MiB Swap: 8192.0 total, 7170.1 free, 1021.9 used. 13895.9 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 13:33.02 kworker+ - 96 root 20 0 0 0 0 S 0.0 0.0 0:36.69 kswapd0 + 94 root 0 -20 0 0 0 I 0.0 0.0 21:17.26 kworker+ + 96 root 20 0 0 0 0 S 0.0 0.0 0:43.68 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+ @@ -10403,13 +10495,13 @@ MiB Swap: 8192.0 total, 7170.1 free, 1021.9 used. 13895.9 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: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+ + 123 root 0 -20 0 0 0 I 0.0 0.0 0:52.29 kworker+ + 124 root 0 -20 0 0 0 I 0.0 0.0 0:48.97 kworker+ + 126 root 0 -20 0 0 0 I 0.0 0.0 0:49.34 kworker+ + 127 root 0 -20 0 0 0 I 0.0 0.0 0:48.25 kworker+ + 159 root 0 -20 0 0 0 I 0.0 0.0 1:28.46 kworker+ + 172 root 0 -20 0 0 0 I 0.0 0.0 0:50.98 kworker+ + 174 root 0 -20 0 0 0 I 0.0 0.0 0:49.96 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+ @@ -10420,21 +10512,21 @@ MiB Swap: 8192.0 total, 7170.1 free, 1021.9 used. 13895.9 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.30 usb-sto+ + 281 root 20 0 0 0 0 S 0.0 0.0 0:00.32 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:04.09 jbd2/dm+ + 342 root 20 0 0 0 0 S 0.0 0.0 0:05.48 jbd2/dm+ 343 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 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 + 394 root 20 0 59712 25952 25392 S 0.0 0.2 0:06.42 systemd+ + 433 root 20 0 77292 22296 9124 S 0.0 0.1 0:10.41 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 7488 4700 S 0.0 0.0 0:00.63 systemd+ + 445 root 20 0 36720 8188 5556 S 0.0 0.1 0:00.84 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+ @@ -10442,12 +10534,12 @@ MiB Swap: 8192.0 total, 7170.1 free, 1021.9 used. 13895.9 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:02.00 arc_evi+ - 454 root 39 19 0 0 0 S 0.0 0.0 0:02.04 arc_reap + 453 root 20 0 0 0 0 S 0.0 0.0 0:02.83 arc_evi+ + 454 root 39 19 0 0 0 S 0.0 0.0 0:02.90 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.95 dbuf_ev+ + 456 root 39 19 0 0 0 S 0.0 0.0 0:02.76 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:02.40 l2arc_f+ + 458 root 20 0 0 0 0 S 0.0 0.0 0:03.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 @@ -10455,130 +10547,130 @@ MiB Swap: 8192.0 total, 7170.1 free, 1021.9 used. 13895.9 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:58.99 jbd2/sd+ + 858 root 20 0 0 0 0 S 0.0 0.0 1:53.21 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:36.69 jbd2/sd+ + 872 root 20 0 0 0 0 S 0.0 0.0 1:27.44 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 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 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 + 934 _rpc 20 0 6664 3212 2800 S 0.0 0.0 3:37.20 rpcbind + 937 message+ 20 0 8612 4968 4056 S 0.0 0.0 0:19.39 dbus-da+ + 939 root 20 0 5460 3456 3144 S 0.0 0.0 0:00.00 fsidd + 945 root 20 0 276136 2804 2516 S 0.0 0.0 0:00.00 pve-lxc+ + 948 root 20 0 404832 6556 5532 S 0.0 0.0 0:24.71 rrdcach+ + 951 root 20 0 10592 6408 4568 S 0.0 0.0 0:00.47 smartd + 952 root 20 0 20676 8044 5736 S 0.0 0.0 0:01.11 systemd+ + 961 root 20 0 1422028 96368 19112 S 0.0 0.6 11:36.91 tailsca+ + 964 root 20 0 104412 3524 2868 S 0.0 0.0 0:00.01 zed + 968 root 20 0 159068 2260 1940 S 0.0 0.0 0:00.00 lxcfs + 995 root 20 0 5748 1688 1608 S 0.0 0.0 0:00.02 qmeventd + 996 root 20 0 7224 2080 1872 S 0.0 0.0 0:04.79 ksmtuned + 998 root 20 0 5260 1556 1356 S 0.0 0.0 0:00.00 blkmapd + 1012 root 20 0 5660 2420 2100 S 0.0 0.0 0:00.01 nfsdcld + 1036 _chrony 20 0 19932 3444 2672 S 0.0 0.0 0:00.37 chronyd + 1041 _chrony 20 0 11604 2144 1512 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 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+ + 1144 root 20 0 5988 2732 2036 S 0.0 0.0 0:02.00 dhclient + 1206 beszel 20 0 2231516 13996 6220 S 0.0 0.1 1:03.92 beszel-+ + 1207 root 20 0 513512 10376 4464 S 0.0 0.1 0:00.45 glances + 1208 _lldpd 20 0 21372 3888 2848 S 0.0 0.0 0:00.18 lldpd + 1209 root 20 0 5520 2444 2232 S 0.0 0.0 0:00.00 lxc-mon+ + 1222 root 20 0 266300 17832 8920 S 0.0 0.1 0:36.90 tuned + 1233 root 20 0 2952 2068 1860 S 0.0 0.0 0:00.04 rpc.idm+ + 1234 statd 20 0 4560 1692 1460 S 0.0 0.0 0:00.00 rpc.sta+ + 1235 root 20 0 8832 3780 2840 S 0.0 0.0 1:52.99 rpc.mou+ + 1242 root 20 0 11772 4860 4288 S 0.0 0.0 0:00.31 sshd + 1245 root 20 0 535024 26932 20912 S 0.0 0.2 2:40.67 pmxcfs + 1261 _lldpd 20 0 21372 2532 1504 S 0.0 0.0 0:04.12 lldpd + 1287 root 20 0 6868 2744 2504 S 0.0 0.0 0:00.70 cron + 1288 root 20 0 13808 2816 2124 S 0.0 0.0 0:20.32 proxmox+ + 1411 root 20 0 43992 4436 4168 S 0.0 0.0 0:00.78 master + 1413 postfix 20 0 44524 6716 6500 S 0.0 0.0 0:00.14 qmgr + 1420 polkitd 20 0 306704 6568 5616 S 0.0 0.0 0:04.81 polkitd + 1449 root 20 0 177368 37724 6120 S 0.0 0.2 13:41.43 pve-fir+ + 1465 root 20 0 180508 48272 9516 S 0.0 0.3 18:50.39 pvestatd + 1484 root 20 0 219064 7536 3212 S 0.0 0.0 0:03.11 pvedaem+ + 1553 www-data 20 0 220336 179008 31864 S 0.0 1.1 0:07.55 pveproxy + 1562 www-data 20 0 92008 68352 16932 S 0.0 0.4 0:04.50 spicepr+ 1574 root 20 0 0 0 0 I 0.0 0.0 0:00.00 lockd - 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 + 1578 root 20 0 0 0 0 I 0.0 0.0 4:55.97 nfsd + 1579 root 20 0 0 0 0 I 0.0 0.0 5:02.95 nfsd + 1580 root 20 0 0 0 0 I 0.0 0.0 4:57.58 nfsd + 1581 root 20 0 0 0 0 I 0.0 0.0 4:57.52 nfsd + 1582 root 20 0 0 0 0 I 0.0 0.0 4:55.50 nfsd + 1583 root 20 0 0 0 0 I 0.0 0.0 4:59.58 nfsd + 1584 root 20 0 0 0 0 I 0.0 0.0 4:56.24 nfsd + 1585 root 20 0 0 0 0 I 0.0 0.0 4:58.01 nfsd + 1586 root 20 0 0 0 0 I 0.0 0.0 4:57.66 nfsd + 1587 root 20 0 0 0 0 I 0.0 0.0 4:56.04 nfsd + 1588 root 20 0 0 0 0 D 0.0 0.0 4:57.08 nfsd + 1589 root 20 0 0 0 0 I 0.0 0.0 4:59.77 nfsd + 1590 root 20 0 0 0 0 I 0.0 0.0 4:57.48 nfsd + 1591 root 20 0 0 0 0 I 0.0 0.0 4:58.86 nfsd + 1592 root 20 0 0 0 0 I 0.0 0.0 4:59.75 nfsd + 1593 root 20 0 0 0 0 I 0.0 0.0 4:58.69 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 + 1622 root 20 0 2862928 899060 4124 S 0.0 5.5 53:55.40 kvm 1685 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 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 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) + 1692 root 20 0 200848 9548 3368 S 0.0 0.1 0:23.15 pvesche+ + 3656 root 20 0 8164 2392 2196 S 0.0 0.0 0:00.00 agetty + 13588 root 20 0 22572 7684 6204 S 0.0 0.0 0:00.50 systemd + 13590 root 20 0 24372 1676 1568 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 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 + 13647 root 20 0 7308 2172 1684 S 0.0 0.0 0:00.32 screen + 13721 root 20 0 7308 2092 1576 S 0.0 0.0 0:00.29 screen 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+ - 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 + 551797 root 20 0 7176 1988 1660 S 0.0 0.0 0:00.55 screen + 553759 root 20 0 7176 2184 1648 S 0.0 0.0 0:05.68 screen + 980581 root 20 0 228236 17132 6176 S 0.0 0.1 0:02.85 pvedaem+ + 981614 root 20 0 226964 16836 6188 S 0.0 0.1 0:02.61 pvedaem+ + 986538 root 20 0 266928 64688 10144 S 0.0 0.4 0:05.06 pvedaem+ +1137714 root 20 0 6360 3680 3208 S 0.0 0.0 0:04.13 ser2net +1137796 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon +1142324 root 20 0 84980 1996 1672 S 0.0 0.0 0:00.13 conmand +1197606 root 20 0 79616 2548 2340 S 0.0 0.0 0:00.85 pvefw-l+ +1197625 www-data 20 0 92272 55488 3924 S 0.0 0.3 0:00.30 spicepr+ +1197626 www-data 20 0 234784 166260 11788 S 0.0 1.0 0:01.07 pveprox+ +1197627 www-data 20 0 269436 203864 16444 S 0.0 1.3 0:01.76 pveprox+ +1197628 www-data 20 0 234780 166264 11792 S 0.0 1.0 0:01.04 pveprox+ +1215464 root 20 0 0 0 0 I 0.0 0.0 0:00.32 kworker+ +1221307 root 20 0 0 0 0 I 0.0 0.0 0:00.61 kworker+ +1222609 root 20 0 0 0 0 I 0.0 0.0 0:00.65 kworker+ +1227296 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+ +1228901 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ +1230586 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+ +1234192 root 20 0 0 0 0 I 0.0 0.0 0:00.35 kworker+ +1237027 postfix 20 0 44472 7736 7052 S 0.0 0.0 0:00.00 pickup +1239353 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ +1240849 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ +1240950 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ +1240983 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ +1241760 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ +1241970 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+ +1242331 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ +1243605 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ +1243644 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ +1244280 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ +1244451 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ +1244985 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ +1245212 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ +1245602 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1245652 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1245662 root 20 0 19636 11680 9908 S 0.0 0.1 0:00.00 sshd-se+ +1245669 root 20 0 19892 7432 5384 S 0.0 0.0 0:00.00 sshd-se+ +1245670 root 20 0 7328 3824 3292 S 0.0 0.0 0:00.29 bash +1246984 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1247815 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ +1247976 root 20 0 5584 1984 1880 S 0.0 0.0 0:00.00 sleep +1248049 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1248770 root 20 0 7328 2432 1900 S 0.0 0.0 0:00.00 bash +1248771 root 20 0 5592 2068 1952 S 0.0 0.0 0:00.00 head +1248772 root 20 0 10424 5408 3320 R 0.0 0.0 0:00.00 top --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -10613,31 +10705,31 @@ fwln400i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - 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 + lo: 9939151 59700 0 0 0 0 0 0 9939151 59700 0 0 0 0 0 0 + nic0: 5481243115 20033358 0 13115 0 0 0 9686165 4493389546 5449766 0 0 0 0 0 0 +enx8cae4ccda926: 471075408771 511586764 0 13113 0 0 0 0 893495918681 693926619 0 6 0 0 0 0 enx80ae4ccdec03: 0 0 0 0 0 0 0 0 0 0 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 +tailscale0: 28504167 243228 0 0 0 0 0 0 197177830 301112 0 0 0 0 0 0 + vmbr0: 4130812774 14857434 0 0 0 0 0 8097430 3984696888 1725723 0 0 0 0 0 0 +datanet: 471069837195 511569187 0 15 0 0 0 328379 893492587523 693913529 0 0 0 0 0 0 +tap400i0: 315652297 1189744 0 0 0 0 0 0 1817901913 13930897 0 5168 0 0 0 0 +fwbr400i0: 1093610597 11970028 0 15594 0 0 0 8096391 0 0 0 0 0 0 0 0 +fwpr400p0: 318915442 1202849 0 13105 0 0 0 0 1818426529 13936066 0 0 0 0 0 0 +fwln400i0: 1818426529 13936066 0 13105 0 0 0 0 318915442 1202849 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: 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 + lo: 9939151 59700 0 0 0 0 0 0 9939151 59700 0 0 0 0 0 0 + nic0: 5481247086 20033382 0 13115 0 0 0 9686175 4493390748 5449771 0 0 0 0 0 0 +enx8cae4ccda926: 471075877684 511587170 0 13113 0 0 0 0 893495949797 693926823 0 6 0 0 0 0 enx80ae4ccdec03: 0 0 0 0 0 0 0 0 0 0 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 +tailscale0: 28504167 243228 0 0 0 0 0 0 197177830 301112 0 0 0 0 0 0 + vmbr0: 4130813726 14857449 0 0 0 0 0 8097435 3984697220 1725725 0 0 0 0 0 0 +datanet: 471070306108 511569593 0 15 0 0 0 328380 893492616851 693913723 0 0 0 0 0 0 +tap400i0: 315653147 1189747 0 0 0 0 0 0 1817903300 13930914 0 5168 0 0 0 0 +fwbr400i0: 1093611273 11970041 0 15594 0 0 0 8096396 0 0 0 0 0 0 0 0 +fwpr400p0: 318916292 1202852 0 13105 0 0 0 0 1818427916 13936083 0 0 0 0 0 0 +fwln400i0: 1818427916 13936083 0 13105 0 0 0 0 318916292 1202852 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -10718,9 +10810,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - 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 + Local time: Wed 2026-07-29 05:14:02 CDT + Universal time: Wed 2026-07-29 10:14:02 UTC + RTC time: Wed 2026-07-29 10:14:02 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -10730,26 +10822,26 @@ System clock synchronized: yes $ chronyc tracking Reference ID : 178FC4CC (time-usw7.crimpac.net) Stratum : 3 -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 +Ref time (UTC) : Wed Jul 29 10:11:58 2026 +System time : 0.001178914 seconds fast of NTP time +Last offset : +0.000033258 seconds +RMS offset : 0.000184320 seconds +Frequency : 8.307 ppm slow +Residual freq : -0.000 ppm +Skew : 0.077 ppm +Root delay : 0.046502136 seconds +Root dispersion : 0.001698966 seconds +Update interval : 1033.0 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 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 +^+ 66.85.78.80 2 10 377 516 +5707us[+5740us] +/- 54ms +^- 23.172.120.58 2 10 377 70 -6376us[-6376us] +/- 77ms +^+ ntp2.wiktel.com 1 10 377 144 +2281us[+2315us] +/- 32ms +^* time-usw7.crimpac.net 2 10 377 125 -7945us[-7912us] +/- 25ms --- ntpq peers $ ntpq -pn @@ -10772,39 +10864,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:21 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:14:03 2026 *mangle -:PREROUTING ACCEPT [423747332:389512507942] -:INPUT ACCEPT [418257170:388843491483] +:PREROUTING ACCEPT [521415512:473930132553] +:INPUT ACCEPT [513714282:472995202599] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [125690804:741047704703] -:POSTROUTING ACCEPT [125690804:741047704703] +:OUTPUT ACCEPT [166489644:860411515115] +:POSTROUTING ACCEPT [166489644:860411515115] -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 21:55:21 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:21 2026 +# Completed on Wed Jul 29 05:14:03 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:14:03 2026 *raw -:PREROUTING ACCEPT [423747382:389512529776] -:OUTPUT ACCEPT [125690873:741047710967] +:PREROUTING ACCEPT [521415562:473930154387] +:OUTPUT ACCEPT [166489713:860411521379] COMMIT -# Completed on Mon Jul 27 21:55:21 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:21 2026 +# Completed on Wed Jul 29 05:14:03 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:14:03 2026 *nat -:PREROUTING ACCEPT [6438860:743239816] -:INPUT ACCEPT [1154151:119991551] -:OUTPUT ACCEPT [111792:9257612] -:POSTROUTING ACCEPT [111792:9257612] +:PREROUTING ACCEPT [9059602:1041464125] +:INPUT ACCEPT [1642179:170001088] +:OUTPUT ACCEPT [156660:13029706] +:POSTROUTING ACCEPT [156660:13029706] :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 21:55:21 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:21 2026 +# Completed on Wed Jul 29 05:14:03 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:14:03 2026 *filter -:INPUT ACCEPT [417482866:388737270070] +:INPUT ACCEPT [512632870:472842959520] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [125692072:741047764186] +:OUTPUT ACCEPT [166490912:860411574598] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -10819,7 +10911,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 21:55:21 2026 +# Completed on Wed Jul 29 05:14:03 2026 --- ipset list (names) $ ipset list -n @@ -10854,37 +10946,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 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 + 1622 root 899060 2862928 0.8 5.5 kvm +1197627 www-data 203864 269436 0.0 1.2 pveproxy worker + 1553 www-data 179008 220336 0.0 1.0 pveproxy +1197628 www-data 166264 234780 0.0 1.0 pveproxy worker +1197626 www-data 166260 234784 0.0 1.0 pveproxy worker + 961 root 96372 1422028 0.1 0.5 tailscaled + 1562 www-data 68352 92008 0.0 0.4 spiceproxy + 986538 root 64696 266928 0.0 0.3 pvedaemon worke +1197625 www-data 55488 92272 0.0 0.3 spiceproxy work + 1465 root 48272 180508 0.2 0.2 pvestatd --- top 10 CPU hogs $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 PID USER %CPU %MEM RSS COMMAND - 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 - 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 +1248786 root 2.7 0.0 7904 systemd-timedat + 1622 root 0.8 5.5 899060 kvm + 94 root 0.3 0.0 0 kworker/7:1H-kblockd + 1465 root 0.2 0.2 48272 pvestatd + 1449 root 0.2 0.2 37724 pve-firewall + 961 root 0.1 0.5 96372 tailscaled +1245670 root 0.0 0.0 3824 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 + 1592 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=192 systemd + 1 fd=194 systemd 1411 fd=94 master 937 fd=58 dbus-daemon @@ -11110,6 +11202,6 @@ echo " (see section 20 for full smartctl/nvme output)" ############################################################################### # Collection complete: pfv-tsys4 # Output: /root/pfv-tsys4.log -# Size: 617190 bytes / 11108 lines -# Elapsed: 290 seconds +# Size: 632237 bytes / 11200 lines +# Elapsed: 301 seconds ############################################################################### diff --git a/returned-logs/pfv-tsys5.log b/returned-logs/pfv-tsys5.log index d925b70..f1feb9e 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-28T02:50:35Z (UTC) +# Collected: 2026-07-29T10:09:07Z (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 29 +tcp_bbr 20480 33 tcp_diag 12288 0 rpcsec_gss_krb5 28672 0 nfsv4 1175552 1 bonding 245760 0 -sunrpc 786432 56 nfsd,nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs_acl,nfs +sunrpc 786432 57 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 - 21:50:38 up 3 days, 2:35, 2 users, load average: 1.16, 1.05, 1.00 + 05:09:11 up 4 days, 9:53, 2 users, load average: 1.85, 2.61, 2.75 --- uptime raw (since boot) $ cat /proc/uptime -268517.87 1892277.27 +381230.74 2651728.86 --- last reboot $ last -x reboot @@ -3485,7 +3485,7 @@ available EPP: --- cpupower frequency-info $ cpupower frequency-info -analyzing CPU 5: +analyzing CPU 6: 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 @@ -3505,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.002537 sec +1.002634 sec Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp -- - 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 +- - 13.03 2350 2394 7986 30 +0 0 18.67 2401 2394 1140 24 +0 4 8.35 2266 2394 872 +1 1 13.19 2349 2394 1038 30 +1 5 11.56 2319 2394 940 +9 2 13.25 2298 2394 1122 26 +9 6 13.47 2406 2394 908 +10 3 15.71 2367 2394 1147 18 +10 7 10.01 2328 2394 819 --- x86_energy_perf_policy -r $ x86_energy_perf_policy -r @@ -3538,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=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 + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=51881030us + C1 : MWAIT 0x00 disabled=0 latency=3us residency=665931032us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=4113152393us + C3 : MWAIT 0x10 disabled=0 latency=20us residency=104793831542us + C6 : MWAIT 0x20 disabled=0 latency=200us residency=235518708479us --- THP enabled $ cat /sys/kernel/mm/transparent_hugepage/enabled @@ -3562,2016 +3562,892 @@ always defer defer+madvise [madvise] never --- microcode $ dmesg -[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 +[303281.265153] audit: type=1400 audit(1785241800.100:3603): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[303281.268343] audit: type=1400 audit(1785241800.104:3604): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[303281.335440] audit: type=1400 audit(1785241800.171:3605): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[303528.451425] audit: type=1400 audit(1785242047.285:3606): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[303528.452980] audit: type=1400 audit(1785242047.287:3607): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[303528.513692] audit: type=1400 audit(1785242047.348:3608): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[303773.001081] audit: type=1400 audit(1785242291.834:3609): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[303773.003000] audit: type=1400 audit(1785242291.836:3610): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[303773.075191] audit: type=1400 audit(1785242291.908:3611): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[304069.130333] audit: type=1400 audit(1785242587.961:3612): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[304069.132552] audit: type=1400 audit(1785242587.963:3613): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[304069.226484] audit: type=1400 audit(1785242588.057:3614): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[304305.226839] audit: type=1400 audit(1785242824.056:3615): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[304305.228518] audit: type=1400 audit(1785242824.058:3616): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[304305.294997] audit: type=1400 audit(1785242824.125:3617): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[304606.246329] audit: type=1400 audit(1785243125.074:3618): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[304606.249054] audit: type=1400 audit(1785243125.077:3619): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[304606.313450] audit: type=1400 audit(1785243125.141:3620): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[304861.384198] audit: type=1400 audit(1785243380.211:3621): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[304861.385661] audit: type=1400 audit(1785243380.212:3622): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[304861.457782] audit: type=1400 audit(1785243380.284:3623): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[305101.985588] audit: type=1400 audit(1785243620.811:3624): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[305101.987674] audit: type=1400 audit(1785243620.813:3625): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[305102.052844] audit: type=1400 audit(1785243620.878:3626): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[305380.432985] audit: type=1400 audit(1785243899.257:3627): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[305380.435061] audit: type=1400 audit(1785243899.259:3628): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[305380.495196] audit: type=1400 audit(1785243899.319:3629): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[305670.202882] audit: type=1400 audit(1785244189.025:3630): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[305670.205105] audit: type=1400 audit(1785244189.027:3631): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[305670.263554] audit: type=1400 audit(1785244189.085:3632): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[305925.105181] audit: type=1400 audit(1785244443.926:3633): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[305925.107337] audit: type=1400 audit(1785244443.928:3634): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[305925.166184] audit: type=1400 audit(1785244443.987:3635): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[306192.921430] audit: type=1400 audit(1785244711.740:3636): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[306192.925153] audit: type=1400 audit(1785244711.744:3637): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[306192.977168] audit: type=1400 audit(1785244711.796:3638): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[306443.974511] audit: type=1400 audit(1785244962.792:3639): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[306443.976496] audit: type=1400 audit(1785244962.794:3640): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[306444.045007] audit: type=1400 audit(1785244962.862:3641): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[306732.111708] audit: type=1400 audit(1785245250.928:3642): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[306732.113896] audit: type=1400 audit(1785245250.930:3643): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[306732.163404] audit: type=1400 audit(1785245250.979:3644): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[306981.883008] audit: type=1400 audit(1785245500.697:3645): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[306981.884852] audit: type=1400 audit(1785245500.699:3646): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[306981.949794] audit: type=1400 audit(1785245500.763:3647): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[307234.344655] audit: type=1400 audit(1785245753.158:3648): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[307234.345985] audit: type=1400 audit(1785245753.159:3649): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[307234.411058] audit: type=1400 audit(1785245753.224:3650): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[307477.203964] audit: type=1400 audit(1785245996.016:3651): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[307477.205974] audit: type=1400 audit(1785245996.018:3652): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[307477.271349] audit: type=1400 audit(1785245996.083:3653): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[307737.781234] audit: type=1400 audit(1785246256.591:3654): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[307737.783469] audit: type=1400 audit(1785246256.594:3655): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[307737.848872] audit: type=1400 audit(1785246256.659:3656): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[307985.250824] audit: type=1400 audit(1785246504.060:3657): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[307985.252908] audit: type=1400 audit(1785246504.062:3658): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[307985.318114] audit: type=1400 audit(1785246504.127:3659): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[308278.041301] audit: type=1400 audit(1785246796.849:3660): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[308278.043534] audit: type=1400 audit(1785246796.851:3661): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[308278.102923] audit: type=1400 audit(1785246796.910:3662): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[308570.072263] audit: type=1400 audit(1785247088.878:3663): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[308570.074241] audit: type=1400 audit(1785247088.880:3664): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[308570.137213] audit: type=1400 audit(1785247088.943:3665): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[308806.205391] audit: type=1400 audit(1785247325.009:3666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[308806.207355] audit: type=1400 audit(1785247325.011:3667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[308806.282018] audit: type=1400 audit(1785247325.086:3668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[309077.835663] audit: type=1400 audit(1785247596.638:3669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[309077.837518] audit: type=1400 audit(1785247596.640:3670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[309077.900868] audit: type=1400 audit(1785247596.704:3671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[309312.682490] audit: type=1400 audit(1785247831.484:3672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[309312.684497] audit: type=1400 audit(1785247831.486:3673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[309312.744685] audit: type=1400 audit(1785247831.546:3674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[309601.993154] audit: type=1400 audit(1785248120.793:3675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[309601.995291] audit: type=1400 audit(1785248120.795:3676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[309602.071922] audit: type=1400 audit(1785248120.871:3677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[309865.271353] audit: type=1400 audit(1785248384.069:3678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[309865.273628] audit: type=1400 audit(1785248384.072:3679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[309865.333037] audit: type=1400 audit(1785248384.131:3680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[310133.372253] audit: type=1400 audit(1785248652.169:3681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[310133.374381] audit: type=1400 audit(1785248652.171:3682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[310133.427355] audit: type=1400 audit(1785248652.224:3683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[310375.633168] audit: type=1400 audit(1785248894.428:3684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[310375.635519] audit: type=1400 audit(1785248894.431:3685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[310375.705752] audit: type=1400 audit(1785248894.501:3686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[310646.252424] audit: type=1400 audit(1785249165.046:3687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[310646.254619] audit: type=1400 audit(1785249165.048:3688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[310646.323778] audit: type=1400 audit(1785249165.117:3689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[310889.965030] audit: type=1400 audit(1785249408.757:3690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[310889.967442] audit: type=1400 audit(1785249408.760:3691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[310890.034900] audit: type=1400 audit(1785249408.827:3692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[311124.709083] audit: type=1400 audit(1785249643.500:3693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[311124.710459] audit: type=1400 audit(1785249643.501:3694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[311124.779789] audit: type=1400 audit(1785249643.571:3695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[311376.501883] audit: type=1400 audit(1785249895.291:3696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[311376.504122] audit: type=1400 audit(1785249895.294:3697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[311376.573213] audit: type=1400 audit(1785249895.362:3698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[311629.410320] audit: type=1400 audit(1785250148.198:3699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[311629.412528] audit: type=1400 audit(1785250148.201:3700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[311629.484537] audit: type=1400 audit(1785250148.273:3701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[311872.767013] audit: type=1400 audit(1785250391.554:3702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[311872.769305] audit: type=1400 audit(1785250391.556:3703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[311872.838005] audit: type=1400 audit(1785250391.625:3704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[312129.411025] audit: type=1400 audit(1785250648.196:3705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[312129.413405] audit: type=1400 audit(1785250648.199:3706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[312129.482324] audit: type=1400 audit(1785250648.267:3707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[312402.131194] audit: type=1400 audit(1785250920.915:3708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[312402.133798] audit: type=1400 audit(1785250920.917:3709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[312402.200966] audit: type=1400 audit(1785250920.984:3710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[312697.459037] audit: type=1400 audit(1785251216.241:3711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[312697.461297] audit: type=1400 audit(1785251216.243:3712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[312697.527824] audit: type=1400 audit(1785251216.309:3713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[312979.359272] audit: type=1400 audit(1785251498.139:3714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[312979.361458] audit: type=1400 audit(1785251498.141:3715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[312979.429930] audit: type=1400 audit(1785251498.210:3716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[313258.664296] audit: type=1400 audit(1785251777.442:3717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[313258.666491] audit: type=1400 audit(1785251777.444:3718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[313258.724293] audit: type=1400 audit(1785251777.502:3719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[313547.673887] audit: type=1400 audit(1785252066.450:3720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[313547.675426] audit: type=1400 audit(1785252066.452:3721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[313547.734606] audit: type=1400 audit(1785252066.511:3722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[313811.348722] audit: type=1400 audit(1785252330.123:3723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[313811.350714] audit: type=1400 audit(1785252330.125:3724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[313811.419644] audit: type=1400 audit(1785252330.194:3725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[314102.901891] audit: type=1400 audit(1785252621.674:3726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[314102.904009] audit: type=1400 audit(1785252621.676:3727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[314102.972251] audit: type=1400 audit(1785252621.745:3728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[314400.335974] audit: type=1400 audit(1785252919.106:3729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[314400.338230] audit: type=1400 audit(1785252919.109:3730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[314400.399257] audit: type=1400 audit(1785252919.169:3731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[314687.380694] audit: type=1400 audit(1785253206.149:3732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[314687.382912] audit: type=1400 audit(1785253206.151:3733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[314687.450944] audit: type=1400 audit(1785253206.219:3734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[314938.890475] audit: type=1400 audit(1785253457.657:3735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[314938.892783] audit: type=1400 audit(1785253457.659:3736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[314938.953806] audit: type=1400 audit(1785253457.720:3737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[315172.554602] audit: type=1400 audit(1785253691.319:3738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[315172.556884] audit: type=1400 audit(1785253691.322:3739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[315172.639390] audit: type=1400 audit(1785253691.404:3740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[315465.003329] audit: type=1400 audit(1785253983.766:3741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[315465.005530] audit: type=1400 audit(1785253983.768:3742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[315465.074803] audit: type=1400 audit(1785253983.838:3743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[315733.461757] audit: type=1400 audit(1785254252.223:3744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[315733.463993] audit: type=1400 audit(1785254252.225:3745): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[315733.527559] audit: type=1400 audit(1785254252.288:3746): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[315988.779228] audit: type=1400 audit(1785254507.538:3747): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[315988.781472] audit: type=1400 audit(1785254507.541:3748): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[315988.855592] audit: type=1400 audit(1785254507.615:3749): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[316236.322314] audit: type=1400 audit(1785254755.080:3750): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[316236.324455] audit: type=1400 audit(1785254755.082:3751): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[316236.382940] audit: type=1400 audit(1785254755.140:3752): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[316495.841884] audit: type=1400 audit(1785255014.598:3753): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[316495.844171] audit: type=1400 audit(1785255014.600:3754): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[316495.910961] audit: type=1400 audit(1785255014.666:3755): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[316743.384134] audit: type=1400 audit(1785255262.138:3756): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[316743.386117] audit: type=1400 audit(1785255262.140:3757): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[316743.455713] audit: type=1400 audit(1785255262.210:3758): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317000.438884] audit: type=1400 audit(1785255519.191:3759): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317000.440985] audit: type=1400 audit(1785255519.193:3760): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317000.516825] audit: type=1400 audit(1785255519.269:3761): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317239.437933] audit: type=1400 audit(1785255758.188:3762): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317239.440126] audit: type=1400 audit(1785255758.190:3763): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317239.502430] audit: type=1400 audit(1785255758.253:3764): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317483.914020] audit: type=1400 audit(1785256002.663:3765): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317483.916326] audit: type=1400 audit(1785256002.665:3766): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317483.980624] audit: type=1400 audit(1785256002.729:3767): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317713.683393] audit: type=1400 audit(1785256232.430:3768): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317713.685656] audit: type=1400 audit(1785256232.433:3769): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317713.751908] audit: type=1400 audit(1785256232.499:3770): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317947.667866] audit: type=1400 audit(1785256466.413:3771): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317947.670059] audit: type=1400 audit(1785256466.415:3772): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[317947.745929] audit: type=1400 audit(1785256466.491:3773): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[318190.440876] audit: type=1400 audit(1785256709.185:3774): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[318190.442985] audit: type=1400 audit(1785256709.187:3775): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[318190.532096] audit: type=1400 audit(1785256709.276:3776): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[318423.639505] audit: type=1400 audit(1785256942.382:3777): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[318423.641756] audit: type=1400 audit(1785256942.384:3778): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[318423.710891] audit: type=1400 audit(1785256942.453:3779): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[318674.820715] audit: type=1400 audit(1785257193.561:3780): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[318674.822951] audit: type=1400 audit(1785257193.563:3781): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[318674.888035] audit: type=1400 audit(1785257193.628:3782): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[318964.342255] audit: type=1400 audit(1785257483.081:3783): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[318964.344514] audit: type=1400 audit(1785257483.083:3784): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[318964.415587] audit: type=1400 audit(1785257483.154:3785): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[319250.652226] audit: type=1400 audit(1785257769.389:3786): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[319250.654406] audit: type=1400 audit(1785257769.391:3787): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[319250.717733] audit: type=1400 audit(1785257769.454:3788): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[319531.873034] audit: type=1400 audit(1785258050.608:3789): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[319531.875163] audit: type=1400 audit(1785258050.610:3790): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[319531.945490] audit: type=1400 audit(1785258050.680:3791): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[319768.266226] audit: type=1400 audit(1785258286.999:3792): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[319768.268308] audit: type=1400 audit(1785258287.001:3793): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[319768.332423] audit: type=1400 audit(1785258287.065:3794): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[320031.113827] audit: type=1400 audit(1785258549.845:3795): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[320031.116004] audit: type=1400 audit(1785258549.847:3796): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[320031.183955] audit: type=1400 audit(1785258549.915:3797): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[320324.791211] audit: type=1400 audit(1785258843.521:3798): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[320324.792971] audit: type=1400 audit(1785258843.522:3799): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[320324.860515] audit: type=1400 audit(1785258843.590:3800): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[320564.619841] audit: type=1400 audit(1785259083.347:3801): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[320564.621955] audit: type=1400 audit(1785259083.349:3802): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[320564.689248] audit: type=1400 audit(1785259083.417:3803): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[320796.633504] audit: type=1400 audit(1785259315.359:3804): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[320796.635650] audit: type=1400 audit(1785259315.361:3805): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[320796.700098] audit: type=1400 audit(1785259315.426:3806): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[321052.359043] audit: type=1400 audit(1785259571.083:3807): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[321052.361018] audit: type=1400 audit(1785259571.085:3808): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[321052.428646] audit: type=1400 audit(1785259571.152:3809): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[321299.034911] audit: type=1400 audit(1785259817.757:3810): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[321299.036744] audit: type=1400 audit(1785259817.759:3811): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[321299.107336] audit: type=1400 audit(1785259817.829:3812): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[321585.117186] audit: type=1400 audit(1785260103.837:3813): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[321585.119080] audit: type=1400 audit(1785260103.838:3814): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[321585.185244] audit: type=1400 audit(1785260103.905:3815): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[321876.383584] audit: type=1400 audit(1785260395.101:3816): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[321876.385743] audit: type=1400 audit(1785260395.103:3817): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[321876.446127] audit: type=1400 audit(1785260395.163:3818): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[322165.513839] audit: type=1400 audit(1785260684.228:3819): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[322165.516066] audit: type=1400 audit(1785260684.231:3820): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[322165.572426] audit: type=1400 audit(1785260684.287:3821): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[322432.285277] audit: type=1400 audit(1785260950.998:3822): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[322432.287243] audit: type=1400 audit(1785260951.000:3823): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[322432.350531] audit: type=1400 audit(1785260951.063:3824): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[322718.282373] audit: type=1400 audit(1785261236.991:3825): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[322718.284314] audit: type=1400 audit(1785261236.993:3826): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[322718.361026] audit: type=1400 audit(1785261237.070:3827): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[323003.643469] audit: type=1400 audit(1785261522.351:3828): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[323003.645715] audit: type=1400 audit(1785261522.352:3829): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[323003.714461] audit: type=1400 audit(1785261522.421:3830): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[323242.478473] audit: type=1400 audit(1785261761.183:3831): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[323242.480514] audit: type=1400 audit(1785261761.185:3832): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[323242.549705] audit: type=1400 audit(1785261761.254:3833): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[323520.743336] audit: type=1400 audit(1785262039.445:3834): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[323520.745228] audit: type=1400 audit(1785262039.447:3835): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[323520.810871] audit: type=1400 audit(1785262039.512:3836): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[323782.231124] audit: type=1400 audit(1785262300.930:3837): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[323782.232909] audit: type=1400 audit(1785262300.931:3838): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[323782.305934] audit: type=1400 audit(1785262301.004:3839): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[324041.566738] audit: type=1400 audit(1785262560.263:3840): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[324041.568529] audit: type=1400 audit(1785262560.264:3841): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[324041.634421] audit: type=1400 audit(1785262560.330:3842): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[324304.190747] audit: type=1400 audit(1785262822.884:3843): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[324304.192925] audit: type=1400 audit(1785262822.886:3844): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[324304.261353] audit: type=1400 audit(1785262822.955:3845): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[324590.572349] audit: type=1400 audit(1785263109.263:3846): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[324590.573745] audit: type=1400 audit(1785263109.264:3847): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[324590.631278] audit: type=1400 audit(1785263109.321:3848): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[324852.892317] audit: type=1400 audit(1785263371.580:3849): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[324852.894366] audit: type=1400 audit(1785263371.582:3850): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[324852.959784] audit: type=1400 audit(1785263371.647:3851): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[325136.262392] audit: type=1400 audit(1785263654.947:3852): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[325136.264574] audit: type=1400 audit(1785263654.949:3853): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[325136.329353] audit: type=1400 audit(1785263655.014:3854): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[325419.234413] audit: type=1400 audit(1785263937.915:3855): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[325419.236440] audit: type=1400 audit(1785263937.917:3856): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[325419.306579] audit: type=1400 audit(1785263937.988:3857): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[325701.592418] audit: type=1400 audit(1785264220.271:3858): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[325701.594473] audit: type=1400 audit(1785264220.273:3859): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[325701.666702] audit: type=1400 audit(1785264220.345:3860): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[325934.495581] audit: type=1400 audit(1785264453.171:3861): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[325934.497705] audit: type=1400 audit(1785264453.174:3862): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[325934.562822] audit: type=1400 audit(1785264453.239:3863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[326198.549446] audit: type=1400 audit(1785264717.223:3864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[326198.551756] audit: type=1400 audit(1785264717.225:3865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[326198.624493] audit: type=1400 audit(1785264717.298:3866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[326438.146761] audit: type=1400 audit(1785264956.818:3867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[326438.148908] audit: type=1400 audit(1785264956.820:3868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[326438.210796] audit: type=1400 audit(1785264956.882:3869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[326692.991069] audit: type=1400 audit(1785265211.659:3870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[326692.993390] audit: type=1400 audit(1785265211.662:3871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[326693.057255] audit: type=1400 audit(1785265211.725:3872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[326977.201976] audit: type=1400 audit(1785265495.867:3873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[326977.203950] audit: type=1400 audit(1785265495.869:3874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[326977.277035] audit: type=1400 audit(1785265495.942:3875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[327206.800249] audit: type=1400 audit(1785265725.463:3876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[327206.802527] audit: type=1400 audit(1785265725.465:3877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[327206.873076] audit: type=1400 audit(1785265725.536:3878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[327473.714381] audit: type=1400 audit(1785265992.374:3879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[327473.716684] audit: type=1400 audit(1785265992.376:3880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[327473.775668] audit: type=1400 audit(1785265992.435:3881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[327729.305474] audit: type=1400 audit(1785266247.962:3882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[327729.307600] audit: type=1400 audit(1785266247.964:3883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[327729.387536] audit: type=1400 audit(1785266248.044:3884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[328011.172761] audit: type=1400 audit(1785266529.827:3885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[328011.174983] audit: type=1400 audit(1785266529.829:3886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[328011.240928] audit: type=1400 audit(1785266529.895:3887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[328274.717001] audit: type=1400 audit(1785266793.368:3888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[328274.719177] audit: type=1400 audit(1785266793.370:3889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[328274.777713] audit: type=1400 audit(1785266793.429:3890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[328525.005909] audit: type=1400 audit(1785267043.654:3891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[328525.007987] audit: type=1400 audit(1785267043.656:3892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[328525.074276] audit: type=1400 audit(1785267043.722:3893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[328804.265880] audit: type=1400 audit(1785267322.910:3894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[328804.267652] audit: type=1400 audit(1785267322.912:3895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[328804.334736] audit: type=1400 audit(1785267322.979:3896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[329030.582564] audit: type=1400 audit(1785267549.224:3897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[329030.584712] audit: type=1400 audit(1785267549.226:3898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[329030.647727] audit: type=1400 audit(1785267549.289:3899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[329308.752643] audit: type=1400 audit(1785267827.389:3900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[329308.754819] audit: type=1400 audit(1785267827.392:3901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[329308.825807] audit: type=1400 audit(1785267827.463:3902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[329564.052388] audit: type=1400 audit(1785268082.685:3903): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[329564.054097] audit: type=1400 audit(1785268082.687:3904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[329564.111837] audit: type=1400 audit(1785268082.745:3905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[329791.175256] audit: type=1400 audit(1785268309.805:3906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[329791.177344] audit: type=1400 audit(1785268309.807:3907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[329791.249470] audit: type=1400 audit(1785268309.879:3908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[330026.677391] audit: type=1400 audit(1785268545.304:3909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[330026.679571] audit: type=1400 audit(1785268545.306:3910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[330026.745734] audit: type=1400 audit(1785268545.373:3911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[330295.191746] audit: type=1400 audit(1785268813.815:3912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[330295.193811] audit: type=1400 audit(1785268813.817:3913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[330295.258311] audit: type=1400 audit(1785268813.882:3914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[330526.718240] audit: type=1400 audit(1785269045.339:3915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[330526.720079] audit: type=1400 audit(1785269045.340:3916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[330526.778339] audit: type=1400 audit(1785269045.399:3917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[330821.773913] audit: type=1400 audit(1785269340.391:3918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[330821.775998] audit: type=1400 audit(1785269340.393:3919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[330821.847303] audit: type=1400 audit(1785269340.464:3920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[331091.089604] audit: type=1400 audit(1785269609.703:3921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[331091.091865] audit: type=1400 audit(1785269609.705:3922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[331091.159188] audit: type=1400 audit(1785269609.772:3923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[331365.258821] audit: type=1400 audit(1785269883.869:3924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[331365.260942] audit: type=1400 audit(1785269883.871:3925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[331365.319702] audit: type=1400 audit(1785269883.930:3926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[331592.633653] audit: type=1400 audit(1785270111.241:3927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[331592.635412] audit: type=1400 audit(1785270111.242:3928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[331592.699535] audit: type=1400 audit(1785270111.307:3929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[331887.834491] audit: type=1400 audit(1785270406.438:3930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[331887.836817] audit: type=1400 audit(1785270406.440:3931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[331887.902375] audit: type=1400 audit(1785270406.506:3932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[332167.764695] audit: type=1400 audit(1785270686.365:3933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[332167.766815] audit: type=1400 audit(1785270686.366:3934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[332167.839505] audit: type=1400 audit(1785270686.439:3935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[332432.894319] audit: type=1400 audit(1785270951.490:3936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[332432.896310] audit: type=1400 audit(1785270951.492:3937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[332432.958182] audit: type=1400 audit(1785270951.554:3938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[332659.543420] audit: type=1400 audit(1785271178.136:3939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[332659.545576] audit: type=1400 audit(1785271178.139:3940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[332659.654131] audit: type=1400 audit(1785271178.247:3941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[332943.877238] audit: type=1400 audit(1785271462.467:3942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[332943.878740] audit: type=1400 audit(1785271462.468:3943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[332943.940519] audit: type=1400 audit(1785271462.530:3944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[333240.866630] audit: type=1400 audit(1785271759.451:3945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[333240.868635] audit: type=1400 audit(1785271759.453:3946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[333240.926622] audit: type=1400 audit(1785271759.512:3947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[333511.785852] audit: type=1400 audit(1785272030.368:3948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[333511.787746] audit: type=1400 audit(1785272030.370:3949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[333511.853590] audit: type=1400 audit(1785272030.435:3950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[333794.675708] audit: type=1400 audit(1785272313.254:3951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[333794.677545] audit: type=1400 audit(1785272313.256:3952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[333794.740622] audit: type=1400 audit(1785272313.319:3953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[334083.123082] audit: type=1400 audit(1785272601.698:3954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[334083.125182] audit: type=1400 audit(1785272601.700:3955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[334083.185512] audit: type=1400 audit(1785272601.760:3956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[334364.940702] audit: type=1400 audit(1785272883.512:3957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[334364.942113] audit: type=1400 audit(1785272883.513:3958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[334365.005656] audit: type=1400 audit(1785272883.577:3959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[334614.693762] audit: type=1400 audit(1785273133.262:3960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[334614.696099] audit: type=1400 audit(1785273133.264:3961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[334614.759515] audit: type=1400 audit(1785273133.327:3962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[334848.439711] audit: type=1400 audit(1785273367.005:3963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[334848.441454] audit: type=1400 audit(1785273367.006:3964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[334848.504609] audit: type=1400 audit(1785273367.069:3965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[335093.662235] audit: type=1400 audit(1785273612.224:3966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[335093.664378] audit: type=1400 audit(1785273612.226:3967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[335093.742159] audit: type=1400 audit(1785273612.304:3968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[335361.836475] audit: type=1400 audit(1785273880.395:3969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[335361.838645] audit: type=1400 audit(1785273880.397:3970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[335361.920592] audit: type=1400 audit(1785273880.479:3971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[335613.288670] audit: type=1400 audit(1785274131.844:3972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[335613.290917] audit: type=1400 audit(1785274131.846:3973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[335613.365327] audit: type=1400 audit(1785274131.921:3974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[335913.584568] audit: type=1400 audit(1785274432.136:3975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[335913.586483] audit: type=1400 audit(1785274432.138:3976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[335913.705943] audit: type=1400 audit(1785274432.258:3977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[336193.743717] audit: type=1400 audit(1785274712.292:3978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[336193.745811] audit: type=1400 audit(1785274712.294:3979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[336193.804725] audit: type=1400 audit(1785274712.353:3980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[336456.656619] audit: type=1400 audit(1785274975.201:3981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[336456.658932] audit: type=1400 audit(1785274975.204:3982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[336456.717274] audit: type=1400 audit(1785274975.262:3983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[336684.673236] audit: type=1400 audit(1785275203.216:3984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[336684.675034] audit: type=1400 audit(1785275203.217:3985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[336684.745722] audit: type=1400 audit(1785275203.288:3986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[336952.617389] audit: type=1400 audit(1785275471.156:3987): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[336952.619540] audit: type=1400 audit(1785275471.158:3988): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[336952.691275] audit: type=1400 audit(1785275471.229:3989): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[337250.017915] audit: type=1400 audit(1785275768.553:3990): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[337250.019940] audit: type=1400 audit(1785275768.555:3991): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[337250.085836] audit: type=1400 audit(1785275768.621:3992): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[337494.496961] audit: type=1400 audit(1785276013.029:3993): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[337494.499147] audit: type=1400 audit(1785276013.031:3994): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[337494.568954] audit: type=1400 audit(1785276013.101:3995): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[337738.587457] audit: type=1400 audit(1785276257.116:3996): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[337738.590216] audit: type=1400 audit(1785276257.119:3997): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[337738.655019] audit: type=1400 audit(1785276257.184:3998): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[338027.974934] audit: type=1400 audit(1785276546.500:3999): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[338027.976639] audit: type=1400 audit(1785276546.502:4000): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[338028.041369] audit: type=1400 audit(1785276546.566:4001): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[338279.543906] audit: type=1400 audit(1785276798.066:4002): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[338279.545750] audit: type=1400 audit(1785276798.068:4003): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[338279.612398] audit: type=1400 audit(1785276798.134:4004): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[338542.246285] audit: type=1400 audit(1785277060.765:4005): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[338542.248499] audit: type=1400 audit(1785277060.767:4006): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[338542.307745] audit: type=1400 audit(1785277060.826:4007): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[338836.914834] audit: type=1400 audit(1785277355.429:4008): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[338836.916959] audit: type=1400 audit(1785277355.432:4009): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[338836.976728] audit: type=1400 audit(1785277355.491:4010): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[339107.225860] audit: type=1400 audit(1785277625.737:4011): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[339107.227732] audit: type=1400 audit(1785277625.739:4012): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[339107.305333] audit: type=1400 audit(1785277625.816:4013): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[339349.707658] audit: type=1400 audit(1785277868.215:4014): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[339349.709822] audit: type=1400 audit(1785277868.218:4015): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[339349.785004] audit: type=1400 audit(1785277868.293:4016): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[339612.760591] audit: type=1400 audit(1785278131.265:4017): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[339612.761973] audit: type=1400 audit(1785278131.266:4018): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[339612.830445] audit: type=1400 audit(1785278131.335:4019): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[339907.030217] audit: type=1400 audit(1785278425.531:4020): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[339907.032196] audit: type=1400 audit(1785278425.533:4021): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[339907.098510] audit: type=1400 audit(1785278425.598:4022): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[340185.880923] audit: type=1400 audit(1785278704.378:4023): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[340185.882601] audit: type=1400 audit(1785278704.379:4024): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[340185.943661] audit: type=1400 audit(1785278704.440:4025): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[340474.765800] audit: type=1400 audit(1785278993.259:4026): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[340474.767866] audit: type=1400 audit(1785278993.261:4027): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[340474.829862] audit: type=1400 audit(1785278993.323:4028): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[340723.540602] audit: type=1400 audit(1785279242.030:4029): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[340723.542605] audit: type=1400 audit(1785279242.032:4030): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[340723.608711] audit: type=1400 audit(1785279242.098:4031): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[340988.649010] audit: type=1400 audit(1785279507.135:4032): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[340988.651160] audit: type=1400 audit(1785279507.137:4033): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[340988.720257] audit: type=1400 audit(1785279507.206:4034): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[341278.265866] audit: type=1400 audit(1785279796.748:4035): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[341278.268022] audit: type=1400 audit(1785279796.750:4036): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[341278.331700] audit: type=1400 audit(1785279796.814:4037): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[341505.774158] audit: type=1400 audit(1785280024.253:4038): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[341505.776270] audit: type=1400 audit(1785280024.255:4039): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[341505.844892] audit: type=1400 audit(1785280024.324:4040): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[341792.844718] audit: type=1400 audit(1785280311.320:4041): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[341792.846929] audit: type=1400 audit(1785280311.322:4042): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[341792.914838] audit: type=1400 audit(1785280311.390:4043): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[342082.423593] audit: type=1400 audit(1785280600.895:4044): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[342082.425851] audit: type=1400 audit(1785280600.897:4045): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[342082.491602] audit: type=1400 audit(1785280600.963:4046): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[342331.697025] audit: type=1400 audit(1785280850.165:4047): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[342331.699321] audit: type=1400 audit(1785280850.167:4048): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[342331.762373] audit: type=1400 audit(1785280850.230:4049): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[342566.485108] audit: type=1400 audit(1785281084.950:4050): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[342566.487162] audit: type=1400 audit(1785281084.952:4051): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[342566.550186] audit: type=1400 audit(1785281085.015:4052): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[342794.598123] audit: type=1400 audit(1785281313.059:4053): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[342794.600104] audit: type=1400 audit(1785281313.061:4054): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[342794.688255] audit: type=1400 audit(1785281313.149:4055): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[343073.431423] audit: type=1400 audit(1785281591.889:4056): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[343073.433471] audit: type=1400 audit(1785281591.891:4057): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[343073.507452] audit: type=1400 audit(1785281591.965:4058): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[343325.749081] audit: type=1400 audit(1785281844.203:4059): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[343325.751092] audit: type=1400 audit(1785281844.205:4060): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[343325.811740] audit: type=1400 audit(1785281844.266:4061): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[343560.125212] audit: type=1400 audit(1785282078.576:4062): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[343560.127512] audit: type=1400 audit(1785282078.579:4063): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[343560.200021] audit: type=1400 audit(1785282078.651:4064): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[343804.659342] audit: type=1400 audit(1785282323.107:4065): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[343804.661650] audit: type=1400 audit(1785282323.110:4066): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[343804.719388] audit: type=1400 audit(1785282323.167:4067): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[344090.704277] audit: type=1400 audit(1785282609.148:4068): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[344090.706576] audit: type=1400 audit(1785282609.151:4069): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[344090.780925] audit: type=1400 audit(1785282609.225:4070): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[344383.395299] audit: type=1400 audit(1785282901.836:4071): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[344383.397690] audit: type=1400 audit(1785282901.838:4072): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[344383.458883] audit: type=1400 audit(1785282901.899:4073): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[344665.117101] audit: type=1400 audit(1785283183.553:4074): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[344665.119277] audit: type=1400 audit(1785283183.555:4075): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[344665.179771] audit: type=1400 audit(1785283183.615:4076): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[344951.366258] audit: type=1400 audit(1785283469.799:4077): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[344951.368038] audit: type=1400 audit(1785283469.801:4078): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[344951.433416] audit: type=1400 audit(1785283469.866:4079): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[345217.843512] audit: type=1400 audit(1785283736.273:4080): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[345217.845918] audit: type=1400 audit(1785283736.275:4081): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[345217.910867] audit: type=1400 audit(1785283736.340:4082): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[345477.197936] audit: type=1400 audit(1785283995.624:4083): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[345477.200189] audit: type=1400 audit(1785283995.626:4084): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[345477.265214] audit: type=1400 audit(1785283995.691:4085): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[345752.312510] audit: type=1400 audit(1785284270.735:4086): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[345752.314547] audit: type=1400 audit(1785284270.737:4087): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[345752.377386] audit: type=1400 audit(1785284270.800:4088): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[345997.996802] audit: type=1400 audit(1785284516.416:4089): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[345997.998694] audit: type=1400 audit(1785284516.418:4090): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[345998.056679] audit: type=1400 audit(1785284516.476:4091): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[346242.159550] audit: type=1400 audit(1785284760.575:4092): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[346242.162114] audit: type=1400 audit(1785284760.578:4093): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[346242.234658] audit: type=1400 audit(1785284760.650:4094): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[346521.760268] audit: type=1400 audit(1785285040.172:4095): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[346521.762411] audit: type=1400 audit(1785285040.174:4096): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[346521.821881] audit: type=1400 audit(1785285040.234:4097): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[346817.965452] audit: type=1400 audit(1785285336.374:4098): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[346817.967401] audit: type=1400 audit(1785285336.376:4099): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[346818.042248] audit: type=1400 audit(1785285336.450:4100): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[347113.245381] audit: type=1400 audit(1785285631.650:4101): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[347113.249409] audit: type=1400 audit(1785285631.654:4102): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[347113.312480] audit: type=1400 audit(1785285631.717:4103): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[347394.234175] audit: type=1400 audit(1785285912.635:4104): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[347394.236300] audit: type=1400 audit(1785285912.637:4105): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[347394.299301] audit: type=1400 audit(1785285912.700:4106): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[347653.749274] audit: type=1400 audit(1785286172.147:4107): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[347653.751418] audit: type=1400 audit(1785286172.148:4108): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[347653.819763] audit: type=1400 audit(1785286172.217:4109): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[347887.090801] audit: type=1400 audit(1785286405.485:4110): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[347887.093019] audit: type=1400 audit(1785286405.487:4111): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[347887.156165] audit: type=1400 audit(1785286405.550:4112): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[348137.748047] audit: type=1400 audit(1785286656.139:4113): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[348137.750186] audit: type=1400 audit(1785286656.141:4114): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[348137.818792] audit: type=1400 audit(1785286656.209:4115): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[348414.324844] audit: type=1400 audit(1785286932.712:4116): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[348414.326930] audit: type=1400 audit(1785286932.714:4117): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[348414.389887] audit: type=1400 audit(1785286932.777:4118): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[348710.028705] audit: type=1400 audit(1785287228.412:4119): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[348710.031029] audit: type=1400 audit(1785287228.414:4120): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[348710.100790] audit: type=1400 audit(1785287228.484:4121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[348977.382277] audit: type=1400 audit(1785287495.762:4122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[348977.384366] audit: type=1400 audit(1785287495.764:4123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[348977.461600] audit: type=1400 audit(1785287495.841:4124): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[349213.842451] audit: type=1400 audit(1785287732.219:4125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[349213.844604] audit: type=1400 audit(1785287732.221:4126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[349213.915938] audit: type=1400 audit(1785287732.292:4127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[349489.284133] audit: type=1400 audit(1785288007.657:4128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[349489.285513] audit: type=1400 audit(1785288007.658:4129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[349489.344818] audit: type=1400 audit(1785288007.717:4130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[349780.106814] audit: type=1400 audit(1785288298.476:4131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[349780.108993] audit: type=1400 audit(1785288298.478:4132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[349780.181318] audit: type=1400 audit(1785288298.550:4133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[350045.556905] audit: type=1400 audit(1785288563.922:4134): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[350045.560592] audit: type=1400 audit(1785288563.926:4135): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[350045.634860] audit: type=1400 audit(1785288564.000:4136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[350330.638322] audit: type=1400 audit(1785288849.000:4137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[350330.640326] audit: type=1400 audit(1785288849.002:4138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[350330.713187] audit: type=1400 audit(1785288849.075:4139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[350585.777759] audit: type=1400 audit(1785289104.136:4140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[350585.779815] audit: type=1400 audit(1785289104.138:4141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[350585.842135] audit: type=1400 audit(1785289104.200:4142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[350873.794745] audit: type=1400 audit(1785289392.149:4143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[350873.797710] audit: type=1400 audit(1785289392.152:4144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[350873.870406] audit: type=1400 audit(1785289392.225:4145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[351000.258444] perf: interrupt took too long (4960 > 4950), lowering kernel.perf_event_max_sample_rate to 40000 +[351142.894835] audit: type=1400 audit(1785289661.246:4146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[351142.896850] audit: type=1400 audit(1785289661.248:4147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[351142.955947] audit: type=1400 audit(1785289661.307:4148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[351369.996908] audit: type=1400 audit(1785289888.345:4149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[351369.999655] audit: type=1400 audit(1785289888.347:4150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[351370.185953] audit: type=1400 audit(1785289888.534:4151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[351620.633292] audit: type=1400 audit(1785290138.978:4152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[351620.635410] audit: type=1400 audit(1785290138.980:4153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[351620.698690] audit: type=1400 audit(1785290139.043:4154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[351872.371064] audit: type=1400 audit(1785290390.712:4155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[351872.373300] audit: type=1400 audit(1785290390.714:4156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[351872.437238] audit: type=1400 audit(1785290390.778:4157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[352170.124641] audit: type=1400 audit(1785290688.462:4158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[352170.126547] audit: type=1400 audit(1785290688.464:4159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[352170.190463] audit: type=1400 audit(1785290688.528:4160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[352465.792757] audit: type=1400 audit(1785290984.126:4161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[352465.794980] audit: type=1400 audit(1785290984.128:4162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[352465.858634] audit: type=1400 audit(1785290984.192:4163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[352693.233476] audit: type=1400 audit(1785291211.564:4164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[352693.235490] audit: type=1400 audit(1785291211.566:4165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[352693.297233] audit: type=1400 audit(1785291211.627:4166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[352967.693820] audit: type=1400 audit(1785291486.020:4167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[352967.696124] audit: type=1400 audit(1785291486.023:4168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[352967.767773] audit: type=1400 audit(1785291486.094:4169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[353231.840614] audit: type=1400 audit(1785291750.164:4170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[353231.842858] audit: type=1400 audit(1785291750.166:4171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[353231.912975] audit: type=1400 audit(1785291750.236:4172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[353523.847856] audit: type=1400 audit(1785292042.167:4173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[353523.849973] audit: type=1400 audit(1785292042.169:4174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[353523.907515] audit: type=1400 audit(1785292042.227:4175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[353759.246198] audit: type=1400 audit(1785292277.562:4176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[353759.248445] audit: type=1400 audit(1785292277.564:4177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[353759.319816] audit: type=1400 audit(1785292277.636:4178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[353987.639864] audit: type=1400 audit(1785292505.953:4179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[353987.642159] audit: type=1400 audit(1785292505.955:4180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[353987.699140] audit: type=1400 audit(1785292506.012:4181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[354258.454248] audit: type=1400 audit(1785292776.764:4182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[354258.457970] audit: type=1400 audit(1785292776.767:4183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[354258.518975] audit: type=1400 audit(1785292776.828:4184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[354517.869780] audit: type=1400 audit(1785293036.176:4185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[354517.871874] audit: type=1400 audit(1785293036.178:4186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[354517.938128] audit: type=1400 audit(1785293036.244:4187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[354795.031421] audit: type=1400 audit(1785293313.334:4188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[354795.033550] audit: type=1400 audit(1785293313.336:4189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[354795.099587] audit: type=1400 audit(1785293313.402:4190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[355085.410423] audit: type=1400 audit(1785293603.709:4191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[355085.412675] audit: type=1400 audit(1785293603.711:4192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[355085.477689] audit: type=1400 audit(1785293603.776:4193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[355379.839032] audit: type=1400 audit(1785293898.134:4194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[355379.841070] audit: type=1400 audit(1785293898.136:4195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[355379.922767] audit: type=1400 audit(1785293898.217:4196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[355651.633383] audit: type=1400 audit(1785294169.925:4197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[355651.637425] audit: type=1400 audit(1785294169.929:4198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[355651.709801] audit: type=1400 audit(1785294170.001:4199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[355909.547332] audit: type=1400 audit(1785294427.835:4200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[355909.549474] audit: type=1400 audit(1785294427.837:4201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[355909.612989] audit: type=1400 audit(1785294427.901:4202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[356202.663736] audit: type=1400 audit(1785294720.948:4203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[356202.665876] audit: type=1400 audit(1785294720.950:4204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[356202.740742] audit: type=1400 audit(1785294721.025:4205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[356464.306187] audit: type=1400 audit(1785294982.588:4206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[356464.308637] audit: type=1400 audit(1785294982.589:4207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[356464.378182] audit: type=1400 audit(1785294982.659:4208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[356763.336945] audit: type=1400 audit(1785295281.614:4209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[356763.339111] audit: type=1400 audit(1785295281.616:4210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[356763.406423] audit: type=1400 audit(1785295281.683:4211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[357005.413410] audit: type=1400 audit(1785295523.688:4212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[357005.415525] audit: type=1400 audit(1785295523.690:4213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[357005.476119] audit: type=1400 audit(1785295523.751:4214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[357237.446525] audit: type=1400 audit(1785295755.716:4215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[357237.449116] audit: type=1400 audit(1785295755.719:4216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[357237.514377] audit: type=1400 audit(1785295755.785:4217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[357491.052754] audit: type=1400 audit(1785296009.320:4218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[357491.055216] audit: type=1400 audit(1785296009.322:4219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[357491.126711] audit: type=1400 audit(1785296009.394:4220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[357774.890178] audit: type=1400 audit(1785296293.154:4221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[357774.892221] audit: type=1400 audit(1785296293.156:4222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[357774.955282] audit: type=1400 audit(1785296293.219:4223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[358037.958557] audit: type=1400 audit(1785296556.219:4224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[358037.960815] audit: type=1400 audit(1785296556.221:4225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[358038.024753] audit: type=1400 audit(1785296556.285:4226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[358271.468955] audit: type=1400 audit(1785296789.726:4227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[358271.471208] audit: type=1400 audit(1785296789.728:4228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[358271.529590] audit: type=1400 audit(1785296789.787:4229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[358535.756411] audit: type=1400 audit(1785297054.010:4230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[358535.758497] audit: type=1400 audit(1785297054.012:4231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[358535.816724] audit: type=1400 audit(1785297054.070:4232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[358834.401929] audit: type=1400 audit(1785297352.652:4233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[358834.403969] audit: type=1400 audit(1785297352.654:4234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[358834.478453] audit: type=1400 audit(1785297352.728:4235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[359122.467777] audit: type=1400 audit(1785297640.714:4236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[359122.469910] audit: type=1400 audit(1785297640.716:4237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[359122.531189] audit: type=1400 audit(1785297640.777:4238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[359360.170776] audit: type=1400 audit(1785297878.414:4239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[359360.172606] audit: type=1400 audit(1785297878.415:4240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[359360.235941] audit: type=1400 audit(1785297878.479:4241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[359590.519906] audit: type=1400 audit(1785298108.760:4242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[359590.522128] audit: type=1400 audit(1785298108.762:4243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[359590.590687] audit: type=1400 audit(1785298108.830:4244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[359861.016283] audit: type=1400 audit(1785298379.253:4245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[359861.018458] audit: type=1400 audit(1785298379.255:4246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[359861.086296] audit: type=1400 audit(1785298379.323:4247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[360156.686246] audit: type=1400 audit(1785298674.919:4248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[360156.688309] audit: type=1400 audit(1785298674.921:4249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[360156.754904] audit: type=1400 audit(1785298674.987:4250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[360445.902970] audit: type=1400 audit(1785298964.130:4251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[360445.905088] audit: type=1400 audit(1785298964.133:4252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[360445.975100] audit: type=1400 audit(1785298964.203:4253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[360720.127615] audit: type=1400 audit(1785299238.352:4254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[360720.129782] audit: type=1400 audit(1785299238.355:4255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[360720.195675] audit: type=1400 audit(1785299238.420:4256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[360976.511666] audit: type=1400 audit(1785299494.733:4257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[360976.513758] audit: type=1400 audit(1785299494.735:4258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[360976.575081] audit: type=1400 audit(1785299494.796:4259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[361249.060144] audit: type=1400 audit(1785299767.278:4260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[361249.062274] audit: type=1400 audit(1785299767.280:4261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[361249.127253] audit: type=1400 audit(1785299767.345:4262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[361521.019601] audit: type=1400 audit(1785300039.233:4263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[361521.021923] audit: type=1400 audit(1785300039.236:4264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[361521.081127] audit: type=1400 audit(1785300039.295:4265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[361783.109323] audit: type=1400 audit(1785300301.320:4266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[361783.111727] audit: type=1400 audit(1785300301.322:4267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[361783.176486] audit: type=1400 audit(1785300301.387:4268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[362024.588567] audit: type=1400 audit(1785300542.796:4269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[362024.590647] audit: type=1400 audit(1785300542.798:4270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[362024.656264] audit: type=1400 audit(1785300542.863:4271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[362269.824695] audit: type=1400 audit(1785300788.028:4272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[362269.826966] audit: type=1400 audit(1785300788.031:4273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[362269.884647] audit: type=1400 audit(1785300788.088:4274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[362551.796080] audit: type=1400 audit(1785301069.996:4275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[362551.798280] audit: type=1400 audit(1785301069.998:4276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[362551.854154] audit: type=1400 audit(1785301070.054:4277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[362781.213593] audit: type=1400 audit(1785301299.410:4278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[362781.215242] audit: type=1400 audit(1785301299.412:4279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[362781.284533] audit: type=1400 audit(1785301299.481:4280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[363070.195184] audit: type=1400 audit(1785301588.388:4281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[363070.197421] audit: type=1400 audit(1785301588.390:4282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[363070.262716] audit: type=1400 audit(1785301588.455:4283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[363334.148681] audit: type=1400 audit(1785301852.337:4284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[363334.150794] audit: type=1400 audit(1785301852.340:4285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[363334.215230] audit: type=1400 audit(1785301852.404:4286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[363617.633472] audit: type=1400 audit(1785302135.818:4287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[363617.635781] audit: type=1400 audit(1785302135.821:4288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[363617.693964] audit: type=1400 audit(1785302135.879:4289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[363851.176856] audit: type=1400 audit(1785302369.358:4290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[363851.180658] audit: type=1400 audit(1785302369.362:4291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[363851.239993] audit: type=1400 audit(1785302369.422:4292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[364126.780521] audit: type=1400 audit(1785302644.959:4293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[364126.782539] audit: type=1400 audit(1785302644.960:4294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[364126.928900] audit: type=1400 audit(1785302645.107:4295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[364379.668217] audit: type=1400 audit(1785302897.843:4296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[364379.670189] audit: type=1400 audit(1785302897.845:4297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[364379.732198] audit: type=1400 audit(1785302897.907:4298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[364667.428877] audit: type=1400 audit(1785303185.599:4299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[364667.430809] audit: type=1400 audit(1785303185.601:4300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[364667.494075] audit: type=1400 audit(1785303185.664:4301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[364930.295616] audit: type=1400 audit(1785303448.462:4302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[364930.297007] audit: type=1400 audit(1785303448.464:4303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[364930.356320] audit: type=1400 audit(1785303448.523:4304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[365226.300305] audit: type=1400 audit(1785303744.463:4305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[365226.302461] audit: type=1400 audit(1785303744.465:4306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[365226.368044] audit: type=1400 audit(1785303744.531:4307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[365508.769815] audit: type=1400 audit(1785304026.929:4308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[365508.771831] audit: type=1400 audit(1785304026.931:4309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[365508.838033] audit: type=1400 audit(1785304026.997:4310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[365787.634622] audit: type=1400 audit(1785304305.790:4311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[365787.636755] audit: type=1400 audit(1785304305.792:4312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[365787.698628] audit: type=1400 audit(1785304305.854:4313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[366025.543103] audit: type=1400 audit(1785304543.695:4314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[366025.545393] audit: type=1400 audit(1785304543.698:4315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[366025.619648] audit: type=1400 audit(1785304543.771:4316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[366282.732355] audit: type=1400 audit(1785304800.881:4317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[366282.734424] audit: type=1400 audit(1785304800.883:4318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[366282.798747] audit: type=1400 audit(1785304800.947:4319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[366558.858246] audit: type=1400 audit(1785305077.003:4320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[366558.860296] audit: type=1400 audit(1785305077.005:4321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[366558.927734] audit: type=1400 audit(1785305077.072:4322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[366842.628263] audit: type=1400 audit(1785305360.769:4323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[366842.630528] audit: type=1400 audit(1785305360.771:4324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[366842.696892] audit: type=1400 audit(1785305360.837:4325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[367108.983637] audit: type=1400 audit(1785305627.120:4326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[367108.985842] audit: type=1400 audit(1785305627.123:4327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[367109.050879] audit: type=1400 audit(1785305627.188:4328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[367371.628764] audit: type=1400 audit(1785305889.762:4329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[367371.631272] audit: type=1400 audit(1785305889.764:4330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[367371.696839] audit: type=1400 audit(1785305889.830:4331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[367623.435130] audit: type=1400 audit(1785306141.565:4332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[367623.437186] audit: type=1400 audit(1785306141.567:4333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[367623.501685] audit: type=1400 audit(1785306141.631:4334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[367904.331958] audit: type=1400 audit(1785306422.458:4335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[367904.334205] audit: type=1400 audit(1785306422.460:4336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[367904.412311] audit: type=1400 audit(1785306422.538:4337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[368172.413578] audit: type=1400 audit(1785306690.535:4338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[368172.415673] audit: type=1400 audit(1785306690.538:4339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[368172.491463] audit: type=1400 audit(1785306690.613:4340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[368418.990060] audit: type=1400 audit(1785306937.108:4341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[368418.992134] audit: type=1400 audit(1785306937.111:4342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[368419.053624] audit: type=1400 audit(1785306937.172:4343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[368700.666198] audit: type=1400 audit(1785307218.781:4344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[368700.668250] audit: type=1400 audit(1785307218.783:4345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[368700.740890] audit: type=1400 audit(1785307218.855:4346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[368981.610097] audit: type=1400 audit(1785307499.721:4347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[368981.612275] audit: type=1400 audit(1785307499.723:4348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[368981.676436] audit: type=1400 audit(1785307499.787:4349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[369278.729912] audit: type=1400 audit(1785307796.836:4350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[369278.732445] audit: type=1400 audit(1785307796.839:4351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[369278.796309] audit: type=1400 audit(1785307796.903:4352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[369513.934376] audit: type=1400 audit(1785308032.037:4353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[369513.936331] audit: type=1400 audit(1785308032.039:4354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[369513.992712] audit: type=1400 audit(1785308032.096:4355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[369772.600491] audit: type=1400 audit(1785308290.700:4356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[369772.602676] audit: type=1400 audit(1785308290.702:4357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[369772.664340] audit: type=1400 audit(1785308290.764:4358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[370003.551327] audit: type=1400 audit(1785308521.647:4359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[370003.553174] audit: type=1400 audit(1785308521.649:4360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[370003.618257] audit: type=1400 audit(1785308521.714:4361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[370251.159069] audit: type=1400 audit(1785308769.252:4362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[370251.161105] audit: type=1400 audit(1785308769.254:4363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[370251.239085] audit: type=1400 audit(1785308769.332:4364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[370546.496274] audit: type=1400 audit(1785309064.585:4365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[370546.498369] audit: type=1400 audit(1785309064.587:4366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[370546.559200] audit: type=1400 audit(1785309064.648:4367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[370814.382466] audit: type=1400 audit(1785309332.467:4368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[370814.384739] audit: type=1400 audit(1785309332.469:4369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[370814.446257] audit: type=1400 audit(1785309332.531:4370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[371054.024391] audit: type=1400 audit(1785309572.106:4371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[371054.026520] audit: type=1400 audit(1785309572.108:4372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[371054.091435] audit: type=1400 audit(1785309572.173:4373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[371315.664706] audit: type=1400 audit(1785309833.742:4374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[371315.666900] audit: type=1400 audit(1785309833.744:4375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[371315.728480] audit: type=1400 audit(1785309833.806:4376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[371549.688792] audit: type=1400 audit(1785310067.763:4377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[371549.690917] audit: type=1400 audit(1785310067.765:4378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[371549.749711] audit: type=1400 audit(1785310067.824:4379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[371785.549708] audit: type=1400 audit(1785310303.621:4380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[371785.551438] audit: type=1400 audit(1785310303.622:4381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[371785.620126] audit: type=1400 audit(1785310303.691:4382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372018.684144] audit: type=1400 audit(1785310536.752:4383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372018.686329] audit: type=1400 audit(1785310536.754:4384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372018.749686] audit: type=1400 audit(1785310536.817:4385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372274.574545] audit: type=1400 audit(1785310792.639:4386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372274.576155] audit: type=1400 audit(1785310792.640:4387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372274.637012] audit: type=1400 audit(1785310792.701:4388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372525.527240] audit: type=1400 audit(1785311043.588:4389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372525.529381] audit: type=1400 audit(1785311043.591:4390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372525.598690] audit: type=1400 audit(1785311043.659:4391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372763.396357] audit: type=1400 audit(1785311281.454:4392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372763.398566] audit: type=1400 audit(1785311281.456:4393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372763.461523] audit: type=1400 audit(1785311281.519:4394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372993.897315] audit: type=1400 audit(1785311511.951:4395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372993.899524] audit: type=1400 audit(1785311511.954:4396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[372993.965842] audit: type=1400 audit(1785311512.020:4397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[373294.604846] audit: type=1400 audit(1785311812.655:4398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[373294.605858] audit: type=1400 audit(1785311812.656:4399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[373294.669130] audit: type=1400 audit(1785311812.719:4400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[373554.428583] audit: type=1400 audit(1785312072.475:4401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[373554.430549] audit: type=1400 audit(1785312072.477:4402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[373554.489089] audit: type=1400 audit(1785312072.535:4403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[373835.621971] audit: type=1400 audit(1785312353.664:4404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[373835.624033] audit: type=1400 audit(1785312353.666:4405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[373835.692591] audit: type=1400 audit(1785312353.735:4406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[374071.113114] audit: type=1400 audit(1785312589.152:4407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[374071.115097] audit: type=1400 audit(1785312589.154:4408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[374071.180262] audit: type=1400 audit(1785312589.219:4409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[374340.256295] audit: type=1400 audit(1785312858.291:4410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[374340.258527] audit: type=1400 audit(1785312858.294:4411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[374340.326354] audit: type=1400 audit(1785312858.361:4412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[374607.471464] audit: type=1400 audit(1785313125.503:4413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[374607.473755] audit: type=1400 audit(1785313125.505:4414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[374607.537336] audit: type=1400 audit(1785313125.569:4415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[374844.712010] audit: type=1400 audit(1785313362.740:4416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[374844.714031] audit: type=1400 audit(1785313362.742:4417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[374844.775409] audit: type=1400 audit(1785313362.803:4418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[375131.363325] audit: type=1400 audit(1785313649.387:4419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[375131.365568] audit: type=1400 audit(1785313649.390:4420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[375131.430059] audit: type=1400 audit(1785313649.454:4421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[375431.183958] audit: type=1400 audit(1785313949.204:4422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[375431.186199] audit: type=1400 audit(1785313949.206:4423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[375431.258991] audit: type=1400 audit(1785313949.279:4424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[375731.164881] audit: type=1400 audit(1785314249.180:4425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[375731.167131] audit: type=1400 audit(1785314249.183:4426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[375731.237124] audit: type=1400 audit(1785314249.253:4427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[375965.066549] audit: type=1400 audit(1785314483.079:4428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[375965.068862] audit: type=1400 audit(1785314483.081:4429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[375965.124148] audit: type=1400 audit(1785314483.136:4430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[376251.007457] audit: type=1400 audit(1785314769.016:4431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[376251.009495] audit: type=1400 audit(1785314769.018:4432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[376251.077354] audit: type=1400 audit(1785314769.085:4433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[376528.398621] audit: type=1400 audit(1785315046.403:4434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[376528.400574] audit: type=1400 audit(1785315046.405:4435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[376528.472835] audit: type=1400 audit(1785315046.477:4436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[376803.705282] audit: type=1400 audit(1785315321.706:4437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[376803.707408] audit: type=1400 audit(1785315321.708:4438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[376803.776475] audit: type=1400 audit(1785315321.777:4439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[377098.266713] audit: type=1400 audit(1785315616.263:4440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[377098.270709] audit: type=1400 audit(1785315616.267:4441): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[377098.339221] audit: type=1400 audit(1785315616.335:4442): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[377385.997406] audit: type=1400 audit(1785315903.989:4443): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[377385.999665] audit: type=1400 audit(1785315903.991:4444): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[377386.058088] audit: type=1400 audit(1785315904.050:4445): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[377650.842484] audit: type=1400 audit(1785316168.831:4446): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[377650.844482] audit: type=1400 audit(1785316168.833:4447): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[377650.912006] audit: type=1400 audit(1785316168.900:4448): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[377943.708845] audit: type=1400 audit(1785316461.693:4449): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[377943.710605] audit: type=1400 audit(1785316461.695:4450): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[377943.774090] audit: type=1400 audit(1785316461.758:4451): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[378204.976448] audit: type=1400 audit(1785316722.957:4452): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[378204.978435] audit: type=1400 audit(1785316722.959:4453): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[378205.044676] audit: type=1400 audit(1785316723.025:4454): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[378501.268124] audit: type=1400 audit(1785317019.244:4455): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[378501.270207] audit: type=1400 audit(1785317019.246:4456): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[378501.338818] audit: type=1400 audit(1785317019.315:4457): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[378789.653072] audit: type=1400 audit(1785317307.625:4458): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[378789.655174] audit: type=1400 audit(1785317307.627:4459): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[378789.721318] audit: type=1400 audit(1785317307.693:4460): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[379076.029980] audit: type=1400 audit(1785317593.998:4461): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[379076.032289] audit: type=1400 audit(1785317594.000:4462): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[379076.092248] audit: type=1400 audit(1785317594.060:4463): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[379370.262326] audit: type=1400 audit(1785317888.226:4464): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[379370.264638] audit: type=1400 audit(1785317888.228:4465): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[379370.328805] audit: type=1400 audit(1785317888.292:4466): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[379668.458688] audit: type=1400 audit(1785318186.418:4467): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[379668.460845] audit: type=1400 audit(1785318186.420:4468): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[379668.541293] audit: type=1400 audit(1785318186.500:4469): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[379906.486897] audit: type=1400 audit(1785318424.442:4470): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[379906.489041] audit: type=1400 audit(1785318424.445:4471): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[379906.562783] audit: type=1400 audit(1785318424.518:4472): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[380189.208850] audit: type=1400 audit(1785318707.160:4473): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[380189.210997] audit: type=1400 audit(1785318707.162:4474): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[380189.275016] audit: type=1400 audit(1785318707.226:4475): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[380418.805308] audit: type=1400 audit(1785318936.753:4476): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[380418.807528] audit: type=1400 audit(1785318936.756:4477): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[380418.870754] audit: type=1400 audit(1785318936.819:4478): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[380680.553356] audit: type=1400 audit(1785319198.498:4479): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[380680.560865] audit: type=1400 audit(1785319198.505:4480): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[380680.619547] audit: type=1400 audit(1785319198.564:4481): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[380980.341672] audit: type=1400 audit(1785319498.282:4482): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[380980.343890] audit: type=1400 audit(1785319498.284:4483): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[380980.416648] audit: type=1400 audit(1785319498.357:4484): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[381209.066873] audit: type=1400 audit(1785319727.004:4485): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[381209.069036] audit: type=1400 audit(1785319727.006:4486): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[381209.140039] audit: type=1400 audit(1785319727.077:4487): apparmor="DENIED" operation="create" class="net" info="failed protocol 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 @@ -5584,43 +4460,43 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 94Gi 34Gi 42Gi 55Mi 18Gi 59Gi -Swap: 8.0Gi 0B 8.0Gi +Mem: 94Gi 35Gi 23Gi 58Mi 36Gi 59Gi +Swap: 8.0Gi 28Ki 8.0Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 101246885888 37028061184 45251768320 57671680 20042473472 64218824704 -Swap: 8589930496 0 8589930496 +Mem: 101246885888 37749252096 25212510208 60891136 39363608576 63497633792 +Swap: 8589930496 28672 8589901824 --- swapon $ swapon --show NAME TYPE SIZE USED PRIO -/dev/dm-0 partition 8G 0B -2 +/dev/dm-0 partition 8G 28K -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: 98873912 kB -MemFree: 44190824 kB -MemAvailable: 62713340 kB -Buffers: 1427784 kB -Cached: 17601212 kB +MemFree: 24621592 kB +MemAvailable: 62009424 kB +Buffers: 788616 kB +Cached: 36643448 kB SwapTotal: 8388604 kB -SwapFree: 8388604 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 +SwapFree: 8388576 kB +Dirty: 4152 kB +Writeback: 0 kB +AnonPages: 35060388 kB +Mapped: 236624 kB +Shmem: 59464 kB +Slab: 1209264 kB +SReclaimable: 1009332 kB +SUnreclaim: 199932 kB +KernelStack: 8944 kB +PageTables: 91592 kB +SecPageTables: 22524 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 32497664 kB +AnonHugePages: 33114112 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB @@ -5645,127 +4521,130 @@ DirectMap1G: 75497472 kB --- slab top (top 20) $ slabtop -o -s c - Active / Total Objects (% used) : 5481603 / 5502619 (99.6%) - Active / Total Slabs (% used) : 139135 / 139135 (100.0%) + Active / Total Objects (% used) : 9901107 / 9938287 (99.6%) + Active / Total Slabs (% used) : 253927 / 253927 (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 + Active / Total Size (% used) : 1128175.05K / 1135662.52K (99.3%) + Minimum / Average / Maximum Object : 0.01K / 0.11K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME -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 +8980959 8980959 100% 0.10K 230281 39 921124K buffer_head + 73976 73976 100% 0.57K 2642 28 42272K radix_tree_node + 38464 35435 92% 0.50K 1202 32 19232K kmalloc-rnd-04-512 + 11890 11890 100% 1.10K 410 29 13120K ext4_inode_cache + 64020 63792 99% 0.13K 2134 30 8536K kernfs_node_cache + 40152 40152 100% 0.19K 1912 21 7648K dentry + 615 587 95% 10.12K 205 3 6560K task_struct + 31269 31266 99% 0.19K 1489 21 5956K vm_area_struct + 8025 8025 100% 0.62K 321 25 5136K inode_cache 28808 28808 100% 0.15K 1108 26 4432K ext4_groupinfo_4k - 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 +109650 96512 88% 0.04K 1075 102 4300K extent_status + 5750 4813 83% 0.69K 250 23 4000K proc_inode_cache + 3456 3312 95% 1.00K 108 32 3456K iommu_iova_magazine + 31924 31924 100% 0.09K 694 46 2776K lsm_inode_cache + 3020 2662 88% 0.77K 151 20 2416K shmem_inode_cache + 560 560 100% 4.00K 70 8 2240K kmalloc-rnd-04-4k + 20241 19868 98% 0.10K 519 39 2076K anon_vma + 3200 3075 96% 0.63K 128 25 2048K debugfs_inode_cache + 496 496 100% 4.00K 62 8 1984K kmalloc-rnd-13-4k + 20076 18789 93% 0.09K 478 42 1912K kmalloc-cg-96 + 864 796 92% 2.00K 54 16 1728K kmalloc-cg-2k + 27584 26600 96% 0.06K 431 64 1724K anon_vma_chain + 848 826 97% 2.00K 53 16 1696K kmalloc-rnd-12-2k + 2912 2813 96% 0.50K 91 32 1456K kmalloc-512 + 5728 3838 67% 0.25K 179 32 1432K kmalloc-rnd-04-256 + 352 336 95% 4.00K 44 8 1408K kmalloc-cg-4k + 22272 22254 99% 0.06K 348 64 1392K dmaengine-unmap-2 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 + 7161 5141 71% 0.19K 341 21 1364K kmalloc-rnd-04-192 + 7077 7025 99% 0.19K 337 21 1348K filp + 7975 7975 100% 0.16K 319 25 1276K dm_bufio_buffer-16-1 + 288 273 94% 4.00K 36 8 1152K kmalloc-rnd-14-4k + 4576 3770 82% 0.25K 143 32 1144K maple_node + 6270 6026 96% 0.18K 285 22 1140K kvm_mmu_page_header + 18112 16141 89% 0.06K 283 64 1132K kmalloc-cg-64 + 525 474 90% 2.06K 35 15 1120K sighand_cache + 99 90 90% 8.94K 33 3 1056K kvm_vcpu + 1287 1075 83% 0.81K 33 39 1056K sock_inode_cache + 924 866 93% 1.12K 33 28 1056K signal_cache + 1426 1397 97% 0.69K 62 23 992K skbuff_small_head + 928 737 79% 1.00K 29 32 928K kmalloc-cg-1k + 224 164 73% 4.00K 28 8 896K kmalloc-rnd-07-4k 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 + 200 188 94% 4.00K 25 8 800K biovec-max + 816 782 95% 0.94K 24 34 768K nfs_read_data + 230 230 100% 3.16K 23 10 736K kcopyd_job + 1472 1472 100% 0.50K 46 32 736K pool_workqueue 88 88 100% 8.00K 22 4 704K kmalloc-rnd-11-8k - 1344 1268 94% 0.50K 42 32 672K kmalloc-cg-512 - 7056 7056 100% 0.09K 168 42 672K kmalloc-cg-96 + 1344 1306 97% 0.50K 42 32 672K kmalloc-cg-512 + 168 144 85% 4.00K 21 8 672K kmalloc-rnd-15-4k 168 155 92% 4.00K 21 8 672K kmalloc-rnd-12-4k - 320 280 87% 2.00K 20 16 640K biovec-128 + 168 168 100% 4.00K 21 8 672K kmalloc-rnd-06-4k 80 80 100% 8.00K 20 4 640K kmalloc-rnd-09-8k 160 160 100% 4.00K 20 8 640K kmalloc-rnd-09-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 + 304 272 89% 2.00K 19 16 608K biovec-128 72 72 100% 8.00K 18 4 576K kmalloc-rnd-02-8k + 5040 4692 93% 0.11K 140 36 560K ext4_prealloc_space + 2240 2137 95% 0.25K 70 32 560K skbuff_head_cache 238 238 100% 2.19K 17 14 544K mem_cgroup 68 68 100% 8.00K 17 4 544K kmalloc-rnd-12-8k - 7392 6502 87% 0.07K 132 56 528K vmap_area - 4608 4461 96% 0.11K 128 36 512K ext4_prealloc_space + 7448 6504 87% 0.07K 133 56 532K vmap_area + 1056 928 87% 0.50K 33 32 528K kmalloc-rnd-06-512 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 + 512 512 100% 1.00K 16 32 512K kmalloc-rnd-01-1k + 3936 3716 94% 0.12K 123 32 492K eventpoll_epi + 1952 1952 100% 0.25K 61 32 488K io_kiocb 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 315 315 100% 1.50K 15 21 480K mm_struct + 960 960 100% 0.50K 30 32 480K kmalloc-rnd-13-512 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 - 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 + 4830 4830 100% 0.09K 115 42 460K trace_event_file 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-15-1k 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 - 264 217 82% 1.31K 11 24 352K perf_event + 96 96 100% 4.00K 12 8 384K kmalloc-rnd-03-4k + 1504 1387 92% 0.25K 47 32 376K nf_conntrack + 987 901 91% 0.38K 47 21 376K mnt_cache + 1932 1719 88% 0.19K 92 21 368K pid + 1440 1394 96% 0.25K 45 32 360K kmalloc-rnd-12-256 + 264 264 100% 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 - 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 - 3402 3310 97% 0.09K 81 42 324K kmalloc-rnd-14-96 + 3402 3275 96% 0.09K 81 42 324K kmalloc-rnd-14-96 + 280 280 100% 1.14K 10 28 320K nfs_inode_cache 120 120 100% 2.61K 10 12 320K x86_emulator 260 260 100% 1.19K 10 26 320K RAWv6 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 + 160 160 100% 2.00K 10 16 320K kmalloc-rnd-04-2k 320 320 100% 1.00K 10 32 320K kmalloc-rnd-04-1k + 80 80 100% 4.00K 10 8 320K kmalloc-rnd-02-4k 40 40 100% 8.00K 10 4 320K kmalloc-8k 9856 9216 93% 0.03K 77 128 308K kmalloc-rnd-01-32 608 608 100% 0.50K 19 32 304K kmalloc-rnd-08-512 - 252 252 100% 1.14K 9 28 288K nfs_inode_cache 288 288 100% 1.00K 9 32 288K RAW 288 288 100% 1.00K 9 32 288K kmalloc-rnd-14-1k 144 144 100% 2.00K 9 16 288K kmalloc-rnd-13-2k 72 72 100% 4.00K 9 8 288K kmalloc-rnd-11-4k + 288 288 100% 1.00K 9 32 288K kmalloc-rnd-11-1k 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 576 576 100% 0.50K 18 32 288K kmalloc-rnd-02-512 + 1120 1026 91% 0.25K 35 32 280K kmalloc-rnd-14-256 2898 2898 100% 0.09K 69 42 276K kmalloc-rnd-01-96 - 1221 1221 100% 0.21K 33 37 264K nfs_direct_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 @@ -5778,54 +4657,51 @@ 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 256 256 100% 1.00K 8 32 256K kmalloc-rnd-09-1k 64 64 100% 4.00K 8 8 256K kmalloc-rnd-08-4k 128 128 100% 2.00K 8 16 256K kmalloc-rnd-08-2k + 1024 950 92% 0.25K 32 32 256K kmalloc-rnd-08-256 128 128 100% 2.00K 8 16 256K kmalloc-rnd-06-2k 64 64 100% 4.00K 8 8 256K kmalloc-rnd-05-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-04-2k - 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 + 1302 1302 100% 0.19K 62 21 248K kmalloc-rnd-14-192 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 + 2436 2187 89% 0.09K 58 42 232K kmalloc-rnd-06-96 + 928 899 96% 0.25K 29 32 232K kmalloc-rnd-05-256 168 168 100% 1.32K 7 24 224K nfs4_client + 868 868 100% 0.26K 28 31 224K tw_sock_TCP 28 28 100% 8.00K 7 4 224K kmalloc-rnd-07-8k + 28 28 100% 8.00K 7 4 224K kmalloc-rnd-05-8k 1155 1155 100% 0.19K 55 21 220K kmalloc-cg-192 - 3456 3063 88% 0.06K 54 64 216K kmalloc-64 + 675 650 96% 0.31K 27 25 216K bio-256 + 3456 3076 89% 0.06K 54 64 216K kmalloc-64 + 546 457 83% 0.38K 26 21 208K bio-320 416 416 100% 0.50K 13 32 208K kmalloc-rnd-15-512 416 416 100% 0.50K 13 32 208K kmalloc-rnd-07-512 - 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 + 8330 7855 94% 0.02K 49 170 196K lsm_file_cache + 3136 3082 98% 0.06K 49 64 196K kmalloc-rnd-15-64 + 888 888 100% 0.21K 24 37 192K nfs_direct_cache 24 24 100% 8.00K 6 4 192K kmalloc-rnd-03-8k 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 + 11520 11241 97% 0.02K 45 256 180K kmalloc-rnd-02-16 264 264 100% 0.65K 11 24 176K tracefs_inode_cache 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 + 5632 5365 95% 0.03K 44 128 176K kmalloc-rnd-02-32 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 + 1806 1806 100% 0.09K 43 42 172K kmalloc-rcl-96 + 525 400 76% 0.31K 21 25 168K bio-264 + 672 640 95% 0.25K 21 32 168K bio-200 1344 1219 90% 0.12K 42 32 168K kmalloc-cg-128 1312 1312 100% 0.12K 41 32 164K scsi_sense_cache + 1280 983 76% 0.12K 40 32 160K bio_integrity_data 250 250 100% 0.62K 10 25 160K task_group 320 320 100% 0.50K 10 32 160K kmalloc-rnd-12-512 640 640 100% 0.25K 20 32 160K kmem_cache @@ -5833,9 +4709,11 @@ DirectMap1G: 75497472 kB 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 - 2176 2040 93% 0.06K 34 64 136K kmalloc-rnd-08-64 - 2176 2176 100% 0.06K 34 64 136K kmalloc-rnd-05-64 + 735 735 100% 0.19K 35 21 140K kmalloc-rnd-03-192 + 2176 2126 97% 0.06K 34 64 136K kmalloc-rnd-08-64 + 2176 2095 96% 0.06K 34 64 136K kmalloc-rnd-05-64 544 544 100% 0.25K 17 32 136K kmalloc-256 + 693 693 100% 0.19K 33 21 132K kmalloc-rnd-12-192 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 @@ -5847,31 +4725,29 @@ DirectMap1G: 75497472 kB 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 + 2044 1679 82% 0.05K 28 73 112K mb_cache_entry + 259 259 100% 0.42K 7 37 112K uts_namespace + 448 448 100% 0.25K 14 32 112K kmalloc-cg-256 588 588 100% 0.19K 28 21 112K kmalloc-rnd-09-192 - 1971 1606 81% 0.05K 27 73 108K mb_cache_entry - 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 - 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 + 816 816 100% 0.12K 24 34 96K jbd2_journal_head 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 + 3072 2918 94% 0.03K 24 128 96K kmalloc-cg-32 12 12 100% 8.00K 3 4 96K kmalloc-rnd-04-8k + 736 736 100% 0.12K 23 32 92K kmalloc-rcl-128 + 966 966 100% 0.09K 23 42 92K kmalloc-rnd-09-96 352 352 100% 0.25K 11 32 88K bio-240 352 352 100% 0.25K 11 32 88K kmalloc-rnd-13-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 bio-136 399 399 100% 0.19K 19 21 76K jbd2_transaction_s 2432 2432 100% 0.03K 19 128 76K kmalloc-rnd-09-32 - 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 @@ -5893,6 +4769,7 @@ DirectMap1G: 75497472 kB 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 + 1792 1792 100% 0.03K 14 128 56K kmalloc-rnd-11-32 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 @@ -5902,16 +4779,16 @@ DirectMap1G: 75497472 kB 1664 1408 84% 0.03K 13 128 52K pending_reservation 832 832 100% 0.06K 13 64 52K kmalloc-rnd-13-64 832 832 100% 0.06K 13 64 52K kmalloc-rnd-11-64 - 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 1664 1664 100% 0.03K 13 128 52K kmalloc-rnd-06-32 + 1664 1664 100% 0.03K 13 128 52K kmalloc-32 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-04-64 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-13-96 @@ -5924,8 +4801,8 @@ DirectMap1G: 75497472 kB 1280 1280 100% 0.03K 10 128 40K kmalloc-rnd-13-32 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 576 576 100% 0.06K 9 64 36K ext4_io_end + 4608 4608 100% 0.01K 9 512 36K kmalloc-cg-8 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 @@ -5942,6 +4819,7 @@ DirectMap1G: 75497472 kB 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 + 80 80 100% 0.38K 4 20 32K request_sock_subflow_v4 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 @@ -5958,7 +4836,6 @@ DirectMap1G: 75497472 kB 272 272 100% 0.12K 8 34 32K seq_file 448 448 100% 0.07K 8 56 32K nsproxy 2048 2048 100% 0.02K 8 256 32K kmalloc-cg-16 - 4096 4096 100% 0.01K 8 512 32K kmalloc-cg-8 256 256 100% 0.12K 8 32 32K kmalloc-rnd-15-128 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-15-32 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-15-16 @@ -6009,10 +4886,9 @@ DirectMap1G: 75497472 kB 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-01-8 2048 2048 100% 0.02K 8 256 32K kmalloc-16 4096 4096 100% 0.01K 8 512 32K kmalloc-8 + 294 294 100% 0.09K 7 42 28K memdup_user-96 273 273 100% 0.10K 7 39 28K Acpi-ParseExt 126 126 100% 0.19K 6 21 24K bio-176 - 60 60 100% 0.38K 3 20 24K request_sock_subflow_v4 - 252 252 100% 0.09K 6 42 24K memdup_user-96 1280 1280 100% 0.02K 5 256 20K jbd2_revoke_table_s 36 36 100% 0.44K 1 36 16K bio-384 36 36 100% 0.44K 1 36 16K bio-400 @@ -6127,22 +5003,22 @@ DirectMap1G: 75497472 kB --- kswapd stats $ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat pgdemote_kswapd 0 -pgsteal_kswapd 0 -pgscan_kswapd 0 +pgsteal_kswapd 2218427 +pgscan_kswapd 2219487 kswapd_inodesteal 0 -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 +kswapd_low_wmark_hit_quickly 119 +kswapd_high_wmark_hit_quickly 1 +pgmigrate_success 533971 +pgmigrate_fail 26705 +compact_migrate_scanned 3313306 +compact_free_scanned 386565817 +compact_isolated 1100829 +compact_stall 47 +compact_fail 33 +compact_success 14 +compact_daemon_wake 59 +compact_daemon_migrate_scanned 3295600 +compact_daemon_free_scanned 386565511 ############################################################################### # 6. KERNEL TUNABLES / SYSCTL @@ -6177,7 +5053,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 9223372036854775807 -fs.file-nr = 6576 0 9223372036854775807 +fs.file-nr = 6735 0 9223372036854775807 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -6281,7 +5157,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 27 21:49 .. +drwxr-xr-x 106 root root 4096 Jul 29 05:08 .. -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 @@ -6377,7 +5253,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 27 21:49 .. +drwxr-xr-x 106 root root 4096 Jul 29 05:08 .. -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 @@ -6547,11 +5423,11 @@ pvecm expected --- pveperf $ timeout 15 pveperf CPU BOGOMIPS: 38303.76 -REGEX/SECOND: 1543369 +REGEX/SECOND: 1484487 HD SIZE: 93.93 GB (/dev/mapper/pve-root) -BUFFERED READS: 112.63 MB/sec -AVERAGE SEEK TIME: 8.27 ms -FSYNCS/SECOND: 25.62 +BUFFERED READS: 114.25 MB/sec +AVERAGE SEEK TIME: 11.18 ms +FSYNCS/SECOND: 46.91 [exit=124 / not installed or not permitted] --- corosync.conf @@ -6625,7 +5501,7 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host ┌────────────────┬──────┬─────────────┬─────────┬────────┬───────────┬──────────┬───────────┬─────────┬───────────┬───────┬──────┬────────┬───────────┬───────────┬───────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬────────┬─────────┬──────┬──────────┬───────────┬──────┬───────────┐ │ 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 │ │ │ +│ node/pfv-tsys5 │ node │ 2 │ │ 16.02% │ 17.11 GiB │ │ │ │ │ │ │ 8 │ 93.93 GiB │ 94.29 GiB │ 34.98 GiB │ │ │ │ │ │ │ pfv-tsys5 │ │ │ │ │ │ online │ │ │ │ 4d 9h 54m │ │ │ └────────────────┴──────┴─────────────┴─────────┴────────┴───────────┴──────────┴───────────┴─────────┴───────────┴───────┴──────┴────────┴───────────┴───────────┴───────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴────────┴─────────┴──────┴──────────┴───────────┴──────┴───────────┘ ############################################################################### @@ -6653,7 +5529,7 @@ 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 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 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 + 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 5.62 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 20.5us 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 @@ -6706,10 +5582,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 -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 - bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8011 port_no 0x11 designated_port 32785 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 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 promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 tun type tap pi off vnet_hdr on persist off @@ -6724,14 +5596,14 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 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 + 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 29.55 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 + 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 0.00 fdb_n_learned 80 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 20.5us 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 @@ -6746,7 +5618,7 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 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 + 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 29.55 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 @@ -6755,6 +5627,10 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 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 +59: tap6000i0: mtu 1500 qdisc fq master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 2a:bb:fb:b8:dc:9b 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 0x8011 port_no 0x11 designated_port 32785 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 --- ip -o link $ ip -o link @@ -6777,7 +5653,6 @@ 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 -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 @@ -6790,12 +5665,13 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 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 +59: tap6000i0: mtu 1500 qdisc fq master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 2a:bb:fb:b8:dc:9b 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 526sec preferred_lft 526sec +6: vmbr0 inet 192.168.0.20/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 543sec preferred_lft 543sec 49: datanet inet 10.100.100.5/24 scope global datanet\ valid_lft forever preferred_lft forever --- ip -o -6 addr (link-local filter) @@ -6834,7 +5710,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 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 526sec preferred_lft 526sec + valid_lft 543sec preferred_lft 543sec inet6 fe80::1a03:73ff:fe43:cede/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 @@ -6863,8 +5739,6 @@ 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 -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 @@ -6893,6 +5767,8 @@ token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 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 +59: tap6000i0: mtu 1500 qdisc fq master vmbr0 state UNKNOWN group default qlen 1000 + link/ether 2a:bb:fb:b8:dc:9b brd ff:ff:ff:ff:ff:ff --- ip route $ ip route @@ -6915,260 +5791,250 @@ 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 - 109468251 583778 0 0 0 0 + 113888287 618577 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 109468251 583778 0 0 0 0 + 113888287 618577 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 - 39435641844 40583905 0 8952 212661 6687522 + 43201452810 48987695 0 12710 219390 9186888 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 4728792452 8787476 0 0 0 0 + 6274682820 11881939 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 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 - 19057909968 17007023 0 0 0 28801 + 72695930143 69159880 0 0 0 128265 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 + 97099585646 77460828 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 - 18163221711 18046770 3756 0 0 200878 + 18163221711 18046770 14885 0 0 200878 RX errors: length crc frame fifo overrun - 0 3756 0 0 0 + 0 14885 0 0 0 TX: bytes packets errors dropped carrier collsns - 4177504964 12609590 0 4 0 0 + 4178899164 12616960 0 4 0 0 TX errors: aborted fifo window heartbt transns 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 - 223031665 836916 0 0 0 0 + 235884892 929617 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 916252611 686349 0 0 0 0 + 1195886934 748680 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 - 5418070542 11745383 0 0 0 5720193 + 5916196557 15583852 0 0 0 7792784 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 + 3673966550 2459976 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 - 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 - 888628375 8130572 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 3578421 38729 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1229907405 11211011 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 - 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 - 847601458 8118143 0 362 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 2922722 30090 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1181692854 11198568 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 - 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 - 847573719 8117929 0 483 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 2938964 30173 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1181668423 11198405 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 - 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 - 847564417 8117805 0 525 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 2951484 30208 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1181659393 11198285 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 - 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 - 847499744 8117185 0 884 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 2932338 30109 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1181592812 11197639 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 - 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 - 847444824 8116692 0 1090 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 2932567 30112 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1181539701 11197161 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 - 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 - 847436569 8116505 0 1138 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 2924011 30089 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1181533769 11196950 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 - 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 - 887953195 8129730 0 1404 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 3819051 40330 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1229276102 11210411 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 - 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 - 847609062 8116248 0 1091 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 3010408 30987 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1181707486 11196709 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 - 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 - 847326682 8115516 0 1439 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 2964118 30521 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1181423838 11196028 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 - 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 - 847278916 8115019 0 1634 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 2928255 30375 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1181379751 11195547 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 - 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 - 887651458 8124490 0 1701 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 3601991 38781 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1223767643 11205452 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 - 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 - 847740674 8117493 0 1596 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 -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 - 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 - 1675396057 8041133 0 35911 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 3563706 32874 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1181835857 11197941 0 1596 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 - 929818756 2344073 0 0 0 0 + 1813924441 3157294 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 + 24358216023 16883753 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 - 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 - 6480870014 8501296 0 32 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 0 + RX: bytes packets errors dropped missed mcast + 57304695 511717 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 6828777221 11624267 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 + 72694823508 69152858 14243 4810 0 128119 RX errors: length crc frame fifo overrun - 0 3114 0 0 0 + 0 14243 0 0 0 TX: bytes packets errors dropped carrier collsns - 40397961592 30345088 0 0 0 0 + 97092203626 77460682 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 + RX: bytes packets errors dropped missed mcast + 69741614738 36303974 0 5 0 118488 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 93200326034 23210583 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 + 176060980 861272 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 + 743814817 4799872 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 + 345600197 3674588 0 5275 0 2477209 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -7178,21 +6044,21 @@ default via 192.168.3.254 dev vmbr0 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 + 177185713 865789 0 4517 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 + 743824598 4799904 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 + 743824598 4799904 0 4517 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 + 177185713 865789 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 @@ -7202,13 +6068,13 @@ default via 192.168.3.254 dev vmbr0 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 + 248 1 0 121344 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 + 9624792 117843 0 0 0 110880 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -7218,55 +6084,66 @@ default via 192.168.3.254 dev vmbr0 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 + 1124733 4517 0 4517 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 + 12399327 122360 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 + 12399327 122360 0 4517 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 + 1124733 4517 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 +59: tap6000i0: mtu 1500 qdisc fq master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 2a:bb:fb:b8:dc:9b brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 35744198 221212 0 2794 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 916360304 2692513 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 --- ip neigh $ ip neigh 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.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 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 +10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 REACHABLE +192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 REACHABLE +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 STALE +10.100.100.7 dev datanet lladdr f8:bc:12:34:e0:75 REACHABLE 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.2.5 dev vmbr0 lladdr a4:4c:c8:08:d1:b8 STALE +192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 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.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE +192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE +10.100.100.1 dev datanet lladdr 8c:ae:4c:cd:a6:2d REACHABLE +192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE +192.168.3.252 dev vmbr0 lladdr bc:24:11:65:b2:ac 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.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE -192.168.2.27 dev vmbr0 FAILED +192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE +192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE 192.168.0.250 dev vmbr0 lladdr f8:bc:12:34:e0:74 STALE +10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 REACHABLE +192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +192.168.2.27 dev vmbr0 FAILED +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.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE +192.168.1.47 dev vmbr0 FAILED +10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE 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 @@ -7277,6 +6154,7 @@ fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE fe80::af8e:5170:c28:5a12 dev vmbr0 lladdr bc:24:11:ca:b0:cd STALE 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::54e4:4111:b359:b994 dev vmbr0 lladdr 96:86:dd:1b:81:5a 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 @@ -7299,14 +6177,17 @@ 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::8d8c:54c7:7a35:50a5 dev vmbr0 lladdr 2c:54:91:2a:0d:59 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::31a5:b7f8:2ff3:6959 dev vmbr0 lladdr 2c:54:91:2a:0d:59 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::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 fe80::be24:11ff:fe1f:9d83 dev vmbr0 lladdr bc:24:11:1f:9d:83 STALE +fe80::86b:90fc:88ab:7eee dev vmbr0 lladdr 2a:cc:df:57:21:d2 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 @@ -7341,38 +6222,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: 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 + lo: 113888287 618577 0 0 0 0 0 0 113888287 618577 0 0 0 0 0 0 + nic0: 43201452810 48987695 0 232100 0 0 0 9186888 6274682820 11881939 0 0 0 0 0 0 + nic1: 72695930143 69159880 0 0 0 0 0 128265 97099585646 77460828 0 7 0 0 0 0 + nic2: 18163221711 18046770 14885 0 0 14885 0 200878 4178899164 12616960 0 4 0 0 0 0 +tailscale0: 235884892 929617 0 0 0 0 0 0 1195886934 748680 0 0 0 0 0 0 + vmbr0: 5916196557 15583852 0 0 0 0 0 7792784 3673966550 2459976 0 0 0 0 0 0 +tap5101i0: 3578421 38729 0 0 0 0 0 0 1229907405 11211011 0 0 0 0 0 0 +tap5105i0: 2922722 30090 0 0 0 0 0 0 1181692854 11198568 0 362 0 0 0 0 +tap5106i0: 2938964 30173 0 0 0 0 0 0 1181668423 11198405 0 483 0 0 0 0 +tap5107i0: 2951484 30208 0 0 0 0 0 0 1181659393 11198285 0 525 0 0 0 0 +tap5108i0: 2932338 30109 0 0 0 0 0 0 1181592812 11197639 0 884 0 0 0 0 +tap5109i0: 2932567 30112 0 0 0 0 0 0 1181539701 11197161 0 1090 0 0 0 0 +tap51010i0: 2924011 30089 0 0 0 0 0 0 1181533769 11196950 0 1138 0 0 0 0 +tap51011i0: 3819051 40330 0 0 0 0 0 0 1229276102 11210411 0 1404 0 0 0 0 +tap51012i0: 3010408 30987 0 0 0 0 0 0 1181707486 11196709 0 1091 0 0 0 0 +tap51013i0: 2964118 30521 0 0 0 0 0 0 1181423838 11196028 0 1439 0 0 0 0 +tap53100i0: 2928255 30375 0 0 0 0 0 0 1181379751 11195547 0 1634 0 0 0 0 +tap53101i0: 3601991 38781 0 0 0 0 0 0 1223767643 11205452 0 1701 0 0 0 0 +tap53102i0: 3563706 32874 0 0 0 0 0 0 1181835857 11197941 0 1596 0 0 0 0 +tap5111i0: 1813924441 3157294 0 0 0 0 0 0 24358216023 16883753 0 0 0 0 0 0 +tap5112i0: 57304695 511717 0 0 0 0 0 0 6828777221 11624267 0 32 0 0 0 0 + bond0: 72694823508 69152858 14243 4810 0 14243 0 128119 97092203626 77460682 0 0 0 0 0 0 +datanet: 69741614738 36303974 0 5 0 0 0 118488 93200326034 23210583 0 0 0 0 0 0 +tap509i0: 176060980 861272 0 0 0 0 0 0 743814817 4799872 0 11 0 0 0 0 +fwbr509i0: 345600197 3674588 0 5275 0 0 0 2477209 0 0 0 0 0 0 0 0 +fwpr509p0: 177185713 865789 0 4517 0 0 0 0 743824598 4799904 0 0 0 0 0 0 +fwln509i0: 743824598 4799904 0 4517 0 0 0 0 177185713 865789 0 0 0 0 0 0 +tap509i1: 0 0 0 0 0 0 0 0 248 1 0 121344 0 0 0 0 +fwbr509i1: 9624792 117843 0 0 0 0 0 110880 0 0 0 0 0 0 0 0 +fwpr509p1: 1124733 4517 0 4517 0 0 0 0 12399327 122360 0 0 0 0 0 0 +fwln509i1: 12399327 122360 0 4517 0 0 0 0 1124733 4517 0 0 0 0 0 0 +tap6000i0: 35744198 221212 0 2794 0 0 0 0 916360304 2692513 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route @@ -8639,11 +7520,11 @@ netlink error: Operation not supported tx_carrier_sense_errors: 0 tx_discards: 0 tx_errors: 0 - rx_discards: 212661 + rx_discards: 219390 rx_errors: 0 [statistics -S (throughput counters)] - rx_octets: 39435648770 - tx_octets: 4728797090 + rx_octets: 43201497824 + tx_octets: 6274690266 ----- ethtool: nic1 ----- [driver/version/firmware/bus-info -i] @@ -8850,14 +7731,14 @@ netlink error: Operation not supported uncorr_ecc_errors: 0 corr_ecc_errors: 0 [statistics -S (throughput counters)] - rx_packets: 17007155 - tx_packets: 30352781 - rx_bytes: 19057925270 - tx_bytes: 40406947778 - rx_broadcast: 1720 + rx_packets: 69164726 + tx_packets: 77461278 + rx_bytes: 72703193009 + tx_bytes: 97099621102 + rx_broadcast: 7516 tx_broadcast: 110 - rx_multicast: 28802 - tx_multicast: 2128 + rx_multicast: 128266 + tx_multicast: 9497 ----- ethtool: nic2 ----- [driver/version/firmware/bus-info -i] @@ -9042,12 +7923,12 @@ RX classification rule retrieval failed [SFP/DOM transceiver -m] netlink error: Operation not supported [statistics -S (key error/drop counters only)] - rx_errors: 3756 + rx_errors: 14885 tx_errors: 0 tx_dropped: 4 rx_length_errors: 0 rx_over_errors: 0 - rx_crc_errors: 3756 + rx_crc_errors: 14885 rx_frame_errors: 0 rx_no_buffer_count: 0 rx_missed_errors: 0 @@ -9065,13 +7946,13 @@ netlink error: Operation not supported corr_ecc_errors: 0 [statistics -S (throughput counters)] rx_packets: 18046770 - tx_packets: 12609590 + tx_packets: 12616960 rx_bytes: 18163221711 - tx_bytes: 4177504964 + tx_bytes: 4178899164 rx_broadcast: 11967 tx_broadcast: 5908 rx_multicast: 200878 - tx_multicast: 17572 + tx_multicast: 24942 ----- ethtool: tap509i0 ----- [driver/version/firmware/bus-info -i] @@ -12069,7 +10950,6 @@ 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 -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 @@ -12079,43 +10959,42 @@ netlink error: Operation not supported 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 +59: tap6000i0: mtu 1500 master vmbr0 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 31 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 19 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 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 0 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 3 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 0 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 3 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 0 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 3 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 0 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 3 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 0 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 3 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 0 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 3 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 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 0 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 3 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 0 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 3 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 0 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 3 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 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 0 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 0 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 3 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 4 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 3 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 4 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 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 @@ -12123,13 +11002,15 @@ netlink error: Operation not supported 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 + 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 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 +59: 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 0 mcast_max_groups 0 --- bridge vlan $ bridge vlan @@ -12149,7 +11030,6 @@ 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 @@ -12162,6 +11042,7 @@ 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 --- bridge vlan show $ bridge vlan show @@ -12181,7 +11062,6 @@ 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 @@ -12194,6 +11074,7 @@ 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 --- brctl show $ brctl show @@ -12377,10 +11258,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 14429675 0 0 0 0 0 0 IR-IO-APIC 16-fasteoi uhci_hcd:usb3, ioc0 + 16: 0 18719591 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 493221 0 0 0 0 0 IR-IO-APIC 20-fasteoi ata_piix, ata_piix, i801_smbus + 20: 0 0 4052541 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 @@ -12391,28 +11272,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: 7197027 0 0 0 0 0 0 0 IR-PCI-MSI-0000:22:00.0 0-edge nic1 + 33: 26206950 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 17865 0 0 IR-PCI-MSI-0000:22:00.1 0-edge nic2 + 45: 0 0 0 0 0 81590 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: 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 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 + 57: 0 0 10863573 0 0 0 0 0 IR-PCI-MSI-0000:03:00.0 0-edge nvkm + 58: 0 0 0 29782089 0 0 0 0 IR-PCI-MSI-0000:06:00.0 0-edge nic0 + NMI: 42752 41083 40514 36848 38601 39329 38114 40728 Non-maskable interrupts + LOC: 320110528 300857389 290216011 268427602 289764714 295946268 285519376 291438379 Local timer interrupts SPU: 0 0 0 0 0 0 0 0 Spurious 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 + PMI: 42752 41083 40514 36848 38601 39329 38114 40728 Performance monitoring interrupts + IWI: 0 1 3 3 0 0 1 0 IRQ work interrupts RTR: 2 0 0 0 0 0 0 0 APIC ICR read retries - 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 + RES: 8802370 8357034 9747620 10113241 9070310 9458070 10398213 11007856 Rescheduling interrupts + CAL: 33311678 28878574 26254639 22244160 24503126 25031980 24596205 24771198 Function call interrupts + TLB: 145501 147420 145312 145310 139566 143614 141719 145357 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: 820 821 821 821 821 821 821 821 Machine check polls + MCP: 1164 1165 1165 1165 1165 1165 1165 1165 Machine check polls ERR: 0 MIS: 0 PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event @@ -12621,35 +11502,35 @@ done | head -n 60 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -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 +06957c2d 00000000 0000001e 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +0011c63b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +00118209 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +042815e0 00000000 00007125 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +0015ee6b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +0352cd0d 00000000 0000000b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +00120c3d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +00127698 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=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 +cpu0 total=06957c30 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=0011c63b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=00118209 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=042815ec dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=0015ee6b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=0352cd0f dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=00120c41 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=00127698 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 3534 0.0 -TcpRetransSegs 439773 0.0 +TcpAttemptFails 3536 0.0 +TcpRetransSegs 10486082 0.0 TcpInErrs 13 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 @@ -12658,21 +11539,21 @@ TcpExtEmbryonicRsts 6 0.0 TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 -TcpExtTCPLossUndo 26 0.0 -TcpExtTCPLostRetransmit 80034 0.0 +TcpExtTCPLossUndo 34 0.0 +TcpExtTCPLostRetransmit 2133380 0.0 TcpExtTCPRenoFailures 0 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 +TcpExtTCPLossFailures 40 0.0 +TcpExtTCPFastRetrans 10458285 0.0 +TcpExtTCPSlowStartRetrans 3717 0.0 +TcpExtTCPLossProbes 24049 0.0 +TcpExtTCPLossProbeRecovery 502 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 252 0.0 -TcpExtTCPAbortOnData 2453 0.0 -TcpExtTCPAbortOnClose 12 0.0 +TcpExtTCPSackRecoveryFail 1012 0.0 +TcpExtTCPAbortOnData 2918 0.0 +TcpExtTCPAbortOnClose 16 0.0 TcpExtTCPAbortOnMemory 0 0.0 -TcpExtTCPAbortOnTimeout 9 0.0 +TcpExtTCPAbortOnTimeout 10 0.0 TcpExtTCPAbortOnLinger 0 0.0 TcpExtTCPAbortFailed 55 0.0 TcpExtTCPMD5Failure 0 0.0 @@ -12687,7 +11568,7 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 1116 0.0 +TcpExtTCPSynRetrans 1137 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 TcpExtTCPRcvQDrop 0 0.0 @@ -12712,145 +11593,153 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 527 -TCP: 97 (estab 28, closed 45, orphaned 0, timewait 43) +Total: 535 +TCP: 137 (estab 30, closed 83, orphaned 0, timewait 80) Transport Total IP IPv6 RAW 0 0 0 UDP 18 10 8 -TCP 52 39 13 -INET 70 49 21 +TCP 54 39 15 +INET 72 49 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.5:2049 10.100.100.3:959 - 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,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) +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 10.100.100.5:2049 10.100.100.3:959 + skmem:(r0,rb260048,t0,tb130560,f0,w0,o0,bl0,d0) +0 116 10.100.100.5:2049 10.100.100.9:1018 timer:(on,192ms,0) + skmem:(r0,rb9553176,t0,tb3290112,f3020,w1076,o0,bl0,d4037) +0 0 127.0.0.1:46292 127.0.0.1:5900 + skmem:(r0,rb235567,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.1:836 + skmem:(r0,rb12248341,t0,tb3237888,f0,w0,o0,bl0,d933) +0 0 10.100.100.5:2049 10.100.100.6:951 + skmem:(r0,rb12448948,t0,tb3577344,f0,w0,o0,bl0,d448) +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,rb9209856,t0,tb3133440,f0,w0,o0,bl0,d3973) +0 0 10.100.100.5:726 10.100.100.4:2049 timer:(keepalive,38sec,0) + skmem:(r0,rb1027992,t0,tb3864576,f0,w0,o0,bl0,d311) +0 0 10.100.100.5:2049 10.100.100.7:974 + skmem:(r0,rb8353020,t0,tb2402304,f0,w0,o0,bl0,d1929) +0 0 10.100.100.5:2049 10.100.100.1:969 + skmem:(r0,rb14378730,t0,tb3290112,f0,w0,o0,bl0,d1006) +0 0 10.100.100.5:2049 10.100.100.1:911 + skmem:(r0,rb14523669,t0,tb3316224,f0,w0,o0,bl0,d1137) +0 0 192.168.0.20:50226 199.165.136.101:443 timer:(keepalive,7.118sec,0) + skmem:(r0,rb144374,t0,tb130560,f0,w0,o0,bl0,d1) +0 116 10.100.100.5:2049 10.100.100.9:682 timer:(on,188ms,0) + skmem:(r0,rb9833579,t0,tb3394560,f3020,w1076,o0,bl0,d4089) +0 0 10.100.100.5:2049 10.100.100.9:825 + skmem:(r0,rb10112686,t0,tb3394560,f0,w0,o0,bl0,d4028) +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:42060 192.200.0.114:443 timer:(keepalive,9.330sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d5) +0 0 10.100.100.5:2049 10.100.100.6:810 + skmem:(r0,rb9779062,t0,tb3838464,f0,w0,o0,bl0,d418) +0 0 127.0.0.1:5900 127.0.0.1:46292 + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) +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,d2067) +0 0 192.168.0.20:55730 192.73.248.83:443 timer:(keepalive,14sec,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,d2002) +0 0 10.100.100.5:2049 10.100.100.6:825 + skmem:(r0,rb7187852,t0,tb3734016,f0,w0,o0,bl0,d369) +0 0 10.100.100.5:2049 10.100.100.6:814 + skmem:(r0,rb8963551,t0,tb4256256,f0,w0,o0,bl0,d450) +0 0 10.100.100.5:2049 10.100.100.1:897 + skmem:(r0,rb20646198,t0,tb6906624,f0,w0,o0,bl0,d1064) +0 0 10.100.100.5:2049 10.100.100.7:807 + skmem:(r0,rb11326752,t0,tb130560,f0,w0,o0,bl0,d2047) +0 0 [::ffff:100.87.135.12]:45876 [::ffff:100.107.35.78]:46952 timer:(keepalive,11sec,0) + skmem:(r0,rb439127,t0,tb130560,f0,w0,o0,bl0,d1718) +0 0 [::ffff:100.87.135.12]:8006 [::ffff:100.109.70.137]:25541 + skmem:(r0,rb283874,t0,tb69120,f0,w0,o0,bl0,d0) +0 0 [::ffff:100.87.135.12]:8006 [::ffff:100.109.70.137]:38797 + skmem:(r0,rb131072,t0,tb69120,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 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 +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:210 rtt:9.538/13.734 ato:43 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:241 bytes_sent:3651536 bytes_retrans:676 bytes_acked:3650860 bytes_received:3182372 segs_out:19253 segs_in:37200 data_segs_out:18939 data_segs_in:18831 bbr:(bw:272Mbps,mrtt:0.416,pacing_gain:2.88672,cwnd_gain:2.88672) send 293Mbps lastsnd:3137 lastrcv:3137 lastack:3136 pacing_rate 777Mbps delivery_rate 272Mbps delivered:18940 app_limited busy:146801ms retrans:0/3 dsack_dups:3 rcv_rtt:24706.5 rcv_space:65012 rcv_ssthresh:129544 minrtt:0.416 snd_wnd:626688 rcv_wnd:131072 +ESTAB 0 116 10.100.100.5:nfs 10.100.100.9:1018 + bbr wscale:12,12 rto:209 rtt:8.644/11.73 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:80 ssthresh:152 bytes_sent:519047092 bytes_retrans:4108 bytes_acked:519042868 bytes_received:8536874100 segs_out:1206663 segs_in:6275760 data_segs_out:583167 data_segs_in:5943550 bbr:(bw:206Mbps,mrtt:0.335,pacing_gain:1.25,cwnd_gain:2) send 107Mbps lastsnd:11 lastrcv:121 lastack:10 pacing_rate 255Mbps delivery_rate 206Mbps delivered:583166 app_limited busy:2262180ms rwnd_limited:2ms(0.0%) unacked:1 retrans:0/33 dsack_dups:34 rcv_rtt:2.25 rcv_space:2644048 rcv_ssthresh:6754393 minrtt:0.28 rcv_ooopack:405882 snd_wnd:933888 rcv_wnd:6758400 rehash:1 +ESTAB 0 0 127.0.0.1:46292 127.0.0.1:5900 + bbr wscale:12,12 rto:201 rtt:0.032/0.003 ato:40 mss:22528 pmtu:65535 rcvmss:600 advmss:65483 cwnd:18 bytes_sent:39822 bytes_acked:39823 bytes_received:98911 segs_out:3987 segs_in:7914 data_segs_out:3970 data_segs_in:3949 bbr:(bw:8.19Gbps,mrtt:0.022,pacing_gain:2.88672,cwnd_gain:2.88672) send 101Gbps lastsnd:89 lastrcv:93 lastack:89 pacing_rate 166Gbps delivery_rate 8.19Gbps delivered:3971 app_limited busy:484ms rcv_rtt:355480 rcv_space:45089 rcv_ssthresh:33450 minrtt:0.022 snd_wnd:45056 rcv_wnd:45056 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:836 + bbr wscale:12,12 rto:214 rtt:13.708/17.074 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:74 ssthresh:142 bytes_sent:13032920148 bytes_retrans:3817717916 bytes_acked:9215202232 bytes_received:4133875120 segs_out:10471884 segs_in:6008311 data_segs_out:9253266 data_segs_in:2935459 bbr:(bw:178Mbps,mrtt:0.537,pacing_gain:1.25,cwnd_gain:2) send 62.5Mbps lastsnd:3785 lastrcv:3785 lastack:3742 pacing_rate 220Mbps delivery_rate 78.3Mbps delivered:6615837 app_limited busy:3121813ms retrans:0/2637568 dsack_dups:110 reordering:44 reord_seen:3 rcv_rtt:4 rcv_space:2534000 rcv_ssthresh:8133663 minrtt:0.537 rcv_ooopack:209123 snd_wnd:2207744 rcv_wnd:8134656 rehash:223 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:951 + bbr wscale:12,12 rto:207 rtt:6.663/11.712 ato:50 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:42 ssthresh:136 bytes_sent:8487080444 bytes_retrans:2112 bytes_acked:8487078332 bytes_received:1502692200 segs_out:5990522 segs_in:1669124 data_segs_out:5895216 data_segs_in:1070172 bbr:(bw:122Mbps,mrtt:0.1,pacing_gain:1.25,cwnd_gain:2) send 73Mbps lastsnd:8410 lastrcv:8410 lastack:8410 pacing_rate 151Mbps delivery_rate 122Mbps delivered:5895215 app_limited busy:412008ms rwnd_limited:1ms(0.0%) retrans:0/7 dsack_dups:5 rcv_rtt:4 rcv_space:2772920 rcv_ssthresh:9239453 minrtt:0.1 rcv_ooopack:314700 snd_wnd:2998272 rcv_wnd:9240576 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.3:676 + bbr wscale:12,12 rto:215 rtt:14.397/18.274 ato:63 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:226 bytes_sent:3594484 bytes_retrans:164 bytes_acked:3594320 bytes_received:3182192 segs_out:19291 segs_in:37273 data_segs_out:18904 data_segs_in:18832 bbr:(bw:238Mbps,mrtt:0.899,pacing_gain:2.88672,cwnd_gain:2.88672) send 182Mbps lastsnd:2920 lastrcv:2920 lastack:2919 pacing_rate 681Mbps delivery_rate 238Mbps delivered:18905 app_limited busy:143300ms retrans:0/1 dsack_dups:1 rcv_rtt:14142.6 rcv_space:64956 rcv_ssthresh:129432 minrtt:0.899 snd_wnd:622592 rcv_wnd:131072 +ESTAB 0 116 10.100.100.5:nfs 10.100.100.9:1004 + bbr wscale:12,12 rto:209 rtt:8.742/10.254 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:180 ssthresh:212 bytes_sent:538794704 bytes_retrans:5076 bytes_acked:538789512 bytes_received:8549263032 segs_out:1222220 segs_in:6295647 data_segs_out:596834 data_segs_in:5952168 bbr:(bw:619Mbps,mrtt:0.348,pacing_gain:1.25,cwnd_gain:2) send 239Mbps lastsnd:13 lastrcv:123 lastack:45 pacing_rate 613Mbps delivery_rate 619Mbps delivered:596832 app_limited busy:2237255ms rwnd_limited:6ms(0.0%) unacked:1 retrans:0/31 dsack_dups:29 rcv_rtt:3.5 rcv_space:2421056 rcv_ssthresh:6115920 minrtt:0.157 rcv_ooopack:404149 snd_wnd:876544 rcv_wnd:6119424 +ESTAB 0 0 10.100.100.5:726 10.100.100.4:nfs + bbr wscale:9,12 rto:202 rtt:1.827/0.591 ato:40 mss:1448 pmtu:1500 rcvmss:932 advmss:1448 cwnd:77 ssthresh:217 bytes_sent:3578394580 bytes_retrans:13614792 bytes_acked:3564759953 bytes_received:325207448 segs_out:2993048 segs_in:1546739 data_segs_out:2574695 data_segs_in:856589 bbr:(bw:202Mbps,mrtt:0.645,pacing_gain:1.25,cwnd_gain:2) send 488Mbps lastsnd:19 lastrcv:1967 lastack:17 pacing_rate 250Mbps delivery_rate 29.9Mbps delivered:2573406 busy:1171918ms rwnd_limited:341ms(0.0%) retrans:0/15987 dsack_dups:15248 rcv_rtt:1 rcv_space:120467 rcv_ssthresh:437699 minrtt:0.316 rcv_ooopack:85 snd_wnd:851456 rcv_wnd:757760 rehash:40 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:974 + bbr wscale:12,12 rto:210 rtt:9.822/15.016 ato:42 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:44 ssthresh:138 bytes_sent:36194032 bytes_retrans:1324 bytes_acked:36192708 bytes_received:2590991532 segs_out:267959 segs_in:1891637 data_segs_out:102826 data_segs_in:1815892 bbr:(bw:117Mbps,mrtt:0.113,pacing_gain:1.25,cwnd_gain:2) send 51.9Mbps lastsnd:1026 lastrcv:1026 lastack:1026 pacing_rate 145Mbps delivery_rate 117Mbps delivered:102826 app_limited busy:487380ms retrans:0/11 dsack_dups:10 rcv_rtt:6.58 rcv_space:1830692 rcv_ssthresh:5546927 minrtt:0.096 rcv_ooopack:210728 snd_wnd:13029376 rcv_wnd:5550080 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:969 + bbr wscale:12,12 rto:206 rtt:5.834/8.82 ato:41 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:86 ssthresh:156 bytes_sent:12886715644 bytes_retrans:3747540700 bytes_acked:9139174944 bytes_received:4150915956 segs_out:10378093 segs_in:6055894 data_segs_out:9152251 data_segs_in:2946880 bbr:(bw:161Mbps,mrtt:1.194,pacing_gain:1.25,cwnd_gain:2) send 171Mbps lastsnd:3212 lastrcv:3220 lastack:3211 pacing_rate 199Mbps delivery_rate 72.9Mbps delivered:6563278 app_limited busy:3122569ms rwnd_limited:1ms(0.0%) retrans:0/2589069 dsack_dups:97 reordering:10 reord_seen:1 rcv_rtt:3.125 rcv_space:2922064 rcv_ssthresh:9548375 minrtt:1.194 rcv_ooopack:204920 snd_wnd:2629632 rcv_wnd:9551872 rehash:214 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:911 + bbr wscale:12,12 rto:210 rtt:9.847/15.112 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:64 ssthresh:142 bytes_sent:13013071960 bytes_retrans:3796985388 bytes_acked:9216086572 bytes_received:4062800500 segs_out:10432842 segs_in:5967916 data_segs_out:9239626 data_segs_in:2886010 bbr:(bw:169Mbps,mrtt:0.342,pacing_gain:1.25,cwnd_gain:2) send 75.3Mbps lastsnd:3784 lastrcv:3784 lastack:3742 pacing_rate 209Mbps delivery_rate 76.5Mbps delivered:6616469 app_limited busy:3122406ms retrans:0/2623217 dsack_dups:58 reordering:26 reord_seen:2 rcv_rtt:7.734 rcv_space:2968400 rcv_ssthresh:10268687 minrtt:0.342 rcv_ooopack:194999 snd_wnd:2285568 rcv_wnd:10272768 rehash:225 +ESTAB 0 0 192.168.0.20:50226 199.165.136.101:https + bbr wscale:7,12 rto:266 rtt:65.566/15.482 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:43 bytes_sent:11436480 bytes_retrans:2063 bytes_acked:11434418 bytes_received:2393915 segs_out:49164 segs_in:39300 data_segs_out:24616 data_segs_in:24586 bbr:(bw:2.45Mbps,mrtt:41.447,pacing_gain:2.88672,cwnd_gain:2.88672) send 7.6Mbps lastsnd:2894 lastrcv:1906 lastack:1906 pacing_rate 7.13Mbps delivery_rate 2.45Mbps delivered:24613 app_limited busy:1597328ms retrans:0/5 dsack_dups:1 rcv_rtt:39180.8 rcv_space:46527 rcv_ssthresh:91609 minrtt:41.447 snd_wnd:67584 rcv_wnd:94208 rehash:3 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.9:682 + bbr wscale:12,12 rto:210 rtt:9.36/14.612 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:166 ssthresh:160 bytes_sent:525717780 bytes_retrans:7532 bytes_acked:525710248 bytes_received:8546150720 segs_out:1208845 segs_in:6294243 data_segs_out:587875 data_segs_in:5950237 bbr:(bw:667Mbps,mrtt:0.221,pacing_gain:1.25,cwnd_gain:2) send 205Mbps lastsnd:48 lastrcv:125 lastack:7 pacing_rate 825Mbps delivery_rate 660Mbps delivered:587876 app_limited busy:2260534ms retrans:0/32 dsack_dups:32 rcv_rtt:2 rcv_space:2740868 rcv_ssthresh:6530111 minrtt:0.221 rcv_ooopack:401292 snd_wnd:794624 rcv_wnd:6533120 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.9:825 + bbr wscale:12,12 rto:204 rtt:3.448/4.406 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:178 ssthresh:152 bytes_sent:554007364 bytes_retrans:5140 bytes_acked:554002224 bytes_received:8573748784 segs_out:1231717 segs_in:6336507 data_segs_out:607337 data_segs_in:5969234 bbr:(bw:698Mbps,mrtt:0.31,pacing_gain:1.25,cwnd_gain:2) send 598Mbps lastsnd:49 lastrcv:126 lastack:48 pacing_rate 864Mbps delivery_rate 669Mbps delivered:607337 app_limited busy:2259156ms retrans:0/37 dsack_dups:36 rcv_rtt:1 rcv_space:2337488 rcv_ssthresh:6715455 minrtt:0.236 rcv_ooopack:407946 snd_wnd:901120 rcv_wnd:6717440 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.3:843 + bbr wscale:12,12 rto:214 rtt:13.219/16.91 ato:60 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:226 bytes_sent:3660600 bytes_retrans:748 bytes_acked:3659852 bytes_received:3181860 segs_out:19289 segs_in:37250 data_segs_out:18948 data_segs_in:18830 bbr:(bw:270Mbps,mrtt:1,pacing_gain:2.88672,cwnd_gain:2.88672) send 198Mbps lastsnd:3501 lastrcv:3501 lastack:3500 pacing_rate 773Mbps delivery_rate 270Mbps delivered:18949 app_limited busy:146771ms retrans:0/4 dsack_dups:4 rcv_rtt:24187.3 rcv_space:64996 rcv_ssthresh:129512 minrtt:1 snd_wnd:622592 rcv_wnd:131072 +ESTAB 0 0 192.168.0.20:42060 192.200.0.114:https + bbr wscale:10,12 rto:339 rtt:137.162/5.589 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:3114 bytes_acked:3115 bytes_received:102831 segs_out:1514 segs_in:1526 data_segs_out:19 data_segs_in:794 bbr:(bw:330kbps,mrtt:132.765,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.52Mbps lastsnd:4920536 lastrcv:35956 lastack:5566 pacing_rate 2.48Mbps delivery_rate 330kbps delivered:20 app_limited busy:2068ms rcv_rtt:6254.7 rcv_space:19418 rcv_ssthresh:55700 minrtt:132.765 snd_wnd:81920 rcv_wnd:57344 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:810 + bbr wscale:12,12 rto:202 rtt:1.157/2.01 ato:41 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:48 ssthresh:138 bytes_sent:8485472040 bytes_retrans:1240 bytes_acked:8485470800 bytes_received:1510242720 segs_out:5989635 segs_in:1677366 data_segs_out:5894082 data_segs_in:1075355 bbr:(bw:143Mbps,mrtt:0.1,pacing_gain:1.25,cwnd_gain:2) send 481Mbps lastsnd:2347 lastrcv:2348 lastack:2347 pacing_rate 177Mbps delivery_rate 143Mbps delivered:5894081 app_limited busy:411080ms retrans:0/9 dsack_dups:7 rcv_rtt:3 rcv_space:2080776 rcv_ssthresh:6837703 minrtt:0.1 rcv_ooopack:311722 snd_wnd:1097728 rcv_wnd:6840320 +ESTAB 0 0 127.0.0.1:5900 127.0.0.1:46292 + bbr wscale:12,12 rto:206 rtt:5.322/1.473 ato:42 mss:22528 pmtu:65535 rcvmss:536 advmss:65483 cwnd:18 bytes_sent:98911 bytes_acked:98911 bytes_received:39822 segs_out:7913 segs_in:3987 data_segs_out:3949 data_segs_in:3970 bbr:(bw:6.67Gbps,mrtt:0.024,pacing_gain:2.88672,cwnd_gain:2.88672) send 610Mbps lastsnd:99 lastrcv:95 lastack:95 pacing_rate 215Gbps delivery_rate 6.67Gbps delivered:3950 app_limited busy:19655ms rcv_space:43690 rcv_ssthresh:43690 minrtt:0.024 snd_wnd:45056 rcv_wnd:45056 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.3:985 + bbr wscale:12,12 rto:213 rtt:12.037/16.412 ato:58 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:242 bytes_sent:3669056 bytes_retrans:164 bytes_acked:3668892 bytes_received:3181884 segs_out:19325 segs_in:37259 data_segs_out:18951 data_segs_in:18831 bbr:(bw:300Mbps,mrtt:0.794,pacing_gain:2.88672,cwnd_gain:2.88672) send 233Mbps lastsnd:12562 lastrcv:12562 lastack:12560 pacing_rate 857Mbps delivery_rate 300Mbps delivered:18952 app_limited busy:144264ms retrans:0/1 dsack_dups:1 rcv_rtt:14387.5 rcv_space:65020 rcv_ssthresh:129560 minrtt:0.794 snd_wnd:622592 rcv_wnd:131072 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:832 + bbr wscale:12,12 rto:207 rtt:6.439/10.746 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:46 ssthresh:136 bytes_sent:35065648 bytes_retrans:1204 bytes_acked:35064444 bytes_received:2579245796 segs_out:269819 segs_in:1883312 data_segs_out:101264 data_segs_in:1807978 bbr:(bw:127Mbps,mrtt:0.117,pacing_gain:1.25,cwnd_gain:2) send 82.8Mbps lastsnd:696 lastrcv:736 lastack:696 pacing_rate 158Mbps delivery_rate 126Mbps delivered:101263 app_limited busy:469260ms retrans:0/6 dsack_dups:4 rcv_rtt:8.343 rcv_space:3933424 rcv_ssthresh:11066927 minrtt:0.092 rcv_ooopack:281929 snd_wnd:1605632 rcv_wnd:11067392 +ESTAB 0 0 192.168.0.20:55730 192.73.248.83:https + bbr wscale:7,12 rto:217 rtt:16.267/4.827 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:68 bytes_sent:439711 bytes_acked:439712 bytes_received:926462 segs_out:9592 segs_in:9404 data_segs_out:2287 data_segs_in:5351 bbr:(bw:7.98Mbps,mrtt:12.183,pacing_gain:2.88672,cwnd_gain:2.88672) send 48.4Mbps lastsnd:10142 lastrcv:10371 lastack:10130 pacing_rate 22.8Mbps delivery_rate 7.98Mbps delivered:2288 app_limited busy:29324ms rcv_rtt:37972.6 rcv_space:46632 rcv_ssthresh:92644 minrtt:11.152 snd_wnd:240896 rcv_wnd:94208 +ESTAB 0 0 100.87.135.12:ssh 100.101.187.119:46624 + bbr wscale:7,12 rto:206 rtt:5.735/9.478 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.1Mbps,mrtt:0.575,pacing_gain:2.88672,cwnd_gain:2.88672) send 46.3Mbps lastsnd:2152 lastrcv:2152 lastack:2152 pacing_rate 463Mbps delivery_rate 33.1Mbps delivered:18 app_limited busy:72ms rcv_rtt:9 rcv_space:12280 rcv_ssthresh:78504 minrtt:0.575 snd_wnd:76544 rcv_wnd:81920 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:804 + bbr wscale:12,12 rto:210 rtt:9.666/14.098 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:44 ssthresh:136 bytes_sent:36857240 bytes_retrans:1508 bytes_acked:36855732 bytes_received:2588687064 segs_out:273404 segs_in:1890161 data_segs_out:102695 data_segs_in:1814362 bbr:(bw:117Mbps,mrtt:0.146,pacing_gain:1.25,cwnd_gain:2) send 52.7Mbps lastsnd:2054 lastrcv:2068 lastack:2054 pacing_rate 145Mbps delivery_rate 117Mbps delivered:102689 app_limited busy:470234ms retrans:0/7 dsack_dups:6 rcv_rtt:11.567 rcv_space:1745508 rcv_ssthresh:11536558 minrtt:0.109 rcv_ooopack:283614 snd_wnd:663552 rcv_wnd:11538432 rehash:2 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:825 + bbr wscale:12,12 rto:202 rtt:1.007/1.707 ato:46 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:46 ssthresh:136 bytes_sent:8482369736 bytes_retrans:2440 bytes_acked:8482367296 bytes_received:1487408996 segs_out:6004201 segs_in:1661652 data_segs_out:5892187 data_segs_in:1059833 bbr:(bw:129Mbps,mrtt:0.103,pacing_gain:1.25,cwnd_gain:2) send 529Mbps lastsnd:2408 lastrcv:2408 lastack:2408 pacing_rate 159Mbps delivery_rate 129Mbps delivered:5892186 app_limited busy:412070ms retrans:0/11 dsack_dups:9 rcv_rtt:3 rcv_space:1656344 rcv_ssthresh:5278578 minrtt:0.103 rcv_ooopack:421319 snd_wnd:868352 rcv_wnd:5279744 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:814 + bbr wscale:12,12 rto:203 rtt:2.238/4.077 ato:41 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:38 ssthresh:136 bytes_sent:8471992576 bytes_retrans:3092 bytes_acked:8471989484 bytes_received:1612945052 segs_out:5988805 segs_in:1747951 data_segs_out:5885010 data_segs_in:1146618 bbr:(bw:112Mbps,mrtt:0.103,pacing_gain:1.25,cwnd_gain:2) send 197Mbps lastsnd:2434 lastrcv:2434 lastack:2434 pacing_rate 139Mbps delivery_rate 112Mbps delivered:5885010 app_limited busy:412750ms retrans:0/12 dsack_dups:11 rcv_rtt:1 rcv_space:2205304 rcv_ssthresh:6687649 minrtt:0.103 rcv_ooopack:383045 snd_wnd:884736 rcv_wnd:6688768 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:897 + bbr wscale:12,12 rto:208 rtt:7.355/11.146 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:76 ssthresh:136 bytes_sent:12832583632 bytes_retrans:3756900044 bytes_acked:9075683588 bytes_received:4139271496 segs_out:10339846 segs_in:5974766 data_segs_out:9114934 data_segs_in:2938511 bbr:(bw:208Mbps,mrtt:0.274,pacing_gain:1.25,cwnd_gain:2) send 120Mbps lastsnd:3228 lastrcv:3239 lastack:3226 pacing_rate 258Mbps delivery_rate 76.8Mbps delivered:6519586 app_limited busy:3108887ms retrans:0/2595536 dsack_dups:163 reord_seen:44 rcv_rtt:2 rcv_space:4270152 rcv_ssthresh:13710365 minrtt:0.274 rcv_ooopack:212017 snd_wnd:2220032 rcv_wnd:13713408 rehash:222 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:807 + bbr wscale:12,12 rto:212 rtt:11.654/15.797 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:44 ssthresh:136 bytes_sent:34421424 bytes_retrans:456 bytes_acked:34420968 bytes_received:2589082280 segs_out:274911 segs_in:1890101 data_segs_out:101065 data_segs_in:1814735 bbr:(bw:119Mbps,mrtt:0.106,pacing_gain:1.25,cwnd_gain:2) send 43.7Mbps lastsnd:2072 lastrcv:2110 lastack:2072 pacing_rate 148Mbps delivery_rate 119Mbps delivered:101065 app_limited busy:472045ms retrans:0/4 dsack_dups:3 rcv_rtt:1 rcv_space:2740888 rcv_ssthresh:8008367 minrtt:0.097 rcv_ooopack:268198 snd_wnd:3747840 rcv_wnd:8011776 +ESTAB 0 0 [::ffff:100.87.135.12]:45876 [::ffff:100.107.35.78]:46952 + bbr wscale:11,12 rto:248 rtt:47.904/0.687 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:22 bytes_sent:736279 bytes_acked:736279 bytes_received:129419 segs_out:7644 segs_in:6977 data_segs_out:2467 data_segs_in:2923 bbr:(bw:923kbps,mrtt:46.935,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.51Mbps lastsnd:34328 lastrcv:34281 lastack:3621 pacing_rate 6.23Mbps delivery_rate 923kbps delivered:2468 app_limited busy:83975ms rcv_rtt:457002 rcv_space:65183 rcv_ssthresh:38912 minrtt:46.394 snd_wnd:536576 rcv_wnd:65536 +ESTAB 0 0 [::ffff:100.87.135.12]:8006 [::ffff:100.109.70.137]:25541 + bbr wscale:8,12 rto:205 rtt:4.701/1.196 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:48 bytes_sent:197324 bytes_acked:197324 bytes_received:154655 segs_out:7914 segs_in:3981 data_segs_out:3954 data_segs_in:3976 bbr:(bw:13.3Mbps,mrtt:1.685,pacing_gain:2.88672,cwnd_gain:2.88672) send 101Mbps lastsnd:114 lastrcv:110 lastack:110 pacing_rate 142Mbps delivery_rate 13.3Mbps delivered:3955 app_limited busy:18758ms rcv_rtt:332130 rcv_space:66533 rcv_ssthresh:61440 minrtt:1.685 snd_wnd:64768 rcv_wnd:65536 +ESTAB 0 0 [::ffff:100.87.135.12]:8006 [::ffff:100.109.70.137]:38797 + bbr wscale:8,12 rto:209 rtt:8.341/14.369 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:16 bytes_sent:4865 bytes_acked:4865 bytes_received:2956 segs_out:7 segs_in:8 data_segs_out:6 data_segs_in:3 bbr:(bw:10.7Mbps,mrtt:0.875,pacing_gain:2.88672,cwnd_gain:2.88672) send 19Mbps lastsnd:2517 lastrcv:2522 lastack:2464 pacing_rate 324Mbps delivery_rate 10.7Mbps delivered:7 app_limited busy:61ms rcv_space:12400 rcv_ssthresh:53760 minrtt:0.875 snd_wnd:65280 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 190659 809900 3534 38 28 29526375 46238368 439773 13 5964 0 +Tcp: 1 200 120000 -1 260645 1266585 3536 42 30 56586370 83656852 10486082 13 7026 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 190659 809900 3534 38 28 29526375 46238368 439773 13 5964 0 +Tcp: 1 200 120000 -1 260645 1266585 3536 42 30 56586370 83656852 10486082 13 7026 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -12916,10 +11805,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 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-0x5000c500a1f41c72 0x5000c500a1f41c72 0 0 0B 9 0B 0 856.4G / 915.8G ext4 12.8G 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 431.7G / 457.4G ext4 2.3G 1% 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 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-0x5002538e70081ee4-part1 0x5002538e70081ee4-part1 0 0 0B 11 0B 0 91G / 233.7G ext4 130.8G 56% 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 @@ -12936,8 +11825,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 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 + 0 wwn-0x5000c500a1f40e9b 0x5000c500a1f40e9b 0 0 0B 13 0B 0 805.6G / 915.8G ext4 63.6G 7% 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 843.9G / 915.8G ext4 25.3G 3% 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 @@ -13243,19 +12132,19 @@ Filesystem Size Used Avail Use% Mounted on udev 48G 0 48G 0% /dev tmpfs 9.5G 11M 9.5G 1% /run /dev/mapper/pve-root 94G 18G 73G 20% / -tmpfs 48G 40M 48G 1% /dev/shm +tmpfs 48G 43M 48G 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 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 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/D5 1.8T 210G 1.5T 13% /mnt/pve/D5 +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 189G 2.4T 8% /mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 -/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 +/dev/sde 916G 64G 806G 8% /mnt/pfv-tsys5/S1 +/dev/sdf 916G 26G 844G 3% /mnt/pfv-tsys5/S2 +/dev/sdc1 234G 131G 91G 59% /mnt/pfv-tsys5/ssd +/dev/sda 916G 13G 857G 2% /mnt/pfv-tsys5/S3 +/dev/sdb 458G 2.4G 432G 1% /mnt/pfv-tsys5/S4 tmpfs 9.5G 4.0K 9.5G 1% /run/user/0 /dev/fuse 128M 32K 128M 1% /etc/pve @@ -13263,21 +12152,21 @@ tmpfs 9.5G 4.0K 9.5G 1% /run/user/0 $ df -i Filesystem Inodes IUsed IFree IUse% Mounted on udev 12347242 724 12346518 1% /dev -tmpfs 12359239 1386 12357853 1% /run -/dev/mapper/pve-root 6291456 82067 6209389 2% / -tmpfs 12359239 93 12359146 1% /dev/shm +tmpfs 12359239 1387 12357852 1% /run +/dev/mapper/pve-root 6291456 82052 6209404 2% / +tmpfs 12359239 100 12359139 1% /dev/shm tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service -tmpfs 12359239 39 12359200 1% /run/lock +tmpfs 12359239 40 12359199 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 64 122101696 1% /mnt/pve/D5 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 56 122101704 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 48 61054928 1% /mnt/pfv-tsys5/S1 -/dev/sdf 61054976 19 61054957 1% /mnt/pfv-tsys5/S2 +/dev/sde 61054976 50 61054926 1% /mnt/pfv-tsys5/S1 +/dev/sdf 61054976 21 61054955 1% /mnt/pfv-tsys5/S2 /dev/sdc1 15630336 15 15630321 1% /mnt/pfv-tsys5/ssd -/dev/sda 61054976 19 61054957 1% /mnt/pfv-tsys5/S3 -/dev/sdb 30531584 13 30531571 1% /mnt/pfv-tsys5/S4 +/dev/sda 61054976 21 61054955 1% /mnt/pfv-tsys5/S3 +/dev/sdb 30531584 15 30531569 1% /mnt/pfv-tsys5/S4 tmpfs 2471847 27 2471820 1% /run/user/0 /dev/fuse 262144 60 262084 1% /etc/pve @@ -13378,11 +12267,11 @@ done Last mounted on: / Block count: 25165824 Reserved block count: 1258291 -Free blocks: 20139816 +Free blocks: 20138768 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 19:15:58 2026 -Last write time: Mon Jul 27 21:19:00 2026 +Last write time: Wed Jul 29 04:20:38 2026 Mount count: 11 Maximum mount count: -1 Last checked: Thu Feb 26 09:00:54 2026 @@ -13392,11 +12281,11 @@ Reserved blocks gid: 0 (group root) Last mounted on: /mnt/pfv-tsys5/S1 Block count: 244190646 Reserved block count: 12209532 -Free blocks: 224486612 +Free blocks: 223391628 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 22:31:31 2026 -Last write time: Mon Jul 27 21:33:57 2026 +Last write time: Wed Jul 29 04:34:47 2026 Mount count: 1 Maximum mount count: -1 Last checked: Fri Jul 24 22:30:26 2026 @@ -13406,11 +12295,11 @@ Reserved blocks gid: 0 (group root) Last mounted on: /mnt/pfv-tsys5/S2 Block count: 244190646 Reserved block count: 12209532 -Free blocks: 238281923 +Free blocks: 233443539 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 22:31:36 2026 -Last write time: Mon Jul 27 21:17:51 2026 +Last write time: Wed Jul 29 04:19:01 2026 Mount count: 1 Maximum mount count: -1 Last checked: Fri Jul 24 22:30:39 2026 @@ -13420,11 +12309,11 @@ Reserved blocks gid: 0 (group root) Last mounted on: /mnt/pfv-tsys5/ssd Block count: 62514432 Reserved block count: 3125721 -Free blocks: 29526326 +Free blocks: 26975655 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 22:35:40 2026 -Last write time: Mon Jul 27 21:45:08 2026 +Last write time: Wed Jul 29 04:46:43 2026 Mount count: 3 Maximum mount count: -1 Last checked: Mon Apr 6 08:20:57 2026 @@ -13434,25 +12323,25 @@ Reserved blocks gid: 0 (group root) Last mounted on: /mnt/pfv-tsys5/S3 Block count: 244190646 Reserved block count: 12209532 -Free blocks: 238249209 +Free blocks: 236726744 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 22:41:55 2026 -Last write time: Mon Jul 27 21:16:20 2026 +Last write time: Wed Jul 29 04:17:17 2026 Mount count: 1 Maximum mount count: -1 Last checked: Fri Jul 24 22:40:21 2026 Reserved blocks uid: 0 (user root) Reserved blocks gid: 0 (group root) === /dev/sdb === -Last mounted on: +Last mounted on: /mnt/pfv-tsys5/S4 Block count: 122096646 Reserved block count: 6104832 -Free blocks: 119898792 +Free blocks: 119284132 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Fri Jul 24 22:45:32 2026 -Last write time: Sat Jul 25 11:31:48 2026 +Last write time: Wed Jul 29 04:42:16 2026 Mount count: 1 Maximum mount count: -1 Last checked: Fri Jul 24 22:43:10 2026 @@ -13485,23 +12374,23 @@ done $ nfsstat -c Client rpc stats: calls retrans authrefrsh -782933 41 785173 +1338447 41 1342714 Client nfs v4: null read write commit open -1 0% 42828 5% 620456 79% 3 0% 0 0% +1 0% 43681 3% 1130207 84% 3 0% 0 0% open_conf open_noat open_dgrd close setattr -0 0% 128 0% 0 0% 85 0% 0 0% +0 0% 190 0% 0 0% 133 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% 144 0% 24926 3% 34 0% +0 0% 0 0% 206 0% 35552 2% 38 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% 77367 9% 0 0% 100 0% +0 0% 12 0% 111198 8% 0 0% 148 0% server_caps delegreturn getacl setacl fs_locations -24 0% 37 0% 0 0% 0 0% 0 0% +24 0% 50 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session 0 0% 0 0% 0 0% 4 0% 6 0% destroy_session sequence get_lease_time reclaim_comp layoutget @@ -13509,50 +12398,50 @@ destroy_session sequence get_lease_time reclaim_comp layoutget 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 2% +0 0% 0 0% 0 0% 0 0% 16235 1% allocate deallocate layoutstats clone -0 0% 0 0% 96 0% 0 0% +0 0% 0 0% 195 0% 0 0% --- nfsstat -s (server stats) $ nfsstat -s Server rpc stats: calls badcalls badfmt badauth badclnt -813900 0 0 0 0 +3251051 0 0 0 0 Server nfs v4: null compound -18 0% 814053 99% +18 0% 3252265 99% Server nfs v4 operations: op0-unused op1-unused op2-future access close -0 0% 0 0% 0 0% 585 0% 32 0% +0 0% 0 0% 0 0% 808 0% 68 0% commit create delegpurge delegreturn getattr -23003 0% 11 0% 0 0% 8 0% 474362 19% +137988 1% 17 0% 0 0% 29 0% 1518538 14% getfh link lock lockt locku -710 0% 0 0% 0 0% 0 0% 0 0% +748 0% 0 0% 0 0% 0 0% 0 0% lookup lookup_root nverify open openattr -637 0% 0 0% 0 0% 45 0% 0 0% +674 0% 0 0% 0 0% 111 0% 0 0% open_conf open_dgrd putfh putpubfh putrootfh -0 0% 0 0% 813662 33% 0 0% 146 0% +0 0% 0 0% 3251868 30% 0 0% 146 0% read readdir readlink remove rename -42886 1% 75 0% 0 0% 4 0% 0 0% +109664 1% 148 0% 0 0% 10 0% 0 0% renew restorefh savefh secinfo setattr -0 0% 0 0% 0 0% 0 0% 8 0% +0 0% 0 0% 0 0% 0 0% 29 0% setcltid setcltidconf verify write rellockowner -0 0% 0 0% 0 0% 225645 9% 0 0% +0 0% 0 0% 0 0% 2151824 20% 0 0% bc_ctl bind_conn exchange_id create_ses destroy_ses 0 0% 32 0% 36 0% 18 0% 12 0% free_stateid getdirdeleg getdevinfo getdevlist layoutcommit -0 0% 72 0% 0 0% 0 0% 0 0% +0 0% 171 0% 0 0% 0 0% 0 0% layoutget layoutreturn secinfononam sequence set_ssv -0 0% 0 0% 73 0% 813943 33% 0 0% +0 0% 0 0% 73 0% 3252155 30% 0 0% test_stateid want_deleg destroy_clid reclaim_comp allocate -0 0% 0 0% 12 0% 18 0% 4784 0% +0 0% 0 0% 12 0% 18 0% 8975 0% copy copy_notify deallocate ioadvise layouterror -0 0% 0 0% 6581 0% 0 0% 0 0% +0 0% 0 0% 10772 0% 0 0% 0 0% layoutstats offloadcancel offloadstatus readplus seek -0 0% 0 0% 0 0% 0 0% 47739 1% +0 0% 0 0% 0 0% 0 0% 79219 0% write_same 0 0% @@ -13561,7 +12450,7 @@ write_same $ nfsstat -234 Server rpc stats: calls badcalls badfmt badauth badclnt -813900 0 0 0 0 +3251051 0 0 0 0 Server nfs v2: null getattr setattr root lookup @@ -13587,43 +12476,43 @@ pathconf commit Server nfs v4: null compound -18 0% 814053 99% +18 0% 3252265 99% Server nfs v4 operations: op0-unused op1-unused op2-future access close -0 0% 0 0% 0 0% 585 0% 32 0% +0 0% 0 0% 0 0% 808 0% 68 0% commit create delegpurge delegreturn getattr -23003 0% 11 0% 0 0% 8 0% 474362 19% +137988 1% 17 0% 0 0% 29 0% 1518538 14% getfh link lock lockt locku -710 0% 0 0% 0 0% 0 0% 0 0% +748 0% 0 0% 0 0% 0 0% 0 0% lookup lookup_root nverify open openattr -637 0% 0 0% 0 0% 45 0% 0 0% +674 0% 0 0% 0 0% 111 0% 0 0% open_conf open_dgrd putfh putpubfh putrootfh -0 0% 0 0% 813662 33% 0 0% 146 0% +0 0% 0 0% 3251868 30% 0 0% 146 0% read readdir readlink remove rename -42886 1% 75 0% 0 0% 4 0% 0 0% +109664 1% 148 0% 0 0% 10 0% 0 0% renew restorefh savefh secinfo setattr -0 0% 0 0% 0 0% 0 0% 8 0% +0 0% 0 0% 0 0% 0 0% 29 0% setcltid setcltidconf verify write rellockowner -0 0% 0 0% 0 0% 225645 9% 0 0% +0 0% 0 0% 0 0% 2151824 20% 0 0% bc_ctl bind_conn exchange_id create_ses destroy_ses 0 0% 32 0% 36 0% 18 0% 12 0% free_stateid getdirdeleg getdevinfo getdevlist layoutcommit -0 0% 72 0% 0 0% 0 0% 0 0% +0 0% 171 0% 0 0% 0 0% 0 0% layoutget layoutreturn secinfononam sequence set_ssv -0 0% 0 0% 73 0% 813943 33% 0 0% +0 0% 0 0% 73 0% 3252155 30% 0 0% test_stateid want_deleg destroy_clid reclaim_comp allocate -0 0% 0 0% 12 0% 18 0% 4784 0% +0 0% 0 0% 12 0% 18 0% 8975 0% copy copy_notify deallocate ioadvise layouterror -0 0% 0 0% 6581 0% 0 0% 0 0% +0 0% 0 0% 10772 0% 0 0% 0 0% layoutstats offloadcancel offloadstatus readplus seek -0 0% 0 0% 0 0% 0 0% 47739 1% +0 0% 0 0% 0 0% 0 0% 79219 0% write_same 0 0% Client rpc stats: calls retrans authrefrsh -782933 41 785173 +1338447 41 1342714 Client nfs v2: null getattr setattr root lookup @@ -13649,19 +12538,19 @@ pathconf commit Client nfs v4: null read write commit open -1 0% 42828 5% 620456 79% 3 0% 0 0% +1 0% 43681 3% 1130207 84% 3 0% 0 0% open_conf open_noat open_dgrd close setattr -0 0% 128 0% 0 0% 85 0% 0 0% +0 0% 190 0% 0 0% 133 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% 144 0% 24926 3% 34 0% +0 0% 0 0% 206 0% 35552 2% 38 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% 77367 9% 0 0% 100 0% +0 0% 12 0% 111198 8% 0 0% 148 0% server_caps delegreturn getacl setacl fs_locations -24 0% 37 0% 0 0% 0 0% 0 0% +24 0% 50 0% 0 0% 0 0% 0 0% rel_lkowner secinfo fsid_present exchange_id create_session 0 0% 0 0% 0 0% 4 0% 6 0% destroy_session sequence get_lease_time reclaim_comp layoutget @@ -13669,9 +12558,9 @@ destroy_session sequence get_lease_time reclaim_comp layoutget 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 2% +0 0% 0 0% 0 0% 0 0% 16235 1% allocate deallocate layoutstats clone -0 0% 0 0% 96 0% 0 0% +0 0% 0 0% 195 0% 0 0% --- showmount -e (exports) @@ -13682,22 +12571,22 @@ clnt_create: RPC: Timed out --- /proc/net/rpc/nfs $ cat /proc/net/rpc/nfs net 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 +rpc 1339390 41 1343661 +proc4 71 1 43681 1131073 3 0 0 190 0 133 0 12 0 0 0 0 0 0 206 35570 38 3 2 0 0 0 0 12 111258 0 148 24 50 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 195 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 815366 +rc 0 0 3260735 fh 0 0 0 0 0 -io 36890800384 23822819328 +io 72509845312 72916757792 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 815245 0 815231 103 -rpc 815194 0 0 0 0 +net 3259896 0 3259564 103 +rpc 3259499 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 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 +proc4 2 18 3260717 +proc4ops 76 0 0 0 921 116 137992 17 0 34 1519299 748 0 0 0 0 674 0 0 171 0 0 0 3260320 0 146 109751 188 0 10 0 0 0 0 0 34 0 0 0 2159378 0 0 32 36 18 12 0 197 0 0 0 0 0 73 3260607 0 0 0 12 18 8985 0 0 10782 0 0 0 0 0 0 79219 0 0 0 0 0 0 +wdeleg_getattr 13 --- exports --- /etc/exports --- @@ -13864,13 +12753,13 @@ Nobody-Group = nogroup --- pvesm status $ pvesm status Name Type Status Total (KiB) Used (KiB) Available (KiB) % -D2 nfs active 2883130368 195178496 2541422592 6.77% +D2 nfs active 2883130368 197245952 2539354112 6.84% D3 nfs active 491133952 2048 466110464 0.00% -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% +D5 nfs active 1921726464 219219968 1604814848 11.41% +SSD dir active 245023004 137123920 95379816 55.96% +local dir active 98497780 17942652 75505580 18.22% +local-lvm lvmthin active 1793077248 42854546 1750222701 2.39% +local-nonprod dir active 960303848 66740152 844709184 6.95% --- pvesm list per storage $ for s in $(pvesm status 2>/dev/null | awk 'NR>1 && $3=="active"{print $1}'); do @@ -13907,8 +12796,7 @@ Volid Format Type Size VMID --- pvesm config D3 --- --- storage: D5 --- 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:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 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 @@ -13921,10 +12809,7 @@ 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: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 @@ -13967,6 +12852,8 @@ local-nonprod:53102/vm-53102-disk-0.qcow2 qcow2 ima 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 +local-nonprod:6000/vm-6000-state-pre-knel-deploy-20260728-052511.raw raw images 2128335872 6000 +local-nonprod:6000/vm-6000-state-pre-knel-deploy-20260728-053322.raw raw images 2126622720 6000 --- pvesm config local-nonprod --- [exit=255] @@ -13988,13 +12875,13 @@ local-nonprod:6000/vm-6000-state-pre-knel-deploy-20260727-092011.raw raw ima $ 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.37 0.23 thin,pool private 2.37 0.23 + data pve twi-aotz-- 1836111101952B 2.39 0.23 thin,pool private 2.39 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.09 thin,sparse public data 14.09 + vm-5112-disk-0 pve Vwi-aotz-- 309237645312B data 14.20 thin,sparse public data 14.20 --- pvdisplay $ pvdisplay @@ -14047,7 +12934,7 @@ local-nonprod:6000/vm-6000-state-pre-knel-deploy-20260727-092011.raw raw ima LV Status available # open 0 LV Size <1.67 TiB - Allocated pool data 2.37% + Allocated pool data 2.39% Allocated metadata 0.23% Current LE 437763 Segments 1 @@ -14165,7 +13052,7 @@ local-nonprod:6000/vm-6000-state-pre-knel-deploy-20260727-092011.raw raw ima LV Status available # open 1 LV Size 288.00 GiB - Mapped size 14.09% + Mapped size 14.20% Current LE 73728 Segments 1 Allocation inherit @@ -14535,7 +13422,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -21 1 0x01 147 39984 38395389884 268769739884009 +21 1 0x01 147 39984 38395389884 381483681007721 name type data hits 4 0 iohits 4 0 @@ -14664,8 +13551,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 64876666880 -memory_available_bytes 3 61407237376 +memory_free_bytes 4 64230739968 +memory_available_bytes 3 60761310464 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -14687,7 +13574,7 @@ abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -17 1 0x01 13 3536 38375826540 268769741427460 +17 1 0x01 13 3536 38375826540 381483682435437 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -14705,7 +13592,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -16 1 0x01 8 2176 38375825551 268769742860174 +16 1 0x01 8 2176 38375825551 381483683746215 name type data hits 4 0 future 4 0 @@ -14723,7 +13610,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 268769746325326 +14 1 0x01 20 5440 38375695230 381483686472728 name type data struct_size 4 96 linear_cnt 4 0 @@ -14882,7 +13769,7 @@ no pools available $ arc_summary ------------------------------------------------------------------------ -ZFS Subsystem Report Mon Jul 27 21:54:50 2026 +ZFS Subsystem Report Wed Jul 29 05:13:23 2026 Linux 6.17.2-1-pve 2.3.4-pve1 Machine: pfv-tsys5 (x86_64) 2.3.4-pve1 @@ -14892,8 +13779,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: 60.5 GiB - Available memory size: 57.2 GiB + Free memory size: 59.8 GiB + Available memory size: 56.6 GiB ARC structural breakdown (current size): 1.9 KiB Compressed size: 0.0 % 0 Bytes @@ -15448,7 +14335,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: Mon Jul 27 21:54:50 2026 CDT +Local Time is: Wed Jul 29 05:13:23 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -15492,22 +14379,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 - 138407988 + 1 Raw_Read_Error_Rate 0x000f 082 063 006 Pre-fail Always - 195761724 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 - 291572005 - 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38388 + 7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 293058744 + 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38420 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/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 - 138407988 +190 Airflow_Temperature_Cel 0x0022 073 061 040 Old_age Always - 27 (Min/Max 26/37) +193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1820 +194 Temperature_Celsius 0x0022 027 014 000 Old_age Always - 27 (0 14 0 0 0) +195 Hardware_ECC_Recovered 0x001a 025 003 000 Old_age Always - 195761724 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 @@ -15549,7 +14436,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: Mon Jul 27 21:54:51 2026 CDT +Local Time is: Wed Jul 29 05:13:24 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -15592,25 +14479,25 @@ 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 016 Pre-fail Always - 0 - 2 Throughput_Performance 0x0004 142 142 000 Old_age Offline - 69 + 2 Throughput_Performance 0x0004 142 142 000 Old_age Offline - 70 3 Spin_Up_Time 0x0007 134 134 024 Pre-fail Always - 173 (Average 170) 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 110 110 000 Old_age Offline - 36 - 9 Power_On_Hours 0x0012 089 089 000 Old_age Always - 82320 + 9 Power_On_Hours 0x0012 089 089 000 Old_age Always - 82351 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 - 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) +192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 296 +193 Load_Cycle_Count 0x0012 100 100 000 Old_age Always - 296 +194 Temperature_Celsius 0x0002 171 171 000 Old_age Always - 32 (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 - 82310 -241 Total_LBAs_Written 0x0012 100 100 000 Old_age Always - 171552874496 -242 Total_LBAs_Read 0x0012 100 100 000 Old_age Always - 131294832446 +240 Head_Flying_Hours 0x0012 089 089 000 Old_age Always - 82341 +241 Total_LBAs_Written 0x0012 100 100 000 Old_age Always - 171558041168 +242 Total_LBAs_Read 0x0012 100 100 000 Old_age Always - 131294834478 SMART Error Log Version: 1 No Errors Logged @@ -15650,7 +14537,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: Mon Jul 27 21:54:52 2026 CDT +Local Time is: Wed Jul 29 05:13:25 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -15693,19 +14580,19 @@ 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 - 48673 + 9 Power_On_Hours 0x0032 090 090 000 Old_age Always - 48705 12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 165 -177 Wear_Leveling_Count 0x0013 083 083 000 Pre-fail Always - 375 +177 Wear_Leveling_Count 0x0013 083 083 000 Pre-fail Always - 376 179 Used_Rsvd_Blk_Cnt_Tot 0x0013 100 100 010 Pre-fail Always - 0 181 Program_Fail_Cnt_Total 0x0032 100 100 010 Old_age Always - 0 182 Erase_Fail_Count_Total 0x0032 100 100 010 Old_age Always - 0 183 Runtime_Bad_Block 0x0013 100 100 010 Pre-fail Always - 0 187 Uncorrectable_Error_Cnt 0x0032 100 100 000 Old_age Always - 0 -190 Airflow_Temperature_Cel 0x0032 062 049 000 Old_age Always - 38 +190 Airflow_Temperature_Cel 0x0032 071 049 000 Old_age Always - 29 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 - 72081907087 +241 Total_LBAs_Written 0x0032 099 099 000 Old_age Always - 72118504127 SMART Error Log Version: 1 No Errors Logged @@ -15743,7 +14630,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: Mon Jul 27 21:54:52 2026 CDT +Local Time is: Wed Jul 29 05:13:25 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -15792,12 +14679,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 100 100 020 Pre-fail Offline - 0 - 9 Power_On_Hours 0x0012 093 093 000 Old_age Always - 52249 + 9 Power_On_Hours 0x0012 093 093 000 Old_age Always - 52280 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 - 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) +192 Power-Off_Retract_Count 0x0032 099 099 000 Old_age Always - 2003 +193 Load_Cycle_Count 0x0012 099 099 000 Old_age Always - 2003 +194 Temperature_Celsius 0x0002 171 171 000 Old_age Always - 35 (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 198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0 @@ -15839,7 +14726,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: Mon Jul 27 21:54:53 2026 CDT +Local Time is: Wed Jul 29 05:13:27 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -15883,22 +14770,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 076 063 006 Pre-fail Always - 42722849 + 1 Raw_Read_Error_Rate 0x000f 079 063 006 Pre-fail Always - 84060170 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 - 299339394 - 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38393 + 7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 299922390 + 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38424 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 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 - 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 - 42722849 +190 Airflow_Temperature_Cel 0x0022 071 060 040 Old_age Always - 29 (Min/Max 26/40) +193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1854 +194 Temperature_Celsius 0x0022 029 014 000 Old_age Always - 29 (0 14 0 0 0) +195 Hardware_ECC_Recovered 0x001a 033 013 000 Old_age Always - 84060170 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 @@ -15939,7 +14826,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: Mon Jul 27 21:54:54 2026 CDT +Local Time is: Wed Jul 29 05:13:27 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -15983,22 +14870,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 075 063 006 Pre-fail Always - 36011112 + 1 Raw_Read_Error_Rate 0x000f 079 063 006 Pre-fail Always - 84462936 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 - 295525209 - 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38378 + 7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 295741445 + 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38409 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 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 - 1844 -194 Temperature_Celsius 0x0022 037 015 000 Old_age Always - 37 (0 15 0 0 0) -195 Hardware_ECC_Recovered 0x001a 055 013 000 Old_age Always - 36011112 +190 Airflow_Temperature_Cel 0x0022 071 059 040 Old_age Always - 29 (Min/Max 26/38) +193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1845 +194 Temperature_Celsius 0x0022 029 015 000 Old_age Always - 29 (0 15 0 0 0) +195 Hardware_ECC_Recovered 0x001a 049 013 000 Old_age Always - 84462936 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 @@ -16050,7 +14937,7 @@ The above only provides legacy SMART information - try 'smartctl -x' for more 5111 ultix-streaming running 9000 288.00 113938 5112 ultix-offstage running 6000 288.00 115366 5500 RestoreTemplate stopped 2048 32.00 0 - 6000 sectestbed-sandbox running 4096 32.00 88433 + 6000 sectestbed-sandbox running 4096 32.00 1272516 51010 sectestbed-tctc running 4096 32.00 48397 51011 sectestbed-cloudron running 4096 32.00 48474 51012 sectestbed-hfnoc running 4096 32.00 48576 @@ -16394,12 +15281,12 @@ name: sectestbed-sandbox net0: virtio=BC:24:11:EB:F0:0F,bridge=vmbr0 numa: 0 ostype: l26 -parent: pre-knel-deploy-20260727-092011 +parent: pre-knel-deploy-20260728-053322 scsi0: local-nonprod:6000/vm-6000-disk-0.qcow2,iothread=1,size=32G scsihw: virtio-scsi-single smbios1: uuid=569a6be3-7977-40f5-a3f0-e05719d68f52 sockets: 2 -vmgenid: 301382b6-e566-45ae-bc2e-c4f1cc36c299 +vmgenid: 95899daa-9d73-467c-bfd6-cefadf9340ab --- VM 51010 --- agent: 1 @@ -16809,14 +15696,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 539306, + "rx-bytes" : 1339475, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 3603, - "tx-bytes" : 539306, + "rx-packets" : 8489, + "tx-bytes" : 1339475, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 3603 + "tx-packets" : 8489 } }, { @@ -16828,9 +15715,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::38", + "ip-address" : "2600:1700:1d1:eb00:648c:9892:c4a3:6532", "ip-address-type" : "ipv6", - "prefix" : 128 + "prefix" : 64 }, --- VM 5112 runtime --- [ @@ -16850,14 +15737,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 105606, + "rx-bytes" : 128366, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 984, - "tx-bytes" : 105606, + "rx-packets" : 1158, + "tx-bytes" : 128366, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 984 + "tx-packets" : 1158 } }, { @@ -16892,14 +15779,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 44983, + "rx-bytes" : 22516, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 532, - "tx-bytes" : 44983, + "rx-packets" : 112, + "tx-bytes" : 22516, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 532 + "tx-packets" : 112 } }, { @@ -17035,7 +15922,7 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::23", + "ip-address" : "2600:1700:1d1:eb00::20", "ip-address-type" : "ipv6", "prefix" : 128 }, @@ -17077,7 +15964,7 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::31", + "ip-address" : "2600:1700:1d1:eb00::21", "ip-address-type" : "ipv6", "prefix" : 128 }, @@ -17309,12 +16196,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; 1 day 9h ago + Active: active (running) since Sun 2026-07-26 12:29:15 CDT; 2 days ago Invocation: bca2beeb6a4f4d329bf280b314c421ea Main PID: 645934 (pmxcfs) Tasks: 7 (limit: 115754) - Memory: 61.5M (peak: 79M) - CPU: 2min 25.850s + Memory: 65.2M (peak: 79M) + CPU: 4min 15.259s CGroup: /system.slice/pve-cluster.service └─645934 /usr/bin/pmxcfs @@ -17325,64 +16212,66 @@ 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; 3 days ago + Active: active (running) since Fri 2026-07-24 19:17:43 CDT; 4 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: 198.6M (peak: 50.9G) - CPU: 16min 59.976s + Tasks: 6 (limit: 115754) + Memory: 329.5M (peak: 50.9G) + CPU: 17min 35.848s CGroup: /system.slice/pvedaemon.service ├─ 1910 pvedaemon - ├─1093294 "pvedaemon worker" - ├─1095577 "pvedaemon worker" - └─1101438 "pvedaemon worker" + ├─1101438 "pvedaemon worker" + ├─1521555 "pvedaemon worker" + ├─1622938 "task UPID:pfv-tsys5:0018C39A:02448948:6A69CE44:vncproxy:509:root@pam:" + ├─1622940 /usr/bin/perl /usr/sbin/qm vncproxy 509 + └─1624951 "pvedaemon worker" -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 +Jul 28 22:06:03 pfv-tsys5 pvedaemon[1910]: worker 1521555 started +Jul 29 04:56:18 pfv-tsys5 pvedaemon[1095577]: successful auth for user 'root@pam' +Jul 29 04:56:20 pfv-tsys5 pvedaemon[1521555]: successful auth for user 'root@pam' +Jul 29 04:56:20 pfv-tsys5 pvedaemon[1521555]: starting task UPID:pfv-tsys5:0018C39A:02448948:6A69CE44:vncproxy:509:root@pam: +Jul 29 04:56:20 pfv-tsys5 pvedaemon[1622938]: starting vnc proxy UPID:pfv-tsys5:0018C39A:02448948:6A69CE44:vncproxy:509:root@pam: +Jul 29 05:04:36 pfv-tsys5 pvedaemon[1095577]: worker exit +Jul 29 05:04:36 pfv-tsys5 pvedaemon[1910]: worker 1095577 finished +Jul 29 05:04:36 pfv-tsys5 pvedaemon[1910]: starting 1 worker(s) +Jul 29 05:04:36 pfv-tsys5 pvedaemon[1910]: worker 1624951 started +Jul 29 05:11:17 pfv-tsys5 pvedaemon[1101438]: 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 Sat 2026-07-25 01:10:35 CDT; 2 days ago + Active: active (running) since Sat 2026-07-25 01:10:35 CDT; 4 days ago Invocation: 268be364e92e441cb7609cbeaa9a7ef8 - Process: 848994 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) + Process: 1554945 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) Main PID: 86999 (pveproxy) Tasks: 4 (limit: 115754) - Memory: 338.8M (peak: 667.3M) - CPU: 13min 11.664s + Memory: 332.3M (peak: 667.3M) + CPU: 15min 6.557s CGroup: /system.slice/pveproxy.service ├─ 86999 pveproxy - ├─1099260 "pveproxy worker" - ├─1100679 "pveproxy worker" - └─1101728 "pveproxy worker" + ├─1554985 "pveproxy worker" + ├─1554986 "pveproxy worker" + └─1554987 "pveproxy worker" -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 +Jul 29 00:21:19 pfv-tsys5 pveproxy[86999]: starting 3 worker(s) +Jul 29 00:21:19 pfv-tsys5 pveproxy[86999]: worker 1554985 started +Jul 29 00:21:19 pfv-tsys5 pveproxy[86999]: worker 1554986 started +Jul 29 00:21:19 pfv-tsys5 pveproxy[86999]: worker 1554987 started +Jul 29 00:21:24 pfv-tsys5 pveproxy[1194539]: worker exit +Jul 29 00:21:24 pfv-tsys5 pveproxy[1194541]: worker exit +Jul 29 00:21:24 pfv-tsys5 pveproxy[1194540]: worker exit +Jul 29 00:21:24 pfv-tsys5 pveproxy[86999]: worker 1194541 finished +Jul 29 00:21:24 pfv-tsys5 pveproxy[86999]: worker 1194539 finished +Jul 29 00:21:24 pfv-tsys5 pveproxy[86999]: worker 1194540 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 19:17:42 CDT; 3 days ago + Active: active (running) since Fri 2026-07-24 19:17:42 CDT; 4 days ago Invocation: 3b6cc1c640c64ce9a42a74cfce5f3df5 Main PID: 1884 (pve-firewall) Tasks: 1 (limit: 115754) - Memory: 111.3M (peak: 217.5M) - CPU: 39min 52.661s + Memory: 111.4M (peak: 217.5M) + CPU: 57min 40.218s CGroup: /system.slice/pve-firewall.service └─1884 pve-firewall @@ -17398,12 +16287,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; 1 day 9h ago + Active: active (running) since Sun 2026-07-26 12:29:34 CDT; 2 days ago Invocation: 28417510bf604d3eb0bdb8127a4bda66 Main PID: 646665 (pve-ha-crm) Tasks: 1 (limit: 115754) Memory: 118.6M (peak: 137.6M) - CPU: 14.724s + CPU: 27.152s CGroup: /system.slice/pve-ha-crm.service └─646665 pve-ha-crm @@ -17414,19 +16303,17 @@ 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; 1 day 9h ago + Active: active (running) since Sun 2026-07-26 12:29:29 CDT; 2 days ago Invocation: 469bf827bee94a0d8e44358af268a847 Main PID: 646555 (pve-ha-lrm) Tasks: 1 (limit: 115754) Memory: 117.6M (peak: 137M) - CPU: 22.122s + CPU: 41.596s CGroup: /system.slice/pve-ha-lrm.service └─646555 pve-ha-lrm Jul 26 12:29:27 pfv-tsys5 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon... Jul 26 12:29:29 pfv-tsys5 pve-ha-lrm[646555]: starting server -Jul 26 12:29:29 pfv-tsys5 pve-ha-lrm[646555]: status change startup => wait_for_agent_lock -Jul 26 12:29:29 pfv-tsys5 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 @@ -17435,7 +16322,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; 2 days ago + Active: active (exited) since Sat 2026-07-25 11:30:47 CDT; 3 days ago Invocation: b4f2507005fc4a0cb6b0829be9a29948 Docs: man:rpc.nfsd(8) man:exportfs(8) @@ -17451,7 +16338,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; 2 days ago + Active: active (exited) since Sat 2026-07-25 11:30:47 CDT; 3 days ago Invocation: b4f2507005fc4a0cb6b0829be9a29948 Docs: man:rpc.nfsd(8) man:exportfs(8) @@ -17465,14 +16352,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; 3 days ago + Active: active (running) since Fri 2026-07-24 19:16:51 CDT; 4 days ago Invocation: d9e9d2199b934a0cafaf6e3a9acaae0d TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) Main PID: 1147 (rpcbind) Tasks: 1 (limit: 115754) - Memory: 1.5M (peak: 2.8M) - CPU: 5min 2.079s + Memory: 1.2M (peak: 2.8M) + CPU: 8min 12.430s CGroup: /system.slice/rpcbind.service └─1147 /usr/sbin/rpcbind -f -w @@ -17481,7 +16368,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; 2 days ago + Active: active (running) since Sat 2026-07-25 11:25:54 CDT; 3 days ago Invocation: ad03f166ed574f71b952af3756ad6555 Docs: man:rpc.statd(8) Main PID: 251818 (rpc.statd) @@ -17502,7 +16389,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; 3 days ago + Active: active (exited) since Fri 2026-07-24 19:16:50 CDT; 4 days ago Invocation: 1e162984cb5c4402be1795e71e0d324e Docs: man:zfs(8) Main PID: 1102 (code=exited, status=0/SUCCESS) @@ -17517,25 +16404,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 -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 +NEXT LEFT LAST PASSED UNIT ACTIVATES +Wed 2026-07-29 06:19:11 CDT 1h 3min Tue 2026-07-28 06:09:35 CDT 23h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Wed 2026-07-29 10:35:57 CDT 5h 20min Tue 2026-07-28 03:39:35 CDT 1 day 1h ago man-db.timer man-db.service +Wed 2026-07-29 17:56:32 CDT 12h Tue 2026-07-28 22:26:15 CDT 6h ago apt-daily.timer apt-daily.service +Wed 2026-07-29 19:33:35 CDT 14h Tue 2026-07-28 19:33:35 CDT 9h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:15 CDT 5h 14min ago dpkg-db-backup.timer dpkg-db-backup.service +Thu 2026-07-30 00:11:07 CDT 18h Wed 2026-07-29 02:42:15 CDT 2h 32min ago beszel-agent-update.timer beszel-agent-update.service +Thu 2026-07-30 00:19:34 CDT 19h Wed 2026-07-29 00:21:15 CDT 4h 53min ago logrotate.timer logrotate.service +Thu 2026-07-30 01:04:04 CDT 19h Wed 2026-07-29 03:27:15 CDT 1h 47min ago pve-daily-update.timer pve-daily-update.service +Sun 2026-08-02 03:10:11 CDT 3 days Sun 2026-07-26 03:10:15 CDT 3 days ago e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:20 CDT 3 days Sun 2026-07-26 03:11:15 CDT 3 days ago xfs_scrub_all.timer xfs_scrub_all.service +Mon 2026-08-03 01:33:32 CDT 4 days Mon 2026-07-27 00:05:35 CDT 2 days 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 27 21:53 .. +drwxr-xr-x 106 root root 4096 Jul 29 05:12 .. -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 @@ -17544,7 +16431,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 27 21:53 .. +drwxr-xr-x 106 root root 4096 Jul 29 05:12 .. -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 @@ -17554,13 +16441,13 @@ drwxr-xr-x 106 root root 4096 Jul 27 21:53 .. --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Feb 26 09:02 . -drwxr-xr-x 106 root root 4096 Jul 27 21:53 .. +drwxr-xr-x 106 root root 4096 Jul 29 05:12 .. -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 27 21:53 .. +drwxr-xr-x 106 root root 4096 Jul 29 05:12 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -17599,15 +16486,15 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -1.94 1.63 1.27 1/548 1159841 +2.98 2.83 2.81 2/553 1630933 --- 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 - 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 + 0 16 12 62327356 42652 594008 0 0 3752 1556 7200 12 1 2 88 5 0 5 + 0 1 12 62349944 42688 594224 0 0 28 556 5664 7369 0 1 83 12 0 3 + 1 0 12 62367896 42688 594300 0 0 0 2124 6394 8317 0 1 77 18 0 4 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 @@ -17656,18 +16543,19 @@ procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu---- --- top (single snapshot, top 30) $ top -b -n 1 -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): 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 +top - 05:15:14 up 4 days, 9:59, 2 users, load average: 2.74, 2.79, 2.80 +Tasks: 308 total, 1 running, 307 sleeping, 0 stopped, 0 zombie +%Cpu(s): 6.1 us, 8.8 sy, 0.0 ni, 64.9 id, 19.3 wa, 0.0 hi, 0.9 si, 0.0 st +MiB Mem : 96556.6 total, 60919.8 free, 35908.7 used, 622.3 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 60647.8 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 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 + 113938 root 20 0 13.1g 8.9g 17580 S 36.4 9.4 27,16 kvm + 47873 root 20 0 11.0g 1.6g 11020 S 9.1 1.7 81:45.60 kvm + 48921 root 20 0 12.8g 1.7g 10992 S 9.1 1.8 84:07.09 kvm + 115366 root 20 0 7099064 5.9g 13316 S 9.1 6.3 196:19.22 kvm + 1 root 20 0 25760 15720 10100 S 0.0 0.0 1:05.21 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.12 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+ @@ -17676,60 +16564,60 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 61372.6 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:09.78 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 2:36.50 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:19.20 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 4:22.59 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.94 migrati+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:01.29 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.82 migrati+ - 24 root 20 0 0 0 0 S 0.0 0.0 0:04.82 ksoftir+ + 23 root rt 0 0 0 0 S 0.0 0.0 0:02.14 migrati+ + 24 root 20 0 0 0 0 S 0.0 0.0 0:06.68 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.83 migrati+ - 30 root 20 0 0 0 0 S 0.0 0.0 0:01.80 ksoftir+ + 29 root rt 0 0 0 0 S 0.0 0.0 0:02.15 migrati+ + 30 root 20 0 0 0 0 S 0.0 0.0 0:03.08 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.83 migrati+ - 36 root 20 0 0 0 0 S 0.0 0.0 0:31.04 ksoftir+ + 35 root rt 0 0 0 0 S 0.0 0.0 0:02.17 migrati+ + 36 root 20 0 0 0 0 S 0.0 0.0 0:37.37 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.71 migrati+ - 42 root 20 0 0 0 0 S 0.0 0.0 0:01.09 ksoftir+ + 41 root rt 0 0 0 0 S 0.0 0.0 0:02.03 migrati+ + 42 root 20 0 0 0 0 S 0.0 0.0 0:01.50 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.73 migrati+ - 48 root 20 0 0 0 0 S 0.0 0.0 0:04.37 ksoftir+ + 47 root rt 0 0 0 0 S 0.0 0.0 0:02.05 migrati+ + 48 root 20 0 0 0 0 S 0.0 0.0 0:04.73 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.71 migrati+ - 54 root 20 0 0 0 0 S 0.0 0.0 0:00.89 ksoftir+ + 53 root rt 0 0 0 0 S 0.0 0.0 0:02.03 migrati+ + 54 root 20 0 0 0 0 S 0.0 0.0 0:01.23 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.72 migrati+ - 60 root 20 0 0 0 0 S 0.0 0.0 0:00.89 ksoftir+ + 59 root rt 0 0 0 0 S 0.0 0.0 0:02.04 migrati+ + 60 root 20 0 0 0 0 S 0.0 0.0 0:01.22 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.06 kauditd - 69 root 20 0 0 0 0 S 0.0 0.0 0:00.18 khungta+ + 68 root 20 0 0 0 0 S 0.0 0.0 0:00.09 kauditd + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.26 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:07.50 kcompac+ + 74 root 20 0 0 0 0 S 0.0 0.0 0:12.99 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.23 khugepa+ + 76 root 39 19 0 0 0 S 0.0 0.0 0:01.78 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+ @@ -17741,8 +16629,8 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 61372.6 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:02.72 kworker+ - 92 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 + 91 root 0 -20 0 0 0 I 0.0 0.0 0:10.68 kworker+ + 92 root 20 0 0 0 0 S 0.0 0.0 0:01.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+ 95 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ @@ -17756,16 +16644,16 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 61372.6 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:21.33 kworker+ + 111 root 0 -20 0 0 0 I 0.0 0.0 2:01.49 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: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+ + 130 root 0 -20 0 0 0 I 0.0 0.0 0:55.41 kworker+ + 158 root 0 -20 0 0 0 I 0.0 0.0 0:11.09 kworker+ + 162 root 0 -20 0 0 0 I 0.0 0.0 0:10.73 kworker+ + 173 root 0 -20 0 0 0 I 0.0 0.0 0:11.90 kworker+ + 184 root 0 -20 0 0 0 I 0.0 0.0 0:09.97 kworker+ + 194 root 0 -20 0 0 0 I 0.0 0.0 0:09.94 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+ @@ -17783,15 +16671,15 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 61372.6 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:07.38 jbd2/dm+ + 337 root 20 0 0 0 0 S 0.0 0.0 0:10.13 jbd2/dm+ 338 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 385 root 20 0 105108 78392 76772 S 0.0 0.1 0:08.50 systemd+ + 385 root 20 0 117420 83824 82184 S 0.0 0.1 0:09.94 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.62 systemd+ - 435 root 20 0 77296 22300 9124 S 0.0 0.0 0:13.82 dmeventd + 433 root 20 0 36724 9404 7028 S 0.0 0.0 0:01.77 systemd+ + 435 root 20 0 77296 21884 8708 S 0.0 0.0 0:19.61 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+ @@ -17799,175 +16687,177 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 61372.6 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:04.37 arc_evi+ - 444 root 39 19 0 0 0 S 0.0 0.0 0:04.42 arc_reap + 443 root 20 0 0 0 0 S 0.0 0.0 0:06.23 arc_evi+ + 444 root 39 19 0 0 0 S 0.0 0.0 0:06.29 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:04.26 dbuf_ev+ + 446 root 39 19 0 0 0 S 0.0 0.0 0:06.06 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:03.72 l2arc_f+ - 449 root 20 0 0 0 0 I 0.0 0.0 0:42.51 kworker+ + 448 root 20 0 0 0 0 S 0.0 0.0 0:05.29 l2arc_f+ 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 3924 3364 S 0.0 0.0 5:02.08 rpcbind + 1147 _rpc 20 0 6704 3924 3364 S 0.0 0.0 8:12.42 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 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 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+ + 1263 message+ 20 0 8756 5176 4076 S 0.0 0.0 0:44.87 dbus-da+ + 1270 root 20 0 276136 3528 3236 S 0.0 0.0 0:00.00 pve-lxc+ + 1273 root 20 0 626044 8396 6836 S 0.0 0.0 1:39.14 rrdcach+ + 1278 root 20 0 19248 8480 7068 S 0.0 0.0 0:02.26 systemd+ + 1285 root 20 0 1422032 119668 26452 S 0.0 0.1 26:48.46 tailsca+ + 1286 root 20 0 7216 2324 1980 S 0.0 0.0 0:07.35 ksmtuned + 1288 root 20 0 2432 1564 1464 S 0.0 0.0 0:12.74 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: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.22 lldpd + 1531 root 20 0 5984 3472 2632 S 0.0 0.0 0:03.24 dhclient + 1638 beszel 20 0 2231764 17036 10276 S 0.0 0.0 4:51.76 beszel-+ + 1639 root 20 0 506252 51336 15988 S 0.0 0.1 0:00.81 glances + 1641 _lldpd 20 0 21376 5868 4700 S 0.0 0.0 0:00.30 lldpd 1642 root 20 0 5520 2548 2300 S 0.0 0.0 0:00.00 lxc-mon+ - 1652 root 20 0 340044 32884 15420 S 0.0 0.0 0:47.62 tuned + 1652 root 20 0 340044 31868 14392 S 0.0 0.0 1:07.45 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.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+ + 1680 root 20 0 11776 7240 6008 S 0.0 0.0 0:00.97 sshd + 1689 _lldpd 20 0 21504 2932 1728 S 0.0 0.0 0:15.15 lldpd + 1743 root 20 0 6864 2960 2712 S 0.0 0.0 0:00.86 cron + 1837 root 20 0 43984 4348 3704 S 0.0 0.0 0:01.46 master + 1839 postfix 20 0 44524 6524 5832 S 0.0 0.0 0:00.28 qmgr + 1843 polkitd 20 0 306704 8280 7112 S 0.0 0.0 0:08.93 polkitd + 1884 root 20 0 179208 134456 28952 S 0.0 0.1 22:05.53 pve-fir+ + 1893 root 20 0 207252 157472 31196 S 0.0 0.2 124:22.93 pvestatd + 1910 root 20 0 230080 180808 30584 S 0.0 0.2 0:07.95 pvedaem+ + 1933 www-data 20 0 99268 69692 17628 S 0.0 0.1 0:09.75 spicepr+ + 2049 root 20 0 209788 153776 30664 S 0.0 0.2 0:40.24 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:11.03 jbd2/sd+ + 46341 root 20 0 0 0 0 S 0.0 0.0 0:16.68 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:01.46 jbd2/sd+ + 46364 root 20 0 0 0 0 S 0.0 0.0 0:05.17 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:06.81 jbd2/sd+ + 47606 root 20 0 0 0 0 S 0.0 0.0 0:10.10 jbd2/sd+ 47607 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 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 744592 11080 S 0.0 0.8 65:39.78 kvm + 47937 root 20 0 5138104 771204 11064 S 0.0 0.8 92:28.78 kvm 47969 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 48034 root 20 0 5025420 726620 11084 S 0.0 0.7 64:18.99 kvm + 48034 root 20 0 5025420 745048 11080 S 0.0 0.8 90:57.07 kvm 48066 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 48099 root 20 0 5063460 731312 11028 S 0.0 0.7 64:42.31 kvm + 48099 root 20 0 5063460 743580 11004 S 0.0 0.8 91:38.63 kvm 48130 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 48205 root 20 0 5100464 733224 11148 S 0.0 0.7 66:03.03 kvm + 48205 root 20 0 5100464 753832 11136 S 0.0 0.8 93:15.57 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 + 48303 root 20 0 5050956 758228 13336 S 0.0 0.8 91:19.14 kvm 48337 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 48397 root 20 0 5048036 709052 11100 S 0.0 0.7 64:50.15 kvm + 48397 root 20 0 5048036 745836 11084 S 0.0 0.8 91:34.04 kvm 48440 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 48474 root 20 0 5196532 1.3g 11352 S 0.0 1.4 57:19.94 kvm + 48474 root 20 0 5220176 1.4g 11336 S 0.0 1.5 80:30.99 kvm 48522 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+ - 48576 root 20 0 5032620 750960 11040 S 0.0 0.8 67:13.72 kvm + 48576 root 20 0 5032620 771360 11024 S 0.0 0.8 94:51.31 kvm 48615 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 48691 root 20 0 5098412 723996 11132 S 0.0 0.7 65:57.16 kvm + 48691 root 20 0 5098412 748580 11116 S 0.0 0.8 93:03.01 kvm 48727 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+ - 48805 root 20 0 9936.5m 822216 11084 S 0.0 0.8 66:34.96 kvm + 48805 root 20 0 9936.5m 846736 11068 S 0.0 0.9 93:51.72 kvm 48850 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 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 800728 13636 S 0.0 0.8 67:42.92 kvm + 49002 root 20 0 9059956 814988 13560 S 0.0 0.8 95:10.43 kvm 49055 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:07.94 jbd2/sd+ + 50459 root 20 0 0 0 0 S 0.0 0.0 0:33.91 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+ + 51445 root 20 0 0 0 0 S 0.0 0.0 0:00.50 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 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:30.38 kworker+ + 86999 www-data 20 0 231280 184512 32992 S 0.0 0.2 0:16.23 pveproxy 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 143:48.34 kvm 115416 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ - 251811 root 20 0 5464 3880 3540 S 0.0 0.0 0:00.00 fsidd + 251811 root 20 0 5464 3584 3244 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.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+ + 251827 root 20 0 5620 2648 2132 S 0.0 0.0 0:00.02 nfsdcld + 253532 root 20 0 2944 2360 2080 S 0.0 0.0 0:00.05 rpc.idm+ + 253535 root 20 0 8952 4256 3188 S 0.0 0.0 2:47.17 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: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 + 253544 root 20 0 0 0 0 I 0.0 0.0 1:16.90 nfsd + 253545 root 20 0 0 0 0 I 0.0 0.0 1:20.00 nfsd + 253546 root 20 0 0 0 0 I 0.0 0.0 1:19.27 nfsd + 253547 root 20 0 0 0 0 I 0.0 0.0 1:14.66 nfsd + 253548 root 20 0 0 0 0 D 0.0 0.0 1:17.10 nfsd + 253549 root 20 0 0 0 0 I 0.0 0.0 1:37.12 nfsd + 253550 root 20 0 0 0 0 D 0.0 0.0 1:30.79 nfsd + 253551 root 20 0 0 0 0 D 0.0 0.0 1:30.63 nfsd + 253552 root 20 0 0 0 0 I 0.0 0.0 1:30.94 nfsd + 253553 root 20 0 0 0 0 I 0.0 0.0 1:22.88 nfsd + 253554 root 20 0 0 0 0 D 0.0 0.0 1:25.30 nfsd + 253555 root 20 0 0 0 0 I 0.0 0.0 1:28.27 nfsd + 253556 root 20 0 0 0 0 I 0.0 0.0 1:38.12 nfsd + 253557 root 20 0 0 0 0 I 0.0 0.0 1:52.96 nfsd + 253558 root 20 0 0 0 0 I 0.0 0.0 2:25.14 nfsd + 253559 root 20 0 0 0 0 I 0.0 0.0 2:21.72 nfsd 385022 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ - 628773 root 20 0 22436 12688 10084 S 0.0 0.0 0:00.52 systemd + 628773 root 20 0 22436 11884 9280 S 0.0 0.0 0:00.53 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.51 smartd - 632292 _chrony 20 0 19940 5656 4888 S 0.0 0.0 0:00.31 chronyd + 628923 root 20 0 7168 2556 1864 S 0.0 0.0 0:00.03 screen + 628924 root 20 0 7448 4132 3444 S 0.0 0.0 0:00.00 bash + 631847 root 20 0 10736 6236 4288 S 0.0 0.0 0:00.91 smartd + 632292 _chrony 20 0 19940 5596 4828 S 0.0 0.0 0:00.52 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 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-+ + 645851 root 20 0 104420 5736 4584 S 0.0 0.0 0:00.00 zed + 645934 root 20 0 553660 66368 48028 S 0.0 0.1 4:15.23 pmxcfs + 646280 root 20 0 13584 4980 4116 S 0.0 0.0 0:22.41 proxmox+ + 646391 root 20 0 5748 2328 2084 S 0.0 0.0 0:00.34 qmeventd + 646555 root 20 0 213188 125356 6096 S 0.0 0.1 0:40.03 pve-ha-+ + 646665 root 20 0 214172 126368 6076 S 0.0 0.1 0:25.57 pve-ha-+ 646730 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon - 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+ + 727376 iperf3 20 0 11076 3376 2680 S 0.0 0.0 0:00.00 iperf3 + 999804 root 20 0 0 0 0 I 0.0 0.0 0:19.46 kworker+ +1002932 root 20 0 0 0 0 I 0.0 0.0 0:22.46 kworker+ +1003202 root 20 0 0 0 0 I 0.0 0.0 0:20.63 kworker+ +1023636 root 20 0 0 0 0 I 0.0 0.0 0:21.92 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+ +1062073 root 20 0 32.7g 1.4g 13692 S 0.0 1.4 49:26.35 kvm +1062130 root 20 0 0 0 0 I 0.0 0.0 0:32.37 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 +1101438 root 20 0 238860 163948 11984 S 0.0 0.2 0:12.02 pvedaem+ +1271489 root 20 0 0 0 0 I 0.0 0.0 0:11.65 kworker+ +1272516 root 20 0 7732448 4.0g 11516 S 0.0 4.2 44:17.41 kvm +1272550 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ +1282486 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1506045 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1521555 root 20 0 238948 166316 14232 S 0.0 0.2 0:05.07 pvedaem+ +1526595 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1554977 root 20 0 0 0 0 I 0.0 0.0 0:02.49 kworker+ +1554978 root 20 0 79620 2660 2452 S 0.0 0.0 0:02.10 pvefw-l+ +1554984 www-data 20 0 99372 56192 3988 S 0.0 0.1 0:00.63 spicepr+ +1554985 www-data 20 0 282836 209544 13532 S 0.0 0.2 0:09.28 pveprox+ +1554986 www-data 20 0 306324 238824 20744 S 0.0 0.2 0:12.20 pveprox+ +1554987 www-data 20 0 274480 202288 14632 S 0.0 0.2 0:07.75 pveprox+ +1578669 root 20 0 0 0 0 I 0.0 0.0 0:01.54 kworker+ +1590263 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1601036 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1604608 root 20 0 0 0 0 I 0.0 0.0 0:00.78 kworker+ +1608388 root 20 0 0 0 0 I 0.0 0.0 0:00.69 kworker+ +1613596 root 20 0 0 0 0 I 0.0 0.0 0:00.42 kworker+ +1614540 postfix 20 0 44472 7704 6984 S 0.0 0.0 0:00.01 pickup +1616382 root 20 0 0 0 0 I 0.0 0.0 0:00.36 kworker+ +1616865 root 20 0 0 0 0 I 0.0 0.0 0:00.75 kworker+ +1622257 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+ +1622938 root 20 0 238736 155952 4224 S 0.0 0.2 0:00.06 task UP+ +1622940 root 20 0 204084 152308 32664 S 0.0 0.2 0:02.54 qm +1624435 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ +1624951 root 20 0 238848 162580 10744 S 0.0 0.2 0:02.01 pvedaem+ +1625676 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ +1626107 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1626118 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1626129 root 20 0 19652 11588 9816 S 0.0 0.0 0:00.02 sshd-se+ +1626136 root 20 0 19908 7384 5336 S 0.0 0.0 0:00.00 sshd-se+ +1626137 root 20 0 7316 3852 3324 S 0.0 0.0 0:00.72 bash +1630709 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1630856 root 20 0 5580 2192 2076 S 0.0 0.0 0:00.00 sleep +1630862 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1630950 root 20 0 7316 2520 1992 S 0.0 0.0 0:00.00 bash +1630951 root 20 0 5588 2136 2020 S 0.0 0.0 0:00.00 head +1630952 root 20 0 10424 5440 3348 R 0.0 0.0 0:00.01 top --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -17977,8 +16867,8 @@ no pools available --- arcstat 1 2 $ arcstat 1 2 time read ddread ddh% dmread dmh% pread ph% size c avail -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 +05:15:15 0 0 0 0 0 0 0 1.9K 2.9G 56.5G +05:15:16 0 0 0 0 0 0 0 1.9K 2.9G 56.5G --- /proc/net/dev delta (1s) $ awk '{print $1}' /proc/net/dev @@ -18008,7 +16898,6 @@ tap51013i0: tap53100i0: tap53101i0: tap53102i0: -tap6000i0: tap5111i0: tap5112i0: bond0: @@ -18021,76 +16910,77 @@ tap509i1: fwbr509i1: fwpr509p1: fwln509i1: +tap6000i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - 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 + lo: 114639518 625173 0 0 0 0 0 0 114639518 625173 0 0 0 0 0 0 + nic0: 43213874476 49019736 0 232111 0 0 0 9193880 6281089841 11899753 0 0 0 0 0 0 + nic1: 72872600760 69302878 0 0 0 0 0 128552 97117876482 77511146 0 7 0 0 0 0 + nic2: 18163221711 18046770 14917 0 0 14917 0 200878 4178903172 12616981 0 4 0 0 0 0 +tailscale0: 237215780 934825 0 0 0 0 0 0 1199106640 754260 0 0 0 0 0 0 + vmbr0: 5919302146 15600117 0 0 0 0 0 7798464 3678146384 2467515 0 0 0 0 0 0 +tap5101i0: 3579405 38739 0 0 0 0 0 0 1230807983 11219722 0 0 0 0 0 0 +tap5105i0: 2924937 30113 0 0 0 0 0 0 1182593836 11207285 0 362 0 0 0 0 +tap5106i0: 2940935 30193 0 0 0 0 0 0 1182569163 11207119 0 483 0 0 0 0 +tap5107i0: 2953455 30228 0 0 0 0 0 0 1182560133 11206999 0 525 0 0 0 0 +tap5108i0: 2934308 30129 0 0 0 0 0 0 1182493552 11206353 0 884 0 0 0 0 +tap5109i0: 2934787 30135 0 0 0 0 0 0 1182440683 11205878 0 1090 0 0 0 0 +tap51010i0: 2926227 30112 0 0 0 0 0 0 1182434762 11205667 0 1138 0 0 0 0 +tap51011i0: 3820237 40341 0 0 0 0 0 0 1230176587 11219121 0 1404 0 0 0 0 +tap51012i0: 3012539 31009 0 0 0 0 0 0 1182608401 11205425 0 1091 0 0 0 0 +tap51013i0: 2966311 30545 0 0 0 0 0 0 1182324799 11204745 0 1439 0 0 0 0 +tap53100i0: 2930522 30401 0 0 0 0 0 0 1182280832 11204266 0 1634 0 0 0 0 +tap53101i0: 3604547 38807 0 0 0 0 0 0 1224669060 11214171 0 1701 0 0 0 0 +tap53102i0: 3566130 32897 0 0 0 0 0 0 1182737070 11206658 0 1596 0 0 0 0 +tap5111i0: 1815453825 3162626 0 0 0 0 0 0 24366587588 16899395 0 0 0 0 0 0 +tap5112i0: 57323094 511864 0 0 0 0 0 0 6829678843 11632999 0 32 0 0 0 0 + bond0: 72871494125 69295856 14275 4821 0 14275 0 128406 97110498470 77511021 0 0 0 0 0 0 +datanet: 69911257695 36361335 0 5 0 0 0 118753 93217895166 23253055 0 0 0 0 0 0 +tap509i0: 176456784 863211 0 0 0 0 0 0 745485442 4811113 0 11 0 0 0 0 +fwbr509i0: 346373680 3683269 0 5288 0 0 0 2482889 0 0 0 0 0 0 0 0 +fwpr509p0: 177584256 867739 0 4528 0 0 0 0 745495234 4811145 0 0 0 0 0 0 +fwln509i0: 745495234 4811145 0 4528 0 0 0 0 177584256 867739 0 0 0 0 0 0 +tap509i1: 0 0 0 0 0 0 0 0 248 1 0 121636 0 0 0 0 +fwbr509i1: 9647461 118124 0 0 0 0 0 111145 0 0 0 0 0 0 0 0 +fwpr509p1: 1127472 4528 0 4528 0 0 0 0 12428669 122652 0 0 0 0 0 0 +fwln509i1: 12428669 122652 0 4528 0 0 0 0 1127472 4528 0 0 0 0 0 0 +tap6000i0: 35893446 222066 0 2805 0 0 0 0 917566834 2702376 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: 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 + lo: 114643099 625198 0 0 0 0 0 0 114643099 625198 0 0 0 0 0 0 + nic0: 43213882815 49019806 0 232111 0 0 0 9193927 6281095959 11899789 0 0 0 0 0 0 + nic1: 72872702056 69303017 0 0 0 0 0 128553 97117886278 77511226 0 7 0 0 0 0 + nic2: 18163221711 18046770 14917 0 0 14917 0 200878 4178903172 12616981 0 4 0 0 0 0 +tailscale0: 237217443 934834 0 0 0 0 0 0 1199108634 754273 0 0 0 0 0 0 + vmbr0: 5919305050 15600138 0 0 0 0 0 7798472 3678149442 2467528 0 0 0 0 0 0 +tap5101i0: 3579405 38739 0 0 0 0 0 0 1230808845 11219735 0 0 0 0 0 0 +tap5105i0: 2924937 30113 0 0 0 0 0 0 1182594698 11207298 0 362 0 0 0 0 +tap5106i0: 2940935 30193 0 0 0 0 0 0 1182570025 11207132 0 483 0 0 0 0 +tap5107i0: 2953455 30228 0 0 0 0 0 0 1182560995 11207012 0 525 0 0 0 0 +tap5108i0: 2934308 30129 0 0 0 0 0 0 1182494414 11206366 0 884 0 0 0 0 +tap5109i0: 2934787 30135 0 0 0 0 0 0 1182441545 11205891 0 1090 0 0 0 0 +tap51010i0: 2926227 30112 0 0 0 0 0 0 1182435624 11205680 0 1138 0 0 0 0 +tap51011i0: 3820237 40341 0 0 0 0 0 0 1230177449 11219134 0 1404 0 0 0 0 +tap51012i0: 3012539 31009 0 0 0 0 0 0 1182609263 11205438 0 1091 0 0 0 0 +tap51013i0: 2966311 30545 0 0 0 0 0 0 1182325661 11204758 0 1439 0 0 0 0 +tap53100i0: 2930522 30401 0 0 0 0 0 0 1182281694 11204279 0 1634 0 0 0 0 +tap53101i0: 3604547 38807 0 0 0 0 0 0 1224669922 11214184 0 1701 0 0 0 0 +tap53102i0: 3566130 32897 0 0 0 0 0 0 1182737932 11206671 0 1596 0 0 0 0 +tap5111i0: 1815453909 3162628 0 0 0 0 0 0 24366588570 16899410 0 0 0 0 0 0 +tap5112i0: 57323094 511864 0 0 0 0 0 0 6829679705 11633012 0 32 0 0 0 0 + bond0: 72871595421 69295995 14275 4821 0 14275 0 128407 97110508266 77511101 0 0 0 0 0 0 +datanet: 69911355553 36361456 0 5 0 0 0 118754 93217904642 23253135 0 0 0 0 0 0 +tap509i0: 176457294 863214 0 0 0 0 0 0 745486828 4811129 0 11 0 0 0 0 +fwbr509i0: 346374360 3683282 0 5288 0 0 0 2482897 0 0 0 0 0 0 0 0 +fwpr509p0: 177584766 867742 0 4528 0 0 0 0 745496620 4811161 0 0 0 0 0 0 +fwln509i0: 745496620 4811161 0 4528 0 0 0 0 177584766 867742 0 0 0 0 0 0 +tap509i1: 0 0 0 0 0 0 0 0 248 1 0 121637 0 0 0 0 +fwbr509i1: 9647507 118125 0 0 0 0 0 111146 0 0 0 0 0 0 0 0 +fwpr509p1: 1127472 4528 0 4528 0 0 0 0 12428729 122653 0 0 0 0 0 0 +fwln509i1: 12428729 122653 0 4528 0 0 0 0 1127472 4528 0 0 0 0 0 0 +tap6000i0: 35893764 222068 0 2805 0 0 0 0 917568014 2702391 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -18175,9 +17065,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - 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 + Local time: Wed 2026-07-29 05:15:17 CDT + Universal time: Wed 2026-07-29 10:15:17 UTC + RTC time: Wed 2026-07-29 10:15:17 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -18187,26 +17077,26 @@ System clock synchronized: yes $ chronyc tracking Reference ID : 95F80CA7 (149.248.12.167.vultrusercontent.com) Stratum : 4 -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 +Ref time (UTC) : Wed Jul 29 10:03:59 2026 +System time : 0.000735904 seconds fast of NTP time +Last offset : -0.000172534 seconds +RMS offset : 0.000396622 seconds +Frequency : 14.235 ppm fast +Residual freq : -0.005 ppm +Skew : 0.177 ppm +Root delay : 0.037729602 seconds +Root dispersion : 0.002031873 seconds +Update interval : 1040.1 seconds Leap status : Normal --- chronyc sources $ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== -^+ 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 +^+ arm1.maxhost.io 2 10 377 230 +4021us[+4021us] +/- 46ms +^* 149.248.12.167.vultruser> 3 10 377 678 -3057us[-3229us] +/- 20ms +^+ 172-104-209-204.ip.linod> 5 10 377 475 -6727ns[-6727ns] +/- 51ms +^- linode1.ernest-doss.org 3 10 377 288 -14ms[ -14ms] +/- 84ms --- ntpq peers $ ntpq -pn @@ -18229,39 +17119,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:46 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:15:19 2026 *raw -:PREROUTING ACCEPT [37203197:41830454294] -:OUTPUT ACCEPT [19022598:46718898146] +:PREROUTING ACCEPT [67345922:93893756851] +:OUTPUT ACCEPT [37900623:101740813807] COMMIT -# Completed on Mon Jul 27 21:56:46 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:46 2026 +# Completed on Wed Jul 29 05:15:19 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:15:19 2026 *mangle -:PREROUTING ACCEPT [37203810:41830612593] -:INPUT ACCEPT [32011406:41201764737] +:PREROUTING ACCEPT [67346535:93893915150] +:INPUT ACCEPT [59920769:92996593928] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [19023096:46718969390] -:POSTROUTING ACCEPT [19023096:46718969390] +:OUTPUT ACCEPT [37901121:101740885051] +:POSTROUTING ACCEPT [37901121:101740885051] -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 21:56:46 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:46 2026 +# Completed on Wed Jul 29 05:15:19 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:15:19 2026 *nat -:PREROUTING ACCEPT [5976639:693533582] -:INPUT ACCEPT [972940:106628405] -:OUTPUT ACCEPT [303591:20852233] -:POSTROUTING ACCEPT [303591:20852233] +:PREROUTING ACCEPT [8664198:996986641] +:INPUT ACCEPT [1505625:159338634] +:OUTPUT ACCEPT [416627:28714753] +:POSTROUTING ACCEPT [416627:28714753] :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 21:56:46 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:46 2026 +# Completed on Wed Jul 29 05:15:19 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:15:19 2026 *filter -:INPUT ACCEPT [29969128:40640885630] +:INPUT ACCEPT [57510589:92376750624] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [19023096:46718969390] +:OUTPUT ACCEPT [37901121:101740885051] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -18276,7 +17166,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 21:56:46 2026 +# Completed on Wed Jul 29 05:15:19 2026 --- ipset list (names) $ ipset list -n @@ -18427,30 +17317,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 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 + 113938 root 9283244 13691436 27.6 9.3 kvm + 115366 root 6202880 7099064 3.3 6.2 kvm +1272516 root 4189348 7732448 3.1 4.2 kvm + 48921 root 1795128 13452880 1.3 1.8 kvm + 47873 root 1710904 11484240 1.3 1.7 kvm + 48474 root 1438396 5220176 1.3 1.4 kvm +1062073 root 1427836 34239752 2.1 1.4 kvm + 48805 root 846736 10175008 1.5 0.8 kvm + 49002 root 814988 9059956 1.5 0.8 kvm + 48576 root 771360 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 - 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 + 113938 root 27.6 9.3 9283244 kvm +1630966 root 3.7 0.0 7780 systemd-timedat + 115366 root 3.3 6.2 6202880 kvm +1272516 root 3.1 4.2 4189348 kvm +1062073 root 2.1 1.4 1427836 kvm + 1893 root 1.9 0.1 157472 pvestatd + 49002 root 1.5 0.8 814988 kvm + 48576 root 1.5 0.7 771360 kvm + 48805 root 1.5 0.8 846736 kvm + 48205 root 1.5 0.7 753832 kvm --- top file-handle holders $ for pid in $(ps -e -o pid= | head -n 200); do @@ -18472,10 +17362,10 @@ done | sort -k2 -t= -nr | head -n 15 --- 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 56M Jul 29 05:15 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system.journal -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 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~ @@ -18740,6 +17630,6 @@ echo " (see section 20 for full smartctl/nvme output)" ############################################################################### # Collection complete: pfv-tsys5 # Output: /root/pfv-tsys5.log -# Size: 1063940 bytes / 18738 lines +# Size: 1064583 bytes / 17628 lines # Elapsed: 417 seconds ############################################################################### diff --git a/returned-logs/pfv-tsys6.log b/returned-logs/pfv-tsys6.log index 782e7bb..0e624ff 100644 --- a/returned-logs/pfv-tsys6.log +++ b/returned-logs/pfv-tsys6.log @@ -3,7 +3,7 @@ # Host: pfv-tsys6 (pfv-tsys6.knel.net) # FQDN: pfv-tsys6.knel.net # 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) +# Collected: 2026-07-29T10:09:07Z (UTC) # Kernel: 7.0.14-6-pve # Machine: x86_64 GNU/Linux # Caller: root (uid=0) @@ -316,7 +316,7 @@ vhost_iotlb 16384 1 vhost nvme_core 229376 1 nvme_fabrics nvme_keyring 20480 2 nvme_core,nvme_fabrics nvme_auth 28672 1 nvme_core -tcp_bbr 24576 24 +tcp_bbr 24576 29 dm_thin_pool 94208 1 dm_persistent_data 118784 1 dm_thin_pool dm_bio_prison 24576 1 dm_thin_pool @@ -346,11 +346,11 @@ BUG_REPORT_URL="https://bugs.debian.org/" --- uptime $ uptime - 21:50:39 up 1 day, 4:31, 1 user, load average: 0.21, 0.10, 0.09 + 05:09:13 up 2 days, 11:49, 1 user, load average: 0.48, 0.34, 0.29 --- uptime raw (since boot) $ cat /proc/uptime -102682.01 1566537.54 +215395.72 3341276.25 --- last reboot $ last -x reboot @@ -1242,7 +1242,7 @@ Core(s) per socket: 4 Socket(s): 2 Stepping: 5 Frequency boost: enabled -CPU(s) scaling MHz: 95% +CPU(s) scaling MHz: 92% CPU max MHz: 2395.0000 CPU min MHz: 1596.0000 BogoMIPS: 4787.75 @@ -1288,10 +1288,10 @@ L3 8M 16M 16 Unified 3 8192 1 64 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 0 free: 92544 MB node 1 cpus: 1 3 5 7 9 11 13 15 node 1 size: 32133 MB -node 1 free: 26939 MB +node 1 free: 26557 MB node distances: node 0 1 0: 10 20 @@ -3215,7 +3215,7 @@ done affected_cpus = 0 bios_limit = 2395000 boost = 1 -cpuinfo_avg_freq = 2526871 +cpuinfo_avg_freq = 2359038 cpuinfo_cur_freq = 2395000 cpuinfo_max_freq = 2395000 cpuinfo_min_freq = 1596000 @@ -3225,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 = 2526852 +scaling_cur_freq = 1766059 scaling_driver = acpi-cpufreq scaling_governor = performance scaling_max_freq = 2395000 @@ -3262,10 +3262,10 @@ available EPP: --- cpupower frequency-info $ cpupower frequency-info -analyzing CPU 1: +analyzing CPU 2: driver: acpi-cpufreq - CPUs which run at the same hardware frequency: 1 - CPUs which need to have their frequency coordinated by software: 1 + CPUs which run at the same hardware frequency: 2 + CPUs which need to have their frequency coordinated by software: 2 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 @@ -3284,25 +3284,25 @@ analyzing CPU 1: --- turbostat snapshot $ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 -1.002813 sec +1.002855 sec Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp -- - 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 +- - 0.56 1898 2394 1833 45 +0 1 0.39 1912 2394 95 45 +0 9 0.84 1829 2394 70 +1 3 0.36 2027 2394 52 41 +1 11 0.79 1992 2394 186 +2 5 0.23 2253 2394 29 43 +2 13 0.57 2145 2394 76 +3 7 1.40 1654 2394 609 44 +3 15 0.33 2003 2394 134 +0 0 0.34 1891 2394 52 42 +0 8 1.01 1890 2394 146 +1 2 0.26 1940 2394 31 42 +1 10 0.29 1841 2394 46 +2 4 0.42 2019 2394 40 41 +2 12 0.34 1794 2394 61 +3 6 0.61 1921 2394 108 40 +3 14 0.71 1907 2394 98 --- x86_energy_perf_policy -r $ x86_energy_perf_policy -r @@ -3317,9 +3317,9 @@ 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=2748747us - C1 : MWAIT 0x00 disabled=0 latency=3us residency=59600791us - C1E : MWAIT 0x01 disabled=0 latency=10us residency=100524038847us + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=5031906us + C1 : MWAIT 0x00 disabled=0 latency=3us residency=83783731us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=212292799593us C3 : MWAIT 0x10 disabled=1 latency=20us residency=0us C6 : MWAIT 0x20 disabled=0 latency=200us residency=67917800us @@ -3341,3710 +3341,3243 @@ always defer defer+madvise [madvise] never --- microcode $ dmesg -[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 +[215256.782997] Memory failure: 0x166dca: unhandlable page. +[215256.913265] mce: [Hardware Error]: Machine check events logged +[215256.913297] EDAC MC0: 147 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215257.353735] mce: [Hardware Error]: Machine check events logged +[215257.353761] RAS: Soft-offlining pfn: 0x80fb9c +[215257.353773] EDAC MC0: 594 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215257.353836] Memory failure: 0x80fb9c: unhandlable page. +[215257.372738] mce: [Hardware Error]: Machine check events logged +[215257.385185] mce: [Hardware Error]: Machine check events logged +[215257.385204] RAS: Soft-offlining pfn: 0x80fb98 +[215257.385216] EDAC MC0: 425 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215257.388033] Memory failure: 0x80fb98: unhandlable page. +[215257.400628] mce: [Hardware Error]: Machine check events logged +[215257.420094] mce: [Hardware Error]: Machine check events logged +[215257.420129] EDAC MC0: 656 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215257.436469] mce: [Hardware Error]: Machine check events logged +[215257.454776] mce: [Hardware Error]: Machine check events logged +[215257.454808] EDAC MC0: 791 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215257.467925] mce: [Hardware Error]: Machine check events logged +[215257.467947] RAS: Soft-offlining pfn: 0x166dca +[215257.467959] EDAC MC0: 32714 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215257.468298] Memory failure: 0x166dca: unhandlable page. +[215257.512923] mce: [Hardware Error]: Machine check events logged +[215257.512948] EDAC MC0: 371 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215257.527741] mce: [Hardware Error]: Machine check events logged +[215257.527772] EDAC MC0: 161 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215257.561270] mce: [Hardware Error]: Machine check events logged +[215257.575024] mce: [Hardware Error]: Machine check events logged +[215257.575055] EDAC MC0: 1313 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215257.612156] mce: [Hardware Error]: Machine check events logged +[215257.683854] mce: [Hardware Error]: Machine check events logged +[215257.683870] RAS: Soft-offlining pfn: 0x80fd18 +[215257.683882] EDAC MC0: 28500 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215257.684973] Memory failure: 0x80fd18: unhandlable page. +[215257.693698] mce: [Hardware Error]: Machine check events logged +[215257.693720] RAS: Soft-offlining pfn: 0x80fc30 +[215257.693734] EDAC MC0: 383 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215257.695477] Memory failure: 0x80fc30: unhandlable page. +[215257.710377] mce: [Hardware Error]: Machine check events logged +[215257.731915] mce: [Hardware Error]: Machine check events logged +[215257.731951] EDAC MC0: 806 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215257.757464] mce: [Hardware Error]: Machine check events logged +[215257.757489] EDAC MC0: 589 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215257.784560] mce: [Hardware Error]: Machine check events logged +[215258.115200] mce: [Hardware Error]: Machine check events logged +[215258.115230] EDAC MC0: 545 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215258.265362] mce: [Hardware Error]: Machine check events logged +[215258.265382] RAS: Soft-offlining pfn: 0x165b9e +[215258.265394] EDAC MC0: 76 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215258.265927] Memory failure: 0x165b9e: unhandlable page. +[215258.316221] mce: [Hardware Error]: Machine check events logged +[215258.316238] EDAC MC0: 72 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215258.359292] mce: [Hardware Error]: Machine check events logged +[215258.636117] mce: [Hardware Error]: Machine check events logged +[215258.636156] EDAC MC0: 13697 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215258.777153] mce: [Hardware Error]: Machine check events logged +[215258.777181] EDAC MC0: 36 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215258.805221] mce: [Hardware Error]: Machine check events logged +[215258.809707] mce: [Hardware Error]: Machine check events logged +[215258.809726] EDAC MC0: 414 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215258.818747] mce: [Hardware Error]: Machine check events logged +[215258.824743] mce: [Hardware Error]: Machine check events logged +[215259.015950] mce: [Hardware Error]: Machine check events logged +[215259.015973] RAS: Soft-offlining pfn: 0x165a08 +[215259.015986] EDAC MC0: 210 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215259.016228] Memory failure: 0x165a08: unhandlable page. +[215259.596081] mce: [Hardware Error]: Machine check events logged +[215259.596112] EDAC MC0: 25401 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215259.770977] mce: [Hardware Error]: Machine check events logged +[215259.770989] RAS: Soft-offlining pfn: 0x80fa98 +[215259.770997] EDAC MC0: 153 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215259.774091] Memory failure: 0x80fa98: unhandlable page. +[215259.786694] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[215259.788340] mce: [Hardware Error]: Machine check events logged +[215259.788355] RAS: Soft-offlining pfn: 0x165b98 +[215259.788363] EDAC MC0: 32699 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215259.788388] Memory failure: 0x165b98: unhandlable page. +[215259.808875] mce: [Hardware Error]: Machine check events logged +[215260.063943] mce: [Hardware Error]: Machine check events logged +[215260.064044] RAS: Soft-offlining pfn: 0x80fa9c +[215260.064065] EDAC MC0: 975 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215260.064103] Memory failure: 0x80fa9c: unhandlable page. +[215260.610141] mce: [Hardware Error]: Machine check events logged +[215260.610171] EDAC MC0: 32061 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215260.620045] mce: [Hardware Error]: Machine check events logged +[215260.620069] EDAC MC0: 21026 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215260.643183] mce: [Hardware Error]: Machine check events logged +[215260.705759] mce: [Hardware Error]: Machine check events logged +[215260.705782] RAS: Soft-offlining pfn: 0x166dca +[215260.705796] EDAC MC0: 489 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215260.705988] Memory failure: 0x166dca: unhandlable page. +[215260.786511] mce: [Hardware Error]: Machine check events logged +[215260.786537] EDAC MC0: 32758 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215260.811932] mce: [Hardware Error]: Machine check events logged +[215260.811956] EDAC MC0: 45 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215261.360224] mce: [Hardware Error]: Machine check events logged +[215261.360251] EDAC MC0: 32731 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215261.580002] mce: [Hardware Error]: Machine check events logged +[215262.124082] mce: [Hardware Error]: Machine check events logged +[215262.124109] EDAC MC0: 8201 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215262.603969] mce: [Hardware Error]: Machine check events logged +[215262.767059] mce: [Hardware Error]: Machine check events logged +[215262.767084] EDAC MC0: 20087 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215262.788211] mce: [Hardware Error]: Machine check events logged +[215262.788240] EDAC MC0: 180 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215263.096847] mce: [Hardware Error]: Machine check events logged +[215263.096869] EDAC MC0: 205 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215263.108339] mce: [Hardware Error]: Machine check events logged +[215263.108367] EDAC MC0: 420 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215263.122594] mce: [Hardware Error]: Machine check events logged +[215263.122629] EDAC MC0: 745 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215263.136306] mce: [Hardware Error]: Machine check events logged +[215263.136331] RAS: Soft-offlining pfn: 0x80fb22 +[215263.136346] EDAC MC0: 325 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215263.136971] Memory failure: 0x80fb22: unhandlable page. +[215263.149133] mce: [Hardware Error]: Machine check events logged +[215263.149152] RAS: Soft-offlining pfn: 0x80fa98 +[215263.149163] EDAC MC0: 32691 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215263.149360] Memory failure: 0x80fa98: unhandlable page. +[215263.164059] mce: [Hardware Error]: Machine check events logged +[215263.164094] EDAC MC0: 493 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215263.176795] mce: [Hardware Error]: Machine check events logged +[215263.272692] mce: [Hardware Error]: Machine check events logged +[215263.272728] EDAC MC0: 651 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215263.625929] mce: [Hardware Error]: Machine check events logged +[215263.627930] mce: [Hardware Error]: Machine check events logged +[215263.627960] RAS: Soft-offlining pfn: 0x80fbb2 +[215263.627972] EDAC MC0: 248 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215263.628293] Memory failure: 0x80fbb2: unhandlable page. +[215263.778119] mce: [Hardware Error]: Machine check events logged +[215263.783961] mce: [Hardware Error]: Machine check events logged +[215263.783992] EDAC MC0: 396 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215263.845571] mce: [Hardware Error]: Machine check events logged +[215264.220639] mce: [Hardware Error]: Machine check events logged +[215264.220678] EDAC MC0: 355 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215264.587966] mce: [Hardware Error]: Machine check events logged +[215264.587993] RAS: Soft-offlining pfn: 0x80fa18 +[215264.588006] EDAC MC0: 16190 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215264.588198] Memory failure: 0x80fa18: unhandlable page. +[215264.779273] mce: [Hardware Error]: Machine check events logged +[215264.781831] EDAC MC0: 8950 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215264.827556] mce: [Hardware Error]: Machine check events logged +[215264.827576] EDAC MC0: 23898 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215265.237150] mce: [Hardware Error]: Machine check events logged +[215265.237178] EDAC MC0: 33 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215265.611875] mce: [Hardware Error]: Machine check events logged +[215265.611915] EDAC MC0: 12680 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215265.760087] mce: [Hardware Error]: Machine check events logged +[215265.986349] mce: [Hardware Error]: Machine check events logged +[215265.986382] EDAC MC0: 607 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215266.473158] mce: [Hardware Error]: Machine check events logged +[215266.635817] mce: [Hardware Error]: Machine check events logged +[215266.777176] mce: [Hardware Error]: Machine check events logged +[215266.777205] EDAC MC0: 11694 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215266.790129] mce: [Hardware Error]: Machine check events logged +[215266.790148] EDAC MC0: 32726 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215266.838653] mce: [Hardware Error]: Machine check events logged +[215266.838684] EDAC MC0: 79 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215267.287699] mce: [Hardware Error]: Machine check events logged +[215267.595794] mce: [Hardware Error]: Machine check events logged +[215267.595832] EDAC MC0: 12065 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215267.788733] mce: [Hardware Error]: Machine check events logged +[215267.788756] RAS: Soft-offlining pfn: 0x166dca +[215267.788774] EDAC MC0: 661 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215267.792393] Memory failure: 0x166dca: unhandlable page. +[215267.798625] mce: [Hardware Error]: Machine check events logged +[215267.798648] EDAC MC0: 32590 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215267.823619] mce: [Hardware Error]: Machine check events logged +[215267.823656] EDAC MC0: 869 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215267.838903] mce: [Hardware Error]: Machine check events logged +[215267.838926] RAS: Soft-offlining pfn: 0x80fab4 +[215267.838939] EDAC MC0: 490 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215267.839136] Memory failure: 0x80fab4: unhandlable page. +[215267.855786] mce: [Hardware Error]: Machine check events logged +[215267.871268] mce: [Hardware Error]: Machine check events logged +[215267.884930] mce: [Hardware Error]: Machine check events logged +[215267.905762] mce: [Hardware Error]: Machine check events logged +[215267.905791] RAS: Soft-offlining pfn: 0x166dca +[215267.905807] EDAC MC0: 1285 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215267.906503] Memory failure: 0x166dca: unhandlable page. +[215267.917449] mce: [Hardware Error]: Machine check events logged +[215267.932229] mce: [Hardware Error]: Machine check events logged +[215267.932267] EDAC MC0: 536 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215267.946293] mce: [Hardware Error]: Machine check events logged +[215267.946316] RAS: Soft-offlining pfn: 0x166dca +[215267.946328] EDAC MC0: 572 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215267.953283] Memory failure: 0x166dca: unhandlable page. +[215267.960416] mce: [Hardware Error]: Machine check events logged +[215267.978227] mce: [Hardware Error]: Machine check events logged +[215267.978255] EDAC MC0: 599 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215268.001007] mce: [Hardware Error]: Machine check events logged +[215268.019769] mce: [Hardware Error]: Machine check events logged +[215268.019801] EDAC MC0: 753 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215268.034137] mce: [Hardware Error]: Machine check events logged +[215268.034173] EDAC MC0: 359 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215268.050568] mce: [Hardware Error]: Machine check events logged +[215268.081225] mce: [Hardware Error]: Machine check events logged +[215268.081252] EDAC MC0: 578 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215268.094216] mce: [Hardware Error]: Machine check events logged +[215268.094238] RAS: Soft-offlining pfn: 0x166dca +[215268.094248] EDAC MC0: 32682 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215268.094487] Memory failure: 0x166dca: unhandlable page. +[215268.135891] mce: [Hardware Error]: Machine check events logged +[215268.135915] EDAC MC0: 278 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215268.158022] mce: [Hardware Error]: Machine check events logged +[215268.158084] EDAC MC0: 558 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215268.520280] mce: [Hardware Error]: Machine check events logged +[215268.520315] EDAC MC0: 32642 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215268.619742] mce: [Hardware Error]: Machine check events logged +[215268.780957] mce: [Hardware Error]: Machine check events logged +[215268.780982] RAS: Soft-offlining pfn: 0x80fc98 +[215268.780997] EDAC MC0: 5132 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215268.781263] Memory failure: 0x80fc98: unhandlable page. +[215268.797751] mce: [Hardware Error]: Machine check events logged +[215268.797782] EDAC MC0: 32675 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215269.217580] mce: [Hardware Error]: Machine check events logged +[215269.579713] mce: [Hardware Error]: Machine check events logged +[215269.579749] RAS: Soft-offlining pfn: 0x167e4e +[215269.579765] EDAC MC0: 13722 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215269.579940] Memory failure: 0x167e4e: unhandlable page. +[215269.902575] i2c i2c-0: sendbytes: NAK bailout. +[215269.905366] mce: [Hardware Error]: Machine check events logged +[215269.905390] EDAC MC0: 120 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215269.966156] i2c i2c-0: sendbytes: NAK bailout. +[215269.997388] i2c i2c-0: sendbytes: NAK bailout. +[215270.028450] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[215270.044761] mce: [Hardware Error]: Machine check events logged +[215270.044872] RAS: Soft-offlining pfn: 0x165b98 +[215270.044935] EDAC MC0: 110 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215270.045735] Memory failure: 0x165b98: unhandlable page. +[215270.084880] mce: [Hardware Error]: Machine check events logged +[215270.085072] RAS: Soft-offlining pfn: 0x165b9e +[215270.085083] EDAC MC0: 2179 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215270.085128] Memory failure: 0x165b9e: unhandlable page. +[215270.473188] mce: [Hardware Error]: Machine check events logged +[215270.473211] EDAC MC0: 31053 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215270.603679] mce: [Hardware Error]: Machine check events logged +[215270.603708] RAS: Soft-offlining pfn: 0x166dca +[215270.603720] EDAC MC0: 3271 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215270.603876] Memory failure: 0x166dca: unhandlable page. +[215270.663842] mce: [Hardware Error]: Machine check events logged +[215270.665101] EDAC MC0: 4497 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215270.696064] mce: [Hardware Error]: Machine check events logged +[215270.696092] EDAC MC0: 28899 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215270.781547] mce: [Hardware Error]: Machine check events logged +[215270.798883] mce: [Hardware Error]: Machine check events logged +[215270.798920] EDAC MC0: 1775 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215271.042356] mce: [Hardware Error]: Machine check events logged +[215271.374179] mce: [Hardware Error]: Machine check events logged +[215271.374204] RAS: Soft-offlining pfn: 0x166dca +[215271.374219] EDAC MC0: 32020 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215271.374439] Memory failure: 0x166dca: unhandlable page. +[215271.627655] mce: [Hardware Error]: Machine check events logged +[215271.799348] mce: [Hardware Error]: Machine check events logged +[215271.799376] EDAC MC0: 16050 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215271.997209] mce: [Hardware Error]: Machine check events logged +[215271.997241] EDAC MC0: 156 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215272.167459] mce: [Hardware Error]: Machine check events logged +[215272.167473] RAS: Soft-offlining pfn: 0x166dca +[215272.167484] EDAC MC0: 274 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215272.167637] Memory failure: 0x166dca: unhandlable page. +[215272.587602] mce: [Hardware Error]: Machine check events logged +[215272.788459] mce: [Hardware Error]: Machine check events logged +[215272.788491] EDAC MC0: 23541 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215272.852840] mce: [Hardware Error]: Machine check events logged +[215272.852869] EDAC MC0: 260 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215273.191500] mce: [Hardware Error]: Machine check events logged +[215273.203194] mce: [Hardware Error]: Machine check events logged +[215273.203212] RAS: Soft-offlining pfn: 0x80fb9c +[215273.203225] EDAC MC0: 460 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215273.203592] Memory failure: 0x80fb9c: unhandlable page. +[215273.216571] mce: [Hardware Error]: Machine check events logged +[215273.216593] EDAC MC0: 196 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215273.232251] mce: [Hardware Error]: Machine check events logged +[215273.232284] EDAC MC0: 510 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215273.245021] mce: [Hardware Error]: Machine check events logged +[215273.262304] mce: [Hardware Error]: Machine check events logged +[215273.262332] EDAC MC0: 531 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215273.273642] mce: [Hardware Error]: Machine check events logged +[215273.273679] EDAC MC0: 329 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215273.350837] mce: [Hardware Error]: Machine check events logged +[215273.611570] mce: [Hardware Error]: Machine check events logged +[215273.611607] RAS: Soft-offlining pfn: 0x100026 +[215273.611624] EDAC MC0: 20935 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215273.612020] Memory failure: 0x100026: unhandlable page. +[215274.166632] mce: [Hardware Error]: Machine check events logged +[215274.166719] EDAC MC0: 529 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215274.635521] mce: [Hardware Error]: Machine check events logged +[215274.779449] mce: [Hardware Error]: Machine check events logged +[215274.801225] mce: [Hardware Error]: Machine check events logged +[215274.801247] RAS: Soft-offlining pfn: 0x80fb18 +[215274.801262] EDAC MC0: 17068 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215274.801474] Memory failure: 0x80fb18: unhandlable page. +[215275.133960] mce: [Hardware Error]: Machine check events logged +[215275.133989] RAS: Soft-offlining pfn: 0x166dca +[215275.134005] EDAC MC0: 270 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215275.134213] Memory failure: 0x166dca: unhandlable page. +[215275.410966] mce: [Hardware Error]: Machine check events logged +[215275.410987] EDAC MC0: 65 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215275.595486] mce: [Hardware Error]: Machine check events logged +[215275.595529] EDAC MC0: 16538 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215275.771748] mce: [Hardware Error]: Machine check events logged +[215275.795389] mce: [Hardware Error]: Machine check events logged +[215276.125355] mce: [Hardware Error]: Machine check events logged +[215276.125387] RAS: Soft-offlining pfn: 0x80fc34 +[215276.125408] EDAC MC0: 991 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215276.125638] Memory failure: 0x80fc34: unhandlable page. +[215276.535673] mce: [Hardware Error]: Machine check events logged +[215276.535697] EDAC MC0: 32701 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215276.619446] mce: [Hardware Error]: Machine check events logged +[215276.619491] EDAC MC0: 7240 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215276.779832] mce: [Hardware Error]: Machine check events logged +[215276.779850] RAS: Soft-offlining pfn: 0x80fb98 +[215276.779861] EDAC MC0: 508 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215276.780058] Memory failure: 0x80fb98: unhandlable page. +[215276.799480] mce: [Hardware Error]: Machine check events logged +[215276.799502] RAS: Soft-offlining pfn: 0x166dca +[215276.799515] EDAC MC0: 201 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215276.799742] Memory failure: 0x166dca: unhandlable page. +[215277.154897] mce: [Hardware Error]: Machine check events logged +[215277.154923] EDAC MC0: 123 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215277.179251] mce: [Hardware Error]: Machine check events logged +[215277.195335] mce: [Hardware Error]: Machine check events logged +[215277.217535] mce: [Hardware Error]: Machine check events logged +[215277.217575] EDAC MC0: 1490 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215277.228254] mce: [Hardware Error]: Machine check events logged +[215277.228277] RAS: Soft-offlining pfn: 0x166dca +[215277.228290] EDAC MC0: 197 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215277.228883] Memory failure: 0x166dca: unhandlable page. +[215277.239822] mce: [Hardware Error]: Machine check events logged +[215277.239852] EDAC MC0: 314 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215277.344207] mce: [Hardware Error]: Machine check events logged +[215277.344227] EDAC MC0: 50 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215277.374039] mce: [Hardware Error]: Machine check events logged +[215277.374064] EDAC MC0: 32732 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215277.388831] mce: [Hardware Error]: Machine check events logged +[215277.389455] EDAC MC0: 1488 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215277.402525] mce: [Hardware Error]: Machine check events logged +[215277.402550] EDAC MC0: 31753 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215277.421829] mce: [Hardware Error]: Machine check events logged +[215277.421857] EDAC MC0: 323 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215277.441697] mce: [Hardware Error]: Machine check events logged +[215277.441725] EDAC MC0: 555 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215277.456757] mce: [Hardware Error]: Machine check events logged +[215277.498241] mce: [Hardware Error]: Machine check events logged +[215277.498294] EDAC MC0: 663 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215277.522296] mce: [Hardware Error]: Machine check events logged +[215277.522322] RAS: Soft-offlining pfn: 0x80fc30 +[215277.522338] EDAC MC0: 573 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215277.523254] Memory failure: 0x80fc30: unhandlable page. +[215277.549892] mce: [Hardware Error]: Machine check events logged +[215277.574111] mce: [Hardware Error]: Machine check events logged +[215277.579404] mce: [Hardware Error]: Machine check events logged +[215277.609169] mce: [Hardware Error]: Machine check events logged +[215277.609197] EDAC MC0: 838 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215277.748698] mce: [Hardware Error]: Machine check events logged +[215277.748735] EDAC MC0: 295 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215278.040397] mce: [Hardware Error]: Machine check events logged +[215278.539473] mce: [Hardware Error]: Machine check events logged +[215278.603369] mce: [Hardware Error]: Machine check events logged +[215278.778319] mce: [Hardware Error]: Machine check events logged +[215278.780222] EDAC MC0: 10819 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215278.935263] mce: [Hardware Error]: Machine check events logged +[215278.935302] EDAC MC0: 26532 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.134311] mce: [Hardware Error]: Machine check events logged +[215279.134352] RAS: Soft-offlining pfn: 0x32000 +[215279.134365] EDAC MC0: 238 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.134560] Memory failure: 0x32000: unhandlable page. +[215279.169405] mce: [Hardware Error]: Machine check events logged +[215279.169434] EDAC MC0: 32605 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.204509] mce: [Hardware Error]: Machine check events logged +[215279.204536] EDAC MC0: 16 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.242478] mce: [Hardware Error]: Machine check events logged +[215279.242501] RAS: Soft-offlining pfn: 0x165b98 +[215279.242512] EDAC MC0: 372 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.242898] Memory failure: 0x165b98: unhandlable page. +[215279.275896] mce: [Hardware Error]: Machine check events logged +[215279.275915] RAS: Soft-offlining pfn: 0x166dca +[215279.275926] EDAC MC0: 31 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.276109] Memory failure: 0x166dca: unhandlable page. +[215279.314713] mce: [Hardware Error]: Machine check events logged +[215279.314741] EDAC MC0: 42 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.348784] mce: [Hardware Error]: Machine check events logged +[215279.348812] EDAC MC0: 4 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.378410] mce: [Hardware Error]: Machine check events logged +[215279.410828] mce: [Hardware Error]: Machine check events logged +[215279.446186] mce: [Hardware Error]: Machine check events logged +[215279.446208] RAS: Soft-offlining pfn: 0x80fa34 +[215279.446222] EDAC MC0: 97 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.446263] Memory failure: 0x80fa34: unhandlable page. +[215279.480246] mce: [Hardware Error]: Machine check events logged +[215279.480268] RAS: Soft-offlining pfn: 0x80fa1c +[215279.480279] EDAC MC0: 10 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.480315] Memory failure: 0x80fa1c: unhandlable page. +[215279.512146] mce: [Hardware Error]: Machine check events logged +[215279.512164] RAS: Soft-offlining pfn: 0x165a1c +[215279.512173] EDAC MC0: 10 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.512204] Memory failure: 0x165a1c: unhandlable page. +[215279.552509] mce: [Hardware Error]: Machine check events logged +[215279.552531] RAS: Soft-offlining pfn: 0x165b9e +[215279.552541] EDAC MC0: 9 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.552574] Memory failure: 0x165b9e: unhandlable page. +[215279.588031] mce: [Hardware Error]: Machine check events logged +[215279.623733] mce: [Hardware Error]: Machine check events logged +[215279.627326] mce: [Hardware Error]: Machine check events logged +[215279.651244] mce: [Hardware Error]: Machine check events logged +[215279.651269] EDAC MC0: 4194 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.679935] mce: [Hardware Error]: Machine check events logged +[215279.706893] mce: [Hardware Error]: Machine check events logged +[215279.706922] EDAC MC0: 151 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.745229] mce: [Hardware Error]: Machine check events logged +[215279.745248] EDAC MC0: 37 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.774396] mce: [Hardware Error]: Machine check events logged +[215279.774418] RAS: Soft-offlining pfn: 0x166dca +[215279.774430] EDAC MC0: 155 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.774619] Memory failure: 0x166dca: unhandlable page. +[215279.785186] mce: [Hardware Error]: Machine check events logged +[215279.803235] mce: [Hardware Error]: Machine check events logged +[215279.803266] EDAC MC0: 417 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.834685] mce: [Hardware Error]: Machine check events logged +[215279.834705] RAS: Soft-offlining pfn: 0x165b98 +[215279.834716] EDAC MC0: 32598 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.834779] Memory failure: 0x165b98: unhandlable page. +[215279.866599] mce: [Hardware Error]: Machine check events logged +[215279.866626] EDAC MC0: 40 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.898059] mce: [Hardware Error]: Machine check events logged +[215279.925334] mce: [Hardware Error]: Machine check events logged +[215279.925362] EDAC MC0: 106 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215279.949146] mce: [Hardware Error]: Machine check events logged +[215279.972858] mce: [Hardware Error]: Machine check events logged +[215279.972876] EDAC MC0: 92 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215280.003609] mce: [Hardware Error]: Machine check events logged +[215280.003633] EDAC MC0: 28 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215280.033876] mce: [Hardware Error]: Machine check events logged +[215280.033899] EDAC MC0: 54 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215280.065613] mce: [Hardware Error]: Machine check events logged +[215280.086312] mce: [Hardware Error]: Machine check events logged +[215280.086338] EDAC MC0: 156 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215280.113417] mce: [Hardware Error]: Machine check events logged +[215280.113437] RAS: Soft-offlining pfn: 0x166a1a +[215280.113447] EDAC MC0: 51 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215280.113514] Memory failure: 0x166a1a: unhandlable page. +[215280.141935] i2c i2c-0: sendbytes: NAK bailout. +[215280.143956] mce: [Hardware Error]: Machine check events logged +[215280.143975] EDAC MC0: 32747 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215280.170472] mce: [Hardware Error]: Machine check events logged +[215280.205697] i2c i2c-0: sendbytes: NAK bailout. +[215280.243879] mce: [Hardware Error]: Machine check events logged +[215280.243897] EDAC MC0: 453 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215280.267468] EDID has corrupt header +[215280.401394] mce: [Hardware Error]: Machine check events logged +[215280.401421] EDAC MC0: 219 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215280.587293] mce: [Hardware Error]: Machine check events logged +[215280.587327] RAS: Soft-offlining pfn: 0x80fdb4 +[215280.587339] EDAC MC0: 8815 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215280.587672] Memory failure: 0x80fdb4: unhandlable page. +[215280.698469] mce: [Hardware Error]: Machine check events logged +[215280.698496] EDAC MC0: 89 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215280.717214] mce: [Hardware Error]: Machine check events logged +[215280.717238] EDAC MC0: 156 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215280.778610] mce: [Hardware Error]: Machine check events logged +[215280.778631] RAS: Soft-offlining pfn: 0x80fd9c +[215280.778642] EDAC MC0: 148 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215280.778833] Memory failure: 0x80fd9c: unhandlable page. +[215280.793479] mce: [Hardware Error]: Machine check events logged +[215280.990279] mce: [Hardware Error]: Machine check events logged +[215281.203493] mce: [Hardware Error]: Machine check events logged +[215281.203518] EDAC MC0: 54 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215281.611257] mce: [Hardware Error]: Machine check events logged +[215282.257455] mce: [Hardware Error]: Machine check events logged +[215282.257482] EDAC MC0: 29937 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215282.635223] mce: [Hardware Error]: Machine check events logged +[215282.635254] EDAC MC0: 10608 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215282.777434] mce: [Hardware Error]: Machine check events logged +[215282.777460] EDAC MC0: 250 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215282.790693] mce: [Hardware Error]: Machine check events logged +[215282.790715] EDAC MC0: 16300 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215283.232884] mce: [Hardware Error]: Machine check events logged +[215283.232905] RAS: Soft-offlining pfn: 0x165b98 +[215283.232917] EDAC MC0: 32658 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215283.233110] Memory failure: 0x165b98: unhandlable page. +[215283.293517] mce: [Hardware Error]: Machine check events logged +[215283.293548] EDAC MC0: 248 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215283.308879] mce: [Hardware Error]: Machine check events logged +[215283.308902] RAS: Soft-offlining pfn: 0x166dca +[215283.308916] EDAC MC0: 458 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215283.315201] Memory failure: 0x166dca: unhandlable page. +[215283.328421] mce: [Hardware Error]: Machine check events logged +[215283.328456] EDAC MC0: 428 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215283.342066] mce: [Hardware Error]: Machine check events logged +[215283.361478] mce: [Hardware Error]: Machine check events logged +[215283.361505] EDAC MC0: 650 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215283.371986] mce: [Hardware Error]: Machine check events logged +[215283.448063] mce: [Hardware Error]: Machine check events logged +[215283.570396] mce: [Hardware Error]: Machine check events logged +[215283.570425] EDAC MC0: 668 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215283.595180] mce: [Hardware Error]: Machine check events logged +[215283.780731] mce: [Hardware Error]: Machine check events logged +[215283.780757] EDAC MC0: 9128 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215283.944416] mce: [Hardware Error]: Machine check events logged +[215283.944440] EDAC MC0: 153 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215284.440461] mce: [Hardware Error]: Machine check events logged +[215284.440490] EDAC MC0: 49 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215284.619142] mce: [Hardware Error]: Machine check events logged +[215284.619177] EDAC MC0: 4344 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215284.785019] mce: [Hardware Error]: Machine check events logged +[215284.976215] mce: [Hardware Error]: Machine check events logged +[215285.422179] mce: [Hardware Error]: Machine check events logged +[215285.422203] EDAC MC0: 143 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215285.579103] mce: [Hardware Error]: Machine check events logged +[215285.579138] EDAC MC0: 5937 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215285.862212] mce: [Hardware Error]: Machine check events logged +[215285.862243] EDAC MC0: 83 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215286.499146] mce: [Hardware Error]: Machine check events logged +[215286.499172] RAS: Soft-offlining pfn: 0x80fb18 +[215286.499184] EDAC MC0: 87 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215286.499707] Memory failure: 0x80fb18: unhandlable page. +[215286.505184] audit: type=1400 audit(1785319652.624:2572): 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 +[215286.506526] audit: type=1400 audit(1785319652.625:2573): 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 +[215286.511997] mce: [Hardware Error]: Machine check events logged +[215286.512019] RAS: Soft-offlining pfn: 0x80fa18 +[215286.512030] EDAC MC0: 293 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215286.513084] Memory failure: 0x80fa18: unhandlable page. +[215286.522975] mce: [Hardware Error]: Machine check events logged +[215286.522995] EDAC MC0: 555 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215286.535231] mce: [Hardware Error]: Machine check events logged +[215286.535253] EDAC MC0: 32726 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215286.545694] audit: type=1400 audit(1785319652.664:2574): 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 +[215286.566832] mce: [Hardware Error]: Machine check events logged +[215286.566852] RAS: Soft-offlining pfn: 0x166dca +[215286.566866] EDAC MC0: 32753 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215286.567150] Memory failure: 0x166dca: unhandlable page. +[215286.603067] mce: [Hardware Error]: Machine check events logged +[215286.603094] RAS: Soft-offlining pfn: 0x165b9e +[215286.603105] EDAC MC0: 4194 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215286.603270] Memory failure: 0x165b9e: unhandlable page. +[215286.766100] mce: [Hardware Error]: Machine check events logged +[215286.766129] EDAC MC0: 125 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215286.775189] mce: [Hardware Error]: Machine check events logged +[215286.775597] RAS: Soft-offlining pfn: 0x80fc98 +[215286.775606] EDAC MC0: 2450 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215286.775633] Memory failure: 0x80fc98: unhandlable page. +[215286.823018] mce: [Hardware Error]: Machine check events logged +[215286.823044] EDAC MC0: 30336 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215287.522837] mce: [Hardware Error]: Machine check events logged +[215287.627027] mce: [Hardware Error]: Machine check events logged +[215287.627875] EDAC MC0: 13239 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215287.651272] mce: [Hardware Error]: Machine check events logged +[215287.651308] EDAC MC0: 32298 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215287.674518] mce: [Hardware Error]: Machine check events logged +[215287.685392] mce: [Hardware Error]: Machine check events logged +[215287.717904] mce: [Hardware Error]: Machine check events logged +[215287.717928] EDAC MC0: 808 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215287.735600] mce: [Hardware Error]: Machine check events logged +[215287.735627] EDAC MC0: 885 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215287.760546] mce: [Hardware Error]: Machine check events logged +[215287.760621] RAS: Soft-offlining pfn: 0x80fa98 +[215287.760633] EDAC MC0: 342 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215287.761044] Memory failure: 0x80fa98: unhandlable page. +[215287.771629] mce: [Hardware Error]: Machine check events logged +[215287.771653] EDAC MC0: 32361 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215287.793956] mce: [Hardware Error]: Machine check events logged +[215287.793979] EDAC MC0: 19 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215287.847817] mce: [Hardware Error]: Machine check events logged +[215287.847855] EDAC MC0: 482 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215287.868947] mce: [Hardware Error]: Machine check events logged +[215287.868974] RAS: Soft-offlining pfn: 0x80fd34 +[215287.868991] EDAC MC0: 721 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215287.870040] Memory failure: 0x80fd34: unhandlable page. +[215287.883894] mce: [Hardware Error]: Machine check events logged +[215287.887032] EDAC MC0: 4785 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215287.899663] mce: [Hardware Error]: Machine check events logged +[215287.921899] mce: [Hardware Error]: Machine check events logged +[215287.921924] RAS: Soft-offlining pfn: 0x80fda2 +[215287.921941] EDAC MC0: 29066 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215287.922833] Memory failure: 0x80fda2: unhandlable page. +[215287.938317] mce: [Hardware Error]: Machine check events logged +[215287.957477] mce: [Hardware Error]: Machine check events logged +[215287.967891] mce: [Hardware Error]: Machine check events logged +[215287.967928] EDAC MC0: 1134 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215287.982796] mce: [Hardware Error]: Machine check events logged +[215288.006866] mce: [Hardware Error]: Machine check events logged +[215288.031607] mce: [Hardware Error]: Machine check events logged +[215288.031639] EDAC MC0: 773 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215288.139027] mce: [Hardware Error]: Machine check events logged +[215288.344230] mce: [Hardware Error]: Machine check events logged +[215288.344256] RAS: Soft-offlining pfn: 0x165b98 +[215288.344269] EDAC MC0: 194 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215288.344616] Memory failure: 0x165b98: unhandlable page. +[215288.586994] mce: [Hardware Error]: Machine check events logged +[215288.587031] EDAC MC0: 24337 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215288.780212] mce: [Hardware Error]: Machine check events logged +[215288.781039] EDAC MC0: 5320 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215288.796943] mce: [Hardware Error]: Machine check events logged +[215288.796966] EDAC MC0: 28307 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215289.156588] mce: [Hardware Error]: Machine check events logged +[215289.156611] RAS: Soft-offlining pfn: 0x166dca +[215289.156624] EDAC MC0: 32637 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215289.156816] Memory failure: 0x166dca: unhandlable page. +[215289.610973] mce: [Hardware Error]: Machine check events logged +[215289.611014] EDAC MC0: 24951 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215290.243423] mce: [Hardware Error]: Machine check events logged +[215290.379437] i2c i2c-0: sendbytes: NAK bailout. +[215290.379977] i2c i2c-0: sendbytes: NAK bailout. +[215290.385214] mce: [Hardware Error]: Machine check events logged +[215290.390934] EDAC MC0: 11418 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215290.506643] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 +[215290.522646] mce: [Hardware Error]: Machine check events logged +[215290.522937] EDAC MC0: 22102 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215290.634918] mce: [Hardware Error]: Machine check events logged +[215290.634949] RAS: Soft-offlining pfn: 0x166dca +[215290.634962] EDAC MC0: 19334 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215290.635153] Memory failure: 0x166dca: unhandlable page. +[215290.739598] mce: [Hardware Error]: Machine check events logged +[215290.739629] EDAC MC0: 213 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215290.757783] mce: [Hardware Error]: Machine check events logged +[215290.777147] mce: [Hardware Error]: Machine check events logged +[215290.777174] EDAC MC0: 125 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215290.790468] mce: [Hardware Error]: Machine check events logged +[215290.856957] mce: [Hardware Error]: Machine check events logged +[215290.856977] EDAC MC0: 68 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215291.430802] mce: [Hardware Error]: Machine check events logged +[215291.594888] mce: [Hardware Error]: Machine check events logged +[215291.594925] RAS: Soft-offlining pfn: 0x80fa1c +[215291.594941] EDAC MC0: 8327 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215291.595234] Memory failure: 0x80fa1c: unhandlable page. +[215291.771177] mce: [Hardware Error]: Machine check events logged +[215291.771193] RAS: Soft-offlining pfn: 0x166dca +[215291.771203] EDAC MC0: 364 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215291.771405] Memory failure: 0x166dca: unhandlable page. +[215291.790248] mce: [Hardware Error]: Machine check events logged +[215291.790268] EDAC MC0: 17 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215292.132583] mce: [Hardware Error]: Machine check events logged +[215292.618847] mce: [Hardware Error]: Machine check events logged +[215292.783438] mce: [Hardware Error]: Machine check events logged +[215292.784527] RAS: Soft-offlining pfn: 0x80fc9c +[215292.784544] EDAC MC0: 27721 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215292.784608] Memory failure: 0x80fc9c: unhandlable page. +[215292.919026] mce: [Hardware Error]: Machine check events logged +[215292.919068] EDAC MC0: 28012 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215293.377519] mce: [Hardware Error]: Machine check events logged +[215293.380244] RAS: Soft-offlining pfn: 0x80fb18 +[215293.380258] EDAC MC0: 9537 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215293.380849] Memory failure: 0x80fb18: unhandlable page. +[215293.387587] mce: [Hardware Error]: Machine check events logged +[215293.402706] mce: [Hardware Error]: Machine check events logged +[215293.404853] RAS: Soft-offlining pfn: 0x866dca +[215293.404866] EDAC MC0: 325 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215293.404873] Soft offline: 0x866dca: page already poisoned +[215293.412869] mce: [Hardware Error]: Machine check events logged +[215293.412900] EDAC MC0: 23663 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215293.426448] mce: [Hardware Error]: Machine check events logged +[215293.443372] mce: [Hardware Error]: Machine check events logged +[215293.455049] mce: [Hardware Error]: Machine check events logged +[215293.455082] EDAC MC0: 844 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215293.469277] mce: [Hardware Error]: Machine check events logged +[215293.469304] EDAC MC0: 332 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215293.578819] mce: [Hardware Error]: Machine check events logged +[215293.578855] EDAC MC0: 25770 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215294.039376] mce: [Hardware Error]: Machine check events logged +[215294.530856] mce: [Hardware Error]: Machine check events logged +[215294.602768] mce: [Hardware Error]: Machine check events logged +[215294.602805] EDAC MC0: 1915 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215294.784224] mce: [Hardware Error]: Machine check events logged +[215294.784241] RAS: Soft-offlining pfn: 0x80fb98 +[215294.784251] EDAC MC0: 351 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215294.784569] Memory failure: 0x80fb98: unhandlable page. +[215294.800453] mce: [Hardware Error]: Machine check events logged +[215294.800476] EDAC MC0: 202 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215295.073606] mce: [Hardware Error]: Machine check events logged +[215295.073626] EDAC MC0: 81 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215295.536197] mce: [Hardware Error]: Machine check events logged +[215295.626737] mce: [Hardware Error]: Machine check events logged +[215295.626777] EDAC MC0: 4482 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215295.790416] mce: [Hardware Error]: Machine check events logged +[215295.790432] RAS: Soft-offlining pfn: 0x166dca +[215295.790440] EDAC MC0: 331 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215295.794732] Memory failure: 0x166dca: unhandlable page. +[215295.801863] mce: [Hardware Error]: Machine check events logged +[215295.801901] EDAC MC0: 36 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215296.192666] mce: [Hardware Error]: Machine check events logged +[215296.586688] mce: [Hardware Error]: Machine check events logged +[215296.785148] mce: [Hardware Error]: Machine check events logged +[215296.787698] EDAC MC0: 10067 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215296.799917] mce: [Hardware Error]: Machine check events logged +[215296.799937] EDAC MC0: 22523 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215297.053277] mce: [Hardware Error]: Machine check events logged +[215297.053306] EDAC MC0: 123 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215297.071466] mce: [Hardware Error]: Machine check events logged +[215297.071493] EDAC MC0: 253 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215297.091903] mce: [Hardware Error]: Machine check events logged +[215297.091933] EDAC MC0: 355 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215297.110784] mce: [Hardware Error]: Machine check events logged +[215297.110807] RAS: Soft-offlining pfn: 0x80fa98 +[215297.110820] EDAC MC0: 154 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215297.111051] Memory failure: 0x80fa98: unhandlable page. +[215297.129682] mce: [Hardware Error]: Machine check events logged +[215297.129708] EDAC MC0: 32686 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215297.157044] mce: [Hardware Error]: Machine check events logged +[215297.157080] EDAC MC0: 322 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215297.173712] mce: [Hardware Error]: Machine check events logged +[215297.193548] mce: [Hardware Error]: Machine check events logged +[215297.193585] EDAC MC0: 1183 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215297.208506] mce: [Hardware Error]: Machine check events logged +[215297.209538] EDAC MC0: 1752 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215297.226887] mce: [Hardware Error]: Machine check events logged +[215297.226915] EDAC MC0: 31756 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215297.250582] mce: [Hardware Error]: Machine check events logged +[215297.250614] EDAC MC0: 467 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215297.273997] mce: [Hardware Error]: Machine check events logged +[215297.303807] mce: [Hardware Error]: Machine check events logged +[215297.328891] mce: [Hardware Error]: Machine check events logged +[215297.328916] EDAC MC0: 1497 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215297.352728] mce: [Hardware Error]: Machine check events logged +[215297.352750] RAS: Soft-offlining pfn: 0x166dca +[215297.352762] EDAC MC0: 555 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215297.353175] Memory failure: 0x166dca: unhandlable page. +[215297.381952] mce: [Hardware Error]: Machine check events logged +[215297.610654] mce: [Hardware Error]: Machine check events logged +[215297.610694] EDAC MC0: 23532 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215298.142509] mce: [Hardware Error]: Machine check events logged +[215298.142525] RAS: Soft-offlining pfn: 0x80fd98 +[215298.142533] EDAC MC0: 72 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215298.142777] Memory failure: 0x80fd98: unhandlable page. +[215298.634615] mce: [Hardware Error]: Machine check events logged +[215298.778494] mce: [Hardware Error]: Machine check events logged +[215298.778516] RAS: Soft-offlining pfn: 0x80fb9c +[215298.778530] EDAC MC0: 29548 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215298.778758] Memory failure: 0x80fb9c: unhandlable page. +[215298.795638] mce: [Hardware Error]: Machine check events logged +[215298.795664] EDAC MC0: 73 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215299.304842] mce: [Hardware Error]: Machine check events logged +[215299.594585] mce: [Hardware Error]: Machine check events logged +[215299.594639] EDAC MC0: 14828 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215299.779939] mce: [Hardware Error]: Machine check events logged +[215299.779962] EDAC MC0: 155 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215300.022976] mce: [Hardware Error]: Machine check events logged +[215300.023003] EDAC MC0: 298 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215300.320314] mce: [Hardware Error]: Machine check events logged +[215300.320338] RAS: Soft-offlining pfn: 0x166dca +[215300.320351] EDAC MC0: 413 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215300.320575] Memory failure: 0x166dca: unhandlable page. +[215300.618558] mce: [Hardware Error]: Machine check events logged +[215300.618606] EDAC MC0: 30897 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215300.684266] i2c i2c-0: sendbytes: NAK bailout. +[215300.684792] i2c i2c-0: sendbytes: NAK bailout. +[215300.746618] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18 +[215300.757257] mce: [Hardware Error]: Machine check events logged +[215300.757546] RAS: Soft-offlining pfn: 0x165b98 +[215300.757556] EDAC MC0: 143 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215300.758548] Memory failure: 0x165b98: unhandlable page. +[215300.788403] mce: [Hardware Error]: Machine check events logged +[215300.788550] EDAC MC0: 1284 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215300.795781] mce: [Hardware Error]: Machine check events logged +[215300.803572] mce: [Hardware Error]: Machine check events logged +[215300.815853] mce: [Hardware Error]: Machine check events logged +[215300.815877] RAS: Soft-offlining pfn: 0x80fa18 +[215300.815888] EDAC MC0: 32266 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215300.816051] Memory failure: 0x80fa18: unhandlable page. +[215300.850343] mce: [Hardware Error]: Machine check events logged +[215301.284659] mce: [Hardware Error]: Machine check events logged +[215301.284693] EDAC MC0: 93 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215301.578520] mce: [Hardware Error]: Machine check events logged +[215302.317846] mce: [Hardware Error]: Machine check events logged +[215302.317872] RAS: Soft-offlining pfn: 0x166dca +[215302.317886] EDAC MC0: 19087 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215302.318071] Memory failure: 0x166dca: unhandlable page. +[215302.602501] mce: [Hardware Error]: Machine check events logged +[215302.602527] EDAC MC0: 23578 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215302.761014] mce: [Hardware Error]: Machine check events logged +[215302.904194] mce: [Hardware Error]: Machine check events logged +[215302.904231] EDAC MC0: 521 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.183884] mce: [Hardware Error]: Machine check events logged +[215303.198886] mce: [Hardware Error]: Machine check events logged +[215303.198912] EDAC MC0: 658 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.208423] mce: [Hardware Error]: Machine check events logged +[215303.216933] mce: [Hardware Error]: Machine check events logged +[215303.220075] mce: [Hardware Error]: Machine check events logged +[215303.223970] mce: [Hardware Error]: Machine check events logged +[215303.223991] RAS: Soft-offlining pfn: 0x80fd18 +[215303.224002] EDAC MC0: 2164 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.225462] Memory failure: 0x80fd18: unhandlable page. +[215303.226748] mce: [Hardware Error]: Machine check events logged +[215303.226764] EDAC MC0: 32700 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.234098] mce: [Hardware Error]: Machine check events logged +[215303.234123] RAS: Soft-offlining pfn: 0x80fbb2 +[215303.234132] EDAC MC0: 926 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.234468] Memory failure: 0x80fbb2: unhandlable page. +[215303.242551] mce: [Hardware Error]: Machine check events logged +[215303.242571] EDAC MC0: 10 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.247827] mce: [Hardware Error]: Machine check events logged +[215303.247844] RAS: Soft-offlining pfn: 0x80fc98 +[215303.247853] EDAC MC0: 347 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.248481] Memory failure: 0x80fc98: unhandlable page. +[215303.255897] mce: [Hardware Error]: Machine check events logged +[215303.255916] RAS: Soft-offlining pfn: 0x166dca +[215303.255925] EDAC MC0: 673 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.256474] Memory failure: 0x166dca: unhandlable page. +[215303.259176] mce: [Hardware Error]: Machine check events logged +[215303.259189] RAS: Soft-offlining pfn: 0x80fdb0 +[215303.259196] EDAC MC0: 42 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.259234] Memory failure: 0x80fdb0: unhandlable page. +[215303.275699] mce: [Hardware Error]: Machine check events logged +[215303.275729] EDAC MC0: 647 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.476475] mce: [Hardware Error]: Machine check events logged +[215303.476504] EDAC MC0: 182 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.489302] mce: [Hardware Error]: Machine check events logged +[215303.489332] EDAC MC0: 163 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.503011] mce: [Hardware Error]: Machine check events logged +[215303.515803] mce: [Hardware Error]: Machine check events logged +[215303.532460] mce: [Hardware Error]: Machine check events logged +[215303.532503] EDAC MC0: 1216 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.544243] mce: [Hardware Error]: Machine check events logged +[215303.544262] EDAC MC0: 228 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.556452] mce: [Hardware Error]: Machine check events logged +[215303.584901] mce: [Hardware Error]: Machine check events logged +[215303.626425] mce: [Hardware Error]: Machine check events logged +[215303.626449] RAS: Soft-offlining pfn: 0x166dca +[215303.626464] EDAC MC0: 13120 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.626980] Memory failure: 0x166dca: unhandlable page. +[215303.770231] mce: [Hardware Error]: Machine check events logged +[215303.770258] EDAC MC0: 534 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215303.788864] mce: [Hardware Error]: Machine check events logged +[215303.790541] EDAC MC0: 5040 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215304.064723] mce: [Hardware Error]: Machine check events logged +[215304.285087] mce: [Hardware Error]: Machine check events logged +[215304.586391] mce: [Hardware Error]: Machine check events logged +[215304.586431] EDAC MC0: 6462 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215304.776769] mce: [Hardware Error]: Machine check events logged +[215304.793253] mce: [Hardware Error]: Machine check events logged +[215305.006968] mce: [Hardware Error]: Machine check events logged +[215305.006992] RAS: Soft-offlining pfn: 0x166dca +[215305.007009] EDAC MC0: 1077 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215305.007205] Memory failure: 0x166dca: unhandlable page. +[215305.087732] mce: [Hardware Error]: Machine check events logged +[215305.463722] mce: [Hardware Error]: Machine check events logged +[215305.463754] EDAC MC0: 32735 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215305.610367] mce: [Hardware Error]: Machine check events logged +[215305.610400] EDAC MC0: 5617 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215305.846888] mce: [Hardware Error]: Machine check events logged +[215305.846922] EDAC MC0: 588 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215306.179795] mce: [Hardware Error]: Machine check events logged +[215306.179818] RAS: Soft-offlining pfn: 0x166dca +[215306.179832] EDAC MC0: 73 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215306.180029] Memory failure: 0x166dca: unhandlable page. +[215306.356607] mce: [Hardware Error]: Machine check events logged +[215306.356636] EDAC MC0: 62 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215306.528526] mce: [Hardware Error]: Machine check events logged +[215306.634317] mce: [Hardware Error]: Machine check events logged +[215306.634355] EDAC MC0: 11527 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215306.777576] mce: [Hardware Error]: Machine check events logged +[215306.777599] EDAC MC0: 290 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215306.793265] mce: [Hardware Error]: Machine check events logged +[215306.793290] EDAC MC0: 261 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.231584] mce: [Hardware Error]: Machine check events logged +[215307.412290] mce: [Hardware Error]: Machine check events logged +[215307.412317] RAS: Soft-offlining pfn: 0x166dca +[215307.412330] EDAC MC0: 842 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.417297] Memory failure: 0x166dca: unhandlable page. +[215307.421908] mce: [Hardware Error]: Machine check events logged +[215307.439930] mce: [Hardware Error]: Machine check events logged +[215307.455375] mce: [Hardware Error]: Machine check events logged +[215307.455399] RAS: Soft-offlining pfn: 0x80fc22 +[215307.455412] EDAC MC0: 1173 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.458546] Memory failure: 0x80fc22: unhandlable page. +[215307.465747] mce: [Hardware Error]: Machine check events logged +[215307.465778] EDAC MC0: 132 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.486038] mce: [Hardware Error]: Machine check events logged +[215307.486074] EDAC MC0: 464 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.510692] mce: [Hardware Error]: Machine check events logged +[215307.510727] EDAC MC0: 453 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.525658] mce: [Hardware Error]: Machine check events logged +[215307.525696] EDAC MC0: 646 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.535467] mce: [Hardware Error]: Machine check events logged +[215307.547219] mce: [Hardware Error]: Machine check events logged +[215307.547248] EDAC MC0: 16135 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.583487] mce: [Hardware Error]: Machine check events logged +[215307.583503] RAS: Soft-offlining pfn: 0x80fd22 +[215307.583511] EDAC MC0: 139 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.587302] Memory failure: 0x80fd22: unhandlable page. +[215307.594280] mce: [Hardware Error]: Machine check events logged +[215307.594310] EDAC MC0: 26367 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.631209] mce: [Hardware Error]: Machine check events logged +[215307.631231] EDAC MC0: 514 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.634665] mce: [Hardware Error]: Machine check events logged +[215307.634691] EDAC MC0: 290 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.649740] mce: [Hardware Error]: Machine check events logged +[215307.649768] RAS: Soft-offlining pfn: 0x80fc34 +[215307.649784] EDAC MC0: 634 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.650760] Memory failure: 0x80fc34: unhandlable page. +[215307.668758] mce: [Hardware Error]: Machine check events logged +[215307.669081] RAS: Soft-offlining pfn: 0x166dca +[215307.669094] EDAC MC0: 1811 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.672571] Memory failure: 0x166dca: unhandlable page. +[215307.687876] mce: [Hardware Error]: Machine check events logged +[215307.687905] EDAC MC0: 31704 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.702178] mce: [Hardware Error]: Machine check events logged +[215307.702276] RAS: Soft-offlining pfn: 0x80fb1c +[215307.702289] EDAC MC0: 1385 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.703148] Memory failure: 0x80fb1c: unhandlable page. +[215307.729889] mce: [Hardware Error]: Machine check events logged +[215307.729913] EDAC MC0: 32016 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.769168] mce: [Hardware Error]: Machine check events logged +[215307.791122] mce: [Hardware Error]: Machine check events logged +[215307.791363] EDAC MC0: 2400 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215307.928695] mce: [Hardware Error]: Machine check events logged +[215307.928722] EDAC MC0: 30772 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215308.547347] mce: [Hardware Error]: Machine check events logged +[215308.547376] EDAC MC0: 117 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215308.618237] mce: [Hardware Error]: Machine check events logged +[215308.618266] RAS: Soft-offlining pfn: 0x80fab2 +[215308.618278] EDAC MC0: 3786 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215308.618462] Memory failure: 0x80fab2: unhandlable page. +[215308.775301] mce: [Hardware Error]: Machine check events logged +[215308.777243] EDAC MC0: 5778 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215308.849446] mce: [Hardware Error]: Machine check events logged +[215309.450225] mce: [Hardware Error]: Machine check events logged +[215309.450247] RAS: Soft-offlining pfn: 0x166dca +[215309.450262] EDAC MC0: 27540 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215309.450436] Memory failure: 0x166dca: unhandlable page. +[215309.578204] mce: [Hardware Error]: Machine check events logged +[215309.578239] EDAC MC0: 5407 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215310.080985] mce: [Hardware Error]: Machine check events logged +[215310.409181] mce: [Hardware Error]: Machine check events logged +[215310.409212] EDAC MC0: 667 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215310.602165] mce: [Hardware Error]: Machine check events logged +[215310.786440] mce: [Hardware Error]: Machine check events logged +[215310.803784] mce: [Hardware Error]: Machine check events logged +[215310.804061] RAS: Soft-offlining pfn: 0x80fb84 +[215310.804075] EDAC MC0: 29776 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215310.804181] Memory failure: 0x80fb84: unhandlable page. +[215310.849788] mce: [Hardware Error]: Machine check events logged +[215310.849816] EDAC MC0: 29551 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215310.860728] i2c i2c-0: sendbytes: NAK bailout. +[215310.861159] mce: [Hardware Error]: Machine check events logged +[215310.871161] EDAC MC0: 31085 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215310.873157] mce: [Hardware Error]: Machine check events logged +[215310.874154] EDAC MC0: 2782 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215310.902079] mce: [Hardware Error]: Machine check events logged +[215310.902151] RAS: Soft-offlining pfn: 0x80fc18 +[215310.902160] EDAC MC0: 88 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215310.903157] Memory failure: 0x80fc18: unhandlable page. +[215310.928500] mce: [Hardware Error]: Machine check events logged +[215310.929152] EDAC MC0: 32428 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215310.955788] mce: [Hardware Error]: Machine check events logged +[215310.956151] EDAC MC0: 18 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215310.987862] EDID has corrupt header +[215310.993481] mce: [Hardware Error]: Machine check events logged +[215311.023644] mce: [Hardware Error]: Machine check events logged +[215311.024161] EDAC MC0: 148 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.044310] mce: [Hardware Error]: Machine check events logged +[215311.044342] EDAC MC0: 32428 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.085115] mce: [Hardware Error]: Machine check events logged +[215311.119367] mce: [Hardware Error]: Machine check events logged +[215311.151285] mce: [Hardware Error]: Machine check events logged +[215311.179509] mce: [Hardware Error]: Machine check events logged +[215311.204754] mce: [Hardware Error]: Machine check events logged +[215311.204785] EDAC MC0: 577 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.237943] mce: [Hardware Error]: Machine check events logged +[215311.237971] EDAC MC0: 32745 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.275053] mce: [Hardware Error]: Machine check events logged +[215311.275080] EDAC MC0: 16 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.313989] mce: [Hardware Error]: Machine check events logged +[215311.342254] mce: [Hardware Error]: Machine check events logged +[215311.342322] EDAC MC0: 417 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.378087] mce: [Hardware Error]: Machine check events logged +[215311.378117] EDAC MC0: 32626 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.408613] mce: [Hardware Error]: Machine check events logged +[215311.408639] EDAC MC0: 347 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.439135] mce: [Hardware Error]: Machine check events logged +[215311.439162] EDAC MC0: 72 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.475739] mce: [Hardware Error]: Machine check events logged +[215311.475761] RAS: Soft-offlining pfn: 0x165b98 +[215311.475772] EDAC MC0: 424 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.475969] Memory failure: 0x165b98: unhandlable page. +[215311.512240] mce: [Hardware Error]: Machine check events logged +[215311.512259] EDAC MC0: 32618 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.548367] mce: [Hardware Error]: Machine check events logged +[215311.584533] mce: [Hardware Error]: Machine check events logged +[215311.613287] mce: [Hardware Error]: Machine check events logged +[215311.613315] EDAC MC0: 247 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.626125] mce: [Hardware Error]: Machine check events logged +[215311.626153] EDAC MC0: 15705 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.661609] mce: [Hardware Error]: Machine check events logged +[215311.661632] EDAC MC0: 145 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.691359] mce: [Hardware Error]: Machine check events logged +[215311.691386] EDAC MC0: 74 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.715273] mce: [Hardware Error]: Machine check events logged +[215311.715302] EDAC MC0: 39 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.743764] mce: [Hardware Error]: Machine check events logged +[215311.743790] EDAC MC0: 5 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.771257] mce: [Hardware Error]: Machine check events logged +[215311.771280] EDAC MC0: 247 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.785701] mce: [Hardware Error]: Machine check events logged +[215311.785728] EDAC MC0: 111 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.796200] mce: [Hardware Error]: Machine check events logged +[215311.796229] RAS: Soft-offlining pfn: 0x80fb1c +[215311.796243] EDAC MC0: 375 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.796495] Memory failure: 0x80fb1c: unhandlable page. +[215311.821306] mce: [Hardware Error]: Machine check events logged +[215311.854612] mce: [Hardware Error]: Machine check events logged +[215311.854633] RAS: Soft-offlining pfn: 0x166dca +[215311.854644] EDAC MC0: 80 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.854679] Memory failure: 0x166dca: unhandlable page. +[215311.879626] mce: [Hardware Error]: Machine check events logged +[215311.879655] EDAC MC0: 39 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.914242] mce: [Hardware Error]: Machine check events logged +[215311.914272] EDAC MC0: 924 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215311.961962] mce: [Hardware Error]: Machine check events logged +[215312.346599] mce: [Hardware Error]: Machine check events logged +[215312.346688] EDAC MC0: 32655 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215312.586087] mce: [Hardware Error]: Machine check events logged +[215312.586123] RAS: Soft-offlining pfn: 0x165b98 +[215312.586135] EDAC MC0: 10756 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215312.586179] Memory failure: 0x165b98: unhandlable page. +[215312.779992] mce: [Hardware Error]: Machine check events logged +[215312.788260] mce: [Hardware Error]: Machine check events logged +[215312.788275] RAS: Soft-offlining pfn: 0x80fa98 +[215312.788287] EDAC MC0: 526 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215312.788599] Memory failure: 0x80fa98: unhandlable page. +[215312.863927] mce: [Hardware Error]: Machine check events logged +[215312.863960] EDAC MC0: 109 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215313.570126] mce: [Hardware Error]: Machine check events logged +[215313.570146] RAS: Soft-offlining pfn: 0x165b98 +[215313.570157] EDAC MC0: 381 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215313.571065] Memory failure: 0x165b98: unhandlable page. +[215313.581504] mce: [Hardware Error]: Machine check events logged +[215313.598115] mce: [Hardware Error]: Machine check events logged +[215313.598152] EDAC MC0: 418 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215313.610057] mce: [Hardware Error]: Machine check events logged +[215313.627496] mce: [Hardware Error]: Machine check events logged +[215313.638720] mce: [Hardware Error]: Machine check events logged +[215313.638754] EDAC MC0: 28904 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215313.651577] mce: [Hardware Error]: Machine check events logged +[215313.651606] EDAC MC0: 183 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215313.695799] mce: [Hardware Error]: Machine check events logged +[215313.695832] EDAC MC0: 273 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215314.102350] mce: [Hardware Error]: Machine check events logged +[215314.102380] EDAC MC0: 29 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215314.634014] mce: [Hardware Error]: Machine check events logged +[215314.774921] mce: [Hardware Error]: Machine check events logged +[215314.776603] EDAC MC0: 1720 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215314.967755] mce: [Hardware Error]: Machine check events logged +[215314.967794] EDAC MC0: 27287 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215315.441198] mce: [Hardware Error]: Machine check events logged +[215315.441224] RAS: Soft-offlining pfn: 0x80fb18 +[215315.441236] EDAC MC0: 166 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215315.441745] Memory failure: 0x80fb18: unhandlable page. +[215315.593977] mce: [Hardware Error]: Machine check events logged +[215315.768986] mce: [Hardware Error]: Machine check events logged +[215315.769019] EDAC MC0: 10305 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215315.881849] mce: [Hardware Error]: Machine check events logged +[215315.995681] mce: [Hardware Error]: Machine check events logged +[215316.324560] mce: [Hardware Error]: Machine check events logged +[215316.324580] RAS: Soft-offlining pfn: 0x165b98 +[215316.324593] EDAC MC0: 961 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215316.327178] Memory failure: 0x165b98: unhandlable page. +[215316.416742] mce: [Hardware Error]: Machine check events logged +[215316.416778] EDAC MC0: 216 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215316.617157] mce: [Hardware Error]: Machine check events logged +[215316.617178] EDAC MC0: 82 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215316.617941] mce: [Hardware Error]: Machine check events logged +[215316.617974] EDAC MC0: 1497 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215316.785293] mce: [Hardware Error]: Machine check events logged +[215316.785781] RAS: Soft-offlining pfn: 0x80fc04 +[215316.785794] EDAC MC0: 3822 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215316.785835] Memory failure: 0x80fc04: unhandlable page. +[215316.859602] mce: [Hardware Error]: Machine check events logged +[215316.859636] EDAC MC0: 29396 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215317.059273] mce: [Hardware Error]: Machine check events logged +[215317.059288] RAS: Soft-offlining pfn: 0x2260c6 +[215317.059298] EDAC MC0: 311 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215317.577907] mce: [Hardware Error]: Machine check events logged +[215317.577945] EDAC MC0: 28857 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215317.757514] mce: [Hardware Error]: Machine check events logged +[215317.757536] RAS: Soft-offlining pfn: 0x80fb98 +[215317.757548] EDAC MC0: 87 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215317.757881] Memory failure: 0x80fb98: unhandlable page. +[215317.769870] mce: [Hardware Error]: Machine check events logged +[215317.786446] mce: [Hardware Error]: Machine check events logged +[215317.786468] RAS: Soft-offlining pfn: 0x32000 +[215317.786480] EDAC MC0: 238 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215317.786661] Memory failure: 0x32000: unhandlable page. +[215317.818089] mce: [Hardware Error]: Machine check events logged +[215317.818121] EDAC MC0: 230 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215317.835499] mce: [Hardware Error]: Machine check events logged +[215317.835527] EDAC MC0: 222 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215317.863366] mce: [Hardware Error]: Machine check events logged +[215317.863391] EDAC MC0: 281 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215317.880052] mce: [Hardware Error]: Machine check events logged +[215317.897888] mce: [Hardware Error]: Machine check events logged +[215317.897914] EDAC MC0: 585 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215317.953851] mce: [Hardware Error]: Machine check events logged +[215317.953885] EDAC MC0: 536 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215317.979475] mce: [Hardware Error]: Machine check events logged +[215317.979508] EDAC MC0: 294 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215317.996335] mce: [Hardware Error]: Machine check events logged +[215318.013759] mce: [Hardware Error]: Machine check events logged +[215318.013789] EDAC MC0: 702 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215318.032087] mce: [Hardware Error]: Machine check events logged +[215318.032113] EDAC MC0: 670 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215318.048051] mce: [Hardware Error]: Machine check events logged +[215318.048103] RAS: Soft-offlining pfn: 0x165c88 +[215318.048115] EDAC MC0: 1079 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215318.050041] Memory failure: 0x165c88: unhandlable page. +[215318.092561] mce: [Hardware Error]: Machine check events logged +[215318.092583] RAS: Soft-offlining pfn: 0x166dca +[215318.092595] EDAC MC0: 32247 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215318.092900] Memory failure: 0x166dca: unhandlable page. +[215318.107087] mce: [Hardware Error]: Machine check events logged +[215318.124717] mce: [Hardware Error]: Machine check events logged +[215318.137292] mce: [Hardware Error]: Machine check events logged +[215318.137320] EDAC MC0: 1376 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215318.149734] mce: [Hardware Error]: Machine check events logged +[215318.149766] EDAC MC0: 83 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215318.181879] mce: [Hardware Error]: Machine check events logged +[215318.601873] mce: [Hardware Error]: Machine check events logged +[215318.601907] EDAC MC0: 30464 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215318.782233] mce: [Hardware Error]: Machine check events logged +[215318.782262] EDAC MC0: 171 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215318.800072] mce: [Hardware Error]: Machine check events logged +[215318.800096] EDAC MC0: 139 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215318.823824] mce: [Hardware Error]: Machine check events logged +[215318.823853] EDAC MC0: 249 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215318.833404] mce: [Hardware Error]: Machine check events logged +[215318.837888] mce: [Hardware Error]: Machine check events logged +[215318.837913] EDAC MC0: 494 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215318.949860] mce: [Hardware Error]: Machine check events logged +[215318.949886] EDAC MC0: 32622 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215319.077146] mce: [Hardware Error]: Machine check events logged +[215319.077166] RAS: Soft-offlining pfn: 0x80fb22 +[215319.077179] EDAC MC0: 485 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215319.077602] Memory failure: 0x80fb22: unhandlable page. +[215319.561844] mce: [Hardware Error]: Machine check events logged +[215319.561867] RAS: Soft-offlining pfn: 0x80fd98 +[215319.561879] EDAC MC0: 98 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215319.562104] Memory failure: 0x80fd98: unhandlable page. +[215319.625846] mce: [Hardware Error]: Machine check events logged +[215319.625879] EDAC MC0: 2460 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215319.893080] mce: [Hardware Error]: Machine check events logged +[215320.383572] mce: [Hardware Error]: Machine check events logged +[215320.383591] RAS: Soft-offlining pfn: 0x80fb18 +[215320.383601] EDAC MC0: 418 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215320.383796] Memory failure: 0x80fb18: unhandlable page. +[215320.585801] mce: [Hardware Error]: Machine check events logged +[215320.585986] EDAC MC0: 12762 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215320.786158] mce: [Hardware Error]: Machine check events logged +[215320.786177] RAS: Soft-offlining pfn: 0x165b9e +[215320.786190] EDAC MC0: 32472 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215320.786246] Memory failure: 0x165b9e: unhandlable page. +[215320.809715] mce: [Hardware Error]: Machine check events logged +[215320.809749] EDAC MC0: 379 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215320.895395] mce: [Hardware Error]: Machine check events logged +[215320.895421] EDAC MC0: 244 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215320.910748] mce: [Hardware Error]: Machine check events logged +[215320.961426] mce: [Hardware Error]: Machine check events logged +[215321.128771] mce: [Hardware Error]: Machine check events logged +[215321.128803] EDAC MC0: 638 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215321.162853] i2c i2c-0: sendbytes: NAK bailout. +[215321.224357] EDID block 0 (tag 0x00) checksum is invalid, remainder is 122 +[215321.277060] mce: [Hardware Error]: Machine check events logged +[215321.609766] mce: [Hardware Error]: Machine check events logged +[215321.609803] EDAC MC0: 18315 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215322.288249] mce: [Hardware Error]: Machine check events logged +[215322.288271] EDAC MC0: 292 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215322.633719] mce: [Hardware Error]: Machine check events logged +[215322.633896] RAS: Soft-offlining pfn: 0x166dca +[215322.633906] EDAC MC0: 12402 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215322.634081] Memory failure: 0x166dca: unhandlable page. +[215322.771187] mce: [Hardware Error]: Machine check events logged +[215322.771216] EDAC MC0: 32330 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215322.785081] mce: [Hardware Error]: Machine check events logged +[215322.785113] EDAC MC0: 181 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215323.127103] mce: [Hardware Error]: Machine check events logged +[215323.127125] RAS: Soft-offlining pfn: 0x80fd34 +[215323.127138] EDAC MC0: 21 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215323.127330] Memory failure: 0x80fd34: unhandlable page. +[215323.593682] mce: [Hardware Error]: Machine check events logged +[215323.674964] mce: [Hardware Error]: Machine check events logged +[215323.674991] EDAC MC0: 18756 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215323.684032] mce: [Hardware Error]: Machine check events logged +[215323.699640] mce: [Hardware Error]: Machine check events logged +[215323.713917] mce: [Hardware Error]: Machine check events logged +[215323.713945] EDAC MC0: 1018 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215323.726455] mce: [Hardware Error]: Machine check events logged +[215323.726473] RAS: Soft-offlining pfn: 0x80fb98 +[215323.726483] EDAC MC0: 361 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215323.726687] Memory failure: 0x80fb98: unhandlable page. +[215323.743191] mce: [Hardware Error]: Machine check events logged +[215323.743221] EDAC MC0: 163 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215323.753842] mce: [Hardware Error]: Machine check events logged +[215323.753877] EDAC MC0: 415 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215323.780443] mce: [Hardware Error]: Machine check events logged +[215323.816856] mce: [Hardware Error]: Machine check events logged +[215323.816884] RAS: Soft-offlining pfn: 0x80fb9c +[215323.816901] EDAC MC0: 321 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215323.817240] Memory failure: 0x80fb9c: unhandlable page. +[215324.159016] mce: [Hardware Error]: Machine check events logged +[215324.159063] RAS: Soft-offlining pfn: 0x80fa98 +[215324.159082] EDAC MC0: 179 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215324.159269] Memory failure: 0x80fa98: unhandlable page. +[215324.617647] mce: [Hardware Error]: Machine check events logged +[215324.617684] EDAC MC0: 24046 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215324.777183] mce: [Hardware Error]: Machine check events logged +[215324.777207] EDAC MC0: 340 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215324.912091] mce: [Hardware Error]: Machine check events logged +[215324.912129] EDAC MC0: 352 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215325.519618] mce: [Hardware Error]: Machine check events logged +[215325.519648] EDAC MC0: 95 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215325.577617] mce: [Hardware Error]: Machine check events logged +[215325.964016] mce: [Hardware Error]: Machine check events logged +[215326.117493] mce: [Hardware Error]: Machine check events logged +[215326.117530] EDAC MC0: 2659 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215326.601589] mce: [Hardware Error]: Machine check events logged +[215326.601619] RAS: Soft-offlining pfn: 0x165b98 +[215326.601635] EDAC MC0: 26243 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215326.601926] Memory failure: 0x165b98: unhandlable page. +[215326.775635] mce: [Hardware Error]: Machine check events logged +[215326.792925] mce: [Hardware Error]: Machine check events logged +[215327.177141] mce: [Hardware Error]: Machine check events logged +[215327.207237] mce: [Hardware Error]: Machine check events logged +[215327.207261] RAS: Soft-offlining pfn: 0x166dca +[215327.207277] EDAC MC0: 1064 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215327.207454] Memory failure: 0x166dca: unhandlable page. +[215327.221526] mce: [Hardware Error]: Machine check events logged +[215327.238869] mce: [Hardware Error]: Machine check events logged +[215327.238888] RAS: Soft-offlining pfn: 0x166dca +[215327.238901] EDAC MC0: 1166 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215327.239554] Memory failure: 0x166dca: unhandlable page. +[215327.250905] mce: [Hardware Error]: Machine check events logged +[215327.250928] RAS: Soft-offlining pfn: 0x80fd34 +[215327.250943] EDAC MC0: 199 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215327.251058] Memory failure: 0x80fd34: unhandlable page. +[215327.276431] mce: [Hardware Error]: Machine check events logged +[215327.276467] EDAC MC0: 391 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215327.290400] mce: [Hardware Error]: Machine check events logged +[215327.290431] RAS: Soft-offlining pfn: 0x80fa1c +[215327.290450] EDAC MC0: 382 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215327.290629] Memory failure: 0x80fa1c: unhandlable page. +[215327.328121] mce: [Hardware Error]: Machine check events logged +[215327.347043] mce: [Hardware Error]: Machine check events logged +[215327.347069] EDAC MC0: 436 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215327.386482] mce: [Hardware Error]: Machine check events logged +[215327.430118] mce: [Hardware Error]: Machine check events logged +[215327.453657] mce: [Hardware Error]: Machine check events logged +[215327.453696] EDAC MC0: 1030 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215327.477894] mce: [Hardware Error]: Machine check events logged +[215327.477924] RAS: Soft-offlining pfn: 0x80fca2 +[215327.477942] EDAC MC0: 863 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215327.478554] Memory failure: 0x80fca2: unhandlable page. +[215327.512730] mce: [Hardware Error]: Machine check events logged +[215327.512748] RAS: Soft-offlining pfn: 0x80fc9e +[215327.512758] EDAC MC0: 1 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215327.512928] Memory failure: 0x80fc9e: unhandlable page. +[215327.530161] mce: [Hardware Error]: Machine check events logged +[215327.533732] EDAC MC0: 4127 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215327.550097] mce: [Hardware Error]: Machine check events logged +[215327.550128] EDAC MC0: 29584 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215327.625547] mce: [Hardware Error]: Machine check events logged +[215327.625583] RAS: Soft-offlining pfn: 0x166dca +[215327.625593] EDAC MC0: 22189 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215327.625842] Memory failure: 0x166dca: unhandlable page. +[215327.678890] mce: [Hardware Error]: Machine check events logged +[215327.753760] mce: [Hardware Error]: Machine check events logged +[215327.766679] mce: [Hardware Error]: Machine check events logged +[215327.787337] mce: [Hardware Error]: Machine check events logged +[215327.787383] RAS: Soft-offlining pfn: 0x166dca +[215327.787405] EDAC MC0: 1555 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215327.787572] Memory failure: 0x166dca: unhandlable page. +[215328.047650] mce: [Hardware Error]: Machine check events logged +[215328.047680] EDAC MC0: 32613 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215328.585495] mce: [Hardware Error]: Machine check events logged +[215328.585638] RAS: Soft-offlining pfn: 0x165b98 +[215328.585648] EDAC MC0: 26792 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215328.585678] Memory failure: 0x165b98: unhandlable page. +[215328.785326] mce: [Hardware Error]: Machine check events logged +[215328.839216] mce: [Hardware Error]: Machine check events logged +[215329.609454] mce: [Hardware Error]: Machine check events logged +[215330.083078] mce: [Hardware Error]: Machine check events logged +[215330.083102] EDAC MC0: 344 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215330.132678] mce: [Hardware Error]: Machine check events logged +[215330.132699] EDAC MC0: 200 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215330.633415] mce: [Hardware Error]: Machine check events logged +[215330.633454] EDAC MC0: 31800 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215330.768727] mce: [Hardware Error]: Machine check events logged +[215330.768754] EDAC MC0: 390 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215330.785197] mce: [Hardware Error]: Machine check events logged +[215330.785343] EDAC MC0: 1336 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215330.948265] mce: [Hardware Error]: Machine check events logged +[215330.948289] RAS: Soft-offlining pfn: 0x165b9e +[215330.948299] EDAC MC0: 31904 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215330.950053] Memory failure: 0x165b9e: unhandlable page. +[215330.955299] mce: [Hardware Error]: Machine check events logged +[215330.955327] EDAC MC0: 142 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215330.968781] mce: [Hardware Error]: Machine check events logged +[215330.968799] RAS: Soft-offlining pfn: 0x166dca +[215330.968809] EDAC MC0: 288 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215330.969028] Memory failure: 0x166dca: unhandlable page. +[215331.084137] mce: [Hardware Error]: Machine check events logged +[215331.344150] mce: [Hardware Error]: Machine check events logged +[215331.344172] EDAC MC0: 275 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215331.433158] i2c i2c-0: sendbytes: NAK bailout. +[215331.463933] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[215331.496848] mce: [Hardware Error]: Machine check events logged +[215331.496876] EDAC MC0: 40 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215331.593395] mce: [Hardware Error]: Machine check events logged +[215331.778011] mce: [Hardware Error]: Machine check events logged +[215331.778034] EDAC MC0: 16433 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215331.876056] mce: [Hardware Error]: Machine check events logged +[215332.274732] mce: [Hardware Error]: Machine check events logged +[215332.274750] RAS: Soft-offlining pfn: 0x165b98 +[215332.274762] EDAC MC0: 626 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215332.274972] Memory failure: 0x165b98: unhandlable page. +[215332.617346] mce: [Hardware Error]: Machine check events logged +[215332.617380] RAS: Soft-offlining pfn: 0x166dca +[215332.617395] EDAC MC0: 15640 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215332.617645] Memory failure: 0x166dca: unhandlable page. +[215332.778635] mce: [Hardware Error]: Machine check events logged +[215332.778660] EDAC MC0: 304 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215332.796124] mce: [Hardware Error]: Machine check events logged +[215332.796156] EDAC MC0: 211 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215333.098607] mce: [Hardware Error]: Machine check events logged +[215333.577297] mce: [Hardware Error]: Machine check events logged +[215333.577330] EDAC MC0: 14273 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215333.766179] mce: [Hardware Error]: Machine check events logged +[215333.766212] EDAC MC0: 366 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215333.779521] mce: [Hardware Error]: Machine check events logged +[215333.779543] EDAC MC0: 146 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215333.792521] mce: [Hardware Error]: Machine check events logged +[215333.794902] RAS: Soft-offlining pfn: 0x80fa9c +[215333.794915] EDAC MC0: 5828 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215333.795108] Memory failure: 0x80fa9c: unhandlable page. +[215333.807143] mce: [Hardware Error]: Machine check events logged +[215333.807157] RAS: Soft-offlining pfn: 0x166dca +[215333.807165] EDAC MC0: 27386 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215333.807353] Memory failure: 0x166dca: unhandlable page. +[215333.822047] mce: [Hardware Error]: Machine check events logged +[215333.822070] RAS: Soft-offlining pfn: 0x80fa98 +[215333.822084] EDAC MC0: 398 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215333.822309] Memory failure: 0x80fa98: unhandlable page. +[215333.833350] mce: [Hardware Error]: Machine check events logged +[215333.844078] mce: [Hardware Error]: Machine check events logged +[215333.844099] EDAC MC0: 202 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215333.895069] mce: [Hardware Error]: Machine check events logged +[215333.895084] RAS: Soft-offlining pfn: 0x80fa1c +[215333.895095] EDAC MC0: 233 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215333.895511] Memory failure: 0x80fa1c: unhandlable page. +[215334.129290] mce: [Hardware Error]: Machine check events logged +[215334.129319] EDAC MC0: 55 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215334.601271] mce: [Hardware Error]: Machine check events logged +[215334.601299] RAS: Soft-offlining pfn: 0x165a08 +[215334.601312] EDAC MC0: 21820 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215334.601499] Memory failure: 0x165a08: unhandlable page. +[215334.780656] mce: [Hardware Error]: Machine check events logged +[215334.824383] mce: [Hardware Error]: Machine check events logged +[215335.397734] mce: [Hardware Error]: Machine check events logged +[215335.625237] mce: [Hardware Error]: Machine check events logged +[215335.625278] EDAC MC0: 29224 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215335.784834] mce: [Hardware Error]: Machine check events logged +[215335.784852] RAS: Soft-offlining pfn: 0x166dca +[215335.784864] EDAC MC0: 373 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215335.785095] Memory failure: 0x166dca: unhandlable page. +[215335.824318] mce: [Hardware Error]: Machine check events logged +[215335.957734] mce: [Hardware Error]: Machine check events logged +[215336.078252] mce: [Hardware Error]: Machine check events logged +[215336.305736] mce: [Hardware Error]: Machine check events logged +[215336.305762] RAS: Soft-offlining pfn: 0x166dca +[215336.305778] EDAC MC0: 16754 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215336.305904] Memory failure: 0x166dca: unhandlable page. +[215336.585195] mce: [Hardware Error]: Machine check events logged +[215336.781299] mce: [Hardware Error]: Machine check events logged +[215336.781509] RAS: Soft-offlining pfn: 0x80fd18 +[215336.781522] EDAC MC0: 21458 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215336.781552] Memory failure: 0x80fd18: unhandlable page. +[215336.797575] mce: [Hardware Error]: Machine check events logged +[215337.170735] mce: [Hardware Error]: Machine check events logged +[215337.170759] RAS: Soft-offlining pfn: 0x80fb9c +[215337.170775] EDAC MC0: 32434 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215337.170970] Memory failure: 0x80fb9c: unhandlable page. +[215337.609375] mce: [Hardware Error]: Machine check events logged +[215337.609407] RAS: Soft-offlining pfn: 0x165b98 +[215337.609419] EDAC MC0: 27044 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215337.609445] Memory failure: 0x165b98: unhandlable page. +[215337.711880] mce: [Hardware Error]: Machine check events logged +[215337.726244] mce: [Hardware Error]: Machine check events logged +[215337.726268] RAS: Soft-offlining pfn: 0x166dca +[215337.726284] EDAC MC0: 729 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215337.726552] Memory failure: 0x166dca: unhandlable page. +[215337.749468] mce: [Hardware Error]: Machine check events logged +[215337.771173] mce: [Hardware Error]: Machine check events logged +[215337.771214] EDAC MC0: 1218 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215337.788892] mce: [Hardware Error]: Machine check events logged +[215337.788924] EDAC MC0: 231 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215337.805473] mce: [Hardware Error]: Machine check events logged +[215337.805506] EDAC MC0: 930 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215337.811371] mce: [Hardware Error]: Machine check events logged +[215337.814551] EDAC MC0: 20977 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215337.829046] mce: [Hardware Error]: Machine check events logged +[215337.829080] EDAC MC0: 27800 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215337.847097] mce: [Hardware Error]: Machine check events logged +[215337.863872] mce: [Hardware Error]: Machine check events logged +[215337.883980] mce: [Hardware Error]: Machine check events logged +[215337.884014] EDAC MC0: 1335 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215337.901202] mce: [Hardware Error]: Machine check events logged +[215337.927330] mce: [Hardware Error]: Machine check events logged +[215337.939517] mce: [Hardware Error]: Machine check events logged +[215337.939545] EDAC MC0: 539 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215337.962487] mce: [Hardware Error]: Machine check events logged +[215337.962512] EDAC MC0: 864 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215337.984339] mce: [Hardware Error]: Machine check events logged +[215337.984368] RAS: Soft-offlining pfn: 0x166dca +[215337.984383] EDAC MC0: 32662 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215337.985165] Memory failure: 0x166dca: unhandlable page. +[215338.010867] mce: [Hardware Error]: Machine check events logged +[215338.010893] EDAC MC0: 386 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215338.026538] mce: [Hardware Error]: Machine check events logged +[215338.026569] EDAC MC0: 485 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215338.265124] mce: [Hardware Error]: Machine check events logged +[215338.265170] EDAC MC0: 176 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215338.633115] mce: [Hardware Error]: Machine check events logged +[215338.780117] mce: [Hardware Error]: Machine check events logged +[215338.780142] EDAC MC0: 27312 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215338.810325] mce: [Hardware Error]: Machine check events logged +[215338.810346] RAS: Soft-offlining pfn: 0x80fc18 +[215338.810360] EDAC MC0: 303 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215338.810824] Memory failure: 0x80fc18: unhandlable page. +[215339.197692] mce: [Hardware Error]: Machine check events logged +[215339.593132] mce: [Hardware Error]: Machine check events logged +[215339.593164] RAS: Soft-offlining pfn: 0x166dca +[215339.593179] EDAC MC0: 13570 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215339.593378] Memory failure: 0x166dca: unhandlable page. +[215339.784251] mce: [Hardware Error]: Machine check events logged +[215339.948950] mce: [Hardware Error]: Machine check events logged +[215339.948994] EDAC MC0: 667 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215340.500786] mce: [Hardware Error]: Machine check events logged +[215340.500820] EDAC MC0: 314 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215340.617061] mce: [Hardware Error]: Machine check events logged +[215340.617093] RAS: Soft-offlining pfn: 0x166dca +[215340.617105] EDAC MC0: 16245 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215340.617199] Memory failure: 0x166dca: unhandlable page. +[215340.782117] mce: [Hardware Error]: Machine check events logged +[215340.782147] EDAC MC0: 308 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215340.800103] mce: [Hardware Error]: Machine check events logged +[215340.800131] EDAC MC0: 523 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215340.988908] mce: [Hardware Error]: Machine check events logged +[215341.000034] mce: [Hardware Error]: Machine check events logged +[215341.014923] mce: [Hardware Error]: Machine check events logged +[215341.014942] RAS: Soft-offlining pfn: 0x166dca +[215341.014954] EDAC MC0: 942 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215341.015158] Memory failure: 0x166dca: unhandlable page. +[215341.213026] mce: [Hardware Error]: Machine check events logged +[215341.213058] EDAC MC0: 83 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215341.576998] mce: [Hardware Error]: Machine check events logged +[215341.577035] EDAC MC0: 23115 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215341.577526] i2c i2c-0: sendbytes: NAK bailout. +[215341.579120] i2c i2c-0: sendbytes: NAK bailout. +[215341.581688] i2c i2c-0: sendbytes: NAK bailout. +[215341.704638] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[215341.707138] mce: [Hardware Error]: Machine check events logged +[215341.707169] EDAC MC0: 32709 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215341.862483] mce: [Hardware Error]: Machine check events logged +[215341.862511] EDAC MC0: 247 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215342.421152] mce: [Hardware Error]: Machine check events logged +[215342.421186] EDAC MC0: 2 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215342.600958] mce: [Hardware Error]: Machine check events logged +[215342.637895] mce: [Hardware Error]: Machine check events logged +[215342.670248] mce: [Hardware Error]: Machine check events logged +[215342.670271] EDAC MC0: 7468 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215342.700870] mce: [Hardware Error]: Machine check events logged +[215342.700894] RAS: Soft-offlining pfn: 0x80fb18 +[215342.700905] EDAC MC0: 66 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215342.701023] Memory failure: 0x80fb18: unhandlable page. +[215342.737062] mce: [Hardware Error]: Machine check events logged +[215342.737085] EDAC MC0: 32733 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215342.770797] mce: [Hardware Error]: Machine check events logged +[215342.770812] RAS: Soft-offlining pfn: 0x80fa18 +[215342.770820] EDAC MC0: 142 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215342.771026] Memory failure: 0x80fa18: unhandlable page. +[215342.778490] mce: [Hardware Error]: Machine check events logged +[215342.778509] EDAC MC0: 190 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215342.791997] mce: [Hardware Error]: Machine check events logged +[215342.792048] EDAC MC0: 752 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215342.822430] mce: [Hardware Error]: Machine check events logged +[215342.852757] mce: [Hardware Error]: Machine check events logged +[215342.852778] RAS: Soft-offlining pfn: 0x166dca +[215342.852791] EDAC MC0: 32530 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215342.852864] Memory failure: 0x166dca: unhandlable page. +[215342.887035] mce: [Hardware Error]: Machine check events logged +[215342.926972] mce: [Hardware Error]: Machine check events logged +[215342.926991] RAS: Soft-offlining pfn: 0x80fb9c +[215342.927002] EDAC MC0: 98 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215342.927033] Memory failure: 0x80fb9c: unhandlable page. +[215342.962321] mce: [Hardware Error]: Machine check events logged +[215342.962341] RAS: Soft-offlining pfn: 0x80fd34 +[215342.962351] EDAC MC0: 32738 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215342.962385] Memory failure: 0x80fd34: unhandlable page. +[215342.992406] mce: [Hardware Error]: Machine check events logged +[215342.992429] EDAC MC0: 278 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.030049] mce: [Hardware Error]: Machine check events logged +[215343.030071] RAS: Soft-offlining pfn: 0x80fab4 +[215343.030083] EDAC MC0: 32735 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.030120] Memory failure: 0x80fab4: unhandlable page. +[215343.060881] mce: [Hardware Error]: Machine check events logged +[215343.092646] mce: [Hardware Error]: Machine check events logged +[215343.119907] mce: [Hardware Error]: Machine check events logged +[215343.119925] EDAC MC0: 190 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.159210] mce: [Hardware Error]: Machine check events logged +[215343.159229] RAS: Soft-offlining pfn: 0x80fc84 +[215343.159240] EDAC MC0: 34 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.159275] Memory failure: 0x80fc84: unhandlable page. +[215343.188746] mce: [Hardware Error]: Machine check events logged +[215343.188775] EDAC MC0: 72 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.222896] mce: [Hardware Error]: Machine check events logged +[215343.222922] EDAC MC0: 44 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.248408] mce: [Hardware Error]: Machine check events logged +[215343.248435] EDAC MC0: 247 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.283534] mce: [Hardware Error]: Machine check events logged +[215343.283559] EDAC MC0: 53 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.327999] mce: [Hardware Error]: Machine check events logged +[215343.328021] EDAC MC0: 24 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.356909] mce: [Hardware Error]: Machine check events logged +[215343.356935] EDAC MC0: 23 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.389547] mce: [Hardware Error]: Machine check events logged +[215343.389569] EDAC MC0: 66 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.415430] mce: [Hardware Error]: Machine check events logged +[215343.415451] EDAC MC0: 32764 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.447811] mce: [Hardware Error]: Machine check events logged +[215343.447838] EDAC MC0: 27 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.473942] mce: [Hardware Error]: Machine check events logged +[215343.473962] EDAC MC0: 7 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.506291] mce: [Hardware Error]: Machine check events logged +[215343.506314] EDAC MC0: 84 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.624939] mce: [Hardware Error]: Machine check events logged +[215343.785373] mce: [Hardware Error]: Machine check events logged +[215343.785393] RAS: Soft-offlining pfn: 0x166dca +[215343.785405] EDAC MC0: 12415 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.785619] Memory failure: 0x166dca: unhandlable page. +[215343.860844] mce: [Hardware Error]: Machine check events logged +[215343.860873] EDAC MC0: 264 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.873245] mce: [Hardware Error]: Machine check events logged +[215343.873276] EDAC MC0: 339 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.887873] mce: [Hardware Error]: Machine check events logged +[215343.901330] mce: [Hardware Error]: Machine check events logged +[215343.901356] EDAC MC0: 632 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.917917] mce: [Hardware Error]: Machine check events logged +[215343.917953] EDAC MC0: 493 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.927959] mce: [Hardware Error]: Machine check events logged +[215343.939119] mce: [Hardware Error]: Machine check events logged +[215343.939144] EDAC MC0: 362 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215343.949924] mce: [Hardware Error]: Machine check events logged +[215343.949948] EDAC MC0: 326 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215344.200229] mce: [Hardware Error]: Machine check events logged +[215344.200262] EDAC MC0: 32721 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215344.584889] mce: [Hardware Error]: Machine check events logged +[215344.782881] mce: [Hardware Error]: Machine check events logged +[215344.782902] RAS: Soft-offlining pfn: 0x80fc22 +[215344.782915] EDAC MC0: 21409 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215344.783311] Memory failure: 0x80fc22: unhandlable page. +[215344.867010] mce: [Hardware Error]: Machine check events logged +[215344.867045] EDAC MC0: 83 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215345.548210] mce: [Hardware Error]: Machine check events logged +[215345.548233] RAS: Soft-offlining pfn: 0x166dca +[215345.548247] EDAC MC0: 61 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215345.548459] Memory failure: 0x166dca: unhandlable page. +[215345.608887] mce: [Hardware Error]: Machine check events logged +[215345.608922] RAS: Soft-offlining pfn: 0x165b9e +[215345.608932] EDAC MC0: 4267 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215345.609137] Memory failure: 0x165b9e: unhandlable page. +[215346.023065] mce: [Hardware Error]: Machine check events logged +[215346.166619] mce: [Hardware Error]: Machine check events logged +[215346.619303] mce: [Hardware Error]: Machine check events logged +[215346.619336] EDAC MC0: 737 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215346.632806] mce: [Hardware Error]: Machine check events logged +[215346.632972] EDAC MC0: 4140 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215346.782719] mce: [Hardware Error]: Machine check events logged +[215346.782744] EDAC MC0: 32348 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215346.839076] mce: [Hardware Error]: Machine check events logged +[215346.839109] RAS: Soft-offlining pfn: 0x165b98 +[215346.839123] EDAC MC0: 167 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215346.839321] Memory failure: 0x165b98: unhandlable page. +[215347.050883] mce: [Hardware Error]: Machine check events logged +[215347.052078] EDAC MC0: 8092 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.066955] mce: [Hardware Error]: Machine check events logged +[215347.083847] mce: [Hardware Error]: Machine check events logged +[215347.083956] EDAC MC0: 25600 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.119359] mce: [Hardware Error]: Machine check events logged +[215347.134226] mce: [Hardware Error]: Machine check events logged +[215347.134278] RAS: Soft-offlining pfn: 0x80fa9c +[215347.134291] EDAC MC0: 486 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.134469] Memory failure: 0x80fa9c: unhandlable page. +[215347.165466] mce: [Hardware Error]: Machine check events logged +[215347.165504] EDAC MC0: 143 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.185799] mce: [Hardware Error]: Machine check events logged +[215347.202740] mce: [Hardware Error]: Machine check events logged +[215347.218069] mce: [Hardware Error]: Machine check events logged +[215347.218110] EDAC MC0: 1268 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.233230] mce: [Hardware Error]: Machine check events logged +[215347.233255] EDAC MC0: 277 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.246835] mce: [Hardware Error]: Machine check events logged +[215347.246877] EDAC MC0: 547 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.262324] mce: [Hardware Error]: Machine check events logged +[215347.262353] EDAC MC0: 317 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.271362] mce: [Hardware Error]: Machine check events logged +[215347.271399] EDAC MC0: 370 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.288309] mce: [Hardware Error]: Machine check events logged +[215347.288341] EDAC MC0: 933 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.308950] mce: [Hardware Error]: Machine check events logged +[215347.353723] mce: [Hardware Error]: Machine check events logged +[215347.353752] EDAC MC0: 582 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.370252] mce: [Hardware Error]: Machine check events logged +[215347.370283] RAS: Soft-offlining pfn: 0x80fb98 +[215347.370299] EDAC MC0: 898 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.371006] Memory failure: 0x80fb98: unhandlable page. +[215347.383842] mce: [Hardware Error]: Machine check events logged +[215347.403618] mce: [Hardware Error]: Machine check events logged +[215347.403642] RAS: Soft-offlining pfn: 0x166dca +[215347.403657] EDAC MC0: 974 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.403937] Memory failure: 0x166dca: unhandlable page. +[215347.432681] mce: [Hardware Error]: Machine check events logged +[215347.484236] mce: [Hardware Error]: Machine check events logged +[215347.592771] mce: [Hardware Error]: Machine check events logged +[215347.592810] EDAC MC0: 8279 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.787887] mce: [Hardware Error]: Machine check events logged +[215347.787921] EDAC MC0: 221 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215347.880127] mce: [Hardware Error]: Machine check events logged +[215347.880168] EDAC MC0: 304 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215348.201863] mce: [Hardware Error]: Machine check events logged +[215348.201895] EDAC MC0: 198 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215348.612305] mce: [Hardware Error]: Machine check events logged +[215348.612330] EDAC MC0: 245 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215348.616738] mce: [Hardware Error]: Machine check events logged +[215348.616766] EDAC MC0: 758 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215348.780719] mce: [Hardware Error]: Machine check events logged +[215348.780742] RAS: Soft-offlining pfn: 0x80fd98 +[215348.780752] EDAC MC0: 484 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215348.780929] Memory failure: 0x80fd98: unhandlable page. +[215348.797196] mce: [Hardware Error]: Machine check events logged +[215348.797216] RAS: Soft-offlining pfn: 0x166dca +[215348.797228] EDAC MC0: 382 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215348.797451] Memory failure: 0x166dca: unhandlable page. +[215349.206069] mce: [Hardware Error]: Machine check events logged +[215349.206130] RAS: Soft-offlining pfn: 0x80fc18 +[215349.206141] EDAC MC0: 84 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215349.206169] Memory failure: 0x80fc18: unhandlable page. +[215349.576840] mce: [Hardware Error]: Machine check events logged +[215349.576880] EDAC MC0: 19586 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215350.092409] mce: [Hardware Error]: Machine check events logged +[215350.600660] mce: [Hardware Error]: Machine check events logged +[215350.600688] EDAC MC0: 32694 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215350.772613] mce: [Hardware Error]: Machine check events logged +[215350.772632] RAS: Soft-offlining pfn: 0x166dca +[215350.772649] EDAC MC0: 351 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215350.772732] Memory failure: 0x166dca: unhandlable page. +[215350.793953] mce: [Hardware Error]: Machine check events logged +[215350.793977] EDAC MC0: 112 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215351.039714] mce: [Hardware Error]: Machine check events logged +[215351.048522] mce: [Hardware Error]: Machine check events logged +[215351.064377] mce: [Hardware Error]: Machine check events logged +[215351.064444] EDAC MC0: 1348 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215351.282753] mce: [Hardware Error]: Machine check events logged +[215351.624629] mce: [Hardware Error]: Machine check events logged +[215351.624667] EDAC MC0: 24839 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215351.792927] mce: [Hardware Error]: Machine check events logged +[215351.792957] EDAC MC0: 415 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215351.817150] i2c i2c-0: sendbytes: NAK bailout. +[215351.820040] mce: [Hardware Error]: Machine check events logged +[215351.821669] i2c i2c-0: sendbytes: NAK bailout. +[215351.898512] mce: [Hardware Error]: Machine check events logged +[215351.898531] RAS: Soft-offlining pfn: 0x166dca +[215351.898541] EDAC MC0: 442 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215351.898825] Memory failure: 0x166dca: unhandlable page. +[215351.944654] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[215352.025283] mce: [Hardware Error]: Machine check events logged +[215352.584589] mce: [Hardware Error]: Machine check events logged +[215352.584630] EDAC MC0: 25794 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215352.783518] mce: [Hardware Error]: Machine check events logged +[215352.799935] mce: [Hardware Error]: Machine check events logged +[215352.956684] mce: [Hardware Error]: Machine check events logged +[215352.956711] EDAC MC0: 1155 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215352.969508] mce: [Hardware Error]: Machine check events logged +[215352.969539] EDAC MC0: 259 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215352.984341] mce: [Hardware Error]: Machine check events logged +[215352.984368] EDAC MC0: 334 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215352.999284] mce: [Hardware Error]: Machine check events logged +[215352.999581] EDAC MC0: 2049 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215353.014974] mce: [Hardware Error]: Machine check events logged +[215353.015002] EDAC MC0: 31434 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215353.025855] mce: [Hardware Error]: Machine check events logged +[215353.025879] EDAC MC0: 519 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215353.036586] mce: [Hardware Error]: Machine check events logged +[215353.036876] EDAC MC0: 2666 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215353.099850] mce: [Hardware Error]: Machine check events logged +[215353.099878] EDAC MC0: 30953 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215353.281031] mce: [Hardware Error]: Machine check events logged +[215353.281061] EDAC MC0: 32363 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215353.542409] mce: [Hardware Error]: Machine check events logged +[215353.542429] RAS: Soft-offlining pfn: 0x165b98 +[215353.542437] EDAC MC0: 277 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215353.542833] Memory failure: 0x165b98: unhandlable page. +[215353.608549] mce: [Hardware Error]: Machine check events logged +[215354.452476] mce: [Hardware Error]: Machine check events logged +[215354.452496] EDAC MC0: 5693 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215354.632511] mce: [Hardware Error]: Machine check events logged +[215354.632543] EDAC MC0: 5352 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215354.769645] mce: [Hardware Error]: Machine check events logged +[215354.769662] RAS: Soft-offlining pfn: 0x166dca +[215354.769672] EDAC MC0: 404 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215354.769702] Memory failure: 0x166dca: unhandlable page. +[215354.785800] mce: [Hardware Error]: Machine check events logged +[215355.161194] mce: [Hardware Error]: Machine check events logged +[215355.161221] EDAC MC0: 319 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215355.592475] mce: [Hardware Error]: Machine check events logged +[215355.592512] EDAC MC0: 18013 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215355.789551] mce: [Hardware Error]: Machine check events logged +[215355.789577] EDAC MC0: 263 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215356.047245] mce: [Hardware Error]: Machine check events logged +[215356.047270] RAS: Soft-offlining pfn: 0x166dca +[215356.047287] EDAC MC0: 337 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215356.047528] Memory failure: 0x166dca: unhandlable page. +[215356.284154] mce: [Hardware Error]: Machine check events logged +[215356.284205] RAS: Soft-offlining pfn: 0x80fc9c +[215356.284223] EDAC MC0: 202 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215356.284324] Memory failure: 0x80fc9c: unhandlable page. +[215356.384993] mce: [Hardware Error]: Machine check events logged +[215356.616489] mce: [Hardware Error]: Machine check events logged +[215356.785128] mce: [Hardware Error]: Machine check events logged +[215356.901820] mce: [Hardware Error]: Machine check events logged +[215356.901845] EDAC MC0: 12434 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215357.450994] mce: [Hardware Error]: Machine check events logged +[215357.451018] RAS: Soft-offlining pfn: 0x165b98 +[215357.451031] EDAC MC0: 188 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215357.451281] Memory failure: 0x165b98: unhandlable page. +[215357.473252] mce: [Hardware Error]: Machine check events logged +[215357.473275] EDAC MC0: 275 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215357.493599] mce: [Hardware Error]: Machine check events logged +[215357.493625] EDAC MC0: 532 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215357.512811] mce: [Hardware Error]: Machine check events logged +[215357.512830] RAS: Soft-offlining pfn: 0x80fb1c +[215357.512841] EDAC MC0: 395 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215357.513195] Memory failure: 0x80fb1c: unhandlable page. +[215357.530410] mce: [Hardware Error]: Machine check events logged +[215357.530433] RAS: Soft-offlining pfn: 0x166dca +[215357.530446] EDAC MC0: 301 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215357.531247] Memory failure: 0x166dca: unhandlable page. +[215357.548110] mce: [Hardware Error]: Machine check events logged +[215357.548141] EDAC MC0: 561 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215357.568318] mce: [Hardware Error]: Machine check events logged +[215357.576402] mce: [Hardware Error]: Machine check events logged +[215357.576431] RAS: Soft-offlining pfn: 0x166dca +[215357.576447] EDAC MC0: 15060 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215357.576717] Memory failure: 0x166dca: unhandlable page. +[215357.591460] mce: [Hardware Error]: Machine check events logged +[215357.614885] mce: [Hardware Error]: Machine check events logged +[215357.630761] mce: [Hardware Error]: Machine check events logged +[215357.680531] mce: [Hardware Error]: Machine check events logged +[215357.680569] EDAC MC0: 1599 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215357.696170] mce: [Hardware Error]: Machine check events logged +[215357.713856] mce: [Hardware Error]: Machine check events logged +[215357.730319] mce: [Hardware Error]: Machine check events logged +[215357.730344] EDAC MC0: 1074 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215357.761473] mce: [Hardware Error]: Machine check events logged +[215357.781407] mce: [Hardware Error]: Machine check events logged +[215357.781430] RAS: Soft-offlining pfn: 0x166dca +[215357.781444] EDAC MC0: 253 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215357.781939] Memory failure: 0x166dca: unhandlable page. +[215357.820688] mce: [Hardware Error]: Machine check events logged +[215357.820713] EDAC MC0: 31 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215357.962593] mce: [Hardware Error]: Machine check events logged +[215358.482190] mce: [Hardware Error]: Machine check events logged +[215358.482219] EDAC MC0: 136 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215358.600362] mce: [Hardware Error]: Machine check events logged +[215358.600392] RAS: Soft-offlining pfn: 0x80fa1c +[215358.600404] EDAC MC0: 12871 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215358.600561] Memory failure: 0x80fa1c: unhandlable page. +[215358.784172] mce: [Hardware Error]: Machine check events logged +[215358.800901] mce: [Hardware Error]: Machine check events logged +[215358.800925] EDAC MC0: 646 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215359.145661] mce: [Hardware Error]: Machine check events logged +[215359.145690] EDAC MC0: 29 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215359.624326] mce: [Hardware Error]: Machine check events logged +[215359.624369] EDAC MC0: 19027 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215359.795299] mce: [Hardware Error]: Machine check events logged +[215359.795331] EDAC MC0: 262 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215360.094756] mce: [Hardware Error]: Machine check events logged +[215360.584287] mce: [Hardware Error]: Machine check events logged +[215360.584332] EDAC MC0: 15800 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215360.786905] mce: [Hardware Error]: Machine check events logged +[215360.786925] RAS: Soft-offlining pfn: 0x166dca +[215360.786935] EDAC MC0: 282 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215360.787123] Memory failure: 0x166dca: unhandlable page. +[215360.832380] mce: [Hardware Error]: Machine check events logged +[215360.832412] EDAC MC0: 399 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215361.044293] mce: [Hardware Error]: Machine check events logged +[215361.090385] mce: [Hardware Error]: Machine check events logged +[215361.090414] EDAC MC0: 165 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215361.099010] mce: [Hardware Error]: Machine check events logged +[215361.099034] EDAC MC0: 272 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215361.115846] mce: [Hardware Error]: Machine check events logged +[215361.360453] mce: [Hardware Error]: Machine check events logged +[215361.360484] EDAC MC0: 480 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215361.584446] mce: [Hardware Error]: Machine check events logged +[215361.608248] mce: [Hardware Error]: Machine check events logged +[215362.064209] mce: [Hardware Error]: Machine check events logged +[215362.068231] RAS: Soft-offlining pfn: 0x80fb18 +[215362.068242] EDAC MC0: 2359 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215362.068394] Memory failure: 0x80fb18: unhandlable page. +[215362.182824] EDID block 0 (tag 0x00) checksum is invalid, remainder is 78 +[215362.221456] mce: [Hardware Error]: Machine check events logged +[215362.222232] EDAC MC0: 32270 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215362.632233] mce: [Hardware Error]: Machine check events logged +[215362.632272] EDAC MC0: 29929 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215362.774747] mce: [Hardware Error]: Machine check events logged +[215362.774769] EDAC MC0: 275 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215362.912301] mce: [Hardware Error]: Machine check events logged +[215362.912332] EDAC MC0: 534 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.055510] mce: [Hardware Error]: Machine check events logged +[215363.055526] RAS: Soft-offlining pfn: 0x165b98 +[215363.055537] EDAC MC0: 87 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.056214] Memory failure: 0x165b98: unhandlable page. +[215363.068992] mce: [Hardware Error]: Machine check events logged +[215363.082985] mce: [Hardware Error]: Machine check events logged +[215363.083009] RAS: Soft-offlining pfn: 0x80fcb4 +[215363.083025] EDAC MC0: 714 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.083880] Memory failure: 0x80fcb4: unhandlable page. +[215363.093458] mce: [Hardware Error]: Machine check events logged +[215363.093477] EDAC MC0: 32745 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.109109] mce: [Hardware Error]: Machine check events logged +[215363.120711] mce: [Hardware Error]: Machine check events logged +[215363.120734] EDAC MC0: 709 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.133250] mce: [Hardware Error]: Machine check events logged +[215363.133268] RAS: Soft-offlining pfn: 0x166dca +[215363.133279] EDAC MC0: 371 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.133914] Memory failure: 0x166dca: unhandlable page. +[215363.148188] mce: [Hardware Error]: Machine check events logged +[215363.148219] EDAC MC0: 32718 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.268309] mce: [Hardware Error]: Machine check events logged +[215363.284652] mce: [Hardware Error]: Machine check events logged +[215363.292723] mce: [Hardware Error]: Machine check events logged +[215363.299259] mce: [Hardware Error]: Machine check events logged +[215363.299288] EDAC MC0: 1833 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.302456] mce: [Hardware Error]: Machine check events logged +[215363.306275] mce: [Hardware Error]: Machine check events logged +[215363.306299] EDAC MC0: 457 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.309189] mce: [Hardware Error]: Machine check events logged +[215363.309207] EDAC MC0: 261 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.316440] mce: [Hardware Error]: Machine check events logged +[215363.316467] EDAC MC0: 523 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.325267] mce: [Hardware Error]: Machine check events logged +[215363.325290] RAS: Soft-offlining pfn: 0x165d34 +[215363.325299] EDAC MC0: 505 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.326219] Memory failure: 0x165d34: unhandlable page. +[215363.330449] mce: [Hardware Error]: Machine check events logged +[215363.330469] EDAC MC0: 12 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.338267] mce: [Hardware Error]: Machine check events logged +[215363.338296] EDAC MC0: 924 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.341311] mce: [Hardware Error]: Machine check events logged +[215363.366871] mce: [Hardware Error]: Machine check events logged +[215363.366898] EDAC MC0: 333 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.592196] mce: [Hardware Error]: Machine check events logged +[215363.783515] mce: [Hardware Error]: Machine check events logged +[215363.783543] RAS: Soft-offlining pfn: 0x166dca +[215363.783557] EDAC MC0: 13985 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.783760] Memory failure: 0x166dca: unhandlable page. +[215363.895474] mce: [Hardware Error]: Machine check events logged +[215363.895511] RAS: Soft-offlining pfn: 0x80fa98 +[215363.895521] EDAC MC0: 618 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215363.895695] Memory failure: 0x80fa98: unhandlable page. +[215364.335136] mce: [Hardware Error]: Machine check events logged +[215364.335162] EDAC MC0: 32475 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215364.616161] mce: [Hardware Error]: Machine check events logged +[215364.788866] mce: [Hardware Error]: Machine check events logged +[215364.870791] mce: [Hardware Error]: Machine check events logged +[215364.870826] EDAC MC0: 10982 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215365.576111] mce: [Hardware Error]: Machine check events logged +[215366.109519] mce: [Hardware Error]: Machine check events logged +[215366.109545] EDAC MC0: 32701 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215366.460603] mce: [Hardware Error]: Machine check events logged +[215366.600059] mce: [Hardware Error]: Machine check events logged +[215366.600097] RAS: Soft-offlining pfn: 0x165b98 +[215366.600116] EDAC MC0: 16562 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215366.600319] Memory failure: 0x165b98: unhandlable page. +[215366.777911] mce: [Hardware Error]: Machine check events logged +[215366.777936] EDAC MC0: 495 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215366.921600] mce: [Hardware Error]: Machine check events logged +[215366.921630] EDAC MC0: 112 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215367.624029] mce: [Hardware Error]: Machine check events logged +[215367.797084] mce: [Hardware Error]: Machine check events logged +[215367.797103] RAS: Soft-offlining pfn: 0x166dca +[215367.797115] EDAC MC0: 22224 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215367.797297] Memory failure: 0x166dca: unhandlable page. +[215367.843792] mce: [Hardware Error]: Machine check events logged +[215367.843826] EDAC MC0: 630 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215367.863108] mce: [Hardware Error]: Machine check events logged +[215367.863125] RAS: Soft-offlining pfn: 0x80fb1c +[215367.863137] EDAC MC0: 267 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215367.863339] Memory failure: 0x80fb1c: unhandlable page. +[215367.882800] mce: [Hardware Error]: Machine check events logged +[215367.904369] mce: [Hardware Error]: Machine check events logged +[215367.904408] EDAC MC0: 711 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215367.926353] mce: [Hardware Error]: Machine check events logged +[215367.926383] EDAC MC0: 638 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215367.933498] mce: [Hardware Error]: Machine check events logged +[215367.933517] EDAC MC0: 236 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215367.961296] mce: [Hardware Error]: Machine check events logged +[215367.961323] EDAC MC0: 32446 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215367.975151] mce: [Hardware Error]: Machine check events logged +[215367.975180] EDAC MC0: 559 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215368.014866] mce: [Hardware Error]: Machine check events logged +[215368.032713] mce: [Hardware Error]: Machine check events logged +[215368.032737] EDAC MC0: 321 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215368.051867] mce: [Hardware Error]: Machine check events logged +[215368.051891] EDAC MC0: 391 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215368.076001] mce: [Hardware Error]: Machine check events logged +[215368.098668] mce: [Hardware Error]: Machine check events logged +[215368.098698] RAS: Soft-offlining pfn: 0x80fdb4 +[215368.098715] EDAC MC0: 1205 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215368.099407] Memory failure: 0x80fdb4: unhandlable page. +[215368.123012] mce: [Hardware Error]: Machine check events logged +[215368.123032] RAS: Soft-offlining pfn: 0x166dca +[215368.123044] EDAC MC0: 160 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215368.123310] Memory failure: 0x166dca: unhandlable page. +[215368.138232] mce: [Hardware Error]: Machine check events logged +[215368.170140] mce: [Hardware Error]: Machine check events logged +[215368.170162] RAS: Soft-offlining pfn: 0x80fb1c +[215368.170178] EDAC MC0: 930 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215368.172019] Memory failure: 0x80fb1c: unhandlable page. +[215368.325362] mce: [Hardware Error]: Machine check events logged +[215368.584005] mce: [Hardware Error]: Machine check events logged +[215368.584041] EDAC MC0: 12908 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215368.776160] mce: [Hardware Error]: Machine check events logged +[215368.793692] mce: [Hardware Error]: Machine check events logged +[215368.793712] RAS: Soft-offlining pfn: 0x166dca +[215368.793725] EDAC MC0: 685 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215368.794036] Memory failure: 0x166dca: unhandlable page. +[215369.269972] mce: [Hardware Error]: Machine check events logged +[215369.607944] mce: [Hardware Error]: Machine check events logged +[215369.607985] EDAC MC0: 7198 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215370.631916] mce: [Hardware Error]: Machine check events logged +[215370.631941] RAS: Soft-offlining pfn: 0x166dca +[215370.631954] EDAC MC0: 32502 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215370.632135] Memory failure: 0x166dca: unhandlable page. +[215370.776807] mce: [Hardware Error]: Machine check events logged +[215370.776825] RAS: Soft-offlining pfn: 0x165a1c +[215370.776836] EDAC MC0: 337 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215370.776868] Memory failure: 0x165a1c: unhandlable page. +[215370.794031] mce: [Hardware Error]: Machine check events logged +[215370.794064] EDAC MC0: 1011 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215371.131619] mce: [Hardware Error]: Machine check events logged +[215371.131640] EDAC MC0: 32579 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215371.146469] mce: [Hardware Error]: Machine check events logged +[215371.146504] EDAC MC0: 566 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215371.163662] mce: [Hardware Error]: Machine check events logged +[215371.528014] mce: [Hardware Error]: Machine check events logged +[215371.591870] mce: [Hardware Error]: Machine check events logged +[215371.591906] EDAC MC0: 11354 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215371.784411] mce: [Hardware Error]: Machine check events logged +[215371.784450] EDAC MC0: 227 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215371.791627] mce: [Hardware Error]: Machine check events logged +[215371.794855] mce: [Hardware Error]: Machine check events logged +[215371.794878] RAS: Soft-offlining pfn: 0x80fb98 +[215371.794891] EDAC MC0: 833 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215371.795776] Memory failure: 0x80fb98: unhandlable page. +[215371.799172] mce: [Hardware Error]: Machine check events logged +[215371.799194] EDAC MC0: 11 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215371.807954] mce: [Hardware Error]: Machine check events logged +[215371.812820] mce: [Hardware Error]: Machine check events logged +[215371.821699] mce: [Hardware Error]: Machine check events logged +[215371.821728] EDAC MC0: 197 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215372.115099] mce: [Hardware Error]: Machine check events logged +[215372.115123] RAS: Soft-offlining pfn: 0x166dca +[215372.115133] EDAC MC0: 260 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215372.115353] Memory failure: 0x166dca: unhandlable page. +[215372.299020] i2c i2c-0: sendbytes: NAK bailout. +[215372.299541] i2c i2c-0: sendbytes: NAK bailout. +[215372.303963] mce: [Hardware Error]: Machine check events logged +[215372.307843] EDAC MC0: 258 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215372.331879] i2c i2c-0: sendbytes: NAK bailout. +[215372.363492] i2c i2c-0: sendbytes: NAK bailout. +[215372.424949] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[215372.495059] mce: [Hardware Error]: Machine check events logged +[215372.495087] EDAC MC0: 39 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215372.615856] mce: [Hardware Error]: Machine check events logged +[215372.781309] mce: [Hardware Error]: Machine check events logged +[215372.945223] mce: [Hardware Error]: Machine check events logged +[215372.945252] EDAC MC0: 6885 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215373.151076] mce: [Hardware Error]: Machine check events logged +[215373.151099] EDAC MC0: 410 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215373.165367] mce: [Hardware Error]: Machine check events logged +[215373.178530] mce: [Hardware Error]: Machine check events logged +[215373.193950] mce: [Hardware Error]: Machine check events logged +[215373.193975] RAS: Soft-offlining pfn: 0x166dca +[215373.193992] EDAC MC0: 938 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215373.196710] Memory failure: 0x166dca: unhandlable page. +[215373.214310] mce: [Hardware Error]: Machine check events logged +[215373.214342] EDAC MC0: 287 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215373.228085] mce: [Hardware Error]: Machine check events logged +[215373.306111] mce: [Hardware Error]: Machine check events logged +[215373.306142] EDAC MC0: 871 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215373.497945] mce: [Hardware Error]: Machine check events logged +[215373.497966] EDAC MC0: 353 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215373.575796] mce: [Hardware Error]: Machine check events logged +[215373.575836] EDAC MC0: 16324 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215373.865884] mce: [Hardware Error]: Machine check events logged +[215373.865913] EDAC MC0: 226 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.353456] mce: [Hardware Error]: Machine check events logged +[215374.353486] EDAC MC0: 34 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.389540] mce: [Hardware Error]: Machine check events logged +[215374.389558] RAS: Soft-offlining pfn: 0x80fc98 +[215374.389569] EDAC MC0: 32766 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.389928] Memory failure: 0x80fc98: unhandlable page. +[215374.419538] mce: [Hardware Error]: Machine check events logged +[215374.419562] EDAC MC0: 673 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.449179] mce: [Hardware Error]: Machine check events logged +[215374.473763] mce: [Hardware Error]: Machine check events logged +[215374.473785] EDAC MC0: 32592 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.508932] mce: [Hardware Error]: Machine check events logged +[215374.508953] RAS: Soft-offlining pfn: 0x165b98 +[215374.508961] EDAC MC0: 32749 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.509130] Memory failure: 0x165b98: unhandlable page. +[215374.546097] mce: [Hardware Error]: Machine check events logged +[215374.580027] mce: [Hardware Error]: Machine check events logged +[215374.599766] mce: [Hardware Error]: Machine check events logged +[215374.599794] EDAC MC0: 19368 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.639768] mce: [Hardware Error]: Machine check events logged +[215374.671997] mce: [Hardware Error]: Machine check events logged +[215374.672026] EDAC MC0: 436 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.704904] mce: [Hardware Error]: Machine check events logged +[215374.733642] mce: [Hardware Error]: Machine check events logged +[215374.733671] EDAC MC0: 1468 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.746171] mce: [Hardware Error]: Machine check events logged +[215374.770739] mce: [Hardware Error]: Machine check events logged +[215374.770765] EDAC MC0: 15302 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.777488] mce: [Hardware Error]: Machine check events logged +[215374.790133] mce: [Hardware Error]: Machine check events logged +[215374.790160] EDAC MC0: 357 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.815425] mce: [Hardware Error]: Machine check events logged +[215374.815448] RAS: Soft-offlining pfn: 0x165b9e +[215374.815459] EDAC MC0: 32686 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.815629] Memory failure: 0x165b9e: unhandlable page. +[215374.852714] mce: [Hardware Error]: Machine check events logged +[215374.852750] EDAC MC0: 32766 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.888327] mce: [Hardware Error]: Machine check events logged +[215374.888347] RAS: Soft-offlining pfn: 0x80fb18 +[215374.888357] EDAC MC0: 18 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.888393] Memory failure: 0x80fb18: unhandlable page. +[215374.920057] mce: [Hardware Error]: Machine check events logged +[215374.947520] mce: [Hardware Error]: Machine check events logged +[215374.947541] EDAC MC0: 32757 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215374.980986] mce: [Hardware Error]: Machine check events logged +[215375.011535] mce: [Hardware Error]: Machine check events logged +[215375.039898] mce: [Hardware Error]: Machine check events logged +[215375.039921] RAS: Soft-offlining pfn: 0x80fa18 +[215375.039932] EDAC MC0: 70 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215375.039991] Memory failure: 0x80fa18: unhandlable page. +[215375.069823] mce: [Hardware Error]: Machine check events logged +[215375.069850] EDAC MC0: 12 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215375.098264] mce: [Hardware Error]: Machine check events logged +[215375.098286] EDAC MC0: 899 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215375.128330] mce: [Hardware Error]: Machine check events logged +[215375.128348] RAS: Soft-offlining pfn: 0x80fd1c +[215375.128358] EDAC MC0: 32268 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215375.128458] Memory failure: 0x80fd1c: unhandlable page. +[215375.160127] mce: [Hardware Error]: Machine check events logged +[215375.160149] EDAC MC0: 32732 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215375.196514] mce: [Hardware Error]: Machine check events logged +[215375.230297] mce: [Hardware Error]: Machine check events logged +[215375.259928] mce: [Hardware Error]: Machine check events logged +[215375.259948] RAS: Soft-offlining pfn: 0x80fcb0 +[215375.259959] EDAC MC0: 131 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215375.259998] Memory failure: 0x80fcb0: unhandlable page. +[215375.291397] mce: [Hardware Error]: Machine check events logged +[215375.348460] mce: [Hardware Error]: Machine check events logged +[215375.348480] RAS: Soft-offlining pfn: 0x80fc98 +[215375.348490] EDAC MC0: 94 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215375.348527] Memory failure: 0x80fc98: unhandlable page. +[215375.623722] mce: [Hardware Error]: Machine check events logged +[215375.623762] EDAC MC0: 23163 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215375.778511] mce: [Hardware Error]: Machine check events logged +[215375.781716] EDAC MC0: 6582 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215375.795356] mce: [Hardware Error]: Machine check events logged +[215375.795381] EDAC MC0: 26398 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215375.846324] mce: [Hardware Error]: Machine check events logged +[215375.846345] RAS: Soft-offlining pfn: 0x80fb1c +[215375.846357] EDAC MC0: 488 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215375.846585] Memory failure: 0x80fb1c: unhandlable page. +[215376.142575] mce: [Hardware Error]: Machine check events logged +[215376.142611] EDAC MC0: 540 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215376.383782] mce: [Hardware Error]: Machine check events logged +[215376.383816] EDAC MC0: 32684 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215376.583687] mce: [Hardware Error]: Machine check events logged +[215376.773460] mce: [Hardware Error]: Machine check events logged +[215376.773483] RAS: Soft-offlining pfn: 0x166dca +[215376.773499] EDAC MC0: 10402 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215376.774002] Memory failure: 0x166dca: unhandlable page. +[215376.781260] mce: [Hardware Error]: Machine check events logged +[215376.781283] EDAC MC0: 67 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215376.854501] mce: [Hardware Error]: Machine check events logged +[215377.177354] mce: [Hardware Error]: Machine check events logged +[215377.205129] mce: [Hardware Error]: Machine check events logged +[215377.205159] EDAC MC0: 433 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215377.224812] mce: [Hardware Error]: Machine check events logged +[215377.224840] EDAC MC0: 619 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215377.344991] mce: [Hardware Error]: Machine check events logged +[215377.345021] RAS: Soft-offlining pfn: 0x166dca +[215377.345040] EDAC MC0: 430 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215377.351333] Memory failure: 0x166dca: unhandlable page. +[215377.365416] mce: [Hardware Error]: Machine check events logged +[215377.365450] EDAC MC0: 427 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215377.372550] mce: [Hardware Error]: Machine check events logged +[215377.372576] EDAC MC0: 32697 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215377.406786] mce: [Hardware Error]: Machine check events logged +[215377.409453] EDAC MC0: 2751 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215377.420043] mce: [Hardware Error]: Machine check events logged +[215377.420076] EDAC MC0: 30823 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215377.452729] mce: [Hardware Error]: Machine check events logged +[215377.468361] mce: [Hardware Error]: Machine check events logged +[215377.468423] EDAC MC0: 701 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215377.490514] mce: [Hardware Error]: Machine check events logged +[215377.493363] EDAC MC0: 2893 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215377.607670] mce: [Hardware Error]: Machine check events logged +[215377.607710] EDAC MC0: 25139 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215377.932225] mce: [Hardware Error]: Machine check events logged +[215377.932254] EDAC MC0: 172 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215378.136260] mce: [Hardware Error]: Machine check events logged +[215378.136295] EDAC MC0: 506 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215378.158273] mce: [Hardware Error]: Machine check events logged +[215378.178021] mce: [Hardware Error]: Machine check events logged +[215378.180631] EDAC MC0: 9403 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215378.188940] mce: [Hardware Error]: Machine check events logged +[215378.188954] RAS: Soft-offlining pfn: 0x166dca +[215378.188962] EDAC MC0: 24503 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215378.189571] Memory failure: 0x166dca: unhandlable page. +[215378.278560] mce: [Hardware Error]: Machine check events logged +[215378.278593] EDAC MC0: 206 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215378.308087] mce: [Hardware Error]: Machine check events logged +[215378.308119] EDAC MC0: 351 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215378.343671] mce: [Hardware Error]: Machine check events logged +[215378.343703] EDAC MC0: 676 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215378.631656] mce: [Hardware Error]: Machine check events logged +[215378.631686] EDAC MC0: 30927 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215378.772456] mce: [Hardware Error]: Machine check events logged +[215378.772487] EDAC MC0: 255 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215378.789768] mce: [Hardware Error]: Machine check events logged +[215378.789790] EDAC MC0: 218 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215378.840329] mce: [Hardware Error]: Machine check events logged +[215378.840347] RAS: Soft-offlining pfn: 0x166a1a +[215378.840357] EDAC MC0: 564 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215378.842434] Memory failure: 0x166a1a: unhandlable page. +[215378.845352] mce: [Hardware Error]: Machine check events logged +[215378.845380] EDAC MC0: 274 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215378.852769] mce: [Hardware Error]: Machine check events logged +[215378.852795] EDAC MC0: 32754 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215378.875750] mce: [Hardware Error]: Machine check events logged +[215379.054594] mce: [Hardware Error]: Machine check events logged +[215379.054610] RAS: Soft-offlining pfn: 0x80fb1c +[215379.054618] EDAC MC0: 154 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215379.054921] Memory failure: 0x80fb1c: unhandlable page. +[215379.563251] mce: [Hardware Error]: Machine check events logged +[215379.591569] mce: [Hardware Error]: Machine check events logged +[215379.591599] RAS: Soft-offlining pfn: 0x165b98 +[215379.591612] EDAC MC0: 383 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215379.591761] Memory failure: 0x165b98: unhandlable page. +[215379.782746] mce: [Hardware Error]: Machine check events logged +[215379.782772] EDAC MC0: 32741 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.027132] mce: [Hardware Error]: Machine check events logged +[215380.027160] EDAC MC0: 164 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.469448] mce: [Hardware Error]: Machine check events logged +[215380.469471] EDAC MC0: 32744 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.480777] mce: [Hardware Error]: Machine check events logged +[215380.480807] RAS: Soft-offlining pfn: 0x80fa9c +[215380.480818] EDAC MC0: 496 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.481563] Memory failure: 0x80fa9c: unhandlable page. +[215380.496443] mce: [Hardware Error]: Machine check events logged +[215380.583971] mce: [Hardware Error]: Machine check events logged +[215380.583995] RAS: Soft-offlining pfn: 0x166dca +[215380.584011] EDAC MC0: 431 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.584635] Memory failure: 0x166dca: unhandlable page. +[215380.592182] mce: [Hardware Error]: Machine check events logged +[215380.592333] EDAC MC0: 407 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.607734] mce: [Hardware Error]: Machine check events logged +[215380.615532] mce: [Hardware Error]: Machine check events logged +[215380.615572] EDAC MC0: 9734 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.631098] mce: [Hardware Error]: Machine check events logged +[215380.631116] EDAC MC0: 103 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.641059] mce: [Hardware Error]: Machine check events logged +[215380.653981] mce: [Hardware Error]: Machine check events logged +[215380.654003] EDAC MC0: 376 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.657090] mce: [Hardware Error]: Machine check events logged +[215380.657119] EDAC MC0: 88 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.666921] mce: [Hardware Error]: Machine check events logged +[215380.666943] RAS: Soft-offlining pfn: 0x166dca +[215380.666956] EDAC MC0: 84 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.667420] Memory failure: 0x166dca: unhandlable page. +[215380.705436] mce: [Hardware Error]: Machine check events logged +[215380.753178] mce: [Hardware Error]: Machine check events logged +[215380.753206] EDAC MC0: 16522 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.763094] mce: [Hardware Error]: Machine check events logged +[215380.763126] EDAC MC0: 34 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.779709] mce: [Hardware Error]: Machine check events logged +[215380.779729] EDAC MC0: 127 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.785260] mce: [Hardware Error]: Machine check events logged +[215380.785275] RAS: Soft-offlining pfn: 0x80fb18 +[215380.785285] EDAC MC0: 257 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215380.785564] Memory failure: 0x80fb18: unhandlable page. +[215380.798741] mce: [Hardware Error]: Machine check events logged +[215380.798761] EDAC MC0: 85 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.005289] mce: [Hardware Error]: Machine check events logged +[215381.015642] mce: [Hardware Error]: Machine check events logged +[215381.015671] EDAC MC0: 409 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.020153] mce: [Hardware Error]: Machine check events logged +[215381.033336] mce: [Hardware Error]: Machine check events logged +[215381.042040] mce: [Hardware Error]: Machine check events logged +[215381.042071] EDAC MC0: 430 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.055485] mce: [Hardware Error]: Machine check events logged +[215381.055800] RAS: Soft-offlining pfn: 0x80fb98 +[215381.055812] EDAC MC0: 2085 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.056209] Memory failure: 0x80fb98: unhandlable page. +[215381.076437] mce: [Hardware Error]: Machine check events logged +[215381.076451] RAS: Soft-offlining pfn: 0x166dca +[215381.076460] EDAC MC0: 30960 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.077957] Memory failure: 0x166dca: unhandlable page. +[215381.091575] mce: [Hardware Error]: Machine check events logged +[215381.091596] EDAC MC0: 233 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.161340] mce: [Hardware Error]: Machine check events logged +[215381.161371] EDAC MC0: 188 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.188824] mce: [Hardware Error]: Machine check events logged +[215381.193317] mce: [Hardware Error]: Machine check events logged +[215381.193337] EDAC MC0: 334 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.201913] mce: [Hardware Error]: Machine check events logged +[215381.201939] EDAC MC0: 59 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.215319] mce: [Hardware Error]: Machine check events logged +[215381.226392] mce: [Hardware Error]: Machine check events logged +[215381.226415] EDAC MC0: 882 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.241877] mce: [Hardware Error]: Machine check events logged +[215381.241894] RAS: Soft-offlining pfn: 0x80fd18 +[215381.241904] EDAC MC0: 73 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.242296] Memory failure: 0x80fd18: unhandlable page. +[215381.251077] mce: [Hardware Error]: Machine check events logged +[215381.271335] mce: [Hardware Error]: Machine check events logged +[215381.271368] EDAC MC0: 257 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.284535] mce: [Hardware Error]: Machine check events logged +[215381.284559] EDAC MC0: 308 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.369873] mce: [Hardware Error]: Machine check events logged +[215381.369906] EDAC MC0: 140 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.385222] mce: [Hardware Error]: Machine check events logged +[215381.385248] EDAC MC0: 206 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.401863] mce: [Hardware Error]: Machine check events logged +[215381.401887] EDAC MC0: 347 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.418625] mce: [Hardware Error]: Machine check events logged +[215381.427166] mce: [Hardware Error]: Machine check events logged +[215381.427190] EDAC MC0: 404 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.445962] mce: [Hardware Error]: Machine check events logged +[215381.445984] RAS: Soft-offlining pfn: 0x166dca +[215381.445995] EDAC MC0: 16398 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.447515] Memory failure: 0x166dca: unhandlable page. +[215381.457592] mce: [Hardware Error]: Machine check events logged +[215381.538137] mce: [Hardware Error]: Machine check events logged +[215381.538169] EDAC MC0: 312 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.554635] mce: [Hardware Error]: Machine check events logged +[215381.554662] EDAC MC0: 12 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.575771] mce: [Hardware Error]: Machine check events logged +[215381.575825] EDAC MC0: 432 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.576498] mce: [Hardware Error]: Machine check events logged +[215381.576519] EDAC MC0: 1509 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.588936] mce: [Hardware Error]: Machine check events logged +[215381.602181] mce: [Hardware Error]: Machine check events logged +[215381.622431] mce: [Hardware Error]: Machine check events logged +[215381.622455] EDAC MC0: 592 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.640740] mce: [Hardware Error]: Machine check events logged +[215381.640772] EDAC MC0: 61 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.666033] mce: [Hardware Error]: Machine check events logged +[215381.666059] EDAC MC0: 2 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.723324] mce: [Hardware Error]: Machine check events logged +[215381.723348] RAS: Soft-offlining pfn: 0x166dca +[215381.723361] EDAC MC0: 472 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.724510] Memory failure: 0x166dca: unhandlable page. +[215381.791071] mce: [Hardware Error]: Machine check events logged +[215381.799664] mce: [Hardware Error]: Machine check events logged +[215381.799686] RAS: Soft-offlining pfn: 0x80fd04 +[215381.799700] EDAC MC0: 1077 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215381.800177] Memory failure: 0x80fd04: unhandlable page. +[215381.898886] mce: [Hardware Error]: Machine check events logged +[215382.026522] mce: [Hardware Error]: Machine check events logged +[215382.026638] EDAC MC0: 2593 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.063310] mce: [Hardware Error]: Machine check events logged +[215382.063341] EDAC MC0: 31517 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.180930] mce: [Hardware Error]: Machine check events logged +[215382.180964] EDAC MC0: 617 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.243481] mce: [Hardware Error]: Machine check events logged +[215382.255474] mce: [Hardware Error]: Machine check events logged +[215382.255496] RAS: Soft-offlining pfn: 0x80fd32 +[215382.255508] EDAC MC0: 1077 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.256487] Memory failure: 0x80fd32: unhandlable page. +[215382.261263] mce: [Hardware Error]: Machine check events logged +[215382.261278] EDAC MC0: 32629 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.265265] mce: [Hardware Error]: Machine check events logged +[215382.265283] RAS: Soft-offlining pfn: 0x166dca +[215382.265291] EDAC MC0: 981 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.265734] Memory failure: 0x166dca: unhandlable page. +[215382.266058] mce: [Hardware Error]: Machine check events logged +[215382.266080] EDAC MC0: 54 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.266832] mce: [Hardware Error]: Machine check events logged +[215382.266854] EDAC MC0: 669 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.267590] mce: [Hardware Error]: Machine check events logged +[215382.268350] mce: [Hardware Error]: Machine check events logged +[215382.268382] EDAC MC0: 1468 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.269110] mce: [Hardware Error]: Machine check events logged +[215382.269140] EDAC MC0: 640 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.269873] mce: [Hardware Error]: Machine check events logged +[215382.270639] mce: [Hardware Error]: Machine check events logged +[215382.271403] mce: [Hardware Error]: Machine check events logged +[215382.272187] mce: [Hardware Error]: Machine check events logged +[215382.272214] RAS: Soft-offlining pfn: 0x80fc32 +[215382.272229] EDAC MC0: 2617 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.272393] Memory failure: 0x80fc32: unhandlable page. +[215382.272938] mce: [Hardware Error]: Machine check events logged +[215382.272963] RAS: Soft-offlining pfn: 0x80fd9c +[215382.272973] EDAC MC0: 673 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.273017] Memory failure: 0x80fd9c: unhandlable page. +[215382.280116] mce: [Hardware Error]: Machine check events logged +[215382.280144] EDAC MC0: 32044 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.286964] mce: [Hardware Error]: Machine check events logged +[215382.286986] EDAC MC0: 363 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.290828] mce: [Hardware Error]: Machine check events logged +[215382.290847] EDAC MC0: 190 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.294735] mce: [Hardware Error]: Machine check events logged +[215382.294755] EDAC MC0: 322 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.298591] mce: [Hardware Error]: Machine check events logged +[215382.302322] mce: [Hardware Error]: Machine check events logged +[215382.306239] mce: [Hardware Error]: Machine check events logged +[215382.310186] mce: [Hardware Error]: Machine check events logged +[215382.313841] mce: [Hardware Error]: Machine check events logged +[215382.313863] EDAC MC0: 1460 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.317683] mce: [Hardware Error]: Machine check events logged +[215382.321786] mce: [Hardware Error]: Machine check events logged +[215382.321807] EDAC MC0: 504 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.328769] mce: [Hardware Error]: Machine check events logged +[215382.336312] mce: [Hardware Error]: Machine check events logged +[215382.336338] EDAC MC0: 633 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.343759] mce: [Hardware Error]: Machine check events logged +[215382.343778] RAS: Soft-offlining pfn: 0x80fda2 +[215382.343787] EDAC MC0: 389 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.344480] Memory failure: 0x80fda2: unhandlable page. +[215382.351228] mce: [Hardware Error]: Machine check events logged +[215382.351249] EDAC MC0: 136 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.359238] mce: [Hardware Error]: Machine check events logged +[215382.359256] RAS: Soft-offlining pfn: 0x80fd18 +[215382.359265] EDAC MC0: 405 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.359295] Memory failure: 0x80fd18: unhandlable page. +[215382.366801] mce: [Hardware Error]: Machine check events logged +[215382.366818] RAS: Soft-offlining pfn: 0x165b9e +[215382.366827] EDAC MC0: 280 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.366856] Memory failure: 0x165b9e: unhandlable page. +[215382.374236] mce: [Hardware Error]: Machine check events logged +[215382.374257] EDAC MC0: 272 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.381841] mce: [Hardware Error]: Machine check events logged +[215382.381864] EDAC MC0: 295 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.389280] mce: [Hardware Error]: Machine check events logged +[215382.397086] mce: [Hardware Error]: Machine check events logged +[215382.397110] EDAC MC0: 759 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.404736] mce: [Hardware Error]: Machine check events logged +[215382.411313] mce: [Hardware Error]: Machine check events logged +[215382.411330] RAS: Soft-offlining pfn: 0x80fa9c +[215382.411343] EDAC MC0: 737 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.411379] Memory failure: 0x80fa9c: unhandlable page. +[215382.417808] mce: [Hardware Error]: Machine check events logged +[215382.417830] EDAC MC0: 25 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.425499] mce: [Hardware Error]: Machine check events logged +[215382.425517] EDAC MC0: 242 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.433455] mce: [Hardware Error]: Machine check events logged +[215382.433478] EDAC MC0: 397 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.442161] mce: [Hardware Error]: Machine check events logged +[215382.442183] EDAC MC0: 292 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.449636] mce: [Hardware Error]: Machine check events logged +[215382.449661] EDAC MC0: 509 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.457497] mce: [Hardware Error]: Machine check events logged +[215382.465012] mce: [Hardware Error]: Machine check events logged +[215382.465038] EDAC MC0: 676 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.472535] mce: [Hardware Error]: Machine check events logged +[215382.478742] mce: [Hardware Error]: Machine check events logged +[215382.478775] RAS: Soft-offlining pfn: 0x80fbb4 +[215382.478796] EDAC MC0: 2855 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.479437] mce: [Hardware Error]: Machine check events logged +[215382.479463] EDAC MC0: 31583 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.479482] Memory failure: 0x80fbb4: unhandlable page. +[215382.482549] mce: [Hardware Error]: Machine check events logged +[215382.485127] mce: [Hardware Error]: Machine check events logged +[215382.487662] mce: [Hardware Error]: Machine check events logged +[215382.487690] EDAC MC0: 1277 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.490105] mce: [Hardware Error]: Machine check events logged +[215382.490127] EDAC MC0: 278 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.492631] mce: [Hardware Error]: Machine check events logged +[215382.492655] EDAC MC0: 466 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.495149] mce: [Hardware Error]: Machine check events logged +[215382.495171] EDAC MC0: 327 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.497658] mce: [Hardware Error]: Machine check events logged +[215382.497681] EDAC MC0: 389 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.500197] mce: [Hardware Error]: Machine check events logged +[215382.500220] EDAC MC0: 358 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.527776] mce: [Hardware Error]: Machine check events logged +[215382.527807] EDAC MC0: 541 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.538061] i2c i2c-0: sendbytes: NAK bailout. +[215382.544095] mce: [Hardware Error]: Machine check events logged +[215382.544117] EDAC MC0: 32692 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.584993] mce: [Hardware Error]: Machine check events logged +[215382.585018] RAS: Soft-offlining pfn: 0x166dca +[215382.585029] EDAC MC0: 619 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.585476] Memory failure: 0x166dca: unhandlable page. +[215382.599451] mce: [Hardware Error]: Machine check events logged +[215382.642060] mce: [Hardware Error]: Machine check events logged +[215382.662379] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[215382.675068] mce: [Hardware Error]: Machine check events logged +[215382.698654] mce: [Hardware Error]: Machine check events logged +[215382.698675] RAS: Soft-offlining pfn: 0x80fb98 +[215382.698688] EDAC MC0: 16659 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.699066] Memory failure: 0x80fb98: unhandlable page. +[215382.722816] mce: [Hardware Error]: Machine check events logged +[215382.748160] mce: [Hardware Error]: Machine check events logged +[215382.748179] RAS: Soft-offlining pfn: 0x80fb84 +[215382.748191] EDAC MC0: 776 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.748595] Memory failure: 0x80fb84: unhandlable page. +[215382.767622] mce: [Hardware Error]: Machine check events logged +[215382.770466] mce: [Hardware Error]: Machine check events logged +[215382.770485] EDAC MC0: 16373 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.785233] mce: [Hardware Error]: Machine check events logged +[215382.785254] EDAC MC0: 129 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.808366] mce: [Hardware Error]: Machine check events logged +[215382.808387] EDAC MC0: 171 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.843460] mce: [Hardware Error]: Machine check events logged +[215382.843481] RAS: Soft-offlining pfn: 0x165b98 +[215382.843493] EDAC MC0: 721 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.843978] Memory failure: 0x165b98: unhandlable page. +[215382.877267] mce: [Hardware Error]: Machine check events logged +[215382.877287] RAS: Soft-offlining pfn: 0x80fb9c +[215382.877298] EDAC MC0: 210 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.877619] Memory failure: 0x80fb9c: unhandlable page. +[215382.910903] mce: [Hardware Error]: Machine check events logged +[215382.910921] RAS: Soft-offlining pfn: 0x80fc98 +[215382.910932] EDAC MC0: 207 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.911250] Memory failure: 0x80fc98: unhandlable page. +[215382.921808] mce: [Hardware Error]: Machine check events logged +[215382.921828] EDAC MC0: 111 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.928199] mce: [Hardware Error]: Machine check events logged +[215382.928215] RAS: Soft-offlining pfn: 0x166dca +[215382.928224] EDAC MC0: 246 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.929461] Memory failure: 0x166dca: unhandlable page. +[215382.933547] mce: [Hardware Error]: Machine check events logged +[215382.933562] RAS: Soft-offlining pfn: 0x80fd34 +[215382.933572] EDAC MC0: 46 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.933731] Memory failure: 0x80fd34: unhandlable page. +[215382.940038] mce: [Hardware Error]: Machine check events logged +[215382.946872] mce: [Hardware Error]: Machine check events logged +[215382.953339] mce: [Hardware Error]: Machine check events logged +[215382.953362] EDAC MC0: 483 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.960245] mce: [Hardware Error]: Machine check events logged +[215382.960265] EDAC MC0: 103 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.968287] mce: [Hardware Error]: Machine check events logged +[215382.968307] EDAC MC0: 161 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.975268] mce: [Hardware Error]: Machine check events logged +[215382.975293] EDAC MC0: 595 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.977962] mce: [Hardware Error]: Machine check events logged +[215382.980699] mce: [Hardware Error]: Machine check events logged +[215382.980724] EDAC MC0: 423 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.983383] mce: [Hardware Error]: Machine check events logged +[215382.986154] mce: [Hardware Error]: Machine check events logged +[215382.988922] mce: [Hardware Error]: Machine check events logged +[215382.988945] EDAC MC0: 631 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.991715] mce: [Hardware Error]: Machine check events logged +[215382.991740] EDAC MC0: 513 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.993000] mce: [Hardware Error]: Machine check events logged +[215382.993017] EDAC MC0: 104 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.994198] mce: [Hardware Error]: Machine check events logged +[215382.994220] EDAC MC0: 347 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.995587] mce: [Hardware Error]: Machine check events logged +[215382.996836] mce: [Hardware Error]: Machine check events logged +[215382.996869] EDAC MC0: 852 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.998248] mce: [Hardware Error]: Machine check events logged +[215382.998263] EDAC MC0: 32674 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215382.999696] mce: [Hardware Error]: Machine check events logged +[215383.001224] mce: [Hardware Error]: Machine check events logged +[215383.001248] EDAC MC0: 545 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.002693] mce: [Hardware Error]: Machine check events logged +[215383.004172] mce: [Hardware Error]: Machine check events logged +[215383.004189] RAS: Soft-offlining pfn: 0x80fc98 +[215383.004202] EDAC MC0: 642 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.004458] Memory failure: 0x80fc98: unhandlable page. +[215383.017558] mce: [Hardware Error]: Machine check events logged +[215383.048025] mce: [Hardware Error]: Machine check events logged +[215383.048058] EDAC MC0: 1317 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.049828] mce: [Hardware Error]: Machine check events logged +[215383.049860] EDAC MC0: 861 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.050498] mce: [Hardware Error]: Machine check events logged +[215383.050527] EDAC MC0: 576 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.051117] mce: [Hardware Error]: Machine check events logged +[215383.051155] EDAC MC0: 1240 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.052488] mce: [Hardware Error]: Machine check events logged +[215383.052505] RAS: Soft-offlining pfn: 0x165c88 +[215383.052514] EDAC MC0: 32092 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.052994] Memory failure: 0x165c88: unhandlable page. +[215383.053290] mce: [Hardware Error]: Machine check events logged +[215383.053305] RAS: Soft-offlining pfn: 0x166dca +[215383.053314] EDAC MC0: 966 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.053334] Memory failure: 0x166dca: unhandlable page. +[215383.053923] mce: [Hardware Error]: Machine check events logged +[215383.054677] mce: [Hardware Error]: Machine check events logged +[215383.054696] EDAC MC0: 326 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.056233] mce: [Hardware Error]: Machine check events logged +[215383.056253] EDAC MC0: 239 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.057054] mce: [Hardware Error]: Machine check events logged +[215383.057690] mce: [Hardware Error]: Machine check events logged +[215383.058383] mce: [Hardware Error]: Machine check events logged +[215383.059264] mce: [Hardware Error]: Machine check events logged +[215383.059899] mce: [Hardware Error]: Machine check events logged +[215383.060532] mce: [Hardware Error]: Machine check events logged +[215383.060575] EDAC MC0: 5461 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.061133] mce: [Hardware Error]: Machine check events logged +[215383.061157] EDAC MC0: 290 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.065648] mce: [Hardware Error]: Machine check events logged +[215383.079566] mce: [Hardware Error]: Machine check events logged +[215383.094793] mce: [Hardware Error]: Machine check events logged +[215383.106200] mce: [Hardware Error]: Machine check events logged +[215383.106222] RAS: Soft-offlining pfn: 0x80fa98 +[215383.106238] EDAC MC0: 5 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.107157] Memory failure: 0x80fa98: unhandlable page. +[215383.127388] mce: [Hardware Error]: Machine check events logged +[215383.127410] RAS: Soft-offlining pfn: 0x166dca +[215383.127418] EDAC MC0: 32722 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.127575] Memory failure: 0x166dca: unhandlable page. +[215383.153772] mce: [Hardware Error]: Machine check events logged +[215383.153793] RAS: Soft-offlining pfn: 0x32000 +[215383.153804] EDAC MC0: 40 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.153863] Memory failure: 0x32000: unhandlable page. +[215383.168722] mce: [Hardware Error]: Machine check events logged +[215383.198112] mce: [Hardware Error]: Machine check events logged +[215383.231452] mce: [Hardware Error]: Machine check events logged +[215383.244216] mce: [Hardware Error]: Machine check events logged +[215383.244242] EDAC MC0: 1339 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.252732] mce: [Hardware Error]: Machine check events logged +[215383.262762] mce: [Hardware Error]: Machine check events logged +[215383.262792] RAS: Soft-offlining pfn: 0x166dca +[215383.262811] EDAC MC0: 601 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.263768] Memory failure: 0x166dca: unhandlable page. +[215383.269434] mce: [Hardware Error]: Machine check events logged +[215383.278227] mce: [Hardware Error]: Machine check events logged +[215383.278446] EDAC MC0: 1294 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.286517] mce: [Hardware Error]: Machine check events logged +[215383.286543] EDAC MC0: 31974 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.294579] mce: [Hardware Error]: Machine check events logged +[215383.294621] EDAC MC0: 600 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.303263] mce: [Hardware Error]: Machine check events logged +[215383.303288] EDAC MC0: 32617 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.312805] mce: [Hardware Error]: Machine check events logged +[215383.312833] EDAC MC0: 81 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.322295] mce: [Hardware Error]: Machine check events logged +[215383.322324] EDAC MC0: 291 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.328325] mce: [Hardware Error]: Machine check events logged +[215383.342881] mce: [Hardware Error]: Machine check events logged +[215383.342896] RAS: Soft-offlining pfn: 0x166dca +[215383.342907] EDAC MC0: 382 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.343394] Memory failure: 0x166dca: unhandlable page. +[215383.363303] mce: [Hardware Error]: Machine check events logged +[215383.383177] mce: [Hardware Error]: Machine check events logged +[215383.404144] mce: [Hardware Error]: Machine check events logged +[215383.423669] mce: [Hardware Error]: Machine check events logged +[215383.423689] EDAC MC0: 238 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.448019] mce: [Hardware Error]: Machine check events logged +[215383.448040] EDAC MC0: 32751 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.471725] mce: [Hardware Error]: Machine check events logged +[215383.471749] RAS: Soft-offlining pfn: 0x166dca +[215383.471761] EDAC MC0: 68 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.471905] Memory failure: 0x166dca: unhandlable page. +[215383.500530] mce: [Hardware Error]: Machine check events logged +[215383.500544] RAS: Soft-offlining pfn: 0x80fb98 +[215383.500551] EDAC MC0: 4 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.500835] Memory failure: 0x80fb98: unhandlable page. +[215383.522230] mce: [Hardware Error]: Machine check events logged +[215383.522254] EDAC MC0: 47 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.549908] mce: [Hardware Error]: Machine check events logged +[215383.573746] mce: [Hardware Error]: Machine check events logged +[215383.573810] EDAC MC0: 431 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.603776] mce: [Hardware Error]: Machine check events logged +[215383.603791] RAS: Soft-offlining pfn: 0x80fb98 +[215383.603800] EDAC MC0: 32563 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.603990] Memory failure: 0x80fb98: unhandlable page. +[215383.623427] mce: [Hardware Error]: Machine check events logged +[215383.623462] EDAC MC0: 24915 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.646795] mce: [Hardware Error]: Machine check events logged +[215383.668673] mce: [Hardware Error]: Machine check events logged +[215383.689883] mce: [Hardware Error]: Machine check events logged +[215383.689900] RAS: Soft-offlining pfn: 0x80fcb0 +[215383.689911] EDAC MC0: 520 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.690095] Memory failure: 0x80fcb0: unhandlable page. +[215383.718202] mce: [Hardware Error]: Machine check events logged +[215383.718221] EDAC MC0: 32730 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.746507] mce: [Hardware Error]: Machine check events logged +[215383.746533] EDAC MC0: 80 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.771274] mce: [Hardware Error]: Machine check events logged +[215383.780055] mce: [Hardware Error]: Machine check events logged +[215383.780081] RAS: Soft-offlining pfn: 0x80fa98 +[215383.780096] EDAC MC0: 413 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.781450] Memory failure: 0x80fa98: unhandlable page. +[215383.790140] mce: [Hardware Error]: Machine check events logged +[215383.790159] RAS: Soft-offlining pfn: 0x80fb18 +[215383.790173] EDAC MC0: 309 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.791439] Memory failure: 0x80fb18: unhandlable page. +[215383.799694] mce: [Hardware Error]: Machine check events logged +[215383.800293] EDAC MC0: 2981 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.804938] mce: [Hardware Error]: Machine check events logged +[215383.829902] mce: [Hardware Error]: Machine check events logged +[215383.829927] EDAC MC0: 13224 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.852603] mce: [Hardware Error]: Machine check events logged +[215383.852632] EDAC MC0: 61 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.877058] mce: [Hardware Error]: Machine check events logged +[215383.877079] RAS: Soft-offlining pfn: 0x166dca +[215383.877090] EDAC MC0: 116 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.877270] Memory failure: 0x166dca: unhandlable page. +[215383.901150] mce: [Hardware Error]: Machine check events logged +[215383.908819] mce: [Hardware Error]: Machine check events logged +[215383.908850] EDAC MC0: 381 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.923044] mce: [Hardware Error]: Machine check events logged +[215383.923067] RAS: Soft-offlining pfn: 0x80fb9c +[215383.923080] EDAC MC0: 61 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.923253] Memory failure: 0x80fb9c: unhandlable page. +[215383.941962] mce: [Hardware Error]: Machine check events logged +[215383.941988] EDAC MC0: 6 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.964799] mce: [Hardware Error]: Machine check events logged +[215383.964834] EDAC MC0: 271 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215383.988835] mce: [Hardware Error]: Machine check events logged +[215384.014900] mce: [Hardware Error]: Machine check events logged +[215384.014929] EDAC MC0: 82 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.040667] mce: [Hardware Error]: Machine check events logged +[215384.040693] EDAC MC0: 7 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.061077] mce: [Hardware Error]: Machine check events logged +[215384.092778] mce: [Hardware Error]: Machine check events logged +[215384.092797] EDAC MC0: 154 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.106617] mce: [Hardware Error]: Machine check events logged +[215384.106648] EDAC MC0: 150 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.135222] mce: [Hardware Error]: Machine check events logged +[215384.163905] mce: [Hardware Error]: Machine check events logged +[215384.191286] mce: [Hardware Error]: Machine check events logged +[215384.191300] RAS: Soft-offlining pfn: 0x80fdb0 +[215384.191309] EDAC MC0: 286 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.191475] Memory failure: 0x80fdb0: unhandlable page. +[215384.213416] mce: [Hardware Error]: Machine check events logged +[215384.213439] EDAC MC0: 32743 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.240143] mce: [Hardware Error]: Machine check events logged +[215384.240160] RAS: Soft-offlining pfn: 0x165b98 +[215384.240168] EDAC MC0: 744 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.241416] Memory failure: 0x165b98: unhandlable page. +[215384.241933] mce: [Hardware Error]: Machine check events logged +[215384.241949] EDAC MC0: 32604 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.246596] mce: [Hardware Error]: Machine check events logged +[215384.246619] EDAC MC0: 361 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.253100] mce: [Hardware Error]: Machine check events logged +[215384.253129] EDAC MC0: 685 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.260177] mce: [Hardware Error]: Machine check events logged +[215384.260201] RAS: Soft-offlining pfn: 0x166dca +[215384.260212] EDAC MC0: 864 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.260813] Memory failure: 0x166dca: unhandlable page. +[215384.266394] mce: [Hardware Error]: Machine check events logged +[215384.266412] EDAC MC0: 32581 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.270368] mce: [Hardware Error]: Machine check events logged +[215384.284406] mce: [Hardware Error]: Machine check events logged +[215384.284568] RAS: Soft-offlining pfn: 0x80fc22 +[215384.284579] EDAC MC0: 879 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.286276] Memory failure: 0x80fc22: unhandlable page. +[215384.294017] mce: [Hardware Error]: Machine check events logged +[215384.294033] RAS: Soft-offlining pfn: 0x166dca +[215384.294041] EDAC MC0: 32174 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.294599] Memory failure: 0x166dca: unhandlable page. +[215384.306669] mce: [Hardware Error]: Machine check events logged +[215384.323171] mce: [Hardware Error]: Machine check events logged +[215384.323199] EDAC MC0: 328 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.340074] mce: [Hardware Error]: Machine check events logged +[215384.340099] EDAC MC0: 3 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.365356] mce: [Hardware Error]: Machine check events logged +[215384.365390] EDAC MC0: 32766 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.387644] mce: [Hardware Error]: Machine check events logged +[215384.387666] EDAC MC0: 36 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.405669] mce: [Hardware Error]: Machine check events logged +[215384.406153] EDAC MC0: 369 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.428126] mce: [Hardware Error]: Machine check events logged +[215384.429016] RAS: Soft-offlining pfn: 0x80fb18 +[215384.429031] EDAC MC0: 6863 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.431386] Memory failure: 0x80fb18: unhandlable page. +[215384.436402] mce: [Hardware Error]: Machine check events logged +[215384.446631] mce: [Hardware Error]: Machine check events logged +[215384.446659] EDAC MC0: 26002 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.473199] mce: [Hardware Error]: Machine check events logged +[215384.473226] EDAC MC0: 2 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.493965] mce: [Hardware Error]: Machine check events logged +[215384.493987] EDAC MC0: 115 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.512404] mce: [Hardware Error]: Machine check events logged +[215384.512431] EDAC MC0: 22 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.532957] mce: [Hardware Error]: Machine check events logged +[215384.532982] EDAC MC0: 32759 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.558814] mce: [Hardware Error]: Machine check events logged +[215384.558836] EDAC MC0: 37 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.581596] mce: [Hardware Error]: Machine check events logged +[215384.581772] EDAC MC0: 1944 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.583383] mce: [Hardware Error]: Machine check events logged +[215384.604973] mce: [Hardware Error]: Machine check events logged +[215384.605001] EDAC MC0: 7220 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.630009] mce: [Hardware Error]: Machine check events logged +[215384.656772] mce: [Hardware Error]: Machine check events logged +[215384.681471] mce: [Hardware Error]: Machine check events logged +[215384.692064] mce: [Hardware Error]: Machine check events logged +[215384.692088] RAS: Soft-offlining pfn: 0x32000 +[215384.692103] EDAC MC0: 677 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.692288] Memory failure: 0x32000: unhandlable page. +[215384.717050] mce: [Hardware Error]: Machine check events logged +[215384.717072] RAS: Soft-offlining pfn: 0x166dca +[215384.717083] EDAC MC0: 32685 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.717295] Memory failure: 0x166dca: unhandlable page. +[215384.738955] mce: [Hardware Error]: Machine check events logged +[215384.739097] EDAC MC0: 2739 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.741120] mce: [Hardware Error]: Machine check events logged +[215384.744656] mce: [Hardware Error]: Machine check events logged +[215384.744680] EDAC MC0: 31091 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.748413] mce: [Hardware Error]: Machine check events logged +[215384.751126] mce: [Hardware Error]: Machine check events logged +[215384.751150] EDAC MC0: 401 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.754123] mce: [Hardware Error]: Machine check events logged +[215384.756978] mce: [Hardware Error]: Machine check events logged +[215384.757004] EDAC MC0: 429 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.760314] mce: [Hardware Error]: Machine check events logged +[215384.760339] EDAC MC0: 258 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.764324] mce: [Hardware Error]: Machine check events logged +[215384.764349] EDAC MC0: 104 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.770011] mce: [Hardware Error]: Machine check events logged +[215384.770034] EDAC MC0: 32646 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.776125] mce: [Hardware Error]: Machine check events logged +[215384.777585] EDAC MC0: 13269 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.781755] mce: [Hardware Error]: Machine check events logged +[215384.793843] mce: [Hardware Error]: Machine check events logged +[215384.810197] mce: [Hardware Error]: Machine check events logged +[215384.810220] RAS: Soft-offlining pfn: 0x165b98 +[215384.810235] EDAC MC0: 20053 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.810451] Memory failure: 0x165b98: unhandlable page. +[215384.829242] mce: [Hardware Error]: Machine check events logged +[215384.829263] EDAC MC0: 110 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.853955] mce: [Hardware Error]: Machine check events logged +[215384.880114] mce: [Hardware Error]: Machine check events logged +[215384.880143] EDAC MC0: 32744 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.906191] mce: [Hardware Error]: Machine check events logged +[215384.906212] EDAC MC0: 160 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.913806] mce: [Hardware Error]: Machine check events logged +[215384.913822] RAS: Soft-offlining pfn: 0x165b98 +[215384.913831] EDAC MC0: 200 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.915405] Memory failure: 0x165b98: unhandlable page. +[215384.924558] mce: [Hardware Error]: Machine check events logged +[215384.924586] EDAC MC0: 32730 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.950404] mce: [Hardware Error]: Machine check events logged +[215384.950437] RAS: Soft-offlining pfn: 0x166dca +[215384.950452] EDAC MC0: 777 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215384.950506] Memory failure: 0x166dca: unhandlable page. +[215384.970498] mce: [Hardware Error]: Machine check events logged +[215384.991610] mce: [Hardware Error]: Machine check events logged +[215385.014114] mce: [Hardware Error]: Machine check events logged +[215385.037143] mce: [Hardware Error]: Machine check events logged +[215385.037181] EDAC MC0: 421 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.060660] mce: [Hardware Error]: Machine check events logged +[215385.060696] EDAC MC0: 32699 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.073313] mce: [Hardware Error]: Machine check events logged +[215385.073338] RAS: Soft-offlining pfn: 0x166dca +[215385.073367] EDAC MC0: 297 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.073537] Memory failure: 0x166dca: unhandlable page. +[215385.090665] mce: [Hardware Error]: Machine check events logged +[215385.090692] EDAC MC0: 32745 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.109899] mce: [Hardware Error]: Machine check events logged +[215385.109937] EDAC MC0: 744 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.130172] mce: [Hardware Error]: Machine check events logged +[215385.130202] RAS: Soft-offlining pfn: 0x165b98 +[215385.130221] EDAC MC0: 32727 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.130299] Memory failure: 0x165b98: unhandlable page. +[215385.156898] mce: [Hardware Error]: Machine check events logged +[215385.156928] EDAC MC0: 563 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.167036] mce: [Hardware Error]: Machine check events logged +[215385.189210] mce: [Hardware Error]: Machine check events logged +[215385.216692] mce: [Hardware Error]: Machine check events logged +[215385.216719] EDAC MC0: 67 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.235831] mce: [Hardware Error]: Machine check events logged +[215385.235860] EDAC MC0: 170 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.259556] mce: [Hardware Error]: Machine check events logged +[215385.278783] mce: [Hardware Error]: Machine check events logged +[215385.278805] EDAC MC0: 577 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.296797] mce: [Hardware Error]: Machine check events logged +[215385.299220] EDAC MC0: 6075 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.316486] mce: [Hardware Error]: Machine check events logged +[215385.316512] EDAC MC0: 26819 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.343004] mce: [Hardware Error]: Machine check events logged +[215385.368886] mce: [Hardware Error]: Machine check events logged +[215385.368906] EDAC MC0: 68 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.395719] mce: [Hardware Error]: Machine check events logged +[215385.395743] RAS: Soft-offlining pfn: 0x166dca +[215385.395754] EDAC MC0: 177 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.396157] Memory failure: 0x166dca: unhandlable page. +[215385.422275] mce: [Hardware Error]: Machine check events logged +[215385.422296] RAS: Soft-offlining pfn: 0x80fdb4 +[215385.422308] EDAC MC0: 5 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.422325] Memory failure: 0x80fdb4: unhandlable page. +[215385.444587] mce: [Hardware Error]: Machine check events logged +[215385.444619] EDAC MC0: 319 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.471262] mce: [Hardware Error]: Machine check events logged +[215385.498393] mce: [Hardware Error]: Machine check events logged +[215385.498428] EDAC MC0: 427 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.525528] mce: [Hardware Error]: Machine check events logged +[215385.525556] EDAC MC0: 953 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.551172] mce: [Hardware Error]: Machine check events logged +[215385.563904] mce: [Hardware Error]: Machine check events logged +[215385.563919] RAS: Soft-offlining pfn: 0x80fc98 +[215385.563929] EDAC MC0: 32660 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.565370] Memory failure: 0x80fc98: unhandlable page. +[215385.584979] mce: [Hardware Error]: Machine check events logged +[215385.602925] mce: [Hardware Error]: Machine check events logged +[215385.602948] RAS: Soft-offlining pfn: 0x80fb30 +[215385.602963] EDAC MC0: 97 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.605358] Memory failure: 0x80fb30: unhandlable page. +[215385.608338] mce: [Hardware Error]: Machine check events logged +[215385.608354] EDAC MC0: 18636 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.627580] mce: [Hardware Error]: Machine check events logged +[215385.627599] RAS: Soft-offlining pfn: 0x166dca +[215385.627611] EDAC MC0: 96 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.627701] Memory failure: 0x166dca: unhandlable page. +[215385.652652] mce: [Hardware Error]: Machine check events logged +[215385.652675] RAS: Soft-offlining pfn: 0x80fb34 +[215385.652686] EDAC MC0: 36 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.652762] Memory failure: 0x80fb34: unhandlable page. +[215385.675039] mce: [Hardware Error]: Machine check events logged +[215385.675072] EDAC MC0: 209 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.700809] mce: [Hardware Error]: Machine check events logged +[215385.700833] RAS: Soft-offlining pfn: 0x165b98 +[215385.700845] EDAC MC0: 109 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.705349] Memory failure: 0x165b98: unhandlable page. +[215385.711913] mce: [Hardware Error]: Machine check events logged +[215385.731702] mce: [Hardware Error]: Machine check events logged +[215385.731726] EDAC MC0: 409 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.756608] mce: [Hardware Error]: Machine check events logged +[215385.781295] mce: [Hardware Error]: Machine check events logged +[215385.781327] EDAC MC0: 289 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.802477] mce: [Hardware Error]: Machine check events logged +[215385.802508] EDAC MC0: 197 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.830156] mce: [Hardware Error]: Machine check events logged +[215385.857401] mce: [Hardware Error]: Machine check events logged +[215385.857442] EDAC MC0: 1146 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.878509] mce: [Hardware Error]: Machine check events logged +[215385.878537] EDAC MC0: 32505 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.905320] mce: [Hardware Error]: Machine check events logged +[215385.905351] EDAC MC0: 48 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.923451] mce: [Hardware Error]: Machine check events logged +[215385.938595] mce: [Hardware Error]: Machine check events logged +[215385.938618] RAS: Soft-offlining pfn: 0x32000 +[215385.938632] EDAC MC0: 372 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.938796] Memory failure: 0x32000: unhandlable page. +[215385.958113] mce: [Hardware Error]: Machine check events logged +[215385.958133] EDAC MC0: 10 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.972902] mce: [Hardware Error]: Machine check events logged +[215385.972930] EDAC MC0: 151 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215385.993913] mce: [Hardware Error]: Machine check events logged +[215385.993938] EDAC MC0: 18 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.016900] mce: [Hardware Error]: Machine check events logged +[215386.038808] mce: [Hardware Error]: Machine check events logged +[215386.061604] mce: [Hardware Error]: Machine check events logged +[215386.061627] RAS: Soft-offlining pfn: 0x166dca +[215386.061641] EDAC MC0: 477 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.061922] Memory failure: 0x166dca: unhandlable page. +[215386.088395] mce: [Hardware Error]: Machine check events logged +[215386.088415] EDAC MC0: 10 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.108388] mce: [Hardware Error]: Machine check events logged +[215386.122360] mce: [Hardware Error]: Machine check events logged +[215386.122375] RAS: Soft-offlining pfn: 0x166dca +[215386.122387] EDAC MC0: 437 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.122574] Memory failure: 0x166dca: unhandlable page. +[215386.135449] mce: [Hardware Error]: Machine check events logged +[215386.155518] mce: [Hardware Error]: Machine check events logged +[215386.155537] RAS: Soft-offlining pfn: 0x80fca2 +[215386.155553] EDAC MC0: 346 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.155708] Memory failure: 0x80fca2: unhandlable page. +[215386.182788] mce: [Hardware Error]: Machine check events logged +[215386.182819] EDAC MC0: 116 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.203044] mce: [Hardware Error]: Machine check events logged +[215386.223214] mce: [Hardware Error]: Machine check events logged +[215386.250652] mce: [Hardware Error]: Machine check events logged +[215386.250683] EDAC MC0: 1266 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.277596] mce: [Hardware Error]: Machine check events logged +[215386.277618] RAS: Soft-offlining pfn: 0x80fa98 +[215386.277629] EDAC MC0: 32391 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.277915] Memory failure: 0x80fa98: unhandlable page. +[215386.294571] mce: [Hardware Error]: Machine check events logged +[215386.294599] EDAC MC0: 93 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.318171] mce: [Hardware Error]: Machine check events logged +[215386.318202] EDAC MC0: 737 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.344893] mce: [Hardware Error]: Machine check events logged +[215386.344915] RAS: Soft-offlining pfn: 0x165b98 +[215386.344927] EDAC MC0: 361 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.345096] Memory failure: 0x165b98: unhandlable page. +[215386.363147] mce: [Hardware Error]: Machine check events logged +[215386.363171] EDAC MC0: 32626 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.374645] mce: [Hardware Error]: Machine check events logged +[215386.399999] mce: [Hardware Error]: Machine check events logged +[215386.400020] EDAC MC0: 191 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.421635] mce: [Hardware Error]: Machine check events logged +[215386.421654] RAS: Soft-offlining pfn: 0x166dca +[215386.421667] EDAC MC0: 370 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.423333] Memory failure: 0x166dca: unhandlable page. +[215386.454535] mce: [Hardware Error]: Machine check events logged +[215386.454560] EDAC MC0: 528 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.474451] mce: [Hardware Error]: Machine check events logged +[215386.474479] EDAC MC0: 32677 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.495315] mce: [Hardware Error]: Machine check events logged +[215386.495346] EDAC MC0: 281 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.517315] mce: [Hardware Error]: Machine check events logged +[215386.541186] mce: [Hardware Error]: Machine check events logged +[215386.541208] EDAC MC0: 188 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.565149] mce: [Hardware Error]: Machine check events logged +[215386.593563] mce: [Hardware Error]: Machine check events logged +[215386.605517] mce: [Hardware Error]: Machine check events logged +[215386.605544] RAS: Soft-offlining pfn: 0x166dca +[215386.605560] EDAC MC0: 567 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.605781] Memory failure: 0x166dca: unhandlable page. +[215386.629645] mce: [Hardware Error]: Machine check events logged +[215386.629673] RAS: Soft-offlining pfn: 0x80fd18 +[215386.629685] EDAC MC0: 239 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.629739] Memory failure: 0x80fd18: unhandlable page. +[215386.631303] mce: [Hardware Error]: Machine check events logged +[215386.631320] RAS: Soft-offlining pfn: 0x117960 +[215386.631329] EDAC MC0: 1941 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.631351] Memory failure: 0x117960: unhandlable page. +[215386.647979] mce: [Hardware Error]: Machine check events logged +[215386.648009] EDAC MC0: 167 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.672227] mce: [Hardware Error]: Machine check events logged +[215386.672246] EDAC MC0: 230 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.686726] mce: [Hardware Error]: Machine check events logged +[215386.686754] EDAC MC0: 33 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.707207] mce: [Hardware Error]: Machine check events logged +[215386.707228] RAS: Soft-offlining pfn: 0x80fc30 +[215386.707237] EDAC MC0: 437 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.708420] Memory failure: 0x80fc30: unhandlable page. +[215386.725917] mce: [Hardware Error]: Machine check events logged +[215386.725942] EDAC MC0: 32594 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.750613] mce: [Hardware Error]: Machine check events logged +[215386.750634] RAS: Soft-offlining pfn: 0x80fb18 +[215386.750646] EDAC MC0: 66 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.750726] Memory failure: 0x80fb18: unhandlable page. +[215386.765178] mce: [Hardware Error]: Machine check events logged +[215386.771235] mce: [Hardware Error]: Machine check events logged +[215386.771260] EDAC MC0: 550 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.779820] mce: [Hardware Error]: Machine check events logged +[215386.787160] mce: [Hardware Error]: Machine check events logged +[215386.787181] EDAC MC0: 229 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.803526] mce: [Hardware Error]: Machine check events logged +[215386.803554] EDAC MC0: 387 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.824257] mce: [Hardware Error]: Machine check events logged +[215386.844443] mce: [Hardware Error]: Machine check events logged +[215386.844463] EDAC MC0: 265 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.852017] mce: [Hardware Error]: Machine check events logged +[215386.852033] RAS: Soft-offlining pfn: 0x80fc1c +[215386.852041] EDAC MC0: 137 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.852264] Memory failure: 0x80fc1c: unhandlable page. +[215386.873579] mce: [Hardware Error]: Machine check events logged +[215386.873599] RAS: Soft-offlining pfn: 0x80fb18 +[215386.873611] EDAC MC0: 68 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.873667] Memory failure: 0x80fb18: unhandlable page. +[215386.897103] mce: [Hardware Error]: Machine check events logged +[215386.897130] EDAC MC0: 32688 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.912483] mce: [Hardware Error]: Machine check events logged +[215386.912510] EDAC MC0: 202 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.936108] mce: [Hardware Error]: Machine check events logged +[215386.936124] EDAC MC0: 99 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.949908] mce: [Hardware Error]: Machine check events logged +[215386.949927] EDAC MC0: 173 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215386.975001] mce: [Hardware Error]: Machine check events logged +[215386.990400] mce: [Hardware Error]: Machine check events logged +[215387.014403] mce: [Hardware Error]: Machine check events logged +[215387.014424] RAS: Soft-offlining pfn: 0x80fcb4 +[215387.014438] EDAC MC0: 361 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.014591] Memory failure: 0x80fcb4: unhandlable page. +[215387.032973] mce: [Hardware Error]: Machine check events logged +[215387.033000] EDAC MC0: 140 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.053390] mce: [Hardware Error]: Machine check events logged +[215387.053411] RAS: Soft-offlining pfn: 0x166dca +[215387.053422] EDAC MC0: 66 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.053521] Memory failure: 0x166dca: unhandlable page. +[215387.076198] mce: [Hardware Error]: Machine check events logged +[215387.076217] EDAC MC0: 228 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.095887] mce: [Hardware Error]: Machine check events logged +[215387.095909] EDAC MC0: 292 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.120775] mce: [Hardware Error]: Machine check events logged +[215387.120794] RAS: Soft-offlining pfn: 0x165b98 +[215387.120804] EDAC MC0: 20 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.121002] Memory failure: 0x165b98: unhandlable page. +[215387.141657] mce: [Hardware Error]: Machine check events logged +[215387.141712] EDAC MC0: 205 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.153921] mce: [Hardware Error]: Machine check events logged +[215387.177139] mce: [Hardware Error]: Machine check events logged +[215387.177169] EDAC MC0: 99 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.194418] mce: [Hardware Error]: Machine check events logged +[215387.194494] EDAC MC0: 861 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.224172] mce: [Hardware Error]: Machine check events logged +[215387.224198] EDAC MC0: 32283 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.252309] mce: [Hardware Error]: Machine check events logged +[215387.252338] RAS: Soft-offlining pfn: 0x80fd22 +[215387.252347] EDAC MC0: 229 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.252622] Memory failure: 0x80fd22: unhandlable page. +[215387.274815] mce: [Hardware Error]: Machine check events logged +[215387.274841] EDAC MC0: 32730 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.298073] mce: [Hardware Error]: Machine check events logged +[215387.298217] EDAC MC0: 1231 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.324597] mce: [Hardware Error]: Machine check events logged +[215387.324626] EDAC MC0: 31700 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.349749] mce: [Hardware Error]: Machine check events logged +[215387.349765] RAS: Soft-offlining pfn: 0x166dca +[215387.349774] EDAC MC0: 226 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.350206] Memory failure: 0x166dca: unhandlable page. +[215387.363195] mce: [Hardware Error]: Machine check events logged +[215387.363218] EDAC MC0: 89 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.374683] mce: [Hardware Error]: Machine check events logged +[215387.374703] EDAC MC0: 103 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.384295] mce: [Hardware Error]: Machine check events logged +[215387.392273] mce: [Hardware Error]: Machine check events logged +[215387.392296] EDAC MC0: 508 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.404697] mce: [Hardware Error]: Machine check events logged +[215387.415614] mce: [Hardware Error]: Machine check events logged +[215387.422744] mce: [Hardware Error]: Machine check events logged +[215387.422770] EDAC MC0: 838 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.428473] mce: [Hardware Error]: Machine check events logged +[215387.428493] EDAC MC0: 180 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.438305] mce: [Hardware Error]: Machine check events logged +[215387.438324] EDAC MC0: 182 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.462687] mce: [Hardware Error]: Machine check events logged +[215387.462706] RAS: Soft-offlining pfn: 0x80fa9c +[215387.462718] EDAC MC0: 52 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.463454] Memory failure: 0x80fa9c: unhandlable page. +[215387.480739] mce: [Hardware Error]: Machine check events logged +[215387.480761] EDAC MC0: 5 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.497267] mce: [Hardware Error]: Machine check events logged +[215387.497287] RAS: Soft-offlining pfn: 0x166a1c +[215387.497299] EDAC MC0: 85 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.497481] Memory failure: 0x166a1c: unhandlable page. +[215387.511824] mce: [Hardware Error]: Machine check events logged +[215387.511842] EDAC MC0: 191 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.519310] mce: [Hardware Error]: Machine check events logged +[215387.540910] mce: [Hardware Error]: Machine check events logged +[215387.540933] EDAC MC0: 925 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.558719] mce: [Hardware Error]: Machine check events logged +[215387.558735] RAS: Soft-offlining pfn: 0x80fa9c +[215387.558745] EDAC MC0: 53 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.559126] Memory failure: 0x80fa9c: unhandlable page. +[215387.581026] mce: [Hardware Error]: Machine check events logged +[215387.581050] RAS: Soft-offlining pfn: 0x166dca +[215387.581059] EDAC MC0: 451 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.581204] Memory failure: 0x166dca: unhandlable page. +[215387.591268] mce: [Hardware Error]: Machine check events logged +[215387.592929] mce: [Hardware Error]: Machine check events logged +[215387.592958] EDAC MC0: 32723 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.600594] mce: [Hardware Error]: Machine check events logged +[215387.600615] EDAC MC0: 632 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.609805] mce: [Hardware Error]: Machine check events logged +[215387.609833] EDAC MC0: 44 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.618117] mce: [Hardware Error]: Machine check events logged +[215387.618135] EDAC MC0: 13 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.631154] mce: [Hardware Error]: Machine check events logged +[215387.631182] EDAC MC0: 172 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.645930] mce: [Hardware Error]: Machine check events logged +[215387.648285] EDAC MC0: 10805 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.671033] mce: [Hardware Error]: Machine check events logged +[215387.692776] mce: [Hardware Error]: Machine check events logged +[215387.708277] mce: [Hardware Error]: Machine check events logged +[215387.708300] EDAC MC0: 22731 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.727289] mce: [Hardware Error]: Machine check events logged +[215387.730267] EDAC MC0: 3194 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.749961] mce: [Hardware Error]: Machine check events logged +[215387.749996] EDAC MC0: 30257 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.766500] mce: [Hardware Error]: Machine check events logged +[215387.773628] mce: [Hardware Error]: Machine check events logged +[215387.779560] mce: [Hardware Error]: Machine check events logged +[215387.779576] RAS: Soft-offlining pfn: 0x80fa98 +[215387.779590] EDAC MC0: 969 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.782300] Memory failure: 0x80fa98: unhandlable page. +[215387.782915] mce: [Hardware Error]: Machine check events logged +[215387.782935] EDAC MC0: 766 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.790350] mce: [Hardware Error]: Machine check events logged +[215387.790373] EDAC MC0: 32538 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.800853] mce: [Hardware Error]: Machine check events logged +[215387.808442] mce: [Hardware Error]: Machine check events logged +[215387.820209] mce: [Hardware Error]: Machine check events logged +[215387.820241] EDAC MC0: 861 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.830214] mce: [Hardware Error]: Machine check events logged +[215387.830239] EDAC MC0: 394 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.841570] mce: [Hardware Error]: Machine check events logged +[215387.841599] EDAC MC0: 2 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.861265] mce: [Hardware Error]: Machine check events logged +[215387.861290] EDAC MC0: 62 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.883311] mce: [Hardware Error]: Machine check events logged +[215387.883340] EDAC MC0: 221 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.903785] mce: [Hardware Error]: Machine check events logged +[215387.903803] EDAC MC0: 34 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.914460] mce: [Hardware Error]: Machine check events logged +[215387.914642] EDAC MC0: 1229 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.925270] mce: [Hardware Error]: Machine check events logged +[215387.925298] EDAC MC0: 32140 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.938787] mce: [Hardware Error]: Machine check events logged +[215387.939258] RAS: Soft-offlining pfn: 0x80fc18 +[215387.939270] EDAC MC0: 1072 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.941280] Memory failure: 0x80fc18: unhandlable page. +[215387.952589] mce: [Hardware Error]: Machine check events logged +[215387.952607] RAS: Soft-offlining pfn: 0x80fb98 +[215387.952616] EDAC MC0: 31988 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.952853] Memory failure: 0x80fb98: unhandlable page. +[215387.959768] mce: [Hardware Error]: Machine check events logged +[215387.959792] RAS: Soft-offlining pfn: 0x80fca2 +[215387.959802] EDAC MC0: 1104 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.959846] Memory failure: 0x80fca2: unhandlable page. +[215387.965439] mce: [Hardware Error]: Machine check events logged +[215387.965466] RAS: Soft-offlining pfn: 0x166a1a +[215387.965483] EDAC MC0: 42 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.965667] Memory failure: 0x166a1a: unhandlable page. +[215387.982478] mce: [Hardware Error]: Machine check events logged +[215387.982501] RAS: Soft-offlining pfn: 0x166dca +[215387.982513] EDAC MC0: 32652 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215387.982672] Memory failure: 0x166dca: unhandlable page. +[215388.006322] mce: [Hardware Error]: Machine check events logged +[215388.030648] mce: [Hardware Error]: Machine check events logged +[215388.050937] mce: [Hardware Error]: Machine check events logged +[215388.050966] EDAC MC0: 806 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.071358] mce: [Hardware Error]: Machine check events logged +[215388.071380] EDAC MC0: 126 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.090921] mce: [Hardware Error]: Machine check events logged +[215388.090951] EDAC MC0: 32755 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.112076] mce: [Hardware Error]: Machine check events logged +[215388.112105] EDAC MC0: 20 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.134188] mce: [Hardware Error]: Machine check events logged +[215388.134216] EDAC MC0: 32 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.147964] mce: [Hardware Error]: Machine check events logged +[215388.147993] EDAC MC0: 60 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.172276] mce: [Hardware Error]: Machine check events logged +[215388.172305] EDAC MC0: 21 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.194785] mce: [Hardware Error]: Machine check events logged +[215388.194814] EDAC MC0: 27 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.217349] mce: [Hardware Error]: Machine check events logged +[215388.217377] EDAC MC0: 32762 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.240332] mce: [Hardware Error]: Machine check events logged +[215388.240359] EDAC MC0: 59 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.271399] mce: [Hardware Error]: Machine check events logged +[215388.302907] mce: [Hardware Error]: Machine check events logged +[215388.302936] EDAC MC0: 802 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.439242] 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 +[215388.445670] mce: [Hardware Error]: Machine check events logged +[215388.445690] EDAC MC0: 83 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.565235] 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 +[215388.583535] mce: [Hardware Error]: Machine check events logged +[215388.607504] mce: [Hardware Error]: Machine check events logged +[215388.607524] EDAC MC0: 96 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.615239] mce: [Hardware Error]: Machine check events logged +[215388.615272] RAS: Soft-offlining pfn: 0x165a08 +[215388.615285] EDAC MC0: 18988 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.615612] Memory failure: 0x165a08: unhandlable page. +[215388.637011] mce: [Hardware Error]: Machine check events logged +[215388.637040] EDAC MC0: 23 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.674033] mce: [Hardware Error]: Machine check events logged +[215388.694305] mce: [Hardware Error]: Machine check events logged +[215388.716307] mce: [Hardware Error]: Machine check events logged +[215388.716330] EDAC MC0: 612 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.738773] mce: [Hardware Error]: Machine check events logged +[215388.738866] EDAC MC0: 504 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.765030] mce: [Hardware Error]: Machine check events logged +[215388.765066] EDAC MC0: 32625 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.786080] mce: [Hardware Error]: Machine check events logged +[215388.794757] mce: [Hardware Error]: Machine check events logged +[215388.794787] EDAC MC0: 636 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.809644] mce: [Hardware Error]: Machine check events logged +[215388.809676] EDAC MC0: 321 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.828736] mce: [Hardware Error]: Machine check events logged +[215388.847908] mce: [Hardware Error]: Machine check events logged +[215388.847935] EDAC MC0: 647 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.868297] mce: [Hardware Error]: Machine check events logged +[215388.868321] EDAC MC0: 217 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.891408] mce: [Hardware Error]: Machine check events logged +[215388.891432] EDAC MC0: 244 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.915240] mce: [Hardware Error]: Machine check events logged +[215388.915258] RAS: Soft-offlining pfn: 0x166dca +[215388.915269] EDAC MC0: 627 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.916233] Memory failure: 0x166dca: unhandlable page. +[215388.932542] mce: [Hardware Error]: Machine check events logged +[215388.948906] mce: [Hardware Error]: Machine check events logged +[215388.969613] mce: [Hardware Error]: Machine check events logged +[215388.969638] EDAC MC0: 398 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215388.985844] mce: [Hardware Error]: Machine check events logged +[215388.985876] EDAC MC0: 237 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215389.002867] mce: [Hardware Error]: Machine check events logged +[215389.004252] RAS: Soft-offlining pfn: 0x166dca +[215389.004268] EDAC MC0: 17305 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215389.005347] Memory failure: 0x166dca: unhandlable page. +[215389.007872] mce: [Hardware Error]: Machine check events logged +[215389.007888] EDAC MC0: 15766 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215389.026654] mce: [Hardware Error]: Machine check events logged +[215389.026678] EDAC MC0: 277 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215389.050074] mce: [Hardware Error]: Machine check events logged +[215389.050108] EDAC MC0: 416 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215389.067173] mce: [Hardware Error]: Machine check events logged +[215389.067194] EDAC MC0: 77 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215389.079486] mce: [Hardware Error]: Machine check events logged +[215389.095746] mce: [Hardware Error]: Machine check events logged +[215389.095911] EDAC MC0: 859 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215389.108224] mce: [Hardware Error]: Machine check events logged +[215389.141346] mce: [Hardware Error]: Machine check events logged +[215389.141363] RAS: Soft-offlining pfn: 0x80fb98 +[215389.141372] EDAC MC0: 32452 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215389.143393] Memory failure: 0x80fb98: unhandlable page. +[215389.191620] mce: [Hardware Error]: Machine check events logged +[215389.191652] EDAC MC0: 36 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215389.232653] mce: [Hardware Error]: Machine check events logged +[215389.232681] EDAC MC0: 29 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215389.264832] mce: [Hardware Error]: Machine check events logged +[215389.264854] RAS: Soft-offlining pfn: 0x80fa9c +[215389.264865] EDAC MC0: 35 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215389.265009] Memory failure: 0x80fa9c: unhandlable page. +[215389.465823] mce: [Hardware Error]: Machine check events logged +[215389.465852] EDAC MC0: 45 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215389.575197] mce: [Hardware Error]: Machine check events logged +[215390.075337] mce: [Hardware Error]: Machine check events logged +[215390.075359] RAS: Soft-offlining pfn: 0x80fb18 +[215390.075373] EDAC MC0: 8975 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215390.075554] Memory failure: 0x80fb18: unhandlable page. +[215390.151600] mce: [Hardware Error]: Machine check events logged +[215390.151629] EDAC MC0: 100 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215390.174598] mce: [Hardware Error]: Machine check events logged +[215390.191312] mce: [Hardware Error]: Machine check events logged +[215390.191331] EDAC MC0: 185 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215390.212310] mce: [Hardware Error]: Machine check events logged +[215390.212331] RAS: Soft-offlining pfn: 0x166dca +[215390.212344] EDAC MC0: 379 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215390.212653] Memory failure: 0x166dca: unhandlable page. +[215390.230016] mce: [Hardware Error]: Machine check events logged +[215390.230044] EDAC MC0: 43 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) +[215390.244550] mce: [Hardware Error]: Machine check events logged +[215390.244576] EDAC MC0: 268 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0) --- cpu MHz (live snapshot) $ grep -c ^processor /proc/cpuinfo @@ -7057,13 +6590,13 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 125Gi 7.8Gi 114Gi 52Mi 4.5Gi 118Gi +Mem: 125Gi 8.0Gi 116Gi 55Mi 2.3Gi 117Gi Swap: 8.0Gi 0B 8.0Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 135158845440 8389451776 122732032000 54947840 4827402240 126769393664 +Mem: 135158845440 8561524736 124873990144 58138624 2517229568 126597320704 Swap: 8589930496 0 8589930496 --- swapon @@ -7074,26 +6607,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: 131991060 kB -MemFree: 119855500 kB -MemAvailable: 123798236 kB -Buffers: 165544 kB -Cached: 4490148 kB +MemFree: 121947160 kB +MemAvailable: 123630100 kB +Buffers: 176592 kB +Cached: 2221716 kB SwapTotal: 8388604 kB SwapFree: 8388604 kB -Dirty: 3884 kB +Dirty: 21864 kB Writeback: 0 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 +AnonPages: 6831492 kB +Mapped: 246944 kB +Shmem: 56776 kB +Slab: 242492 kB +SReclaimable: 59924 kB +SUnreclaim: 182568 kB +KernelStack: 7280 kB +PageTables: 26672 kB +SecPageTables: 1148 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 5216256 kB +AnonHugePages: 5349376 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB @@ -7117,317 +6650,317 @@ DirectMap2M: 133974016 kB --- slab top (top 20) $ slabtop -o -s c - Active / Total Objects (% used) : 657309 / 743150 (88.4%) - Active / Total Slabs (% used) : 18031 / 18031 (100.0%) + Active / Total Objects (% used) : 744627 / 827427 (90.0%) + Active / Total Slabs (% used) : 19984 / 19984 (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 + Active / Total Size (% used) : 174823.59K / 196700.60K (88.9%) + Minimum / Average / Maximum Object : 0.01K / 0.24K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME - 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 +170937 170908 99% 0.10K 4383 39 17532K buffer_head + 8128 5348 65% 2.00K 508 16 16256K kmalloc-rnd-08-2k + 11745 11702 99% 1.10K 405 29 12960K ext4_inode_cache + 15596 15564 99% 0.57K 557 28 8912K radix_tree_node + 58080 57118 98% 0.13K 1936 30 7744K kernfs_node_cache + 34104 34089 99% 0.19K 812 42 6496K dentry + 543 541 99% 10.31K 181 3 5792K task_struct + 7618 7604 99% 0.60K 293 26 4688K inode_cache + 20832 18319 87% 0.19K 496 42 3968K vm_area_struct + 7648 7646 99% 0.50K 239 32 3824K kmalloc-rnd-06-512 + 5452 4803 88% 0.67K 116 47 3712K proc_inode_cache + 7360 7331 99% 0.50K 230 32 3680K kmalloc-rnd-02-512 + 1744 878 50% 2.00K 109 16 3488K kmalloc-cg-2k + 29578 29481 99% 0.09K 643 46 2572K lsm_inode_cache + 2240 2123 94% 1.00K 70 32 2240K kmalloc-rnd-03-1k + 27888 22043 79% 0.07K 498 56 1992K vmap_area + 31296 27249 87% 0.06K 489 64 1956K kmalloc-cg-64 + 2478 2267 91% 0.75K 59 42 1888K shmem_inode_cache + 432 283 65% 4.00K 54 8 1728K kmalloc-cg-4k + 400 393 98% 4.00K 50 8 1600K kmalloc-rnd-10-4k + 765 756 98% 1.88K 45 17 1440K mem_cgroup_per_node + 2848 2618 91% 0.50K 89 32 1424K 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 + 1344 1308 97% 1.00K 42 32 1344K kmalloc-rnd-15-1k + 5312 3476 65% 0.25K 166 32 1328K maple_node + 18368 15228 82% 0.06K 287 64 1148K anon_vma_chain 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 + 10842 9302 85% 0.10K 278 39 1112K anon_vma + 510 445 87% 2.06K 34 15 1088K sighand_cache + 924 834 90% 1.12K 33 28 1056K signal_cache + 1056 926 87% 1.00K 33 32 1056K kmalloc-cg-1k + 512 456 89% 2.00K 32 16 1024K kmalloc-rnd-12-2k + 1170 943 80% 0.81K 30 39 960K sock_inode_cache + 420 410 97% 2.25K 30 14 960K mem_cgroup + 1920 1697 88% 0.50K 60 32 960K pool_workqueue + 112 112 100% 8.00K 28 4 896K kmalloc-8k + 3488 3477 99% 0.25K 109 32 872K kmalloc-rnd-02-256 + 3456 1776 51% 0.25K 108 32 864K kmalloc-rnd-06-256 + 4452 3787 85% 0.19K 106 42 848K filp + 100 79 79% 8.00K 25 4 800K kmalloc-rnd-15-8k + 96 86 89% 8.00K 24 4 768K kmalloc-cg-8k 96 94 97% 8.00K 24 4 768K kmalloc-rnd-10-8k - 184 160 86% 4.00K 23 8 736K biovec-max + 184 161 87% 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 + 1280 1194 93% 0.50K 40 32 640K kmalloc-512 + 152 127 83% 4.00K 19 8 608K kmalloc-rnd-15-4k + 152 86 56% 4.00K 19 8 608K kmalloc-rnd-13-4k + 4800 2045 42% 0.12K 150 32 600K bio_integrity_data + 2368 1879 79% 0.25K 74 32 592K bio-200 + 612 541 88% 0.94K 18 34 576K nfs_read_data + 414 380 91% 1.38K 18 23 576K RAWv6 + 216 129 59% 2.50K 18 12 576K TCPv6 + 234 162 69% 2.38K 18 13 576K TCP + 576 508 88% 1.00K 18 32 576K kmalloc-rnd-04-1k + 1120 814 72% 0.50K 35 32 560K kmalloc-cg-512 + 2940 1221 41% 0.19K 70 42 560K 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 + 272 225 82% 2.00K 17 16 544K kmalloc-rnd-09-2k + 272 246 90% 2.00K 17 16 544K kmalloc-2k 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 + 390 376 96% 1.19K 15 26 480K RAW + 240 212 88% 2.00K 15 16 480K biovec-128 + 240 184 76% 2.00K 15 16 480K kmalloc-rnd-15-2k 120 120 100% 4.00K 15 8 480K kmalloc-rnd-07-4k - 240 208 86% 2.00K 15 16 480K kmalloc-rnd-07-2k + 240 206 85% 2.00K 15 16 480K kmalloc-rnd-07-2k + 960 762 79% 0.50K 30 32 480K kmalloc-rnd-07-512 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 + 3808 1498 39% 0.12K 119 32 476K kmalloc-cg-128 + 2394 1296 54% 0.19K 57 42 456K kmalloc-rnd-11-192 + 4746 4642 97% 0.09K 113 42 452K kmalloc-rnd-01-96 + 252 174 69% 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 + 4620 4221 91% 0.09K 110 42 440K kmalloc-cg-96 + 1134 1106 97% 0.38K 27 42 432K mnt_cache + 7884 7848 99% 0.05K 108 73 432K ftrace_event_field + 1696 972 57% 0.25K 53 32 424K kmalloc-rnd-12-256 + 416 362 87% 1.00K 13 32 416K kmalloc-rnd-14-1k + 208 183 87% 2.00K 13 16 416K kmalloc-rnd-13-2k + 208 130 62% 2.00K 13 16 416K kmalloc-rnd-10-2k + 416 311 74% 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 + 504 444 88% 0.75K 12 42 384K nfs_commit_data 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 + 288 228 79% 1.32K 12 24 384K perf_event 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 + 384 336 87% 1.00K 12 32 384K kmalloc-rnd-06-1k + 192 124 64% 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 + 192 192 100% 2.00K 12 16 384K kmalloc-rnd-01-2k + 3008 2866 95% 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 + 396 324 81% 0.88K 11 36 352K fuse_inode + 506 296 58% 0.69K 11 46 352K skbuff_small_head + 1848 1207 65% 0.19K 44 42 352K file_lock_cache + 506 261 51% 0.69K 11 46 352K files_cache + 1848 1598 86% 0.19K 44 42 352K pid + 352 344 97% 1.00K 11 32 352K kmalloc-rnd-11-1k + 352 318 90% 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 + 352 264 75% 1.00K 11 32 352K kmalloc-rnd-02-1k + 2784 2032 72% 0.12K 87 32 348K eventpoll_epi + 672 639 95% 0.50K 21 32 336K kmalloc-rnd-13-512 + 5248 4788 91% 0.06K 82 64 328K kmalloc-rnd-10-64 + 220 177 80% 1.44K 10 22 320K UDPv6 + 470 385 81% 0.67K 10 47 320K taskstats + 460 348 75% 0.69K 10 46 320K task_group + 640 603 94% 0.50K 20 32 320K kmalloc-rnd-15-512 + 320 239 74% 1.00K 10 32 320K kmalloc-rnd-13-1k + 320 256 80% 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 + 640 596 93% 0.50K 20 32 320K kmalloc-rnd-04-512 + 1716 1451 84% 0.18K 39 44 312K kvm_mmu_page_header + 1184 1125 95% 0.25K 37 32 296K kmalloc-rnd-10-256 + 252 222 88% 1.12K 9 28 288K nfs_inode_cache + 504 497 98% 0.56K 18 28 288K kioctx + 216 132 61% 1.31K 9 24 288K UDP 1512 1473 97% 0.19K 36 42 288K proc_dir_entry 72 67 93% 4.00K 9 8 288K kmalloc-rnd-12-4k + 576 500 86% 0.50K 18 32 288K kmalloc-rnd-10-512 + 1512 1459 96% 0.19K 36 42 288K kmalloc-rnd-07-192 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 + 7038 6928 98% 0.04K 69 102 276K extent_status + 544 480 88% 0.50K 17 32 272K kmalloc-rnd-09-512 + 544 308 56% 0.50K 17 32 272K kmalloc-rnd-05-512 + 1386 1304 94% 0.19K 33 42 264K kmalloc-192 + 1024 692 67% 0.25K 32 32 256K 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 + 256 143 55% 1.00K 8 32 256K iommu_iova_magazine + 64 62 96% 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 + 256 216 84% 1.00K 8 32 256K kmalloc-rnd-05-1k 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 + 1380 913 66% 0.17K 30 46 240K fuse_request 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 + 2478 1972 79% 0.09K 59 42 236K kmalloc-rnd-02-96 + 928 746 80% 0.25K 29 32 232K nf_conntrack + 2394 1946 81% 0.09K 57 42 228K kmalloc-rnd-10-96 + 1036 994 95% 0.21K 28 37 224K nfs_direct_cache 322 276 85% 0.69K 7 46 224K rpc_inode_cache 448 448 100% 0.50K 14 32 224K memdup_user-512 + 322 278 86% 0.69K 7 46 224K uts_namespace 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 + 896 760 84% 0.25K 28 32 224K kmalloc-rnd-04-256 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 + 1134 905 79% 0.19K 27 42 216K kmalloc-rnd-12-192 + 1134 1037 91% 0.19K 27 42 216K kmalloc-rnd-10-192 + 1092 809 74% 0.19K 26 42 208K jbd2_transaction_s 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 + 832 804 96% 0.25K 26 32 208K kmalloc-rnd-09-256 + 725 659 90% 0.27K 25 29 200K tw_sock_TCP + 2100 2085 99% 0.09K 50 42 200K kmalloc-rcl-96 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 + 768 651 84% 0.25K 24 32 192K kmalloc-rnd-15-256 + 1008 960 95% 0.19K 24 42 192K kmalloc-rnd-14-192 + 384 290 75% 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 + 1008 882 87% 0.19K 24 42 192K kmalloc-rnd-04-192 + 575 518 90% 0.31K 23 25 184K bio-256 + 966 675 69% 0.19K 23 42 184K kmalloc-rnd-13-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 + 924 758 82% 0.19K 22 42 176K bio-136 + 528 402 76% 0.32K 22 24 176K request_sock_TCP + 704 564 80% 0.25K 22 32 176K key_jar + 924 731 79% 0.19K 22 42 176K kmalloc-rnd-09-192 + 924 886 95% 0.19K 22 42 176K kmalloc-rnd-01-192 + 1376 1287 93% 0.12K 43 32 172K kmalloc-rnd-06-128 + 672 604 89% 0.25K 21 32 168K kmalloc-rnd-13-256 + 672 540 80% 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 + 2688 2632 97% 0.06K 42 64 168K kmalloc-64 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 + 2560 2414 94% 0.06K 40 64 160K kmalloc-rnd-01-64 + 4992 4808 96% 0.03K 39 128 156K kmalloc-rnd-06-32 + 475 417 87% 0.31K 19 25 152K bio-264 + 608 365 60% 0.25K 19 32 152K skbuff_head_cache + 1216 1116 91% 0.12K 38 32 152K kmalloc-rnd-09-128 + 798 571 71% 0.19K 19 42 152K kmalloc-rnd-02-192 + 2368 1792 75% 0.06K 37 64 148K kmalloc-rnd-06-64 + 2368 2262 95% 0.06K 37 64 148K kmalloc-rnd-02-64 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 + 1120 1031 92% 0.12K 35 32 140K kmalloc-rcl-128 + 1470 1455 98% 0.09K 35 42 140K kmalloc-96 + 493 415 84% 0.27K 17 29 136K tw_sock_TCPv6 + 544 543 99% 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 + 1386 1317 95% 0.09K 33 42 132K kmalloc-rnd-07-96 + 8448 8072 95% 0.02K 33 256 132K kmalloc-rnd-06-16 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 + 672 329 48% 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 + 512 479 93% 0.25K 16 32 128K kmalloc-rnd-11-256 + 512 360 70% 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 + 1024 852 83% 0.12K 32 32 128K kmalloc-128 + 992 940 94% 0.12K 31 32 124K kmalloc-rnd-10-128 780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k - 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 923 96% 0.12K 30 32 120K kmalloc-rnd-14-128 + 960 934 97% 0.12K 30 32 120K kmalloc-rnd-11-128 + 1260 1012 80% 0.09K 30 42 120K kmalloc-rnd-09-96 + 960 888 92% 0.12K 30 32 120K kmalloc-rnd-04-128 + 960 949 98% 0.12K 30 32 120K kmalloc-rnd-03-128 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 + 4930 3689 74% 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 + 952 778 81% 0.12K 28 34 112K jbd2_journal_head + 1008 953 94% 0.11K 28 36 112K ext4_prealloc_space + 952 676 71% 0.12K 28 34 112K seq_file + 1428 916 64% 0.08K 28 51 112K sigqueue 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 + 896 723 80% 0.12K 28 32 112K kmalloc-rnd-05-128 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 + 1092 953 87% 0.09K 26 42 104K kmalloc-rnd-11-96 + 832 711 85% 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 + 1050 914 87% 0.09K 25 42 100K kmalloc-rnd-04-96 + 45 36 80% 2.12K 3 15 96K MPTCPv6 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 + 1008 890 88% 0.09K 24 42 96K kmalloc-rnd-14-96 + 1008 953 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 + 1008 936 92% 0.09K 24 42 96K kmalloc-rnd-03-96 + 966 686 71% 0.09K 23 42 92K kmalloc-rnd-13-96 + 736 540 73% 0.12K 23 32 92K kmalloc-rnd-12-128 + 1408 1007 71% 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 + 1408 1302 92% 0.06K 22 64 88K kmalloc-rnd-14-64 + 1408 1259 89% 0.06K 22 64 88K kmalloc-rnd-07-64 + 1408 1255 89% 0.06K 22 64 88K kmalloc-rnd-05-64 + 1071 942 87% 0.08K 21 51 84K Acpi-State + 672 596 88% 0.12K 21 32 84K kmalloc-rnd-13-128 + 1344 1270 94% 0.06K 21 64 84K kmalloc-rnd-09-64 + 1344 1202 89% 0.06K 21 64 84K kmalloc-rnd-08-64 + 1344 1176 87% 0.06K 21 64 84K kmalloc-rnd-04-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 + 2432 1955 80% 0.03K 19 128 76K kmalloc-cg-32 + 2432 1788 73% 0.03K 19 128 76K kmalloc-rnd-15-32 + 756 720 95% 0.09K 18 42 72K memdup_user-96 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 1093 94% 0.06K 18 64 72K kmalloc-rnd-12-64 + 1152 982 85% 0.06K 18 64 72K kmalloc-rnd-11-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 + 1088 587 53% 0.06K 17 64 68K dmaengine-unmap-2 + 1088 856 78% 0.06K 17 64 68K pidfs_attr_cache + 1088 966 88% 0.06K 17 64 68K kmalloc-rnd-15-64 + 2176 1879 86% 0.03K 17 128 68K kmalloc-rnd-02-32 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 + 1024 959 93% 0.06K 16 64 64K memdup_user-64 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 + 960 761 79% 0.06K 15 64 60K ext4_io_end + 960 900 93% 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 + 1022 964 94% 0.05K 14 73 56K mb_cache_entry + 784 707 90% 0.07K 14 56 56K nsproxy + 1792 1704 95% 0.03K 14 128 56K kmalloc-rnd-13-32 + 1326 1279 96% 0.04K 13 102 52K fsnotify_inode_mark_connector + 6656 5891 88% 0.01K 13 512 52K kmalloc-rnd-06-8 + 1536 1469 95% 0.03K 12 128 48K kmalloc-rnd-14-32 + 1536 1023 66% 0.03K 12 128 48K kmalloc-rnd-01-32 + 2816 2498 88% 0.02K 11 256 44K kmalloc-rnd-13-16 + 1020 906 88% 0.04K 10 102 40K pde_opener 1280 1064 83% 0.03K 10 128 40K kmalloc-rnd-03-32 + 1152 880 76% 0.03K 9 128 36K ext4_io_end_vec 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 896 77% 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 825 71% 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 @@ -7437,53 +6970,53 @@ DirectMap2M: 133974016 kB 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 + 1792 1154 64% 0.02K 7 256 28K kmalloc-cg-16 126 120 95% 0.19K 3 42 24K bio-176 + 768 637 82% 0.03K 6 128 24K pending_reservation 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 779 50% 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 + 3072 1885 61% 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 936 73% 0.02K 5 256 20K kmalloc-rnd-15-16 + 1280 1079 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 + 2560 2107 82% 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 1351 65% 0.01K 4 512 16K kmalloc-cg-8 + 1024 816 79% 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 928 90% 0.02K 4 256 16K kmalloc-rnd-09-16 + 2048 884 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 878 85% 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 + 1024 812 79% 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 + 1536 948 61% 0.01K 3 512 12K kmalloc-rnd-15-8 + 1536 918 59% 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 890 86% 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 742 72% 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 + 1024 771 75% 0.01K 2 512 8K kmalloc-rnd-04-8 + 1024 900 87% 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.23K 0 35 0K nf_conntrack_expect @@ -7605,8 +7138,8 @@ pgscan_kswapd 0 kswapd_inodesteal 0 kswapd_low_wmark_hit_quickly 0 kswapd_high_wmark_hit_quickly 0 -pgmigrate_success 5142051 -pgmigrate_fail 4100 +pgmigrate_success 6439698 +pgmigrate_fail 4132 compact_migrate_scanned 0 compact_free_scanned 0 compact_isolated 0 @@ -7650,7 +7183,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 9223372036854775807 -fs.file-nr = 2994 0 9223372036854775807 +fs.file-nr = 3143 0 9223372036854775807 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -7757,7 +7290,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 107 root root 4096 Jul 27 21:46 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:07 .. -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 @@ -7853,7 +7386,7 @@ inactive --- modprobe.d total 20 drwxr-xr-x 2 root root 4096 Jul 26 17:13 . -drwxr-xr-x 107 root root 4096 Jul 27 21:46 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:07 .. -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 @@ -8025,11 +7558,11 @@ pvecm expected --- pveperf $ timeout 15 pveperf CPU BOGOMIPS: 76604.00 -REGEX/SECOND: 1581046 +REGEX/SECOND: 1558527 HD SIZE: 93.93 GB (/dev/mapper/pve-root) -BUFFERED READS: 16.97 MB/sec -AVERAGE SEEK TIME: 21.51 ms -FSYNCS/SECOND: 39.66 +BUFFERED READS: 11.17 MB/sec +AVERAGE SEEK TIME: 36.46 ms +FSYNCS/SECOND: 2.33 [exit=124 / not installed or not permitted] --- corosync.conf @@ -8124,7 +7657,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-tsys6 cpu=0.0139268341440661 mem=8279404544 maxmem=135158845440 maxdisk=100861726720 status=online ssl_fingerprint=null +pfv-tsys6 cpu=0.0118144592871048 mem=8510283776 maxmem=135158845440 maxdisk=100861726720 status=online ssl_fingerprint=null ############################################################################### # 10. NETWORK: INTERFACES @@ -8161,7 +7694,7 @@ pfv-tsys6 cpu=0.0139268341440661 mem=8279404544 maxmem=135158845440 maxdisk=1008 altname enx001018721642 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 + 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 0.00 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 19.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 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 @@ -8171,21 +7704,21 @@ pfv-tsys6 cpu=0.0139268341440661 mem=8279404544 maxmem=135158845440 maxdisk=1008 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 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 + 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 222.37 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 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 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 + 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 34.62 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.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 + 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 8.46 fdb_n_learned 78 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 19.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: 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 @@ -8200,7 +7733,7 @@ pfv-tsys6 cpu=0.0139268341440661 mem=8279404544 maxmem=135158845440 maxdisk=1008 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 + 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 8.46 fdb_n_learned 78 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 19.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: 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 @@ -8215,7 +7748,7 @@ pfv-tsys6 cpu=0.0139268341440661 mem=8279404544 maxmem=135158845440 maxdisk=1008 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 + 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 8.46 fdb_n_learned 78 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 19.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: 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 @@ -8256,7 +7789,7 @@ pfv-tsys6 cpu=0.0139268341440661 mem=8279404544 maxmem=135158845440 maxdisk=1008 --- 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: vmbr0 inet 192.168.3.169/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 576sec preferred_lft 576sec +8: vmbr0 inet 192.168.3.169/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 460sec preferred_lft 460sec 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 @@ -8306,7 +7839,7 @@ pfv-tsys6 cpu=0.0139268341440661 mem=8279404544 maxmem=135158845440 maxdisk=1008 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 + valid_lft 460sec preferred_lft 460sec 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 @@ -8380,33 +7913,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 - 49874975 317133 0 0 0 0 + 61315931 378561 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 49874975 317133 0 0 0 0 + 61315931 378561 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 - 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 - 4954677864 5050936 0 3 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 2 + RX: bytes packets errors dropped missed mcast + 3350233895 12198574 0 7182 1 5084318 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 5306247835 6212008 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 - 64091193678 45588250 0 0 0 70482 + 99924305026 70595086 0 0 175 147009 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 + 23560468511 33694852 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 altname enp1s0f1 @@ -8414,11 +7947,11 @@ default via 192.168.3.254 dev vmbr0 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 - 22517166755 15968503 0 0 0 29618 + 22572716408 16421058 0 0 0 60090 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 + 5686269766 6976654 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 altname enp2s0f0 @@ -8426,11 +7959,11 @@ default via 192.168.3.254 dev vmbr0 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 - 11498271 114264 0 0 0 102232 + 24123415 239733 0 0 0 214489 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 979518 3771 0 0 0 0 + 2045720 7862 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 altname enp2s0f1 @@ -8460,21 +7993,21 @@ default via 192.168.3.254 dev vmbr0 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 - 564467589 4087433 0 0 0 2145055 + 1076025001 7927410 0 0 0 4217692 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 4612486911 977230 0 3 0 0 + 4826879122 1451133 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 + 163474125 1146444 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 + 8056225151 978816 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 @@ -8499,38 +8032,38 @@ 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 - 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 + RX: bytes packets errors dropped missed mcast + 122497021434 87016144 0 14362 175 207099 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 29246738277 40671506 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 - 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 + RX: bytes packets errors dropped missed mcast + 118054783660 31981665 0 5 0 178369 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 28189424191 27053335 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 - 426252 4352 0 0 0 0 + 918971 9300 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 142716812 1334667 0 0 0 0 + 476741485 4413496 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 123312656 1329836 0 1925 0 891042 + 412699863 4399535 0 6271 0 2963679 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -8540,37 +8073,37 @@ default via 192.168.3.254 dev vmbr0 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 - 817431 5923 0 1571 0 0 + 2245643 14628 0 5328 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 142718383 1334667 0 0 0 0 + 476746813 4413496 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 142718383 1334667 0 1571 0 0 + 476746813 4413496 0 5328 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 817431 5923 0 0 0 0 + 2245643 14628 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 26234897 127308 0 0 0 0 + 90214677 426674 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 200614654 1536391 0 0 0 0 + 676443159 5109206 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 123302228 1329716 0 1924 0 890972 + 412689435 4399415 0 6270 0 2963609 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -8580,37 +8113,37 @@ default via 192.168.3.254 dev vmbr0 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 - 26626076 128879 0 1571 0 0 + 91541349 432002 0 5328 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 200616439 1536392 0 0 0 0 + 676448701 5109207 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 200616439 1536392 0 1571 0 0 + 676448701 5109207 0 5328 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 26626076 128879 0 0 0 0 + 91541349 432002 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 27644561 140342 0 0 0 0 + 89307849 438886 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 533361420 1569069 0 0 0 0 + 1008239703 5140324 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 123287516 1329579 0 1924 0 890903 + 412674723 4399278 0 6270 0 2963540 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -8620,21 +8153,21 @@ default via 192.168.3.254 dev vmbr0 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 - 28035491 141912 0 1570 0 0 + 90634272 444213 0 5327 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 533362990 1569069 0 0 0 0 + 1008245030 5140324 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 533362990 1569069 0 1570 0 0 + 1008245030 5140324 0 5327 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 28035491 141912 0 0 0 0 + 90634272 444213 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 @@ -8644,24 +8177,26 @@ default via 192.168.3.254 dev vmbr0 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.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 STALE 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.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 DELAY 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 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.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE 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::8d8c:54c7:7a35:50a5 dev vmbr0 lladdr 2c:54:91:2a:0d:59 STALE +fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa 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 @@ -8674,11 +8209,14 @@ 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::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 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::31a5:b7f8:2ff3:6959 dev vmbr0 lladdr 2c:54:91:2a:0d:59 STALE +fe80::86b:90fc:88ab:7eee dev vmbr0 lladdr 2a:cc:df:57:21:d2 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 @@ -8689,6 +8227,7 @@ 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::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 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 @@ -8704,6 +8243,8 @@ 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::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c STALE +fe80::54e4:4111:b359:b994 dev vmbr0 lladdr 96:86:dd:1b:81:5a 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 @@ -8713,31 +8254,31 @@ fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 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: 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 + lo: 61315931 378561 0 0 0 0 0 0 61315931 378561 0 0 0 0 0 0 + nic0: 3350233895 12198574 0 7183 0 0 0 5084318 5306247835 6212008 0 3 0 0 0 0 + nic1: 99924305026 70595086 0 175 0 0 0 147009 23560468511 33694852 0 0 0 0 0 0 + nic2: 22572716408 16421058 0 0 0 0 0 60090 5686269766 6976654 0 0 0 0 0 0 + nic3: 24123415 239733 0 0 0 0 0 214489 2045720 7862 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 - 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 + vmbr0: 1076025001 7927410 0 0 0 0 0 4217692 4826879122 1451133 0 3 0 0 0 0 +tailscale0: 163474125 1146444 0 0 0 0 0 0 8056225151 978816 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: 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 + bond0: 122497021434 87016144 0 14537 0 0 0 207099 29246738277 40671506 0 0 0 0 0 0 +storagenet: 118054783660 31981665 0 5 0 0 0 178369 28189424191 27053335 0 0 0 0 0 0 +tap100i0: 918971 9300 0 0 0 0 0 0 476741485 4413496 0 0 0 0 0 0 +fwbr100i0: 412699863 4399535 0 6271 0 0 0 2963679 0 0 0 0 0 0 0 0 +fwpr100p0: 2245643 14628 0 5328 0 0 0 0 476746813 4413496 0 0 0 0 0 0 +fwln100i0: 476746813 4413496 0 5328 0 0 0 0 2245643 14628 0 0 0 0 0 0 +tap600i0: 90214677 426674 0 0 0 0 0 0 676443159 5109206 0 0 0 0 0 0 +fwbr600i0: 412689435 4399415 0 6270 0 0 0 2963609 0 0 0 0 0 0 0 0 +fwpr600p0: 91541349 432002 0 5328 0 0 0 0 676448701 5109207 0 0 0 0 0 0 +fwln600i0: 676448701 5109207 0 5328 0 0 0 0 91541349 432002 0 0 0 0 0 0 +tap601i0: 89307849 438886 0 0 0 0 0 0 1008239703 5140324 0 0 0 0 0 0 +fwbr601i0: 412674723 4399278 0 6270 0 0 0 2963540 0 0 0 0 0 0 0 0 +fwpr601p0: 90634272 444213 0 5327 0 0 0 0 1008245030 5140324 0 0 0 0 0 0 +fwln601i0: 1008245030 5140324 0 5327 0 0 0 0 90634272 444213 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route @@ -10359,10 +9900,10 @@ netlink error: Operation not supported rx_oversize_packets: 0 rx_ftq_discards: 0 rx_discards: 0 - rx_fw_discards: 0 + rx_fw_discards: 1 [statistics -S (throughput counters)] - rx_bytes: 2381529606 - tx_bytes: 4954677864 + rx_bytes: 3350261178 + tx_bytes: 5306269926 ----- ethtool: nic1 ----- [driver/version/firmware/bus-info -i] @@ -10558,10 +10099,10 @@ netlink error: Operation not supported rx_oversize_packets: 0 rx_ftq_discards: 0 rx_discards: 0 - rx_fw_discards: 0 + rx_fw_discards: 175 [statistics -S (throughput counters)] - rx_bytes: 64091193742 - tx_bytes: 20162702151 + rx_bytes: 99924310944 + tx_bytes: 23560482805 ----- ethtool: nic2 ----- [driver/version/firmware/bus-info -i] @@ -10759,8 +10300,8 @@ netlink error: Operation not supported rx_discards: 0 rx_fw_discards: 0 [statistics -S (throughput counters)] - rx_bytes: 22517166755 - tx_bytes: 3369573962 + rx_bytes: 22572718080 + tx_bytes: 5686270846 ----- ethtool: nic3 ----- [driver/version/firmware/bus-info -i] @@ -10958,8 +10499,8 @@ netlink error: Operation not supported rx_discards: 0 rx_fw_discards: 0 [statistics -S (throughput counters)] - rx_bytes: 11498271 - tx_bytes: 979518 + rx_bytes: 24123415 + tx_bytes: 2045720 ----- ethtool: nic3.2 ----- [driver/version/firmware/bus-info -i] @@ -12205,7 +11746,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 37 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 54 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 @@ -12215,19 +11756,19 @@ netlink error: Operation not supported 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 + 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 50 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 + 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 50 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 + 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 50 mcast_max_groups 0 --- bridge vlan $ bridge vlan @@ -12377,10 +11918,10 @@ nic3.2 | 2 | nic3 --- /proc/net/vlan total 0 -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 +dr-xr-xr-x 4 root root 0 Jul 29 05:09 . +dr-xr-xr-x 62 root root 0 Jul 29 05:09 .. +-rw------- 1 root root 0 Jul 29 05:09 config +-rw------- 1 root root 0 Jul 29 05:09 nic3.2 --- /etc/network/interfaces --- /etc/network/interfaces --- @@ -12460,14 +12001,14 @@ done --- /proc/interrupts $ cat /proc/interrupts CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 CPU8 CPU9 CPU10 CPU11 CPU12 CPU13 CPU14 CPU15 - 0: 25053 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 2-edge timer + 0: 25428 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 1457430 0 0 0 0 0 0 0 0 IO-APIC 19-fasteoi ehci_hcd:usb1 + 19: 0 0 0 0 0 0 0 6334597 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 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 @@ -12475,40 +12016,40 @@ done 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 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 + 36: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5456512 PCI-MSIX-0000:01:00.0 0-edge nic0-0 + 37: 1638691 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 3177156 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 1999663 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 1392413 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 216585 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 64 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 + 45: 0 0 0 0 0 0 0 7852 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 23090 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 4660203 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 3682875 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 3847411 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 11894128 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 359983 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 896715 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 1273192 PCI-MSIX-0000:02:00.0 1-edge nic2-1 + 56: 2426718 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 1352521 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 143230 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 4-edge nic2-4 + NMI: 3468 3206 12376 2696 9447 2616 6521 2761 3258 2604 4556 2516 4765 2438 3426 2779 Non-maskable interrupts + LOC: 17742936 18156273 25321793 17567585 23664758 18231386 21522367 20054113 19239654 19049224 19521268 18820201 19635468 18372327 18162349 29165538 Local timer interrupts SPU: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Spurious interrupts - 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 + PMI: 3468 3206 12376 2696 9447 2616 6521 2761 3258 2604 4556 2516 4765 2438 3426 2779 Performance monitoring interrupts + IWI: 949 419481 1213 522 704 543 640 395 498 1236 757 1073 1214 859 550 508 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 + RES: 275400 330851 274663 323073 302543 366144 333707 390099 367538 399569 351879 376471 320089 375799 338029 279405 Rescheduling interrupts + CAL: 1782573 722464 544616 441499 602888 343577 447759 348459 470773 332981 467054 319933 431230 304419 440807 363453 Function call interrupts + TLB: 79011 77634 78988 83285 79525 84279 79754 82275 77521 79211 76706 76717 74732 73920 73789 71940 TLB shootdowns TRM: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Thermal event interrupts - THR: 0 1373 0 1373 0 1373 0 1373 0 1373 0 1373 0 1373 0 1373 Threshold APIC interrupts + THR: 0 291699 0 291699 0 291699 0 291699 0 291699 0 291699 0 291699 0 291699 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: 314 17790 316 1689 316 1688 316 1689 316 1688 316 1689 315 1689 316 1689 Machine check polls + MCP: 660 370861 661 292361 662 292360 662 292362 662 292360 661 292361 660 292363 662 292363 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 @@ -12760,51 +12301,51 @@ done | head -n 60 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -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 +00f9d304 00000000 0000001c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +00cb68ec 00000000 00000008 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +00ce6643 00000000 000004b9 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +009ab420 00000000 00000005 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +00082afe 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +0005fc11 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +00034908 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +0003ee27 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 +00026c90 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000 +00099225 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000 +000eda01 00000000 00000003 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000 +0014d7b5 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000b 00000000 00000000 +04e09cf6 00000000 0000003f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000c 00000000 00000000 +0014ba8b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000d 00000000 00000000 +0002c06d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000e 00000000 00000000 +01856ac7 00000000 00000008 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=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 +cpu0 total=00f9d304 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=00cb68ec dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=00ce6643 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=009ab420 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=00082afe dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=0005fc11 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=00034908 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=0003ee27 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu8 total=00026c90 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu9 total=00099225 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu10 total=000eda01 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu11 total=0014d7b5 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu12 total=04e09cf6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu13 total=0014ba8b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu14 total=0002c06d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu15 total=01856ac7 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 9721 0.0 -TcpRetransSegs 491543 0.0 +TcpAttemptFails 9724 0.0 +TcpRetransSegs 758508 0.0 TcpInErrs 6 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 @@ -12814,20 +12355,20 @@ TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 TcpExtTCPLossUndo 12 0.0 -TcpExtTCPLostRetransmit 111647 0.0 +TcpExtTCPLostRetransmit 175111 0.0 TcpExtTCPRenoFailures 0 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 +TcpExtTCPSackFailures 17 0.0 +TcpExtTCPLossFailures 19 0.0 +TcpExtTCPFastRetrans 635840 0.0 +TcpExtTCPSlowStartRetrans 54718 0.0 +TcpExtTCPLossProbes 65408 0.0 +TcpExtTCPLossProbeRecovery 478 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 371 0.0 -TcpExtTCPAbortOnData 1559 0.0 -TcpExtTCPAbortOnClose 13 0.0 +TcpExtTCPSackRecoveryFail 594 0.0 +TcpExtTCPAbortOnData 2432 0.0 +TcpExtTCPAbortOnClose 21 0.0 TcpExtTCPAbortOnMemory 0 0.0 -TcpExtTCPAbortOnTimeout 13 0.0 +TcpExtTCPAbortOnTimeout 14 0.0 TcpExtTCPAbortOnLinger 0 0.0 TcpExtTCPAbortFailed 0 0.0 TcpExtTCPMD5Failure 0 0.0 @@ -12842,7 +12383,7 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 5221 0.0 +TcpExtTCPSynRetrans 5250 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 TcpExtTCPRcvQDrop 0 0.0 @@ -12867,85 +12408,109 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 357 -TCP: 109 (estab 13, closed 85, orphaned 0, timewait 85) +Total: 368 +TCP: 175 (estab 19, closed 145, orphaned 0, timewait 144) Transport Total IP IPv6 RAW 0 0 0 UDP 7 4 3 -TCP 24 18 6 -INET 31 22 9 +TCP 30 20 10 +INET 37 24 13 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.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) +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 192.168.3.169:43780 199.165.136.101:443 timer:(keepalive,21sec,0) + skmem:(r0,rb807913,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.3.169:57504 152.53.37.179:443 timer:(keepalive,9.606sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d2) +0 0 192.168.3.169:49820 209.177.156.94:443 timer:(keepalive,12sec,0) + skmem:(r0,rb807230,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.3.169:37082 192.200.0.116:443 timer:(keepalive,9.358sec,0) + skmem:(r0,rb104670,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.6:753 10.100.100.4:2049 timer:(keepalive,29sec,0) + skmem:(r0,rb4079894,t0,tb17782272,f0,w0,o0,bl0,d196) +0 0 10.100.100.6:808 10.100.100.4:2049 timer:(keepalive,39sec,0) + skmem:(r0,rb7175536,t0,tb13212672,f0,w0,o0,bl0,d196) +0 0 10.100.100.6:964 10.100.100.4:2049 timer:(keepalive,1min23sec,0) + skmem:(r0,rb5048990,t0,tb13186560,f0,w0,o0,bl0,d195) +0 0 10.100.100.6:972 10.100.100.4:2049 timer:(keepalive,1min10sec,0) + skmem:(r0,rb9053412,t0,tb15823872,f0,w0,o0,bl0,d145) +0 0 10.100.100.6:810 10.100.100.5:2049 timer:(keepalive,49sec,0) + skmem:(r0,rb1758483,t0,tb8199168,f0,w0,o0,bl0,d9) +0 0 10.100.100.6:814 10.100.100.5:2049 timer:(keepalive,29sec,0) + skmem:(r0,rb1416963,t0,tb4595712,f0,w0,o0,bl0,d12) +0 0 10.100.100.6:825 10.100.100.5:2049 timer:(keepalive,8.867sec,0) + skmem:(r0,rb1390036,t0,tb4882944,f0,w0,o0,bl0,d11) +0 0 10.100.100.6:951 10.100.100.5:2049 timer:(keepalive,19sec,0) + skmem:(r0,rb4796174,t0,tb6397440,f0,w0,o0,bl0,d6) +0 0 127.0.0.1:59046 127.0.0.1:5900 + skmem:(r0,rb399451,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 127.0.0.1:5900 127.0.0.1:59046 + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.109.70.137]:26831 + skmem:(r0,rb1247438,t0,tb69120,f0,w0,o0,bl0,d0) +0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.109.70.137]:10582 + skmem:(r0,rb87380,t0,tb69120,f0,w0,o0,bl0,d0) +0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.125.183.68]:60052 + skmem:(r0,rb87380,t0,tb69120,f0,w0,o0,bl0,d0) +0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.109.70.137]:12306 + skmem:(r0,rb87380,t0,tb69120,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.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.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 +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:266 rtt:65.257/11.443 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:25 bytes_sent:7963208 bytes_retrans:541 bytes_acked:7962668 bytes_received:1514646 segs_out:31089 segs_in:24651 data_segs_out:15562 data_segs_in:15532 bbr:(bw:1.54Mbps,mrtt:39.517,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.44Mbps lastsnd:5547 lastrcv:5469 lastack:5469 pacing_rate 4.41Mbps delivery_rate 785kbps delivered:15563 app_limited busy:980420ms retrans:0/5 dsack_dups:1 rcv_rtt:19257.8 rcv_space:46527 rcv_ssthresh:129040 minrtt:39.517 snd_wnd:73088 rcv_wnd:131072 rehash:4 +ESTAB 0 0 192.168.3.169:57504 152.53.37.179:https + bbr wscale:11,12 rto:248 rtt:47.67/0.449 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:636128 bytes_retrans:1470 bytes_acked:634659 bytes_received:26652 segs_out:2514 segs_in:2972 data_segs_out:762 data_segs_in:593 bbr:(bw:914kbps,mrtt:46.824,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.37Mbps lastsnd:51498 lastrcv:51501 lastack:5378 pacing_rate 2.61Mbps delivery_rate 914kbps delivered:761 app_limited busy:30774ms retrans:0/2 rcv_space:14480 rcv_ssthresh:53172 minrtt:46.298 snd_wnd:57344 rcv_wnd:53248 rehash:1 +ESTAB 0 0 192.168.3.169:49820 209.177.156.94:https + bbr wscale:7,12 rto:218 rtt:17.609/11.944 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:4 bytes_sent:1153984 bytes_acked:1153985 bytes_received:898021 segs_out:12915 segs_in:11717 data_segs_out:5915 data_segs_in:5380 bbr:(bw:4Mbps,mrtt:11.062,pacing_gain:1,cwnd_gain:1) send 2.63Mbps lastsnd:17551 lastrcv:17535 lastack:17535 pacing_rate 23.5Mbps delivery_rate 4Mbps delivered:5916 app_limited busy:49423ms rcv_rtt:15 rcv_space:46509 rcv_ssthresh:503078 minrtt:10.578 snd_wnd:203136 rcv_wnd:503808 +ESTAB 0 0 192.168.3.169:37082 192.200.0.116:https + bbr wscale:10,12 rto:337 rtt:135.289/1.683 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:3718 bytes_acked:3719 bytes_received:102759 segs_out:1509 segs_in:1521 data_segs_out:21 data_segs_in:788 bbr:(bw:348kbps,mrtt:132.97,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.54Mbps lastsnd:1319374 lastrcv:20672 lastack:20672 pacing_rate 2.44Mbps delivery_rate 348kbps delivered:22 app_limited busy:2058ms rcv_rtt:133 rcv_space:19429 rcv_ssthresh:63978 minrtt:132.97 snd_wnd:76800 rcv_wnd:65536 +ESTAB 0 0 10.100.100.6:753 10.100.100.4:nfs + bbr wscale:9,12 rto:208 rtt:7.721/12.02 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:58 ssthresh:709 bytes_sent:3866725120 bytes_retrans:40900864 bytes_acked:3825824257 bytes_received:18283767132 segs_out:6801290 segs_in:13626711 data_segs_out:2780731 data_segs_in:12930333 bbr:(bw:100Mbps,mrtt:0.937,pacing_gain:1.25,cwnd_gain:2) send 87Mbps lastsnd:1237 lastrcv:928 lastack:928 pacing_rate 124Mbps delivery_rate 100Mbps delivered:2764074 app_limited busy:1943369ms rwnd_limited:1688ms(0.1%) retrans:0/31575 dsack_dups:14927 rcv_rtt:1 rcv_space:714584 rcv_ssthresh:2549933 minrtt:0.251 rcv_ooopack:379 snd_wnd:11141120 rcv_wnd:2551808 rehash:47 +ESTAB 0 0 10.100.100.6:808 10.100.100.4:nfs + bbr wscale:9,12 rto:204 rtt:3.464/2.824 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:34 ssthresh:402 bytes_sent:3844311068 bytes_retrans:36936244 bytes_acked:3807374825 bytes_received:18333655248 segs_out:6801172 segs_in:13658685 data_segs_out:2765117 data_segs_in:12964860 bbr:(bw:71.3Mbps,mrtt:0.327,pacing_gain:1.25,cwnd_gain:2) send 114Mbps lastsnd:1354 lastrcv:1350 lastack:1350 pacing_rate 88.2Mbps delivery_rate 71.3Mbps delivered:2751114 app_limited busy:1928061ms rwnd_limited:1387ms(0.1%) retrans:0/28739 dsack_dups:14746 rcv_rtt:16.37 rcv_space:714584 rcv_ssthresh:4344562 minrtt:0.206 rcv_ooopack:937 snd_wnd:10406912 rcv_wnd:4345856 rehash:47 +ESTAB 0 0 10.100.100.6:964 10.100.100.4:nfs + bbr wscale:9,12 rto:211 rtt:10.712/15.875 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:32 ssthresh:720 bytes_sent:3874354012 bytes_retrans:37995512 bytes_acked:3836358501 bytes_received:18157558864 segs_out:6788643 segs_in:13537723 data_segs_out:2785784 data_segs_in:12843393 bbr:(bw:58.4Mbps,mrtt:0.563,pacing_gain:1.25,cwnd_gain:2) send 34.6Mbps lastsnd:1298 lastrcv:1238 lastack:1238 pacing_rate 72.2Mbps delivery_rate 58.4Mbps delivered:2771145 app_limited busy:1910086ms rwnd_limited:1107ms(0.1%) retrans:0/29438 dsack_dups:14798 rcv_rtt:1.125 rcv_space:588608 rcv_ssthresh:3155618 minrtt:0.362 rcv_ooopack:605 snd_wnd:11141120 rcv_wnd:3158016 rehash:42 +ESTAB 0 0 10.100.100.6:972 10.100.100.4:nfs + bbr wscale:9,12 rto:204 rtt:3.974/5.179 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:64 ssthresh:583 bytes_sent:3885030348 bytes_retrans:36045236 bytes_acked:3848985113 bytes_received:18288296588 segs_out:6820306 segs_in:13627986 data_segs_out:2793148 data_segs_in:12933316 bbr:(bw:123Mbps,mrtt:0.9,pacing_gain:1.25,cwnd_gain:2) send 187Mbps lastsnd:998 lastrcv:996 lastack:996 pacing_rate 152Mbps delivery_rate 123Mbps delivered:2779823 app_limited busy:1913705ms rwnd_limited:692ms(0.0%) retrans:0/28040 dsack_dups:14719 rcv_rtt:3.625 rcv_space:836216 rcv_ssthresh:5481558 minrtt:0.277 rcv_ooopack:657 snd_wnd:10136064 rcv_wnd:5484544 rehash:41 +ESTAB 0 0 10.100.100.6:810 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.321/0.088 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:138 ssthresh:441 bytes_sent:1698692520 bytes_retrans:188449632 bytes_acked:1510242889 bytes_received:8485470964 segs_out:1807647 segs_in:5989637 data_segs_out:1205537 data_segs_in:5894083 bbr:(bw:375Mbps,mrtt:0.225,pacing_gain:1.25,cwnd_gain:2) send 4.98Gbps lastsnd:1334 lastrcv:1333 lastack:1333 pacing_rate 464Mbps delivery_rate 375Mbps delivered:1075350 app_limited busy:150471ms rwnd_limited:5ms(0.0%) retrans:0/130599 dsack_dups:411 rcv_rtt:1 rcv_space:341756 rcv_ssthresh:1097611 minrtt:0.223 snd_wnd:6840320 rcv_wnd:1097728 rehash:176 +ESTAB 0 0 10.100.100.6:814 10.100.100.5:nfs + bbr wscale:12,12 rto:203 rtt:2.172/3.77 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:122 ssthresh:756 bytes_sent:1789134444 bytes_retrans:176189224 bytes_acked:1612945221 bytes_received:8471989648 segs_out:1869865 segs_in:5988807 data_segs_out:1268397 data_segs_in:5885011 bbr:(bw:338Mbps,mrtt:0.22,pacing_gain:1.25,cwnd_gain:2) send 651Mbps lastsnd:970 lastrcv:970 lastack:970 pacing_rate 419Mbps delivery_rate 338Mbps delivered:1146609 app_limited busy:128199ms rwnd_limited:2ms(0.0%) retrans:0/122235 dsack_dups:447 rcv_rtt:1 rcv_space:356208 rcv_ssthresh:884161 minrtt:0.196 snd_wnd:6688768 rcv_wnd:884736 rehash:53 +ESTAB 0 0 10.100.100.6:825 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.414/0.313 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:136 ssthresh:525 bytes_sent:1843354360 bytes_retrans:355945364 bytes_acked:1487408997 bytes_received:8482367296 segs_out:1907832 segs_in:6004199 data_segs_out:1305917 data_segs_in:5892187 bbr:(bw:387Mbps,mrtt:0.182,pacing_gain:1.25,cwnd_gain:2) send 3.81Gbps lastsnd:10531 lastrcv:10530 lastack:10530 pacing_rate 479Mbps delivery_rate 387Mbps delivered:1059832 app_limited busy:159907ms rwnd_limited:7ms(0.0%) retrans:0/246453 dsack_dups:367 rcv_rtt:1 rcv_space:355480 rcv_ssthresh:867332 minrtt:0.167 snd_wnd:5279744 rcv_wnd:868352 rehash:191 +ESTAB 0 0 10.100.100.6:951 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.618/0.659 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:154 ssthresh:676 bytes_sent:1689009644 bytes_retrans:186317108 bytes_acked:1502692537 bytes_received:8487078660 segs_out:1797858 segs_in:5990520 data_segs_out:1198803 data_segs_in:5895217 bbr:(bw:454Mbps,mrtt:0.189,pacing_gain:1.25,cwnd_gain:2) send 2.89Gbps lastsnd:1209 lastrcv:1208 lastack:1208 pacing_rate 562Mbps delivery_rate 454Mbps delivered:1070161 app_limited busy:147515ms rwnd_limited:2ms(0.0%) retrans:0/129089 dsack_dups:446 reordering:87 reord_seen:2 rcv_rtt:1 rcv_space:436568 rcv_ssthresh:2996168 minrtt:0.131 rcv_ooopack:1 snd_wnd:9240576 rcv_wnd:2998272 rehash:150 +ESTAB 0 0 127.0.0.1:59046 127.0.0.1:5900 + bbr wscale:12,12 rto:201 rtt:0.031/0.002 ato:40 mss:22528 pmtu:65535 rcvmss:603 advmss:65483 cwnd:18 bytes_sent:40890 bytes_acked:40891 bytes_received:101506 segs_out:4122 segs_in:8131 data_segs_out:4081 data_segs_in:4054 bbr:(bw:8.19Gbps,mrtt:0.022,pacing_gain:2.88672,cwnd_gain:2.88672) send 105Gbps lastsnd:102 lastrcv:107 lastack:102 pacing_rate 135Gbps delivery_rate 8.19Gbps delivered:4082 app_limited busy:629ms rcv_rtt:355069 rcv_space:45087 rcv_ssthresh:33450 minrtt:0.022 snd_wnd:45056 rcv_wnd:45056 +ESTAB 0 0 127.0.0.1:5900 127.0.0.1:59046 + bbr wscale:12,12 rto:206 rtt:5.282/1.456 ato:40 mss:22528 pmtu:65535 rcvmss:536 advmss:65483 cwnd:18 bytes_sent:101506 bytes_acked:101506 bytes_received:40890 segs_out:8130 segs_in:4122 data_segs_out:4054 data_segs_in:4081 bbr:(bw:7.84Gbps,mrtt:0.023,pacing_gain:2.88672,cwnd_gain:2.88672) send 614Mbps lastsnd:108 lastrcv:103 lastack:103 pacing_rate 178Gbps delivery_rate 7.84Gbps delivered:4055 app_limited busy:17757ms rcv_space:43690 rcv_ssthresh:43690 minrtt:0.023 snd_wnd:45056 rcv_wnd:45056 +ESTAB 0 0 100.73.35.111:ssh 100.101.187.119:60286 + bbr wscale:7,12 rto:205 rtt:4.597/7.27 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:26.8Mbps,mrtt:0.594,pacing_gain:2.88672,cwnd_gain:2.88672) send 55.6Mbps lastsnd:8277 lastrcv:8278 lastack:8277 pacing_rate 473Mbps delivery_rate 26.8Mbps delivered:17 app_limited busy:61ms rcv_rtt:8 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.594 snd_wnd:76544 rcv_wnd:61440 +ESTAB 0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.109.70.137]:26831 + bbr wscale:8,12 rto:205 rtt:4.835/1.464 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:44 bytes_sent:202439 bytes_acked:202439 bytes_received:158749 segs_out:8128 segs_in:4097 data_segs_out:4059 data_segs_in:4086 bbr:(bw:10.2Mbps,mrtt:1.429,pacing_gain:2.88672,cwnd_gain:2.88672) send 90.3Mbps lastsnd:119 lastrcv:115 lastack:115 pacing_rate 136Mbps delivery_rate 10.2Mbps delivered:4060 app_limited busy:17406ms rcv_rtt:218187 rcv_space:45433 rcv_ssthresh:40276 minrtt:1.429 snd_wnd:65024 rcv_wnd:45056 +ESTAB 0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.109.70.137]:10582 + bbr wscale:8,12 rto:209 rtt:8.162/12.428 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:16 bytes_sent:4866 bytes_acked:4866 bytes_received:2956 segs_out:7 segs_in:8 data_segs_out:6 data_segs_in:3 bbr:(bw:11.2Mbps,mrtt:1.887,pacing_gain:2.88672,cwnd_gain:2.88672) send 19.4Mbps lastsnd:1642 lastrcv:1645 lastack:1593 pacing_rate 143Mbps delivery_rate 11.2Mbps delivered:7 app_limited busy:55ms rcv_space:12400 rcv_ssthresh:35839 minrtt:1.887 snd_wnd:65280 rcv_wnd:45056 +ESTAB 0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.125.183.68]:60052 + bbr wscale:8,12 rto:201 rtt:0.609/0.216 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:25 bytes_sent:14565 bytes_acked:14565 bytes_received:2676 segs_out:16 segs_in:13 data_segs_out:15 data_segs_in:6 bbr:(bw:49.4Mbps,mrtt:0.451,pacing_gain:2.88672,cwnd_gain:2.88672) send 403Mbps lastsnd:2819 lastrcv:2823 lastack:2818 pacing_rate 623Mbps delivery_rate 49.4Mbps delivered:16 app_limited busy:3ms rcv_rtt:1 rcv_space:12280 rcv_ssthresh:55924 minrtt:0.451 snd_wnd:85248 rcv_wnd:57344 +ESTAB 0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.109.70.137]:12306 + bbr wscale:8,12 rto:203 rtt:2.362/1.635 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:15 bytes_sent:4681 bytes_acked:4681 bytes_received:3231 segs_out:6 segs_in:7 data_segs_out:5 data_segs_in:3 bbr:(bw:13.6Mbps,mrtt:1.454,pacing_gain:2.88672,cwnd_gain:2.88672) send 63Mbps lastsnd:1636 lastrcv:1640 lastack:1634 pacing_rate 160Mbps delivery_rate 13.6Mbps delivered:6 app_limited busy:8ms rcv_space:12400 rcv_ssthresh:41300 minrtt:1.454 snd_wnd:65280 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 160313 39547 9721 28 13 22749403 32765303 491543 6 3870 0 +Tcp: 1 200 120000 -1 323034 52300 9724 32 19 32723027 44231629 758508 6 5787 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 160313 39547 9721 28 13 22749403 32765303 491543 6 3870 0 +Tcp: 1 200 120000 -1 323034 52300 9724 32 19 32723027 44231629 758508 6 5787 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -12992,7 +12557,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 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 dm-name-pve-root name-pve-root 0 0 0B 11 0B 0 77.9G / 93.9G ext4 11.3G 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 @@ -13103,18 +12668,18 @@ Filesystem Size Used Avail Use% Mounted on 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 63G 49M 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 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-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/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-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 26G 844G 3% /mnt/pve/S2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 210G 1.5T 13% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.4G 432G 1% /mnt/pve/S4 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 131G 91G 59% /mnt/pve/T5-SSD +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 189G 2.4T 8% /mnt/pve/D2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 13G 857G 2% /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 @@ -13122,20 +12687,20 @@ tmpfs 13G 4.0K 13G 1% /run/user/0 $ df -i Filesystem Inodes IUsed IFree IUse% Mounted on 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 16498882 1117 16497765 1% /run +/dev/mapper/pve-root 6291456 82271 6209185 2% / +tmpfs 16498882 114 16498768 1% /dev/shm tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service tmpfs 16498882 22 16498860 1% /run/lock tmpfs 1048576 14 1048562 1% /tmp /dev/fuse 262144 37 262107 1% /etc/pve tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service -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/S2 61054976 21 61054955 1% /mnt/pve/S2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 56 122101704 1% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 15 30531569 1% /mnt/pve/S4 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-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 21 61054955 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 @@ -13208,11 +12773,11 @@ done Last mounted on: / Block count: 25165824 Reserved block count: 1258291 -Free blocks: 21676099 +Free blocks: 21677447 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Sun Jul 26 17:19:37 2026 -Last write time: Mon Jul 27 21:20:43 2026 +Last write time: Wed Jul 29 04:21:52 2026 Mount count: 17 Maximum mount count: -1 Last checked: Sat Apr 4 12:26:59 2026 @@ -13257,23 +12822,23 @@ done $ nfsstat -c Client rpc stats: calls retrans authrefrsh -1091579 4 1093530 +1639888 4 1642849 Client nfs v4: null read write commit open -2 0% 153069 14% 736072 67% 44210 4% 1 0% +2 0% 190663 11% 1080419 65% 74253 4% 2 0% open_conf open_noat open_dgrd close setattr -0 0% 21 0% 0 0% 11 0% 0 0% +0 0% 95 0% 0 0% 64 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% 83 0% 21431 1% 70 0% +0 0% 0 0% 171 0% 45516 2% 79 0% lookup_root remove rename link symlink -7 0% 6 0% 0 0% 0 0% 0 0% +7 0% 8 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -1 0% 28 0% 67742 6% 0 0% 2 0% +2 0% 28 0% 146696 8% 0 0% 61 0% server_caps delegreturn getacl setacl fs_locations -56 0% 8 0% 0 0% 0 0% 0 0% +56 0% 26 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 @@ -13281,9 +12846,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% 8 0% 0 0% 66531 6% +0 0% 0 0% 8 0% 0 0% 99983 6% allocate deallocate layoutstats clone -0 0% 0 0% 2486 0% 0 0% +0 0% 0 0% 2500 0% 0 0% --- nfsstat -s (server stats) @@ -13295,7 +12860,7 @@ Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory). $ nfsstat -234 Client rpc stats: calls retrans authrefrsh -1091579 4 1093530 +1639888 4 1642849 Client nfs v2: null getattr setattr root lookup @@ -13321,19 +12886,19 @@ pathconf commit Client nfs v4: null read write commit open -2 0% 153069 14% 736072 67% 44210 4% 1 0% +2 0% 190663 11% 1080419 65% 74253 4% 2 0% open_conf open_noat open_dgrd close setattr -0 0% 21 0% 0 0% 11 0% 0 0% +0 0% 95 0% 0 0% 64 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% 83 0% 21431 1% 70 0% +0 0% 0 0% 171 0% 45516 2% 79 0% lookup_root remove rename link symlink -7 0% 6 0% 0 0% 0 0% 0 0% +7 0% 8 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -1 0% 28 0% 67742 6% 0 0% 2 0% +2 0% 28 0% 146696 8% 0 0% 61 0% server_caps delegreturn getacl setacl fs_locations -56 0% 8 0% 0 0% 0 0% 0 0% +56 0% 26 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 @@ -13341,9 +12906,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% 8 0% 0 0% 66531 6% +0 0% 0 0% 8 0% 0 0% 99983 6% allocate deallocate layoutstats clone -0 0% 0 0% 2486 0% 0 0% +0 0% 0 0% 2500 0% 0 0% --- showmount -e (exports) @@ -13354,8 +12919,8 @@ clnt_create: RPC: Timed out --- /proc/net/rpc/nfs $ cat /proc/net/rpc/nfs net 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 +rpc 1640780 4 1643743 +proc4 71 2 190663 1081080 74310 2 0 95 0 64 0 28 0 0 0 0 0 0 171 45557 79 7 8 0 0 0 2 28 146829 0 61 56 26 0 0 0 0 0 0 4 2 0 350 0 2 0 0 0 0 7 0 0 0 8 0 99983 0 0 2500 0 0 0 0 0 0 0 0 0 0 0 0 0 --- /proc/net/rpc/nfsd $ cat /proc/net/rpc/nfsd @@ -13500,14 +13065,14 @@ Nobody-Group = nogroup --- pvesm status $ pvesm status Name Type Status Total (KiB) Used (KiB) Available (KiB) % -D2 nfs active 2883130368 195178496 2541422592 6.77% +D2 nfs active 2883130368 197245952 2539354112 6.84% D3 nfs active 491133952 2048 466110464 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 126919680 105585664 51.80% -local dir active 98497780 11793396 81654836 11.97% +D5 nfs active 1921726464 219219968 1604814848 11.41% +S2 nfs active 960304128 26530816 884918272 2.76% +S3 nfs active 960304128 13431808 898018304 1.40% +S4 nfs active 479597568 2460672 452701184 0.51% +T5-SSD nfs active 245023744 137123840 95380480 55.96% +local dir active 98497780 11770696 81677536 11.95% local-lvm lvmthin active 1793044480 0 1793044480 0.00% --- pvesm list per storage @@ -13545,8 +13110,7 @@ Volid Format Type Size VMID --- pvesm config D3 --- --- storage: D5 --- 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:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 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 @@ -13559,25 +13123,25 @@ 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: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 -S2:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S2:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 S2:706/vm-706-disk-0.qcow2 qcow2 images 34359738368 706 +S2:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 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:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 +S3:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906 --- pvesm config S3 --- --- storage: S4 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S4:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 --- pvesm config S4 --- --- storage: T5-SSD --- Volid Format Type Size VMID @@ -14069,7 +13633,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -22 1 0x01 148 40256 23315364464 102935900634765 +22 1 0x01 148 40256 23315364464 215648583830468 name type data hits 4 0 iohits 4 0 @@ -14199,8 +13763,8 @@ memory_throttle_count 4 0 memory_direct_count 4 0 memory_indirect_count 4 0 memory_all_bytes 4 135158845440 -memory_free_bytes 4 126926417920 -memory_available_bytes 3 122349777280 +memory_free_bytes 4 126865047552 +memory_available_bytes 3 122288406912 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -14222,7 +13786,7 @@ abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -18 1 0x01 13 3536 23288375463 102935902178854 +18 1 0x01 13 3536 23288375463 215648585390183 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -14240,7 +13804,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -17 1 0x01 8 2176 23288374118 102935903631966 +17 1 0x01 8 2176 23288374118 215648586814153 name type data hits 4 0 future 4 0 @@ -14258,7 +13822,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 23288199024 102935906576056 +15 1 0x01 20 5440 23288199024 215648589910979 name type data struct_size 4 96 linear_cnt 4 0 @@ -14416,7 +13980,7 @@ no pools available $ arc_summary ------------------------------------------------------------------------ -ZFS Subsystem Report Mon Jul 27 21:55:00 2026 +ZFS Subsystem Report Wed Jul 29 05:13:37 2026 Linux 7.0.14-6-pve 2.4.3-pve1 Machine: pfv-tsys6 (x86_64) 2.4.3-pve1 @@ -14426,8 +13990,8 @@ ARC status: 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: 118.3 GiB - Available memory size: 114.0 GiB + Free memory size: 118.2 GiB + Available memory size: 113.9 GiB ARC structural breakdown (current size): 3.8 KiB Compressed size: 0.0 % 0 Bytes @@ -14991,7 +14555,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: Mon Jul 27 21:55:00 2026 CDT +Local Time is: Wed Jul 29 05:13:37 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -15037,13 +14601,13 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 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 - 16318 + 9 Power_On_Hours 0x0032 078 078 000 Old_age Always - 16350 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 - 30340 -194 Temperature_Celsius 0x0022 109 091 000 Old_age Always - 38 +193 Load_Cycle_Count 0x0032 190 190 000 Old_age Always - 30414 +194 Temperature_Celsius 0x0022 117 091 000 Old_age Always - 30 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 @@ -15104,7 +14668,7 @@ net0: virtio=BC:24:11:F6:74:E8,bridge=vmbr0,firewall=1 numa: 0 onboot: 1 ostype: l26 -scsi0: D5:100/vm-100-disk-0.qcow2,iothread=1,size=32G +scsi0: S4:100/vm-100-disk-0.qcow2,iothread=1,size=32G scsihw: virtio-scsi-single smbios1: uuid=03709518-2933-4764-8006-f3946ce59063 sockets: 2 @@ -15194,9 +14758,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::d", + "ip-address" : "2600:1700:1d1:eb00:7e75:979:903:add1", "ip-address-type" : "ipv6", - "prefix" : 128 + "prefix" : 64 }, --- VM 601 runtime --- [ @@ -15235,9 +14799,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::3e", + "ip-address" : "2600:1700:1d1:eb00:66c4:2494:db49:b5f1", "ip-address-type" : "ipv6", - "prefix" : 128 + "prefix" : 64 }, --- /etc/pve/qemu-server @@ -15420,13 +14984,13 @@ 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 17:20:30 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:20:30 CDT; 2 days 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 + Memory: 65.9M (peak: 82.9M) + CPU: 2min 36.375s CGroup: /system.slice/pve-cluster.service └─1317 /usr/bin/pmxcfs @@ -15437,62 +15001,64 @@ Jul 26 17:20:30 pfv-tsys6 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 Sun 2026-07-26 17:20:39 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:20:39 CDT; 2 days 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 + Tasks: 6 (limit: 143874) + Memory: 325.6M (peak: 508.4M) + CPU: 6min 5.788s CGroup: /system.slice/pvedaemon.service - ├─ 1517 pvedaemon - ├─407296 "pvedaemon worker" - ├─408148 "pvedaemon worker" - └─410001 "pvedaemon worker" + ├─ 1517 pvedaemon + ├─ 947600 "pvedaemon worker" + ├─ 949449 "pvedaemon worker" + ├─ 949846 "pvedaemon worker" + ├─1073219 "task UPID:pfv-tsys6:00106043:01477713:6A69CE35:vncproxy:100:root@pam:" + └─1073221 /usr/bin/perl /usr/sbin/qm vncproxy 100 -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 +Jul 28 22:04:16 pfv-tsys6 pvedaemon[1517]: starting 1 worker(s) +Jul 28 22:04:16 pfv-tsys6 pvedaemon[1517]: worker 949846 started +Jul 28 22:17:39 pfv-tsys6 pvedaemon[947600]: successful auth for user 'root@pam' +Jul 29 04:55:38 pfv-tsys6 IPCC.xs[1073059]: pam_unix(proxmox-ve-auth:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=::ffff:100.109.70.137 user=root +Jul 29 04:55:40 pfv-tsys6 pvedaemon[949449]: authentication failure; rhost=::ffff:100.109.70.137 user=root@pam msg=Authentication failure +Jul 29 04:55:56 pfv-tsys6 pvedaemon[947600]: successful auth for user 'root@pam' +Jul 29 04:55:58 pfv-tsys6 pvedaemon[949449]: successful auth for user 'root@pam' +Jul 29 04:56:05 pfv-tsys6 pvedaemon[1073219]: starting vnc proxy UPID:pfv-tsys6:00106043:01477713:6A69CE35:vncproxy:100:root@pam: +Jul 29 04:56:05 pfv-tsys6 pvedaemon[949449]: starting task UPID:pfv-tsys6:00106043:01477713:6A69CE35:vncproxy:100:root@pam: +Jul 29 05:10:54 pfv-tsys6 pvedaemon[949449]: 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 17:20:42 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:20:42 CDT; 2 days 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) + Process: 993498 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 + Memory: 270.4M (peak: 457.3M) + CPU: 7min 46.035s CGroup: /system.slice/pveproxy.service ├─ 1532 pveproxy - ├─431106 "pveproxy worker" - ├─440401 "pveproxy worker" - └─445466 "pveproxy worker" + ├─993540 "pveproxy worker" + ├─993541 "pveproxy worker" + └─993542 "pveproxy worker" -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 +Jul 29 00:30:17 pfv-tsys6 pveproxy[1532]: worker 947403 finished +Jul 29 00:30:17 pfv-tsys6 pveproxy[1532]: worker 949113 finished +Jul 29 04:55:38 pfv-tsys6 pveproxy[993542]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:55:38 pfv-tsys6 pveproxy[993541]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:55:38 pfv-tsys6 pveproxy[993542]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:55:38 pfv-tsys6 pveproxy[993542]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:55:48 pfv-tsys6 pveproxy[993541]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:55:48 pfv-tsys6 pveproxy[993542]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:55:50 pfv-tsys6 pveproxy[993541]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:55:50 pfv-tsys6 pveproxy[993542]: authentication failure: 401 permission denied - invalid PVE ticket ● 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 17:20:37 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:20:37 CDT; 2 days 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) @@ -15500,24 +15066,25 @@ Jul 27 18:31:42 pfv-tsys6 pveproxy[431708]: worker exit 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 + Memory: 112M (peak: 133.2M) + CPU: 36min 25.294s CGroup: /system.slice/pve-firewall.service └─1491 pve-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. +Jul 29 05:09:35 pfv-tsys6 pve-firewall[1491]: firewall update time (5.830 seconds) ● 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 17:20:41 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:20:41 CDT; 2 days 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 + Memory: 118.7M (peak: 138M) + CPU: 21.107s CGroup: /system.slice/pve-ha-crm.service └─1527 pve-ha-crm @@ -15528,16 +15095,13 @@ Jul 26 17:20:41 pfv-tsys6 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 17:20:44 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:20:44 CDT; 2 days 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 - └─1545 pve-ha-lrm - + Memory: 117.4M (peak: 136.5M) + CPU: 30.994s --- 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 @@ -15548,14 +15112,14 @@ 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 17:20:06 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:20:06 CDT; 2 days ago Invocation: c7c150a4ea78423ca300cc4b4b2e3100 TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) Main PID: 868 (rpcbind) Tasks: 1 (limit: 143874) Memory: 616K (peak: 2M) - CPU: 108ms + CPU: 214ms CGroup: /system.slice/rpcbind.service └─868 /usr/sbin/rpcbind -f -w @@ -15573,7 +15137,7 @@ Jul 26 17:20:06 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 17:19:48 CDT; 1 day 4h ago + Active: active (exited) since Sun 2026-07-26 17:19:48 CDT; 2 days ago Invocation: b08d997c988b4f8f889d900a9953595e Docs: man:zfs(8) Process: 696 ExecStart=/usr/sbin/zfs mount -a (code=exited, status=0/SUCCESS) @@ -15586,28 +15150,28 @@ Jul 26 17:19:48 pfv-tsys6 systemd[1]: Finished zfs-mount.service - Mount ZFS fil ● 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 17:20:10 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:20:10 CDT; 2 days ago Invocation: bdb4bd1ac72f4a6980f0372dac77c132 Docs: man:smartd(8) man:smartd.conf(5) Main PID: 886 (smartd) - Status: "Next check of 1 device will start at 22:20:10" + Status: "Next check of 1 device will start at 05:20:10" Tasks: 1 (limit: 143874) Memory: 3.5M (peak: 5M) - CPU: 113ms + CPU: 180ms CGroup: /system.slice/smartmontools.service └─886 /usr/sbin/smartd -n -q never -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 +Jul 28 17:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 116 to 117 +Jul 28 18:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 116 +Jul 28 19:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 116 to 117 +Jul 28 20:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 118 +Jul 28 21:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 118 to 117 +Jul 29 00:20:11 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 118 +Jul 29 00:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 118 to 117 +Jul 29 01:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 118 +Jul 29 03:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 118 to 117 +Jul 29 03:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 118 ############################################################################### # 25. TIMERS / CRON @@ -15615,28 +15179,28 @@ Jul 27 21:50:11 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attri --- systemctl list-timers $ systemctl list-timers --all --no-pager -NEXT LEFT LAST PASSED UNIT ACTIVATES -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 +NEXT LEFT LAST PASSED UNIT ACTIVATES +Wed 2026-07-29 05:20:00 CDT 5min Wed 2026-07-29 05:10:10 CDT 4min 29s ago sysstat-collect.timer sysstat-collect.service +Wed 2026-07-29 06:13:25 CDT 58min Tue 2026-07-28 06:27:10 CDT 22h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Wed 2026-07-29 15:46:37 CDT 10h Wed 2026-07-29 04:55:08 CDT 19min ago apt-daily.timer apt-daily.service +Wed 2026-07-29 17:34:47 CDT 12h Tue 2026-07-28 17:34:47 CDT 11h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:03 CDT 5h 14min ago dpkg-db-backup.timer dpkg-db-backup.service +Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:03 CDT 5h 14min ago sysstat-rotate.timer sysstat-rotate.service +Thu 2026-07-30 00:07:00 CDT 18h Wed 2026-07-29 00:07:20 CDT 5h 7min ago sysstat-summary.timer sysstat-summary.service +Thu 2026-07-30 00:12:52 CDT 18h Wed 2026-07-29 03:44:32 CDT 1h 30min ago beszel-agent-update.timer beszel-agent-update.service +Thu 2026-07-30 00:17:29 CDT 19h Wed 2026-07-29 00:30:07 CDT 4h 44min ago logrotate.timer logrotate.service +Thu 2026-07-30 02:57:45 CDT 21h Wed 2026-07-29 00:54:36 CDT 4h 20min ago man-db.timer man-db.service +Thu 2026-07-30 03:27:53 CDT 22h Wed 2026-07-29 02:42:42 CDT 2h 31min ago pve-daily-update.timer pve-daily-update.service +Sun 2026-08-02 03:10:33 CDT 3 days Sun 2026-07-26 03:10:43 CDT - e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:49 CDT 3 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 4 days Mon 2026-07-27 00:54:07 CDT 2 days ago fstrim.timer fstrim.service 14 timers listed. --- /etc/cron.d total 24 drwxr-xr-x 2 root root 4096 Jul 26 17:12 . -drwxr-xr-x 107 root root 4096 Jul 27 21:54 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:11 .. -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 @@ -15646,7 +15210,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 107 root root 4096 Jul 27 21:54 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:11 .. -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 @@ -15657,13 +15221,13 @@ drwxr-xr-x 107 root root 4096 Jul 27 21:54 .. --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Apr 4 12:31 . -drwxr-xr-x 107 root root 4096 Jul 27 21:54 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:11 .. -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 107 root root 4096 Jul 27 21:54 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:11 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -15702,264 +15266,279 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -1.51 0.65 0.32 1/424 514566 +1.39 0.85 0.54 1/428 1081674 --- 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 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 + 1 1 0 122726864 16464 1629092 0 0 66 118 1830 1 0 0 97 1 0 1 + 0 0 0 122727832 16464 1629132 0 0 0 1220 1712 3398 0 0 99 1 0 0 + 0 0 0 122728588 16464 1629132 0 0 0 0 769 1485 0 0 100 0 0 0 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 -Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU) -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 +05:14:42 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +05:14:43 AM all 0.44 0.00 0.13 0.00 0.00 0.00 0.00 0.00 0.00 99.44 +05:14:44 AM all 0.81 0.00 1.56 0.06 0.00 0.00 0.00 0.06 0.00 97.44 +05:14:45 AM all 0.56 0.00 0.00 0.31 0.00 0.00 0.00 0.06 0.00 99.00 +Average: all 0.60 0.00 0.56 0.13 0.00 0.00 0.00 0.04 0.00 98.67 --- iostat -xz 1 3 $ iostat -xz 1 3 -Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU) avg-cpu: %user %nice %system %iowait %steal %idle - 1.98 0.00 0.46 2.04 0.00 95.52 + 1.08 0.00 0.42 1.41 0.00 97.09 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 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 +dm-0 0.00 0.01 0.00 0.00 22.80 16.58 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.15 15.83 0.00 0.00 29.85 105.97 9.16 118.47 0.00 0.00 2.76 12.94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.03 1.34 +dm-2 0.00 0.04 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.00 66.11 0.05 4.68 6.30 65.92 8.13 118.47 1.18 12.67 1.92 14.58 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.17 avg-cpu: %user %nice %system %iowait %steal %idle - 0.50 0.00 1.88 0.50 0.00 97.12 + 0.19 0.00 0.06 0.00 0.00 99.75 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 0.00 0.31 0.00 99.56 + 0.31 0.00 1.19 0.00 0.00 98.50 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 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 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU) -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 +05:14:47 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +05:14:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +05:14:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +05:14:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +05:14:48 AM 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 +05:14:48 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +05:14:49 AM 8.00 24.00 40.00 0.00 8.00 0.01 0.62 0.40 sda +05:14:49 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +05:14:49 AM 16.00 24.00 40.00 0.00 4.00 0.02 1.38 0.40 pve-root +05:14:49 AM 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 20.00 0.00 8.00 0.00 0.62 0.20 sda 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: 8.00 12.00 20.00 0.00 4.00 0.01 1.38 0.20 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 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU) -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 +05:14:49 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +05:14:50 AM lo 15.00 15.00 0.93 0.93 0.00 0.00 0.00 0.00 +05:14:50 AM nic0 43.00 31.00 14.30 12.87 0.00 0.00 3.00 0.01 +05:14:50 AM nic1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:50 AM nic2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:50 AM nic3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:50 AM nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:50 AM nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:50 AM vmbr0 14.00 11.00 2.61 1.47 0.00 0.00 4.00 0.00 +05:14:50 AM tailscale0 5.00 10.00 0.38 0.63 0.00 0.00 0.00 0.00 +05:14:50 AM nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:50 AM br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:50 AM bond0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:50 AM storagenet 1.00 0.00 0.04 0.00 0.00 0.00 1.00 0.00 +05:14:50 AM tap100i0 0.00 8.00 0.00 1.99 0.00 0.00 0.00 0.00 +05:14:50 AM fwbr100i0 8.00 0.00 1.88 0.00 0.00 0.00 4.00 0.00 +05:14:50 AM fwpr100p0 0.00 8.00 0.00 1.99 0.00 0.00 0.00 0.00 +05:14:50 AM fwln100i0 8.00 0.00 1.99 0.00 0.00 0.00 0.00 0.00 +05:14:50 AM tap600i0 0.00 8.00 0.00 1.99 0.00 0.00 0.00 0.00 +05:14:50 AM fwbr600i0 8.00 0.00 1.88 0.00 0.00 0.00 4.00 0.00 +05:14:50 AM fwpr600p0 0.00 8.00 0.00 1.99 0.00 0.00 0.00 0.00 +05:14:50 AM fwln600i0 8.00 0.00 1.99 0.00 0.00 0.00 0.00 0.00 +05:14:50 AM tap601i0 0.00 9.00 0.00 2.16 0.00 0.00 0.00 0.00 +05:14:50 AM fwbr601i0 8.00 0.00 1.88 0.00 0.00 0.00 4.00 0.00 +05:14:50 AM fwpr601p0 0.00 9.00 0.00 2.16 0.00 0.00 0.00 0.00 +05:14:50 AM fwln601i0 9.00 0.00 2.16 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 +05:14:50 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +05:14:51 AM lo 25.00 25.00 3.44 3.44 0.00 0.00 0.00 0.00 +05:14:51 AM nic0 18.00 15.00 2.51 2.50 0.00 0.00 2.00 0.00 +05:14:51 AM nic1 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 +05:14:51 AM nic2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:51 AM nic3 2.00 0.00 0.12 0.00 0.00 0.00 2.00 0.00 +05:14:51 AM nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:51 AM nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:51 AM vmbr0 27.00 24.00 4.05 4.44 0.00 0.00 3.00 0.00 +05:14:51 AM tailscale0 11.00 17.00 1.75 2.10 0.00 0.00 0.00 0.00 +05:14:51 AM nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:51 AM br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:51 AM bond0 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 +05:14:51 AM storagenet 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:14:51 AM tap100i0 0.00 10.00 0.00 0.86 0.00 0.00 0.00 0.00 +05:14:51 AM fwbr100i0 10.00 0.00 0.73 0.00 0.00 0.00 3.00 0.00 +05:14:51 AM fwpr100p0 0.00 10.00 0.00 0.86 0.00 0.00 0.00 0.00 +05:14:51 AM fwln100i0 10.00 0.00 0.86 0.00 0.00 0.00 0.00 0.00 +05:14:51 AM tap600i0 0.00 10.00 0.00 0.86 0.00 0.00 0.00 0.00 +05:14:51 AM fwbr600i0 10.00 0.00 0.73 0.00 0.00 0.00 3.00 0.00 +05:14:51 AM fwpr600p0 0.00 10.00 0.00 0.86 0.00 0.00 0.00 0.00 +05:14:51 AM fwln600i0 10.00 0.00 0.86 0.00 0.00 0.00 0.00 0.00 +05:14:51 AM tap601i0 3.00 14.00 0.58 1.19 0.00 0.00 0.00 0.00 +05:14:51 AM fwbr601i0 10.00 0.00 0.73 0.00 0.00 0.00 3.00 0.00 +05:14:51 AM fwpr601p0 3.00 14.00 0.58 1.19 0.00 0.00 0.00 0.00 +05:14:51 AM fwln601i0 14.00 3.00 1.19 0.58 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 65.50 25.00 20.08 7.14 0.00 0.00 9.00 0.02 +Average: lo 20.00 20.00 2.19 2.19 0.00 0.00 0.00 0.00 +Average: nic0 30.50 23.00 8.41 7.68 0.00 0.00 2.50 0.01 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: nic2 0.00 0.00 0.00 0.00 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: 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 20.50 17.50 3.33 2.95 0.00 0.00 3.50 0.00 +Average: tailscale0 8.00 13.50 1.06 1.37 0.00 0.00 0.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 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 +Average: bond0 0.50 0.00 0.03 0.00 0.00 0.00 0.50 0.00 +Average: storagenet 0.50 0.00 0.02 0.00 0.00 0.00 0.50 0.00 +Average: tap100i0 0.00 9.00 0.00 1.43 0.00 0.00 0.00 0.00 +Average: fwbr100i0 9.00 0.00 1.31 0.00 0.00 0.00 3.50 0.00 +Average: fwpr100p0 0.00 9.00 0.00 1.43 0.00 0.00 0.00 0.00 +Average: fwln100i0 9.00 0.00 1.43 0.00 0.00 0.00 0.00 0.00 +Average: tap600i0 0.00 9.00 0.00 1.43 0.00 0.00 0.00 0.00 +Average: fwbr600i0 9.00 0.00 1.31 0.00 0.00 0.00 3.50 0.00 +Average: fwpr600p0 0.00 9.00 0.00 1.43 0.00 0.00 0.00 0.00 +Average: fwln600i0 9.00 0.00 1.43 0.00 0.00 0.00 0.00 0.00 +Average: tap601i0 1.50 11.50 0.29 1.67 0.00 0.00 0.00 0.00 +Average: fwbr601i0 9.00 0.00 1.31 0.00 0.00 0.00 3.50 0.00 +Average: fwpr601p0 1.50 11.50 0.29 1.67 0.00 0.00 0.00 0.00 +Average: fwln601i0 11.50 1.50 1.67 0.29 0.00 0.00 0.00 0.00 --- sar -n NFS,NFSD 1 2 $ sar -n NFS,NFSD 1 2 -Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU) -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 +05:14:51 AM call/s retrans/s read/s write/s access/s getatt/s +05:14:52 AM 2.00 0.00 0.00 2.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 +05:14:51 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +05:14:52 AM 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 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 +05:14:52 AM call/s retrans/s read/s write/s access/s getatt/s +05:14:53 AM 1.00 0.00 0.00 1.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 +05:14:52 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +05:14:53 AM 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: 0.00 0.00 0.00 0.00 0.00 0.00 +Average: 1.50 0.00 0.00 1.50 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 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU) -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 +05:14:53 AM totsck tcpsck udpsck rawsck ip-frag tcp-tw +05:14:54 AM 368 21 4 0 0 152 +Average: 368 21 4 0 0 152 --- sar -n TCP,ETCP 1 2 $ sar -n TCP,ETCP 1 2 -Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU) -09:56:09 PM active/s passive/s iseg/s oseg/s -09:56:10 PM 14.00 0.00 65.00 99.00 +05:14:54 AM active/s passive/s iseg/s oseg/s +05:14:55 AM 5.00 1.00 54.00 69.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 +05:14:54 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +05:14:55 AM 0.00 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 +05:14:55 AM active/s passive/s iseg/s oseg/s +05:14:56 AM 0.00 2.00 36.00 40.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 +05:14:55 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +05:14:56 AM 0.00 0.00 0.00 0.00 0.00 Average: active/s passive/s iseg/s oseg/s -Average: 7.00 0.00 33.50 50.00 +Average: 2.50 1.50 45.00 54.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 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU) -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 +05:14:56 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +05:14:57 AM 0 456 0.00 97.09 0.00 0 systemd-journal +05:14:57 AM 0 895 0.00 0.00 3.88 0 tailscaled +05:14:57 AM 0 283674 0.00 7.77 0.00 0 kvm -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 +05:14:57 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +05:14:58 AM 0 456 0.00 96.00 0.00 0 systemd-journal +05:14:58 AM 0 283519 0.00 204.00 0.00 0 kvm +05:14:58 AM 0 1081769 0.00 4.00 0.00 0 pidstat Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +Average: 0 456 0.00 96.55 0.00 0 systemd-journal Average: 0 895 0.00 0.00 1.97 0 tailscaled -Average: 0 283519 0.00 9.85 0.00 0 kvm +Average: 0 283519 0.00 100.49 0.00 0 kvm +Average: 0 283674 0.00 3.94 0.00 0 kvm +Average: 0 1081769 0.00 1.97 0.00 0 pidstat --- pidstat -u 1 2 (top cpu) $ pidstat -u 1 2 -Linux 7.0.14-6-pve (pfv-tsys6) 07/27/2026 _x86_64_ (16 CPU) +Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU) -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 +05:14:58 AM UID PID %usr %system %guest %wait %CPU CPU Command +05:14:59 AM 0 895 0.98 0.00 0.00 0.00 0.98 5 tailscaled +05:14:59 AM 0 283375 1.96 0.00 0.00 0.00 1.96 13 kvm +05:14:59 AM 0 283519 0.98 0.00 0.00 0.00 0.98 10 kvm +05:14:59 AM 0 283674 0.98 0.00 0.00 0.00 0.98 14 kvm +05:14:59 AM 0 949449 0.98 0.00 0.00 0.00 0.98 15 pvedaemon worke +05:14:59 AM 33 993541 0.98 0.00 0.00 0.00 0.98 2 pveproxy worker +05:14:59 AM 0 1081777 0.98 0.98 0.00 0.00 1.96 15 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 +05:14:59 AM UID PID %usr %system %guest %wait %CPU CPU Command +05:15:00 AM 0 895 1.00 1.00 0.00 0.00 2.00 5 tailscaled +05:15:00 AM 0 1491 2.00 3.00 0.00 0.00 5.00 8 pve-firewall +05:15:00 AM 0 283375 0.00 1.00 0.00 0.00 1.00 15 kvm +05:15:00 AM 0 283519 0.00 0.00 2.00 0.00 1.00 10 kvm +05:15:00 AM 0 283674 0.00 0.00 1.00 0.00 1.00 14 kvm +05:15:00 AM 33 993542 1.00 0.00 0.00 0.00 1.00 13 pveproxy worker +05:15:00 AM 0 1081777 1.00 1.00 0.00 0.00 2.00 15 pidstat Average: UID PID %usr %system %guest %wait %CPU CPU Command -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 +Average: 0 895 0.99 0.50 0.00 0.00 1.49 - tailscaled +Average: 0 1491 0.99 1.49 0.00 0.00 2.48 - pve-firewall +Average: 0 283375 0.99 0.50 0.00 0.00 1.49 - kvm +Average: 0 283519 0.00 0.00 0.99 0.00 0.99 - kvm +Average: 0 283674 0.50 0.00 0.50 0.00 0.99 - kvm +Average: 0 949449 0.50 0.00 0.00 0.00 0.50 - pvedaemon worke +Average: 33 993541 0.50 0.00 0.00 0.00 0.50 - pveproxy worker +Average: 33 993542 0.50 0.00 0.00 0.00 0.50 - pveproxy worker +Average: 0 1081777 0.99 0.99 0.00 0.00 1.98 - pidstat --- top (single snapshot, top 30) $ top -b -n 1 -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.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 +top - 05:15:00 up 2 days, 11:55, 1 user, load average: 1.13, 0.83, 0.54 +Tasks: 326 total, 1 running, 325 sleeping, 0 stopped, 0 zombie +%Cpu(s): 0.3 us, 0.3 sy, 0.0 ni, 90.4 id, 9.0 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 128897.5 total, 119855.5 free, 8179.1 used, 1607.6 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 120718.5 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 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 + 283519 root 20 0 12.5g 1.0g 11748 S 9.1 0.8 36:44.42 kvm +1081797 root 20 0 10424 5508 3408 R 9.1 0.0 0:00.02 top + 1 root 20 0 24752 15432 10688 S 0.0 0.0 0:27.53 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.40 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+ @@ -15968,101 +15547,101 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 120942.2 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.98 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 0:35.35 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:07.54 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 1:08.46 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.24 migrati+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.50 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+ + 24 root rt 0 0 0 0 S 0.0 0.0 0:00.51 migrati+ + 25 root 20 0 0 0 0 S 0.0 0.0 0:01.23 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+ + 30 root rt 0 0 0 0 S 0.0 0.0 0:00.44 migrati+ + 31 root 20 0 0 0 0 S 0.0 0.0 0:04.13 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+ + 36 root rt 0 0 0 0 S 0.0 0.0 0:00.51 migrati+ + 37 root 20 0 0 0 0 S 0.0 0.0 0:00.19 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+ + 42 root rt 0 0 0 0 S 0.0 0.0 0:00.44 migrati+ + 43 root 20 0 0 0 0 S 0.0 0.0 0:00.08 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+ + 48 root rt 0 0 0 0 S 0.0 0.0 0:00.48 migrati+ + 49 root 20 0 0 0 0 S 0.0 0.0 0:00.08 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+ + 54 root rt 0 0 0 0 S 0.0 0.0 0:00.44 migrati+ + 55 root 20 0 0 0 0 S 0.0 0.0 0:00.07 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+ + 60 root rt 0 0 0 0 S 0.0 0.0 0:00.47 migrati+ + 61 root 20 0 0 0 0 S 0.0 0.0 0:00.15 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+ + 66 root rt 0 0 0 0 S 0.0 0.0 0:00.41 migrati+ + 67 root 20 0 0 0 0 S 0.0 0.0 0:00.07 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+ + 72 root rt 0 0 0 0 S 0.0 0.0 0:00.42 migrati+ + 73 root 20 0 0 0 0 S 0.0 0.0 0:00.08 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+ + 78 root rt 0 0 0 0 S 0.0 0.0 0:00.42 migrati+ + 79 root 20 0 0 0 0 S 0.0 0.0 0:00.12 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+ + 84 root rt 0 0 0 0 S 0.0 0.0 0:00.43 migrati+ + 85 root 20 0 0 0 0 S 0.0 0.0 0:00.09 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+ + 90 root rt 0 0 0 0 S 0.0 0.0 0:00.42 migrati+ + 91 root 20 0 0 0 0 S 0.0 0.0 0:00.64 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+ + 96 root rt 0 0 0 0 S 0.0 0.0 0:00.42 migrati+ + 97 root 20 0 0 0 0 S 0.0 0.0 0:00.08 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+ + 102 root rt 0 0 0 0 S 0.0 0.0 0:00.41 migrati+ + 103 root 20 0 0 0 0 S 0.0 0.0 0:00.05 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+ + 108 root rt 0 0 0 0 S 0.0 0.0 0:00.42 migrati+ + 109 root 20 0 0 0 0 S 0.0 0.0 0:00.28 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.01 kauditd - 119 root 20 0 0 0 0 S 0.0 0.0 0:00.07 khungta+ + 118 root 20 0 0 0 0 S 0.0 0.0 0:00.03 kauditd + 119 root 20 0 0 0 0 S 0.0 0.0 0:00.14 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:01.61 kcompac+ - 125 root 20 0 0 0 0 S 0.0 0.0 0:01.80 kcompac+ + 124 root 20 0 0 0 0 S 0.0 0.0 0:03.49 kcompac+ + 125 root 20 0 0 0 0 S 0.0 0.0 0:03.78 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+ + 128 root 39 19 0 0 0 S 0.0 0.0 0:01.15 khugepa+ 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:00.00 kworker+ 131 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ @@ -16089,29 +15668,28 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 120942.2 avail Mem 155 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 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+ + 184 root 0 -20 0 0 0 I 0.0 0.0 0:00.40 kworker+ + 193 root 0 -20 0 0 0 I 0.0 0.0 0:01.26 kworker+ + 205 root 0 -20 0 0 0 I 0.0 0.0 0:00.50 kworker+ + 218 root 0 -20 0 0 0 I 0.0 0.0 0:00.52 kworker+ + 222 root 0 -20 0 0 0 I 0.0 0.0 0:00.91 kworker+ + 230 root 0 -20 0 0 0 I 0.0 0.0 0:04.57 kworker+ + 232 root 0 -20 0 0 0 I 0.0 0.0 0:00.55 kworker+ + 234 root 0 -20 0 0 0 I 0.0 0.0 0:00.44 kworker+ + 239 root 0 -20 0 0 0 I 0.0 0.0 0:00.53 kworker+ + 248 root 0 -20 0 0 0 I 0.0 0.0 0:02.08 kworker+ + 253 root 0 -20 0 0 0 I 0.0 0.0 0:00.52 kworker+ + 259 root 0 -20 0 0 0 I 0.0 0.0 0:00.46 kworker+ + 261 root 0 -20 0 0 0 I 0.0 0.0 0:01.34 kworker+ + 264 root 0 -20 0 0 0 I 0.0 0.0 0:00.75 kworker+ + 265 root 0 -20 0 0 0 I 0.0 0.0 0:05.55 kworker+ + 269 root 0 -20 0 0 0 I 0.0 0.0 0:00.60 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+ + 299 root 20 0 0 0 0 S 0.0 0.0 1:19.67 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+ @@ -16121,10 +15699,10 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 120942.2 avail Mem 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+ + 407 root 20 0 0 0 0 S 0.0 0.0 0:05.93 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+ + 456 root 20 0 108544 80624 79000 S 0.0 0.1 1:38.12 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+ @@ -16133,8 +15711,8 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 120942.2 avail Mem 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 + 511 root 20 0 36972 10496 7944 S 0.0 0.0 1:55.52 systemd+ + 514 root 20 0 77296 22300 9124 S 0.0 0.0 0:08.56 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+ @@ -16144,143 +15722,145 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 120942.2 avail Mem 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 + 527 root 20 0 0 0 0 S 0.0 0.0 0:02.33 arc_evi+ + 528 root 39 19 0 0 0 S 0.0 0.0 0:02.45 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+ + 530 root 39 19 0 0 0 S 0.0 0.0 0:02.36 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+ + 532 root 20 0 0 0 0 S 0.0 0.0 0:01.93 l2arc_f+ 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+ + 868 _rpc 20 0 6568 3792 3372 S 0.0 0.0 0:00.21 rpcbind + 870 _chrony 20 0 19940 5568 4796 S 0.0 0.0 0:00.40 chronyd + 871 message+ 20 0 8476 5192 4232 S 0.0 0.0 0:20.94 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+ + 882 root 20 0 691580 8324 6976 S 0.0 0.0 0:27.80 rrdcach+ + 886 root 20 0 10080 6348 4896 S 0.0 0.0 0:00.17 smartd + 888 root 20 0 19100 9256 7884 S 0.0 0.0 0:05.35 systemd+ + 895 root 20 0 1489496 119720 26684 S 0.0 0.1 16:10.89 tailsca+ + 899 root 20 0 7216 2268 1928 S 0.0 0.0 0:04.76 ksmtuned + 901 root 20 0 2432 1656 1560 S 0.0 0.0 0:05.13 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 + 917 root 20 0 5748 2192 1996 S 0.0 0.0 0:00.07 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 + 1073 root 20 0 5972 3504 2652 S 0.0 0.0 0:01.74 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 + 1200 beszel 20 0 2600728 19588 10328 S 0.0 0.0 0:50.80 beszel-+ + 1201 _lldpd 20 0 21376 6620 5456 S 0.0 0.0 0:00.15 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 + 1210 root 20 0 266308 32432 15160 S 0.0 0.0 0:33.52 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-+ + 1270 root 20 0 11776 7812 6584 S 0.0 0.0 0:00.40 sshd + 1305 _lldpd 20 0 21504 2924 1736 S 0.0 0.0 0:07.03 lldpd + 1317 root 20 0 566052 67644 54376 S 0.0 0.1 2:36.40 pmxcfs + 1366 root 20 0 6864 2964 2712 S 0.0 0.0 0:00.48 cron + 1367 root 20 0 13584 6172 5220 S 0.0 0.0 0:19.94 proxmox+ + 1467 root 20 0 43984 4832 4192 S 0.0 0.0 0:00.68 master + 1470 postfix 20 0 44524 7668 6972 S 0.0 0.0 0:00.13 qmgr + 1473 polkitd 20 0 306704 8284 7120 S 0.0 0.0 0:04.36 polkitd + 1491 root 20 0 186484 113080 7580 S 0.0 0.1 13:49.92 pve-fir+ + 1505 root 20 0 195384 126224 13192 S 0.0 0.1 52:52.19 pvestatd + 1517 root 20 0 230000 153740 3520 S 0.0 0.1 0:03.35 pvedaem+ + 1527 root 20 0 214120 126348 6088 S 0.0 0.1 0:19.51 pve-ha-+ + 1532 www-data 20 0 231224 184156 32740 S 0.0 0.1 0:09.53 pveproxy + 1542 www-data 20 0 99256 69716 17660 S 0.0 0.1 0:04.92 spicepr+ + 1545 root 20 0 213260 125320 6076 S 0.0 0.1 0:29.41 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 + 1762 root 20 0 209836 126496 3408 S 0.0 0.1 0:21.60 pvesche+ + 24133 root 20 0 0 0 0 I 0.0 0.0 3:54.25 kworker+ + 40835 root 20 0 0 0 0 I 0.0 0.0 3:34.91 kworker+ + 52844 root 20 0 0 0 0 I 0.0 0.0 2:57.13 kworker+ + 283375 root 20 0 32.2g 1.2g 13888 S 0.0 1.0 24:07.04 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 + 283674 root 20 0 6680312 3.0g 13920 S 0.0 2.4 54:48.83 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 + 747044 root 20 0 0 0 0 I 0.0 0.0 1:00.67 kworker+ + 752544 root 20 0 0 0 0 I 0.0 0.0 0:57.68 kworker+ + 879149 root 20 0 0 0 0 I 0.0 0.0 0:45.73 kworker+ + 888175 root 20 0 0 0 0 I 0.0 0.0 1:09.30 kworker+ + 910274 root 20 0 0 0 0 I 0.0 0.0 0:41.94 kworker+ + 919447 root 20 0 0 0 0 I 0.0 0.0 0:01.41 kworker+ + 936701 root 20 0 0 0 0 I 0.0 0.0 0:17.04 kworker+ + 947600 root 20 0 239060 165740 13700 S 0.0 0.1 0:06.65 pvedaem+ + 949449 root 20 0 239132 166252 14092 S 0.0 0.1 0:05.55 pvedaem+ + 949846 root 20 0 238900 163588 11616 S 0.0 0.1 0:05.02 pvedaem+ + 955595 root 20 0 0 0 0 I 0.0 0.0 0:01.01 kworker+ + 960613 root 20 0 0 0 0 I 0.0 0.0 0:01.11 kworker+ + 975521 root 20 0 0 0 0 I 0.0 0.0 0:21.12 kworker+ + 991061 root 20 0 0 0 0 I 0.0 0.0 0:00.87 kworker+ + 993531 root 20 0 0 0 0 I 0.0 0.0 0:25.14 kworker+ + 993532 root 20 0 79620 2500 2292 S 0.0 0.0 0:01.19 pvefw-l+ + 993539 www-data 20 0 99360 56212 4012 S 0.0 0.0 0:00.54 spicepr+ + 993540 www-data 20 0 254324 183964 16544 S 0.0 0.1 0:09.40 pveprox+ + 993541 www-data 20 0 291516 221612 21048 S 0.0 0.2 0:08.93 pveprox+ + 993542 www-data 20 0 252064 179512 14432 S 0.0 0.1 0:06.58 pveprox+ +1002498 root 20 0 0 0 0 I 0.0 0.0 0:17.25 kworker+ +1011478 root 20 0 0 0 0 I 0.0 0.0 0:18.58 kworker+ +1017484 root 20 0 0 0 0 I 0.0 0.0 0:13.89 kworker+ +1018807 root 20 0 0 0 0 I 0.0 0.0 0:00.60 kworker+ +1020956 root 20 0 0 0 0 I 0.0 0.0 0:00.90 kworker+ +1023418 root 20 0 0 0 0 I 0.0 0.0 0:10.37 kworker+ +1028889 root 20 0 0 0 0 I 0.0 0.0 0:00.46 kworker+ +1048087 root 20 0 0 0 0 I 0.0 0.0 0:00.42 kworker+ +1051155 postfix 20 0 44472 7844 7136 S 0.0 0.0 0:00.01 pickup +1053213 root 20 0 0 0 0 I 0.0 0.0 0:00.37 kworker+ +1054976 root 20 0 0 0 0 I 0.0 0.0 0:00.22 kworker+ +1056402 root 20 0 0 0 0 I 0.0 0.0 0:04.65 kworker+ +1058367 root 20 0 0 0 0 I 0.0 0.0 0:00.25 kworker+ +1064382 root 20 0 0 0 0 I 0.0 0.0 0:00.33 kworker+ +1067095 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ +1068733 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+ +1070040 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ +1070427 root 20 0 0 0 0 I 0.0 0.0 0:00.23 kworker+ +1070866 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1071326 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1071523 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1071886 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ +1073219 root 20 0 238868 156304 4396 S 0.0 0.1 0:00.05 task UP+ +1073221 root 20 0 204012 152376 32680 S 0.0 0.1 0:02.28 qm +1073534 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1073828 root 20 0 0 0 0 I 0.0 0.0 0:00.71 kworker+ +1073925 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1074662 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1074854 root 20 0 0 0 0 I 0.0 0.0 0:02.61 kworker+ +1074857 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1075055 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1075727 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1075854 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ +1076345 root 20 0 0 0 0 I 0.0 0.0 0:00.35 kworker+ +1076447 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1076592 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1076805 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1076901 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1077101 root 20 0 22236 12608 10208 S 0.0 0.0 0:00.34 systemd +1077104 root 20 0 24404 3832 2036 S 0.0 0.0 0:00.00 (sd-pam) +1077109 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon +1077151 root 20 0 19648 11668 9896 S 0.0 0.0 0:00.01 sshd-se+ +1077158 root 20 0 19904 7488 5444 S 0.0 0.0 0:00.00 sshd-se+ +1077159 root 20 0 7316 3728 3192 S 0.0 0.0 0:00.69 bash +1077183 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1078216 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1079460 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1079512 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1079809 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1079969 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1080024 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1080070 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ +1080102 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ +1081400 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1081591 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1081641 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1081733 root 20 0 5580 2216 2100 S 0.0 0.0 0:00.00 sleep +1081795 root 20 0 7316 2328 1792 S 0.0 0.0 0:00.00 bash +1081796 root 20 0 5588 2196 2080 S 0.0 0.0 0:00.00 head --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -16290,8 +15870,8 @@ no pools available --- arcstat 1 2 $ arcstat 1 2 time read ddread ddh% dmread dmh% pread ph% size c avail -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 +05:15:01 0 0 0 0 0 0 0 3.8K 3.9G 113G +05:15:02 0 0 0 0 0 0 0 3.8K 3.9G 113G --- /proc/net/dev delta (1s) $ awk '{print $1}' /proc/net/dev @@ -16330,59 +15910,59 @@ fwln601i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - 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 + lo: 62126802 385024 0 0 0 0 0 0 62126802 385024 0 0 0 0 0 0 + nic0: 3354702094 12219036 0 7194 0 0 0 5091016 5309918696 6222300 0 3 0 0 0 0 + nic1: 99928261826 70602056 0 175 0 0 0 147214 23566970003 33702496 0 0 0 0 0 0 + nic2: 22573329286 16422612 0 0 0 0 0 60173 5686749222 6978719 0 0 0 0 0 0 + nic3: 24157756 240077 0 0 0 0 0 214799 2048864 7874 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 - 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 + vmbr0: 1079069500 7943122 0 0 0 0 0 4223074 4830092634 1458467 0 3 0 0 0 0 +tailscale0: 164813652 1151524 0 0 0 0 0 0 8058560608 984296 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: 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 + bond0: 122501591112 87024668 0 14559 0 0 0 207387 29253719225 40681215 0 0 0 0 0 0 +storagenet: 118059084154 31987985 0 5 0 0 0 178613 28196184459 27060363 0 0 0 0 0 0 +tap100i0: 920005 9310 0 0 0 0 0 0 477586312 4421734 0 0 0 0 0 0 +fwbr100i0: 413424502 4407744 0 6283 0 0 0 2969061 0 0 0 0 0 0 0 0 +fwpr100p0: 2249167 14648 0 5338 0 0 0 0 477591650 4421734 0 0 0 0 0 0 +fwln100i0: 477591650 4421734 0 5338 0 0 0 0 2249167 14648 0 0 0 0 0 0 +tap600i0: 90374154 427457 0 0 0 0 0 0 677647593 5118738 0 0 0 0 0 0 +fwbr600i0: 413414074 4407624 0 6282 0 0 0 2968991 0 0 0 0 0 0 0 0 +fwpr600p0: 91703316 432795 0 5338 0 0 0 0 677653145 5118739 0 0 0 0 0 0 +fwln600i0: 677653145 5118739 0 5338 0 0 0 0 91703316 432795 0 0 0 0 0 0 +tap601i0: 89485124 439784 0 0 0 0 0 0 1009530299 5150124 0 0 0 0 0 0 +fwbr601i0: 413399362 4407487 0 6282 0 0 0 2968922 0 0 0 0 0 0 0 0 +fwpr601p0: 90814286 445122 0 5338 0 0 0 0 1009535637 5150124 0 0 0 0 0 0 +fwln601i0: 1009535637 5150124 0 5338 0 0 0 0 90814286 445122 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: 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 + lo: 62129135 385049 0 0 0 0 0 0 62129135 385049 0 0 0 0 0 0 + nic0: 3354714509 12219096 0 7194 0 0 0 5091038 5309929056 6222332 0 3 0 0 0 0 + nic1: 99928266060 70602093 0 175 0 0 0 147214 23566974239 33702542 0 0 0 0 0 0 + nic2: 22573329286 16422612 0 0 0 0 0 60173 5686749222 6978719 0 0 0 0 0 0 + nic3: 24157820 240078 0 0 0 0 0 214800 2048864 7874 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 - 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 + vmbr0: 1079086039 7943183 0 0 0 0 0 4223085 4830117266 1458502 0 3 0 0 0 0 +tailscale0: 164824347 1151560 0 0 0 0 0 0 8058580700 984327 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: 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 + bond0: 122501595346 87024705 0 14559 0 0 0 207387 29253723461 40681261 0 0 0 0 0 0 +storagenet: 118059090965 31988054 0 5 0 0 0 178615 28196193447 27060461 0 0 0 0 0 0 +tap100i0: 920005 9310 0 0 0 0 0 0 477589167 4421755 0 0 0 0 0 0 +fwbr100i0: 413427063 4407765 0 6283 0 0 0 2969072 0 0 0 0 0 0 0 0 +fwpr100p0: 2249167 14648 0 5338 0 0 0 0 477594505 4421755 0 0 0 0 0 0 +fwln100i0: 477594505 4421755 0 5338 0 0 0 0 2249167 14648 0 0 0 0 0 0 +tap600i0: 90374512 427459 0 0 0 0 0 0 677650806 5118761 0 0 0 0 0 0 +fwbr600i0: 413416635 4407645 0 6282 0 0 0 2969002 0 0 0 0 0 0 0 0 +fwpr600p0: 91703674 432797 0 5338 0 0 0 0 677656358 5118762 0 0 0 0 0 0 +fwln600i0: 677656358 5118762 0 5338 0 0 0 0 91703674 432797 0 0 0 0 0 0 +tap601i0: 89485124 439784 0 0 0 0 0 0 1009533154 5150145 0 0 0 0 0 0 +fwbr601i0: 413401923 4407508 0 6282 0 0 0 2968933 0 0 0 0 0 0 0 0 +fwpr601p0: 90814286 445122 0 5338 0 0 0 0 1009538492 5150145 0 0 0 0 0 0 +fwln601i0: 1009538492 5150145 0 5338 0 0 0 0 90814286 445122 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -16466,9 +16046,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - 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 + Local time: Wed 2026-07-29 05:15:04 CDT + Universal time: Wed 2026-07-29 10:15:04 UTC + RTC time: Wed 2026-07-29 10:15:04 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -16478,26 +16058,26 @@ System clock synchronized: yes $ chronyc tracking 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 +Ref time (UTC) : Wed Jul 29 10:07:43 2026 +System time : 0.000889000 seconds fast of NTP time +Last offset : -0.000134784 seconds +RMS offset : 0.000228302 seconds +Frequency : 37.658 ppm slow +Residual freq : -0.014 ppm +Skew : 0.114 ppm +Root delay : 0.059029799 seconds +Root dispersion : 0.002018905 seconds +Update interval : 1038.3 seconds Leap status : Normal --- chronyc sources $ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== -^+ 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 +^+ ntp.maxhost.io 2 10 377 261 +4710us[+4710us] +/- 54ms +^+ 72-14-182-49.ip.linodeus> 2 10 377 42m -11ms[ -11ms] +/- 81ms +^* time-usw3.crimpac.net 2 10 377 440 +76us[ -59us] +/- 31ms +^- time1.lshiy.com 2 10 377 285 +1675us[+1675us] +/- 112ms --- ntpq peers $ ntpq -pn @@ -16520,39 +16100,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:22 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:15:06 2026 *raw -:PREROUTING ACCEPT [29647050:84568128987] -:OUTPUT ACCEPT [17798636:34968151476] +:PREROUTING ACCEPT [44936240:120015441658] +:OUTPUT ACCEPT [27059171:40669155993] 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 +# Completed on Wed Jul 29 05:15:06 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:15:06 2026 *mangle -:PREROUTING ACCEPT [29647490:84568260779] -:INPUT ACCEPT [24343412:83915572018] +:PREROUTING ACCEPT [44936680:120015573450] +:INPUT ACCEPT [35153690:118815866751] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [17798824:34968182283] -:POSTROUTING ACCEPT [17798824:34968182283] +:OUTPUT ACCEPT [27059359:40669186800] +:POSTROUTING ACCEPT [27059359:40669186800] -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 21:56:22 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:22 2026 +# Completed on Wed Jul 29 05:15:06 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:15:06 2026 *nat -:PREROUTING ACCEPT [5095501:607670083] -:INPUT ACCEPT [97588:23505510] -:OUTPUT ACCEPT [205433:13365986] -:POSTROUTING ACCEPT [205433:13365986] +:PREROUTING ACCEPT [9427057:1127505720] +:INPUT ACCEPT [185312:49420008] +:OUTPUT ACCEPT [411442:26801382] +:POSTROUTING ACCEPT [411442:26801382] :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 21:56:22 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:56:22 2026 +# Completed on Wed Jul 29 05:15:06 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:15:06 2026 *filter -:INPUT ACCEPT [22198826:83549888292] +:INPUT ACCEPT [32632537:118362799592] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [17798962:34968198755] +:OUTPUT ACCEPT [27059497:40669203272] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -16567,7 +16147,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 21:56:22 2026 +# Completed on Wed Jul 29 05:15:06 2026 --- ipset list (names) $ ipset list -n @@ -16718,30 +16298,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 - 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 + 283674 root 3156108 6680312 2.0 2.3 kvm + 283375 root 1272820 33718964 0.9 0.9 kvm + 283519 root 1039872 13097596 1.3 0.7 kvm + 993541 www-data 221616 291516 0.0 0.1 pveproxy worker + 1532 www-data 184156 231224 0.0 0.1 pveproxy + 993540 www-data 183964 254324 0.0 0.1 pveproxy worker + 993542 www-data 179512 252064 0.0 0.1 pveproxy worker + 949449 root 166252 239132 0.0 0.1 pvedaemon worke + 947600 root 165740 239060 0.0 0.1 pvedaemon worke + 949846 root 163588 238900 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 - 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 +1081840 root 3.3 0.0 7844 systemd-timedat + 283674 root 2.0 2.3 3156108 kvm + 1505 root 1.4 0.0 126224 pvestatd + 283519 root 1.3 0.7 1039872 kvm + 283375 root 0.9 0.9 1272820 kvm + 895 root 0.4 0.0 119720 tailscaled + 1491 root 0.3 0.0 113080 pve-firewall +1074854 root 0.3 0.0 0 kworker/1:2-mm_percpu_wq +1073221 root 0.1 0.1 152376 qm +1077159 root 0.1 0.0 3728 bash --- top file-handle holders $ for pid in $(ps -e -o pid= | head -n 200); do @@ -16754,15 +16334,15 @@ done | sort -k2 -t= -nr | head -n 15 --- 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 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 +-rw-r-----+ 1 root systemd-journal 40M Jul 9 03:51 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000063b9be-0006562510168ff4.journal +-rw-r-----+ 1 root systemd-journal 40M Jul 8 22:17 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000628008-000656202e187c2b.journal +-rw-r-----+ 1 root systemd-journal 40M Jul 8 16:27 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000061464f-0006561b4b2696e9.journal +-rw-r-----+ 1 root systemd-journal 40M Jul 8 10:38 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000600c6e-000656169ce48748.journal +-rw-r-----+ 1 root systemd-journal 40M Jul 8 05:03 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-00000000005ed248-00065611f8efa18d.journal +-rw-r-----+ 1 root systemd-journal 40M Jul 7 23:30 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-00000000005d9830-0006560d2d0793c0.journal ############################################################################### # 30. QUICK-LOOK SUSPECT SUMMARY @@ -16992,6 +16572,6 @@ echo " (see section 20 for full smartctl/nvme output)" ############################################################################### # Collection complete: pfv-tsys6 # Output: /root/pfv-tsys6.log -# Size: 907138 bytes / 16990 lines -# Elapsed: 355 seconds +# Size: 922774 bytes / 16570 lines +# Elapsed: 367 seconds ############################################################################### diff --git a/returned-logs/pfv-tsys7.log b/returned-logs/pfv-tsys7.log index 5e56106..072f76d 100644 --- a/returned-logs/pfv-tsys7.log +++ b/returned-logs/pfv-tsys7.log @@ -3,7 +3,7 @@ # 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-28T02:50:35Z (UTC) +# Collected: 2026-07-29T10:09:07Z (UTC) # Kernel: 7.0.14-6-pve # Machine: x86_64 GNU/Linux # Caller: root (uid=0) @@ -316,7 +316,7 @@ 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 +tcp_bbr 24576 30 dm_thin_pool 94208 1 dm_persistent_data 118784 1 dm_thin_pool dm_bio_prison 24576 1 dm_thin_pool @@ -346,11 +346,11 @@ BUG_REPORT_URL="https://bugs.debian.org/" --- uptime $ uptime - 21:50:39 up 1 day, 4:37, 1 user, load average: 1.62, 1.60, 1.61 + 05:09:13 up 2 days, 11:55, 1 user, load average: 2.41, 2.07, 1.98 --- uptime raw (since boot) $ cat /proc/uptime -103038.30 2370310.20 +215752.27 4917617.26 --- last reboot $ last -x reboot @@ -1494,7 +1494,7 @@ Thread(s) per core: 2 Core(s) per socket: 6 Socket(s): 2 Stepping: 4 -CPU(s) scaling MHz: 95% +CPU(s) scaling MHz: 83% CPU max MHz: 3100.0000 CPU min MHz: 1200.0000 BogoMIPS: 5200.04 @@ -1540,10 +1540,10 @@ L3 15M 30M 20 Unified 3 12288 1 64 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 0 free: 85452 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 1 free: 89281 MB node distances: node 0 1 0: 10 20 @@ -4509,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 = 2900851 +cpuinfo_avg_freq = 2901864 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 = 2980995 +scaling_cur_freq = 2902370 scaling_driver = intel_cpufreq scaling_governor = performance scaling_max_freq = 3100000 @@ -4552,10 +4552,10 @@ available EPP: --- cpupower frequency-info $ cpupower frequency-info -analyzing CPU 15: +analyzing CPU 23: driver: intel_cpufreq - CPUs which run at the same hardware frequency: 15 - CPUs which need to have their frequency coordinated by software: 15 + CPUs which run at the same hardware frequency: 23 + CPUs which need to have their frequency coordinated by software: 23 maximum transition latency: 20.0 us hardware limits: 1.20 GHz - 3.10 GHz available cpufreq governors: conservative ondemand userspace powersave performance schedutil @@ -4563,7 +4563,7 @@ analyzing CPU 15: The governor "performance" may decide which speed to use within this range. current CPU frequency: Unable to call hardware - current CPU frequency: 2.99 GHz (asserted by call to kernel) + current CPU frequency: 3.04 GHz (asserted by call to kernel) boost state support: Supported: yes Active: yes @@ -4574,33 +4574,33 @@ analyzing CPU 15: --- turbostat snapshot $ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 -1.003685 sec +1.003036 sec Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp -- - 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 +- - 1.19 2666 2607 5750 32 33 +0 0 2.92 2699 2600 514 32 33 +0 12 0.83 2774 2600 146 +1 2 3.72 2693 2600 799 30 +1 14 0.97 2633 2600 130 +2 4 4.67 2682 2600 1017 29 +2 16 0.46 2835 2600 97 +3 6 1.80 2774 2600 327 32 +3 18 0.65 2651 2600 117 +4 8 3.29 2711 2600 683 31 +4 20 0.63 2532 2600 63 +5 10 5.07 2669 2600 1055 32 +5 22 0.82 2588 2600 191 +0 1 0.15 2310 2600 25 22 29 +0 13 0.01 2988 2600 3 +1 3 0.12 2554 2600 17 29 +1 15 0.03 2262 2600 5 +2 5 0.33 2380 2600 73 24 +2 17 0.11 2973 2600 16 +3 7 0.01 2926 2600 5 23 +3 19 0.01 2925 2600 3 +4 9 0.37 2591 2600 79 26 +4 21 0.77 2246 2600 201 +5 11 0.44 2475 2600 86 19 +5 23 0.29 2519 2600 98 --- x86_energy_perf_policy -r $ x86_energy_perf_policy -r @@ -4615,10 +4615,10 @@ 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=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 + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=1946390us + C1 : MWAIT 0x00 disabled=0 latency=1us residency=1612649845us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=563465314us + C3 : MWAIT 0x10 disabled=0 latency=59us residency=206046703487us C6 : MWAIT 0x20 disabled=0 latency=82us residency=55084138us --- THP enabled @@ -4639,1297 +4639,891 @@ always defer defer+madvise [madvise] never --- microcode $ dmesg -[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 +[137541.102515] audit: type=1400 audit(1785241545.091:1698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137541.104479] audit: type=1400 audit(1785241545.093:1699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137541.138482] audit: type=1400 audit(1785241545.127:1700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137811.680439] audit: type=1400 audit(1785241815.676:1701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137811.683200] audit: type=1400 audit(1785241815.679:1702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137811.718664] audit: type=1400 audit(1785241815.714:1703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138073.836681] audit: type=1400 audit(1785242077.839:1704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138073.839332] audit: type=1400 audit(1785242077.841:1705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138073.872294] audit: type=1400 audit(1785242077.874:1706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138373.957580] audit: type=1400 audit(1785242377.967:1707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138373.959697] audit: type=1400 audit(1785242377.969:1708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138373.995073] audit: type=1400 audit(1785242378.004:1709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138639.115056] audit: type=1400 audit(1785242643.131:1710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138639.116642] audit: type=1400 audit(1785242643.133:1711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138639.152859] audit: type=1400 audit(1785242643.169:1712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138871.458131] audit: type=1400 audit(1785242875.480:1713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138871.460536] audit: type=1400 audit(1785242875.482:1714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138871.496660] audit: type=1400 audit(1785242875.518:1715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139148.423622] audit: type=1400 audit(1785243152.452:1716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139148.425610] audit: type=1400 audit(1785243152.454:1717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139148.459177] audit: type=1400 audit(1785243152.488:1718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139433.168445] audit: type=1400 audit(1785243437.204:1719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139433.170564] audit: type=1400 audit(1785243437.206:1720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139433.205403] audit: type=1400 audit(1785243437.241:1721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139690.236279] audit: type=1400 audit(1785243694.278:1722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139690.238376] audit: type=1400 audit(1785243694.280:1723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139690.273633] audit: type=1400 audit(1785243694.316:1724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139930.505653] audit: type=1400 audit(1785243934.554:1725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139930.507626] audit: type=1400 audit(1785243934.556:1726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139930.541502] audit: type=1400 audit(1785243934.589:1727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140163.755233] audit: type=1400 audit(1785244167.809:1728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140163.757301] audit: type=1400 audit(1785244167.811:1729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140163.792924] audit: type=1400 audit(1785244167.847:1730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140425.370352] audit: type=1400 audit(1785244429.431:1731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140425.372525] audit: type=1400 audit(1785244429.434:1732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140425.407799] audit: type=1400 audit(1785244429.469:1733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140684.073793] audit: type=1400 audit(1785244688.140:1734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140684.077326] audit: type=1400 audit(1785244688.144:1735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140684.111560] audit: type=1400 audit(1785244688.178:1736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140919.225536] audit: type=1400 audit(1785244923.298:1737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140919.227715] audit: type=1400 audit(1785244923.300:1738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140919.261858] audit: type=1400 audit(1785244923.334:1739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141211.365568] audit: type=1400 audit(1785245215.445:1740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141211.367378] audit: type=1400 audit(1785245215.447:1741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141211.401627] audit: type=1400 audit(1785245215.481:1742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141442.393571] audit: type=1400 audit(1785245446.480:1743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141442.395730] audit: type=1400 audit(1785245446.481:1744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141442.431923] audit: type=1400 audit(1785245446.517:1745): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141734.862490] audit: type=1400 audit(1785245738.955:1746): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141734.864693] audit: type=1400 audit(1785245738.957:1747): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141734.897808] audit: type=1400 audit(1785245738.991:1748): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142031.773634] audit: type=1400 audit(1785246035.875:1749): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142031.775710] audit: type=1400 audit(1785246035.877:1750): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142031.809503] audit: type=1400 audit(1785246035.911:1751): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142290.795103] audit: type=1400 audit(1785246294.902:1752): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142290.797129] audit: type=1400 audit(1785246294.904:1753): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142290.832030] audit: type=1400 audit(1785246294.939:1754): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142565.964652] audit: type=1400 audit(1785246570.078:1755): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142565.966789] audit: type=1400 audit(1785246570.080:1756): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142566.001123] audit: type=1400 audit(1785246570.114:1757): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142798.283311] audit: type=1400 audit(1785246802.403:1758): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142798.285563] audit: type=1400 audit(1785246802.406:1759): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142798.320693] audit: type=1400 audit(1785246802.441:1760): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143065.907215] audit: type=1400 audit(1785247070.033:1761): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143065.909427] audit: type=1400 audit(1785247070.035:1762): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143065.944264] audit: type=1400 audit(1785247070.070:1763): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143333.194930] audit: type=1400 audit(1785247337.327:1764): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143333.197029] audit: type=1400 audit(1785247337.329:1765): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143333.232408] audit: type=1400 audit(1785247337.365:1766): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143629.893477] audit: type=1400 audit(1785247634.033:1767): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143629.895449] audit: type=1400 audit(1785247634.035:1768): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143629.931248] audit: type=1400 audit(1785247634.071:1769): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143857.439177] audit: type=1400 audit(1785247861.585:1770): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143857.440995] audit: type=1400 audit(1785247861.586:1771): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143857.475323] audit: type=1400 audit(1785247861.621:1772): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144144.048553] audit: type=1400 audit(1785248148.201:1773): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144144.050539] audit: type=1400 audit(1785248148.203:1774): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144144.084589] audit: type=1400 audit(1785248148.237:1775): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144388.943011] audit: type=1400 audit(1785248393.102:1776): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144388.945083] audit: type=1400 audit(1785248393.104:1777): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144388.978968] audit: type=1400 audit(1785248393.138:1778): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144666.760676] audit: type=1400 audit(1785248670.926:1779): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144666.762886] audit: type=1400 audit(1785248670.928:1780): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144666.796810] audit: type=1400 audit(1785248670.962:1781): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144896.624486] audit: type=1400 audit(1785248900.797:1782): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144896.626471] audit: type=1400 audit(1785248900.799:1783): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144896.662401] audit: type=1400 audit(1785248900.835:1784): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145133.785218] audit: type=1400 audit(1785249137.962:1785): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145133.788558] audit: type=1400 audit(1785249137.966:1786): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145133.823391] audit: type=1400 audit(1785249138.000:1787): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145374.066696] audit: type=1400 audit(1785249378.250:1788): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145374.068870] audit: type=1400 audit(1785249378.252:1789): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145374.103441] audit: type=1400 audit(1785249378.286:1790): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145621.245534] audit: type=1400 audit(1785249625.436:1791): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145621.247594] audit: type=1400 audit(1785249625.438:1792): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145621.279892] audit: type=1400 audit(1785249625.470:1793): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145892.225780] audit: type=1400 audit(1785249896.422:1794): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145892.228073] audit: type=1400 audit(1785249896.424:1795): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145892.327061] audit: type=1400 audit(1785249896.523:1796): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146172.123116] audit: type=1400 audit(1785250176.326:1797): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146172.124978] audit: type=1400 audit(1785250176.328:1798): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146172.159986] audit: type=1400 audit(1785250176.363:1799): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146408.507036] audit: type=1400 audit(1785250412.716:1800): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146408.509138] audit: type=1400 audit(1785250412.718:1801): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146408.543229] audit: type=1400 audit(1785250412.752:1802): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146682.269029] audit: type=1400 audit(1785250686.484:1803): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146682.271060] audit: type=1400 audit(1785250686.486:1804): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146682.306969] audit: type=1400 audit(1785250686.522:1805): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146970.505998] audit: type=1400 audit(1785250974.729:1806): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146970.508226] audit: type=1400 audit(1785250974.731:1807): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146970.544041] audit: type=1400 audit(1785250974.767:1808): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147239.707250] audit: type=1400 audit(1785251243.936:1809): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147239.709233] audit: type=1400 audit(1785251243.938:1810): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147239.744309] audit: type=1400 audit(1785251243.974:1811): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147535.099890] audit: type=1400 audit(1785251539.336:1812): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147535.101705] audit: type=1400 audit(1785251539.338:1813): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147535.137341] audit: type=1400 audit(1785251539.374:1814): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147823.042675] audit: type=1400 audit(1785251827.286:1815): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147823.044510] audit: type=1400 audit(1785251827.288:1816): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147823.079541] audit: type=1400 audit(1785251827.323:1817): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148062.299613] audit: type=1400 audit(1785252066.549:1818): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148062.301247] audit: type=1400 audit(1785252066.551:1819): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148062.338150] audit: type=1400 audit(1785252066.588:1820): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148297.581897] audit: type=1400 audit(1785252301.837:1821): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148297.584119] audit: type=1400 audit(1785252301.840:1822): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148297.618937] audit: type=1400 audit(1785252301.874:1823): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148538.459984] audit: type=1400 audit(1785252542.721:1824): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148538.462099] audit: type=1400 audit(1785252542.724:1825): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148538.497580] audit: type=1400 audit(1785252542.759:1826): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148770.397741] audit: type=1400 audit(1785252774.666:1827): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148770.399701] audit: type=1400 audit(1785252774.668:1828): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148770.432745] audit: type=1400 audit(1785252774.701:1829): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149018.395721] audit: type=1400 audit(1785253022.669:1830): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149018.397227] audit: type=1400 audit(1785253022.671:1831): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149018.432222] audit: type=1400 audit(1785253022.706:1832): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149290.869274] audit: type=1400 audit(1785253295.150:1833): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149290.871354] audit: type=1400 audit(1785253295.152:1834): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149290.905941] audit: type=1400 audit(1785253295.187:1835): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149563.850972] audit: type=1400 audit(1785253568.138:1836): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149563.852959] audit: type=1400 audit(1785253568.140:1837): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149563.888131] audit: type=1400 audit(1785253568.175:1838): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149795.220031] audit: type=1400 audit(1785253799.513:1839): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149795.222125] audit: type=1400 audit(1785253799.515:1840): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149795.256643] audit: type=1400 audit(1785253799.549:1841): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150030.973834] audit: type=1400 audit(1785254035.272:1842): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150030.976054] audit: type=1400 audit(1785254035.275:1843): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150031.010731] audit: type=1400 audit(1785254035.309:1844): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150328.736250] audit: type=1400 audit(1785254333.042:1845): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150328.738484] audit: type=1400 audit(1785254333.045:1846): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150328.774142] audit: type=1400 audit(1785254333.080:1847): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150567.410252] audit: type=1400 audit(1785254571.722:1848): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150567.412345] audit: type=1400 audit(1785254571.724:1849): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150567.446914] audit: type=1400 audit(1785254571.759:1850): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150806.127933] audit: type=1400 audit(1785254810.446:1851): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150806.130176] audit: type=1400 audit(1785254810.448:1852): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150806.163542] audit: type=1400 audit(1785254810.481:1853): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151091.335951] audit: type=1400 audit(1785255095.661:1854): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151091.337992] audit: type=1400 audit(1785255095.663:1855): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151091.372440] audit: type=1400 audit(1785255095.697:1856): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151355.030590] audit: type=1400 audit(1785255359.362:1857): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151355.032660] audit: type=1400 audit(1785255359.365:1858): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151355.067997] audit: type=1400 audit(1785255359.399:1859): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151602.966048] audit: type=1400 audit(1785255607.303:1860): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151602.969542] audit: type=1400 audit(1785255607.307:1861): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151603.007490] audit: type=1400 audit(1785255607.345:1862): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151873.672212] audit: type=1400 audit(1785255878.017:1863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151873.674240] audit: type=1400 audit(1785255878.019:1864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151873.708093] audit: type=1400 audit(1785255878.053:1865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152132.048086] audit: type=1400 audit(1785256136.399:1866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152132.050224] audit: type=1400 audit(1785256136.401:1867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152132.085559] audit: type=1400 audit(1785256136.436:1868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152380.888127] audit: type=1400 audit(1785256385.245:1869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152380.889923] audit: type=1400 audit(1785256385.247:1870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152380.925198] audit: type=1400 audit(1785256385.282:1871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152668.747123] audit: type=1400 audit(1785256673.111:1872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152668.749329] audit: type=1400 audit(1785256673.113:1873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152668.783653] audit: type=1400 audit(1785256673.148:1874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152926.660271] audit: type=1400 audit(1785256931.030:1875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152926.662603] audit: type=1400 audit(1785256931.034:1876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152926.698123] audit: type=1400 audit(1785256931.068:1877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153177.602321] audit: type=1400 audit(1785257181.979:1878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153177.604518] audit: type=1400 audit(1785257181.982:1879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153177.637812] audit: type=1400 audit(1785257182.014:1880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153441.488584] audit: type=1400 audit(1785257445.872:1881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153441.490732] audit: type=1400 audit(1785257445.874:1882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153441.525434] audit: type=1400 audit(1785257445.908:1883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153697.323828] audit: type=1400 audit(1785257701.713:1884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153697.325910] audit: type=1400 audit(1785257701.715:1885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153697.360590] audit: type=1400 audit(1785257701.750:1886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153955.273673] audit: type=1400 audit(1785257959.669:1887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153955.275669] audit: type=1400 audit(1785257959.671:1888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153955.309666] audit: type=1400 audit(1785257959.705:1889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154186.121767] audit: type=1400 audit(1785258190.523:1890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154186.124073] audit: type=1400 audit(1785258190.525:1891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154186.158470] audit: type=1400 audit(1785258190.560:1892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154478.689013] audit: type=1400 audit(1785258483.098:1893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154478.690586] audit: type=1400 audit(1785258483.099:1894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154478.724215] audit: type=1400 audit(1785258483.133:1895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154750.694180] audit: type=1400 audit(1785258755.110:1896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154750.695633] audit: type=1400 audit(1785258755.111:1897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154750.729510] audit: type=1400 audit(1785258755.145:1898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155014.800154] audit: type=1400 audit(1785259019.222:1899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155014.801765] audit: type=1400 audit(1785259019.224:1900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155014.835533] audit: type=1400 audit(1785259019.258:1901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155268.372441] audit: type=1400 audit(1785259272.801:1902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155268.374717] audit: type=1400 audit(1785259272.803:1903): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155268.410123] audit: type=1400 audit(1785259272.838:1904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155522.109422] audit: type=1400 audit(1785259526.544:1905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155522.111528] audit: type=1400 audit(1785259526.546:1906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155522.144722] audit: type=1400 audit(1785259526.579:1907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155764.722128] audit: type=1400 audit(1785259769.163:1908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155764.724373] audit: type=1400 audit(1785259769.165:1909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155764.757978] audit: type=1400 audit(1785259769.199:1910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156001.619480] audit: type=1400 audit(1785260006.066:1911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156001.621692] audit: type=1400 audit(1785260006.068:1912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156001.675172] audit: type=1400 audit(1785260006.122:1913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156268.729647] audit: type=1400 audit(1785260273.184:1914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156268.731817] audit: type=1400 audit(1785260273.186:1915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156268.766928] audit: type=1400 audit(1785260273.221:1916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156558.380030] audit: type=1400 audit(1785260562.840:1917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156558.382241] audit: type=1400 audit(1785260562.843:1918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156558.416354] audit: type=1400 audit(1785260562.877:1919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156825.678382] audit: type=1400 audit(1785260830.145:1920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156825.680459] audit: type=1400 audit(1785260830.148:1921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156825.716709] audit: type=1400 audit(1785260830.184:1922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157060.713750] audit: type=1400 audit(1785261065.186:1923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157060.716056] audit: type=1400 audit(1785261065.189:1924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157060.752837] audit: type=1400 audit(1785261065.226:1925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157339.271385] audit: type=1400 audit(1785261343.751:1926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157339.273023] audit: type=1400 audit(1785261343.753:1927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157339.307560] audit: type=1400 audit(1785261343.787:1928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157592.024648] audit: type=1400 audit(1785261596.511:1929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157592.026711] audit: type=1400 audit(1785261596.513:1930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157592.060156] audit: type=1400 audit(1785261596.546:1931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157871.684797] audit: type=1400 audit(1785261876.178:1932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157871.686995] audit: type=1400 audit(1785261876.180:1933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157871.721297] audit: type=1400 audit(1785261876.214:1934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158110.489349] audit: type=1400 audit(1785262114.988:1935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158110.491492] audit: type=1400 audit(1785262114.990:1936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158110.526347] audit: type=1400 audit(1785262115.025:1937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158401.372612] audit: type=1400 audit(1785262405.879:1938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158401.374798] audit: type=1400 audit(1785262405.881:1939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158401.408364] audit: type=1400 audit(1785262405.914:1940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158677.241143] audit: type=1400 audit(1785262681.754:1941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158677.242792] audit: type=1400 audit(1785262681.756:1942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158677.276749] audit: type=1400 audit(1785262681.789:1943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158907.622071] audit: type=1400 audit(1785262912.141:1944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158907.624123] audit: type=1400 audit(1785262912.143:1945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158907.659038] audit: type=1400 audit(1785262912.178:1946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159207.659677] audit: type=1400 audit(1785263212.186:1947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159207.661836] audit: type=1400 audit(1785263212.188:1948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159207.695109] audit: type=1400 audit(1785263212.221:1949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159479.924942] audit: type=1400 audit(1785263484.458:1950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159479.927072] audit: type=1400 audit(1785263484.460:1951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159479.961981] audit: type=1400 audit(1785263484.495:1952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159724.195916] audit: type=1400 audit(1785263728.735:1953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159724.197684] audit: type=1400 audit(1785263728.736:1954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159724.232092] audit: type=1400 audit(1785263728.771:1955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159970.705177] audit: type=1400 audit(1785263975.250:1956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159970.707442] audit: type=1400 audit(1785263975.252:1957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159970.742592] audit: type=1400 audit(1785263975.287:1958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160268.282101] audit: type=1400 audit(1785264272.835:1959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160268.284265] audit: type=1400 audit(1785264272.837:1960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160268.317663] audit: type=1400 audit(1785264272.871:1961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160555.104067] audit: type=1400 audit(1785264559.664:1962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160555.106172] audit: type=1400 audit(1785264559.666:1963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160555.140520] audit: type=1400 audit(1785264559.701:1964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160827.997242] audit: type=1400 audit(1785264832.563:1965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160827.998997] audit: type=1400 audit(1785264832.565:1966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160828.034395] audit: type=1400 audit(1785264832.600:1967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161071.652017] audit: type=1400 audit(1785265076.224:1968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161071.654138] audit: type=1400 audit(1785265076.226:1969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161071.687489] audit: type=1400 audit(1785265076.259:1970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161341.818802] audit: type=1400 audit(1785265346.397:1971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161341.820770] audit: type=1400 audit(1785265346.400:1972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161341.854399] audit: type=1400 audit(1785265346.433:1973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161575.369866] audit: type=1400 audit(1785265579.955:1974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161575.371794] audit: type=1400 audit(1785265579.956:1975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161575.406953] audit: type=1400 audit(1785265579.991:1976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161860.565241] audit: type=1400 audit(1785265865.157:1977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161860.567313] audit: type=1400 audit(1785265865.159:1978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161860.603704] audit: type=1400 audit(1785265865.195:1979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162122.294781] audit: type=1400 audit(1785266126.893:1980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162122.296825] audit: type=1400 audit(1785266126.895:1981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162122.330267] audit: type=1400 audit(1785266126.928:1982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162418.601465] audit: type=1400 audit(1785266423.208:1983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162418.603635] audit: type=1400 audit(1785266423.210:1984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162418.638940] audit: type=1400 audit(1785266423.245:1985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162657.000666] audit: type=1400 audit(1785266661.612:1986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162657.002771] audit: type=1400 audit(1785266661.614:1987): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162657.036245] audit: type=1400 audit(1785266661.647:1988): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162904.728818] audit: type=1400 audit(1785266909.346:1989): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162904.731148] audit: type=1400 audit(1785266909.348:1990): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162904.765974] audit: type=1400 audit(1785266909.383:1991): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163144.022120] audit: type=1400 audit(1785267148.645:1992): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163144.024198] audit: type=1400 audit(1785267148.647:1993): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163144.058430] audit: type=1400 audit(1785267148.681:1994): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163377.249251] audit: type=1400 audit(1785267381.878:1995): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163377.250982] audit: type=1400 audit(1785267381.880:1996): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163377.285377] audit: type=1400 audit(1785267381.914:1997): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163617.021935] audit: type=1400 audit(1785267621.656:1998): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163617.023933] audit: type=1400 audit(1785267621.658:1999): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163617.059722] audit: type=1400 audit(1785267621.694:2000): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163915.510892] audit: type=1400 audit(1785267920.153:2001): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163915.512965] audit: type=1400 audit(1785267920.155:2002): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163915.547165] audit: type=1400 audit(1785267920.189:2003): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164194.636058] audit: type=1400 audit(1785268199.284:2004): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164194.638282] audit: type=1400 audit(1785268199.286:2005): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164194.673076] audit: type=1400 audit(1785268199.321:2006): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164458.094319] audit: type=1400 audit(1785268462.749:2007): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164458.096496] audit: type=1400 audit(1785268462.752:2008): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164458.131407] audit: type=1400 audit(1785268462.787:2009): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164696.870071] audit: type=1400 audit(1785268701.530:2010): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164696.872219] audit: type=1400 audit(1785268701.532:2011): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164696.908036] audit: type=1400 audit(1785268701.568:2012): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164936.115082] audit: type=1400 audit(1785268940.781:2013): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164936.117262] audit: type=1400 audit(1785268940.783:2014): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164936.150828] audit: type=1400 audit(1785268940.816:2015): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165233.389950] audit: type=1400 audit(1785269238.063:2016): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165233.391680] audit: type=1400 audit(1785269238.064:2017): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165233.424935] audit: type=1400 audit(1785269238.098:2018): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165483.422053] audit: type=1400 audit(1785269488.101:2019): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165483.424032] audit: type=1400 audit(1785269488.103:2020): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165483.457501] audit: type=1400 audit(1785269488.136:2021): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165782.535711] audit: type=1400 audit(1785269787.221:2022): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165782.537768] audit: type=1400 audit(1785269787.223:2023): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165782.571989] audit: type=1400 audit(1785269787.258:2024): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166071.176140] audit: type=1400 audit(1785270075.869:2025): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166071.178034] audit: type=1400 audit(1785270075.871:2026): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166071.212162] audit: type=1400 audit(1785270075.905:2027): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166354.876578] audit: type=1400 audit(1785270359.575:2028): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166354.878811] audit: type=1400 audit(1785270359.577:2029): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166354.910786] audit: type=1400 audit(1785270359.609:2030): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166620.168041] audit: type=1400 audit(1785270624.872:2031): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166620.170170] audit: type=1400 audit(1785270624.875:2032): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166620.204212] audit: type=1400 audit(1785270624.909:2033): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166920.012412] audit: type=1400 audit(1785270924.724:2034): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166920.014621] audit: type=1400 audit(1785270924.726:2035): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166920.047469] audit: type=1400 audit(1785270924.759:2036): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167205.783066] audit: type=1400 audit(1785271210.501:2037): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167205.785193] audit: type=1400 audit(1785271210.504:2038): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167205.822838] audit: type=1400 audit(1785271210.541:2039): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167483.400872] audit: type=1400 audit(1785271488.127:2040): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167483.402975] audit: type=1400 audit(1785271488.129:2041): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167483.435233] audit: type=1400 audit(1785271488.161:2042): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167766.746661] audit: type=1400 audit(1785271771.479:2043): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167766.748700] audit: type=1400 audit(1785271771.481:2044): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167766.783090] audit: type=1400 audit(1785271771.515:2045): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168045.382969] audit: type=1400 audit(1785272050.122:2046): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168045.385584] audit: type=1400 audit(1785272050.125:2047): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168045.419938] audit: type=1400 audit(1785272050.159:2048): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168313.508965] audit: type=1400 audit(1785272318.255:2049): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168313.510969] audit: type=1400 audit(1785272318.257:2050): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168313.545538] audit: type=1400 audit(1785272318.292:2051): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168564.373205] audit: type=1400 audit(1785272569.125:2052): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168564.374993] audit: type=1400 audit(1785272569.127:2053): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168564.408722] audit: type=1400 audit(1785272569.161:2054): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168820.674142] audit: type=1400 audit(1785272825.432:2055): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168820.676340] audit: type=1400 audit(1785272825.435:2056): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168820.708560] audit: type=1400 audit(1785272825.467:2057): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169078.259302] audit: type=1400 audit(1785273083.023:2058): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169078.260992] audit: type=1400 audit(1785273083.024:2059): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169078.293731] audit: type=1400 audit(1785273083.057:2060): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169366.645521] audit: type=1400 audit(1785273371.416:2061): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169366.647337] audit: type=1400 audit(1785273371.418:2062): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169366.682809] audit: type=1400 audit(1785273371.453:2063): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169646.012623] audit: type=1400 audit(1785273650.790:2064): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169646.014761] audit: type=1400 audit(1785273650.792:2065): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169646.049041] audit: type=1400 audit(1785273650.826:2066): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169925.686493] audit: type=1400 audit(1785273930.471:2067): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169925.688551] audit: type=1400 audit(1785273930.472:2068): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169925.722438] audit: type=1400 audit(1785273930.506:2069): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170179.977648] audit: type=1400 audit(1785274184.767:2070): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170179.979810] audit: type=1400 audit(1785274184.769:2071): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170180.012998] audit: type=1400 audit(1785274184.803:2072): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170427.647008] audit: type=1400 audit(1785274432.442:2073): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170427.649112] audit: type=1400 audit(1785274432.445:2074): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170427.684208] audit: type=1400 audit(1785274432.480:2075): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170701.869422] audit: type=1400 audit(1785274706.671:2076): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170701.871734] audit: type=1400 audit(1785274706.674:2077): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170701.905788] audit: type=1400 audit(1785274706.708:2078): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170987.509941] audit: type=1400 audit(1785274992.318:2079): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170987.512013] audit: type=1400 audit(1785274992.321:2080): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170987.546455] audit: type=1400 audit(1785274992.355:2081): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171262.332128] audit: type=1400 audit(1785275267.147:2082): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171262.333681] audit: type=1400 audit(1785275267.149:2083): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171262.368386] audit: type=1400 audit(1785275267.183:2084): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171544.086019] audit: type=1400 audit(1785275548.908:2085): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171544.088082] audit: type=1400 audit(1785275548.910:2086): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171544.123310] audit: type=1400 audit(1785275548.945:2087): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171790.800301] audit: type=1400 audit(1785275795.628:2088): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171790.802356] audit: type=1400 audit(1785275795.630:2089): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171790.836161] audit: type=1400 audit(1785275795.664:2090): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172067.783093] audit: type=1400 audit(1785276072.618:2091): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172067.785080] audit: type=1400 audit(1785276072.620:2092): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172067.820093] audit: type=1400 audit(1785276072.655:2093): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172358.050718] audit: type=1400 audit(1785276362.892:2094): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172358.052590] audit: type=1400 audit(1785276362.894:2095): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172358.088110] audit: type=1400 audit(1785276362.929:2096): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172641.787266] audit: type=1400 audit(1785276646.635:2097): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172641.789429] audit: type=1400 audit(1785276646.637:2098): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172641.824825] audit: type=1400 audit(1785276646.672:2099): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172896.803930] audit: type=1400 audit(1785276901.658:2100): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172896.805979] audit: type=1400 audit(1785276901.660:2101): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172896.841302] audit: type=1400 audit(1785276901.695:2102): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173162.089455] audit: type=1400 audit(1785277166.950:2103): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173162.091052] audit: type=1400 audit(1785277166.952:2104): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173162.125530] audit: type=1400 audit(1785277166.987:2105): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173393.146858] audit: type=1400 audit(1785277398.012:2106): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173393.149058] audit: type=1400 audit(1785277398.015:2107): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173393.183753] audit: type=1400 audit(1785277398.049:2108): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173684.750123] audit: type=1400 audit(1785277689.623:2109): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173684.752093] audit: type=1400 audit(1785277689.625:2110): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173684.785715] audit: type=1400 audit(1785277689.658:2111): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173915.329109] audit: type=1400 audit(1785277920.207:2112): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173915.334565] audit: type=1400 audit(1785277920.213:2113): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[173915.367790] audit: type=1400 audit(1785277920.246:2114): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174179.561644] audit: type=1400 audit(1785278184.447:2115): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174179.563759] audit: type=1400 audit(1785278184.449:2116): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174179.596156] audit: type=1400 audit(1785278184.481:2117): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174442.920758] audit: type=1400 audit(1785278447.811:2118): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174442.923026] audit: type=1400 audit(1785278447.813:2119): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174442.957231] audit: type=1400 audit(1785278447.848:2120): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174704.716699] audit: type=1400 audit(1785278709.614:2121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174704.718883] audit: type=1400 audit(1785278709.616:2122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[174704.752658] audit: type=1400 audit(1785278709.649:2123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175001.689517] audit: type=1400 audit(1785279006.594:2124): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175001.691593] audit: type=1400 audit(1785279006.595:2125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175001.727760] audit: type=1400 audit(1785279006.631:2126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175244.689231] audit: type=1400 audit(1785279249.599:2127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175244.691305] audit: type=1400 audit(1785279249.601:2128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175244.724599] audit: type=1400 audit(1785279249.634:2129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175486.158951] audit: type=1400 audit(1785279491.075:2130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175486.161023] audit: type=1400 audit(1785279491.077:2131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175486.195644] audit: type=1400 audit(1785279491.112:2132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175748.747508] audit: type=1400 audit(1785279753.670:2133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175748.749693] audit: type=1400 audit(1785279753.672:2134): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[175748.784637] audit: type=1400 audit(1785279753.706:2135): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176019.745895] audit: type=1400 audit(1785280024.674:2136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176019.748092] audit: type=1400 audit(1785280024.676:2137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176019.781609] audit: type=1400 audit(1785280024.709:2138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176283.418630] audit: type=1400 audit(1785280288.353:2139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176283.420351] audit: type=1400 audit(1785280288.354:2140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176283.454583] audit: type=1400 audit(1785280288.389:2141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176531.379374] audit: type=1400 audit(1785280536.319:2142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176531.381406] audit: type=1400 audit(1785280536.321:2143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176531.416334] audit: type=1400 audit(1785280536.356:2144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176795.788344] audit: type=1400 audit(1785280800.735:2145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176795.790358] audit: type=1400 audit(1785280800.737:2146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[176795.825167] audit: type=1400 audit(1785280800.772:2147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177093.311574] audit: type=1400 audit(1785281098.266:2148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177093.313694] audit: type=1400 audit(1785281098.268:2149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177093.346291] audit: type=1400 audit(1785281098.300:2150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177321.251113] audit: type=1400 audit(1785281326.209:2151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177321.252956] audit: type=1400 audit(1785281326.211:2152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177321.285896] audit: type=1400 audit(1785281326.244:2153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177549.445615] audit: type=1400 audit(1785281554.409:2154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177549.448121] audit: type=1400 audit(1785281554.412:2155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177549.481576] audit: type=1400 audit(1785281554.445:2156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177840.132518] audit: type=1400 audit(1785281845.103:2157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177840.134569] audit: type=1400 audit(1785281845.105:2158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[177840.167306] audit: type=1400 audit(1785281845.138:2159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178117.869012] audit: type=1400 audit(1785282122.846:2160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178117.871149] audit: type=1400 audit(1785282122.848:2161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178117.906469] audit: type=1400 audit(1785282122.883:2162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178393.013118] audit: type=1400 audit(1785282397.997:2163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178393.015408] audit: type=1400 audit(1785282397.999:2164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178393.051036] audit: type=1400 audit(1785282398.035:2165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178689.439671] audit: type=1400 audit(1785282694.430:2166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178689.441810] audit: type=1400 audit(1785282694.432:2167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178689.477470] audit: type=1400 audit(1785282694.468:2168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178936.597727] audit: type=1400 audit(1785282941.594:2169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178936.599684] audit: type=1400 audit(1785282941.596:2170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[178936.633965] audit: type=1400 audit(1785282941.630:2171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179194.163161] audit: type=1400 audit(1785283199.166:2172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179194.165296] audit: type=1400 audit(1785283199.168:2173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179194.198207] audit: type=1400 audit(1785283199.201:2174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179460.950768] audit: type=1400 audit(1785283465.959:2175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179460.952865] audit: type=1400 audit(1785283465.962:2176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179461.058452] audit: type=1400 audit(1785283466.067:2177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179717.064857] audit: type=1400 audit(1785283722.080:2178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179717.066797] audit: type=1400 audit(1785283722.082:2179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179717.101342] audit: type=1400 audit(1785283722.116:2180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179968.179110] audit: type=1400 audit(1785283973.200:2181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179968.181103] audit: type=1400 audit(1785283973.202:2182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[179968.216888] audit: type=1400 audit(1785283973.238:2183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180258.986244] audit: type=1400 audit(1785284264.014:2184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180258.988858] audit: type=1400 audit(1785284264.016:2185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180259.022403] audit: type=1400 audit(1785284264.050:2186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180556.501764] audit: type=1400 audit(1785284561.536:2187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180556.503871] audit: type=1400 audit(1785284561.538:2188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180556.538801] audit: type=1400 audit(1785284561.573:2189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180848.357268] audit: type=1400 audit(1785284853.399:2190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180848.359043] audit: type=1400 audit(1785284853.400:2191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[180848.393080] audit: type=1400 audit(1785284853.434:2192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181118.886678] audit: type=1400 audit(1785285123.934:2193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181118.888682] audit: type=1400 audit(1785285123.936:2194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181118.923184] audit: type=1400 audit(1785285123.971:2195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181385.950438] audit: type=1400 audit(1785285391.005:2196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181385.952282] audit: type=1400 audit(1785285391.007:2197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181385.987528] audit: type=1400 audit(1785285391.043:2198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181647.457433] audit: type=1400 audit(1785285652.518:2199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181647.459330] audit: type=1400 audit(1785285652.520:2200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181647.493242] audit: type=1400 audit(1785285652.554:2201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181919.740674] audit: type=1400 audit(1785285924.807:2202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181919.741625] audit: type=1400 audit(1785285924.808:2203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[181919.776147] audit: type=1400 audit(1785285924.843:2204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182201.069887] audit: type=1400 audit(1785286206.143:2205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182201.071674] audit: type=1400 audit(1785286206.145:2206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182201.105716] audit: type=1400 audit(1785286206.179:2207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182474.085255] audit: type=1400 audit(1785286479.165:2208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182474.087453] audit: type=1400 audit(1785286479.167:2209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182474.119758] audit: type=1400 audit(1785286479.200:2210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182755.092192] audit: type=1400 audit(1785286760.179:2211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182755.094238] audit: type=1400 audit(1785286760.181:2212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[182755.128438] audit: type=1400 audit(1785286760.215:2213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183041.417145] audit: type=1400 audit(1785287046.511:2214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183041.419346] audit: type=1400 audit(1785287046.514:2215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183041.452072] audit: type=1400 audit(1785287046.546:2216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183296.174282] audit: type=1400 audit(1785287301.274:2217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183296.176445] audit: type=1400 audit(1785287301.276:2218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183296.233983] audit: type=1400 audit(1785287301.333:2219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183538.745638] audit: type=1400 audit(1785287543.851:2220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183538.748426] audit: type=1400 audit(1785287543.853:2221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183538.783050] audit: type=1400 audit(1785287543.888:2222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183835.431395] audit: type=1400 audit(1785287840.543:2223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183835.433218] audit: type=1400 audit(1785287840.545:2224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[183835.468195] audit: type=1400 audit(1785287840.580:2225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184108.745244] audit: type=1400 audit(1785288113.864:2226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184108.747332] audit: type=1400 audit(1785288113.866:2227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184108.780101] audit: type=1400 audit(1785288113.899:2228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184334.779218] audit: type=1400 audit(1785288339.903:2229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184334.781366] audit: type=1400 audit(1785288339.905:2230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184334.815689] audit: type=1400 audit(1785288339.940:2231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184621.852261] audit: type=1400 audit(1785288626.983:2232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184621.855931] audit: type=1400 audit(1785288626.987:2233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184621.891849] audit: type=1400 audit(1785288627.022:2234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184910.076280] audit: type=1400 audit(1785288915.214:2235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184910.079854] audit: type=1400 audit(1785288915.217:2236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[184910.114261] audit: type=1400 audit(1785288915.252:2237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185188.346890] audit: type=1400 audit(1785289193.491:2238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185188.349040] audit: type=1400 audit(1785289193.493:2239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185188.384403] audit: type=1400 audit(1785289193.528:2240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185426.415129] audit: type=1400 audit(1785289431.565:2241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185426.418603] audit: type=1400 audit(1785289431.568:2242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185426.454363] audit: type=1400 audit(1785289431.604:2243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185679.843001] audit: type=1400 audit(1785289684.999:2244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185679.845099] audit: type=1400 audit(1785289685.001:2245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185679.879228] audit: type=1400 audit(1785289685.035:2246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185913.272454] audit: type=1400 audit(1785289918.435:2247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185913.274421] audit: type=1400 audit(1785289918.437:2248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[185913.309790] audit: type=1400 audit(1785289918.472:2249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186180.690568] audit: type=1400 audit(1785290185.859:2250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186180.693153] audit: type=1400 audit(1785290185.861:2251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186180.727913] audit: type=1400 audit(1785290185.895:2252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186468.879503] audit: type=1400 audit(1785290474.054:2253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186468.883302] audit: type=1400 audit(1785290474.058:2254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186468.917631] audit: type=1400 audit(1785290474.092:2255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186730.978109] audit: type=1400 audit(1785290736.159:2256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186730.980259] audit: type=1400 audit(1785290736.161:2257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186731.014525] audit: type=1400 audit(1785290736.195:2258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186994.210795] audit: type=1400 audit(1785290999.397:2259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186994.212682] audit: type=1400 audit(1785290999.399:2260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[186994.246464] audit: type=1400 audit(1785290999.433:2261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187246.372943] audit: type=1400 audit(1785291251.566:2262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187246.375005] audit: type=1400 audit(1785291251.568:2263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187246.410444] audit: type=1400 audit(1785291251.603:2264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187544.574885] audit: type=1400 audit(1785291549.775:2265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187544.576842] audit: type=1400 audit(1785291549.777:2266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187544.614687] audit: type=1400 audit(1785291549.814:2267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187811.369551] audit: type=1400 audit(1785291816.577:2268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187811.371670] audit: type=1400 audit(1785291816.579:2269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[187811.407034] audit: type=1400 audit(1785291816.614:2270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188097.215327] audit: type=1400 audit(1785292102.428:2271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188097.217455] audit: type=1400 audit(1785292102.430:2272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188097.250688] audit: type=1400 audit(1785292102.463:2273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188362.648464] audit: type=1400 audit(1785292367.869:2274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188362.650568] audit: type=1400 audit(1785292367.871:2275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188362.684091] audit: type=1400 audit(1785292367.904:2276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188591.664633] audit: type=1400 audit(1785292596.889:2277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188591.666447] audit: type=1400 audit(1785292596.891:2278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188591.701839] audit: type=1400 audit(1785292596.926:2279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188847.251132] audit: type=1400 audit(1785292852.482:2280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188847.254775] audit: type=1400 audit(1785292852.485:2281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[188847.289811] audit: type=1400 audit(1785292852.520:2282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189120.803239] audit: type=1400 audit(1785293126.040:2283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189120.805489] audit: type=1400 audit(1785293126.042:2284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189120.839462] audit: type=1400 audit(1785293126.076:2285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189411.402798] audit: type=1400 audit(1785293416.647:2286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189411.404527] audit: type=1400 audit(1785293416.648:2287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189411.440422] audit: type=1400 audit(1785293416.684:2288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189675.931108] audit: type=1400 audit(1785293681.182:2289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189675.933317] audit: type=1400 audit(1785293681.184:2290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189675.968489] audit: type=1400 audit(1785293681.220:2291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189969.779514] audit: type=1400 audit(1785293975.038:2292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189969.781689] audit: type=1400 audit(1785293975.040:2293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[189969.816598] audit: type=1400 audit(1785293975.075:2294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[190238.844219] audit: type=1400 audit(1785294244.108:2295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[190238.846463] audit: type=1400 audit(1785294244.110:2296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[190238.881107] audit: type=1400 audit(1785294244.145:2297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[190531.752339] audit: type=1400 audit(1785294537.023:2298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[190531.754529] audit: type=1400 audit(1785294537.025:2299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[190531.789884] audit: type=1400 audit(1785294537.060:2300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[190777.454829] audit: type=1400 audit(1785294782.732:2301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[190777.456829] audit: type=1400 audit(1785294782.734:2302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[190777.490908] audit: type=1400 audit(1785294782.768:2303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[191045.640954] audit: type=1400 audit(1785295050.923:2304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[191045.643232] audit: type=1400 audit(1785295050.926:2305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[191045.677676] audit: type=1400 audit(1785295050.960:2306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[191297.559919] audit: type=1400 audit(1785295302.848:2307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[191297.562977] audit: type=1400 audit(1785295302.851:2308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[191297.598358] audit: type=1400 audit(1785295302.887:2309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[191548.508518] audit: type=1400 audit(1785295553.803:2310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[191548.510727] audit: type=1400 audit(1785295553.805:2311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[191548.543922] audit: type=1400 audit(1785295553.838:2312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[191845.691879] audit: type=1400 audit(1785295850.993:2313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[191845.693810] audit: type=1400 audit(1785295850.996:2314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[191845.729129] audit: type=1400 audit(1785295851.031:2315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[192089.773420] audit: type=1400 audit(1785296095.082:2316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[192089.775668] audit: type=1400 audit(1785296095.084:2317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[192089.810069] audit: type=1400 audit(1785296095.118:2318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[192383.195941] audit: type=1400 audit(1785296388.511:2319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[192383.198153] audit: type=1400 audit(1785296388.513:2320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[192383.231888] audit: type=1400 audit(1785296388.547:2321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[192655.260112] audit: type=1400 audit(1785296660.581:2322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[192655.262131] audit: type=1400 audit(1785296660.583:2323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[192655.296256] audit: type=1400 audit(1785296660.617:2324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[192935.954996] audit: type=1400 audit(1785296941.283:2325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[192935.957077] audit: type=1400 audit(1785296941.285:2326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[192935.991860] audit: type=1400 audit(1785296941.320:2327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[193177.939720] audit: type=1400 audit(1785297183.273:2328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[193177.941720] audit: type=1400 audit(1785297183.275:2329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[193177.978715] audit: type=1400 audit(1785297183.312:2330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[193472.677901] audit: type=1400 audit(1785297478.018:2331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[193472.679906] audit: type=1400 audit(1785297478.020:2332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[193472.713608] audit: type=1400 audit(1785297478.053:2333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[193715.056409] audit: type=1400 audit(1785297720.402:2334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[193715.058115] audit: type=1400 audit(1785297720.404:2335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[193715.092699] audit: type=1400 audit(1785297720.438:2336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[193963.735209] audit: type=1400 audit(1785297969.087:2337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[193963.737389] audit: type=1400 audit(1785297969.089:2338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[193963.770498] audit: type=1400 audit(1785297969.122:2339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[194204.152555] audit: type=1400 audit(1785298209.510:2340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[194204.154497] audit: type=1400 audit(1785298209.512:2341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[194204.191986] audit: type=1400 audit(1785298209.549:2342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[194486.327984] audit: type=1400 audit(1785298491.692:2343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[194486.330213] audit: type=1400 audit(1785298491.694:2344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[194486.364329] audit: type=1400 audit(1785298491.728:2345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[194768.571807] audit: type=1400 audit(1785298773.943:2346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[194768.573999] audit: type=1400 audit(1785298773.945:2347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[194768.607282] audit: type=1400 audit(1785298773.978:2348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[195006.471260] audit: type=1400 audit(1785299011.847:2349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[195006.473517] audit: type=1400 audit(1785299011.850:2350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[195006.508069] audit: type=1400 audit(1785299011.884:2351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[195261.347084] audit: type=1400 audit(1785299266.729:2352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[195261.349147] audit: type=1400 audit(1785299266.731:2353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[195261.382613] audit: type=1400 audit(1785299266.765:2354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[195562.550788] audit: type=1400 audit(1785299567.941:2355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[195562.552946] audit: type=1400 audit(1785299567.943:2356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[195562.587243] audit: type=1400 audit(1785299567.977:2357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[195842.849894] audit: type=1400 audit(1785299848.246:2358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[195842.851999] audit: type=1400 audit(1785299848.248:2359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[195842.887357] audit: type=1400 audit(1785299848.283:2360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[196109.375613] audit: type=1400 audit(1785300114.779:2361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[196109.377723] audit: type=1400 audit(1785300114.781:2362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[196109.411326] audit: type=1400 audit(1785300114.814:2363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[196350.085789] audit: type=1400 audit(1785300355.494:2364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[196350.088091] audit: type=1400 audit(1785300355.496:2365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[196350.123237] audit: type=1400 audit(1785300355.531:2366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[196616.801296] audit: type=1400 audit(1785300622.216:2367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[196616.803304] audit: type=1400 audit(1785300622.218:2368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[196616.837634] audit: type=1400 audit(1785300622.253:2369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[196905.394493] audit: type=1400 audit(1785300910.815:2370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[196905.398126] audit: type=1400 audit(1785300910.819:2371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[196905.432387] audit: type=1400 audit(1785300910.853:2372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[197146.735518] audit: type=1400 audit(1785301152.162:2373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[197146.737603] audit: type=1400 audit(1785301152.164:2374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[197146.771704] audit: type=1400 audit(1785301152.198:2375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[197440.850337] audit: type=1400 audit(1785301446.284:2376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[197440.852480] audit: type=1400 audit(1785301446.286:2377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[197440.887089] audit: type=1400 audit(1785301446.321:2378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[197674.726566] audit: type=1400 audit(1785301680.167:2379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[197674.728283] audit: type=1400 audit(1785301680.168:2380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[197674.763002] audit: type=1400 audit(1785301680.203:2381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[197973.407647] audit: type=1400 audit(1785301978.855:2382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[197973.409809] audit: type=1400 audit(1785301978.857:2383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[197973.443031] audit: type=1400 audit(1785301978.890:2384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[198220.180209] audit: type=1400 audit(1785302225.632:2385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[198220.182570] audit: type=1400 audit(1785302225.635:2386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[198220.217451] audit: type=1400 audit(1785302225.669:2387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[198513.570680] audit: type=1400 audit(1785302519.030:2388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[198513.572790] audit: type=1400 audit(1785302519.032:2389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[198513.609375] audit: type=1400 audit(1785302519.068:2390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[198785.040770] audit: type=1400 audit(1785302790.506:2391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[198785.042670] audit: type=1400 audit(1785302790.508:2392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[198785.075103] audit: type=1400 audit(1785302790.541:2393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[199052.799735] audit: type=1400 audit(1785303058.271:2394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[199052.801853] audit: type=1400 audit(1785303058.274:2395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[199052.837276] audit: type=1400 audit(1785303058.309:2396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[199291.593090] audit: type=1400 audit(1785303297.070:2397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[199291.595237] audit: type=1400 audit(1785303297.073:2398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[199291.629729] audit: type=1400 audit(1785303297.107:2399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[199541.634756] audit: type=1400 audit(1785303547.118:2400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[199541.636586] audit: type=1400 audit(1785303547.120:2401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[199541.670298] audit: type=1400 audit(1785303547.154:2402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[199800.592716] audit: type=1400 audit(1785303806.082:2403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[199800.594932] audit: type=1400 audit(1785303806.084:2404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[199800.629779] audit: type=1400 audit(1785303806.119:2405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[200087.944294] audit: type=1400 audit(1785304093.441:2406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[200087.946462] audit: type=1400 audit(1785304093.443:2407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[200087.980510] audit: type=1400 audit(1785304093.477:2408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[200320.157655] audit: type=1400 audit(1785304325.659:2409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[200320.159732] audit: type=1400 audit(1785304325.661:2410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[200320.193433] audit: type=1400 audit(1785304325.695:2411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[200574.154888] audit: type=1400 audit(1785304579.663:2412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[200574.157064] audit: type=1400 audit(1785304579.665:2413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[200574.190826] audit: type=1400 audit(1785304579.699:2414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[200865.174058] audit: type=1400 audit(1785304870.689:2415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[200865.176200] audit: type=1400 audit(1785304870.691:2416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[200865.211009] audit: type=1400 audit(1785304870.726:2417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[201112.060778] audit: type=1400 audit(1785305117.581:2418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[201112.062856] audit: type=1400 audit(1785305117.583:2419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[201112.097800] audit: type=1400 audit(1785305117.618:2420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[201410.073453] audit: type=1400 audit(1785305415.601:2421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[201410.075481] audit: type=1400 audit(1785305415.603:2422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[201410.114515] audit: type=1400 audit(1785305415.642:2423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[201667.197946] audit: type=1400 audit(1785305672.732:2424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[201667.199986] audit: type=1400 audit(1785305672.734:2425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[201667.235265] audit: type=1400 audit(1785305672.769:2426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[201955.769889] audit: type=1400 audit(1785305961.311:2427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[201955.771692] audit: type=1400 audit(1785305961.312:2428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[201955.805343] audit: type=1400 audit(1785305961.346:2429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[202213.049344] audit: type=1400 audit(1785306218.596:2430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[202213.051222] audit: type=1400 audit(1785306218.598:2431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[202213.086057] audit: type=1400 audit(1785306218.633:2432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[202452.245871] audit: type=1400 audit(1785306457.799:2433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[202452.248040] audit: type=1400 audit(1785306457.801:2434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[202452.282902] audit: type=1400 audit(1785306457.836:2435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[202698.322097] audit: type=1400 audit(1785306703.880:2436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[202698.324163] audit: type=1400 audit(1785306703.882:2437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[202698.360269] audit: type=1400 audit(1785306703.918:2438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[202948.597059] audit: type=1400 audit(1785306954.161:2439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[202948.598297] audit: type=1400 audit(1785306954.162:2440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[202948.633245] audit: type=1400 audit(1785306954.197:2441): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[203220.436474] audit: type=1400 audit(1785307226.007:2442): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[203220.438289] audit: type=1400 audit(1785307226.009:2443): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[203220.472588] audit: type=1400 audit(1785307226.043:2444): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[203486.627249] audit: type=1400 audit(1785307492.204:2445): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[203486.629415] audit: type=1400 audit(1785307492.206:2446): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[203486.662597] audit: type=1400 audit(1785307492.239:2447): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[203739.175624] audit: type=1400 audit(1785307744.758:2448): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[203739.177740] audit: type=1400 audit(1785307744.760:2449): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[203739.213402] audit: type=1400 audit(1785307744.796:2450): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[204026.380211] audit: type=1400 audit(1785308031.970:2451): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[204026.382131] audit: type=1400 audit(1785308031.972:2452): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[204026.414997] audit: type=1400 audit(1785308032.004:2453): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[204311.168263] audit: type=1400 audit(1785308316.765:2454): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[204311.170288] audit: type=1400 audit(1785308316.767:2455): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[204311.205376] audit: type=1400 audit(1785308316.803:2456): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[204610.882412] audit: type=1400 audit(1785308616.487:2457): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[204610.884532] audit: type=1400 audit(1785308616.489:2458): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[204610.918854] audit: type=1400 audit(1785308616.523:2459): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[204874.978128] audit: type=1400 audit(1785308880.588:2460): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[204874.980218] audit: type=1400 audit(1785308880.590:2461): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[204875.013856] audit: type=1400 audit(1785308880.623:2462): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[205100.570037] audit: type=1400 audit(1785309106.185:2463): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[205100.572222] audit: type=1400 audit(1785309106.187:2464): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[205100.605803] audit: type=1400 audit(1785309106.221:2465): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[205356.291743] audit: type=1400 audit(1785309361.913:2466): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[205356.293776] audit: type=1400 audit(1785309361.915:2467): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[205356.329150] audit: type=1400 audit(1785309361.950:2468): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[205608.461753] audit: type=1400 audit(1785309614.089:2469): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[205608.463792] audit: type=1400 audit(1785309614.091:2470): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[205608.497016] audit: type=1400 audit(1785309614.124:2471): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[205897.287301] audit: type=1400 audit(1785309902.921:2472): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[205897.289096] audit: type=1400 audit(1785309902.923:2473): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[205897.323064] audit: type=1400 audit(1785309902.957:2474): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[206197.071149] audit: type=1400 audit(1785310202.712:2475): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[206197.073803] audit: type=1400 audit(1785310202.715:2476): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[206197.113239] audit: type=1400 audit(1785310202.754:2477): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[206464.010466] audit: type=1400 audit(1785310469.659:2478): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[206464.012669] audit: type=1400 audit(1785310469.661:2479): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[206464.047559] audit: type=1400 audit(1785310469.696:2480): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[206725.903127] audit: type=1400 audit(1785310731.556:2481): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[206725.905253] audit: type=1400 audit(1785310731.559:2482): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[206725.937809] audit: type=1400 audit(1785310731.591:2483): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[206964.467403] audit: type=1400 audit(1785310970.126:2484): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[206964.469537] audit: type=1400 audit(1785310970.128:2485): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[206964.502281] audit: type=1400 audit(1785310970.161:2486): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[207239.696518] audit: type=1400 audit(1785311245.362:2487): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[207239.698430] audit: type=1400 audit(1785311245.365:2488): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[207239.732637] audit: type=1400 audit(1785311245.398:2489): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[207529.906781] audit: type=1400 audit(1785311535.580:2490): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[207529.909014] audit: type=1400 audit(1785311535.582:2491): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[207529.942235] audit: type=1400 audit(1785311535.615:2492): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[207757.720970] audit: type=1400 audit(1785311763.399:2493): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[207757.723153] audit: type=1400 audit(1785311763.401:2494): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[207757.758195] audit: type=1400 audit(1785311763.436:2495): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[208051.991612] audit: type=1400 audit(1785312057.676:2496): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[208051.993902] audit: type=1400 audit(1785312057.679:2497): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[208052.027603] audit: type=1400 audit(1785312057.712:2498): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[208333.775295] audit: type=1400 audit(1785312339.467:2499): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[208333.777379] audit: type=1400 audit(1785312339.469:2500): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[208333.810040] audit: type=1400 audit(1785312339.501:2501): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[208607.210954] audit: type=1400 audit(1785312612.909:2502): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[208607.214622] audit: type=1400 audit(1785312612.912:2503): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[208607.253686] audit: type=1400 audit(1785312612.951:2504): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[208834.207577] audit: type=1400 audit(1785312839.912:2505): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[208834.209788] audit: type=1400 audit(1785312839.914:2506): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[208834.244732] audit: type=1400 audit(1785312839.949:2507): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[209097.353219] audit: type=1400 audit(1785313103.063:2508): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[209097.355348] audit: type=1400 audit(1785313103.065:2509): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[209097.389203] audit: type=1400 audit(1785313103.099:2510): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[209353.572505] audit: type=1400 audit(1785313359.288:2511): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[209353.574651] audit: type=1400 audit(1785313359.290:2512): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[209353.608440] audit: type=1400 audit(1785313359.324:2513): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[209580.406778] audit: type=1400 audit(1785313586.128:2514): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[209580.408815] audit: type=1400 audit(1785313586.130:2515): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[209580.441784] audit: type=1400 audit(1785313586.163:2516): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[209871.808890] audit: type=1400 audit(1785313877.537:2517): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[209871.810900] audit: type=1400 audit(1785313877.539:2518): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[209871.845393] audit: type=1400 audit(1785313877.573:2519): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[210127.119900] audit: type=1400 audit(1785314132.854:2520): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[210127.121011] audit: type=1400 audit(1785314132.855:2521): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[210127.155632] audit: type=1400 audit(1785314132.889:2522): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[210359.398152] audit: type=1400 audit(1785314365.138:2523): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[210359.400186] audit: type=1400 audit(1785314365.140:2524): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[210359.434828] audit: type=1400 audit(1785314365.175:2525): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[210654.578160] audit: type=1400 audit(1785314660.325:2526): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[210654.580283] audit: type=1400 audit(1785314660.327:2527): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[210654.614677] audit: type=1400 audit(1785314660.362:2528): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[210950.079295] audit: type=1400 audit(1785314955.833:2529): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[210950.081445] audit: type=1400 audit(1785314955.836:2530): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[210950.115414] audit: type=1400 audit(1785314955.870:2531): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[211217.291554] audit: type=1400 audit(1785315223.051:2532): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[211217.293695] audit: type=1400 audit(1785315223.053:2533): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[211217.329411] audit: type=1400 audit(1785315223.089:2534): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[211512.220883] audit: type=1400 audit(1785315517.987:2535): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[211512.224475] audit: type=1400 audit(1785315517.991:2536): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[211512.258638] audit: type=1400 audit(1785315518.025:2537): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[211811.398912] audit: type=1400 audit(1785315817.172:2538): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[211811.401093] audit: type=1400 audit(1785315817.175:2539): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[211811.436027] audit: type=1400 audit(1785315817.210:2540): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[212043.923087] audit: type=1400 audit(1785316049.703:2541): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[212043.925098] audit: type=1400 audit(1785316049.705:2542): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[212043.957693] audit: type=1400 audit(1785316049.738:2543): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[212303.724437] audit: type=1400 audit(1785316309.511:2544): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[212303.726410] audit: type=1400 audit(1785316309.513:2545): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[212303.760259] audit: type=1400 audit(1785316309.546:2546): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[212591.671622] audit: type=1400 audit(1785316597.464:2547): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[212591.673773] audit: type=1400 audit(1785316597.466:2548): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[212591.708094] audit: type=1400 audit(1785316597.500:2549): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[212879.673714] audit: type=1400 audit(1785316885.473:2550): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[212879.675898] audit: type=1400 audit(1785316885.475:2551): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[212879.710889] audit: type=1400 audit(1785316885.510:2552): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[213161.422088] audit: type=1400 audit(1785317167.228:2553): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[213161.424220] audit: type=1400 audit(1785317167.230:2554): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[213161.459416] audit: type=1400 audit(1785317167.265:2555): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[213406.703407] audit: type=1400 audit(1785317412.516:2556): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[213406.705543] audit: type=1400 audit(1785317412.518:2557): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[213406.739467] audit: type=1400 audit(1785317412.552:2558): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[213663.773325] audit: type=1400 audit(1785317669.591:2559): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[213663.775467] audit: type=1400 audit(1785317669.593:2560): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[213663.809970] audit: type=1400 audit(1785317669.627:2561): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[213954.096549] audit: type=1400 audit(1785317959.922:2562): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[213954.098571] audit: type=1400 audit(1785317959.924:2563): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[213954.133689] audit: type=1400 audit(1785317959.959:2564): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[214213.443839] audit: type=1400 audit(1785318219.275:2565): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[214213.445540] audit: type=1400 audit(1785318219.277:2566): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[214213.479817] audit: type=1400 audit(1785318219.311:2567): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[214470.104350] audit: type=1400 audit(1785318475.942:2568): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[214470.106560] audit: type=1400 audit(1785318475.944:2569): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[214470.141298] audit: type=1400 audit(1785318475.978:2570): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[214750.475653] audit: type=1400 audit(1785318756.318:2571): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[214750.477802] audit: type=1400 audit(1785318756.321:2572): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[214750.512317] audit: type=1400 audit(1785318756.355:2573): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[215006.362906] audit: type=1400 audit(1785319012.212:2574): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[215006.364869] audit: type=1400 audit(1785319012.214:2575): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[215006.399672] audit: type=1400 audit(1785319012.249:2576): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[215275.204642] audit: type=1400 audit(1785319281.061:2577): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[215275.206561] audit: type=1400 audit(1785319281.063:2578): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[215275.240326] audit: type=1400 audit(1785319281.097:2579): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[215510.001322] audit: type=1400 audit(1785319515.862:2580): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[215510.003445] audit: type=1400 audit(1785319515.864:2581): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1202 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[215510.035924] audit: type=1400 audit(1785319515.897:2582): apparmor="DENIED" operation="create" class="net" info="failed protocol 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 @@ -5942,13 +5536,13 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 188Gi 16Gi 167Gi 53Mi 6.4Gi 172Gi +Mem: 188Gi 17Gi 170Gi 57Mi 2.3Gi 171Gi Swap: 8.0Gi 0B 8.0Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 202764931072 17277001728 179830300672 56598528 6909517824 185487929344 +Mem: 202764931072 18334367744 183234154496 59838464 2448125952 184430563328 Swap: 8589930496 0 8589930496 --- swapon @@ -5959,26 +5553,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: 198012628 kB -MemFree: 175615528 kB -MemAvailable: 181140556 kB -Buffers: 160596 kB -Cached: 6527124 kB +MemFree: 178937324 kB +MemAvailable: 180105724 kB +Buffers: 166444 kB +Cached: 2171148 kB SwapTotal: 8388604 kB SwapFree: 8388604 kB -Dirty: 3308 kB -Writeback: 0 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 +Dirty: 3836 kB +Writeback: 512 kB +AnonPages: 15506984 kB +Mapped: 212172 kB +Shmem: 58436 kB +Slab: 288424 kB +SReclaimable: 53192 kB +SUnreclaim: 235232 kB +KernelStack: 9504 kB +PageTables: 49300 kB +SecPageTables: 9268 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 13080576 kB +AnonHugePages: 13934592 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB @@ -6003,350 +5597,353 @@ DirectMap1G: 198180864 kB --- slab top (top 20) $ slabtop -o -s c - Active / Total Objects (% used) : 877558 / 951222 (92.3%) - Active / Total Slabs (% used) : 22167 / 22167 (100.0%) + Active / Total Objects (% used) : 871087 / 960642 (90.7%) + Active / Total Slabs (% used) : 22081 / 22081 (100.0%) Active / Total Caches (% used) : 363 / 472 (76.9%) - Active / Total Size (% used) : 223963.48K / 243139.74K (92.1%) + Active / Total Size (% used) : 216369.05K / 238153.54K (90.9%) Minimum / Average / Maximum Object : 0.01K / 0.25K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME - 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 + 20384 20230 99% 1.00K 637 32 20384K iommu_iova_magazine + 11571 11531 99% 1.10K 399 29 12768K ext4_inode_cache + 69150 69130 99% 0.13K 2305 30 9220K kernfs_node_cache + 77025 76992 99% 0.10K 1975 39 7900K buffer_head + 723 704 97% 10.62K 241 3 7712K task_struct + 13440 13400 99% 0.57K 480 28 7680K radix_tree_node + 38472 38414 99% 0.19K 916 42 7328K dentry + 9308 9267 99% 0.60K 358 26 5728K inode_cache + 2720 1079 39% 2.00K 170 16 5440K kmalloc-cg-2k + 10496 10469 99% 0.50K 328 32 5248K kmalloc-rnd-10-512 + 6721 6077 90% 0.67K 143 47 4576K proc_inode_cache + 23562 21644 91% 0.19K 561 42 4488K vm_area_struct + 3456 3309 95% 1.00K 108 32 3456K kmalloc-1k + 54912 54860 99% 0.06K 858 64 3432K dmaengine-unmap-2 + 6336 5806 91% 0.50K 198 32 3168K kmalloc-rnd-15-512 + 33580 33543 99% 0.09K 730 46 2920K lsm_inode_cache + 336 239 71% 8.00K 84 4 2688K kmalloc-rnd-06-8k + 3066 2820 91% 0.75K 73 42 2336K shmem_inode_cache + 1104 1013 91% 2.00K 69 16 2208K kmalloc-rnd-06-2k + 4224 3902 92% 0.50K 132 32 2112K kmalloc-512 + 28728 20144 70% 0.07K 513 56 2052K vmap_area + 2898 2534 87% 0.69K 63 46 2016K skbuff_small_head + 30912 27399 88% 0.06K 483 64 1932K kmalloc-cg-64 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 + 440 416 94% 4.00K 55 8 1760K kmalloc-cg-4k + 3392 2731 80% 0.50K 106 32 1696K pool_workqueue + 848 412 48% 2.00K 53 16 1696K kmalloc-rnd-15-2k + 1632 1580 96% 1.00K 51 32 1632K kmalloc-rnd-09-1k + 833 770 92% 1.88K 49 17 1568K mem_cgroup_per_node + 384 374 97% 4.00K 48 8 1536K kmalloc-rnd-14-4k + 690 592 85% 2.06K 46 15 1472K sighand_cache + 368 212 57% 4.00K 46 8 1472K kmalloc-rnd-06-4k + 5632 4212 74% 0.25K 176 32 1408K maple_node + 13416 12399 92% 0.10K 344 39 1376K anon_vma + 344 168 48% 4.00K 43 8 1376K kmalloc-rnd-10-4k + 5504 5446 98% 0.25K 172 32 1376K kmalloc-rnd-10-256 + 21952 18887 86% 0.06K 343 64 1372K anon_vma_chain + 1638 1350 82% 0.81K 42 39 1344K sock_inode_cache + 1148 997 86% 1.12K 41 28 1312K signal_cache + 160 146 91% 8.00K 40 4 1280K kmalloc-cg-8k + 1292 822 63% 0.94K 38 34 1216K nfs_read_data + 1152 1024 88% 1.00K 36 32 1152K kmalloc-cg-1k + 476 470 98% 2.25K 34 14 1088K mem_cgroup + 4256 2648 62% 0.25K 133 32 1064K skbuff_head_cache + 132 132 100% 8.00K 33 4 1056K kmalloc-rnd-03-8k + 512 474 92% 2.00K 32 16 1024K kmalloc-rnd-05-2k + 8064 3454 42% 0.12K 252 32 1008K bio_integrity_data + 5292 4743 89% 0.19K 126 42 1008K filp + 124 105 84% 8.00K 31 4 992K 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 + 232 149 64% 4.00K 29 8 928K kmalloc-rnd-15-4k + 1728 1199 69% 0.50K 54 32 864K kmalloc-rnd-04-512 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 + 192 150 78% 4.00K 24 8 768K biovec-max + 276 230 83% 2.50K 23 12 736K TCPv6 + 2944 2827 96% 0.25K 92 32 736K kmalloc-rnd-15-256 + 572 531 92% 1.19K 22 26 704K RAW + 1408 1183 84% 0.50K 44 32 704K kmalloc-cg-512 + 672 616 91% 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 + 672 547 81% 1.00K 21 32 672K kmalloc-rnd-06-1k + 336 312 92% 2.00K 21 16 672K kmalloc-rnd-03-2k + 2656 1983 74% 0.25K 83 32 664K bio-200 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 + 260 219 84% 2.38K 20 13 640K TCP + 320 280 87% 2.00K 20 16 640K biovec-128 + 320 312 97% 2.00K 20 16 640K kmalloc-rnd-13-2k + 320 289 90% 2.00K 20 16 640K kmalloc-rnd-10-2k + 640 584 91% 1.00K 20 32 640K kmalloc-rnd-07-1k + 160 151 94% 4.00K 20 8 640K kmalloc-rnd-05-4k 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 + 304 263 86% 2.00K 19 16 608K kmalloc-rnd-08-2k + 19200 19054 99% 0.03K 150 128 600K kmalloc-rnd-15-32 + 3256 2297 70% 0.18K 74 44 592K kvm_mmu_page_header + 3108 1591 51% 0.19K 74 42 592K kmalloc-cg-192 + 756 645 85% 0.75K 18 42 576K nfs_commit_data 198 186 93% 2.75K 18 11 576K x86_emulator - 432 348 80% 1.32K 18 24 576K perf_event + 432 360 83% 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 + 4384 4323 98% 0.12K 137 32 548K kmalloc-rnd-10-128 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 + 306 237 77% 1.75K 17 18 544K mm_struct + 544 478 87% 1.00K 17 32 544K kmalloc-rnd-08-1k + 1056 1046 99% 0.50K 33 32 528K kmalloc-rnd-11-512 + 2772 2371 85% 0.19K 66 42 528K kmalloc-rnd-11-192 + 1344 1214 90% 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 + 512 448 87% 1.00K 16 32 512K kmalloc-rnd-05-1k + 540 364 67% 0.88K 15 36 480K fuse_inode + 690 488 70% 0.69K 15 46 480K task_group + 960 804 83% 0.50K 30 32 480K kmalloc-rnd-13-512 + 120 106 88% 4.00K 15 8 480K kmalloc-rnd-08-4k + 960 892 92% 0.50K 30 32 480K kmalloc-rnd-05-512 + 240 201 83% 2.00K 15 16 480K kmalloc-rnd-02-2k + 2478 2155 86% 0.19K 59 42 472K pid + 8541 8472 99% 0.05K 117 73 468K ftrace_event_field + 308 262 85% 1.44K 14 22 448K UDPv6 + 658 566 86% 0.67K 14 47 448K taskstats 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 + 448 378 84% 1.00K 14 32 448K kmalloc-rnd-03-1k + 1792 1275 71% 0.25K 56 32 448K kmalloc-rnd-03-256 + 756 717 94% 0.56K 27 28 432K kioctx + 4536 4115 90% 0.09K 108 42 432K kmalloc-cg-96 + 3360 3054 90% 0.12K 105 32 420K eventpoll_epi + 312 260 83% 1.31K 13 24 416K UDP + 598 458 76% 0.69K 13 46 416K files_cache + 416 335 80% 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 + 800 722 90% 0.50K 25 32 400K kmalloc-rnd-03-512 + 6208 5604 90% 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 332 86% 1.00K 12 32 384K kmalloc-rnd-14-1k 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 + 96 96 100% 4.00K 12 8 384K kmalloc-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 + 3990 3923 98% 0.09K 95 42 380K kmalloc-rnd-15-96 + 1974 1756 88% 0.19K 47 42 376K file_lock_cache + 736 692 94% 0.50K 23 32 368K kmalloc-rnd-14-512 + 1665 1579 94% 0.21K 45 37 360K 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 + 88 84 95% 4.00K 11 8 352K kmalloc-rnd-03-4k + 352 294 83% 1.00K 11 32 352K kmalloc-rnd-01-1k + 704 653 92% 0.50K 22 32 352K kmalloc-rnd-01-512 + 1806 1454 80% 0.19K 43 42 344K kmalloc-rnd-06-192 + 1806 1685 93% 0.19K 43 42 344K kmalloc-rnd-02-192 + 2720 1454 53% 0.12K 85 32 340K kmalloc-cg-128 1764 1707 96% 0.19K 42 42 336K proc_dir_entry - 1840 1345 73% 0.17K 40 46 320K fuse_request + 1344 1299 96% 0.25K 42 32 336K kmalloc-rnd-13-256 + 280 261 93% 1.12K 10 28 320K nfs_inode_cache + 1840 1472 80% 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 + 1680 1470 87% 0.19K 40 42 320K kmalloc-rnd-15-192 + 40 38 95% 8.00K 10 4 320K kmalloc-rnd-10-8k + 160 156 97% 2.00K 10 16 320K kmalloc-rnd-09-2k 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 + 1680 1218 72% 0.19K 40 42 320K kmalloc-rnd-05-192 + 3234 3004 92% 0.09K 77 42 308K kmalloc-rnd-13-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 + 2432 2036 83% 0.12K 76 32 304K kmalloc-rnd-15-128 + 3150 2867 91% 0.09K 75 42 300K 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 + 1152 889 77% 0.25K 36 32 288K kmalloc-rnd-07-256 1512 1432 94% 0.19K 36 42 288K kmalloc-rnd-03-192 288 276 95% 1.00K 9 32 288K kmalloc-rnd-02-1k + 576 550 95% 0.50K 18 32 288K kmalloc-rnd-02-512 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 + 1120 949 84% 0.25K 35 32 280K nf_conntrack + 1120 1104 98% 0.25K 35 32 280K io_kiocb + 2898 2454 84% 0.09K 69 42 276K kmalloc-rnd-14-96 + 4416 4311 97% 0.06K 69 64 276K kmalloc-rnd-10-64 + 1428 928 64% 0.19K 34 42 272K kmalloc-rnd-01-192 + 1386 1149 82% 0.19K 33 42 264K kmalloc-rnd-10-192 + 368 306 83% 0.69K 8 46 256K uts_namespace + 512 402 78% 0.50K 16 32 256K kmalloc-rnd-08-512 + 744 677 90% 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 + 992 973 98% 0.25K 31 32 248K kmalloc-rnd-09-256 + 992 956 96% 0.25K 31 32 248K kmalloc-rnd-05-256 1302 1251 96% 0.19K 31 42 248K kmalloc-192 + 1260 1205 95% 0.19K 30 42 240K bio-136 + 1260 1197 95% 0.19K 30 42 240K jbd2_transaction_s 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 + 870 646 74% 0.27K 30 29 240K tw_sock_TCP + 480 313 65% 0.50K 15 32 240K kmalloc-rnd-07-512 + 725 637 87% 0.31K 29 25 232K bio-256 + 928 760 81% 0.25K 29 32 232K kmalloc-256 322 250 77% 0.69K 7 46 224K rpc_inode_cache 252 196 77% 0.88K 7 36 224K user_namespace + 224 181 80% 1.00K 7 32 224K kmalloc-rnd-13-1k + 896 858 95% 0.25K 28 32 224K kmalloc-rnd-06-256 112 107 95% 2.00K 7 16 224K kmalloc-rnd-04-2k - 864 686 79% 0.25K 27 32 216K key_jar + 2310 2276 98% 0.09K 55 42 220K kmalloc-rcl-96 + 5508 5437 98% 0.04K 54 102 216K extent_status + 864 742 85% 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 + 1134 891 78% 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 + 1664 1633 98% 0.12K 52 32 208K kmalloc-rnd-02-128 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 + 1600 1489 93% 0.12K 50 32 200K kmalloc-rnd-12-128 + 768 727 94% 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 + 575 474 82% 0.31K 23 25 184K bio-264 + 736 717 97% 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 1429 97% 0.12K 46 32 184K kmalloc-rnd-06-128 + 1472 1384 94% 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 + 1932 1915 99% 0.09K 46 42 184K kmalloc-rnd-02-96 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 + 638 568 89% 0.27K 22 29 176K tw_sock_TCPv6 + 924 735 79% 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 + 5632 5517 97% 0.03K 44 128 176K kmalloc-rnd-12-32 + 1462 1172 80% 0.12K 43 34 172K seq_file + 1376 1357 98% 0.12K 43 32 172K kmalloc-rcl-128 + 2752 2703 98% 0.06K 43 64 172K kmalloc-rnd-13-64 + 1344 1308 97% 0.12K 42 32 168K kmalloc-rnd-08-128 + 1440 1433 99% 0.11K 40 36 160K ext4_prealloc_space 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 + 10240 9974 97% 0.02K 40 256 160K kmalloc-rnd-12-16 + 2560 2288 89% 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 + 640 627 97% 0.25K 20 32 160K kmalloc-rnd-04-256 + 1596 1376 86% 0.09K 38 42 152K kmalloc-rnd-01-96 + 1258 1152 91% 0.12K 37 34 148K jbd2_journal_head + 1887 1183 62% 0.08K 37 51 148K sigqueue + 1554 1433 92% 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 + 2368 2242 94% 0.06K 37 64 148K kmalloc-rnd-02-64 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 + 5780 4835 83% 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 + 2112 1869 88% 0.06K 33 64 132K kmalloc-rnd-15-64 + 1386 1306 94% 0.09K 33 42 132K kmalloc-rnd-10-96 + 2112 2062 97% 0.06K 33 64 132K kmalloc-rnd-06-64 + 1386 1346 97% 0.09K 33 42 132K kmalloc-96 8 8 100% 16.00K 4 2 128K zio_buf_comb_16384 + 60 47 78% 2.12K 4 15 128K MPTCPv6 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 + 2048 1650 80% 0.06K 32 64 128K kmalloc-rcl-64 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 + 1984 1858 93% 0.06K 31 64 124K kmalloc-rnd-07-64 + 1984 1896 95% 0.06K 31 64 124K kmalloc-rnd-05-64 780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k 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 + 630 596 94% 0.19K 15 42 120K kmalloc-rnd-13-192 + 3840 2691 70% 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 + 1479 1375 92% 0.08K 29 51 116K Acpi-State + 1728 1651 95% 0.06K 27 64 108K kmalloc-rnd-08-64 + 1664 1335 80% 0.06K 26 64 104K pidfs_attr_cache + 832 780 93% 0.12K 26 32 104K kmalloc-rnd-09-128 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 + 1664 1342 80% 0.06K 26 64 104K kmalloc-rnd-01-64 + 975 960 98% 0.10K 25 39 100K Acpi-ParseExt + 2125 2034 95% 0.05K 25 85 100K shared_policy_node + 3200 2699 84% 0.03K 25 128 100K kmalloc-cg-32 + 1600 1513 94% 0.06K 25 64 100K kmalloc-rnd-12-64 + 1600 1295 80% 0.06K 25 64 100K kmalloc-rnd-09-64 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 + 1536 1493 97% 0.06K 24 64 96K kmalloc-rnd-14-64 + 768 720 93% 0.12K 24 32 96K kmalloc-rnd-07-128 + 1536 1251 81% 0.06K 24 64 96K kmalloc-rnd-03-64 + 462 414 89% 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 + 1344 1260 93% 0.06K 21 64 84K memdup_user-64 125 112 89% 0.62K 5 25 80K netfs_request + 1460 1098 75% 0.05K 20 73 80K mb_cache_entry + 1120 1065 95% 0.07K 20 56 80K nsproxy + 2560 2281 89% 0.03K 20 128 80K kmalloc-rnd-04-32 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 + 1216 1009 82% 0.06K 19 64 76K ext4_io_end + 798 780 97% 0.09K 19 42 76K memdup_user-96 + 1836 1509 82% 0.04K 18 102 72K fsnotify_inode_mark_connector + 9216 8520 92% 0.01K 18 512 72K kmalloc-rnd-12-8 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 + 1632 1420 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-12-8k - 2048 1972 96% 0.03K 16 128 64K kmalloc-rnd-07-32 + 2048 1948 95% 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 1611 89% 0.03K 14 128 56K kmalloc-rnd-14-32 + 1792 1649 92% 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 + 1792 1557 86% 0.03K 14 128 56K kmalloc-rnd-05-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 + 1664 1467 88% 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 + 1408 806 57% 0.03K 11 128 44K ext4_io_end_vec + 2816 2467 87% 0.02K 11 256 44K kmalloc-rnd-04-16 + 657 537 81% 0.05K 9 73 36K ip_fib_alias + 2304 1929 83% 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 + 2048 1680 82% 0.02K 8 256 32K kmalloc-rnd-10-16 + 2048 1567 76% 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 1054 58% 0.02K 7 256 28K ep_head + 1792 1507 84% 0.02K 7 256 28K kmalloc-rnd-14-16 + 3584 2930 81% 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 + 510 477 93% 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 1439 93% 0.02K 6 256 24K kmalloc-rnd-09-16 + 1536 1440 93% 0.02K 6 256 24K kmalloc-rnd-08-16 + 1536 1259 81% 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 1307 85% 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 + 640 520 81% 0.03K 5 128 20K pending_reservation + 2560 1802 70% 0.01K 5 512 20K kmalloc-cg-8 + 2560 1727 67% 0.01K 5 512 20K kmalloc-rnd-01-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 @@ -6354,24 +5951,21 @@ DirectMap1G: 198180864 kB 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 1260 61% 0.01K 4 512 16K kmalloc-rnd-15-8 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 1183 57% 0.01K 4 512 16K kmalloc-rnd-10-8 + 2048 1278 62% 0.01K 4 512 16K kmalloc-rnd-09-8 + 2048 1430 69% 0.01K 4 512 16K kmalloc-rnd-05-8 + 2048 1611 78% 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 + 2048 1248 60% 0.01K 4 512 16K kmalloc-rnd-02-8 + 2048 1196 58% 0.01K 4 512 16K kmalloc-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 + 1536 900 58% 0.01K 3 512 12K kmalloc-rnd-08-8 + 1536 900 58% 0.01K 3 512 12K kmalloc-rnd-07-8 + 1536 802 52% 0.01K 3 512 12K kmalloc-rnd-06-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.23K 0 35 0K nf_conntrack_expect @@ -6491,8 +6085,8 @@ pgscan_kswapd 0 kswapd_inodesteal 0 kswapd_low_wmark_hit_quickly 0 kswapd_high_wmark_hit_quickly 0 -pgmigrate_success 32612460 -pgmigrate_fail 28164 +pgmigrate_success 73212716 +pgmigrate_fail 36868 compact_migrate_scanned 0 compact_free_scanned 0 compact_isolated 0 @@ -6536,7 +6130,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 9223372036854775807 -fs.file-nr = 3668 0 9223372036854775807 +fs.file-nr = 3821 0 9223372036854775807 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -6643,7 +6237,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 107 root root 4096 Jul 27 21:48 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:05 .. -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 @@ -6739,7 +6333,7 @@ inactive --- modprobe.d total 20 drwxr-xr-x 2 root root 4096 Jul 26 16:09 . -drwxr-xr-x 107 root root 4096 Jul 27 21:48 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:05 .. -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 @@ -6911,11 +6505,11 @@ pvecm expected --- pveperf $ timeout 15 pveperf CPU BOGOMIPS: 124800.96 -REGEX/SECOND: 2000704 +REGEX/SECOND: 2049195 HD SIZE: 93.93 GB (/dev/mapper/pve-root) -BUFFERED READS: 24.56 MB/sec -AVERAGE SEEK TIME: 22.79 ms -FSYNCS/SECOND: 94.25 +BUFFERED READS: 8.02 MB/sec +AVERAGE SEEK TIME: 26.79 ms +FSYNCS/SECOND: 216.91 [exit=124 / not installed or not permitted] --- corosync.conf @@ -7009,7 +6603,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-tsys7 cpu=0.0753311975062776 mem=17091969024 maxmem=202764931072 maxdisk=100861726720 status=online ssl_fingerprint=null +pfv-tsys7 cpu=0.0180894133861659 mem=18277822464 maxmem=202764931072 maxdisk=100861726720 status=online ssl_fingerprint=null ############################################################################### # 10. NETWORK: INTERFACES @@ -7043,21 +6637,21 @@ pfv-tsys7 cpu=0.0753311975062776 mem=17091969024 maxmem=202764931072 maxdisk=100 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 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 + 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 1.81 fdb_n_learned 109 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 20.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 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 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 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 + 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 27.32 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.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 + 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 13.66 fdb_n_learned 78 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 20.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 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 @@ -7072,7 +6666,7 @@ pfv-tsys7 cpu=0.0753311975062776 mem=17091969024 maxmem=202764931072 maxdisk=100 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 + 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 31.88 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 @@ -7087,7 +6681,7 @@ pfv-tsys7 cpu=0.0753311975062776 mem=17091969024 maxmem=202764931072 maxdisk=100 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 + 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 13.66 fdb_n_learned 78 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 20.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 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 @@ -7102,7 +6696,7 @@ pfv-tsys7 cpu=0.0753311975062776 mem=17091969024 maxmem=202764931072 maxdisk=100 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 + 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 31.88 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 @@ -7117,7 +6711,7 @@ pfv-tsys7 cpu=0.0753311975062776 mem=17091969024 maxmem=202764931072 maxdisk=100 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 + 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 13.66 fdb_n_learned 78 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 20.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 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 @@ -7132,7 +6726,7 @@ pfv-tsys7 cpu=0.0753311975062776 mem=17091969024 maxmem=202764931072 maxdisk=100 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 + 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 13.66 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 49 mcast_querier_ipv4_other_timer 20.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 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 @@ -7147,7 +6741,7 @@ pfv-tsys7 cpu=0.0753311975062776 mem=17091969024 maxmem=202764931072 maxdisk=100 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 + 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 13.66 fdb_n_learned 80 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 20.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 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 @@ -7162,7 +6756,7 @@ pfv-tsys7 cpu=0.0753311975062776 mem=17091969024 maxmem=202764931072 maxdisk=100 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 + 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 13.66 fdb_n_learned 78 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 20.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 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 @@ -7220,7 +6814,7 @@ pfv-tsys7 cpu=0.0753311975062776 mem=17091969024 maxmem=202764931072 maxdisk=100 $ 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 456sec preferred_lft 456sec +7: vmbr0 inet 192.168.0.250/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 595sec preferred_lft 595sec 9: datanet inet 10.100.100.7/24 scope global datanet\ valid_lft forever preferred_lft forever --- ip -o -6 addr (link-local filter) @@ -7269,7 +6863,7 @@ pfv-tsys7 cpu=0.0753311975062776 mem=17091969024 maxmem=202764931072 maxdisk=100 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 456sec preferred_lft 456sec + valid_lft 595sec preferred_lft 595sec 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 @@ -7366,57 +6960,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 - 21725591 186314 0 0 0 0 + 32335667 246145 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 21725591 186314 0 0 0 0 + 32335667 246145 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 - 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 + RX: bytes packets errors dropped missed mcast + 10191129573 23005810 0 7194 0 5037058 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2294378762 8987758 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 - 6518487119 7909091 0 0 0 29767 + 9308945977 14428193 0 0 0 60238 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 + 44108602453 35478855 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 - 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 + RX: bytes packets errors dropped missed mcast + 5401416356 12072062 0 0 0 147277 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 22109470893 17199596 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 - 10618391 111956 0 0 0 102616 + 22233891 234426 0 0 0 214869 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 1777542 6214 0 0 0 0 + 3720228 12994 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 1 altname enp2s0f1 @@ -7424,57 +7018,57 @@ 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 - 7812635693 1780841 0 0 0 0 + 7840438547 1882206 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 185880629 890368 0 0 0 0 + 335103541 963481 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 - 4806692300 4796177 0 0 0 2157286 + 5318196672 8632857 0 0 0 4229877 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 237341106 530300 0 0 0 0 + 485282044 1002981 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 - 9058189813 13071112 0 6870 0 100519 + 14710362333 26500255 0 14388 0 207515 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 36362809696 27472978 0 0 0 0 + 66218073346 52678451 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 - 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 + RX: bytes packets errors dropped missed mcast + 14014947482 21281588 0 5 0 178734 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 63648062888 16984467 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 - 51953950 255499 0 0 0 0 + 115671572 555027 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 441231657 3484677 0 1538 0 0 + 916604757 7057216 0 1538 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 279867274 3065259 0 3941 0 2061392 + 569242609 6134877 0 8287 0 4133983 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -7484,21 +7078,21 @@ default via 192.168.3.254 dev vmbr0 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 - 52790092 258857 0 3358 0 0 + 117442958 562141 0 7114 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 441400724 3486387 0 0 0 0 + 916777580 7058926 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 441400724 3486387 0 3358 0 0 + 916777580 7058926 0 7114 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 52790092 258857 0 0 0 0 + 117442958 562141 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 14: tap704i1: mtu 1500 qdisc fq master fwbr704i1 state UNKNOWN mode DEFAULT group default qlen 1000 @@ -7508,13 +7102,13 @@ default via 192.168.3.254 dev vmbr0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 60 1 0 128645 0 0 + 60 1 0 230156 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 8877023 124881 0 5 0 84834 + 16857647 222636 0 5 0 176793 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -7524,37 +7118,37 @@ default via 192.168.3.254 dev vmbr0 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 - 836142 3358 0 3358 0 0 + 1771386 7114 0 7114 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 11612845 129645 0 0 0 0 + 21897283 231156 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 11612845 129645 0 3358 0 0 + 21897283 231156 0 7114 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 836142 3358 0 0 0 0 + 1771386 7114 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 57508297 291809 0 0 0 0 + 202385727 1004913 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 257936866 1691433 0 0 0 0 + 877772055 5692462 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 122008131 1315439 0 1908 0 881012 + 411383466 4385057 0 6254 0 2953603 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -7564,21 +7158,21 @@ default via 192.168.3.254 dev vmbr0 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 - 57895990 293366 0 1557 0 0 + 203708664 1010226 0 5313 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 257938545 1691435 0 0 0 0 + 877777490 5692464 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 257938545 1691435 0 1557 0 0 + 877777490 5692464 0 5313 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 57895990 293366 0 0 0 0 + 203708664 1010226 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 38: tap701i1: mtu 1500 qdisc fq master fwbr701i1 state UNKNOWN mode DEFAULT group default qlen 1000 @@ -7588,13 +7182,13 @@ default via 192.168.3.254 dev vmbr0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 248 1 0 77784 0 0 + 248 1 0 179295 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 4935698 76571 0 5 0 39366 + 12916322 174326 0 5 0 131325 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -7604,37 +7198,37 @@ default via 192.168.3.254 dev vmbr0 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 - 387693 1557 0 1557 0 0 + 1322937 5313 0 5313 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 6470119 78784 0 0 0 0 + 16754557 180295 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 6470119 78784 0 1557 0 0 + 16754557 180295 0 5313 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 387693 1557 0 0 0 0 + 1322937 5313 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 40366231 210221 0 0 0 0 + 126181114 644922 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 230442982 1622860 0 1599 0 0 + 774683008 5354232 0 1599 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 121997735 1315321 0 1908 0 880936 + 411373070 4384939 0 6254 0 2953527 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -7644,37 +7238,37 @@ default via 192.168.3.254 dev vmbr0 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 - 40753924 211778 0 1557 0 0 + 127504051 650235 0 5313 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 230624287 1624459 0 0 0 0 + 774868069 5355831 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 230624287 1624459 0 1557 0 0 + 774868069 5355831 0 5313 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 40753924 211778 0 0 0 0 + 127504051 650235 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 35132773 163720 0 0 0 0 + 121590358 553949 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 220894071 1589434 0 0 0 0 + 750447830 5330626 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 121987558 1315203 0 1908 0 880847 + 411362893 4384821 0 6254 0 2953438 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -7684,37 +7278,37 @@ default via 192.168.3.254 dev vmbr0 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 - 35520466 165277 0 1557 0 0 + 122913295 559262 0 5313 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 220895714 1589435 0 0 0 0 + 750453229 5330627 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 220895714 1589435 0 1557 0 0 + 750453229 5330627 0 5313 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 35520466 165277 0 0 0 0 + 122913295 559262 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 + 947602607 3818333 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 + 2591839381 7688360 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 + 360131377 3829985 0 5519 0 2580889 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -7724,37 +7318,37 @@ default via 192.168.3.254 dev vmbr0 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 + 948775895 3823045 0 4712 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 + 2593501355 7703281 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 + 2593501355 7703281 0 4712 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 + 948775895 3823045 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 + 105310945 497198 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 + 972248397 4565948 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 + 348235876 3702548 0 5321 0 2495440 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -7764,21 +7358,21 @@ default via 192.168.3.254 dev vmbr0 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 + 106444393 501750 0 4552 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 + 973152637 4574416 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 + 973152637 4574416 0 4552 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 + 106444393 501750 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 @@ -7790,14 +7384,14 @@ default via 192.168.3.254 dev vmbr0 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.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.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE 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.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 REACHABLE 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 @@ -7805,12 +7399,16 @@ default via 192.168.3.254 dev vmbr0 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::31a5:b7f8:2ff3:6959 dev vmbr0 lladdr 2c:54:91:2a:0d:59 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::8d8c:54c7:7a35:50a5 dev vmbr0 lladdr 2c:54:91:2a:0d:59 STALE fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE +fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE fe80::7172:40ba:b966:69df dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE +fe80::86b:90fc:88ab:7eee dev vmbr0 lladdr 2a:cc:df:57:21:d2 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 @@ -7819,6 +7417,7 @@ 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::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c 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 @@ -7835,11 +7434,13 @@ 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::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 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::54e4:4111:b359:b994 dev vmbr0 lladdr 96:86:dd:1b:81:5a 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 @@ -7849,6 +7450,7 @@ 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::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 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 @@ -7856,47 +7458,47 @@ fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec 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: 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 + lo: 32335667 246145 0 0 0 0 0 0 32335667 246145 0 0 0 0 0 0 + nic0: 10191129573 23005810 0 7194 0 0 0 5037058 2294378762 8987758 0 0 0 0 0 0 + nic1: 9308945977 14428193 0 0 0 0 0 60238 44108602453 35478855 0 0 0 0 0 0 + nic2: 5401416356 12072062 0 0 0 0 0 147277 22109470893 17199596 0 0 0 0 0 0 + nic3: 22233891 234426 0 0 0 0 0 214869 3720228 12994 0 0 0 0 0 0 +tailscale0: 7840438547 1882206 0 0 0 0 0 0 335103541 963481 0 0 0 0 0 0 + vmbr0: 5318196672 8632857 0 0 0 0 0 4229877 485282044 1002981 0 0 0 0 0 0 + bond0: 14710362333 26500255 0 14388 0 0 0 207515 66218073346 52678451 0 0 0 0 0 0 +datanet: 14014947482 21281588 0 5 0 0 0 178734 63648062888 16984467 0 0 0 0 0 0 +tap704i0: 115671572 555027 0 0 0 0 0 0 916604757 7057216 0 1538 0 0 0 0 +fwbr704i0: 569242609 6134877 0 8287 0 0 0 4133983 0 0 0 0 0 0 0 0 +fwpr704p0: 117442958 562141 0 7114 0 0 0 0 916777580 7058926 0 0 0 0 0 0 +fwln704i0: 916777580 7058926 0 7114 0 0 0 0 117442958 562141 0 0 0 0 0 0 +tap704i1: 0 0 0 0 0 0 0 0 60 1 0 230156 0 0 0 0 +fwbr704i1: 16857647 222636 0 5 0 0 0 176793 0 0 0 0 0 0 0 0 +fwpr704p1: 1771386 7114 0 7114 0 0 0 0 21897283 231156 0 0 0 0 0 0 +fwln704i1: 21897283 231156 0 7114 0 0 0 0 1771386 7114 0 0 0 0 0 0 +tap701i0: 202385727 1004913 0 0 0 0 0 0 877772055 5692462 0 0 0 0 0 0 +fwbr701i0: 411383466 4385057 0 6254 0 0 0 2953603 0 0 0 0 0 0 0 0 +fwpr701p0: 203708664 1010226 0 5313 0 0 0 0 877777490 5692464 0 0 0 0 0 0 +fwln701i0: 877777490 5692464 0 5313 0 0 0 0 203708664 1010226 0 0 0 0 0 0 +tap701i1: 0 0 0 0 0 0 0 0 248 1 0 179295 0 0 0 0 +fwbr701i1: 12916322 174326 0 5 0 0 0 131325 0 0 0 0 0 0 0 0 +fwpr701p1: 1322937 5313 0 5313 0 0 0 0 16754557 180295 0 0 0 0 0 0 +fwln701i1: 16754557 180295 0 5313 0 0 0 0 1322937 5313 0 0 0 0 0 0 +tap702i0: 126181114 644922 0 0 0 0 0 0 774683008 5354232 0 1599 0 0 0 0 +fwbr702i0: 411373070 4384939 0 6254 0 0 0 2953527 0 0 0 0 0 0 0 0 +fwpr702p0: 127504051 650235 0 5313 0 0 0 0 774868069 5355831 0 0 0 0 0 0 +fwln702i0: 774868069 5355831 0 5313 0 0 0 0 127504051 650235 0 0 0 0 0 0 +tap703i0: 121590358 553949 0 0 0 0 0 0 750447830 5330626 0 0 0 0 0 0 +fwbr703i0: 411362893 4384821 0 6254 0 0 0 2953438 0 0 0 0 0 0 0 0 +fwpr703p0: 122913295 559262 0 5313 0 0 0 0 750453229 5330627 0 0 0 0 0 0 +fwln703i0: 750453229 5330627 0 5313 0 0 0 0 122913295 559262 0 0 0 0 0 0 +tap705i0: 947602607 3818333 0 0 0 0 0 0 2591839381 7688360 0 14921 0 0 0 0 +fwbr705i0: 360131377 3829985 0 5519 0 0 0 2580889 0 0 0 0 0 0 0 0 +fwpr705p0: 948775895 3823045 0 4712 0 0 0 0 2593501355 7703281 0 0 0 0 0 0 +fwln705i0: 2593501355 7703281 0 4712 0 0 0 0 948775895 3823045 0 0 0 0 0 0 +tap706i0: 105310945 497198 0 0 0 0 0 0 972248397 4565948 0 8468 0 0 0 0 +fwbr706i0: 348235876 3702548 0 5321 0 0 0 2495440 0 0 0 0 0 0 0 0 +fwpr706p0: 106444393 501750 0 4552 0 0 0 0 973152637 4574416 0 0 0 0 0 0 +fwln706i0: 973152637 4574416 0 4552 0 0 0 0 106444393 501750 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route @@ -11408,8 +11010,8 @@ netlink error: Operation not supported rx_discards: 0 rx_errors: 0 [statistics -S (throughput counters)] - rx_octets: 7119801369 - tx_octets: 616115053 + rx_octets: 10191152438 + tx_octets: 2294402846 ----- ethtool: nic1 ----- [driver/version/firmware/bus-info -i] @@ -11620,8 +11222,8 @@ netlink error: Operation not supported rx_discards: 0 rx_errors: 0 [statistics -S (throughput counters)] - rx_octets: 6518491430 - tx_octets: 23234024477 + rx_octets: 9308946124 + tx_octets: 44108602453 ----- ethtool: nic2 ----- [driver/version/firmware/bus-info -i] @@ -11832,8 +11434,8 @@ netlink error: Operation not supported rx_discards: 0 rx_errors: 0 [statistics -S (throughput counters)] - rx_octets: 2539709374 - tx_octets: 13129053145 + rx_octets: 5401416420 + tx_octets: 22109470893 ----- ethtool: nic3 ----- [driver/version/firmware/bus-info -i] @@ -12043,8 +11645,8 @@ netlink error: Operation not supported rx_discards: 0 rx_errors: 0 [statistics -S (throughput counters)] - rx_octets: 10618519 - tx_octets: 1777542 + rx_octets: 22234301 + tx_octets: 3720228 ----- ethtool: tap701i0 ----- [driver/version/firmware/bus-info -i] @@ -13468,7 +13070,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 31 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 51 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: tap704i0: mtu 1500 master fwbr704i0 state forwarding priority 32 cost 2 @@ -13476,7 +13078,7 @@ netlink error: Operation not supported 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 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 + 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 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 16: fwpr704p1@fwln704i1: mtu 1500 master datanet state forwarding priority 32 cost 2 @@ -13488,7 +13090,7 @@ netlink error: Operation not supported 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 + 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 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 @@ -13500,25 +13102,25 @@ netlink error: Operation not supported 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 + 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 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 + 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 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 + 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 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 + 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: 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 + 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: 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 + 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 --- bridge vlan $ bridge vlan @@ -13790,7 +13392,7 @@ done 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: 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 + 23: 2212042 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 @@ -13803,44 +13405,44 @@ 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: 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 + 39: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 105472 0 IR-PCI-MSI-0000:00:1f.2 0-edge ahci[0000:00:1f.2] + 43: 0 0 0 0 0 0 7263 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 213360 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 + 46: 0 0 0 0 0 0 0 0 0 0 0 0 17399 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 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 + 48: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6606346 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 6862389 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 2721226 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 4718993 0 IR-PCI-MSIX-0000:01:00.0 3-edge nic0-rx-3 + 52: 3727647 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 6943209 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 457365 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 3278742 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 222021 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 2833134 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 3640296 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 3067208 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 2589525 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 595088 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 706051 0 0 0 IR-PCI-MSIX-0000:02:00.0 4-edge nic2-rx-4 + NMI: 878 817 838 783 880 694 1012 632 815 608 833 575 828 526 736 550 826 528 759 482 629 469 638 451 Non-maskable interrupts + LOC: 47761314 50485294 47532461 50285998 48114912 47598321 54395293 46790598 51607902 45023951 53178736 43916001 54187294 42140877 52074015 41257514 54115497 41659016 55776753 40372081 42912738 39813145 43651076 39961229 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: 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 + PMI: 878 817 838 783 880 694 1012 632 815 608 833 575 828 526 736 550 826 528 759 482 629 469 638 451 Performance monitoring interrupts + IWI: 270 410 563 124 254 186 138 142 97 345 347 134 296 298 116 95 112 180 118 176 79 171 116 257 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 + RES: 124111 74134 113873 61584 112249 61269 105941 55974 102411 61674 99976 57905 93585 50205 95567 56629 93852 53872 102314 52336 100414 47622 109991 45143 Rescheduling interrupts + CAL: 5608006 1228292 1018170 673318 851579 614986 1020687 586971 891599 569796 987173 554154 929078 530180 941060 530346 982058 518257 892522 502995 834258 489624 911807 489123 Function call interrupts + TLB: 92823 82103 89637 77787 82712 72027 80021 68104 83860 64921 80211 62915 81965 59996 75814 59555 74321 59271 82166 56527 85757 55930 84076 55683 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: 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 + MCP: 659 660 660 660 660 660 660 660 660 660 660 660 660 660 660 660 660 660 660 660 660 660 660 660 Machine check polls ERR: 0 MIS: 0 - 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 + PIN: 56829 80628 71958 86104 78968 94921 83723 72701 70533 75672 72767 77528 77916 69327 86420 82178 105352 82793 57333 62847 77558 55733 74389 54357 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 @@ -14094,67 +13696,67 @@ done | head -n 60 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -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 +01429d81 00000000 000000eb 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +000228b8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +001a4e49 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +000241ec 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +002bf848 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +0002c8f3 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +00fe1e63 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +00027fc1 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 +001c9e36 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000 +0002410c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000 +00e4a9bc 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000 +0002804f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000b 00000000 00000000 +000a37ad 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000c 00000000 00000000 +00025f6d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000d 00000000 00000000 +00d2515e 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000e 00000000 00000000 +00029204 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000f 00000000 00000000 +00e68e68 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000010 00000000 00000000 +00029ccb 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000011 00000000 00000000 +02ce4f53 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000012 00000000 00000000 +0002449c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000013 00000000 00000000 +015105c4 00000000 00000663 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000014 00000000 00000000 +00021794 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000015 00000000 00000000 +0179b786 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000016 00000000 00000000 +000264dd 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=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 +cpu0 total=01429d86 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=000228b8 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=001a4e49 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=000241ec dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=002bf856 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=0002c8f3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=00fe1e70 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=00027fc1 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu8 total=001c9e36 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu9 total=0002410c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu10 total=00e4a9ce dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu11 total=0002804f dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu12 total=000a37ad dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu13 total=00025f6d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu14 total=00d2516d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu15 total=00029204 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu16 total=00e68e7d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu17 total=00029ccb dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu18 total=02ce4f78 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu19 total=0002449c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu20 total=015105c4 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu21 total=00021794 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu22 total=0179b790 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu23 total=000264dd 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 9776 0.0 -TcpRetransSegs 915664 0.0 +TcpAttemptFails 9778 0.0 +TcpRetransSegs 1538011 0.0 TcpInErrs 2 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 @@ -14163,19 +13765,19 @@ TcpExtEmbryonicRsts 2 0.0 TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 -TcpExtTCPLossUndo 5 0.0 -TcpExtTCPLostRetransmit 160853 0.0 +TcpExtTCPLossUndo 6 0.0 +TcpExtTCPLostRetransmit 295353 0.0 TcpExtTCPRenoFailures 0 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 +TcpExtTCPLossFailures 84 0.0 +TcpExtTCPFastRetrans 1230738 0.0 +TcpExtTCPSlowStartRetrans 116133 0.0 +TcpExtTCPLossProbes 195982 0.0 +TcpExtTCPLossProbeRecovery 1049 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 672 0.0 -TcpExtTCPAbortOnData 1061 0.0 -TcpExtTCPAbortOnClose 3 0.0 +TcpExtTCPSackRecoveryFail 1109 0.0 +TcpExtTCPAbortOnData 1522 0.0 +TcpExtTCPAbortOnClose 5 0.0 TcpExtTCPAbortOnMemory 0 0.0 TcpExtTCPAbortOnTimeout 14 0.0 TcpExtTCPAbortOnLinger 0 0.0 @@ -14192,7 +13794,7 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 1931 0.0 +TcpExtTCPSynRetrans 1950 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 TcpExtTCPRcvQDrop 0 0.0 @@ -14217,85 +13819,105 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 408 -TCP: 110 (estab 13, closed 86, orphaned 0, timewait 86) +Total: 407 +TCP: 171 (estab 18, closed 142, orphaned 0, timewait 141) Transport Total IP IPv6 RAW 0 0 0 UDP 7 4 3 -TCP 24 18 6 -INET 31 22 9 +TCP 29 20 9 +INET 36 24 12 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: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) +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 192.168.0.250:60024 152.53.37.179:443 timer:(keepalive,9.034sec,0) + skmem:(r0,rb783100,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.7:692 10.100.100.4:2049 timer:(keepalive,18sec,0) + skmem:(r0,rb4162886,t0,tb24597504,f0,w0,o0,bl0,d276) +0 1412 10.100.100.7:807 10.100.100.4:2049 timer:(on,205ms,0) + skmem:(r0,rb3950608,t0,tb13969920,f1724,w2372,o0,bl0,d239) +0 0 10.100.100.7:848 10.100.100.4:2049 timer:(keepalive,1min11sec,0) + skmem:(r0,rb3739810,t0,tb21516288,f0,w0,o0,bl0,d288) +0 0 10.100.100.7:852 10.100.100.4:2049 timer:(keepalive,1min20sec,0) + skmem:(r0,rb6172934,t0,tb18643968,f0,w0,o0,bl0,d319) +0 0 10.100.100.7:804 10.100.100.5:2049 timer:(keepalive,1min7sec,0) + skmem:(r0,rb932576,t0,tb10627584,f0,w0,o0,bl0,d7) +0 0 10.100.100.7:807 10.100.100.5:2049 timer:(keepalive,43sec,0) + skmem:(r0,rb5540942,t0,tb11854848,f0,w0,o0,bl0,d4) +0 0 10.100.100.7:832 10.100.100.5:2049 timer:(keepalive,1min23sec,0) + skmem:(r0,rb2255555,t0,tb13395456,f0,w0,o0,bl0,d6) +0 0 10.100.100.7:974 10.100.100.5:2049 timer:(keepalive,1min25sec,0) + skmem:(r0,rb18322412,t0,tb9922560,f0,w0,o0,bl0,d11) +0 0 127.0.0.1:45482 127.0.0.1:5900 + skmem:(r0,rb301532,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 192.168.0.250:47146 199.165.136.101:443 timer:(keepalive,24sec,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,15sec,0) + skmem:(r0,rb785603,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.0.250:39822 192.200.0.107:443 timer:(keepalive,6.905sec,0) + skmem:(r0,rb104061,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 127.0.0.1:5900 127.0.0.1:45482 + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 [::ffff:100.110.146.27]:8006 [::ffff:100.109.70.137]:29647 + skmem:(r0,rb1266776,t0,tb69120,f0,w0,o0,bl0,d0) +0 0 [::ffff:100.110.146.27]:8006 [::ffff:100.109.70.137]:29110 + skmem:(r0,rb87380,t0,tb69120,f0,w0,o0,bl0,d0) +0 0 [::ffff:100.110.146.27]:8006 [::ffff:100.109.70.137]:36382 + skmem:(r0,rb87380,t0,tb69120,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: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 +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 192.168.0.250:60024 152.53.37.179:https + bbr wscale:11,12 rto:247 rtt:46.333/0.322 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:20 bytes_sent:1723693 bytes_acked:1723694 bytes_received:56977 segs_out:5847 segs_in:6907 data_segs_out:1771 data_segs_in:1371 bbr:(bw:1e+03kbps,mrtt:45.926,pacing_gain:2.88672,cwnd_gain:2.88672) send 5Mbps lastsnd:36432 lastrcv:36436 lastack:5945 pacing_rate 6.52Mbps delivery_rate 1e+03kbps delivered:1772 app_limited busy:65120ms rcv_rtt:131428 rcv_space:46518 rcv_ssthresh:54875 minrtt:45.926 snd_wnd:57344 rcv_wnd:57344 +ESTAB 0 0 100.110.146.27:ssh 100.101.187.119:36690 + bbr wscale:7,12 rto:206 rtt:5.771/9.591 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.593,pacing_gain:2.88672,cwnd_gain:2.88672) send 46Mbps lastsnd:4631 lastrcv:4631 lastack:4630 pacing_rate 356Mbps delivery_rate 25.3Mbps delivered:18 app_limited busy:72ms rcv_rtt:6 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.593 snd_wnd:76800 rcv_wnd:61440 +ESTAB 0 0 10.100.100.7:692 10.100.100.4:nfs + bbr wscale:9,12 rto:207 rtt:6.503/9.132 ato:40 mss:1448 pmtu:1500 rcvmss:376 advmss:1448 cwnd:144 ssthresh:1359 bytes_sent:10312709544 bytes_retrans:184086672 bytes_acked:10128622873 bytes_received:2198872268 segs_out:8763408 segs_in:4894282 data_segs_out:7364265 data_segs_in:2607437 bbr:(bw:352Mbps,mrtt:0.385,pacing_gain:1.25,cwnd_gain:2) send 257Mbps lastsnd:4 lastrcv:2 lastack:2 pacing_rate 435Mbps delivery_rate 352Mbps delivered:7273809 app_limited busy:7803612ms rwnd_limited:29706ms(0.4%) retrans:0/135023 dsack_dups:44567 rcv_rtt:1 rcv_space:464196 rcv_ssthresh:682973 minrtt:0.193 snd_wnd:10640384 rcv_wnd:2813952 rehash:166 +ESTAB 0 0 10.100.100.7:807 10.100.100.4:nfs + bbr wscale:9,12 rto:206 rtt:5.409/7.017 ato:40 mss:1448 pmtu:1500 rcvmss:304 advmss:1448 cwnd:104 ssthresh:1161 bytes_sent:10527523788 bytes_retrans:357981932 bytes_acked:10169541857 bytes_received:2212647160 segs_out:8921946 segs_in:4987029 data_segs_out:7513634 data_segs_in:2624476 bbr:(bw:274Mbps,mrtt:0.224,pacing_gain:1.25,cwnd_gain:2) send 223Mbps lastsnd:4 lastrcv:2 lastack:2 pacing_rate 339Mbps delivery_rate 82.5Mbps delivered:7302448 app_limited busy:7646760ms rwnd_limited:13102ms(0.2%) retrans:0/255033 dsack_dups:43846 rcv_rtt:1 rcv_space:447529 rcv_ssthresh:524690 minrtt:0.207 snd_wnd:8551936 rcv_wnd:2670592 rehash:222 +ESTAB 0 0 10.100.100.7:848 10.100.100.4:nfs + bbr wscale:9,12 rto:204 rtt:3.579/3.906 ato:40 mss:1448 pmtu:1500 rcvmss:376 advmss:1448 cwnd:58 ssthresh:370 bytes_sent:10392071056 bytes_retrans:215603084 bytes_acked:10176467973 bytes_received:2211715748 segs_out:8828844 segs_in:4967437 data_segs_out:7419349 data_segs_in:2617687 bbr:(bw:132Mbps,mrtt:0.29,pacing_gain:1.25,cwnd_gain:2) send 188Mbps lastsnd:4 lastrcv:2 lastack:2 pacing_rate 163Mbps delivery_rate 107Mbps delivered:7307256 app_limited busy:7648407ms rwnd_limited:4613ms(0.1%) retrans:0/156857 dsack_dups:44783 rcv_rtt:1 rcv_space:423650 rcv_ssthresh:613562 minrtt:0.276 snd_wnd:11141120 rcv_wnd:2531328 rehash:82 +ESTAB 0 176 10.100.100.7:852 10.100.100.4:nfs + bbr wscale:9,12 rto:208 rtt:7.774/11.225 ato:47 mss:1448 pmtu:1500 rcvmss:752 advmss:1448 cwnd:52 ssthresh:972 bytes_sent:10356500400 bytes_retrans:196838172 bytes_acked:10159662053 bytes_received:2148348588 segs_out:8782446 segs_in:4892232 data_segs_out:7393760 data_segs_in:2572039 bbr:(bw:115Mbps,mrtt:0.479,pacing_gain:1.25,cwnd_gain:2) send 77.5Mbps lastsnd:2 lastrcv:2 lastack:2 pacing_rate 114Mbps delivery_rate 70.1Mbps delivered:7294505 app_limited busy:7652851ms rwnd_limited:24539ms(0.3%) unacked:1 retrans:0/143867 dsack_dups:44614 rcv_rtt:1 rcv_space:650872 rcv_ssthresh:2049606 minrtt:0.22 snd_wnd:11141120 rcv_wnd:4440064 rehash:165 +ESTAB 0 0 10.100.100.7:804 10.100.100.5:nfs + bbr wscale:12,12 rto:209 rtt:8.117/13.182 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:134 ssthresh:634 bytes_sent:2784016444 bytes_retrans:195329380 bytes_acked:2588687065 bytes_received:36855732 segs_out:2023810 segs_in:273405 data_segs_out:1947954 data_segs_in:102695 bbr:(bw:455Mbps,mrtt:0.204,pacing_gain:1,cwnd_gain:2) send 191Mbps lastsnd:5550 lastrcv:5536 lastack:5536 pacing_rate 450Mbps delivery_rate 455Mbps delivered:1814354 app_limited busy:379198ms rwnd_limited:1503ms(0.4%) retrans:0/135596 dsack_dups:1995 rcv_rtt:1.125 rcv_space:131168 rcv_ssthresh:662320 minrtt:0.139 snd_wnd:11538432 rcv_wnd:663552 rehash:122 +ESTAB 0 0 10.100.100.7:807 10.100.100.5:nfs + bbr wscale:12,12 rto:207 rtt:6.021/10.392 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:162 ssthresh:666 bytes_sent:2798608576 bytes_retrans:209526296 bytes_acked:2589082281 bytes_received:34420968 segs_out:2033525 segs_in:274912 data_segs_out:1958100 data_segs_in:101065 bbr:(bw:486Mbps,mrtt:0.194,pacing_gain:1.25,cwnd_gain:2) send 312Mbps lastsnd:5589 lastrcv:5550 lastack:5550 pacing_rate 601Mbps delivery_rate 486Mbps delivered:1814736 app_limited busy:373473ms rwnd_limited:744ms(0.2%) retrans:0/145400 dsack_dups:2049 rcv_rtt:1.125 rcv_space:221660 rcv_ssthresh:3744464 minrtt:0.167 snd_wnd:8011776 rcv_wnd:3747840 rehash:126 +ESTAB 0 0 10.100.100.7:832 10.100.100.5:nfs + bbr wscale:12,12 rto:212 rtt:11.065/17.098 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:158 ssthresh:513 bytes_sent:2772411672 bytes_retrans:193165876 bytes_acked:2579245797 bytes_received:35064444 segs_out:2015452 segs_in:269820 data_segs_out:1940036 data_segs_in:101264 bbr:(bw:547Mbps,mrtt:0.188,pacing_gain:1.25,cwnd_gain:2) send 165Mbps lastsnd:4220 lastrcv:4180 lastack:4180 pacing_rate 677Mbps delivery_rate 547Mbps delivered:1807961 app_limited busy:348080ms rwnd_limited:255ms(0.1%) retrans:0/134129 dsack_dups:2055 rcv_rtt:1 rcv_space:213292 rcv_ssthresh:1602876 minrtt:0.121 snd_wnd:11067392 rcv_wnd:1605632 rehash:124 +ESTAB 0 0 10.100.100.7:974 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.48/2.246 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:158 ssthresh:580 bytes_sent:2821317484 bytes_retrans:230325952 bytes_acked:2590991533 bytes_received:36192708 segs_out:2049446 segs_in:267960 data_segs_out:1973649 data_segs_in:102826 bbr:(bw:625Mbps,mrtt:0.156,pacing_gain:1.25,cwnd_gain:2) send 1.24Gbps lastsnd:4513 lastrcv:4513 lastack:4513 pacing_rate 774Mbps delivery_rate 625Mbps delivered:1815891 app_limited busy:398123ms rwnd_limited:270ms(0.1%) retrans:0/159685 dsack_dups:1927 rcv_rtt:1 rcv_space:393720 rcv_ssthresh:13025407 minrtt:0.152 snd_wnd:5550080 rcv_wnd:13029376 rehash:210 +ESTAB 0 0 127.0.0.1:45482 127.0.0.1:5900 + bbr wscale:12,12 rto:201 rtt:0.027/0.003 ato:40 mss:22528 pmtu:65535 rcvmss:720 advmss:65483 cwnd:18 bytes_sent:41796 bytes_acked:41797 bytes_received:102368 segs_out:4211 segs_in:8316 data_segs_out:4170 data_segs_in:4150 bbr:(bw:13.9Gbps,mrtt:0.013,pacing_gain:2.88672,cwnd_gain:2.88672) send 120Gbps lastsnd:137 lastrcv:140 lastack:137 pacing_rate 139Gbps delivery_rate 13.9Gbps delivered:4171 app_limited busy:475ms rcv_rtt:367940 rcv_space:45087 rcv_ssthresh:37204 minrtt:0.013 snd_wnd:45056 rcv_wnd:45056 +ESTAB 0 0 192.168.0.250:47146 199.165.136.101:https + bbr wscale:7,12 rto:265 rtt:64.461/18.66 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:34 bytes_sent:8066922 bytes_retrans:2468 bytes_acked:8064455 bytes_received:1527901 segs_out:31397 segs_in:24566 data_segs_out:15719 data_segs_in:15689 bbr:(bw:2.31Mbps,mrtt:39.281,pacing_gain:2.88672,cwnd_gain:2.88672) send 6.11Mbps lastsnd:2887 lastrcv:2801 lastack:2801 pacing_rate 7.41Mbps delivery_rate 2.31Mbps delivered:15716 app_limited busy:997193ms retrans:0/4 rcv_rtt:28587.9 rcv_space:46527 rcv_ssthresh:89965 minrtt:39.281 snd_wnd:75776 rcv_wnd:90112 rehash:3 +ESTAB 0 0 192.168.0.250:46600 209.177.156.94:https + bbr wscale:7,12 rto:217 rtt:16.775/5.104 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:36 bytes_sent:1094110 bytes_retrans:531 bytes_acked:1093580 bytes_received:948920 segs_out:13111 segs_in:12342 data_segs_out:5866 data_segs_in:5712 bbr:(bw:3.18Mbps,mrtt:14.155,pacing_gain:2.88672,cwnd_gain:2.88672) send 24.9Mbps lastsnd:14889 lastrcv:14875 lastack:14875 pacing_rate 21.3Mbps delivery_rate 3.18Mbps delivered:5864 app_limited busy:49596ms retrans:0/2 rcv_rtt:84474.3 rcv_space:46586 rcv_ssthresh:505726 minrtt:11.29 snd_wnd:218368 rcv_wnd:507904 +ESTAB 0 0 192.168.0.250:39822 192.200.0.107:https + bbr wscale:10,12 rto:339 rtt:135.131/5.433 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:22 bytes_sent:3363 bytes_acked:3364 bytes_received:85011 segs_out:1325 segs_in:1332 data_segs_out:17 data_segs_in:687 bbr:(bw:429kbps,mrtt:131.404,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.89Mbps lastsnd:4907955 lastrcv:23121 lastack:23121 pacing_rate 2.46Mbps delivery_rate 430kbps delivered:18 app_limited busy:1596ms rcv_rtt:131 rcv_space:19617 rcv_ssthresh:66451 minrtt:131.404 snd_wnd:83968 rcv_wnd:69632 +ESTAB 0 0 127.0.0.1:5900 127.0.0.1:45482 + bbr wscale:12,12 rto:205 rtt:4.645/2.075 ato:40 mss:22528 pmtu:65535 rcvmss:536 advmss:65483 cwnd:18 bytes_sent:102368 bytes_acked:102368 bytes_received:41796 segs_out:8315 segs_in:4211 data_segs_out:4150 data_segs_in:4170 bbr:(bw:8.58Gbps,mrtt:0.021,pacing_gain:2.88672,cwnd_gain:2.88672) send 698Mbps lastsnd:144 lastrcv:141 lastack:141 pacing_rate 215Gbps delivery_rate 8.58Gbps delivered:4151 app_limited busy:18483ms rcv_space:43690 rcv_ssthresh:43690 minrtt:0.021 snd_wnd:45056 rcv_wnd:45056 +ESTAB 0 0 [::ffff:100.110.146.27]:8006 [::ffff:100.109.70.137]:29647 + bbr wscale:8,12 rto:205 rtt:4.246/2.106 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:42 bytes_sent:205641 bytes_retrans:44 bytes_acked:205597 bytes_received:162133 segs_out:8320 segs_in:4189 data_segs_out:4156 data_segs_in:4175 bbr:(bw:6.52Mbps,mrtt:1.522,pacing_gain:2.88672,cwnd_gain:2.88672) send 98.1Mbps lastsnd:147 lastrcv:144 lastack:144 pacing_rate 136Mbps delivery_rate 6.52Mbps delivered:4157 app_limited busy:18397ms retrans:0/1 dsack_dups:1 rcv_rtt:219456 rcv_space:45397 rcv_ssthresh:39594 minrtt:1.522 snd_wnd:65280 rcv_wnd:45056 +ESTAB 0 0 [::ffff:100.110.146.27]:8006 [::ffff:100.109.70.137]:29110 + bbr wscale:8,12 rto:208 rtt:7.193/11.679 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:16 bytes_sent:4995 bytes_acked:4995 bytes_received:2960 segs_out:7 segs_in:8 data_segs_out:6 data_segs_in:3 bbr:(bw:17.7Mbps,mrtt:1.122,pacing_gain:2.88672,cwnd_gain:2.88672) send 22.1Mbps lastsnd:968 lastrcv:971 lastack:924 pacing_rate 222Mbps delivery_rate 17.7Mbps delivered:7 app_limited busy:51ms rcv_space:12400 rcv_ssthresh:35839 minrtt:1.122 snd_wnd:65024 rcv_wnd:45056 +ESTAB 0 0 [::ffff:100.110.146.27]:8006 [::ffff:100.109.70.137]:36382 + bbr wscale:8,12 rto:208 rtt:7.867/11.771 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:16 bytes_sent:4833 bytes_acked:4833 bytes_received:2924 segs_out:8 segs_in:9 data_segs_out:6 data_segs_in:4 bbr:(bw:11.8Mbps,mrtt:1.369,pacing_gain:2.88672,cwnd_gain:2.88672) send 20.2Mbps lastsnd:971 lastrcv:974 lastack:926 pacing_rate 138Mbps delivery_rate 11.8Mbps delivered:7 app_limited busy:51ms rcv_space:12400 rcv_ssthresh:45528 minrtt:1.369 snd_wnd:65280 rcv_wnd:49152 --- /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 152757 16846 9776 35 13 9688427 27036244 915664 2 2376 0 +Tcp: 1 200 120000 -1 315288 29757 9778 38 18 22467301 51884117 1538011 2 3430 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 152757 16846 9776 35 13 9688427 27036244 915664 2 2376 0 +Tcp: 1 200 120000 -1 315288 29757 9778 38 18 22467301 51884117 1538011 2 3430 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -14359,8 +13981,8 @@ ALIGNMENT ID-LINK ID /dev/mapper/pve-root: UUID="f84f4c3f-0766-4721-9855-055bfc03759e" BLOCK_SIZE="4096" TYPE="ext4" /dev/sdb2: UUID="749D-7465" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="f2115f91-e69f-4e25-8dc6-cee72b54e691" /dev/sdb3: UUID="6NOPe4-xbYH-mYST-TOcr-xItw-d0YY-Ssoxl0" TYPE="LVM2_member" PARTUUID="c6fa0e75-e837-4cb0-8447-b01783d58e88" -/dev/sdb1: PARTUUID="e5b5f15d-0b19-47c6-bdca-6a48ffe6430e" /dev/mapper/pve-swap: UUID="cda2077f-8b6c-4b1d-94de-9244ff779211" TYPE="swap" +/dev/sdb1: PARTUUID="e5b5f15d-0b19-47c6-bdca-6a48ffe6430e" --- /proc/partitions $ cat /proc/partitions @@ -14493,40 +14115,40 @@ Filesystem Size Used Avail Use% Mounted on udev 89G 0 89G 0% /dev tmpfs 19G 4.9M 19G 1% /run /dev/mapper/pve-root 94G 7.9G 82G 9% / -tmpfs 95G 46M 95G 1% /dev/shm +tmpfs 95G 49M 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 /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-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 13G 857G 2% /mnt/pve/S3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 131G 91G 59% /mnt/pve/T5-SSD +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.4G 432G 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 +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 189G 2.4T 8% /mnt/pve/D2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 26G 844G 3% /mnt/pve/S2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 210G 1.5T 13% /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 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 24751578 1297 24750281 1% /run +/dev/mapper/pve-root 6291456 79807 6211649 2% / +tmpfs 24751578 114 24751464 1% /dev/shm tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service 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-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 19 61054957 1% /mnt/pve/S3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 21 61054955 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/S4 30531584 13 30531571 1% /mnt/pve/S4 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 15 30531569 1% /mnt/pve/S4 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 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 21 61054955 1% /mnt/pve/S2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 56 122101704 1% /mnt/pve/D5 tmpfs 4950315 26 4950289 1% /run/user/0 ############################################################################### @@ -14598,11 +14220,11 @@ done Last mounted on: / Block count: 25165824 Reserved block count: 1258291 -Free blocks: 22565548 +Free blocks: 22564522 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Sun Jul 26 17:13:37 2026 -Last write time: Mon Jul 27 21:15:12 2026 +Last write time: Wed Jul 29 04:16:59 2026 Mount count: 15 Maximum mount count: -1 Last checked: Sat Apr 4 16:48:58 2026 @@ -14647,33 +14269,33 @@ done $ nfsstat -c Client rpc stats: calls retrans authrefrsh -1589320 4 1597287 +5290326 4 5311331 Client nfs v4: null read write commit open -2 0% 141952 8% 1307849 82% 44956 2% 2 0% +2 0% 154359 2% 4481142 84% 436186 8% 3 0% open_conf open_noat open_dgrd close setattr -0 0% 8 0% 0 0% 2 0% 0 0% +0 0% 80 0% 0 0% 49 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% 100 0% 20971 1% 65 0% +0 0% 0 0% 195 0% 45516 0% 75 0% lookup_root remove rename link symlink -7 0% 0 0% 0 0% 0 0% 0 0% +7 0% 2 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -2 0% 28 0% 68023 4% 0 0% 26 0% +3 0% 28 0% 146971 2% 0 0% 87 0% server_caps delegreturn getacl setacl fs_locations -56 0% 2 0% 0 0% 0 0% 0 0% +56 0% 21 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% 388 0% 0 0% 2 0% 0 0% +0 0% 389 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% 8 0% 0 0% 1848 0% +0 0% 0 0% 8 0% 0 0% 11864 0% allocate deallocate layoutstats clone -0 0% 0 0% 2678 0% 0 0% +0 0% 0 0% 13199 0% 0 0% --- nfsstat -s (server stats) @@ -14685,7 +14307,7 @@ Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory). $ nfsstat -234 Client rpc stats: calls retrans authrefrsh -1589320 4 1597287 +5290326 4 5311331 Client nfs v2: null getattr setattr root lookup @@ -14711,29 +14333,29 @@ pathconf commit Client nfs v4: null read write commit open -2 0% 141952 8% 1307849 82% 44956 2% 2 0% +2 0% 154359 2% 4481142 84% 436186 8% 3 0% open_conf open_noat open_dgrd close setattr -0 0% 8 0% 0 0% 2 0% 0 0% +0 0% 80 0% 0 0% 49 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% 100 0% 20971 1% 65 0% +0 0% 0 0% 195 0% 45516 0% 75 0% lookup_root remove rename link symlink -7 0% 0 0% 0 0% 0 0% 0 0% +7 0% 2 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -2 0% 28 0% 68023 4% 0 0% 26 0% +3 0% 28 0% 146971 2% 0 0% 87 0% server_caps delegreturn getacl setacl fs_locations -56 0% 2 0% 0 0% 0 0% 0 0% +56 0% 21 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% 388 0% 0 0% 2 0% 0 0% +0 0% 389 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% 8 0% 0 0% 1848 0% +0 0% 0 0% 8 0% 0 0% 11864 0% allocate deallocate layoutstats clone -0 0% 0 0% 2678 0% 0 0% +0 0% 0 0% 13199 0% 0 0% --- showmount -e (exports) @@ -14744,8 +14366,8 @@ clnt_create: RPC: Program not registered --- /proc/net/rpc/nfs $ cat /proc/net/rpc/nfs net 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 +rpc 5291683 4 5312698 +proc4 71 2 154359 4482411 436258 3 0 80 0 49 0 28 0 0 0 0 0 0 195 45518 75 7 2 0 0 0 3 28 146985 0 87 56 21 0 0 0 0 0 0 4 2 0 389 0 2 0 0 0 0 7 0 0 0 8 0 11864 0 0 13202 0 0 0 0 0 0 0 0 0 0 0 0 0 --- /proc/net/rpc/nfsd $ cat /proc/net/rpc/nfsd @@ -14890,14 +14512,14 @@ Nobody-Group = nogroup --- pvesm status $ pvesm status Name Type Status Total (KiB) Used (KiB) Available (KiB) % -D2 nfs active 2883130368 195177472 2541422592 6.77% +D2 nfs active 2883130368 197243904 2539356160 6.84% D3 nfs active 491133952 2048 466110464 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 126918656 105585664 51.80% -local dir active 98497780 8235652 85212580 8.36% +D5 nfs active 1921726464 219218944 1604814848 11.41% +S2 nfs active 960304128 26529792 884919296 2.76% +S3 nfs active 960304128 13429760 898019328 1.40% +S4 nfs active 479597568 2460672 452701184 0.51% +T5-SSD nfs active 245023744 137123840 95380480 55.96% +local dir active 98497780 8239668 85208564 8.37% local-lvm lvmthin active 1792008192 0 1792008192 0.00% --- pvesm list per storage @@ -14935,8 +14557,7 @@ Volid Format Type Size VMID --- pvesm config D3 --- --- storage: D5 --- 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:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 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 @@ -14949,25 +14570,25 @@ 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: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 -S2:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S2:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 S2:706/vm-706-disk-0.qcow2 qcow2 images 34359738368 706 +S2:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 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:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 +S3:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906 --- pvesm config S3 --- --- storage: S4 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S4:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 --- pvesm config S4 --- --- storage: T5-SSD --- Volid Format Type Size VMID @@ -15459,7 +15080,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -24 1 0x01 148 40256 18494309841 103096747570215 +24 1 0x01 148 40256 18494309841 215831056741864 name type data hits 4 0 iohits 4 0 @@ -15589,8 +15210,8 @@ memory_throttle_count 4 0 memory_direct_count 4 0 memory_indirect_count 4 0 memory_all_bytes 4 202764931072 -memory_free_bytes 4 186076958720 -memory_available_bytes 3 179308278144 +memory_free_bytes 4 184986497024 +memory_available_bytes 3 178217816448 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -15612,7 +15233,7 @@ abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -20 1 0x01 13 3536 18435313886 103096748787639 +20 1 0x01 13 3536 18435313886 215831058059457 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -15630,7 +15251,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -19 1 0x01 8 2176 18435312910 103096749952999 +19 1 0x01 8 2176 18435312910 215831059251906 name type data hits 4 0 future 4 0 @@ -15648,7 +15269,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 18435194204 103096752533699 +17 1 0x01 20 5440 18435194204 215831061864422 name type data struct_size 4 96 linear_cnt 4 0 @@ -15806,7 +15427,7 @@ no pools available $ arc_summary ------------------------------------------------------------------------ -ZFS Subsystem Report Mon Jul 27 21:51:42 2026 +ZFS Subsystem Report Wed Jul 29 05:10:39 2026 Linux 7.0.14-6-pve 2.4.3-pve1 Machine: pfv-tsys7 (x86_64) 2.4.3-pve1 @@ -15816,8 +15437,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: 173.4 GiB - Available memory size: 167.1 GiB + Free memory size: 172.3 GiB + Available memory size: 166.0 GiB ARC structural breakdown (current size): 5.6 KiB Compressed size: 0.0 % 0 Bytes @@ -16390,7 +16011,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: Mon Jul 27 21:51:42 2026 CDT +Local Time is: Wed Jul 29 05:10:39 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -16423,7 +16044,7 @@ Error logging capability: (0x01) Error logging supported. Short self-test routine recommended polling time: ( 2) minutes. Extended self-test routine -recommended polling time: ( 95) minutes. +recommended polling time: ( 94) minutes. SCT capabilities: (0x7035) SCT Status supported. SCT Feature Control supported. SCT Data Table supported. @@ -16436,13 +16057,13 @@ ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_ 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 - 21126 + 9 Power_On_Hours 0x0032 072 072 000 Old_age Always - 21157 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 - 66280 -194 Temperature_Celsius 0x0022 112 097 000 Old_age Always - 35 +193 Load_Cycle_Count 0x0032 178 178 000 Old_age Always - 66586 +194 Temperature_Celsius 0x0022 123 097 000 Old_age Always - 24 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 @@ -16510,7 +16131,7 @@ ostype: l26 scsihw: virtio-scsi-single smbios1: uuid=a1df4557-56ad-49b1-864e-8a7a984f8f4d sockets: 1 -virtio0: D5:701/vm-701-disk-0.qcow2,format=qcow2,iothread=1,size=32G +virtio0: S3:701/vm-701-disk-0.qcow2,iothread=1,size=32G vmgenid: f85a65bb-a3f5-4bea-abf6-e0221f765e1f --- VM 702 --- @@ -16654,9 +16275,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::47", + "ip-address" : "2600:1700:1d1:eb00:5f2b:b84c:dbed:14dd", "ip-address-type" : "ipv6", - "prefix" : 128 + "prefix" : 64 }, --- VM 704 runtime --- --- VM 705 runtime --- @@ -16677,14 +16298,14 @@ done ], "name" : "lo", "statistics" : { - "rx-bytes" : 175676747, + "rx-bytes" : 2137559754, "rx-dropped" : 0, "rx-errs" : 0, - "rx-packets" : 337565, - "tx-bytes" : 175676747, + "rx-packets" : 5921693, + "tx-bytes" : 2137559754, "tx-dropped" : 0, "tx-errs" : 0, - "tx-packets" : 337565 + "tx-packets" : 5921693 } }, { @@ -16696,9 +16317,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::43", + "ip-address" : "2600:1700:1d1:eb00:f542:5155:c647:f620", "ip-address-type" : "ipv6", - "prefix" : 128 + "prefix" : 64 }, --- VM 706 runtime --- [ @@ -16737,9 +16358,9 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::39", + "ip-address" : "2600:1700:1d1:eb00:772a:43ca:1e11:b0e4", "ip-address-type" : "ipv6", - "prefix" : 128 + "prefix" : 64 }, --- /etc/pve/qemu-server @@ -16922,13 +16543,13 @@ 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 17:14:16 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:14:16 CDT; 2 days 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 + Memory: 65.8M (peak: 87M) + CPU: 2min 26.770s CGroup: /system.slice/pve-cluster.service └─1334 /usr/bin/pmxcfs @@ -16939,73 +16560,76 @@ Jul 26 17:14:16 pfv-tsys7 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 Sun 2026-07-26 17:14:25 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:14:25 CDT; 2 days 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 + Tasks: 6 (limit: 216315) + Memory: 327M (peak: 550.2M) + CPU: 2min 18.314s CGroup: /system.slice/pvedaemon.service - ├─ 1558 pvedaemon - ├─394178 "pvedaemon worker" - ├─394567 "pvedaemon worker" - └─394940 "pvedaemon worker" + ├─ 1558 pvedaemon + ├─ 824643 "pvedaemon worker" + ├─ 927740 "pvedaemon worker" + ├─ 983212 "pvedaemon worker" + ├─1053493 "task UPID:pfv-tsys7:00101335:0147F9D5:6A69CE1F:vncproxy:701:root@pam:" + └─1053495 /usr/bin/perl /usr/sbin/qm vncproxy 701 -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 +Jul 29 00:57:01 pfv-tsys7 pvedaemon[1558]: worker 597452 finished +Jul 29 00:57:01 pfv-tsys7 pvedaemon[1558]: starting 1 worker(s) +Jul 29 00:57:01 pfv-tsys7 pvedaemon[1558]: worker 983212 started +Jul 29 04:54:50 pfv-tsys7 IPCC.xs[1053240]: pam_unix(proxmox-ve-auth:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=::ffff:100.109.70.137 user=root +Jul 29 04:54:53 pfv-tsys7 pvedaemon[927740]: authentication failure; rhost=::ffff:100.109.70.137 user=root@pam msg=Authentication failure +Jul 29 04:55:29 pfv-tsys7 pvedaemon[824643]: successful auth for user 'root@pam' +Jul 29 04:55:33 pfv-tsys7 pvedaemon[983212]: successful auth for user 'root@pam' +Jul 29 04:55:43 pfv-tsys7 pvedaemon[1053493]: starting vnc proxy UPID:pfv-tsys7:00101335:0147F9D5:6A69CE1F:vncproxy:701:root@pam: +Jul 29 04:55:43 pfv-tsys7 pvedaemon[927740]: starting task UPID:pfv-tsys7:00101335:0147F9D5:6A69CE1F:vncproxy:701:root@pam: +Jul 29 05:10:28 pfv-tsys7 pvedaemon[983212]: 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 17:14:27 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:14:27 CDT; 2 days 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) + Process: 977104 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 + Memory: 282.7M (peak: 488.9M) + CPU: 6min 1.142s CGroup: /system.slice/pveproxy.service ├─ 1630 pveproxy - ├─417875 "pveproxy worker" - ├─418641 "pveproxy worker" - └─473694 "pveproxy worker" + ├─977134 "pveproxy worker" + ├─977136 "pveproxy worker" + └─977137 "pveproxy worker" -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 +Jul 29 00:36:33 pfv-tsys7 pveproxy[1630]: worker 933402 finished +Jul 29 00:36:33 pfv-tsys7 pveproxy[1630]: worker 933346 finished +Jul 29 00:36:33 pfv-tsys7 pveproxy[1630]: worker 933379 finished +Jul 29 04:54:50 pfv-tsys7 pveproxy[977137]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:54:50 pfv-tsys7 pveproxy[977136]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:54:50 pfv-tsys7 pveproxy[977134]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:54:50 pfv-tsys7 pveproxy[977134]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:55:02 pfv-tsys7 pveproxy[977136]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:55:04 pfv-tsys7 pveproxy[977134]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:55:04 pfv-tsys7 pveproxy[977137]: authentication failure: 401 permission denied - invalid PVE ticket ● 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 17:14:23 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:14:23 CDT; 2 days 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 + Tasks: 2 (limit: 216315) + Memory: 113.3M (peak: 129.8M) + CPU: 32min 58.837s CGroup: /system.slice/pve-firewall.service - └─1531 pve-firewall + ├─ 1531 pve-firewall + └─1061591 pve-firewall 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 @@ -17013,13 +16637,13 @@ Jul 26 17:14:23 pfv-tsys7 systemd[1]: Started pve-firewall.service - Proxmox VE ● 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 17:14:26 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:14:26 CDT; 2 days 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 + Memory: 118.6M (peak: 137.8M) + CPU: 23.247s CGroup: /system.slice/pve-ha-crm.service └─1628 pve-ha-crm @@ -17030,16 +16654,13 @@ Jul 26 17:14:26 pfv-tsys7 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 17:14:29 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:14:29 CDT; 2 days 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 - └─1646 pve-ha-lrm - + Memory: 117.9M (peak: 137M) + CPU: 34.030s --- 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 @@ -17050,14 +16671,14 @@ 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 17:13:53 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:13:53 CDT; 2 days ago Invocation: ca84756192184d07a3abc13e586b3830 TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) Main PID: 970 (rpcbind) Tasks: 1 (limit: 216315) Memory: 632K (peak: 2M) - CPU: 157ms + CPU: 304ms CGroup: /system.slice/rpcbind.service └─970 /usr/sbin/rpcbind -f -w @@ -17075,7 +16696,7 @@ Jul 26 17:13:53 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 17:13:46 CDT; 1 day 4h ago + Active: active (exited) since Sun 2026-07-26 17:13:46 CDT; 2 days ago Invocation: bd125d3b236f4d2fafaf49c0f41e476c Docs: man:zfs(8) Process: 810 ExecStart=/usr/sbin/zfs mount -a (code=exited, status=0/SUCCESS) @@ -17088,28 +16709,28 @@ Jul 26 17:13:46 pfv-tsys7 systemd[1]: Finished zfs-mount.service - Mount ZFS fil ● 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 17:13:59 CDT; 1 day 4h ago + Active: active (running) since Sun 2026-07-26 17:13:59 CDT; 2 days ago Invocation: 7f1904cd96aa4515bf3918039b27e6e7 Docs: man:smartd(8) man:smartd.conf(5) Main PID: 985 (smartd) - Status: "Next check of 1 device will start at 22:13:59" + Status: "Next check of 1 device will start at 05:13:59" Tasks: 1 (limit: 216315) Memory: 3.4M (peak: 5M) - CPU: 105ms + CPU: 178ms CGroup: /system.slice/smartmontools.service └─985 /usr/sbin/smartd -n -q never -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 +Jul 28 09:44:00 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 113 to 114 +Jul 28 11:44:00 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 114 to 116 +Jul 28 12:13:59 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 116 to 118 +Jul 28 13:13:59 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 118 to 119 +Jul 28 14:13:59 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 119 to 121 +Jul 28 14:43:59 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 121 to 122 +Jul 28 16:13:59 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 122 to 123 +Jul 28 20:13:59 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 123 to 124 +Jul 28 21:14:00 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 124 to 123 +Jul 29 02:44:00 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 123 to 124 ############################################################################### # 25. TIMERS / CRON @@ -17118,27 +16739,27 @@ Jul 27 21:13:59 pfv-tsys7 smartd[985]: Device: /dev/sdb [SAT], SMART Usage Attri --- systemctl list-timers $ systemctl list-timers --all --no-pager 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 +Wed 2026-07-29 05:15:45 CDT 4min 36s Tue 2026-07-28 01:56:13 CDT 1 day 3h ago pve-daily-update.timer pve-daily-update.service +Wed 2026-07-29 05:20:00 CDT 8min Wed 2026-07-29 05:10:13 CDT 55s ago sysstat-collect.timer sysstat-collect.service +Wed 2026-07-29 06:54:37 CDT 1h 43min Tue 2026-07-28 06:22:13 CDT 22h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Wed 2026-07-29 12:51:14 CDT 7h Wed 2026-07-29 01:45:34 CDT 3h 25min ago apt-daily.timer apt-daily.service +Wed 2026-07-29 17:29:14 CDT 12h Tue 2026-07-28 17:29:14 CDT 11h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:13 CDT 5h 10min ago dpkg-db-backup.timer dpkg-db-backup.service +Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:13 CDT 5h 10min ago sysstat-rotate.timer sysstat-rotate.service +Thu 2026-07-30 00:07:00 CDT 18h Wed 2026-07-29 00:07:13 CDT 5h 3min ago sysstat-summary.timer sysstat-summary.service +Thu 2026-07-30 00:33:26 CDT 19h Wed 2026-07-29 00:36:24 CDT 4h 34min ago logrotate.timer logrotate.service +Thu 2026-07-30 02:57:12 CDT 21h Wed 2026-07-29 00:53:34 CDT 4h 17min ago beszel-agent-update.timer beszel-agent-update.service +Thu 2026-07-30 09:05:35 CDT 1 day 3h Wed 2026-07-29 05:09:06 CDT 2min 1s ago man-db.timer man-db.service +Sun 2026-08-02 03:10:45 CDT 3 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 3 days Sun 2026-07-26 03:11:13 CDT - e2scrub_all.timer e2scrub_all.service +Mon 2026-08-03 00:58:12 CDT 4 days Mon 2026-07-27 00:02:14 CDT 2 days 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 107 root root 4096 Jul 27 21:48 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:09 .. -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 @@ -17148,7 +16769,7 @@ lrwxrwxrwx 1 root root 20 Apr 4 17:02 vzdump -> /etc/pve/vzdump.cron --- /etc/cron.daily total 32 drwxr-xr-x 2 root root 4096 Jul 26 16:27 . -drwxr-xr-x 107 root root 4096 Jul 27 21:48 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:09 .. -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 @@ -17159,13 +16780,13 @@ drwxr-xr-x 107 root root 4096 Jul 27 21:48 .. --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Apr 4 16:52 . -drwxr-xr-x 107 root root 4096 Jul 27 21:48 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:09 .. -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 107 root root 4096 Jul 27 21:48 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:09 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -17204,325 +16825,344 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -2.36 1.94 1.74 1/563 497342 +2.42 2.27 2.07 1/570 1061614 --- 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 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 + 0 0 0 180600856 20476 414608 0 0 56 20 5614 4 0 0 95 2 0 2 + 0 0 0 180621212 20476 414660 0 0 24 92 8502 16872 0 0 95 3 0 1 + 0 0 0 180643800 20476 414692 0 0 0 0 7241 14589 0 0 95 4 0 1 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 -Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) +Linux 7.0.14-6-pve (pfv-tsys7) 07/29/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 +05:11:10 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +05:11:11 AM all 0.00 0.00 0.17 2.63 0.00 0.00 0.00 0.88 0.00 96.16 +05:11:12 AM all 0.00 0.00 0.13 3.39 0.00 0.00 0.00 1.05 0.00 95.35 +05:11:13 AM all 0.29 0.00 0.13 2.72 0.00 0.04 0.00 1.13 0.00 95.61 +Average: all 0.10 0.00 0.14 2.92 0.00 0.01 0.00 1.02 0.00 95.77 --- iostat -xz 1 3 $ iostat -xz 1 3 -Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) +Linux 7.0.14-6-pve (pfv-tsys7) 07/29/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 + 2.24 0.00 0.28 2.27 0.00 95.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.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 +dm-0 0.00 0.01 0.00 0.00 23.97 16.58 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.13 5.76 0.00 0.00 26.98 43.07 2.64 20.15 0.00 0.00 2.43 7.63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.78 +dm-2 0.00 0.04 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.01 0.00 0.00 3.05 16.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.00 +sdb 0.91 56.06 0.04 4.63 4.70 61.50 1.86 20.15 0.83 30.85 1.55 10.86 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.43 avg-cpu: %user %nice %system %iowait %steal %idle - 2.30 0.00 0.21 0.42 0.00 97.07 + 0.75 0.00 0.25 5.32 0.00 93.67 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 6.00 24.00 0.00 0.00 3.33 4.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.02 2.00 +sdb 6.00 24.00 0.00 0.00 3.33 4.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.02 2.00 avg-cpu: %user %nice %system %iowait %steal %idle - 1.00 0.00 0.17 1.47 0.00 97.36 + 1.09 0.00 0.88 1.93 0.00 96.10 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 8.00 512.00 0.00 0.00 27.12 64.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.22 10.80 --- sar -dp 1 2 $ sar -dp 1 2 -Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) +Linux 7.0.14-6-pve (pfv-tsys7) 07/29/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 +05:11:16 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +05:11:17 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +05:11:17 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdb +05:11:17 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +05:11:17 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +05:11:17 AM 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 +05:11:17 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +05:11:18 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +05:11:18 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdb +05:11:18 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +05:11:18 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +05:11:18 AM 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 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-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 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) +Linux 7.0.14-6-pve (pfv-tsys7) 07/29/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 +05:11:18 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +05:11:19 AM lo 25.00 25.00 3.47 3.47 0.00 0.00 0.00 0.00 +05:11:19 AM nic0 128.00 96.00 24.96 20.50 0.00 0.00 16.00 0.02 +05:11:19 AM nic1 20.00 44.00 2.87 45.43 0.00 0.00 0.00 0.04 +05:11:19 AM nic2 28.00 53.00 3.96 65.26 0.00 0.00 1.00 0.05 +05:11:19 AM nic3 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 +05:11:19 AM tailscale0 9.00 13.00 1.62 1.93 0.00 0.00 0.00 0.00 +05:11:19 AM vmbr0 31.00 17.00 5.12 3.56 0.00 0.00 12.00 0.00 +05:11:19 AM bond0 48.00 97.00 6.83 110.69 0.00 0.00 1.00 0.05 +05:11:19 AM datanet 77.00 83.00 8.94 175.47 0.00 0.00 0.00 0.00 +05:11:19 AM tap704i0 0.00 20.00 0.00 2.67 0.00 0.00 0.00 0.00 +05:11:19 AM fwbr704i0 20.00 0.00 2.40 0.00 0.00 0.00 12.00 0.00 +05:11:19 AM fwpr704p0 0.00 20.00 0.00 2.67 0.00 0.00 0.00 0.00 +05:11:19 AM fwln704i0 20.00 0.00 2.67 0.00 0.00 0.00 0.00 0.00 +05:11:19 AM tap704i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:11:19 AM fwbr704i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:11:19 AM fwpr704p1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:11:19 AM fwln704i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:11:19 AM tap701i0 6.00 26.00 0.88 3.27 0.00 0.00 0.00 0.00 +05:11:19 AM fwbr701i0 20.00 0.00 2.40 0.00 0.00 0.00 12.00 0.00 +05:11:19 AM fwpr701p0 6.00 26.00 0.88 3.27 0.00 0.00 0.00 0.00 +05:11:19 AM fwln701i0 26.00 6.00 3.27 0.88 0.00 0.00 0.00 0.00 +05:11:19 AM tap701i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:11:19 AM fwbr701i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:11:19 AM fwpr701p1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:11:19 AM fwln701i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:11:19 AM tap702i0 0.00 20.00 0.00 2.67 0.00 0.00 0.00 0.00 +05:11:19 AM fwbr702i0 20.00 0.00 2.40 0.00 0.00 0.00 12.00 0.00 +05:11:19 AM fwpr702p0 0.00 20.00 0.00 2.67 0.00 0.00 0.00 0.00 +05:11:19 AM fwln702i0 20.00 0.00 2.67 0.00 0.00 0.00 0.00 0.00 +05:11:19 AM tap703i0 2.00 22.00 0.35 3.02 0.00 0.00 0.00 0.00 +05:11:19 AM fwbr703i0 20.00 0.00 2.40 0.00 0.00 0.00 12.00 0.00 +05:11:19 AM fwpr703p0 2.00 22.00 0.35 3.02 0.00 0.00 0.00 0.00 +05:11:19 AM fwln703i0 22.00 2.00 3.02 0.35 0.00 0.00 0.00 0.00 +05:11:19 AM tap705i0 121.00 133.00 39.23 37.70 0.00 0.00 0.00 0.00 +05:11:19 AM fwbr705i0 20.00 0.00 2.40 0.00 0.00 0.00 12.00 0.00 +05:11:19 AM fwpr705p0 121.00 133.00 39.23 37.70 0.00 0.00 0.00 0.00 +05:11:19 AM fwln705i0 133.00 121.00 37.70 39.23 0.00 0.00 0.00 0.00 +05:11:19 AM tap706i0 3.00 23.00 0.54 3.21 0.00 0.00 0.00 0.00 +05:11:19 AM fwbr706i0 20.00 0.00 2.40 0.00 0.00 0.00 12.00 0.00 +05:11:19 AM fwpr706p0 3.00 23.00 0.54 3.21 0.00 0.00 0.00 0.00 +05:11:19 AM fwln706i0 23.00 3.00 3.21 0.54 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 +05:11:19 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +05:11:20 AM lo 12.00 12.00 0.74 0.74 0.00 0.00 0.00 0.00 +05:11:20 AM nic0 164.00 144.00 41.59 47.14 0.00 0.00 16.00 0.04 +05:11:20 AM nic1 103.00 294.00 14.91 358.41 0.00 0.00 0.00 0.29 +05:11:20 AM nic2 115.00 104.00 15.65 133.17 0.00 0.00 0.00 0.11 +05:11:20 AM nic3 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 +05:11:20 AM tailscale0 4.00 8.00 0.30 0.50 0.00 0.00 0.00 0.00 +05:11:20 AM vmbr0 19.00 10.00 2.76 1.34 0.00 0.00 9.00 0.00 +05:11:20 AM bond0 218.00 398.00 30.56 491.58 0.00 0.00 0.00 0.20 +05:11:20 AM datanet 235.00 179.00 29.45 480.83 0.00 0.00 1.00 0.00 +05:11:20 AM tap704i0 0.00 14.00 0.00 2.46 0.00 0.00 0.00 0.00 +05:11:20 AM fwbr704i0 13.00 0.00 2.04 0.00 0.00 0.00 9.00 0.00 +05:11:20 AM fwpr704p0 1.00 14.00 0.24 2.46 0.00 0.00 0.00 0.00 +05:11:20 AM fwln704i0 14.00 1.00 2.46 0.24 0.00 0.00 0.00 0.00 +05:11:20 AM tap704i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:11:20 AM fwbr704i1 1.00 0.00 0.04 0.00 0.00 0.00 1.00 0.00 +05:11:20 AM fwpr704p1 1.00 2.00 0.24 0.30 0.00 0.00 0.00 0.00 +05:11:20 AM fwln704i1 2.00 1.00 0.30 0.24 0.00 0.00 0.00 0.00 +05:11:20 AM tap701i0 4.00 17.00 0.57 2.86 0.00 0.00 0.00 0.00 +05:11:20 AM fwbr701i0 13.00 0.00 2.04 0.00 0.00 0.00 9.00 0.00 +05:11:20 AM fwpr701p0 5.00 17.00 0.82 2.86 0.00 0.00 0.00 0.00 +05:11:20 AM fwln701i0 17.00 5.00 2.86 0.82 0.00 0.00 0.00 0.00 +05:11:20 AM tap701i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:11:20 AM fwbr701i1 1.00 0.00 0.04 0.00 0.00 0.00 1.00 0.00 +05:11:20 AM fwpr701p1 1.00 2.00 0.24 0.30 0.00 0.00 0.00 0.00 +05:11:20 AM fwln701i1 2.00 1.00 0.30 0.24 0.00 0.00 0.00 0.00 +05:11:20 AM tap702i0 0.00 14.00 0.00 2.46 0.00 0.00 0.00 0.00 +05:11:20 AM fwbr702i0 13.00 0.00 2.04 0.00 0.00 0.00 9.00 0.00 +05:11:20 AM fwpr702p0 1.00 14.00 0.24 2.46 0.00 0.00 0.00 0.00 +05:11:20 AM fwln702i0 14.00 1.00 2.46 0.24 0.00 0.00 0.00 0.00 +05:11:20 AM tap703i0 0.00 14.00 0.00 2.46 0.00 0.00 0.00 0.00 +05:11:20 AM fwbr703i0 13.00 0.00 2.04 0.00 0.00 0.00 9.00 0.00 +05:11:20 AM fwpr703p0 1.00 14.00 0.24 2.46 0.00 0.00 0.00 0.00 +05:11:20 AM fwln703i0 14.00 1.00 2.46 0.24 0.00 0.00 0.00 0.00 +05:11:20 AM tap705i0 115.00 118.00 33.07 27.75 0.00 0.00 0.00 0.00 +05:11:20 AM fwbr705i0 13.00 0.00 2.04 0.00 0.00 0.00 9.00 0.00 +05:11:20 AM fwpr705p0 116.00 118.00 33.31 27.75 0.00 0.00 0.00 0.00 +05:11:20 AM fwln705i0 118.00 116.00 27.75 33.31 0.00 0.00 0.00 0.00 +05:11:20 AM tap706i0 0.00 13.00 0.00 2.21 0.00 0.00 0.00 0.00 +05:11:20 AM fwbr706i0 13.00 0.00 2.04 0.00 0.00 0.00 9.00 0.00 +05:11:20 AM fwpr706p0 0.00 13.00 0.00 2.21 0.00 0.00 0.00 0.00 +05:11:20 AM fwln706i0 13.00 0.00 2.21 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 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: lo 18.50 18.50 2.11 2.11 0.00 0.00 0.00 0.00 +Average: nic0 146.00 120.00 33.27 33.82 0.00 0.00 16.00 0.03 +Average: nic1 61.50 169.00 8.89 201.92 0.00 0.00 0.00 0.17 +Average: nic2 71.50 78.50 9.81 99.21 0.00 0.00 0.50 0.08 +Average: nic3 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 +Average: tailscale0 6.50 10.50 0.96 1.21 0.00 0.00 0.00 0.00 +Average: vmbr0 25.00 13.50 3.94 2.45 0.00 0.00 10.50 0.00 +Average: bond0 133.00 247.50 18.70 301.13 0.00 0.00 0.50 0.12 +Average: datanet 156.00 131.00 19.19 328.15 0.00 0.00 0.50 0.00 +Average: tap704i0 0.00 17.00 0.00 2.56 0.00 0.00 0.00 0.00 +Average: fwbr704i0 16.50 0.00 2.22 0.00 0.00 0.00 10.50 0.00 +Average: fwpr704p0 0.50 17.00 0.12 2.56 0.00 0.00 0.00 0.00 +Average: fwln704i0 17.00 0.50 2.56 0.12 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: tap701i0 5.00 21.50 0.73 3.07 0.00 0.00 0.00 0.00 +Average: fwbr701i0 16.50 0.00 2.22 0.00 0.00 0.00 10.50 0.00 +Average: fwpr701p0 5.50 21.50 0.85 3.07 0.00 0.00 0.00 0.00 +Average: fwln701i0 21.50 5.50 3.07 0.85 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 +Average: tap702i0 0.00 17.00 0.00 2.56 0.00 0.00 0.00 0.00 +Average: fwbr702i0 16.50 0.00 2.22 0.00 0.00 0.00 10.50 0.00 +Average: fwpr702p0 0.50 17.00 0.12 2.56 0.00 0.00 0.00 0.00 +Average: fwln702i0 17.00 0.50 2.56 0.12 0.00 0.00 0.00 0.00 +Average: tap703i0 1.00 18.00 0.17 2.74 0.00 0.00 0.00 0.00 +Average: fwbr703i0 16.50 0.00 2.22 0.00 0.00 0.00 10.50 0.00 +Average: fwpr703p0 1.50 18.00 0.30 2.74 0.00 0.00 0.00 0.00 +Average: fwln703i0 18.00 1.50 2.74 0.30 0.00 0.00 0.00 0.00 +Average: tap705i0 118.00 125.50 36.15 32.72 0.00 0.00 0.00 0.00 +Average: fwbr705i0 16.50 0.00 2.22 0.00 0.00 0.00 10.50 0.00 +Average: fwpr705p0 118.50 125.50 36.27 32.72 0.00 0.00 0.00 0.00 +Average: fwln705i0 125.50 118.50 32.72 36.27 0.00 0.00 0.00 0.00 +Average: tap706i0 1.50 18.00 0.27 2.71 0.00 0.00 0.00 0.00 +Average: fwbr706i0 16.50 0.00 2.22 0.00 0.00 0.00 10.50 0.00 +Average: fwpr706p0 1.50 18.00 0.27 2.71 0.00 0.00 0.00 0.00 +Average: fwln706i0 18.00 1.50 2.71 0.27 0.00 0.00 0.00 0.00 --- sar -n NFS,NFSD 1 2 $ sar -n NFS,NFSD 1 2 -Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) +Linux 7.0.14-6-pve (pfv-tsys7) 07/29/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 +05:11:20 AM call/s retrans/s read/s write/s access/s getatt/s +05:11:21 AM 81.00 0.00 0.00 76.00 0.00 0.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 +05:11:20 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +05:11:21 AM 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 +05:11:21 AM call/s retrans/s read/s write/s access/s getatt/s +05:11:22 AM 58.00 0.00 0.00 54.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 +05:11:21 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +05:11:22 AM 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: 69.50 0.00 0.00 65.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 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) +Linux 7.0.14-6-pve (pfv-tsys7) 07/29/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 +05:11:22 AM totsck tcpsck udpsck rawsck ip-frag tcp-tw +05:11:23 AM 406 20 4 0 0 152 +Average: 406 20 4 0 0 152 --- sar -n TCP,ETCP 1 2 $ sar -n TCP,ETCP 1 2 -Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) +Linux 7.0.14-6-pve (pfv-tsys7) 07/29/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 +05:11:23 AM active/s passive/s iseg/s oseg/s +05:11:24 AM 0.00 0.00 113.00 199.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 +05:11:23 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +05:11:24 AM 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 +05:11:24 AM active/s passive/s iseg/s oseg/s +05:11:25 AM 1.00 5.00 133.00 183.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 +05:11:24 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +05:11:25 AM 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: 0.50 2.50 123.00 191.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 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) +Linux 7.0.14-6-pve (pfv-tsys7) 07/29/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 +05:11:25 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +05:11:26 AM 0 1546 497.09 0.00 0.00 0 pvestatd +05:11:26 AM 0 275946 0.00 3.88 0.00 0 kvm +05:11:26 AM 0 351107 0.00 345.63 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 +05:11:26 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +05:11:27 AM 0 994 0.00 0.00 4.00 0 tailscaled +05:11:27 AM 0 275616 0.00 4.00 0.00 0 kvm +05:11:27 AM 0 351107 0.00 100.00 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 +Average: 0 994 0.00 0.00 1.97 0 tailscaled +Average: 0 1546 252.22 0.00 0.00 0 pvestatd +Average: 0 275616 0.00 1.97 0.00 0 kvm +Average: 0 275946 0.00 1.97 0.00 0 kvm +Average: 0 351107 0.00 224.63 0.00 0 kvm --- pidstat -u 1 2 (top cpu) $ pidstat -u 1 2 -Linux 7.0.14-6-pve (pfv-tsys7) 07/27/2026 _x86_64_ (24 CPU) +Linux 7.0.14-6-pve (pfv-tsys7) 07/29/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 +05:11:27 AM UID PID %usr %system %guest %wait %CPU CPU Command +05:11:28 AM 0 12522 0.00 0.98 0.98 0.00 1.96 11 kvm +05:11:28 AM 0 275616 0.00 0.00 1.96 0.00 0.98 2 kvm +05:11:28 AM 0 275789 0.98 0.00 2.94 0.00 3.92 13 kvm +05:11:28 AM 0 275946 0.98 0.00 0.98 0.00 1.96 15 kvm +05:11:28 AM 0 351107 3.92 1.96 12.75 0.00 18.63 19 kvm +05:11:28 AM 0 374976 0.98 0.98 0.00 0.00 1.96 23 kvm +05:11:28 AM 0 1061716 0.98 1.96 0.00 0.00 2.94 4 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 +05:11:28 AM UID PID %usr %system %guest %wait %CPU CPU Command +05:11:29 AM 0 15 0.00 1.00 0.00 0.00 1.00 20 rcu_preempt +05:11:29 AM 0 994 1.00 0.00 0.00 0.00 1.00 1 tailscaled +05:11:29 AM 0 1531 0.00 3.00 0.00 0.00 3.00 11 pve-firewall +05:11:29 AM 0 12522 1.00 0.00 0.00 0.00 1.00 11 kvm +05:11:29 AM 0 275616 0.00 0.00 3.00 0.00 2.00 2 kvm +05:11:29 AM 0 275789 0.00 1.00 1.00 0.00 2.00 13 kvm +05:11:29 AM 0 275946 1.00 0.00 0.00 0.00 1.00 15 kvm +05:11:29 AM 0 351107 6.00 4.00 16.00 0.00 26.00 19 kvm +05:11:29 AM 0 374976 0.00 0.00 1.00 0.00 1.00 23 kvm +05:11:29 AM 0 824643 1.00 0.00 0.00 0.00 1.00 1 pvedaemon worke +05:11:29 AM 33 977134 1.00 0.00 0.00 0.00 1.00 1 pveproxy worker +05:11:29 AM 33 977136 2.00 0.00 0.00 0.00 2.00 4 pveproxy worker +05:11:29 AM 0 1061716 0.00 1.00 0.00 0.00 1.00 4 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 +Average: 0 15 0.00 0.50 0.00 0.00 0.50 - rcu_preempt +Average: 0 994 0.50 0.00 0.00 0.00 0.50 - tailscaled +Average: 0 1531 0.00 1.49 0.00 0.00 1.49 - pve-firewall +Average: 0 12522 0.50 0.50 0.50 0.00 1.49 - kvm +Average: 0 275616 0.00 0.00 2.48 0.00 1.49 - kvm +Average: 0 275789 0.50 0.50 1.98 0.00 2.97 - kvm +Average: 0 275946 0.99 0.00 0.50 0.00 1.49 - kvm +Average: 0 351107 4.95 2.97 14.36 0.00 22.28 - kvm +Average: 0 374976 0.50 0.50 0.50 0.00 1.49 - kvm +Average: 0 824643 0.50 0.00 0.00 0.00 0.50 - pvedaemon worke +Average: 33 977134 0.50 0.00 0.00 0.00 0.50 - pveproxy worker +Average: 33 977136 0.99 0.00 0.00 0.00 0.99 - pveproxy worker +Average: 0 1061716 0.50 1.49 0.00 0.00 1.98 - pidstat --- top (single snapshot, top 30) $ top -b -n 1 -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 +top - 05:11:29 up 2 days, 11:58, 1 user, load average: 2.09, 2.20, 2.06 +Tasks: 425 total, 1 running, 424 sleeping, 0 stopped, 0 zombie +%Cpu(s): 1.0 us, 1.2 sy, 0.0 ni, 90.4 id, 7.4 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 193371.7 total, 176593.0 free, 17431.8 used, 426.6 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 175939.9 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 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 + 351107 root 20 0 7323484 3.1g 11992 S 36.4 1.6 7,17 kvm +1061738 root 20 0 10428 5484 3376 R 9.1 0.0 0:00.02 top + 1 root 20 0 24796 15520 10672 S 0.0 0.0 0:20.43 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.12 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+ @@ -17531,145 +17171,142 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 177021.6 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:02.68 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 0:50.54 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:08.23 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 2:04.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.32 migrati+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.66 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+ + 24 root rt 0 0 0 0 S 0.0 0.0 0:00.62 migrati+ + 25 root 20 0 0 0 0 S 0.0 0.0 0:00.78 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+ + 30 root rt 0 0 0 0 S 0.0 0.0 0:00.57 migrati+ + 31 root 20 0 0 0 0 S 0.0 0.0 0:00.37 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+ + 36 root rt 0 0 0 0 S 0.0 0.0 0:00.65 migrati+ + 37 root 20 0 0 0 0 S 0.0 0.0 0:00.08 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+ + 42 root rt 0 0 0 0 S 0.0 0.0 0:00.58 migrati+ + 43 root 20 0 0 0 0 S 0.0 0.0 0:00.04 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+ + 48 root rt 0 0 0 0 S 0.0 0.0 0:00.65 migrati+ + 49 root 20 0 0 0 0 S 0.0 0.0 0:00.06 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.28 migrati+ - 55 root 20 0 0 0 0 S 0.0 0.0 0:00.04 ksoftir+ + 54 root rt 0 0 0 0 S 0.0 0.0 0:00.57 migrati+ + 55 root 20 0 0 0 0 S 0.0 0.0 0:00.08 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+ + 60 root rt 0 0 0 0 S 0.0 0.0 0:00.64 migrati+ + 61 root 20 0 0 0 0 S 0.0 0.0 0:00.04 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+ + 66 root rt 0 0 0 0 S 0.0 0.0 0:00.57 migrati+ + 67 root 20 0 0 0 0 S 0.0 0.0 0:00.04 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+ + 72 root rt 0 0 0 0 S 0.0 0.0 0:00.62 migrati+ + 73 root 20 0 0 0 0 S 0.0 0.0 0:00.03 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+ + 78 root rt 0 0 0 0 S 0.0 0.0 0:00.57 migrati+ + 79 root 20 0 0 0 0 S 0.0 0.0 0:00.09 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+ + 84 root rt 0 0 0 0 S 0.0 0.0 0:00.66 migrati+ + 85 root 20 0 0 0 0 S 0.0 0.0 0:00.03 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.25 migrati+ - 91 root 20 0 0 0 0 S 0.0 0.0 0:00.04 ksoftir+ + 90 root rt 0 0 0 0 S 0.0 0.0 0:00.52 migrati+ + 91 root 20 0 0 0 0 S 0.0 0.0 0:00.11 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+ + 97 root rt 0 0 0 0 S 0.0 0.0 0:00.63 migrati+ + 98 root 20 0 0 0 0 S 0.0 0.0 0:00.03 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+ + 103 root rt 0 0 0 0 S 0.0 0.0 0:00.53 migrati+ + 104 root 20 0 0 0 0 S 0.0 0.0 0:00.07 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+ + 109 root rt 0 0 0 0 S 0.0 0.0 0:00.62 migrati+ + 110 root 20 0 0 0 0 S 0.0 0.0 0:00.07 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+ + 115 root rt 0 0 0 0 S 0.0 0.0 0:00.53 migrati+ + 116 root 20 0 0 0 0 S 0.0 0.0 0:00.08 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+ + 121 root rt 0 0 0 0 S 0.0 0.0 0:00.63 migrati+ + 122 root 20 0 0 0 0 S 0.0 0.0 0:00.02 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+ + 127 root rt 0 0 0 0 S 0.0 0.0 0:00.54 migrati+ + 128 root 20 0 0 0 0 S 0.0 0.0 0:00.38 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+ + 133 root rt 0 0 0 0 S 0.0 0.0 0:00.62 migrati+ + 134 root 20 0 0 0 0 S 0.0 0.0 0:00.02 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+ + 139 root rt 0 0 0 0 S 0.0 0.0 0:00.52 migrati+ + 140 root 20 0 0 0 0 S 0.0 0.0 0:01.52 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+ + 145 root rt 0 0 0 0 S 0.0 0.0 0:00.62 migrati+ + 146 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ 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+ + 151 root rt 0 0 0 0 S 0.0 0.0 0:00.54 migrati+ + 152 root 20 0 0 0 0 S 0.0 0.0 0:00.13 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+ + 157 root rt 0 0 0 0 S 0.0 0.0 0:00.62 migrati+ + 158 root 20 0 0 0 0 S 0.0 0.0 0:00.03 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.01 kauditd - 168 root 20 0 0 0 0 S 0.0 0.0 0:00.08 khungta+ + 167 root 20 0 0 0 0 S 0.0 0.0 0:00.03 kauditd + 168 root 20 0 0 0 0 S 0.0 0.0 0:00.18 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:03.29 kcompac+ - 174 root 20 0 0 0 0 S 0.0 0.0 0:03.05 kcompac+ + 173 root 20 0 0 0 0 S 0.0 0.0 0:06.42 kcompac+ + 174 root 20 0 0 0 0 S 0.0 0.0 0:05.98 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.69 khugepa+ + 177 root 39 19 0 0 0 S 0.0 0.0 0:01.48 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+ @@ -17696,36 +17333,33 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 177021.6 avail Mem 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-+ 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+ + 210 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 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+ 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+ 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+ + 249 root 0 -20 0 0 0 I 0.0 0.0 0:01.01 kworker+ + 259 root 0 -20 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 280 root 0 -20 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 286 root 0 -20 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 293 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 296 root 0 -20 0 0 0 I 0.0 0.0 0:00.38 kworker+ + 299 root 0 -20 0 0 0 I 0.0 0.0 0:00.24 kworker+ + 302 root 0 -20 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 306 root 0 -20 0 0 0 I 0.0 0.0 0:00.80 kworker+ + 310 root 0 -20 0 0 0 I 0.0 0.0 0:00.17 kworker+ + 317 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+ 326 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ptp0 - 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+ + 336 root 0 -20 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 337 root 0 -20 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 338 root 0 -20 0 0 0 I 0.0 0.0 0:00.16 kworker+ + 339 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 340 root 0 -20 0 0 0 I 0.0 0.0 0:00.09 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+ @@ -17741,37 +17375,32 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 177021.6 avail Mem 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 - 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+ + 365 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 371 root 0 -20 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 373 root 0 -20 0 0 0 I 0.0 0.0 0:00.09 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+ + 406 root 20 0 0 0 0 S 0.0 0.0 0:17.57 usb-sto+ 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+ + 471 root 0 -20 0 0 0 I 0.0 0.0 0:00.09 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+ + 495 root 0 -20 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 496 root 20 0 0 0 0 S 0.0 0.0 0:04.87 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+ + 504 root 0 -20 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 505 root 0 -20 0 0 0 I 0.0 0.0 0:00.09 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+ + 547 root 20 0 84256 56892 55328 S 0.0 0.0 0:07.27 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+ @@ -17780,8 +17409,8 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 177021.6 avail Mem 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 + 600 root 20 0 37524 10984 7964 S 0.0 0.0 0:00.94 systemd+ + 602 root 20 0 77296 22300 9124 S 0.0 0.0 0:12.33 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+ @@ -17793,153 +17422,168 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 177021.6 avail Mem 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 + 617 root 20 0 0 0 0 S 0.0 0.0 0:03.64 arc_evi+ + 618 root 39 19 0 0 0 S 0.0 0.0 0:04.18 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+ + 620 root 39 19 0 0 0 S 0.0 0.0 0:03.53 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+ + 622 root 20 0 0 0 0 S 0.0 0.0 0:03.37 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+ + 970 _rpc 20 0 6568 3872 3456 S 0.0 0.0 0:00.29 rpcbind + 971 _chrony 20 0 19940 5656 4884 S 0.0 0.0 0:00.42 chronyd + 972 message+ 20 0 8472 5196 4256 S 0.0 0.0 0:14.64 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+ + 983 root 20 0 691580 8432 7056 S 0.0 0.0 0:49.62 rrdcach+ + 985 root 20 0 10076 6328 4888 S 0.0 0.0 0:00.17 smartd + 987 root 20 0 19108 9240 7888 S 0.0 0.0 0:00.90 systemd+ + 994 root 20 0 1492060 120984 26664 S 0.0 0.1 13:30.41 tailsca+ + 1000 root 20 0 2432 1508 1408 S 0.0 0.0 0:08.61 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 + 1016 root 20 0 7216 2256 1908 S 0.0 0.0 0:04.93 ksmtuned + 1018 root 20 0 5748 2108 1908 S 0.0 0.0 0:00.11 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 + 1202 root 20 0 5968 3476 2632 S 0.0 0.0 0:02.06 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 + 1305 beszel 20 0 2600996 18532 10284 S 0.0 0.0 0:45.02 beszel-+ + 1306 _lldpd 20 0 21376 6612 5444 S 0.0 0.0 0:00.16 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 + 1315 root 20 0 266308 32656 15356 S 0.0 0.0 0:39.78 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+ + 1334 root 20 0 566052 69256 54980 S 0.0 0.0 2:26.76 pmxcfs + 1353 root 20 0 11776 7804 6568 S 0.0 0.0 0:00.18 sshd + 1359 _lldpd 20 0 21504 2912 1704 S 0.0 0.0 0:08.84 lldpd + 1370 root 20 0 6864 2928 2676 S 0.0 0.0 0:00.56 cron + 1371 root 20 0 13584 6064 5108 S 0.0 0.0 0:19.03 proxmox+ + 1506 root 20 0 43984 4836 4196 S 0.0 0.0 0:00.79 master + 1508 postfix 20 0 44524 7908 7216 S 0.0 0.0 0:00.13 qmgr + 1512 polkitd 20 0 306704 8284 7116 S 0.0 0.0 0:04.74 polkitd + 1531 root 20 0 186436 112924 7428 S 0.0 0.1 12:29.70 pve-fir+ + 1546 root 20 0 195592 126864 13184 S 0.0 0.1 47:11.63 pvestatd + 1558 root 20 0 230088 153796 3528 S 0.0 0.1 0:03.78 pvedaem+ + 1628 root 20 0 214192 126336 6100 S 0.0 0.1 0:21.91 pve-ha-+ + 1630 www-data 20 0 231356 184444 32956 S 0.0 0.1 0:08.45 pveproxy + 1643 www-data 20 0 99268 69904 17836 S 0.0 0.0 0:05.02 spicepr+ + 1646 root 20 0 213200 125360 6104 S 0.0 0.1 0:32.77 pve-ha-+ + 1754 root 20 0 209876 126636 3516 S 0.0 0.1 0:20.47 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+ + 12522 root 20 0 6949692 944348 11412 S 0.0 0.5 40:22.65 kvm 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 + 275616 root 20 0 32.1g 1.4g 13888 S 0.0 0.7 37:20.78 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 + 275789 root 20 0 9978.4m 4.4g 11840 S 0.0 2.4 12,48 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+ + 275946 root 20 0 2763976 711108 11576 S 0.0 0.4 28:42.52 kvm 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+ + 315085 root 20 0 0 0 0 I 0.0 0.0 0:08.08 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 + 365000 root 20 0 0 0 0 I 0.0 0.0 0:07.16 kworker+ + 374976 root 20 0 6934380 3.0g 11928 S 0.0 1.6 7,20 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+ + 406592 root 20 0 0 0 0 I 0.0 0.0 0:06.81 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+ + 448455 root 20 0 0 0 0 I 0.0 0.0 0:06.76 kworker+ + 472258 root 20 0 0 0 0 I 0.0 0.0 0:01.43 kworker+ + 475256 root 20 0 0 0 0 I 0.0 0.0 0:07.66 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 + 493197 root 20 0 0 0 0 I 0.0 0.0 0:06.77 kworker+ 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 + 498813 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 518834 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 614616 root 20 0 0 0 0 I 0.0 0.0 0:04.51 kworker+ + 653876 root 20 0 0 0 0 I 0.0 0.0 0:04.67 kworker+ + 662930 root 20 0 0 0 0 I 0.0 0.0 0:03.15 kworker+ + 741119 root 20 0 0 0 0 I 0.0 0.0 0:03.75 kworker+ + 803470 root 20 0 0 0 0 I 0.0 0.0 0:01.27 kworker+ + 821164 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 824643 root 20 0 239276 166664 14276 S 0.0 0.1 0:10.71 pvedaem+ + 865431 root 20 0 0 0 0 I 0.0 0.0 0:03.25 kworker+ + 895315 root 20 0 0 0 0 I 0.0 0.0 0:01.06 kworker+ + 904664 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 916250 root 20 0 0 0 0 I 0.0 0.0 0:00.81 kworker+ + 918594 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 918710 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 927740 root 20 0 239184 164304 12052 S 0.0 0.1 0:08.43 pvedaem+ + 932858 root 20 0 0 0 0 I 0.0 0.0 0:05.94 kworker+ + 934098 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 939974 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 951712 root 20 0 0 0 0 I 0.0 0.0 0:01.35 kworker+ + 957582 root 20 0 0 0 0 I 0.0 0.0 0:00.60 kworker+ + 963396 root 20 0 0 0 0 I 0.0 0.0 0:00.57 kworker+ + 972314 root 20 0 0 0 0 I 0.0 0.0 0:00.55 kworker+ + 975258 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 977119 root 20 0 79620 2416 2208 S 0.0 0.0 0:02.16 pvefw-l+ + 977126 www-data 20 0 99400 56200 3992 S 0.0 0.0 0:00.51 spicepr+ + 977134 www-data 20 0 257916 187476 16520 S 0.0 0.1 0:05.03 pveprox+ + 977136 www-data 20 0 287236 219672 20548 S 0.0 0.1 0:07.20 pveprox+ + 977137 www-data 20 0 261392 189004 14460 S 0.0 0.1 0:05.44 pveprox+ + 979973 root 20 0 0 0 0 I 0.0 0.0 0:03.77 kworker+ + 983212 root 20 0 238996 166068 13996 S 0.0 0.1 0:04.02 pvedaem+ + 992983 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 993647 root 20 0 0 0 0 I 0.0 0.0 0:03.03 kworker+ +1000196 root 20 0 0 0 0 I 0.0 0.0 0:00.59 kworker+ +1001395 root 20 0 0 0 0 I 0.0 0.0 0:02.80 kworker+ +1001904 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1004864 root 20 0 0 0 0 I 0.0 0.0 0:00.33 kworker+ +1010715 root 20 0 0 0 0 I 0.0 0.0 0:00.33 kworker+ +1012486 root 20 0 0 0 0 I 0.0 0.0 0:00.46 kworker+ +1016656 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1021110 root 20 0 0 0 0 I 0.0 0.0 0:00.36 kworker+ +1022486 root 20 0 0 0 0 I 0.0 0.0 0:00.39 kworker+ +1022556 root 20 0 0 0 0 I 0.0 0.0 0:00.48 kworker+ +1028237 root 20 0 0 0 0 I 0.0 0.0 0:01.48 kworker+ +1028435 root 20 0 0 0 0 I 0.0 0.0 0:00.17 kworker+ +1030295 postfix 20 0 44472 7728 6984 S 0.0 0.0 0:00.01 pickup +1030346 root 20 0 0 0 0 I 0.0 0.0 0:01.27 kworker+ +1033332 root 20 0 0 0 0 I 0.0 0.0 0:00.27 kworker+ +1033986 root 20 0 0 0 0 I 0.0 0.0 0:01.06 kworker+ +1035950 root 20 0 0 0 0 I 0.0 0.0 0:01.12 kworker+ +1037247 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1037529 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ +1038742 root 20 0 0 0 0 I 0.0 0.0 0:01.02 kworker+ +1039150 root 20 0 0 0 0 I 0.0 0.0 0:00.90 kworker+ +1040186 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+ +1040520 root 20 0 0 0 0 I 0.0 0.0 0:00.19 kworker+ +1040769 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1043531 root 20 0 0 0 0 I 0.0 0.0 0:00.20 kworker+ +1044171 root 20 0 0 0 0 I 0.0 0.0 0:00.57 kworker+ +1045732 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ +1046039 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ +1048963 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1050996 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ +1051297 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ +1052613 root 20 0 0 0 0 I 0.0 0.0 0:00.23 kworker+ +1053493 root 20 0 239048 156344 4200 S 0.0 0.1 0:00.04 task UP+ +1053495 root 20 0 204040 152460 32796 S 0.0 0.1 0:01.77 qm +1054711 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ +1054811 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ +1055353 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ +1055667 root 20 0 0 0 0 I 0.0 0.0 0:00.16 kworker+ +1056606 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ +1057434 root 20 0 22204 12664 10200 S 0.0 0.0 0:00.26 systemd +1057436 root 20 0 24404 3836 2040 S 0.0 0.0 0:00.00 (sd-pam) +1057437 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1057445 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1057446 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon +1057486 root 20 0 19652 11616 9844 S 0.0 0.0 0:00.02 sshd-se+ +1057488 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1057494 root 20 0 19908 7388 5340 S 0.0 0.0 0:00.00 sshd-se+ +1057495 root 20 0 7324 3736 3192 S 0.0 0.0 0:00.76 bash +1058724 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1060537 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ +1061654 root 20 0 5580 2212 2100 S 0.0 0.0 0:00.00 sleep +1061736 root 20 0 7324 2336 1792 S 0.0 0.0 0:00.00 bash +1061737 root 20 0 5588 2132 2016 S 0.0 0.0 0:00.00 head --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -17949,8 +17593,8 @@ no pools available --- arcstat 1 2 $ arcstat 1 2 time read ddread ddh% dmread dmh% pread ph% size c avail -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 +05:11:30 0 0 0 0 0 0 0 5.6K 5.9G 166G +05:11:31 0 0 0 0 0 0 0 5.6K 5.9G 166G --- /proc/net/dev delta (1s) $ awk '{print $1}' /proc/net/dev @@ -18005,91 +17649,91 @@ fwln706i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - 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 + lo: 32575902 248246 0 0 0 0 0 0 32575902 248246 0 0 0 0 0 0 + nic0: 10195859367 23025797 0 7198 0 0 0 5038918 2300205006 9004798 0 0 0 0 0 0 + nic1: 9311795750 14436766 0 0 0 0 0 60275 44133888171 35500119 0 0 0 0 0 0 + nic2: 5404467918 12081550 0 0 0 0 0 147345 22118807223 17207950 0 0 0 0 0 0 + nic3: 22244988 234540 0 0 0 0 0 214974 3721557 12999 0 0 0 0 0 0 +tailscale0: 7840862610 1883847 0 0 0 0 0 0 336221875 965276 0 0 0 0 0 0 + vmbr0: 5319170627 8637629 0 0 0 0 0 4231308 486721612 1005440 0 0 0 0 0 0 + bond0: 14716263668 26518316 0 14394 0 0 0 207620 66252695394 52708069 0 0 0 0 0 0 +datanet: 14020452107 21297945 0 5 0 0 0 178827 63682053714 16998668 0 0 0 0 0 0 +tap704i0: 115724615 555258 0 0 0 0 0 0 916973629 7059926 0 1538 0 0 0 0 +fwbr704i0: 569458263 6137180 0 8292 0 0 0 4135414 0 0 0 0 0 0 0 0 +fwpr704p0: 117496997 562376 0 7118 0 0 0 0 917146456 7061636 0 0 0 0 0 0 +fwln704i0: 917146456 7061636 0 7118 0 0 0 0 117496997 562376 0 0 0 0 0 0 +tap704i1: 0 0 0 0 0 0 0 0 60 1 0 230253 0 0 0 0 +fwbr704i1: 16864052 222729 0 5 0 0 0 176886 0 0 0 0 0 0 0 0 +fwpr704p1: 1772382 7118 0 7118 0 0 0 0 21905986 231253 0 0 0 0 0 0 +fwln704i1: 21905986 231253 0 7118 0 0 0 0 1772382 7118 0 0 0 0 0 0 +tap701i0: 202501530 1005481 0 0 0 0 0 0 878252768 5695512 0 0 0 0 0 0 +fwbr701i0: 411599120 4387360 0 6259 0 0 0 2955034 0 0 0 0 0 0 0 0 +fwpr701p0: 203825463 1010798 0 5317 0 0 0 0 878258207 5695514 0 0 0 0 0 0 +fwln701i0: 878258207 5695514 0 5317 0 0 0 0 203825463 1010798 0 0 0 0 0 0 +tap701i1: 0 0 0 0 0 0 0 0 248 1 0 179392 0 0 0 0 +fwbr701i1: 12922727 174419 0 5 0 0 0 131418 0 0 0 0 0 0 0 0 +fwpr701p1: 1323933 5317 0 5317 0 0 0 0 16763260 180392 0 0 0 0 0 0 +fwln701i1: 16763260 180392 0 5317 0 0 0 0 1323933 5317 0 0 0 0 0 0 +tap702i0: 126181798 644932 0 0 0 0 0 0 774932435 5356545 0 1599 0 0 0 0 +fwbr702i0: 411588724 4387242 0 6259 0 0 0 2954958 0 0 0 0 0 0 0 0 +fwpr702p0: 127505731 650249 0 5317 0 0 0 0 775117500 5358144 0 0 0 0 0 0 +fwln702i0: 775117500 5358144 0 5317 0 0 0 0 127505731 650249 0 0 0 0 0 0 +tap703i0: 121665276 554268 0 0 0 0 0 0 750889502 5333550 0 0 0 0 0 0 +fwbr703i0: 411578547 4387124 0 6259 0 0 0 2954869 0 0 0 0 0 0 0 0 +fwpr703p0: 122989209 559585 0 5317 0 0 0 0 750894905 5333551 0 0 0 0 0 0 +fwln703i0: 750894905 5333551 0 5317 0 0 0 0 122989209 559585 0 0 0 0 0 0 +tap705i0: 951564971 3830753 0 0 0 0 0 0 2594841133 7701773 0 14921 0 0 0 0 +fwbr705i0: 360347031 3832288 0 5524 0 0 0 2582320 0 0 0 0 0 0 0 0 +fwpr705p0: 952739255 3835469 0 4716 0 0 0 0 2596503111 7716694 0 0 0 0 0 0 +fwln705i0: 2596503111 7716694 0 4716 0 0 0 0 952739255 3835469 0 0 0 0 0 0 +tap706i0: 105372521 497484 0 0 0 0 0 0 972650925 4568768 0 8468 0 0 0 0 +fwbr706i0: 348451530 3704851 0 5326 0 0 0 2496871 0 0 0 0 0 0 0 0 +fwpr706p0: 106506965 502040 0 4556 0 0 0 0 973555169 4577236 0 0 0 0 0 0 +fwln706i0: 973555169 4577236 0 4556 0 0 0 0 106506965 502040 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: 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 + lo: 32576850 248261 0 0 0 0 0 0 32576850 248261 0 0 0 0 0 0 + nic0: 10195890688 23025941 0 7198 0 0 0 5038930 2300234974 9004920 0 0 0 0 0 0 + nic1: 9311813955 14436892 0 0 0 0 0 60276 44134376399 35500521 0 0 0 0 0 0 + nic2: 5404489942 12081707 0 0 0 0 0 147346 22119002497 17208107 0 0 0 0 0 0 + nic3: 22245052 234541 0 0 0 0 0 214975 3721557 12999 0 0 0 0 0 0 +tailscale0: 7840863000 1883852 0 0 0 0 0 0 336222513 965286 0 0 0 0 0 0 + vmbr0: 5319175409 8637656 0 0 0 0 0 4231320 486723114 1005451 0 0 0 0 0 0 + bond0: 14716303897 26518599 0 14394 0 0 0 207622 66253378896 52708628 0 0 0 0 0 0 +datanet: 14020460437 21298015 0 5 0 0 0 178828 63682259794 16998740 0 0 0 0 0 0 +tap704i0: 115727140 555276 0 0 0 0 0 0 916984161 7059971 0 1538 0 0 0 0 +fwbr704i0: 569462299 6137201 0 8292 0 0 0 4135426 0 0 0 0 0 0 0 0 +fwpr704p0: 117499522 562394 0 7118 0 0 0 0 917156988 7061681 0 0 0 0 0 0 +fwln704i0: 917156988 7061681 0 7118 0 0 0 0 117499522 562394 0 0 0 0 0 0 +tap704i1: 0 0 0 0 0 0 0 0 60 1 0 230254 0 0 0 0 +fwbr704i1: 16864098 222730 0 5 0 0 0 176887 0 0 0 0 0 0 0 0 +fwpr704p1: 1772382 7118 0 7118 0 0 0 0 21906046 231254 0 0 0 0 0 0 +fwln704i1: 21906046 231254 0 7118 0 0 0 0 1772382 7118 0 0 0 0 0 0 +tap701i0: 202502074 1005484 0 0 0 0 0 0 878257628 5695536 0 0 0 0 0 0 +fwbr701i0: 411603156 4387381 0 6259 0 0 0 2955046 0 0 0 0 0 0 0 0 +fwpr701p0: 203826007 1010801 0 5317 0 0 0 0 878263067 5695538 0 0 0 0 0 0 +fwln701i0: 878263067 5695538 0 5317 0 0 0 0 203826007 1010801 0 0 0 0 0 0 +tap701i1: 0 0 0 0 0 0 0 0 248 1 0 179393 0 0 0 0 +fwbr701i1: 12922773 174420 0 5 0 0 0 131419 0 0 0 0 0 0 0 0 +fwpr701p1: 1323933 5317 0 5317 0 0 0 0 16763320 180393 0 0 0 0 0 0 +fwln701i1: 16763320 180393 0 5317 0 0 0 0 1323933 5317 0 0 0 0 0 0 +tap702i0: 126181798 644932 0 0 0 0 0 0 774936765 5356566 0 1599 0 0 0 0 +fwbr702i0: 411592760 4387263 0 6259 0 0 0 2954970 0 0 0 0 0 0 0 0 +fwpr702p0: 127505731 650249 0 5317 0 0 0 0 775121830 5358165 0 0 0 0 0 0 +fwln702i0: 775121830 5358165 0 5317 0 0 0 0 127505731 650249 0 0 0 0 0 0 +tap703i0: 121665318 554269 0 0 0 0 0 0 750893892 5333572 0 0 0 0 0 0 +fwbr703i0: 411582583 4387145 0 6259 0 0 0 2954881 0 0 0 0 0 0 0 0 +fwpr703p0: 122989251 559586 0 5317 0 0 0 0 750899295 5333573 0 0 0 0 0 0 +fwln703i0: 750899295 5333573 0 5317 0 0 0 0 122989251 559586 0 0 0 0 0 0 +tap705i0: 951586363 3830837 0 0 0 0 0 0 2594860321 7701869 0 14921 0 0 0 0 +fwbr705i0: 360351067 3832309 0 5524 0 0 0 2582332 0 0 0 0 0 0 0 0 +fwpr705p0: 952760647 3835553 0 4716 0 0 0 0 2596522299 7716790 0 0 0 0 0 0 +fwln705i0: 2596522299 7716790 0 4716 0 0 0 0 952760647 3835553 0 0 0 0 0 0 +tap706i0: 105373672 497497 0 0 0 0 0 0 972661124 4568811 0 8468 0 0 0 0 +fwbr706i0: 348455566 3704872 0 5326 0 0 0 2496883 0 0 0 0 0 0 0 0 +fwpr706p0: 106508116 502053 0 4556 0 0 0 0 973565368 4577279 0 0 0 0 0 0 +fwln706i0: 973565368 4577279 0 4556 0 0 0 0 106508116 502053 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -18173,9 +17817,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - 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 + Local time: Wed 2026-07-29 05:11:33 CDT + Universal time: Wed 2026-07-29 10:11:33 UTC + RTC time: Wed 2026-07-29 10:11:33 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -18185,26 +17829,26 @@ System clock synchronized: yes $ chronyc tracking 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 +Ref time (UTC) : Wed Jul 29 10:00:20 2026 +System time : 0.000478005 seconds fast of NTP time +Last offset : +0.000086338 seconds +RMS offset : 0.000204851 seconds +Frequency : 23.581 ppm slow +Residual freq : +0.002 ppm +Skew : 0.038 ppm +Root delay : 0.034669504 seconds +Root dispersion : 0.002392123 seconds +Update interval : 1028.9 seconds Leap status : Normal --- chronyc sources $ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== -^* 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 +^* s2-a.time.mci1.us.rozint> 2 10 377 673 -820us[ -734us] +/- 20ms +^+ time-usw7.crimpac.net 2 10 377 566 -3879us[-3879us] +/- 26ms +^+ ntp.maxhost.io 2 10 377 235 +2411us[+2411us] +/- 55ms +^+ static.245.139.78.5.clie> 3 10 377 682 +217us[ +303us] +/- 44ms --- ntpq peers $ ntpq -pn @@ -18227,39 +17871,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:52:39 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:11:34 2026 *mangle -:PREROUTING ACCEPT [17721887:21703604252] -:INPUT ACCEPT [12138688:21015208803] +:PREROUTING ACCEPT [39280243:28332069608] +:INPUT ACCEPT [25773293:26669857119] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [7780105:35211360716] -:POSTROUTING ACCEPT [7780105:35211360716] +:OUTPUT ACCEPT [19154319:64284705628] +:POSTROUTING ACCEPT [19154319:64284705628] -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 21:52:39 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:52:39 2026 +# Completed on Wed Jul 29 05:11:34 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:11:34 2026 *raw -:PREROUTING ACCEPT [17722001:21703647909] -:OUTPUT ACCEPT [7780215:35211371884] +:PREROUTING ACCEPT [39280357:28332113265] +:OUTPUT ACCEPT [19154429:64284716796] COMMIT -# Completed on Mon Jul 27 21:52:39 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:52:39 2026 +# Completed on Wed Jul 29 05:11:34 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:11:34 2026 *nat -:PREROUTING ACCEPT [5335182:637299685] -:INPUT ACCEPT [83185:22761564] -:OUTPUT ACCEPT [197582:12897258] -:POSTROUTING ACCEPT [197582:12897258] +:PREROUTING ACCEPT [12876249:1530733220] +:INPUT ACCEPT [170943:48652873] +:OUTPUT ACCEPT [402986:26297434] +:POSTROUTING ACCEPT [402986:26297434] :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 21:52:39 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:52:39 2026 +# Completed on Wed Jul 29 05:11:34 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:11:34 2026 *filter -:INPUT ACCEPT [8410869:4859370046] +:INPUT ACCEPT [21675111:10427345531] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [7780231:35211372944] +:OUTPUT ACCEPT [19154445:64284717856] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -18274,7 +17918,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 21:52:39 2026 +# Completed on Wed Jul 29 05:11:34 2026 --- ipset list (names) $ ipset list -n @@ -18425,30 +18069,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 - 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 + 275789 root 4653532 10217832 28.9 2.3 kvm + 351107 root 3260640 7323484 18.5 1.6 kvm + 374976 root 3160312 6934380 19.3 1.5 kvm + 275616 root 1429660 33677316 1.4 0.7 kvm + 12522 root 944348 6949692 1.1 0.4 kvm + 275946 root 711108 2763976 1.0 0.3 kvm + 977136 www-data 219676 287236 0.0 0.1 pveproxy worker + 977137 www-data 189008 261392 0.0 0.0 pveproxy worker + 977134 www-data 187476 257916 0.0 0.0 pveproxy worker + 1630 www-data 184444 231356 0.0 0.0 pveproxy --- top 10 CPU hogs $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 PID USER %CPU %MEM RSS COMMAND - 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 + 275789 root 28.9 2.3 4653532 kvm + 374976 root 19.3 1.5 3160312 kvm + 351107 root 18.5 1.6 3260640 kvm +1061751 root 2.7 0.0 7860 systemd-timedat + 275616 root 1.4 0.7 1429660 kvm + 1546 root 1.3 0.0 126864 pvestatd + 12522 root 1.1 0.4 944348 kvm + 275946 root 1.0 0.3 711108 kvm +1057495 root 0.5 0.0 3736 bash + 994 root 0.3 0.0 120992 tailscaled --- top file-handle holders $ for pid in $(ps -e -o pid= | head -n 200); do @@ -18462,7 +18106,7 @@ done | sort -k2 -t= -nr | head -n 15 -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 40M Jul 27 21:52 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system.journal +-rw-r-----+ 1 root systemd-journal 40M Jul 29 05:11 /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~ @@ -18709,6 +18353,6 @@ echo " (see section 20 for full smartctl/nvme output)" ############################################################################### # Collection complete: pfv-tsys7 # Output: /root/pfv-tsys7.log -# Size: 1114477 bytes / 18707 lines -# Elapsed: 135 seconds +# Size: 1120177 bytes / 18351 lines +# Elapsed: 158 seconds ############################################################################### diff --git a/returned-logs/pfv-tsys9.log b/returned-logs/pfv-tsys9.log index 6086408..80d39ee 100644 --- a/returned-logs/pfv-tsys9.log +++ b/returned-logs/pfv-tsys9.log @@ -3,7 +3,7 @@ # 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-28T02:50:35Z (UTC) +# Collected: 2026-07-29T10:09:07Z (UTC) # Kernel: 7.0.14-6-pve # Machine: x86_64 GNU/Linux # Caller: root (uid=0) @@ -314,7 +314,7 @@ vhost_iotlb 16384 1 vhost nvme_fabrics 36864 0 nvme_core 229376 1 nvme_fabrics nvme_keyring 20480 2 nvme_core,nvme_fabrics -tcp_bbr 24576 22 +tcp_bbr 24576 28 nvme_auth 28672 1 nvme_core dm_thin_pool 94208 1 dm_persistent_data 118784 1 dm_thin_pool @@ -344,11 +344,11 @@ BUG_REPORT_URL="https://bugs.debian.org/" --- uptime $ uptime - 21:50:36 up 8:01, 1 user, load average: 0.29, 0.36, 0.33 + 05:09:08 up 1 day, 15:19, 1 user, load average: 0.40, 0.29, 0.28 --- uptime raw (since boot) $ cat /proc/uptime -28863.54 324820.86 +141575.51 1609498.83 --- last reboot $ last -x reboot @@ -1247,7 +1247,7 @@ Thread(s) per core: 2 Core(s) per socket: 6 Socket(s): 1 Stepping: 3 -CPU(s) scaling MHz: 93% +CPU(s) scaling MHz: 85% CPU max MHz: 4500.0000 CPU min MHz: 800.0000 BogoMIPS: 6199.99 @@ -1292,7 +1292,7 @@ L3 12M 12M 16 Unified 3 12288 1 64 available: 1 nodes (0) node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 node 0 size: 23744 MB -node 0 free: 8136 MB +node 0 free: 7889 MB node distances: node 0 0: 10 @@ -1669,7 +1669,7 @@ done | sort | uniq -c done affected_cpus = 0 base_frequency = 3100000 -cpuinfo_avg_freq = 4199585 +cpuinfo_avg_freq = 4264761 cpuinfo_max_freq = 4500000 cpuinfo_min_freq = 800000 cpuinfo_transition_latency = 0 @@ -1677,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 = 4200009 +scaling_cur_freq = 4199893 scaling_driver = intel_pstate scaling_governor = performance scaling_max_freq = 4500000 @@ -1716,10 +1716,10 @@ default performance balance_performance balance_power power --- cpupower frequency-info $ cpupower frequency-info -analyzing CPU 4: +analyzing CPU 8: driver: intel_pstate - CPUs which run at the same hardware frequency: 4 - CPUs which need to have their frequency coordinated by software: 4 + CPUs which run at the same hardware frequency: 8 + CPUs which need to have their frequency coordinated by software: 8 maximum transition latency: Cannot determine or is not supported. hardware limits: 800 MHz - 4.50 GHz available cpufreq governors: performance powersave @@ -1734,21 +1734,21 @@ analyzing CPU 4: --- turbostat snapshot $ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 -1.001334 sec +1.001274 sec Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp -- - 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 +- - 2.25 3343 3096 8153 31 31 +0 0 1.51 3501 3096 458 29 31 +0 6 0.57 3602 3096 103 +1 1 2.69 3634 3096 647 29 +1 7 2.77 2773 3096 980 +2 2 2.82 3645 3096 704 29 +2 8 1.93 3595 3096 475 +3 3 4.74 3599 3096 1187 29 +3 9 1.73 3007 3096 683 +4 4 1.73 3454 3096 489 30 +4 10 1.87 3398 3096 795 +5 5 3.44 2770 3096 1250 31 +5 11 1.21 3445 3096 382 --- x86_energy_perf_policy -r $ x86_energy_perf_policy -r @@ -1799,10 +1799,10 @@ cpu11: HWP_CAP: low 1 eff 9 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=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 + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=2615021us + C1_ACPI : ACPI FFH MWAIT 0x0 disabled=0 latency=1us residency=9923384543us + C2_ACPI : ACPI FFH MWAIT 0x33 disabled=0 latency=151us residency=25649548686us + C3_ACPI : ACPI FFH MWAIT 0x60 disabled=0 latency=1034us residency=101925910473us --- THP enabled $ cat /sys/kernel/mm/transparent_hugepage/enabled @@ -1822,1548 +1822,917 @@ always defer defer+madvise [madvise] never --- microcode $ dmesg -[ 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 -[ 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-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=0x6c610018 MOKvar=0x7845c000 INITRD=0x666bbe18 RNG=0x780ab018 TPMEventLog=0x7809f018 -[ 0.000000] random: crng init done -[ 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.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 +[64057.087339] audit: type=1400 audit(1785242229.991:863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64342.760929] audit: type=1400 audit(1785242515.663:864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64342.763240] audit: type=1400 audit(1785242515.665:865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64342.784903] audit: type=1400 audit(1785242515.687:866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64601.772590] audit: type=1400 audit(1785242774.673:867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64601.774804] audit: type=1400 audit(1785242774.675:868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64601.793385] audit: type=1400 audit(1785242774.694:869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64863.425110] audit: type=1400 audit(1785243036.324:870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64863.427281] audit: type=1400 audit(1785243036.326:871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[64863.448368] audit: type=1400 audit(1785243036.348:872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65112.434057] audit: type=1400 audit(1785243285.332:873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65112.436359] audit: type=1400 audit(1785243285.334:874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65112.458819] audit: type=1400 audit(1785243285.357:875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65396.941276] audit: type=1400 audit(1785243569.838:876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65396.942909] audit: type=1400 audit(1785243569.839:877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65396.962678] audit: type=1400 audit(1785243569.859:878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65661.599033] audit: type=1400 audit(1785243834.494:879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65661.601240] audit: type=1400 audit(1785243834.496:880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65661.621511] audit: type=1400 audit(1785243834.516:881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65943.321272] audit: type=1400 audit(1785244116.215:882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65943.323237] audit: type=1400 audit(1785244116.217:883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[65943.345480] audit: type=1400 audit(1785244116.239:884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66216.744850] audit: type=1400 audit(1785244389.637:885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66216.746969] audit: type=1400 audit(1785244389.639:886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66216.768565] audit: type=1400 audit(1785244389.660:887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66510.937025] audit: type=1400 audit(1785244683.827:888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66510.940540] audit: type=1400 audit(1785244683.831:889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66510.962203] audit: type=1400 audit(1785244683.852:890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66782.576986] audit: type=1400 audit(1785244955.466:891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66782.578831] audit: type=1400 audit(1785244955.468:892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[66782.599018] audit: type=1400 audit(1785244955.488:893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67044.869706] audit: type=1400 audit(1785245217.757:894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67044.871757] audit: type=1400 audit(1785245217.759:895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67044.891735] audit: type=1400 audit(1785245217.779:896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67315.008929] audit: type=1400 audit(1785245487.895:897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67315.010978] audit: type=1400 audit(1785245487.897:898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67315.032177] audit: type=1400 audit(1785245487.918:899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67578.392986] audit: type=1400 audit(1785245751.278:900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67578.395019] audit: type=1400 audit(1785245751.280:901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67578.415812] audit: type=1400 audit(1785245751.301:902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67873.314458] audit: type=1400 audit(1785246046.197:903): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67873.316785] audit: type=1400 audit(1785246046.199:904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[67873.337425] audit: type=1400 audit(1785246046.220:905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68110.694661] audit: type=1400 audit(1785246283.576:906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68110.696682] audit: type=1400 audit(1785246283.578:907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68110.717655] audit: type=1400 audit(1785246283.599:908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68398.543686] audit: type=1400 audit(1785246571.424:909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68398.545827] audit: type=1400 audit(1785246571.426:910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68398.567423] audit: type=1400 audit(1785246571.447:911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68653.529112] audit: type=1400 audit(1785246826.408:912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68653.531259] audit: type=1400 audit(1785246826.410:913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68653.549571] audit: type=1400 audit(1785246826.428:914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68938.653559] audit: type=1400 audit(1785247111.530:915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68938.655393] audit: type=1400 audit(1785247111.532:916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[68938.676689] audit: type=1400 audit(1785247111.554:917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69193.020957] audit: type=1400 audit(1785247365.896:918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69193.023157] audit: type=1400 audit(1785247365.899:919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69193.044326] audit: type=1400 audit(1785247365.920:920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69476.375563] audit: type=1400 audit(1785247649.250:921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69476.377058] audit: type=1400 audit(1785247649.251:922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69476.397708] audit: type=1400 audit(1785247649.272:923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69757.383839] audit: type=1400 audit(1785247930.256:924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69757.386269] audit: type=1400 audit(1785247930.259:925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[69757.407603] audit: type=1400 audit(1785247930.280:926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70016.791782] audit: type=1400 audit(1785248189.663:927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70016.794035] audit: type=1400 audit(1785248189.665:928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70016.815363] audit: type=1400 audit(1785248189.686:929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70313.076208] audit: type=1400 audit(1785248485.947:930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70313.078338] audit: type=1400 audit(1785248485.949:931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70313.100571] audit: type=1400 audit(1785248485.970:932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70604.596314] audit: type=1400 audit(1785248777.464:933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70604.598434] audit: type=1400 audit(1785248777.466:934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70604.619966] audit: type=1400 audit(1785248777.488:935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70864.391827] audit: type=1400 audit(1785249037.258:936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70864.394042] audit: type=1400 audit(1785249037.261:937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[70864.414860] audit: type=1400 audit(1785249037.281:938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71142.495759] audit: type=1400 audit(1785249315.361:939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71142.497889] audit: type=1400 audit(1785249315.363:940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71142.518930] audit: type=1400 audit(1785249315.384:941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71383.159070] audit: type=1400 audit(1785249556.023:942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71383.161203] audit: type=1400 audit(1785249556.025:943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71383.183405] audit: type=1400 audit(1785249556.047:944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71679.962555] audit: type=1400 audit(1785249852.825:945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71679.964658] audit: type=1400 audit(1785249852.827:946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71679.985955] audit: type=1400 audit(1785249852.848:947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71957.516042] audit: type=1400 audit(1785250130.377:948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71957.518163] audit: type=1400 audit(1785250130.379:949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[71957.539108] audit: type=1400 audit(1785250130.400:950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72256.765831] audit: type=1400 audit(1785250429.625:951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72256.767475] audit: type=1400 audit(1785250429.626:952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72256.789696] audit: type=1400 audit(1785250429.649:953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72496.960840] audit: type=1400 audit(1785250669.818:954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72496.962930] audit: type=1400 audit(1785250669.821:955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72496.983751] audit: type=1400 audit(1785250669.841:956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72761.166292] audit: type=1400 audit(1785250934.022:957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72761.168511] audit: type=1400 audit(1785250934.025:958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[72761.190568] audit: type=1400 audit(1785250934.047:959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73011.927868] audit: type=1400 audit(1785251184.783:960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73011.929969] audit: type=1400 audit(1785251184.785:961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73011.951689] audit: type=1400 audit(1785251184.806:962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73238.934544] audit: type=1400 audit(1785251411.788:963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73238.936794] audit: type=1400 audit(1785251411.790:964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73238.957416] audit: type=1400 audit(1785251411.811:965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73489.724280] audit: type=1400 audit(1785251662.576:966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73489.726406] audit: type=1400 audit(1785251662.579:967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73489.746458] audit: type=1400 audit(1785251662.599:968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73728.158355] audit: type=1400 audit(1785251901.009:969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73728.160450] audit: type=1400 audit(1785251901.011:970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73728.181745] audit: type=1400 audit(1785251901.033:971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73965.340051] audit: type=1400 audit(1785252138.190:972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73965.342238] audit: type=1400 audit(1785252138.192:973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[73965.364432] audit: type=1400 audit(1785252138.214:974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74260.908023] audit: type=1400 audit(1785252433.756:975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74260.910289] audit: type=1400 audit(1785252433.758:976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74260.931180] audit: type=1400 audit(1785252433.779:977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74513.523641] audit: type=1400 audit(1785252686.370:978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74513.526107] audit: type=1400 audit(1785252686.373:979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74513.547229] audit: type=1400 audit(1785252686.394:980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74760.383278] audit: type=1400 audit(1785252933.229:981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74760.385100] audit: type=1400 audit(1785252933.230:982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[74760.406967] audit: type=1400 audit(1785252933.252:983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75059.066164] audit: type=1400 audit(1785253231.910:984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75059.068202] audit: type=1400 audit(1785253231.912:985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75059.088890] audit: type=1400 audit(1785253231.933:986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75335.909967] audit: type=1400 audit(1785253508.752:987): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75335.912063] audit: type=1400 audit(1785253508.754:988): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75335.932882] audit: type=1400 audit(1785253508.775:989): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75585.190442] audit: type=1400 audit(1785253758.031:990): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75585.192578] audit: type=1400 audit(1785253758.033:991): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75585.213937] audit: type=1400 audit(1785253758.055:992): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75833.845668] audit: type=1400 audit(1785254006.685:993): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75833.847167] audit: type=1400 audit(1785254006.687:994): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[75833.866955] audit: type=1400 audit(1785254006.706:995): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76109.055750] audit: type=1400 audit(1785254281.894:996): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76109.057395] audit: type=1400 audit(1785254281.895:997): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76109.079276] audit: type=1400 audit(1785254281.917:998): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76380.550849] audit: type=1400 audit(1785254553.388:999): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76380.553036] audit: type=1400 audit(1785254553.390:1000): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76380.573984] audit: type=1400 audit(1785254553.411:1001): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76609.927487] audit: type=1400 audit(1785254782.763:1002): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76609.929145] audit: type=1400 audit(1785254782.764:1003): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76609.949595] audit: type=1400 audit(1785254782.785:1004): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76838.791165] audit: type=1400 audit(1785255011.625:1005): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76838.793195] audit: type=1400 audit(1785255011.627:1006): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[76838.814342] audit: type=1400 audit(1785255011.648:1007): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77115.512238] audit: type=1400 audit(1785255288.346:1008): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77115.514299] audit: type=1400 audit(1785255288.348:1009): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77115.534717] audit: type=1400 audit(1785255288.368:1010): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77395.907841] audit: type=1400 audit(1785255568.739:1011): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77395.911337] audit: type=1400 audit(1785255568.742:1012): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77395.930382] audit: type=1400 audit(1785255568.761:1013): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77625.272631] audit: type=1400 audit(1785255798.102:1014): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77625.274102] audit: type=1400 audit(1785255798.104:1015): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77625.295399] audit: type=1400 audit(1785255798.125:1016): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77881.686265] audit: type=1400 audit(1785256054.514:1017): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77881.688597] audit: type=1400 audit(1785256054.517:1018): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[77881.709176] audit: type=1400 audit(1785256054.537:1019): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78175.465716] audit: type=1400 audit(1785256348.292:1020): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78175.468042] audit: type=1400 audit(1785256348.295:1021): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78175.489552] audit: type=1400 audit(1785256348.316:1022): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78415.480154] audit: type=1400 audit(1785256588.305:1023): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78415.482485] audit: type=1400 audit(1785256588.308:1024): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78415.503238] audit: type=1400 audit(1785256588.328:1025): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78706.008161] audit: type=1400 audit(1785256878.832:1026): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78706.010376] audit: type=1400 audit(1785256878.834:1027): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[78706.032562] audit: type=1400 audit(1785256878.856:1028): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79005.379457] audit: type=1400 audit(1785257178.201:1029): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79005.381649] audit: type=1400 audit(1785257178.204:1030): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79005.402746] audit: type=1400 audit(1785257178.225:1031): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79282.470185] audit: type=1400 audit(1785257455.291:1032): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79282.472364] audit: type=1400 audit(1785257455.294:1033): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79282.491449] audit: type=1400 audit(1785257455.312:1034): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79540.934610] audit: type=1400 audit(1785257713.754:1035): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79540.936684] audit: type=1400 audit(1785257713.756:1036): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79540.957464] audit: type=1400 audit(1785257713.776:1037): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79774.172051] audit: type=1400 audit(1785257946.990:1038): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79774.174031] audit: type=1400 audit(1785257946.992:1039): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[79774.195342] audit: type=1400 audit(1785257947.013:1040): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80025.774318] audit: type=1400 audit(1785258198.591:1041): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80025.776433] audit: type=1400 audit(1785258198.593:1042): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80025.798586] audit: type=1400 audit(1785258198.615:1043): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80267.628950] audit: type=1400 audit(1785258440.444:1044): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80267.631371] audit: type=1400 audit(1785258440.446:1045): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80267.653017] audit: type=1400 audit(1785258440.468:1046): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80521.881061] audit: type=1400 audit(1785258694.695:1047): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80521.883194] audit: type=1400 audit(1785258694.697:1048): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80521.905584] audit: type=1400 audit(1785258694.719:1049): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80775.120826] audit: type=1400 audit(1785258947.933:1050): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80775.122909] audit: type=1400 audit(1785258947.935:1051): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[80775.144364] audit: type=1400 audit(1785258947.956:1052): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81038.702059] audit: type=1400 audit(1785259211.513:1053): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81038.703955] audit: type=1400 audit(1785259211.515:1054): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81038.725279] audit: type=1400 audit(1785259211.536:1055): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81300.655607] audit: type=1400 audit(1785259473.465:1056): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81300.657883] audit: type=1400 audit(1785259473.467:1057): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81300.679614] audit: type=1400 audit(1785259473.489:1058): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81562.872086] audit: type=1400 audit(1785259735.680:1059): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81562.874126] audit: type=1400 audit(1785259735.682:1060): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81562.895231] audit: type=1400 audit(1785259735.703:1061): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81829.298575] audit: type=1400 audit(1785260002.105:1062): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81829.300669] audit: type=1400 audit(1785260002.107:1063): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[81829.321604] audit: type=1400 audit(1785260002.128:1064): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82124.920965] audit: type=1400 audit(1785260297.726:1065): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82124.923009] audit: type=1400 audit(1785260297.728:1066): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82124.942310] audit: type=1400 audit(1785260297.747:1067): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82393.069496] audit: type=1400 audit(1785260565.873:1068): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82393.071574] audit: type=1400 audit(1785260565.875:1069): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82393.093035] audit: type=1400 audit(1785260565.896:1070): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82626.195758] audit: type=1400 audit(1785260798.998:1071): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82626.197832] audit: type=1400 audit(1785260799.000:1072): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82626.219127] audit: type=1400 audit(1785260799.021:1073): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82857.303370] audit: type=1400 audit(1785261030.104:1074): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82857.305610] audit: type=1400 audit(1785261030.106:1075): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[82857.324445] audit: type=1400 audit(1785261030.125:1076): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83087.963892] audit: type=1400 audit(1785261260.763:1077): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83087.965961] audit: type=1400 audit(1785261260.765:1078): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83087.987464] audit: type=1400 audit(1785261260.787:1079): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83369.024133] audit: type=1400 audit(1785261541.822:1080): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83369.025814] audit: type=1400 audit(1785261541.823:1081): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83369.047530] audit: type=1400 audit(1785261541.845:1082): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83667.497642] audit: type=1400 audit(1785261840.294:1083): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83667.499347] audit: type=1400 audit(1785261840.295:1084): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83667.521995] audit: type=1400 audit(1785261840.318:1085): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83940.211464] audit: type=1400 audit(1785262113.007:1086): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83940.213320] audit: type=1400 audit(1785262113.009:1087): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[83940.234151] audit: type=1400 audit(1785262113.029:1088): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84236.933811] audit: type=1400 audit(1785262409.727:1089): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84236.935952] audit: type=1400 audit(1785262409.729:1090): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84236.957549] audit: type=1400 audit(1785262409.750:1091): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84491.764278] audit: type=1400 audit(1785262664.556:1092): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84491.766081] audit: type=1400 audit(1785262664.557:1093): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84491.786672] audit: type=1400 audit(1785262664.578:1094): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84789.160881] audit: type=1400 audit(1785262961.950:1095): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84789.163088] audit: type=1400 audit(1785262961.953:1096): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[84789.184648] audit: type=1400 audit(1785262961.974:1097): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85059.814712] audit: type=1400 audit(1785263232.603:1098): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85059.816608] audit: type=1400 audit(1785263232.605:1099): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85059.837156] audit: type=1400 audit(1785263232.625:1100): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85305.885718] audit: type=1400 audit(1785263478.672:1101): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85305.887650] audit: type=1400 audit(1785263478.674:1102): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85305.908513] audit: type=1400 audit(1785263478.695:1103): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85564.390707] audit: type=1400 audit(1785263737.176:1104): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85564.392933] audit: type=1400 audit(1785263737.178:1105): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85564.413022] audit: type=1400 audit(1785263737.198:1106): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85840.558605] audit: type=1400 audit(1785264013.342:1107): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85840.560610] audit: type=1400 audit(1785264013.344:1108): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85840.579863] audit: type=1400 audit(1785264013.363:1109): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86140.043230] audit: type=1400 audit(1785264312.825:1110): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86140.045154] audit: type=1400 audit(1785264312.827:1111): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86140.064885] audit: type=1400 audit(1785264312.846:1112): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86437.505519] audit: type=1400 audit(1785264610.285:1113): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86437.507838] audit: type=1400 audit(1785264610.287:1114): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86437.528400] audit: type=1400 audit(1785264610.308:1115): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86668.359845] audit: type=1400 audit(1785264841.138:1116): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86668.361677] audit: type=1400 audit(1785264841.140:1117): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86668.380564] audit: type=1400 audit(1785264841.159:1118): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86963.593430] audit: type=1400 audit(1785265136.370:1119): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86963.595404] audit: type=1400 audit(1785265136.372:1120): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86963.614461] audit: type=1400 audit(1785265136.391:1121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87219.130692] audit: type=1400 audit(1785265391.905:1122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87219.132825] audit: type=1400 audit(1785265391.907:1123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87219.153568] audit: type=1400 audit(1785265391.928:1124): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87494.870987] audit: type=1400 audit(1785265667.644:1125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87494.873088] audit: type=1400 audit(1785265667.646:1126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87494.893661] audit: type=1400 audit(1785265667.666:1127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87746.340442] audit: type=1400 audit(1785265919.112:1128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87746.342520] audit: type=1400 audit(1785265919.114:1129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87746.363666] audit: type=1400 audit(1785265919.135:1130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87993.372022] audit: type=1400 audit(1785266166.142:1131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87993.374059] audit: type=1400 audit(1785266166.144:1132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87993.396475] audit: type=1400 audit(1785266166.166:1133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88294.986636] audit: type=1400 audit(1785266467.754:1134): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88294.988754] audit: type=1400 audit(1785266467.756:1135): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88295.009216] audit: type=1400 audit(1785266467.777:1136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88578.386497] audit: type=1400 audit(1785266751.152:1137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88578.388811] audit: type=1400 audit(1785266751.155:1138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88578.409239] audit: type=1400 audit(1785266751.175:1139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88868.575197] audit: type=1400 audit(1785267041.339:1140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88868.576982] audit: type=1400 audit(1785267041.341:1141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88868.599401] audit: type=1400 audit(1785267041.363:1142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89153.823280] audit: type=1400 audit(1785267326.586:1143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89153.825397] audit: type=1400 audit(1785267326.588:1144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89153.844641] audit: type=1400 audit(1785267326.607:1145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89380.288304] audit: type=1400 audit(1785267553.049:1146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89380.296834] audit: type=1400 audit(1785267553.058:1147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89380.318246] audit: type=1400 audit(1785267553.079:1148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89631.147452] audit: type=1400 audit(1785267803.907:1149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89631.149298] audit: type=1400 audit(1785267803.909:1150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89631.170895] audit: type=1400 audit(1785267803.930:1151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89923.403892] audit: type=1400 audit(1785268096.161:1152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89923.405974] audit: type=1400 audit(1785268096.163:1153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89923.427166] audit: type=1400 audit(1785268096.185:1154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90221.928447] audit: type=1400 audit(1785268394.684:1155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90221.930694] audit: type=1400 audit(1785268394.686:1156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90221.952105] audit: type=1400 audit(1785268394.708:1157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90478.276997] audit: type=1400 audit(1785268651.031:1158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90478.279052] audit: type=1400 audit(1785268651.033:1159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90478.300332] audit: type=1400 audit(1785268651.054:1160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90750.622973] audit: type=1400 audit(1785268923.375:1161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90750.625039] audit: type=1400 audit(1785268923.377:1162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90750.644456] audit: type=1400 audit(1785268923.396:1163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91008.785096] audit: type=1400 audit(1785269181.535:1164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91008.786941] audit: type=1400 audit(1785269181.537:1165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91008.808583] audit: type=1400 audit(1785269181.558:1166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91258.349672] audit: type=1400 audit(1785269431.097:1167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91258.352020] audit: type=1400 audit(1785269431.100:1168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91258.372424] audit: type=1400 audit(1785269431.120:1169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91519.937025] audit: type=1400 audit(1785269692.683:1170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91519.939071] audit: type=1400 audit(1785269692.685:1171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91519.959082] audit: type=1400 audit(1785269692.705:1172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91776.530271] audit: type=1400 audit(1785269949.274:1173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91776.532612] audit: type=1400 audit(1785269949.276:1174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91776.553873] audit: type=1400 audit(1785269949.297:1175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92014.788282] audit: type=1400 audit(1785270187.530:1176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92014.790515] audit: type=1400 audit(1785270187.532:1177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92014.811567] audit: type=1400 audit(1785270187.553:1178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92274.039992] audit: type=1400 audit(1785270446.780:1179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92274.042070] audit: type=1400 audit(1785270446.782:1180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92274.063191] audit: type=1400 audit(1785270446.803:1181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92574.449433] audit: type=1400 audit(1785270747.187:1182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92574.451610] audit: type=1400 audit(1785270747.189:1183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92574.472634] audit: type=1400 audit(1785270747.210:1184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92822.244438] audit: type=1400 audit(1785270994.981:1185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92822.246272] audit: type=1400 audit(1785270994.983:1186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92822.266641] audit: type=1400 audit(1785270995.003:1187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93101.366500] audit: type=1400 audit(1785271274.100:1188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93101.368676] audit: type=1400 audit(1785271274.102:1189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93101.390732] audit: type=1400 audit(1785271274.124:1190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93339.883217] audit: type=1400 audit(1785271512.615:1191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93339.885317] audit: type=1400 audit(1785271512.617:1192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93339.906217] audit: type=1400 audit(1785271512.638:1193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93597.694266] audit: type=1400 audit(1785271770.425:1194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93597.696412] audit: type=1400 audit(1785271770.427:1195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93597.716686] audit: type=1400 audit(1785271770.447:1196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93831.289273] audit: type=1400 audit(1785272004.017:1197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93831.291486] audit: type=1400 audit(1785272004.019:1198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93831.312802] audit: type=1400 audit(1785272004.040:1199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94070.242989] audit: type=1400 audit(1785272242.969:1200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94070.245185] audit: type=1400 audit(1785272242.971:1201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94070.264489] audit: type=1400 audit(1785272242.990:1202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94314.994499] audit: type=1400 audit(1785272487.719:1203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94314.996249] audit: type=1400 audit(1785272487.720:1204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94315.017540] audit: type=1400 audit(1785272487.742:1205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94590.326798] audit: type=1400 audit(1785272763.049:1206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94590.328402] audit: type=1400 audit(1785272763.050:1207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94590.349447] audit: type=1400 audit(1785272763.071:1208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94829.161334] audit: type=1400 audit(1785273001.882:1209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94829.162813] audit: type=1400 audit(1785273001.883:1210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94829.185203] audit: type=1400 audit(1785273001.905:1211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95100.582401] audit: type=1400 audit(1785273273.301:1212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95100.584537] audit: type=1400 audit(1785273273.303:1213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95100.603306] audit: type=1400 audit(1785273273.322:1214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95373.242411] audit: type=1400 audit(1785273545.959:1215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95373.244427] audit: type=1400 audit(1785273545.961:1216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95373.266707] audit: type=1400 audit(1785273545.983:1217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95629.512110] audit: type=1400 audit(1785273802.227:1218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95629.513958] audit: type=1400 audit(1785273802.228:1219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95629.535839] audit: type=1400 audit(1785273802.250:1220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95870.295020] audit: type=1400 audit(1785274043.008:1221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95870.297249] audit: type=1400 audit(1785274043.010:1222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95870.315774] audit: type=1400 audit(1785274043.028:1223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96126.755676] audit: type=1400 audit(1785274299.467:1224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96126.757785] audit: type=1400 audit(1785274299.469:1225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96126.778777] audit: type=1400 audit(1785274299.490:1226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96388.687299] audit: type=1400 audit(1785274561.396:1227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96388.689147] audit: type=1400 audit(1785274561.398:1228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96388.710001] audit: type=1400 audit(1785274561.419:1229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96637.470281] audit: type=1400 audit(1785274810.177:1230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96637.472284] audit: type=1400 audit(1785274810.179:1231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96637.493873] audit: type=1400 audit(1785274810.201:1232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96882.997316] audit: type=1400 audit(1785275055.704:1233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96882.999533] audit: type=1400 audit(1785275055.706:1234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96883.020725] audit: type=1400 audit(1785275055.726:1235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97175.516973] audit: type=1400 audit(1785275348.221:1236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97175.518915] audit: type=1400 audit(1785275348.223:1237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97175.539635] audit: type=1400 audit(1785275348.244:1238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97435.555179] audit: type=1400 audit(1785275608.257:1239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97435.557323] audit: type=1400 audit(1785275608.259:1240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97435.578319] audit: type=1400 audit(1785275608.280:1241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97713.801386] audit: type=1400 audit(1785275886.501:1242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97713.803572] audit: type=1400 audit(1785275886.503:1243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97713.826283] audit: type=1400 audit(1785275886.526:1244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97942.667537] audit: type=1400 audit(1785276115.365:1245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97942.669604] audit: type=1400 audit(1785276115.367:1246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97942.691004] audit: type=1400 audit(1785276115.389:1247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98218.780621] audit: type=1400 audit(1785276391.476:1248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98218.782715] audit: type=1400 audit(1785276391.479:1249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98218.804771] audit: type=1400 audit(1785276391.501:1250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98455.040601] audit: type=1400 audit(1785276627.735:1251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98455.042463] audit: type=1400 audit(1785276627.737:1252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98455.063596] audit: type=1400 audit(1785276627.758:1253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98728.864087] audit: type=1400 audit(1785276901.556:1254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98728.866225] audit: type=1400 audit(1785276901.558:1255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98728.888170] audit: type=1400 audit(1785276901.580:1256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99020.600512] audit: type=1400 audit(1785277193.291:1257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99020.602684] audit: type=1400 audit(1785277193.293:1258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99020.623895] audit: type=1400 audit(1785277193.314:1259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99305.028618] audit: type=1400 audit(1785277477.717:1260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99305.030742] audit: type=1400 audit(1785277477.719:1261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99305.051482] audit: type=1400 audit(1785277477.740:1262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99577.738574] audit: type=1400 audit(1785277750.425:1263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99577.740759] audit: type=1400 audit(1785277750.427:1264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99577.762587] audit: type=1400 audit(1785277750.449:1265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99879.174602] audit: type=1400 audit(1785278051.859:1266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99879.176742] audit: type=1400 audit(1785278051.861:1267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99879.198684] audit: type=1400 audit(1785278051.883:1268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100178.449678] audit: type=1400 audit(1785278351.132:1269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100178.451395] audit: type=1400 audit(1785278351.133:1270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100178.472688] audit: type=1400 audit(1785278351.155:1271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100416.054645] audit: type=1400 audit(1785278588.735:1272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100416.056998] audit: type=1400 audit(1785278588.737:1273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100416.078293] audit: type=1400 audit(1785278588.759:1274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100661.381117] audit: type=1400 audit(1785278834.060:1275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100661.383196] audit: type=1400 audit(1785278834.062:1276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100661.404023] audit: type=1400 audit(1785278834.082:1277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100919.308076] audit: type=1400 audit(1785279091.985:1278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100919.310497] audit: type=1400 audit(1785279091.987:1279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100919.330983] audit: type=1400 audit(1785279092.008:1280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101206.071006] audit: type=1400 audit(1785279378.746:1281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101206.073138] audit: type=1400 audit(1785279378.748:1282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101206.093880] audit: type=1400 audit(1785279378.768:1283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101507.172175] audit: type=1400 audit(1785279679.845:1284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101507.173902] audit: type=1400 audit(1785279679.846:1285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101507.194428] audit: type=1400 audit(1785279679.867:1286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101737.923959] audit: type=1400 audit(1785279910.595:1287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101737.926093] audit: type=1400 audit(1785279910.597:1288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101737.944310] audit: type=1400 audit(1785279910.615:1289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102030.862981] audit: type=1400 audit(1785280203.532:1290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102030.864619] audit: type=1400 audit(1785280203.533:1291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102030.888555] audit: type=1400 audit(1785280203.557:1292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102316.091340] audit: type=1400 audit(1785280488.758:1293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102316.093547] audit: type=1400 audit(1785280488.760:1294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102316.115493] audit: type=1400 audit(1785280488.782:1295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102579.941833] audit: type=1400 audit(1785280752.607:1296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102579.943909] audit: type=1400 audit(1785280752.609:1297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102579.963360] audit: type=1400 audit(1785280752.628:1298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102832.247776] audit: type=1400 audit(1785281004.911:1299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102832.249759] audit: type=1400 audit(1785281004.913:1300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102832.270788] audit: type=1400 audit(1785281004.934:1301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103132.862113] audit: type=1400 audit(1785281305.523:1302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103132.864184] audit: type=1400 audit(1785281305.525:1303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103132.886507] audit: type=1400 audit(1785281305.547:1304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103403.367881] audit: type=1400 audit(1785281576.027:1305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103403.369997] audit: type=1400 audit(1785281576.029:1306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103403.391362] audit: type=1400 audit(1785281576.050:1307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103658.148805] audit: type=1400 audit(1785281830.806:1308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103658.150393] audit: type=1400 audit(1785281830.807:1309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103658.172692] audit: type=1400 audit(1785281830.830:1310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103955.336189] audit: type=1400 audit(1785282127.991:1311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103955.338108] audit: type=1400 audit(1785282127.993:1312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103955.360047] audit: type=1400 audit(1785282128.015:1313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104208.162908] audit: type=1400 audit(1785282380.816:1314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104208.164949] audit: type=1400 audit(1785282380.818:1315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104208.186191] audit: type=1400 audit(1785282380.839:1316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104449.987463] audit: type=1400 audit(1785282622.639:1317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104449.989504] audit: type=1400 audit(1785282622.641:1318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104450.009922] audit: type=1400 audit(1785282622.661:1319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104686.473102] audit: type=1400 audit(1785282859.123:1320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104686.475127] audit: type=1400 audit(1785282859.125:1321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104686.496804] audit: type=1400 audit(1785282859.147:1322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104962.100531] audit: type=1400 audit(1785283134.748:1323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104962.102562] audit: type=1400 audit(1785283134.750:1324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104962.123432] audit: type=1400 audit(1785283134.771:1325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105251.089170] audit: type=1400 audit(1785283423.735:1326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105251.091220] audit: type=1400 audit(1785283423.737:1327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105251.111089] audit: type=1400 audit(1785283423.757:1328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105503.838889] audit: type=1400 audit(1785283676.483:1329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105503.840960] audit: type=1400 audit(1785283676.485:1330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105503.862492] audit: type=1400 audit(1785283676.506:1331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105735.183941] audit: type=1400 audit(1785283907.826:1332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105735.186149] audit: type=1400 audit(1785283907.828:1333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105735.205019] audit: type=1400 audit(1785283907.847:1334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105994.294395] audit: type=1400 audit(1785284166.935:1335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105994.296531] audit: type=1400 audit(1785284166.937:1336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105994.318285] audit: type=1400 audit(1785284166.958:1337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106245.863344] audit: type=1400 audit(1785284418.503:1338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106245.865397] audit: type=1400 audit(1785284418.505:1339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106245.887280] audit: type=1400 audit(1785284418.527:1340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106486.896993] audit: type=1400 audit(1785284659.534:1341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106486.899104] audit: type=1400 audit(1785284659.536:1342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106486.920656] audit: type=1400 audit(1785284659.557:1343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106718.204708] audit: type=1400 audit(1785284890.840:1344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106718.206269] audit: type=1400 audit(1785284890.841:1345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106718.227696] audit: type=1400 audit(1785284890.863:1346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106953.163262] audit: type=1400 audit(1785285125.797:1347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106953.165362] audit: type=1400 audit(1785285125.799:1348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106953.188089] audit: type=1400 audit(1785285125.821:1349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107231.537217] audit: type=1400 audit(1785285404.168:1350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107231.539408] audit: type=1400 audit(1785285404.171:1351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107231.559676] audit: type=1400 audit(1785285404.191:1352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107486.871649] audit: type=1400 audit(1785285659.501:1353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107486.873796] audit: type=1400 audit(1785285659.503:1354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107486.894705] audit: type=1400 audit(1785285659.524:1355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107715.334673] audit: type=1400 audit(1785285887.963:1356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107715.336798] audit: type=1400 audit(1785285887.965:1357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107715.356861] audit: type=1400 audit(1785285887.985:1358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107946.990638] audit: type=1400 audit(1785286119.617:1359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107946.992646] audit: type=1400 audit(1785286119.619:1360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107947.014616] audit: type=1400 audit(1785286119.641:1361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108178.478016] audit: type=1400 audit(1785286351.103:1362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108178.479935] audit: type=1400 audit(1785286351.105:1363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108178.500990] audit: type=1400 audit(1785286351.126:1364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108427.176997] audit: type=1400 audit(1785286599.800:1365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108427.186595] audit: type=1400 audit(1785286599.809:1366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108427.208380] audit: type=1400 audit(1785286599.831:1367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108658.451424] audit: type=1400 audit(1785286831.073:1368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108658.453410] audit: type=1400 audit(1785286831.075:1369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108658.479587] audit: type=1400 audit(1785286831.101:1370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108938.902469] audit: type=1400 audit(1785287111.522:1371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108938.904158] audit: type=1400 audit(1785287111.523:1372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108938.926145] audit: type=1400 audit(1785287111.545:1373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109229.220530] audit: type=1400 audit(1785287401.838:1374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109229.221946] audit: type=1400 audit(1785287401.839:1375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109229.244421] audit: type=1400 audit(1785287401.861:1376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109493.706406] audit: type=1400 audit(1785287666.322:1377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109493.708499] audit: type=1400 audit(1785287666.324:1378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109493.729160] audit: type=1400 audit(1785287666.344:1379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109723.180072] audit: type=1400 audit(1785287895.794:1380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109723.182199] audit: type=1400 audit(1785287895.796:1381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109723.202501] audit: type=1400 audit(1785287895.816:1382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109997.256031] audit: type=1400 audit(1785288169.868:1383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109997.257763] audit: type=1400 audit(1785288169.869:1384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109997.276552] audit: type=1400 audit(1785288169.888:1385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110043.754704] tap902i0: left allmulticast mode +[110043.754724] fwbr902i0: port 2(tap902i0) entered disabled state +[110043.756669] fwbr902i0: port 1(fwln902i0) entered disabled state +[110043.756806] vmbr0: port 3(fwpr902p0) entered disabled state +[110043.756961] fwln902i0 (unregistering): left allmulticast mode +[110043.756964] fwln902i0 (unregistering): left promiscuous mode +[110043.756966] fwbr902i0: port 1(fwln902i0) entered disabled state +[110043.757127] fwpr902p0 (unregistering): left allmulticast mode +[110043.757129] fwpr902p0 (unregistering): left promiscuous mode +[110043.757130] vmbr0: port 3(fwpr902p0) entered disabled state +[110045.567410] tap902i0: entered promiscuous mode +[110045.612021] vmbr0: port 3(fwpr902p0) entered blocking state +[110045.612025] vmbr0: port 3(fwpr902p0) entered disabled state +[110045.612035] fwpr902p0: entered allmulticast mode +[110045.612068] fwpr902p0: entered promiscuous mode +[110045.612109] vmbr0: port 3(fwpr902p0) entered blocking state +[110045.612111] vmbr0: port 3(fwpr902p0) entered forwarding state +[110045.618400] fwbr902i0: port 1(fwln902i0) entered blocking state +[110045.618403] fwbr902i0: port 1(fwln902i0) entered disabled state +[110045.618411] fwln902i0: entered allmulticast mode +[110045.618441] fwln902i0: entered promiscuous mode +[110045.618457] fwbr902i0: port 1(fwln902i0) entered blocking state +[110045.618458] fwbr902i0: port 1(fwln902i0) entered forwarding state +[110045.624725] fwbr902i0: port 2(tap902i0) entered blocking state +[110045.624728] fwbr902i0: port 2(tap902i0) entered disabled state +[110045.624732] tap902i0: entered allmulticast mode +[110045.624770] fwbr902i0: port 2(tap902i0) entered blocking state +[110045.624772] fwbr902i0: port 2(tap902i0) entered forwarding state +[110225.624809] audit: type=1400 audit(1785288398.235:1386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110225.627093] audit: type=1400 audit(1785288398.237:1387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110225.648577] audit: type=1400 audit(1785288398.258:1388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110518.032815] audit: type=1400 audit(1785288690.641:1389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110518.036232] audit: type=1400 audit(1785288690.644:1390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110518.056880] audit: type=1400 audit(1785288690.665:1391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110811.145147] audit: type=1400 audit(1785288983.751:1392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110811.148265] audit: type=1400 audit(1785288983.754:1393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110811.169319] audit: type=1400 audit(1785288983.775:1394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111099.309106] audit: type=1400 audit(1785289271.913:1395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111099.310796] audit: type=1400 audit(1785289271.914:1396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111099.331619] audit: type=1400 audit(1785289271.935:1397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111356.768119] audit: type=1400 audit(1785289529.370:1398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111356.770086] audit: type=1400 audit(1785289529.372:1399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111356.790478] audit: type=1400 audit(1785289529.392:1400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111623.883815] audit: type=1400 audit(1785289796.483:1401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111623.887307] audit: type=1400 audit(1785289796.487:1402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111623.908889] audit: type=1400 audit(1785289796.509:1403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111856.984219] audit: type=1400 audit(1785290029.582:1404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111856.986466] audit: type=1400 audit(1785290029.585:1405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111857.007963] audit: type=1400 audit(1785290029.606:1406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112132.823643] audit: type=1400 audit(1785290305.420:1407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112132.826147] audit: type=1400 audit(1785290305.422:1408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112132.847735] audit: type=1400 audit(1785290305.444:1409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112363.299482] audit: type=1400 audit(1785290535.895:1410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112363.302944] audit: type=1400 audit(1785290535.897:1411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112363.324663] audit: type=1400 audit(1785290535.919:1412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112612.690823] audit: type=1400 audit(1785290785.284:1413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112612.692892] audit: type=1400 audit(1785290785.286:1414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112612.713346] audit: type=1400 audit(1785290785.306:1415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112847.644639] audit: type=1400 audit(1785291020.236:1416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112847.646826] audit: type=1400 audit(1785291020.238:1417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112847.669296] audit: type=1400 audit(1785291020.260:1418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113080.011217] audit: type=1400 audit(1785291252.602:1419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113080.013316] audit: type=1400 audit(1785291252.604:1420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113080.034420] audit: type=1400 audit(1785291252.624:1421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113310.433181] audit: type=1400 audit(1785291483.021:1422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113310.435346] audit: type=1400 audit(1785291483.023:1423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113310.454891] audit: type=1400 audit(1785291483.043:1424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113598.574137] audit: type=1400 audit(1785291771.160:1425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113598.576268] audit: type=1400 audit(1785291771.162:1426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113598.597903] audit: type=1400 audit(1785291771.184:1427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113885.662955] audit: type=1400 audit(1785292058.246:1428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113885.665017] audit: type=1400 audit(1785292058.249:1429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113885.687037] audit: type=1400 audit(1785292058.271:1430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114181.491110] audit: type=1400 audit(1785292354.073:1431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114181.493208] audit: type=1400 audit(1785292354.075:1432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114181.514847] audit: type=1400 audit(1785292354.096:1433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114415.838026] audit: type=1400 audit(1785292588.418:1434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114415.840203] audit: type=1400 audit(1785292588.420:1435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114415.858578] audit: type=1400 audit(1785292588.438:1436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114685.266683] audit: type=1400 audit(1785292857.845:1437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114685.270546] audit: type=1400 audit(1785292857.848:1438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114685.292832] audit: type=1400 audit(1785292857.871:1439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114967.391856] audit: type=1400 audit(1785293139.968:1440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114967.393951] audit: type=1400 audit(1785293139.970:1441): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114967.417661] audit: type=1400 audit(1785293139.993:1442): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115255.189084] audit: type=1400 audit(1785293427.763:1443): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115255.191365] audit: type=1400 audit(1785293427.765:1444): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115255.215654] audit: type=1400 audit(1785293427.789:1445): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115532.974788] audit: type=1400 audit(1785293705.546:1446): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115532.976983] audit: type=1400 audit(1785293705.549:1447): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115533.000295] audit: type=1400 audit(1785293705.572:1448): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115778.704112] audit: type=1400 audit(1785293951.274:1449): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115778.706446] audit: type=1400 audit(1785293951.276:1450): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115778.730087] audit: type=1400 audit(1785293951.300:1451): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116045.812291] audit: type=1400 audit(1785294218.380:1452): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116045.814314] audit: type=1400 audit(1785294218.382:1453): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116045.835673] audit: type=1400 audit(1785294218.404:1454): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116303.969429] audit: type=1400 audit(1785294476.536:1455): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116303.971522] audit: type=1400 audit(1785294476.538:1456): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116303.993624] audit: type=1400 audit(1785294476.560:1457): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116584.938626] audit: type=1400 audit(1785294757.503:1458): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116584.940741] audit: type=1400 audit(1785294757.505:1459): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116584.963481] audit: type=1400 audit(1785294757.528:1460): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116817.047167] audit: type=1400 audit(1785294989.610:1461): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116817.049377] audit: type=1400 audit(1785294989.613:1462): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116817.071070] audit: type=1400 audit(1785294989.634:1463): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117072.778798] audit: type=1400 audit(1785295245.339:1464): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117072.780713] audit: type=1400 audit(1785295245.341:1465): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117072.802297] audit: type=1400 audit(1785295245.363:1466): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117373.257682] audit: type=1400 audit(1785295545.816:1467): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117373.259532] audit: type=1400 audit(1785295545.818:1468): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117373.281565] audit: type=1400 audit(1785295545.840:1469): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117660.737079] audit: type=1400 audit(1785295833.294:1470): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117660.739226] audit: type=1400 audit(1785295833.296:1471): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117660.760191] audit: type=1400 audit(1785295833.317:1472): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117918.061168] audit: type=1400 audit(1785296090.616:1473): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117918.063184] audit: type=1400 audit(1785296090.618:1474): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117918.084474] audit: type=1400 audit(1785296090.639:1475): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118166.474820] audit: type=1400 audit(1785296339.028:1476): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118166.476834] audit: type=1400 audit(1785296339.030:1477): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118166.498247] audit: type=1400 audit(1785296339.051:1478): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118422.180201] audit: type=1400 audit(1785296594.731:1479): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118422.182093] audit: type=1400 audit(1785296594.733:1480): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118422.204152] audit: type=1400 audit(1785296594.755:1481): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118662.156094] audit: type=1400 audit(1785296834.705:1482): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118662.158352] audit: type=1400 audit(1785296834.708:1483): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118662.178838] audit: type=1400 audit(1785296834.728:1484): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118962.420098] audit: type=1400 audit(1785297134.967:1485): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118962.422264] audit: type=1400 audit(1785297134.969:1486): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118962.443958] audit: type=1400 audit(1785297134.991:1487): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119199.112354] audit: type=1400 audit(1785297371.659:1488): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119199.114370] audit: type=1400 audit(1785297371.661:1489): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119199.136082] audit: type=1400 audit(1785297371.682:1490): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119460.529745] audit: type=1400 audit(1785297633.073:1491): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119460.531922] audit: type=1400 audit(1785297633.076:1492): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119460.553312] audit: type=1400 audit(1785297633.097:1493): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119716.855867] audit: type=1400 audit(1785297889.398:1494): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119716.857915] audit: type=1400 audit(1785297889.400:1495): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119716.879244] audit: type=1400 audit(1785297889.421:1496): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119946.816902] audit: type=1400 audit(1785298119.357:1497): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119946.818949] audit: type=1400 audit(1785298119.359:1498): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119946.838935] audit: type=1400 audit(1785298119.379:1499): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120174.250081] audit: type=1400 audit(1785298346.789:1500): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120174.252157] audit: type=1400 audit(1785298346.791:1501): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120174.272397] audit: type=1400 audit(1785298346.811:1502): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120402.164208] audit: type=1400 audit(1785298574.701:1503): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120402.166514] audit: type=1400 audit(1785298574.703:1504): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120402.187312] audit: type=1400 audit(1785298574.724:1505): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120670.964700] audit: type=1400 audit(1785298843.500:1506): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120670.966680] audit: type=1400 audit(1785298843.502:1507): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120670.988860] audit: type=1400 audit(1785298843.524:1508): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120930.227280] audit: type=1400 audit(1785299102.760:1509): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120930.229482] audit: type=1400 audit(1785299102.763:1510): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120930.250921] audit: type=1400 audit(1785299102.784:1511): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121173.416583] audit: type=1400 audit(1785299345.949:1512): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121173.418824] audit: type=1400 audit(1785299345.951:1513): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121173.439663] audit: type=1400 audit(1785299345.972:1514): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121410.920985] audit: type=1400 audit(1785299583.451:1515): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121410.922694] audit: type=1400 audit(1785299583.452:1516): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121410.945281] audit: type=1400 audit(1785299583.475:1517): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121683.030481] audit: type=1400 audit(1785299855.558:1518): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121683.032501] audit: type=1400 audit(1785299855.560:1519): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121683.053248] audit: type=1400 audit(1785299855.581:1520): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121947.354014] audit: type=1400 audit(1785300119.880:1521): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121947.356020] audit: type=1400 audit(1785300119.882:1522): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121947.375099] audit: type=1400 audit(1785300119.901:1523): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122243.513915] audit: type=1400 audit(1785300416.038:1524): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122243.516063] audit: type=1400 audit(1785300416.040:1525): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122243.536976] audit: type=1400 audit(1785300416.061:1526): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122531.031020] audit: type=1400 audit(1785300703.553:1527): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122531.032772] audit: type=1400 audit(1785300703.554:1528): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122531.055066] audit: type=1400 audit(1785300703.577:1529): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122778.639875] audit: type=1400 audit(1785300951.160:1530): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122778.643702] audit: type=1400 audit(1785300951.163:1531): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122778.662505] audit: type=1400 audit(1785300951.182:1532): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123050.310483] audit: type=1400 audit(1785301222.828:1533): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123050.312704] audit: type=1400 audit(1785301222.831:1534): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123050.334795] audit: type=1400 audit(1785301222.853:1535): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123285.842495] audit: type=1400 audit(1785301458.359:1536): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123285.844651] audit: type=1400 audit(1785301458.361:1537): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123285.865543] audit: type=1400 audit(1785301458.382:1538): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123574.419438] audit: type=1400 audit(1785301746.934:1539): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123574.421552] audit: type=1400 audit(1785301746.936:1540): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123574.442960] audit: type=1400 audit(1785301746.957:1541): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123821.024257] audit: type=1400 audit(1785301993.538:1542): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123821.026351] audit: type=1400 audit(1785301993.540:1543): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123821.045647] audit: type=1400 audit(1785301993.559:1544): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124080.855028] audit: type=1400 audit(1785302253.366:1545): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124080.856826] audit: type=1400 audit(1785302253.367:1546): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124080.877729] audit: type=1400 audit(1785302253.388:1547): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124315.313546] audit: type=1400 audit(1785302487.822:1548): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124315.315865] audit: type=1400 audit(1785302487.825:1549): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124315.337271] audit: type=1400 audit(1785302487.846:1550): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124572.036704] audit: type=1400 audit(1785302744.544:1551): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124572.038507] audit: type=1400 audit(1785302744.545:1552): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124572.059454] audit: type=1400 audit(1785302744.566:1553): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124816.067363] audit: type=1400 audit(1785302988.573:1554): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124816.069471] audit: type=1400 audit(1785302988.575:1555): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124816.089691] audit: type=1400 audit(1785302988.595:1556): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125115.626479] audit: type=1400 audit(1785303288.130:1557): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125115.628570] audit: type=1400 audit(1785303288.132:1558): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125115.649218] audit: type=1400 audit(1785303288.152:1559): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125348.219314] audit: type=1400 audit(1785303520.722:1560): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125348.221169] audit: type=1400 audit(1785303520.723:1561): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125348.239605] audit: type=1400 audit(1785303520.741:1562): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125643.171304] audit: type=1400 audit(1785303815.671:1563): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125643.173444] audit: type=1400 audit(1785303815.673:1564): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125643.194297] audit: type=1400 audit(1785303815.694:1565): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125912.458250] audit: type=1400 audit(1785304084.957:1566): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125912.460320] audit: type=1400 audit(1785304084.959:1567): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125912.481911] audit: type=1400 audit(1785304084.980:1568): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126173.198872] audit: type=1400 audit(1785304345.695:1569): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126173.200982] audit: type=1400 audit(1785304345.697:1570): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126173.222965] audit: type=1400 audit(1785304345.718:1571): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126419.327463] audit: type=1400 audit(1785304591.821:1572): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126419.329780] audit: type=1400 audit(1785304591.823:1573): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126419.351363] audit: type=1400 audit(1785304591.845:1574): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126689.071821] audit: type=1400 audit(1785304861.564:1575): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126689.073840] audit: type=1400 audit(1785304861.566:1576): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126689.094571] audit: type=1400 audit(1785304861.586:1577): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126920.193229] audit: type=1400 audit(1785305092.683:1578): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126920.195414] audit: type=1400 audit(1785305092.686:1579): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126920.217556] audit: type=1400 audit(1785305092.708:1580): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127187.214389] audit: type=1400 audit(1785305359.703:1581): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127187.216546] audit: type=1400 audit(1785305359.705:1582): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127187.238724] audit: type=1400 audit(1785305359.727:1583): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127443.188035] audit: type=1400 audit(1785305615.675:1584): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127443.189956] audit: type=1400 audit(1785305615.677:1585): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127443.211285] audit: type=1400 audit(1785305615.699:1586): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127676.744884] audit: type=1400 audit(1785305849.230:1587): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127676.746926] audit: type=1400 audit(1785305849.232:1588): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127676.767000] audit: type=1400 audit(1785305849.252:1589): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127906.262372] audit: type=1400 audit(1785306078.745:1590): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127906.264531] audit: type=1400 audit(1785306078.748:1591): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127906.283061] audit: type=1400 audit(1785306078.766:1592): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128185.293513] audit: type=1400 audit(1785306357.775:1593): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128185.295708] audit: type=1400 audit(1785306357.777:1594): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128185.315993] audit: type=1400 audit(1785306357.797:1595): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128464.417944] audit: type=1400 audit(1785306636.897:1596): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128464.420176] audit: type=1400 audit(1785306636.899:1597): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128464.442473] audit: type=1400 audit(1785306636.922:1598): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128709.052488] audit: type=1400 audit(1785306881.530:1599): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128709.054659] audit: type=1400 audit(1785306881.532:1600): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128709.075948] audit: type=1400 audit(1785306881.553:1601): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128996.233559] audit: type=1400 audit(1785307168.709:1602): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128996.235699] audit: type=1400 audit(1785307168.711:1603): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128996.256185] audit: type=1400 audit(1785307168.731:1604): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129232.815577] audit: type=1400 audit(1785307405.289:1605): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129232.817630] audit: type=1400 audit(1785307405.291:1606): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129232.838503] audit: type=1400 audit(1785307405.312:1607): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129501.430111] audit: type=1400 audit(1785307673.902:1608): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129501.432178] audit: type=1400 audit(1785307673.904:1609): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129501.453374] audit: type=1400 audit(1785307673.925:1610): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129795.605999] audit: type=1400 audit(1785307968.075:1611): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129795.608004] audit: type=1400 audit(1785307968.077:1612): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129795.628713] audit: type=1400 audit(1785307968.098:1613): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130080.551367] audit: type=1400 audit(1785308253.020:1614): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130080.553503] audit: type=1400 audit(1785308253.021:1615): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130080.573787] audit: type=1400 audit(1785308253.041:1616): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130317.689039] audit: type=1400 audit(1785308490.155:1617): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130317.691093] audit: type=1400 audit(1785308490.157:1618): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130317.712675] audit: type=1400 audit(1785308490.178:1619): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130618.423021] audit: type=1400 audit(1785308790.887:1620): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130618.425091] audit: type=1400 audit(1785308790.889:1621): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130618.446954] audit: type=1400 audit(1785308790.911:1622): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130864.349883] audit: type=1400 audit(1785309036.812:1623): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130864.352023] audit: type=1400 audit(1785309036.814:1624): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130864.370519] audit: type=1400 audit(1785309036.832:1625): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131095.085602] audit: type=1400 audit(1785309267.546:1626): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131095.087920] audit: type=1400 audit(1785309267.548:1627): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131095.108344] audit: type=1400 audit(1785309267.568:1628): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131387.619541] audit: type=1400 audit(1785309560.078:1629): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131387.621565] audit: type=1400 audit(1785309560.080:1630): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131387.642595] audit: type=1400 audit(1785309560.101:1631): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131649.088526] audit: type=1400 audit(1785309821.545:1632): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131649.090530] audit: type=1400 audit(1785309821.547:1633): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131649.114289] audit: type=1400 audit(1785309821.570:1634): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131929.975312] audit: type=1400 audit(1785310102.429:1635): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131929.977168] audit: type=1400 audit(1785310102.431:1636): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131929.998256] audit: type=1400 audit(1785310102.452:1637): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132177.419355] audit: type=1400 audit(1785310349.872:1638): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132177.421386] audit: type=1400 audit(1785310349.874:1639): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132177.443158] audit: type=1400 audit(1785310349.895:1640): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132468.813358] audit: type=1400 audit(1785310641.264:1641): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132468.815459] audit: type=1400 audit(1785310641.266:1642): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132468.836911] audit: type=1400 audit(1785310641.287:1643): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132734.996411] audit: type=1400 audit(1785310907.445:1644): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132734.998551] audit: type=1400 audit(1785310907.447:1645): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132735.018774] audit: type=1400 audit(1785310907.467:1646): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133001.926247] audit: type=1400 audit(1785311174.374:1647): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133001.928405] audit: type=1400 audit(1785311174.376:1648): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133001.949126] audit: type=1400 audit(1785311174.397:1649): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133239.518847] audit: type=1400 audit(1785311411.964:1650): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133239.520847] audit: type=1400 audit(1785311411.966:1651): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133239.542343] audit: type=1400 audit(1785311411.987:1652): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133487.860763] audit: type=1400 audit(1785311660.304:1653): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133487.862850] audit: type=1400 audit(1785311660.306:1654): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133487.884920] audit: type=1400 audit(1785311660.328:1655): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133786.127738] audit: type=1400 audit(1785311958.568:1656): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133786.130001] audit: type=1400 audit(1785311958.571:1657): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133786.150937] audit: type=1400 audit(1785311958.592:1658): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134033.372131] audit: type=1400 audit(1785312205.811:1659): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134033.374249] audit: type=1400 audit(1785312205.813:1660): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134033.396069] audit: type=1400 audit(1785312205.835:1661): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134323.614423] audit: type=1400 audit(1785312496.051:1662): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134323.617921] audit: type=1400 audit(1785312496.055:1663): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134323.639169] audit: type=1400 audit(1785312496.076:1664): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134597.387810] audit: type=1400 audit(1785312769.823:1665): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134597.389997] audit: type=1400 audit(1785312769.825:1666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134597.411872] audit: type=1400 audit(1785312769.847:1667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134852.117293] audit: type=1400 audit(1785313024.550:1668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134852.119563] audit: type=1400 audit(1785313024.553:1669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134852.139678] audit: type=1400 audit(1785313024.573:1670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135084.846904] audit: type=1400 audit(1785313257.279:1671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135084.849023] audit: type=1400 audit(1785313257.281:1672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135084.870606] audit: type=1400 audit(1785313257.303:1673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135367.859292] audit: type=1400 audit(1785313540.290:1674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135367.861340] audit: type=1400 audit(1785313540.292:1675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135367.883070] audit: type=1400 audit(1785313540.313:1676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135649.146298] audit: type=1400 audit(1785313821.574:1677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135649.148433] audit: type=1400 audit(1785313821.576:1678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135649.169418] audit: type=1400 audit(1785313821.597:1679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135893.407223] audit: type=1400 audit(1785314065.833:1680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135893.409088] audit: type=1400 audit(1785314065.835:1681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135893.427402] audit: type=1400 audit(1785314065.853:1682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136151.878829] audit: type=1400 audit(1785314324.303:1683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136151.880889] audit: type=1400 audit(1785314324.305:1684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136151.901196] audit: type=1400 audit(1785314324.325:1685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136446.371961] audit: type=1400 audit(1785314618.794:1686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136446.374042] audit: type=1400 audit(1785314618.796:1687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136446.395927] audit: type=1400 audit(1785314618.818:1688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136677.168801] audit: type=1400 audit(1785314849.589:1689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136677.170759] audit: type=1400 audit(1785314849.591:1690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136677.191088] audit: type=1400 audit(1785314849.611:1691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136924.216244] audit: type=1400 audit(1785315096.634:1692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136924.218577] audit: type=1400 audit(1785315096.637:1693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136924.240704] audit: type=1400 audit(1785315096.659:1694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137170.476226] audit: type=1400 audit(1785315342.894:1695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137170.478036] audit: type=1400 audit(1785315342.895:1696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137170.498813] audit: type=1400 audit(1785315342.916:1697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137402.541089] audit: type=1400 audit(1785315574.956:1698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137402.544520] audit: type=1400 audit(1785315574.959:1699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137402.563038] audit: type=1400 audit(1785315574.978:1700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137633.792562] audit: type=1400 audit(1785315806.206:1701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137633.794548] audit: type=1400 audit(1785315806.208:1702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137633.816847] audit: type=1400 audit(1785315806.230:1703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137886.722459] audit: type=1400 audit(1785316059.134:1704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137886.724495] audit: type=1400 audit(1785316059.136:1705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137886.745539] audit: type=1400 audit(1785316059.157:1706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138158.493616] audit: type=1400 audit(1785316330.903:1707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138158.495606] audit: type=1400 audit(1785316330.905:1708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138158.514916] audit: type=1400 audit(1785316330.924:1709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138403.994090] audit: type=1400 audit(1785316576.402:1710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138403.996281] audit: type=1400 audit(1785316576.405:1711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138404.017212] audit: type=1400 audit(1785316576.425:1712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138698.622304] audit: type=1400 audit(1785316871.029:1713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138698.624075] audit: type=1400 audit(1785316871.030:1714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138698.644206] audit: type=1400 audit(1785316871.051:1715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138936.343331] audit: type=1400 audit(1785317108.747:1716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138936.345499] audit: type=1400 audit(1785317108.749:1717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138936.367659] audit: type=1400 audit(1785317108.771:1718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139227.088153] audit: type=1400 audit(1785317399.490:1719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139227.090283] audit: type=1400 audit(1785317399.492:1720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139227.112326] audit: type=1400 audit(1785317399.514:1721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139456.303397] audit: type=1400 audit(1785317628.703:1722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139456.305492] audit: type=1400 audit(1785317628.705:1723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139456.326498] audit: type=1400 audit(1785317628.726:1724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139732.958171] audit: type=1400 audit(1785317905.356:1725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139732.960132] audit: type=1400 audit(1785317905.358:1726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139732.981184] audit: type=1400 audit(1785317905.379:1727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139967.994365] audit: type=1400 audit(1785318140.391:1728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139967.996457] audit: type=1400 audit(1785318140.393:1729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139968.018031] audit: type=1400 audit(1785318140.414:1730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140206.228781] audit: type=1400 audit(1785318378.623:1731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140206.230845] audit: type=1400 audit(1785318378.625:1732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140206.252503] audit: type=1400 audit(1785318378.648:1733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140496.253954] audit: type=1400 audit(1785318668.647:1734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140496.255737] audit: type=1400 audit(1785318668.649:1735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140496.277074] audit: type=1400 audit(1785318668.670:1736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140776.753338] audit: type=1400 audit(1785318949.144:1737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140776.755467] audit: type=1400 audit(1785318949.146:1738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140776.777666] audit: type=1400 audit(1785318949.168:1739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141048.817261] audit: type=1400 audit(1785319221.207:1740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141048.819450] audit: type=1400 audit(1785319221.209:1741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141048.840746] audit: type=1400 audit(1785319221.230:1742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141313.363138] audit: type=1400 audit(1785319485.750:1743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141313.365247] audit: type=1400 audit(1785319485.752:1744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1001 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141313.386935] audit: type=1400 audit(1785319485.773:1745): apparmor="DENIED" operation="create" class="net" info="failed protocol 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 @@ -3376,13 +2745,13 @@ always defer defer+madvise [madvise] never --- free -h $ free -h total used free shared buff/cache available -Mem: 23Gi 11Gi 7.9Gi 50Mi 4.2Gi 11Gi +Mem: 23Gi 14Gi 7.7Gi 53Mi 1.8Gi 9.1Gi Swap: 8.0Gi 0B 8.0Gi --- free -b $ free -b total used free shared buff/cache available -Mem: 24897662976 12240715776 8535351296 53329920 4518187008 12656947200 +Mem: 24897662976 15153426432 8255520768 56508416 1891209216 9744236544 Swap: 8589930496 0 8589930496 --- swapon @@ -3393,26 +2762,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: 24314124 kB -MemFree: 8335304 kB -MemAvailable: 12360300 kB -Buffers: 62944 kB -Cached: 4305004 kB +MemFree: 8062032 kB +MemAvailable: 9515856 kB +Buffers: 167352 kB +Cached: 1630452 kB SwapTotal: 8388604 kB SwapFree: 8388604 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 +Dirty: 2692 kB +Writeback: 0 kB +AnonPages: 13853492 kB +Mapped: 189504 kB +Shmem: 55184 kB +Slab: 236036 kB +SReclaimable: 49080 kB +SUnreclaim: 186956 kB KernelStack: 6760 kB -PageTables: 38404 kB -SecPageTables: 8060 kB +PageTables: 43696 kB +SecPageTables: 8124 kB NFS_Unstable: 0 kB WritebackTmp: 0 kB -AnonHugePages: 9598976 kB +AnonHugePages: 12292096 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FilePmdMapped: 0 kB @@ -3437,154 +2806,160 @@ DirectMap1G: 20971520 kB --- slab top (top 20) $ slabtop -o -s c - Active / Total Objects (% used) : 628695 / 676856 (92.9%) - Active / Total Slabs (% used) : 18362 / 18362 (100.0%) + Active / Total Objects (% used) : 702991 / 761958 (92.3%) + Active / Total Slabs (% used) : 20447 / 20447 (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 + Active / Total Size (% used) : 156290.98K / 170361.97K (91.7%) + Minimum / Average / Maximum Object : 0.01K / 0.22K / 16.00K OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME - 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 + 10904 10896 99% 1.10K 376 29 12032K ext4_inode_cache + 72840 72840 100% 0.13K 2428 30 9712K kernfs_node_cache + 16128 12851 79% 0.57K 576 28 9216K radix_tree_node + 542 522 96% 10.75K 271 2 8672K task_struct + 77181 77160 99% 0.10K 1979 39 7916K buffer_head + 33705 33698 99% 0.19K 1605 21 6420K dentry + 7618 7168 94% 0.60K 293 26 4688K inode_cache + 2336 1068 45% 2.00K 146 16 4672K kmalloc-cg-2k + 23415 21900 93% 0.19K 1115 21 4460K vm_area_struct + 5083 4732 93% 0.67K 221 23 3536K proc_inode_cache + 40824 37010 90% 0.07K 729 56 2916K vmap_area + 5760 5760 100% 0.50K 180 32 2880K kmalloc-rnd-12-512 + 29394 29370 99% 0.09K 639 46 2556K lsm_inode_cache + 3266 1488 45% 0.69K 142 23 2272K skbuff_small_head + 2583 2576 99% 0.75K 123 21 1968K shmem_inode_cache + 3648 3619 99% 0.50K 114 32 1824K kmalloc-rnd-10-512 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 + 1632 1632 100% 1.00K 51 32 1632K kmalloc-rnd-13-1k + 1536 1500 97% 1.00K 48 32 1536K iommu_iova_magazine + 376 376 100% 4.00K 47 8 1504K kmalloc-rnd-01-4k + 23488 23460 99% 0.06K 367 64 1468K dmaengine-unmap-2 + 22464 20820 92% 0.06K 351 64 1404K kmalloc-cg-64 + 13650 12480 91% 0.10K 350 39 1400K anon_vma + 21888 18660 85% 0.06K 342 64 1368K anon_vma_chain 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 + 304 300 98% 4.00K 38 8 1216K kmalloc-cg-4k + 1120 1116 99% 1.00K 35 32 1120K kmalloc-rnd-10-1k + 4448 3903 87% 0.25K 139 32 1112K maple_node + 2176 1513 69% 0.50K 68 32 1088K pool_workqueue + 8544 2460 28% 0.12K 267 32 1068K bio_integrity_data + 4256 1985 46% 0.25K 133 32 1064K skbuff_head_cache + 495 492 99% 2.06K 33 15 1056K sighand_cache 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 + 896 852 95% 1.12K 32 28 1024K signal_cache + 4032 3473 86% 0.25K 126 32 1008K kmalloc-rnd-10-256 + 420 420 100% 2.25K 30 14 960K mem_cgroup + 1888 1848 97% 0.50K 59 32 944K kmalloc-rnd-13-512 + 4872 4680 96% 0.19K 232 21 928K filp 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 + 1053 1013 96% 0.81K 27 39 864K sock_inode_cache + 425 420 98% 1.88K 25 17 800K mem_cgroup_per_node + 400 192 48% 2.00K 25 16 800K kmalloc-rnd-14-2k + 192 152 79% 4.00K 24 8 768K biovec-max 384 372 96% 2.00K 24 16 768K kmalloc-rnd-06-2k + 3948 3941 99% 0.19K 188 21 752K kmalloc-rnd-10-192 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 + 2944 2930 99% 0.25K 92 32 736K kmalloc-rnd-12-256 + 368 360 97% 2.00K 23 16 736K kmalloc-rnd-03-2k + 3916 2340 59% 0.18K 178 22 712K kvm_mmu_page_header + 704 696 98% 1.00K 22 32 704K kmalloc-cg-1k + 3528 1620 45% 0.19K 168 21 672K kmalloc-cg-192 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 + 152 84 55% 4.00K 19 8 608K kmalloc-rnd-09-4k + 304 264 86% 2.00K 19 16 608K kmalloc-rnd-09-2k + 1216 798 65% 0.50K 38 32 608K kmalloc-rnd-04-512 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 + 324 312 96% 1.75K 18 18 576K mm_struct + 144 110 76% 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 + 68 68 100% 8.00K 17 4 544K kmalloc-cg-8k 136 136 100% 4.00K 17 8 544K kmalloc-rnd-08-4k + 544 516 94% 1.00K 17 32 544K kmalloc-rnd-06-1k 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 + 48 48 100% 9.19K 16 3 512K kvm_vcpu 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 + 3936 1680 42% 0.12K 123 32 492K kmalloc-cg-128 345 324 93% 1.38K 15 23 480K RAWv6 - 240 216 90% 2.00K 15 16 480K biovec-128 + 240 204 85% 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 + 240 231 96% 2.00K 15 16 480K kmalloc-rnd-10-2k + 928 868 93% 0.50K 29 32 464K kmalloc-cg-512 + 112 104 92% 4.00K 14 8 448K kmalloc-rnd-10-4k 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 + 56 56 100% 8.00K 14 4 448K kmalloc-rnd-01-8k + 7957 7920 99% 0.05K 109 73 436K ftrace_event_field + 864 840 97% 0.50K 27 32 432K kmalloc-rnd-08-512 + 338 323 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 + 104 104 100% 4.00K 13 8 416K kmalloc-rnd-15-4k + 104 100 96% 4.00K 13 8 416K kmalloc-4k + 2163 2155 99% 0.19K 103 21 412K pid + 2163 1441 66% 0.19K 103 21 412K kmalloc-rnd-02-192 + 1536 784 51% 0.25K 48 32 384K nf_conntrack 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 + 121 120 99% 2.75K 11 11 352K x86_emulator 176 168 95% 2.00K 11 16 352K kmalloc-rnd-11-2k + 352 348 98% 1.00K 11 32 352K kmalloc-rnd-11-1k + 352 336 95% 1.00K 11 32 352K kmalloc-rnd-07-1k 176 168 95% 2.00K 11 16 352K kmalloc-2k - 1376 644 46% 0.25K 43 32 344K nf_conntrack + 352 336 95% 1.00K 11 32 352K kmalloc-1k 3570 2940 82% 0.09K 85 42 340K kmalloc-rnd-12-96 - 110 108 98% 2.75K 10 11 320K x86_emulator + 882 868 98% 0.38K 42 21 336K mnt_cache + 483 476 98% 0.69K 21 23 336K task_group 360 336 93% 0.88K 10 36 320K fuse_inode - 320 312 97% 1.00K 10 32 320K kmalloc-rnd-11-1k + 320 312 97% 1.00K 10 32 320K kmalloc-rnd-08-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 + 1248 1232 98% 0.25K 39 32 312K io_kiocb + 3276 3240 98% 0.09K 78 42 312K kmalloc-rnd-08-96 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 + 2336 2306 98% 0.12K 73 32 292K kmalloc-rnd-12-128 + 2304 2280 98% 0.12K 72 32 288K eventpoll_epi + 144 144 100% 2.00K 9 16 288K memdup_user-2k + 216 216 100% 1.32K 9 24 288K perf_event + 288 288 100% 1.00K 9 32 288K kmalloc-rnd-15-1k + 288 288 100% 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 + 1221 1140 93% 0.21K 33 37 264K nfs_direct_cache + 224 216 96% 1.12K 8 28 256K nfs_inode_cache + 176 168 95% 1.44K 8 22 256K UDPv6 + 192 192 100% 1.31K 8 24 256K UDP 256 240 93% 1.00K 8 32 256K kmalloc-rnd-14-1k + 128 120 93% 2.00K 8 16 256K kmalloc-rnd-13-2k + 64 60 93% 4.00K 8 8 256K kmalloc-rnd-11-4k 64 64 100% 4.00K 8 8 256K kmalloc-rnd-02-4k - 345 336 97% 0.69K 15 23 240K task_group + 1323 1200 90% 0.19K 63 21 252K file_lock_cache + 345 336 97% 0.67K 15 23 240K taskstats 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 + 2436 2400 98% 0.09K 58 42 232K kmalloc-cg-96 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 + 896 896 100% 0.25K 28 32 224K kmalloc-rnd-14-256 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 + 896 896 100% 0.25K 28 32 224K kmalloc-rnd-09-256 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 + 448 420 93% 0.50K 14 32 224K kmalloc-512 + 7040 6960 98% 0.03K 55 128 220K kmalloc-rnd-08-32 + 1155 1140 98% 0.19K 55 21 220K kmalloc-rnd-01-192 + 3456 1755 50% 0.06K 54 64 216K kmalloc-rnd-10-64 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 + 3264 3210 98% 0.06K 51 64 204K kmalloc-rnd-12-64 + 800 784 98% 0.25K 25 32 200K key_jar + 12800 12720 99% 0.02K 50 256 200K kmalloc-rnd-08-16 + 1029 1020 99% 0.19K 49 21 196K kmalloc-rnd-06-192 336 336 100% 0.56K 12 28 192K kioctx 696 672 96% 0.27K 24 29 192K tw_sock_TCP 48 48 100% 4.00K 6 8 192K memdup_user-4k @@ -3596,79 +2971,75 @@ DirectMap1G: 20971520 kB 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-09-192 + 736 728 98% 0.25K 23 32 184K kmalloc-rnd-07-256 966 960 99% 0.19K 46 21 184K kmalloc-rnd-07-192 + 4488 4440 98% 0.04K 44 102 176K extent_status + 352 336 95% 0.50K 11 32 176K memdup_user-512 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 + 903 900 99% 0.19K 43 21 172K names_cache + 525 446 84% 0.31K 21 25 168K bio-256 + 1764 1740 98% 0.09K 42 42 168K kmalloc-rcl-96 + 160 144 90% 1.00K 5 32 160K memdup_user-1k 20 20 100% 8.00K 5 4 160K kmalloc-rnd-15-8k + 840 840 100% 0.19K 40 21 160K kmalloc-rnd-15-192 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 + 160 144 90% 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 + 1638 1380 84% 0.09K 39 42 156K kmalloc-rnd-04-96 + 2496 2439 97% 0.06K 39 64 156K kmalloc-rnd-03-64 + 798 780 97% 0.19K 38 21 152K jbd2_transaction_s + 1216 1202 98% 0.12K 38 32 152K kmalloc-rnd-10-128 + 608 588 96% 0.25K 19 32 152K kmalloc-rnd-06-256 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 + 207 196 94% 0.69K 9 23 144K uts_namespace 576 560 97% 0.25K 18 32 144K kmalloc-rnd-05-256 - 735 720 97% 0.19K 35 21 140K jbd2_transaction_s + 576 548 95% 0.25K 18 32 144K kmalloc-rnd-01-256 + 735 720 97% 0.19K 35 21 140K memdup_user-192 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 + 735 720 97% 0.19K 35 21 140K kmalloc-192 + 2112 2100 99% 0.06K 33 64 132K kmalloc-rnd-04-64 8 8 100% 16.00K 4 2 128K zio_buf_comb_16384 - 400 392 98% 0.31K 16 25 128K bio-256 - 672 660 98% 0.19K 32 21 128K memdup_user-192 + 672 660 98% 0.19K 32 21 128K bio-136 + 512 420 82% 0.25K 16 32 128K bio-200 + 1024 1020 99% 0.12K 32 32 128K kmalloc-rcl-128 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 + 1984 1980 99% 0.06K 31 64 124K kmalloc-rnd-08-64 + 435 420 96% 0.27K 15 29 120K tw_sock_TCPv6 720 720 100% 0.16K 30 24 120K ext4_allocation_context + 480 476 99% 0.25K 15 32 120K kmalloc-cg-256 480 476 99% 0.25K 15 32 120K kmalloc-rnd-08-256 960 960 100% 0.12K 30 32 120K kmalloc-rnd-07-128 + 1260 1257 99% 0.09K 30 42 120K kmalloc-rnd-07-96 + 480 476 99% 0.25K 15 32 120K kmalloc-rnd-02-256 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 + 4930 4680 94% 0.02K 29 170 116K lsm_file_cache + 1218 1200 98% 0.09K 29 42 116K kmalloc-rnd-09-96 + 1218 1200 98% 0.09K 29 42 116K kmalloc-96 + 448 420 93% 0.25K 14 32 112K kmalloc-rnd-15-256 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 + 918 900 98% 0.12K 27 34 108K jbd2_journal_head 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 + 1326 1320 99% 0.08K 26 51 104K sigqueue + 1664 1620 97% 0.06K 26 64 104K kmalloc-rnd-02-64 + 1092 1080 98% 0.09K 26 42 104K kmalloc-rnd-02-96 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 @@ -3682,67 +3053,66 @@ DirectMap1G: 20971520 kB 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 + 1344 1281 95% 0.06K 21 64 84K kmalloc-rnd-15-64 672 660 98% 0.12K 21 32 84K kmalloc-rnd-04-128 + 1344 1332 99% 0.06K 21 64 84K kmalloc-rnd-01-64 + 1344 1320 98% 0.06K 21 64 84K kmalloc-64 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 + 1216 1200 98% 0.06K 19 64 76K kmalloc-rnd-09-64 + 2304 2280 98% 0.03K 18 128 72K kmalloc-cg-32 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 + 2176 2157 99% 0.03K 17 128 68K kmalloc-rnd-07-32 20 12 60% 3.16K 2 10 64K kcopyd_job + 256 252 98% 0.25K 8 32 64K memdup_user-256 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 + 256 252 98% 0.25K 8 32 64K kmalloc-rnd-11-256 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 + 7680 7380 96% 0.01K 15 512 60K kmalloc-rnd-08-8 + 1920 1920 100% 0.03K 15 128 60K kmalloc-rnd-02-32 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 + 1022 960 93% 0.05K 14 73 56K mb_cache_entry + 896 840 93% 0.06K 14 64 56K kmalloc-rnd-06-64 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 + 1326 1260 95% 0.04K 13 102 52K fsnotify_inode_mark_connector 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 + 768 720 93% 0.06K 12 64 48K ext4_io_end 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 + 504 480 95% 0.09K 12 42 48K memdup_user-96 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 + 1536 1440 93% 0.03K 12 128 48K kmalloc-rnd-09-32 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 + 189 180 95% 0.19K 9 21 36K kmalloc-rcl-192 + 1152 1140 98% 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 @@ -3752,44 +3122,43 @@ DirectMap1G: 20971520 kB 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 + 1024 900 87% 0.03K 8 128 32K kmalloc-rnd-10-32 + 1024 900 87% 0.03K 8 128 32K kmalloc-rnd-03-32 + 896 780 87% 0.03K 7 128 28K ext4_io_end_vec 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 + 640 600 93% 0.03K 5 128 20K pending_reservation + 1280 1260 98% 0.02K 5 256 20K kmalloc-cg-16 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 + 2048 1800 87% 0.01K 4 512 16K kmalloc-cg-8 1024 960 93% 0.02K 4 256 16K kmalloc-rnd-15-16 + 2048 1560 76% 0.01K 4 512 16K kmalloc-rnd-15-8 + 1024 780 76% 0.02K 4 256 16K kmalloc-rnd-14-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 + 2048 1980 96% 0.01K 4 512 16K kmalloc-rnd-12-8 + 2048 1560 76% 0.01K 4 512 16K kmalloc-rnd-11-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 @@ -3802,15 +3171,15 @@ DirectMap1G: 20971520 kB 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 540 52% 0.01K 2 512 8K kmalloc-rnd-09-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 + 1024 540 52% 0.01K 2 512 8K kmalloc-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.23K 0 35 0K nf_conntrack_expect 0 0 0% 0.12K 0 32 0K i915_dependency @@ -3975,7 +3344,7 @@ vm.zone_reclaim_mode = 0 fs.aio-max-nr = 1048576 fs.aio-nr = 0 fs.file-max = 9223372036854775807 -fs.file-nr = 3628 0 9223372036854775807 +fs.file-nr = 3770 0 9223372036854775807 fs.lease-break-time = 45 fs.mqueue.msg_default = 10 fs.mqueue.msg_max = 10 @@ -4082,7 +3451,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 107 root root 4096 Jul 27 21:47 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:04 .. -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 @@ -4178,7 +3547,7 @@ inactive --- modprobe.d total 20 drwxr-xr-x 2 root root 4096 Jul 27 13:45 . -drwxr-xr-x 107 root root 4096 Jul 27 21:47 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:04 .. -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 @@ -4350,13 +3719,13 @@ pvecm expected --- pveperf $ timeout 15 pveperf CPU BOGOMIPS: 74399.88 -REGEX/SECOND: 4974856 +REGEX/SECOND: 4838541 HD SIZE: 66.13 GB (/dev/mapper/pve-root) -BUFFERED READS: 274.95 MB/sec +BUFFERED READS: 271.65 MB/sec AVERAGE SEEK TIME: 0.08 ms -FSYNCS/SECOND: 426.20 -DNS EXT: 19.61 ms -DNS INT: 1.07 ms (knel.net) +FSYNCS/SECOND: 421.44 +DNS EXT: 17.99 ms +DNS INT: 1.05 ms (knel.net) --- corosync.conf [missing: /etc/pve/corosync.conf] @@ -4450,7 +3819,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.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=71008788480 status=online ssl_fingerprint=null +pfv-tsys9 cpu=0.070626525630594 mem=15184625664 maxmem=24897662976 maxdisk=71008788480 status=online ssl_fingerprint=null ############################################################################### # 10. NETWORK: INTERFACES @@ -4473,17 +3842,17 @@ pfv-tsys9 cpu=0.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=7100 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 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 + 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 21.95 fdb_n_learned 108 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 22.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 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 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 + 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 34.82 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 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.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 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 + 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 16.48 fdb_n_learned 78 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 22.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 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 promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth @@ -4492,28 +3861,13 @@ pfv-tsys9 cpu=0.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=7100 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.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 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.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 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 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 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.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 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.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 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 + 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 16.48 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 18 mcast_querier_ipv4_other_timer 22.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 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 promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth @@ -4528,7 +3882,7 @@ pfv-tsys9 cpu=0.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=7100 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 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 + 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 25.88 fdb_n_learned 80 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 22.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 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 promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 veth @@ -4543,7 +3897,7 @@ pfv-tsys9 cpu=0.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=7100 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 + 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 16.48 fdb_n_learned 80 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 22.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 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 @@ -4558,7 +3912,7 @@ pfv-tsys9 cpu=0.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=7100 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 + 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 34.82 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 @@ -4573,7 +3927,7 @@ pfv-tsys9 cpu=0.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=7100 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 + 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 16.48 fdb_n_learned 78 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 22.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 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 @@ -4582,6 +3936,21 @@ pfv-tsys9 cpu=0.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=7100 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.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 +43: tap902i0: mtu 1500 qdisc fq master fwbr902i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether fe:1d:4f:b7:08:1b 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:dc:be:bd:18:f7 designated_root 8000.6a:dc:be:bd:18:f7 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 +44: fwbr902i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 6a:dc:be:bd:18:f7 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:dc:be:bd:18:f7 designated_root 8000.6a:dc:be:bd:18:f7 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 16.48 fdb_n_learned 79 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 46 mcast_querier_ipv4_other_timer 22.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 +45: fwpr902p0@fwln902i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether f2:fc:a9:f3:54:5f 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 +46: fwln902i0@fwpr902p0: mtu 1500 qdisc noqueue master fwbr902i0 state UP mode DEFAULT group default qlen 1000 + link/ether 6a:dc:be:bd:18:f7 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:dc:be:bd:18:f7 designated_root 8000.6a:dc:be:bd:18:f7 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 @@ -4595,10 +3964,6 @@ pfv-tsys9 cpu=0.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=7100 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 @@ -4619,12 +3984,16 @@ pfv-tsys9 cpu=0.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=7100 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 +43: tap902i0: mtu 1500 qdisc fq master fwbr902i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether fe:1d:4f:b7:08:1b brd ff:ff:ff:ff:ff:ff +44: fwbr902i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 6a:dc:be:bd:18:f7 brd ff:ff:ff:ff:ff:ff +45: fwpr902p0@fwln902i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether f2:fc:a9:f3:54:5f brd ff:ff:ff:ff:ff:ff +46: fwln902i0@fwpr902p0: mtu 1500 qdisc noqueue master fwbr902i0 state UP mode DEFAULT group default qlen 1000\ link/ether 6a:dc:be:bd:18:f7 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 366sec preferred_lft 366sec +5: vmbr0 inet 192.168.3.58/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 319sec preferred_lft 319sec 6: datanet inet 10.100.100.9/24 scope global datanet\ valid_lft forever preferred_lft forever --- ip -o -6 addr (link-local filter) @@ -4660,7 +4029,7 @@ pfv-tsys9 cpu=0.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=7100 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 366sec preferred_lft 366sec + valid_lft 319sec preferred_lft 319sec 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 @@ -4677,14 +4046,6 @@ pfv-tsys9 cpu=0.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=7100 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 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 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 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 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 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 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 @@ -4725,6 +4086,14 @@ pfv-tsys9 cpu=0.0200134544231416 mem=12110618624 maxmem=24897662976 maxdisk=7100 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 +43: tap902i0: mtu 1500 qdisc fq master fwbr902i0 state UNKNOWN group default qlen 1000 + link/ether fe:1d:4f:b7:08:1b brd ff:ff:ff:ff:ff:ff +44: fwbr902i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 6a:dc:be:bd:18:f7 brd ff:ff:ff:ff:ff:ff +45: fwpr902p0@fwln902i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether f2:fc:a9:f3:54:5f brd ff:ff:ff:ff:ff:ff +46: fwln902i0@fwpr902p0: mtu 1500 qdisc noqueue master fwbr902i0 state UP group default qlen 1000 + link/ether 6a:dc:be:bd:18:f7 brd ff:ff:ff:ff:ff:ff --- ip route $ ip route @@ -4747,79 +4116,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 - 15785355 80260 0 0 0 0 + 38958930 176984 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 15785355 80260 0 0 0 0 + 38958930 176984 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 - 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 - 265780706 1067989 0 0 0 0 - TX errors: aborted fifo window heartbt transns - 0 0 0 0 4 + RX: bytes packets errors dropped missed mcast + 9327678752 19085815 0 4721 0 3146166 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2596450397 9369759 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 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 - 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 + RX: bytes packets errors dropped missed mcast + 34550611074 32698376 0 4721 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 62783908584 55210654 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 - 4246080484 483596 0 0 0 0 + 4293138141 641444 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 102035148 379313 0 0 0 0 + 278897696 493693 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 - 4655127942 1441788 0 0 0 511128 + 5187488740 5303249 0 0 0 2583718 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 158238712 484350 0 0 0 0 + 428296447 972869 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 - 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 + RX: bytes packets errors dropped missed mcast + 34550256654 32693519 0 5 0 115982 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 60422519700 19440580 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 6e:6a:d0:68:a6:d7 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 31907369 162137 0 0 0 0 + 155586480 782053 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 142049090 997477 0 0 0 0 + 711610695 4980900 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 42:24:45:72:1d:d6 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 71161562 763664 0 1177 0 510739 + 360539840 3833315 0 5521 0 2583329 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4829,77 +4198,37 @@ default via 192.168.3.254 dev vmbr0 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 RX: bytes packets errors dropped missed mcast - 32146658 163098 0 961 0 0 + 156761013 786770 0 4717 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 142218096 998732 0 0 0 0 + 711783457 4982155 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 42:24:45:72:1d:d6 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 142218096 998732 0 961 0 0 + 711783457 4982155 0 4717 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 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 6e:ce:d6:ca:e6:6d brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 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 - 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 aa:0c:f3:6d:9f:c7 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 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 - 0 0 0 0 0 0 - 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 de:f1:6b:24:ec:cd brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 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 - 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 aa:0c:f3:6d:9f:c7 brd ff:ff:ff:ff:ff:ff - RX: bytes packets errors dropped missed mcast - 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 - 44937138 223162 0 0 0 0 + 156761013 786770 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 e6:7f:9d:d0:dd:63 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 302119 3131 0 0 0 0 + 1381710 14264 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 82240233 765932 0 0 0 0 + 416232675 3845228 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 aa:04:b4:ce:1b:97 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 71146439 763549 0 1177 0 510672 + 360524717 3833200 0 5521 0 2583262 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4909,37 +4238,37 @@ default via 192.168.3.254 dev vmbr0 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 RX: bytes packets errors dropped missed mcast - 541408 4092 0 961 0 0 + 2556243 18981 0 4717 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 82506266 767959 0 0 0 0 + 416502464 3847255 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 aa:04:b4:ce:1b:97 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 82506266 767959 0 961 0 0 + 416502464 3847255 0 4717 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 541408 4092 0 0 0 0 + 2556243 18981 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:e5:ec:d4:ed:86 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 878594 7665 0 0 0 0 + 51435483 267024 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 83704902 773985 0 26 0 0 + 617431252 4289943 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 9e:84:03:1f:26:f8 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 71140264 763482 0 1177 0 510635 + 360518542 3833133 0 5521 0 2583225 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4949,37 +4278,37 @@ default via 192.168.3.254 dev vmbr0 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 RX: bytes packets errors dropped missed mcast - 1117883 8626 0 961 0 0 + 52610016 271741 0 4717 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 83974355 776034 0 0 0 0 + 617704461 4291992 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 9e:84:03:1f:26:f8 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast - 83974355 776034 0 961 0 0 + 617704461 4291992 0 4717 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 1117883 8626 0 0 0 0 + 52610016 271741 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 21863957 131841 0 0 0 0 + 1700794778 6132013 0 0 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 1107556210 923858 0 33276 0 0 + 3203801646 9788888 0 33276 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 0 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 - 70239511 754699 0 1166 0 504262 + 359617789 3824350 0 5510 0 2576852 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -4989,21 +4318,21 @@ default via 192.168.3.254 dev vmbr0 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 - 22101005 132793 0 952 0 0 + 1701967070 6136721 0 4708 0 0 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns - 1111488366 958645 0 0 0 0 + 3207737558 9823675 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 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 - 1111488366 958645 0 952 0 0 + 3207737558 9823675 0 4708 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 + 1701967070 6136721 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 @@ -5013,13 +4342,13 @@ default via 192.168.3.254 dev vmbr0 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 + 60 1 0 126683 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 + 10054348 123018 0 5 0 115713 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -5029,37 +4358,37 @@ default via 192.168.3.254 dev vmbr0 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 + 1172592 4713 0 4708 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 + 12952232 127747 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 + 12952232 127747 0 4708 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 + 1172592 4713 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 + 686102 7273 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 + 380489129 3513644 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 + 329310038 3501475 0 4999 0 2361616 RX errors: length crc frame fifo overrun 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns @@ -5069,21 +4398,61 @@ default via 192.168.3.254 dev vmbr0 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 + 1756802 11573 0 4300 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 + 380493429 3513644 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 + 380493429 3513644 0 4300 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 + 1756802 11573 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +43: tap902i0: mtu 1500 qdisc fq master fwbr902i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether fe:1d:4f:b7:08:1b brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 37715636 166563 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 162094400 1128105 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +44: fwbr902i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 6a:dc:be:bd:18:f7 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 84843940 899545 0 1225 0 599073 + 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 +45: fwpr902p0@fwln902i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether f2:fc:a9:f3:54:5f brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 37977584 167615 0 1052 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 161990428 1125604 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +46: fwln902i0@fwpr902p0: mtu 1500 qdisc noqueue master fwbr902i0 state UP mode DEFAULT group default qlen 1000 + link/ether 6a:dc:be:bd:18:f7 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 161990428 1125604 0 1052 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 37977584 167615 0 0 0 0 TX errors: aborted fifo window heartbt transns 0 0 0 0 2 @@ -5093,18 +4462,18 @@ default via 192.168.3.254 dev vmbr0 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.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.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.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 STALE 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.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 REACHABLE 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.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 STALE 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 @@ -5113,17 +4482,29 @@ 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::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::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE +fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE fe80::be24:11ff:febb:6af dev vmbr0 lladdr bc:24:11:bb:06:af STALE +fe80::8d8c:54c7:7a35:50a5 dev vmbr0 lladdr 2c:54:91:2a:0d:59 STALE fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +fe80::86b:90fc:88ab:7eee dev vmbr0 lladdr 2a:cc:df:57:21:d2 STALE fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE +fe80::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 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::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE +fe80::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c 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::54e4:4111:b359:b994 dev vmbr0 lladdr 96:86:dd:1b:81:5a 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::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::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 STALE fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE +fe80::31a5:b7f8:2ff3:6959 dev vmbr0 lladdr 2c:54:91:2a:0d:59 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 @@ -5131,40 +4512,40 @@ fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 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: 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 + lo: 38958930 176984 0 0 0 0 0 0 38958930 176984 0 0 0 0 0 0 + nic0: 9327678752 19085815 0 4721 0 0 0 3146166 2596450397 9369759 0 0 0 0 0 0 +enx9c69d36a5b6c: 34550611074 32698376 0 4721 0 0 0 0 62783908584 55210654 0 0 0 0 0 0 +tailscale0: 4293138141 641444 0 0 0 0 0 0 278897696 493693 0 0 0 0 0 0 + vmbr0: 5187488740 5303249 0 0 0 0 0 2583718 428296447 972869 0 0 0 0 0 0 +datanet: 34550256654 32693519 0 5 0 0 0 115982 60422519700 19440580 0 0 0 0 0 0 +tap901i0: 155586480 782053 0 0 0 0 0 0 711610695 4980900 0 0 0 0 0 0 +fwbr901i0: 360539840 3833315 0 5521 0 0 0 2583329 0 0 0 0 0 0 0 0 +fwpr901p0: 156761013 786770 0 4717 0 0 0 0 711783457 4982155 0 0 0 0 0 0 +fwln901i0: 711783457 4982155 0 4717 0 0 0 0 156761013 786770 0 0 0 0 0 0 +tap903i0: 1381710 14264 0 0 0 0 0 0 416232675 3845228 0 0 0 0 0 0 +fwbr903i0: 360524717 3833200 0 5521 0 0 0 2583262 0 0 0 0 0 0 0 0 +fwpr903p0: 2556243 18981 0 4717 0 0 0 0 416502464 3847255 0 0 0 0 0 0 +fwln903i0: 416502464 3847255 0 4717 0 0 0 0 2556243 18981 0 0 0 0 0 0 +tap904i0: 51435483 267024 0 0 0 0 0 0 617431252 4289943 0 26 0 0 0 0 +fwbr904i0: 360518542 3833133 0 5521 0 0 0 2583225 0 0 0 0 0 0 0 0 +fwpr904p0: 52610016 271741 0 4717 0 0 0 0 617704461 4291992 0 0 0 0 0 0 +fwln904i0: 617704461 4291992 0 4717 0 0 0 0 52610016 271741 0 0 0 0 0 0 +tap906i0: 1700794778 6132013 0 0 0 0 0 0 3203801646 9788888 0 33276 0 0 0 0 +fwbr906i0: 359617789 3824350 0 5510 0 0 0 2576852 0 0 0 0 0 0 0 0 +fwpr906p0: 1701967070 6136721 0 4708 0 0 0 0 3207737558 9823675 0 0 0 0 0 0 +fwln906i0: 3207737558 9823675 0 4708 0 0 0 0 1701967070 6136721 0 0 0 0 0 0 +tap906i1: 300 5 0 0 0 0 0 0 60 1 0 126683 0 0 0 0 +fwbr906i1: 10054348 123018 0 5 0 0 0 115713 0 0 0 0 0 0 0 0 +fwpr906p1: 1172592 4713 0 4708 0 0 0 0 12952232 127747 0 0 0 0 0 0 +fwln906i1: 12952232 127747 0 4708 0 0 0 0 1172592 4713 0 0 0 0 0 0 +tap905i0: 686102 7273 0 0 0 0 0 0 380489129 3513644 0 0 0 0 0 0 +fwbr905i0: 329310038 3501475 0 4999 0 0 0 2361616 0 0 0 0 0 0 0 0 +fwpr905p0: 1756802 11573 0 4300 0 0 0 0 380493429 3513644 0 0 0 0 0 0 +fwln905i0: 380493429 3513644 0 4300 0 0 0 0 1756802 11573 0 0 0 0 0 0 +tap902i0: 37715636 166563 0 0 0 0 0 0 162094400 1128105 0 0 0 0 0 0 +fwbr902i0: 84843940 899545 0 1225 0 0 0 599073 0 0 0 0 0 0 0 0 +fwpr902p0: 37977584 167615 0 1052 0 0 0 0 161990428 1125604 0 0 0 0 0 0 +fwln902i0: 161990428 1125604 0 1052 0 0 0 0 37977584 167615 0 0 0 0 0 0 --- ip -6 route (brief) $ ip -6 route @@ -8296,14 +7677,14 @@ netlink error: Operation not supported uncorr_ecc_errors: 0 corr_ecc_errors: 0 [statistics -S (throughput counters)] - rx_packets: 6005354 - tx_packets: 1067998 - rx_bytes: 6075911458 - tx_bytes: 265783030 - rx_broadcast: 253088 - tx_broadcast: 83 - rx_multicast: 625319 - tx_multicast: 11309 + rx_packets: 19085875 + tx_packets: 9369814 + rx_bytes: 9327698819 + tx_bytes: 2596473264 + rx_broadcast: 1250120 + tx_broadcast: 111 + rx_multicast: 3146167 + tx_multicast: 60704 ----- ethtool: tap901i0 ----- [driver/version/firmware/bus-info -i] @@ -9543,9 +8924,6 @@ netlink error: Operation not supported 7: tap901i0: mtu 1500 master fwbr901i0 state forwarding priority 32 cost 2 9: fwpr901p0@fwln901i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 10: fwln901i0@fwpr901p0: mtu 1500 master fwbr901i0 state forwarding priority 32 cost 2 -11: tap902i0: mtu 1500 master fwbr902i0 state forwarding priority 32 cost 2 -13: fwpr902p0@fwln902i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 -14: fwln902i0@fwpr902p0: mtu 1500 master fwbr902i0 state forwarding priority 32 cost 2 15: tap903i0: mtu 1500 master fwbr903i0 state forwarding priority 32 cost 2 17: fwpr903p0@fwln903i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 18: fwln903i0@fwpr903p0: mtu 1500 master fwbr903i0 state forwarding priority 32 cost 2 @@ -9561,11 +8939,14 @@ netlink error: Operation not supported 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 +43: tap902i0: mtu 1500 master fwbr902i0 state forwarding priority 32 cost 2 +45: fwpr902p0@fwln902i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +46: fwln902i0@fwpr902p0: mtu 1500 master fwbr902i0 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 39 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 48 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 @@ -9573,31 +8954,25 @@ 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 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 38 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 47 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 35 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 44 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 38 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 47 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 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 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 + 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 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 @@ -9609,7 +8984,13 @@ netlink error: Operation not supported 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 + 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 +43: 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 +45: 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 +46: 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 47 mcast_max_groups 0 --- bridge vlan $ bridge vlan @@ -9622,10 +9003,6 @@ tap901i0 1 PVID Egress Untagged fwbr901i0 1 PVID Egress Untagged fwpr901p0 1 PVID Egress Untagged fwln901i0 1 PVID Egress Untagged -tap902i0 1 PVID Egress Untagged -fwbr902i0 1 PVID Egress Untagged -fwpr902p0 1 PVID Egress Untagged -fwln902i0 1 PVID Egress Untagged tap903i0 1 PVID Egress Untagged fwbr903i0 1 PVID Egress Untagged fwpr903p0 1 PVID Egress Untagged @@ -9646,6 +9023,10 @@ tap905i0 1 PVID Egress Untagged fwbr905i0 1 PVID Egress Untagged fwpr905p0 1 PVID Egress Untagged fwln905i0 1 PVID Egress Untagged +tap902i0 1 PVID Egress Untagged +fwbr902i0 1 PVID Egress Untagged +fwpr902p0 1 PVID Egress Untagged +fwln902i0 1 PVID Egress Untagged --- bridge vlan show $ bridge vlan show @@ -9658,10 +9039,6 @@ tap901i0 1 PVID Egress Untagged fwbr901i0 1 PVID Egress Untagged fwpr901p0 1 PVID Egress Untagged fwln901i0 1 PVID Egress Untagged -tap902i0 1 PVID Egress Untagged -fwbr902i0 1 PVID Egress Untagged -fwpr902p0 1 PVID Egress Untagged -fwln902i0 1 PVID Egress Untagged tap903i0 1 PVID Egress Untagged fwbr903i0 1 PVID Egress Untagged fwpr903p0 1 PVID Egress Untagged @@ -9682,6 +9059,10 @@ tap905i0 1 PVID Egress Untagged fwbr905i0 1 PVID Egress Untagged fwpr905p0 1 PVID Egress Untagged fwln905i0 1 PVID Egress Untagged +tap902i0 1 PVID Egress Untagged +fwbr902i0 1 PVID Egress Untagged +fwpr902p0 1 PVID Egress Untagged +fwln902i0 1 PVID Egress Untagged --- brctl show $ brctl show @@ -9690,7 +9071,7 @@ datanet 8000.9c69d36a5b6c no enx9c69d36a5b6c fwpr906p1 fwbr901i0 8000.422445721dd6 no fwln901i0 tap901i0 -fwbr902i0 8000.aa0cf36d9fc7 no fwln902i0 +fwbr902i0 8000.6adcbebd18f7 no fwln902i0 tap902i0 fwbr903i0 8000.aa04b4ce1b97 no fwln903i0 tap903i0 @@ -9766,36 +9147,36 @@ 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: 2554 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 9: 12486 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 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] + 22: 0 0 0 0 0 0 0 451644 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 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 + 123: 0 0 0 0 0 0 0 0 0 19756153 0 0 IR-PCI-MSI-0000:00:1f.6 0-edge nic0 + 124: 0 0 0 0 0 0 0 0 0 0 18702795 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 670 0 0 0 0 IR-PCI-MSI-0000:00:02.0 0-edge i915 + 133: 0 0 0 0 0 0 0 3148 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 + NMI: 524 783 631 524 519 520 498 613 596 532 495 428 Non-maskable interrupts + LOC: 68569221 70442999 67082925 74442778 74488922 71965435 72654965 73289966 74282441 67958007 71510781 64219741 Local timer interrupts SPU: 0 0 0 0 0 0 0 0 0 0 0 0 Spurious 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 + PMI: 524 783 631 524 519 520 498 613 596 532 495 428 Performance monitoring interrupts + IWI: 178 403 444 295 478 255 298 485 279 190 422 364 IRQ work interrupts RTR: 0 0 0 0 0 0 0 0 0 0 0 0 APIC ICR read retries - 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 + RES: 52131 85288 69896 48242 66934 50912 51471 63489 59131 54644 53005 49319 Rescheduling interrupts + CAL: 2232617 1216425 968865 1082086 1120345 965500 965726 983899 978528 1128315 940540 885468 Function call interrupts + TLB: 22120 22416 21470 20384 19976 22109 21295 22514 21276 23066 23593 22218 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: 89 90 90 90 90 90 90 90 90 90 90 90 Machine check polls + MCP: 433 434 434 434 434 434 434 434 434 434 434 434 Machine check polls ERR: 0 MIS: 0 - PIN: 4591 4607 4246 6122 5779 5805 6382 5713 6254 3984 4547 4118 Posted-interrupt notification event + PIN: 54869 54915 52232 69646 66489 63915 71709 69032 71619 47684 46512 48159 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 @@ -9953,43 +9334,43 @@ done | head -n 60 --- /proc/net/softnet_stat (drops/backlog) $ cat /proc/net/softnet_stat -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 +001fb686 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +001812a4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +001437c2 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +0006ef90 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +000f179b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +000baf9f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +000a7550 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +00090256 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 +0008cf6f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000 +04a4f9e5 00000000 00000051 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000 +040e1158 00000000 0000000c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000 +00294646 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=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 +cpu0 total=001fb686 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=001812a4 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=001437c2 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=0006ef90 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=000f179b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=000baf9f dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=000a7550 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=00090256 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu8 total=0008cf6f dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu9 total=04a4f9f3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu10 total=040e1158 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu11 total=00294646 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 0 0.0 -TcpRetransSegs 31233 0.0 +TcpAttemptFails 2 0.0 +TcpRetransSegs 291320 0.0 TcpInErrs 0 0.0 Ip6ReasmFails 0 0.0 Ip6FragFails 0 0.0 @@ -9998,21 +9379,21 @@ TcpExtEmbryonicRsts 0 0.0 TcpExtLockDroppedIcmps 0 0.0 TcpExtListenOverflows 0 0.0 TcpExtListenDrops 0 0.0 -TcpExtTCPLossUndo 0 0.0 -TcpExtTCPLostRetransmit 3298 0.0 +TcpExtTCPLossUndo 1 0.0 +TcpExtTCPLostRetransmit 21066 0.0 TcpExtTCPRenoFailures 0 0.0 TcpExtTCPSackFailures 0 0.0 TcpExtTCPLossFailures 7 0.0 -TcpExtTCPFastRetrans 18753 0.0 -TcpExtTCPSlowStartRetrans 2699 0.0 -TcpExtTCPLossProbes 11058 0.0 -TcpExtTCPLossProbeRecovery 52 0.0 +TcpExtTCPFastRetrans 199789 0.0 +TcpExtTCPSlowStartRetrans 4820 0.0 +TcpExtTCPLossProbes 93469 0.0 +TcpExtTCPLossProbeRecovery 142 0.0 TcpExtTCPRenoRecoveryFail 0 0.0 -TcpExtTCPSackRecoveryFail 69 0.0 -TcpExtTCPAbortOnData 122 0.0 -TcpExtTCPAbortOnClose 0 0.0 +TcpExtTCPSackRecoveryFail 182 0.0 +TcpExtTCPAbortOnData 605 0.0 +TcpExtTCPAbortOnClose 2 0.0 TcpExtTCPAbortOnMemory 0 0.0 -TcpExtTCPAbortOnTimeout 0 0.0 +TcpExtTCPAbortOnTimeout 2 0.0 TcpExtTCPAbortOnLinger 0 0.0 TcpExtTCPAbortFailed 0 0.0 TcpExtTCPMD5Failure 0 0.0 @@ -10027,7 +9408,7 @@ TcpExtTCPOFODrop 0 0.0 TcpExtTCPFastOpenActiveFail 0 0.0 TcpExtTCPFastOpenPassiveFail 0 0.0 TcpExtTCPFastOpenListenOverflow 0 0.0 -TcpExtTCPSynRetrans 42 0.0 +TcpExtTCPSynRetrans 64 0.0 TcpExtTCPMTUPFail 0 0.0 TcpExtTCPZeroWindowDrop 0 0.0 TcpExtTCPRcvQDrop 0 0.0 @@ -10052,81 +9433,101 @@ MPTcpExtFallbackFailed 0 0.0 --- ss -s $ ss -s -Total: 389 -TCP: 108 (estab 12, closed 85, orphaned 0, timewait 85) +Total: 394 +TCP: 189 (estab 17, closed 161, orphaned 0, timewait 160) Transport Total IP IPv6 RAW 0 0 0 UDP 7 4 3 -TCP 23 17 6 -INET 30 21 9 +TCP 28 19 9 +INET 35 23 12 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:48594 9.9.9.9:443 timer:(keepalive,26sec,0) +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 192.168.3.58:37538 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) +0 0 127.0.0.1:5900 127.0.0.1:47572 + skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 10.100.100.9:682 10.100.100.5:2049 timer:(keepalive,4.424sec,0) + skmem:(r0,rb1193693,t0,tb14231040,f0,w0,o0,bl0,d32) +0 0 10.100.100.9:825 10.100.100.5:2049 timer:(keepalive,1min26sec,0) + skmem:(r0,rb1356536,t0,tb11750400,f0,w0,o0,bl0,d36) +0 0 10.100.100.9:1004 10.100.100.5:2049 timer:(keepalive,24sec,0) + skmem:(r0,rb1317845,t0,tb13865472,f0,w0,o0,bl0,d31) +0 0 10.100.100.9:1018 10.100.100.5:2049 timer:(keepalive,52sec,0) + skmem:(r0,rb1403510,t0,tb9269760,f0,w0,o0,bl0,d33) +0 0 127.0.0.1:47572 127.0.0.1:5900 + skmem:(r0,rb142679,t0,tb3939840,f0,w0,o0,bl0,d0) +0 0 192.168.3.58:41724 209.177.156.94:443 timer:(keepalive,3.927sec,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) +0 0 192.168.3.58:43904 192.200.0.116:443 timer:(keepalive,15sec,0) + skmem:(r0,rb100948,t0,tb130560,f0,w0,o0,bl0,d3) +0 0 10.100.100.9:674 10.100.100.4:2049 timer:(keepalive,50sec,0) + skmem:(r0,rb3421301,t0,tb11410944,f0,w0,o0,bl0,d78) +0 0 10.100.100.9:800 10.100.100.4:2049 timer:(keepalive,1min1sec,0) + skmem:(r0,rb2562108,t0,tb12142080,f0,w0,o0,bl0,d94) +0 0 10.100.100.9:842 10.100.100.4:2049 timer:(keepalive,52sec,0) + skmem:(r0,rb2872366,t0,tb13813248,f0,w0,o0,bl0,d90) +0 0 10.100.100.9:891 10.100.100.4:2049 timer:(keepalive,10sec,0) + skmem:(r0,rb2996463,t0,tb11515392,f0,w0,o0,bl0,d72) +0 0 [::ffff:100.101.158.76]:8006 [::ffff:100.109.70.137]:61632 + skmem:(r0,rb87380,t0,tb69120,f0,w0,o0,bl0,d0) +0 0 [::ffff:100.101.158.76]:8006 [::ffff:100.109.70.137]:1997 + skmem:(r0,rb87380,t0,tb228096,f0,w0,o0,bl0,d16) +0 0 [::ffff:100.101.158.76]:8006 [::ffff:100.109.70.137]:44071 + skmem:(r0,rb87380,t0,tb69120,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.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 +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 192.168.3.58:37538 9.9.9.9:https + bbr wscale:11,12 rto:212 rtt:11.694/0.883 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:13890 bytes_acked:13891 bytes_received:23137 segs_out:216 segs_in:210 data_segs_out:209 data_segs_in:107 bbr:(bw:3.73Mbps,mrtt:10.247,pacing_gain:2.88672,cwnd_gain:2.88672) send 17.8Mbps lastsnd:1920 lastrcv:1884 lastack:1884 pacing_rate 30.4Mbps delivery_rate 3.73Mbps delivered:210 app_limited busy:1188ms rcv_space:14480 rcv_ssthresh:57388 minrtt:10.247 snd_wnd:45056 rcv_wnd:61440 +ESTAB 0 0 100.101.158.76:ssh 100.101.187.119:50342 + bbr wscale:7,12 rto:207 rtt:6.654/10.86 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:21.5Mbps,mrtt:0.56,pacing_gain:2.88672,cwnd_gain:2.88672) send 36.9Mbps lastsnd:8957 lastrcv:8957 lastack:8914 pacing_rate 393Mbps delivery_rate 21.5Mbps delivered:16 app_limited busy:66ms rcv_rtt:6 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.56 snd_wnd:77440 rcv_wnd:61440 +ESTAB 0 0 127.0.0.1:5900 127.0.0.1:47572 + bbr wscale:12,12 rto:203 rtt:2.449/1.317 ato:40 mss:65483 pmtu:65535 rcvmss:536 advmss:65483 cwnd:17 bytes_sent:54678 bytes_acked:54678 bytes_received:430 segs_out:43 segs_in:36 data_segs_out:19 data_segs_in:31 bbr:(bw:34.9Gbps,mrtt:0.012,pacing_gain:2.88672,cwnd_gain:2.88672) send 3.64Gbps lastsnd:762438 lastrcv:761988 lastack:761988 pacing_rate 429Gbps delivery_rate 34.9Gbps delivered:20 app_limited busy:47ms rcv_space:43690 rcv_ssthresh:43690 minrtt:0.012 snd_wnd:139264 rcv_wnd:45056 +ESTAB 0 0 10.100.100.9:682 10.100.100.5:nfs + bbr wscale:12,12 rto:205 rtt:4.374/5.498 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:158 ssthresh:513 bytes_sent:8610398272 bytes_retrans:67181348 bytes_acked:8543216925 bytes_received:525697496 segs_out:6336651 segs_in:1208405 data_segs_out:5991840 data_segs_in:587765 bbr:(bw:622Mbps,mrtt:0.167,pacing_gain:1.25,cwnd_gain:2) send 418Mbps lastsnd:166 lastrcv:164 lastack:164 pacing_rate 769Mbps delivery_rate 622Mbps delivered:5948163 app_limited busy:1884625ms rwnd_limited:16ms(0.0%) retrans:0/47747 dsack_dups:4069 rcv_rtt:1 rcv_space:328696 rcv_ssthresh:792049 minrtt:0.152 snd_wnd:6533120 rcv_wnd:794624 rehash:22 +ESTAB 0 0 10.100.100.9:825 10.100.100.5:nfs + bbr wscale:12,12 rto:205 rtt:4.348/5.521 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:164 ssthresh:447 bytes_sent:8641529296 bytes_retrans:69781104 bytes_acked:8571748193 bytes_received:553988816 segs_out:6381303 segs_in:1231394 data_segs_out:6013381 data_segs_in:607222 bbr:(bw:629Mbps,mrtt:0.178,pacing_gain:1.25,cwnd_gain:2) send 437Mbps lastsnd:225 lastrcv:223 lastack:223 pacing_rate 778Mbps delivery_rate 588Mbps delivered:5967792 app_limited busy:1926898ms rwnd_limited:68ms(0.0%) retrans:0/49588 dsack_dups:3998 rcv_rtt:2.125 rcv_space:314892 rcv_ssthresh:900824 minrtt:0.16 rcv_ooopack:3 snd_wnd:6717440 rcv_wnd:901120 rehash:24 +ESTAB 0 0 10.100.100.9:1004 10.100.100.5:nfs + bbr wscale:12,12 rto:204 rtt:3.704/4.204 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:164 ssthresh:597 bytes_sent:8615050556 bytes_retrans:67616252 bytes_acked:8547434305 bytes_received:538776056 segs_out:6338877 segs_in:1221880 data_segs_out:5994940 data_segs_in:596719 bbr:(bw:544Mbps,mrtt:0.179,pacing_gain:1.25,cwnd_gain:2) send 513Mbps lastsnd:164 lastrcv:163 lastack:163 pacing_rate 673Mbps delivery_rate 510Mbps delivered:5950879 app_limited busy:1973679ms rwnd_limited:12ms(0.0%) retrans:0/48026 dsack_dups:3964 rcv_rtt:1.125 rcv_space:311036 rcv_ssthresh:874493 minrtt:0.153 snd_wnd:6119424 rcv_wnd:876544 rehash:31 +ESTAB 0 0 10.100.100.9:1018 10.100.100.5:nfs + bbr wscale:12,12 rto:206 rtt:5.051/7.123 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:158 ssthresh:574 bytes_sent:8603384292 bytes_retrans:69063768 bytes_acked:8534320525 bytes_received:519029624 segs_out:6319209 segs_in:1206303 data_segs_out:5986808 data_segs_in:583053 bbr:(bw:440Mbps,mrtt:0.168,pacing_gain:1.25,cwnd_gain:2) send 362Mbps lastsnd:161 lastrcv:160 lastack:160 pacing_rate 545Mbps delivery_rate 440Mbps delivered:5941741 app_limited busy:1879718ms rwnd_limited:37ms(0.0%) retrans:0/49078 dsack_dups:4010 rcv_rtt:1 rcv_space:254476 rcv_ssthresh:931380 minrtt:0.155 snd_wnd:6758400 rcv_wnd:933888 rehash:27 +ESTAB 0 0 127.0.0.1:47572 127.0.0.1:5900 + bbr wscale:12,12 rto:209 rtt:8.665/13.982 ato:40 mss:22528 pmtu:65535 rcvmss:34816 advmss:65483 cwnd:18 bytes_sent:430 bytes_acked:431 bytes_received:54678 segs_out:36 segs_in:44 data_segs_out:31 data_segs_in:19 bbr:(bw:30Gbps,mrtt:0.006,pacing_gain:2.88672,cwnd_gain:2.88672) send 374Mbps lastsnd:761988 lastrcv:762438 lastack:761988 pacing_rate 277Gbps delivery_rate 30Gbps delivered:32 app_limited busy:401ms rcv_rtt:14 rcv_space:51359 rcv_ssthresh:137702 minrtt:0.006 snd_wnd:45056 rcv_wnd:139264 +ESTAB 0 0 192.168.3.58:41724 209.177.156.94:https + bbr wscale:7,12 rto:216 rtt:15.051/8.12 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:51 bytes_sent:1076660 bytes_acked:1076661 bytes_received:926760 segs_out:12907 segs_in:11125 data_segs_out:5745 data_segs_in:5448 bbr:(bw:5.01Mbps,mrtt:10.137,pacing_gain:2.88672,cwnd_gain:2.88672) send 39.3Mbps lastsnd:1880 lastrcv:1867 lastack:1867 pacing_rate 23.6Mbps delivery_rate 5.01Mbps delivered:5746 app_limited busy:44648ms rcv_rtt:6208.35 rcv_space:46552 rcv_ssthresh:504901 minrtt:10.137 snd_wnd:253568 rcv_wnd:507904 +ESTAB 0 0 192.168.3.58:43904 192.200.0.116:https + bbr wscale:10,12 rto:338 rtt:136.337/2.819 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:3244 bytes_acked:3245 bytes_received:102860 segs_out:1509 segs_in:1521 data_segs_out:19 data_segs_in:790 bbr:(bw:258kbps,mrtt:133.988,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.53Mbps lastsnd:1233585 lastrcv:14480 lastack:14480 pacing_rate 2.45Mbps delivery_rate 258kbps delivered:20 app_limited busy:2109ms rcv_rtt:1354.38 rcv_space:19613 rcv_ssthresh:66398 minrtt:133.988 snd_wnd:80896 rcv_wnd:69632 +ESTAB 0 0 10.100.100.9:674 10.100.100.4:nfs + bbr wscale:9,12 rto:203 rtt:2.524/0.29 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:97 ssthresh:636 bytes_sent:6085556664 bytes_retrans:29161168 bytes_acked:6056395497 bytes_received:7635609980 segs_out:7119390 segs_in:6700662 data_segs_out:4284929 data_segs_in:5678153 bbr:(bw:165Mbps,mrtt:2.34,pacing_gain:1.25,cwnd_gain:2) send 445Mbps lastsnd:1565 lastrcv:1540 lastack:1540 pacing_rate 204Mbps delivery_rate 165Mbps delivered:4279082 app_limited busy:2978886ms rwnd_limited:2265ms(0.1%) retrans:0/23462 dsack_dups:17615 rcv_rtt:1.234 rcv_space:689248 rcv_ssthresh:2271957 minrtt:0.542 rcv_ooopack:3198 snd_wnd:9617920 rcv_wnd:2273280 rehash:46 +ESTAB 0 0 10.100.100.9:800 10.100.100.4:nfs + bbr wscale:9,12 rto:203 rtt:2.601/0.442 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:98 ssthresh:688 bytes_sent:6173444788 bytes_retrans:29583204 bytes_acked:6143861585 bytes_received:7762387340 segs_out:7160266 segs_in:6794728 data_segs_out:4345611 data_segs_in:5765964 bbr:(bw:187Mbps,mrtt:1.273,pacing_gain:1.25,cwnd_gain:2) send 436Mbps lastsnd:194 lastrcv:192 lastack:192 pacing_rate 231Mbps delivery_rate 187Mbps delivered:4339380 app_limited busy:2950610ms rwnd_limited:1299ms(0.0%) retrans:0/23717 dsack_dups:17488 rcv_rtt:1.234 rcv_space:512592 rcv_ssthresh:1701399 minrtt:0.703 rcv_ooopack:4061 snd_wnd:7866368 rcv_wnd:1703936 rehash:42 +ESTAB 0 0 10.100.100.9:842 10.100.100.4:nfs + bbr wscale:9,12 rto:204 rtt:3.152/1.068 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:38 ssthresh:726 bytes_sent:6182825932 bytes_retrans:30994960 bytes_acked:6151830973 bytes_received:7632648060 segs_out:7182455 segs_in:6709533 data_segs_out:4351689 data_segs_in:5675965 bbr:(bw:62.9Mbps,mrtt:1.326,pacing_gain:1.25,cwnd_gain:2) send 140Mbps lastsnd:192 lastrcv:189 lastack:189 pacing_rate 77.8Mbps delivery_rate 62.9Mbps delivered:4344622 app_limited busy:3002697ms rwnd_limited:867ms(0.0%) retrans:0/24721 dsack_dups:17654 rcv_rtt:1 rcv_space:645080 rcv_ssthresh:1907430 minrtt:0.334 rcv_ooopack:3394 snd_wnd:8798208 rcv_wnd:1908736 rehash:37 +ESTAB 0 0 10.100.100.9:891 10.100.100.4:nfs + bbr wscale:9,12 rto:203 rtt:2.877/0.675 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:84 ssthresh:966 bytes_sent:6208182736 bytes_retrans:29936980 bytes_acked:6178245757 bytes_received:7641102380 segs_out:7179043 segs_in:6704058 data_segs_out:4369410 data_segs_in:5681860 bbr:(bw:110Mbps,mrtt:2.342,pacing_gain:1.25,cwnd_gain:2) send 338Mbps lastsnd:187 lastrcv:184 lastack:184 pacing_rate 136Mbps delivery_rate 110Mbps delivered:4362789 app_limited busy:3006915ms rwnd_limited:2730ms(0.1%) retrans:0/23951 dsack_dups:17330 rcv_rtt:1.125 rcv_space:707700 rcv_ssthresh:1989838 minrtt:0.473 rcv_ooopack:5439 snd_wnd:9440768 rcv_wnd:1990656 rehash:40 +ESTAB 0 0 [::ffff:100.101.158.76]:8006 [::ffff:100.109.70.137]:61632 + bbr wscale:8,12 rto:209 rtt:8.913/14.495 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:16 bytes_sent:4711 bytes_acked:4711 bytes_received:3190 segs_out:7 segs_in:8 data_segs_out:6 data_segs_in:3 bbr:(bw:12.8Mbps,mrtt:1.677,pacing_gain:2.88672,cwnd_gain:2.88672) send 17.8Mbps lastsnd:318 lastrcv:320 lastack:262 pacing_rate 169Mbps delivery_rate 12.8Mbps delivered:7 app_limited busy:61ms rcv_space:12400 rcv_ssthresh:39935 minrtt:1.677 snd_wnd:65280 rcv_wnd:45056 +ESTAB 0 0 [::ffff:100.101.158.76]:8006 [::ffff:100.109.70.137]:1997 + bbr wscale:8,12 rto:205 rtt:4.054/2.396 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:75 bytes_sent:58851 bytes_acked:58851 bytes_received:5078 segs_out:101 segs_in:83 data_segs_out:65 data_segs_in:56 bbr:(bw:184Mbps,mrtt:0.838,pacing_gain:2.88672,cwnd_gain:2.88672) send 184Mbps lastsnd:762444 lastrcv:761994 lastack:41780 pacing_rate 527Mbps delivery_rate 6.22Mbps delivered:66 busy:108ms rcv_space:12400 rcv_ssthresh:41300 minrtt:0.838 snd_wnd:64512 rcv_wnd:45056 +ESTAB 0 0 [::ffff:100.101.158.76]:8006 [::ffff:100.109.70.137]:44071 + bbr wscale:8,12 rto:208 rtt:7.398/12.333 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:16 bytes_sent:4978 bytes_acked:4978 bytes_received:3019 segs_out:7 segs_in:8 data_segs_out:6 data_segs_in:3 bbr:(bw:20.3Mbps,mrtt:0.976,pacing_gain:2.88672,cwnd_gain:2.88672) send 21.5Mbps lastsnd:328 lastrcv:330 lastack:280 pacing_rate 217Mbps delivery_rate 20.3Mbps delivered:7 app_limited busy:52ms rcv_space:12400 rcv_ssthresh:36522 minrtt:0.976 snd_wnd:65024 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 46066 17546 0 1 12 4940413 10463039 31233 0 276 0 +Tcp: 1 200 120000 -1 211417 38669 2 3 17 33399178 55769533 291320 0 1367 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 46066 17546 0 1 12 4940413 10463039 31233 0 276 0 +Tcp: 1 200 120000 -1 211417 38669 2 3 17 33399178 55769533 291320 0 1367 0 Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors --- nstat TCP summary @@ -10175,7 +9576,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 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 dm-name-pve-root name-pve-root 0 0 512B 13 2G 0 55.1G / 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 @@ -10286,32 +9687,32 @@ printf: usage: printf [-v var] format [arguments] $ df -h Filesystem Size Used Avail Use% Mounted on udev 11G 0 11G 0% /dev -tmpfs 2.4G 4.5M 2.4G 1% /run +tmpfs 2.4G 4.6M 2.4G 1% /run /dev/mapper/pve-root 67G 7.6G 56G 13% / -tmpfs 12G 46M 12G 1% /dev/shm +tmpfs 12G 49M 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 187G 2.4T 8% /mnt/pve/D2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 189G 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/S3 916G 7.0G 863G 1% /mnt/pve/S3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 210G 1.5T 13% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 13G 857G 2% /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/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 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 131G 91G 59% /mnt/pve/T5-SSD +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.4G 432G 1% /mnt/pve/S4 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 26G 844G 3% /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 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 +tmpfs 3039265 1220 3038045 1% /run +/dev/mapper/pve-root 4440064 79538 4360526 2% / +tmpfs 3039265 113 3039152 1% /dev/shm efivarfs 0 0 0 - /sys/firmware/efi/efivars tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service tmpfs 3039265 20 3039245 1% /run/lock @@ -10320,12 +9721,12 @@ tmpfs 1048576 14 1048562 1% /tmp /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 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/D5 122101760 56 122101704 1% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 21 61054955 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/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4 -pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 19 61054957 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 15 30531569 1% /mnt/pve/S4 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 21 61054955 1% /mnt/pve/S2 tmpfs 607853 26 607827 1% /run/user/0 ############################################################################### @@ -10400,11 +9801,11 @@ done Last mounted on: / Block count: 17759232 Reserved block count: 887961 -Free blocks: 15351294 +Free blocks: 15349279 Block size: 4096 Reserved GDT blocks: 1024 Last mount time: Mon Jul 27 13:49:35 2026 -Last write time: Mon Jul 27 21:49:52 2026 +Last write time: Wed Jul 29 04:51:24 2026 Mount count: 9 Maximum mount count: -1 Last checked: Tue Apr 16 19:31:03 2024 @@ -10449,33 +9850,33 @@ done $ nfsstat -c Client rpc stats: calls retrans authrefrsh -301013 0 301829 +2804586 0 2812294 Client nfs v4: null read write commit open -2 0% 48354 16% 206960 68% 8432 2% 2 0% +2 0% 120618 4% 2494924 88% 21339 0% 4 0% open_conf open_noat open_dgrd close setattr -0 0% 8 0% 0 0% 1 0% 0 0% +0 0% 82 0% 0 0% 53 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% 76 0% 6106 2% 72 0% +0 0% 0 0% 176 0% 29798 1% 84 0% lookup_root remove rename link symlink -7 0% 0 0% 0 0% 0 0% 0 0% +7 0% 4 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -2 0% 28 0% 20230 6% 0 0% 27 0% +4 0% 28 0% 99180 3% 0 0% 88 0% server_caps delegreturn getacl setacl fs_locations -56 0% 3 0% 0 0% 0 0% 0 0% +56 0% 25 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% 2 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% 8114 2% +0 0% 0 0% 0 0% 0 0% 27065 0% allocate deallocate layoutstats clone -0 0% 857 0% 1660 0% 0 0% +0 0% 857 0% 10362 0% 0 0% --- nfsstat -s (server stats) @@ -10487,7 +9888,7 @@ Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory). $ nfsstat -234 Client rpc stats: calls retrans authrefrsh -301013 0 301829 +2804586 0 2812294 Client nfs v2: null getattr setattr root lookup @@ -10513,29 +9914,29 @@ pathconf commit Client nfs v4: null read write commit open -2 0% 48354 16% 206960 68% 8432 2% 2 0% +2 0% 120618 4% 2494924 88% 21339 0% 4 0% open_conf open_noat open_dgrd close setattr -0 0% 8 0% 0 0% 1 0% 0 0% +0 0% 82 0% 0 0% 53 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% 76 0% 6106 2% 72 0% +0 0% 0 0% 176 0% 29798 1% 84 0% lookup_root remove rename link symlink -7 0% 0 0% 0 0% 0 0% 0 0% +7 0% 4 0% 0 0% 0 0% 0 0% create pathconf statfs readlink readdir -2 0% 28 0% 20230 6% 0 0% 27 0% +4 0% 28 0% 99180 3% 0 0% 88 0% server_caps delegreturn getacl setacl fs_locations -56 0% 3 0% 0 0% 0 0% 0 0% +56 0% 25 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% 2 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% 8114 2% +0 0% 0 0% 0 0% 0 0% 27065 0% allocate deallocate layoutstats clone -0 0% 857 0% 1660 0% 0 0% +0 0% 857 0% 10362 0% 0 0% --- showmount -e (exports) @@ -10546,8 +9947,8 @@ clnt_create: RPC: Timed out --- /proc/net/rpc/nfs $ cat /proc/net/rpc/nfs net 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 +rpc 2811573 0 2819304 +proc4 71 2 120618 2501701 21378 4 0 84 0 53 0 28 0 0 0 0 0 0 176 29833 84 7 4 0 0 0 4 28 99313 0 88 56 27 0 0 0 0 0 0 4 2 0 2 0 2 0 0 0 0 7 0 0 0 0 0 27065 0 857 10362 0 0 0 0 0 0 0 0 0 0 0 0 0 --- /proc/net/rpc/nfsd $ cat /proc/net/rpc/nfsd @@ -10692,14 +10093,14 @@ Nobody-Group = nogroup --- pvesm status $ pvesm status Name Type Status Total (KiB) Used (KiB) Available (KiB) % -D2 nfs active 2883130368 195178496 2541422592 6.77% +D2 nfs active 2883130368 197245952 2539355136 6.84% D3 nfs active 491133952 2048 466110464 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 126919680 105585664 51.80% -local dir active 69344520 7939328 57836964 11.45% +D5 nfs active 1921726464 219219968 1604814848 11.41% +S2 nfs active 960304128 26530816 884918272 2.76% +S3 nfs active 960304128 13431808 898018304 1.40% +S4 nfs active 479597568 2460672 452701184 0.51% +T5-SSD nfs active 245023744 137123840 95380480 55.96% +local dir active 69344520 7947536 57828756 11.46% local-lvm lvmthin active 143093760 0 143093760 0.00% --- pvesm list per storage @@ -10737,8 +10138,7 @@ Volid Format Type Size VMID --- pvesm config D3 --- --- storage: D5 --- 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:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 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 @@ -10751,25 +10151,25 @@ 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: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 -S2:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S2:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 S2:706/vm-706-disk-0.qcow2 qcow2 images 34359738368 706 +S2:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 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:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 +S3:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906 --- pvesm config S3 --- --- storage: S4 --- -Volid Format Type Size VMID +Volid Format Type Size VMID +S4:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 --- pvesm config S4 --- --- storage: T5-SSD --- Volid Format Type Size VMID @@ -11261,7 +10661,7 @@ no pools available --- ARC stats $ cat /proc/spl/kstat/zfs/arcstats -22 1 0x01 148 40256 3459208245 29087850560097 +22 1 0x01 148 40256 3459208245 141803243205502 name type data hits 4 0 iohits 4 0 @@ -11391,8 +10791,8 @@ memory_throttle_count 4 0 memory_direct_count 4 0 memory_indirect_count 4 0 memory_all_bytes 4 24897662976 -memory_free_bytes 4 12534329344 -memory_available_bytes 3 11604804736 +memory_free_bytes 4 9429860352 +memory_available_bytes 3 8500335744 arc_no_grow 4 0 arc_tempreserve 4 0 arc_loaned_bytes 4 0 @@ -11414,7 +10814,7 @@ abd_chunk_waste_size 4 0 --- dmu_tx $ cat /proc/spl/kstat/zfs/dmu_tx -18 1 0x01 13 3536 3457104941 29087851165453 +18 1 0x01 13 3536 3457104941 141803243864645 name type data dmu_tx_assigned 4 0 dmu_tx_delay 4 0 @@ -11432,7 +10832,7 @@ dmu_tx_quota 4 0 --- zfetchstats $ cat /proc/spl/kstat/zfs/zfetchstats -17 1 0x01 8 2176 3457104017 29087851750572 +17 1 0x01 8 2176 3457104017 141803244436275 name type data hits 4 0 future 4 0 @@ -11450,7 +10850,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 3456996820 29087852942648 +15 1 0x01 20 5440 3456996820 141803245608014 name type data struct_size 4 96 linear_cnt 4 0 @@ -11608,7 +11008,7 @@ no pools available $ arc_summary ------------------------------------------------------------------------ -ZFS Subsystem Report Mon Jul 27 21:54:21 2026 +ZFS Subsystem Report Wed Jul 29 05:12:56 2026 Linux 7.0.14-6-pve 2.4.3-pve1 Machine: pfv-tsys9 (x86_64) 2.4.3-pve1 @@ -11618,8 +11018,8 @@ ARC status: Max target size: 10.0 % 2.3 GiB Target size (adaptive): < 0.1 % 742.0 MiB Current size: < 0.1 % 2.8 KiB - Free memory size: 11.6 GiB - Available memory size: 10.8 GiB + Free memory size: 8.8 GiB + Available memory size: 8.0 GiB ARC structural breakdown (current size): 2.8 KiB Compressed size: 0.0 % 0 Bytes @@ -12183,7 +11583,7 @@ TRIM Command: Available 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 21:54:21 2026 CDT +Local Time is: Wed Jul 29 05:12:56 2026 CDT SMART support is: Available - device has SMART capability. SMART support is: Enabled @@ -12224,7 +11624,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 - 9911 + 9 Power_On_Hours 0x0012 100 100 000 Old_age Always - 9942 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 @@ -12233,7 +11633,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 - 7625 +241 Total_LBAs_Written 0x0012 100 100 000 Old_age Always - 7628 SMART Error Log Version: 1 No Errors Logged @@ -12273,7 +11673,7 @@ The above only provides legacy SMART information - try 'smartctl -x' for more $ qm list VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID 901 tsys-siem running 8000 132.00 1420 - 902 tsys-ucs-02 running 8000 50.00 1525 + 902 tsys-ucs-02 running 8000 50.00 545428 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 @@ -12317,7 +11717,7 @@ net0: virtio=BC:24:11:C8:DA:34,bridge=vmbr0,firewall=1 numa: 0 onboot: 1 ostype: l26 -scsi0: D5:902/vm-902-disk-0.qcow2,format=qcow2,iothread=1,size=50G +scsi0: S2:902/vm-902-disk-0.qcow2,iothread=1,size=50G scsihw: virtio-scsi-single smbios1: uuid=6fb5cbbe-5328-4857-be51-3cf7abf0aa2d sockets: 2 @@ -12395,7 +11795,7 @@ 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 +scsi0: S3:906/vm-906-disk-0.qcow2,iothread=1,size=32G scsihw: virtio-scsi-single smbios1: uuid=2140593d-8cf6-4877-a2b6-3d2ac9bd0e2f sockets: 1 @@ -12446,7 +11846,7 @@ done "prefix" : 22 }, { - "ip-address" : "2600:1700:1d1:eb00::b", + "ip-address" : "2600:1700:1d1:eb00::1f", "ip-address-type" : "ipv6", "prefix" : 128 }, @@ -12631,13 +12031,13 @@ 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 Mon 2026-07-27 13:50:32 CDT; 8h ago + Active: active (running) since Mon 2026-07-27 13:50:32 CDT; 1 day 15h 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 + Memory: 68.1M (peak: 83.1M) + CPU: 1min 31.300s CGroup: /system.slice/pve-cluster.service └─1087 /usr/bin/pmxcfs @@ -12648,61 +12048,64 @@ Jul 27 13:50:32 pfv-tsys9 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 Mon 2026-07-27 13:50:33 CDT; 8h ago + Active: active (running) since Mon 2026-07-27 13:50:33 CDT; 1 day 15h 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 + Tasks: 6 (limit: 25572) + Memory: 318.6M (peak: 2.7G) + CPU: 1min 29.470s CGroup: /system.slice/pvedaemon.service - ├─ 1297 pvedaemon - ├─28904 "pvedaemon worker" - ├─30885 "pvedaemon worker" - └─37032 "pvedaemon worker" + ├─ 1297 pvedaemon + ├─573277 "pvedaemon worker" + ├─574287 "pvedaemon worker" + ├─697331 "pvedaemon worker" + ├─702546 "task UPID:pfv-tsys9:000AB852:00D844D1:6A69D1E2:vncproxy:905:root@pam:" + └─702548 /usr/bin/perl /usr/sbin/qm vncproxy 905 -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 +Jul 29 04:56:41 pfv-tsys9 pvedaemon[574287]: starting task UPID:pfv-tsys9:000A9EBD:00D6E302:6A69CE59:vncproxy:905:root@pam: +Jul 29 04:56:41 pfv-tsys9 pvedaemon[695997]: starting vnc proxy UPID:pfv-tsys9:000A9EBD:00D6E302:6A69CE59:vncproxy:905:root@pam: +Jul 29 05:01:14 pfv-tsys9 pvedaemon[556881]: worker exit +Jul 29 05:01:14 pfv-tsys9 pvedaemon[1297]: worker 556881 finished +Jul 29 05:01:14 pfv-tsys9 pvedaemon[1297]: starting 1 worker(s) +Jul 29 05:01:14 pfv-tsys9 pvedaemon[1297]: worker 697331 started +Jul 29 05:11:37 pfv-tsys9 pvedaemon[574287]: successful auth for user 'root@pam' +Jul 29 05:11:46 pfv-tsys9 pvedaemon[574287]: end task UPID:pfv-tsys9:000A9EBD:00D6E302:6A69CE59:vncproxy:905:root@pam: OK +Jul 29 05:11:46 pfv-tsys9 pvedaemon[702546]: starting vnc proxy UPID:pfv-tsys9:000AB852:00D844D1:6A69D1E2:vncproxy:905:root@pam: +Jul 29 05:11:46 pfv-tsys9 pvedaemon[697331]: starting task UPID:pfv-tsys9:000AB852:00D844D1:6A69D1E2:vncproxy:905:root@pam: ● 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 13:50:34 CDT; 8h ago + Active: active (running) since Mon 2026-07-27 13:50:34 CDT; 1 day 15h 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) + Process: 625186 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) Main PID: 1309 (pveproxy) Tasks: 4 (limit: 25572) - Memory: 264.4M (peak: 288M) - CPU: 1min 20.303s + Memory: 278.5M (peak: 456.9M) + CPU: 2min 38.510s CGroup: /system.slice/pveproxy.service - ├─ 1309 pveproxy - ├─67853 "pveproxy worker" - ├─77137 "pveproxy worker" - └─77441 "pveproxy worker" + ├─ 1309 pveproxy + ├─625209 "pveproxy worker" + ├─625210 "pveproxy worker" + └─625211 "pveproxy worker" -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 +Jul 29 00:53:47 pfv-tsys9 pveproxy[583710]: worker exit +Jul 29 00:53:47 pfv-tsys9 pveproxy[601019]: worker exit +Jul 29 00:53:47 pfv-tsys9 pveproxy[1309]: worker 583710 finished +Jul 29 00:53:47 pfv-tsys9 pveproxy[1309]: worker 567932 finished +Jul 29 00:53:47 pfv-tsys9 pveproxy[1309]: worker 601019 finished +Jul 29 04:56:35 pfv-tsys9 pveproxy[625209]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:56:35 pfv-tsys9 pveproxy[625209]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:56:35 pfv-tsys9 pveproxy[625210]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:56:35 pfv-tsys9 pveproxy[625211]: authentication failure: 401 permission denied - invalid PVE ticket +Jul 29 04:56:38 pfv-tsys9 pveproxy[625210]: proxy detected vanished client connection ● 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 13:50:33 CDT; 8h ago + Active: active (running) since Mon 2026-07-27 13:50:33 CDT; 1 day 15h 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) @@ -12710,8 +12113,8 @@ Jul 27 18:08:50 pfv-tsys9 pveproxy[1309]: worker 77441 started Process: 1267 ExecStart=/usr/sbin/pve-firewall start (code=exited, status=0/SUCCESS) Main PID: 1272 (pve-firewall) Tasks: 1 (limit: 25572) - Memory: 108.4M (peak: 133.6M) - CPU: 1min 58.678s + Memory: 108.7M (peak: 133.6M) + CPU: 9min 41.443s CGroup: /system.slice/pve-firewall.service └─1272 pve-firewall @@ -12721,13 +12124,13 @@ Jul 27 13:50:33 pfv-tsys9 systemd[1]: Started pve-firewall.service - Proxmox VE ● 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 13:50:33 CDT; 8h ago + Active: active (running) since Mon 2026-07-27 13:50:33 CDT; 1 day 15h 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 + Memory: 118.5M (peak: 137.8M) + CPU: 7.704s CGroup: /system.slice/pve-ha-crm.service └─1307 pve-ha-crm @@ -12738,17 +12141,14 @@ Jul 27 13:50:33 pfv-tsys9 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 Mon 2026-07-27 13:50:35 CDT; 8h ago + Active: active (running) since Mon 2026-07-27 13:50:35 CDT; 1 day 15h 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 + Memory: 117.6M (peak: 136.8M) + CPU: 11.370s CGroup: /system.slice/pve-ha-lrm.service - └─1323 pve-ha-lrm - -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 @@ -12759,14 +12159,14 @@ 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 13:49:37 CDT; 8h ago + Active: active (running) since Mon 2026-07-27 13:49:37 CDT; 1 day 15h ago Invocation: 7a2000d7950f47cea037da3ea32aacd2 TriggeredBy: ● rpcbind.socket Docs: man:rpcbind(8) Main PID: 672 (rpcbind) Tasks: 1 (limit: 25572) Memory: 604K (peak: 1.8M) - CPU: 21ms + CPU: 97ms CGroup: /system.slice/rpcbind.service └─672 /usr/sbin/rpcbind -f -w @@ -12784,7 +12184,7 @@ Jul 27 13:49:37 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 13:49:37 CDT; 8h ago + Active: active (exited) since Mon 2026-07-27 13:49:37 CDT; 1 day 15h ago Invocation: b716cda34fcc44748af3e2239a29138a Docs: man:zfs(8) Process: 631 ExecStart=/usr/sbin/zfs mount -a (code=exited, status=0/SUCCESS) @@ -12797,15 +12197,15 @@ Jul 27 13:49:37 pfv-tsys9 systemd[1]: Finished zfs-mount.service - Mount ZFS fil ● 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 13:49:38 CDT; 8h ago + Active: active (running) since Mon 2026-07-27 13:49:38 CDT; 1 day 15h ago Invocation: d256166b56774584b7cbb793a70d8767 Docs: man:smartd(8) man:smartd.conf(5) Main PID: 816 (smartd) - Status: "Next check of 1 device will start at 22:19:38" + Status: "Next check of 1 device will start at 05:19:38" Tasks: 1 (limit: 25572) Memory: 3.4M (peak: 4.7M) - CPU: 31ms + CPU: 61ms CGroup: /system.slice/smartmontools.service └─816 /usr/sbin/smartd -n -q never @@ -12827,26 +12227,26 @@ Jul 27 13:49:38 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 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 +Wed 2026-07-29 05:20:00 CDT 6min Wed 2026-07-29 05:10:08 CDT 3min 7s ago sysstat-collect.timer sysstat-collect.service +Wed 2026-07-29 05:32:13 CDT 18min Tue 2026-07-28 02:45:41 CDT 1 day 2h ago pve-daily-update.timer pve-daily-update.service +Wed 2026-07-29 06:32:13 CDT 1h 18min Tue 2026-07-28 06:35:41 CDT 22h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Wed 2026-07-29 08:26:28 CDT 3h 13min Tue 2026-07-28 22:44:08 CDT 6h ago apt-daily.timer apt-daily.service +Wed 2026-07-29 14:05:41 CDT 8h Tue 2026-07-28 14:05:41 CDT 15h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:08 CDT 5h 13min ago dpkg-db-backup.timer dpkg-db-backup.service +Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:08 CDT 5h 13min ago sysstat-rotate.timer sysstat-rotate.service +Thu 2026-07-30 00:03:01 CDT 18h Wed 2026-07-29 00:53:41 CDT 4h 19min ago logrotate.timer logrotate.service +Thu 2026-07-30 00:07:00 CDT 18h Wed 2026-07-29 00:07:08 CDT 5h 6min ago sysstat-summary.timer sysstat-summary.service +Thu 2026-07-30 02:36:09 CDT 21h Wed 2026-07-29 03:27:41 CDT 1h 45min ago man-db.timer man-db.service +Sun 2026-08-02 03:10:28 CDT 3 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 3 days Sun 2026-07-26 03:11:47 CDT - e2scrub_all.timer e2scrub_all.service +Mon 2026-08-03 01:10:01 CDT 4 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 13:45 . -drwxr-xr-x 107 root root 4096 Jul 27 21:51 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:09 .. -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 @@ -12856,7 +12256,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 107 root root 4096 Jul 27 21:51 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:09 .. -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 @@ -12867,13 +12267,13 @@ drwxr-xr-x 107 root root 4096 Jul 27 21:51 .. --- /etc/cron.hourly total 12 drwxr-xr-x 2 root root 4096 Apr 16 2024 . -drwxr-xr-x 107 root root 4096 Jul 27 21:51 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:09 .. -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 107 root root 4096 Jul 27 21:51 .. +drwxr-xr-x 107 root root 4096 Jul 29 05:09 .. -rwxr-xr-x 1 root root 1055 May 2 2025 man-db -rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder @@ -12912,48 +12312,48 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --- /proc/loadavg $ cat /proc/loadavg -0.51 0.36 0.33 1/397 146793 +0.50 0.40 0.33 1/392 703806 --- 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 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 + 0 1 0 9157876 26660 344476 0 0 75 21 6385 7 0 0 95 2 0 2 + 0 0 0 9175364 26660 344776 0 0 0 396 5870 7841 0 0 98 1 0 1 + 0 0 0 9228164 26660 344776 0 0 0 0 6337 8849 0 0 98 1 0 1 --- mpstat 1 3 (per-cpu) $ mpstat 1 3 -Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/29/2026 _x86_64_ (12 CPU) -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 +05:13:17 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +05:13:18 AM all 0.17 0.00 1.01 1.93 0.00 0.00 0.00 0.76 0.00 95.97 +05:13:19 AM all 0.34 0.00 0.34 3.78 0.00 0.00 0.00 0.50 0.00 94.96 +05:13:20 AM all 0.25 0.00 0.25 2.27 0.00 0.00 0.00 0.67 0.00 96.56 +Average: all 0.25 0.00 0.53 2.66 0.00 0.00 0.00 0.64 0.00 95.91 --- iostat -xz 1 3 $ iostat -xz 1 3 -Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/29/2026 _x86_64_ (12 CPU) avg-cpu: %user %nice %system %iowait %steal %idle - 4.35 0.00 0.33 1.13 0.00 94.18 + 1.91 0.00 0.40 2.36 0.00 95.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.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 +dm-0 0.00 0.02 0.00 0.00 1.18 16.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.00 +dm-1 0.74 24.28 0.00 0.00 0.87 33.02 2.61 21.75 0.00 0.00 1.46 8.32 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.65 +dm-2 0.00 0.01 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 1.07 75.66 0.09 7.86 0.75 71.01 1.78 21.75 0.84 32.04 1.45 12.24 0.00 0.00 0.00 0.00 0.00 0.00 0.34 0.98 0.00 0.16 avg-cpu: %user %nice %system %iowait %steal %idle - 0.59 0.00 0.08 0.00 0.00 99.33 + 0.84 0.00 0.08 1.51 0.00 97.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 avg-cpu: %user %nice %system %iowait %steal %idle - 0.51 0.00 0.08 0.00 0.00 99.41 + 0.67 0.00 0.42 2.01 0.00 96.90 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 @@ -12961,246 +12361,267 @@ Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB --- sar -dp 1 2 $ sar -dp 1 2 -Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/29/2026 _x86_64_ (12 CPU) -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 +05:13:22 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +05:13:23 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +05:13:23 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +05:13:23 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +05:13:23 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 +05:13:23 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +05:13:24 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +05:13:24 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +05:13:24 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +05:13:24 AM 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: 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 sda Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap -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-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 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/29/2026 _x86_64_ (12 CPU) -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 +05:13:24 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +05:13:25 AM lo 10.00 10.00 2.54 2.54 0.00 0.00 0.00 0.00 +05:13:25 AM nic0 156.00 105.00 62.21 22.41 0.00 0.00 7.00 0.05 +05:13:25 AM enx9c69d36a5b6c 174.00 314.00 19.15 367.98 0.00 0.00 0.00 0.00 +05:13:25 AM tailscale0 7.00 7.00 1.44 1.49 0.00 0.00 0.00 0.00 +05:13:25 AM vmbr0 59.00 29.00 15.84 6.54 0.00 0.00 5.00 0.00 +05:13:25 AM datanet 174.00 164.00 19.15 358.31 0.00 0.00 1.00 0.00 +05:13:25 AM tap901i0 0.00 11.00 0.00 0.79 0.00 0.00 0.00 0.00 +05:13:25 AM fwbr901i0 11.00 0.00 0.64 0.00 0.00 0.00 5.00 0.00 +05:13:25 AM fwpr901p0 0.00 11.00 0.00 0.79 0.00 0.00 0.00 0.00 +05:13:25 AM fwln901i0 11.00 0.00 0.79 0.00 0.00 0.00 0.00 0.00 +05:13:25 AM tap903i0 0.00 11.00 0.00 0.79 0.00 0.00 0.00 0.00 +05:13:25 AM fwbr903i0 11.00 0.00 0.64 0.00 0.00 0.00 5.00 0.00 +05:13:25 AM fwpr903p0 0.00 11.00 0.00 0.79 0.00 0.00 0.00 0.00 +05:13:25 AM fwln903i0 11.00 0.00 0.79 0.00 0.00 0.00 0.00 0.00 +05:13:25 AM tap904i0 4.00 15.00 0.52 1.32 0.00 0.00 0.00 0.00 +05:13:25 AM fwbr904i0 11.00 0.00 0.64 0.00 0.00 0.00 5.00 0.00 +05:13:25 AM fwpr904p0 4.00 15.00 0.52 1.32 0.00 0.00 0.00 0.00 +05:13:25 AM fwln904i0 15.00 4.00 1.32 0.52 0.00 0.00 0.00 0.00 +05:13:25 AM tap906i0 69.00 79.00 14.40 43.30 0.00 0.00 0.00 0.00 +05:13:25 AM fwbr906i0 11.00 0.00 0.64 0.00 0.00 0.00 5.00 0.00 +05:13:25 AM fwpr906p0 69.00 79.00 14.40 43.30 0.00 0.00 0.00 0.00 +05:13:25 AM fwln906i0 79.00 69.00 43.30 14.40 0.00 0.00 0.00 0.00 +05:13:25 AM tap906i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:13:25 AM fwbr906i1 1.00 0.00 0.04 0.00 0.00 0.00 1.00 0.00 +05:13:25 AM fwpr906p1 0.00 1.00 0.00 0.06 0.00 0.00 0.00 0.00 +05:13:25 AM fwln906i1 1.00 0.00 0.06 0.00 0.00 0.00 0.00 0.00 +05:13:25 AM tap905i0 0.00 11.00 0.00 0.79 0.00 0.00 0.00 0.00 +05:13:25 AM fwbr905i0 11.00 0.00 0.64 0.00 0.00 0.00 5.00 0.00 +05:13:25 AM fwpr905p0 0.00 11.00 0.00 0.79 0.00 0.00 0.00 0.00 +05:13:25 AM fwln905i0 11.00 0.00 0.79 0.00 0.00 0.00 0.00 0.00 +05:13:25 AM tap902i0 3.00 14.00 0.47 1.25 0.00 0.00 0.00 0.00 +05:13:25 AM fwbr902i0 11.00 0.00 0.64 0.00 0.00 0.00 5.00 0.00 +05:13:25 AM fwpr902p0 3.00 14.00 0.47 1.25 0.00 0.00 0.00 0.00 +05:13:25 AM fwln902i0 14.00 3.00 1.25 0.47 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 +05:13:25 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +05:13:26 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:13:26 AM nic0 270.00 202.00 55.15 33.87 0.00 0.00 11.00 0.05 +05:13:26 AM enx9c69d36a5b6c 29.00 66.00 2.91 78.55 0.00 0.00 0.00 0.00 +05:13:26 AM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:13:26 AM vmbr0 52.00 16.00 10.97 4.30 0.00 0.00 8.00 0.00 +05:13:26 AM datanet 29.00 36.00 2.91 76.62 0.00 0.00 1.00 0.00 +05:13:26 AM tap901i0 1.00 21.00 0.18 1.58 0.00 0.00 0.00 0.00 +05:13:26 AM fwbr901i0 20.00 0.00 1.14 0.00 0.00 0.00 8.00 0.00 +05:13:26 AM fwpr901p0 1.00 21.00 0.18 1.58 0.00 0.00 0.00 0.00 +05:13:26 AM fwln901i0 21.00 1.00 1.58 0.18 0.00 0.00 0.00 0.00 +05:13:26 AM tap903i0 0.00 20.00 0.00 1.42 0.00 0.00 0.00 0.00 +05:13:26 AM fwbr903i0 20.00 0.00 1.14 0.00 0.00 0.00 8.00 0.00 +05:13:26 AM fwpr903p0 0.00 20.00 0.00 1.42 0.00 0.00 0.00 0.00 +05:13:26 AM fwln903i0 20.00 0.00 1.42 0.00 0.00 0.00 0.00 0.00 +05:13:26 AM tap904i0 7.00 36.00 0.95 6.45 0.00 0.00 0.00 0.00 +05:13:26 AM fwbr904i0 20.00 0.00 1.14 0.00 0.00 0.00 8.00 0.00 +05:13:26 AM fwpr904p0 7.00 36.00 0.95 6.45 0.00 0.00 0.00 0.00 +05:13:26 AM fwln904i0 36.00 7.00 6.45 0.95 0.00 0.00 0.00 0.00 +05:13:26 AM tap906i0 175.00 205.00 27.18 37.07 0.00 0.00 0.00 0.00 +05:13:26 AM fwbr906i0 20.00 0.00 1.14 0.00 0.00 0.00 8.00 0.00 +05:13:26 AM fwpr906p0 175.00 205.00 27.18 37.07 0.00 0.00 0.00 0.00 +05:13:26 AM fwln906i0 205.00 175.00 37.07 27.18 0.00 0.00 0.00 0.00 +05:13:26 AM tap906i1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +05:13:26 AM fwbr906i1 1.00 0.00 0.13 0.00 0.00 0.00 1.00 0.00 +05:13:26 AM fwpr906p1 0.00 1.00 0.00 0.14 0.00 0.00 0.00 0.00 +05:13:26 AM fwln906i1 1.00 0.00 0.14 0.00 0.00 0.00 0.00 0.00 +05:13:26 AM tap905i0 0.00 20.00 0.00 1.42 0.00 0.00 0.00 0.00 +05:13:26 AM fwbr905i0 20.00 0.00 1.14 0.00 0.00 0.00 8.00 0.00 +05:13:26 AM fwpr905p0 0.00 20.00 0.00 1.42 0.00 0.00 0.00 0.00 +05:13:26 AM fwln905i0 20.00 0.00 1.42 0.00 0.00 0.00 0.00 0.00 +05:13:26 AM tap902i0 3.00 25.00 0.42 2.12 0.00 0.00 0.00 0.00 +05:13:26 AM fwbr902i0 20.00 0.00 1.14 0.00 0.00 0.00 8.00 0.00 +05:13:26 AM fwpr902p0 3.00 25.00 0.42 2.12 0.00 0.00 0.00 0.00 +05:13:26 AM fwln902i0 25.00 3.00 2.12 0.42 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 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 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: lo 5.00 5.00 1.27 1.27 0.00 0.00 0.00 0.00 +Average: nic0 213.00 153.50 58.68 28.14 0.00 0.00 9.00 0.05 +Average: enx9c69d36a5b6c 101.50 190.00 11.03 223.26 0.00 0.00 0.00 0.00 +Average: tailscale0 3.50 3.50 0.72 0.74 0.00 0.00 0.00 0.00 +Average: vmbr0 55.50 22.50 13.41 5.42 0.00 0.00 6.50 0.00 +Average: datanet 101.50 100.00 11.03 217.46 0.00 0.00 1.00 0.00 +Average: tap901i0 0.50 16.00 0.09 1.19 0.00 0.00 0.00 0.00 +Average: fwbr901i0 15.50 0.00 0.89 0.00 0.00 0.00 6.50 0.00 +Average: fwpr901p0 0.50 16.00 0.09 1.19 0.00 0.00 0.00 0.00 +Average: fwln901i0 16.00 0.50 1.19 0.09 0.00 0.00 0.00 0.00 +Average: tap903i0 0.00 15.50 0.00 1.10 0.00 0.00 0.00 0.00 +Average: fwbr903i0 15.50 0.00 0.89 0.00 0.00 0.00 6.50 0.00 +Average: fwpr903p0 0.00 15.50 0.00 1.10 0.00 0.00 0.00 0.00 +Average: fwln903i0 15.50 0.00 1.10 0.00 0.00 0.00 0.00 0.00 +Average: tap904i0 5.50 25.50 0.74 3.89 0.00 0.00 0.00 0.00 +Average: fwbr904i0 15.50 0.00 0.89 0.00 0.00 0.00 6.50 0.00 +Average: fwpr904p0 5.50 25.50 0.74 3.89 0.00 0.00 0.00 0.00 +Average: fwln904i0 25.50 5.50 3.89 0.74 0.00 0.00 0.00 0.00 +Average: tap906i0 122.00 142.00 20.79 40.19 0.00 0.00 0.00 0.00 +Average: fwbr906i0 15.50 0.00 0.89 0.00 0.00 0.00 6.50 0.00 +Average: fwpr906p0 122.00 142.00 20.79 40.19 0.00 0.00 0.00 0.00 +Average: fwln906i0 142.00 122.00 40.19 20.79 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 +Average: fwbr906i1 1.00 0.00 0.09 0.00 0.00 0.00 1.00 0.00 +Average: fwpr906p1 0.00 1.00 0.00 0.10 0.00 0.00 0.00 0.00 +Average: fwln906i1 1.00 0.00 0.10 0.00 0.00 0.00 0.00 0.00 +Average: tap905i0 0.00 15.50 0.00 1.10 0.00 0.00 0.00 0.00 +Average: fwbr905i0 15.50 0.00 0.89 0.00 0.00 0.00 6.50 0.00 +Average: fwpr905p0 0.00 15.50 0.00 1.10 0.00 0.00 0.00 0.00 +Average: fwln905i0 15.50 0.00 1.10 0.00 0.00 0.00 0.00 0.00 +Average: tap902i0 3.00 19.50 0.45 1.69 0.00 0.00 0.00 0.00 +Average: fwbr902i0 15.50 0.00 0.89 0.00 0.00 0.00 6.50 0.00 +Average: fwpr902p0 3.00 19.50 0.45 1.69 0.00 0.00 0.00 0.00 +Average: fwln902i0 19.50 3.00 1.69 0.45 0.00 0.00 0.00 0.00 --- sar -n NFS,NFSD 1 2 $ sar -n NFS,NFSD 1 2 -Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/29/2026 _x86_64_ (12 CPU) -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 +05:13:26 AM call/s retrans/s read/s write/s access/s getatt/s +05:13:27 AM 31.00 0.00 0.00 23.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 +05:13:26 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +05:13:27 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 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 +05:13:27 AM call/s retrans/s read/s write/s access/s getatt/s +05:13:28 AM 7.00 0.00 0.00 7.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 +05:13:27 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +05:13:28 AM 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: 1.00 0.00 0.00 1.00 0.00 0.00 +Average: 19.00 0.00 0.00 15.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 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/29/2026 _x86_64_ (12 CPU) -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 +05:13:28 AM totsck tcpsck udpsck rawsck ip-frag tcp-tw +05:13:29 AM 391 18 4 0 0 196 +Average: 391 18 4 0 0 196 --- sar -n TCP,ETCP 1 2 $ sar -n TCP,ETCP 1 2 -Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/29/2026 _x86_64_ (12 CPU) -09:54:55 PM active/s passive/s iseg/s oseg/s -09:54:56 PM 0.00 0.00 1.00 1.00 +05:13:29 AM active/s passive/s iseg/s oseg/s +05:13:30 AM 0.00 0.00 94.00 149.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 +05:13:29 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +05:13:30 AM 0.00 0.00 0.00 0.00 0.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 +05:13:30 AM active/s passive/s iseg/s oseg/s +05:13:31 AM 1.00 5.00 173.00 263.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 +05:13:30 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +05:13:31 AM 0.00 0.00 8.00 0.00 0.00 Average: active/s passive/s iseg/s oseg/s -Average: 0.00 0.00 3.00 7.50 +Average: 0.50 2.50 133.50 206.00 Average: atmptf/s estres/s retrans/s isegerr/s orsts/s -Average: 0.00 0.00 0.00 0.00 0.00 +Average: 0.00 0.00 4.00 0.00 0.00 --- pidstat -d 1 2 (top disk) $ pidstat -d 1 2 -Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/29/2026 _x86_64_ (12 CPU) -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 +05:13:31 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +05:13:32 AM 0 1767 0.00 3.96 0.00 0 kvm +05:13:32 AM 0 3368 0.00 19.80 0.00 0 kvm +05:13:32 AM 0 545428 0.00 19.80 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 +05:13:32 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +05:13:33 AM 0 334 0.00 44.00 0.00 0 jbd2/dm-1-8 +05:13:33 AM 0 384 0.00 128.00 0.00 0 systemd-journal +05:13:33 AM 0 1001 0.00 8.00 4.00 0 dhclient +05:13:33 AM 0 1420 0.00 16.00 0.00 0 kvm +05:13:33 AM 0 3368 0.00 160.00 0.00 0 kvm +05:13:33 AM 0 545428 0.00 4.00 0.00 0 kvm Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command -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 +Average: 0 334 0.00 21.89 0.00 0 jbd2/dm-1-8 +Average: 0 384 0.00 63.68 0.00 0 systemd-journal +Average: 0 1001 0.00 3.98 1.99 0 dhclient +Average: 0 1420 0.00 7.96 0.00 0 kvm +Average: 0 1767 0.00 1.99 0.00 0 kvm +Average: 0 3368 0.00 89.55 0.00 0 kvm +Average: 0 545428 0.00 11.94 0.00 0 kvm --- pidstat -u 1 2 (top cpu) $ pidstat -u 1 2 -Linux 7.0.14-6-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) +Linux 7.0.14-6-pve (pfv-tsys9) 07/29/2026 _x86_64_ (12 CPU) -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 +05:13:33 AM UID PID %usr %system %guest %wait %CPU CPU Command +05:13:34 AM 0 822 0.99 0.00 0.00 0.00 0.99 8 tailscaled +05:13:34 AM 0 1272 0.99 1.98 0.00 0.00 2.97 5 pve-firewall +05:13:34 AM 0 1767 0.99 0.99 0.00 0.00 1.98 5 kvm +05:13:34 AM 0 3368 1.98 0.99 4.95 0.00 7.92 9 kvm +05:13:34 AM 0 62953 1.98 1.98 0.00 0.00 3.96 6 kvm +05:13:34 AM 0 545428 0.00 0.00 0.99 0.00 0.99 9 kvm -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 +05:13:34 AM UID PID %usr %system %guest %wait %CPU CPU Command +05:13:35 AM 0 822 1.00 0.00 0.00 0.00 1.00 8 tailscaled +05:13:35 AM 0 1420 0.00 0.00 1.00 0.00 1.00 3 kvm +05:13:35 AM 0 1602 1.00 1.00 0.00 0.00 2.00 4 kvm +05:13:35 AM 0 1767 0.00 0.00 1.00 0.00 1.00 5 kvm +05:13:35 AM 0 3368 2.00 1.00 11.00 0.00 14.00 9 kvm +05:13:35 AM 0 62953 2.00 2.00 0.00 0.00 4.00 5 kvm +05:13:35 AM 0 545428 0.00 0.00 3.00 0.00 2.00 9 kvm +05:13:35 AM 0 573277 1.00 0.00 0.00 0.00 1.00 9 pvedaemon worke +05:13:35 AM 33 625211 1.00 0.00 0.00 0.00 1.00 7 pveproxy worker +05:13:35 AM 0 688332 0.00 1.00 0.00 0.00 1.00 1 kworker/u48:10-nfsiod +05:13:35 AM 0 703915 0.00 1.00 0.00 0.00 1.00 9 pidstat Average: UID PID %usr %system %guest %wait %CPU CPU Command -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 +Average: 0 822 1.00 0.00 0.00 0.00 1.00 - tailscaled +Average: 0 1272 0.50 1.00 0.00 0.00 1.49 - pve-firewall +Average: 0 1420 0.00 0.00 0.50 0.00 0.50 - kvm +Average: 0 1602 0.50 0.50 0.00 0.00 1.00 - kvm +Average: 0 1767 0.50 0.50 0.50 0.00 1.49 - kvm +Average: 0 3368 1.99 1.00 7.96 0.00 10.95 - kvm +Average: 0 62953 1.99 1.99 0.00 0.00 3.98 - kvm +Average: 0 545428 0.00 0.00 1.99 0.00 1.49 - kvm +Average: 0 573277 0.50 0.00 0.00 0.00 0.50 - pvedaemon worke +Average: 33 625211 0.50 0.00 0.00 0.00 0.50 - pveproxy worker +Average: 0 688332 0.00 0.50 0.00 0.00 0.50 - kworker/u48:10-nfsiod +Average: 0 703915 0.00 0.50 0.00 0.00 0.50 - pidstat --- top (single snapshot, top 30) $ top -b -n 1 -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 +top - 05:13:36 up 1 day, 15:24, 1 user, load average: 0.36, 0.37, 0.32 +Tasks: 284 total, 1 running, 283 sleeping, 0 stopped, 0 zombie +%Cpu(s): 1.5 us, 1.5 sy, 0.0 ni, 90.0 id, 6.9 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 23744.3 total, 9377.6 free, 14380.4 used, 363.4 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 9363.9 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND - 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 + 3368 root 20 0 7272048 3.6g 14224 S 9.1 15.7 241:03.00 kvm + 1 root 20 0 25048 15496 10636 S 0.0 0.1 0:05.10 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+ @@ -13209,84 +12630,84 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 12082.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.18 ksoftir+ - 15 root 20 0 0 0 0 I 0.0 0.0 0:08.16 rcu_pre+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:01.19 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 0:59.12 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.03 migrati+ + 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.04 migrati+ - 25 root 20 0 0 0 0 S 0.0 0.0 0:00.04 ksoftir+ + 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.33 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+ + 30 root rt 0 0 0 0 S 0.0 0.0 0:00.24 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.04 migrati+ - 37 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 36 root rt 0 0 0 0 S 0.0 0.0 0:00.23 migrati+ + 37 root 20 0 0 0 0 S 0.0 0.0 0:00.10 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+ + 42 root rt 0 0 0 0 S 0.0 0.0 0:00.24 migrati+ + 43 root 20 0 0 0 0 S 0.0 0.0 0:00.09 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+ + 48 root rt 0 0 0 0 S 0.0 0.0 0:00.25 migrati+ + 49 root 20 0 0 0 0 S 0.0 0.0 0:00.10 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+ + 54 root rt 0 0 0 0 S 0.0 0.0 0:00.24 migrati+ + 55 root 20 0 0 0 0 S 0.0 0.0 0:00.09 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+ + 60 root rt 0 0 0 0 S 0.0 0.0 0:00.23 migrati+ + 61 root 20 0 0 0 0 S 0.0 0.0 0:00.11 ksoftir+ + 63 root 0 -20 0 0 0 I 0.0 0.0 0:00.51 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+ + 66 root rt 0 0 0 0 S 0.0 0.0 0:00.23 migrati+ + 67 root 20 0 0 0 0 S 0.0 0.0 0:00.10 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+ + 72 root rt 0 0 0 0 S 0.0 0.0 0:00.25 migrati+ + 73 root 20 0 0 0 0 S 0.0 0.0 0:01.59 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+ + 78 root rt 0 0 0 0 S 0.0 0.0 0:00.25 migrati+ + 79 root 20 0 0 0 0 S 0.0 0.0 0:04.68 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+ + 84 root rt 0 0 0 0 S 0.0 0.0 0:00.26 migrati+ + 85 root 20 0 0 0 0 S 0.0 0.0 0:00.09 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.01 khungta+ + 92 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kauditd + 93 root 20 0 0 0 0 S 0.0 0.0 0:00.07 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+ - 99 root 20 0 0 0 0 S 0.0 0.0 0:00.37 kcompac+ + 99 root 20 0 0 0 0 S 0.0 0.0 0:02.16 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+ + 101 root 39 19 0 0 0 S 0.0 0.0 0:00.58 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 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+ + 106 root -51 0 0 0 0 S 0.0 0.0 0:03.05 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+ @@ -13301,7 +12722,7 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 12082.9 avail Mem 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+ - 126 root 20 0 0 0 0 S 0.0 0.0 0:00.33 hwrng + 126 root 20 0 0 0 0 S 0.0 0.0 0:01.66 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+ @@ -13315,26 +12736,26 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 12082.9 avail Mem 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+ + 241 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 250 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 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+ + 287 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 294 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ 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+ - 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+ + 331 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 334 root 20 0 0 0 0 S 0.0 0.0 0:01.84 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+ + 364 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 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+ + 384 root 20 0 67504 44112 42596 S 0.0 0.2 0:02.00 systemd+ + 400 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 402 root 0 -20 0 0 0 I 0.0 0.0 0:00.07 kworker+ 404 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ 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+ @@ -13343,12 +12764,12 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 12082.9 avail Mem 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 + 434 root 20 0 37008 10400 7868 S 0.0 0.0 0:00.28 systemd+ + 438 root 20 0 77296 22300 9124 S 0.0 0.1 0:04.08 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+ + 488 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 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+ + 528 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ 537 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ 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+ @@ -13358,133 +12779,130 @@ MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 12082.9 avail Mem 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 + 546 root 20 0 0 0 0 S 0.0 0.0 0:01.29 arc_evi+ + 547 root 39 19 0 0 0 S 0.0 0.0 0:01.36 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+ + 549 root 39 19 0 0 0 S 0.0 0.0 0:01.28 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+ + 593 root 20 0 0 0 0 S 0.0 0.0 0:01.08 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+ 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+ + 658 root 0 -20 0 0 0 I 0.0 0.0 0:00.07 kworker+ + 672 _rpc 20 0 6568 3836 3428 S 0.0 0.0 0:00.09 rpcbind 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+ + 801 _chrony 20 0 19940 5500 4736 S 0.0 0.0 0:00.15 chronyd + 802 message+ 20 0 8508 5216 4348 S 0.0 0.0 0:00.37 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 + 814 root 20 0 699776 8172 6772 S 0.0 0.0 0:21.65 rrdcach+ + 816 root 20 0 10120 6352 4908 S 0.0 0.0 0:00.05 smartd + 819 root 20 0 7216 2384 2040 S 0.0 0.0 0:01.29 ksmtuned + 821 root 20 0 19096 9304 7976 S 0.0 0.0 0:00.25 systemd+ + 822 root 20 0 1422320 115128 25672 S 0.0 0.5 4:07.78 tailsca+ + 832 root 20 0 2432 1568 1472 S 0.0 0.0 0:02.78 watchdo+ + 833 root 20 0 5748 2196 1996 S 0.0 0.0 0:00.03 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 + 1001 root 20 0 5984 3460 2620 S 0.0 0.0 0:00.94 dhclient + 1066 _lldpd 20 0 21376 6640 5472 S 0.0 0.0 0:00.06 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 + 1077 root 20 0 266312 32560 15292 S 0.0 0.1 0:13.13 tuned + 1087 root 20 0 639924 69712 54356 S 0.0 0.3 1:31.29 pmxcfs + 1092 root 20 0 11776 7740 6508 S 0.0 0.0 0:00.03 sshd + 1096 _lldpd 20 0 21500 2876 1704 S 0.0 0.0 0:03.88 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-+ + 1165 polkitd 20 0 306704 8244 7176 S 0.0 0.0 0:01.77 polkitd + 1243 root 20 0 43984 4724 4088 S 0.0 0.0 0:00.25 master + 1245 postfix 20 0 44524 7660 6968 S 0.0 0.0 0:00.04 qmgr + 1251 root 20 0 6864 2924 2668 S 0.0 0.0 0:00.19 cron + 1252 root 20 0 13584 6088 5200 S 0.0 0.0 0:06.94 proxmox+ + 1272 root 20 0 186436 112780 7312 S 0.0 0.5 3:38.47 pve-fir+ + 1276 root 20 0 195464 127052 13644 S 0.0 0.5 15:10.87 pvestatd + 1297 root 20 0 230076 153572 3336 S 0.0 0.6 0:01.26 pvedaem+ + 1307 root 20 0 214128 126460 6208 S 0.0 0.5 0:07.12 pve-ha-+ + 1309 www-data 20 0 231384 184556 33032 S 0.0 0.8 0:02.86 pveproxy + 1320 www-data 20 0 99264 69844 17788 S 0.0 0.3 0:01.71 spicepr+ + 1323 root 20 0 213240 125344 6092 S 0.0 0.5 0:10.80 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 + 1420 root 20 0 8930484 1.3g 11756 S 0.0 5.5 18:57.09 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 + 1602 root 20 0 2800700 1.2g 11780 S 0.0 5.1 16:04.79 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 + 1767 root 20 0 4855116 1.6g 11852 S 0.0 6.8 38:54.94 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+ + 1929 root 20 0 209844 126472 3368 S 0.0 0.5 0:07.53 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 + 62953 root 20 0 6996248 1.6g 14172 S 0.0 6.8 90:02.52 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 + 545428 root 20 0 9076644 2.7g 14112 S 0.0 11.7 10:43.34 kvm + 545503 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 567460 root 20 0 0 0 0 I 0.0 0.0 0:04.22 kworker+ + 573277 root 20 0 239060 166496 14344 S 0.0 0.7 0:02.75 pvedaem+ + 574287 root 20 0 239052 166016 13900 S 0.0 0.7 0:02.34 pvedaem+ + 578866 root 20 0 0 0 0 I 0.0 0.0 0:03.49 kworker+ + 591871 root 20 0 0 0 0 I 0.0 0.0 0:03.02 kworker+ + 624305 root 20 0 0 0 0 I 0.0 0.0 0:02.07 kworker+ + 625201 www-data 20 0 99372 56172 3972 S 0.0 0.2 0:00.29 spicepr+ + 625203 root 20 0 79620 2680 2472 S 0.0 0.0 0:01.25 pvefw-l+ + 625209 www-data 20 0 293400 222248 20780 S 0.0 0.9 0:03.27 pveprox+ + 625210 www-data 20 0 258408 188092 16632 S 0.0 0.8 0:02.41 pveprox+ + 625211 www-data 20 0 255816 182548 13560 S 0.0 0.8 0:02.61 pveprox+ + 633022 root 20 0 0 0 0 I 0.0 0.0 0:01.87 kworker+ + 639391 root 20 0 0 0 0 I 0.0 0.0 0:01.90 kworker+ + 646023 root 20 0 0 0 0 I 0.0 0.0 0:01.39 kworker+ + 646784 root 20 0 0 0 0 I 0.0 0.0 0:02.04 kworker+ + 647503 root 20 0 0 0 0 I 0.0 0.0 0:01.85 kworker+ + 650562 root 20 0 0 0 0 I 0.0 0.0 0:01.78 kworker+ + 654044 root 20 0 0 0 0 I 0.0 0.0 0:01.73 kworker+ + 654388 root 20 0 0 0 0 I 0.0 0.0 0:01.61 kworker+ + 656587 root 20 0 0 0 0 I 0.0 0.0 0:01.17 kworker+ + 659647 root 20 0 0 0 0 I 0.0 0.0 0:01.25 kworker+ + 674316 root 20 0 0 0 0 I 0.0 0.0 0:00.71 kworker+ + 674721 root 20 0 0 0 0 I 0.0 0.0 0:00.58 kworker+ + 676053 root 20 0 0 0 0 I 0.0 0.0 0:00.78 kworker+ + 679501 root 20 0 0 0 0 I 0.0 0.0 0:00.62 kworker+ + 682021 root 20 0 0 0 0 I 0.0 0.0 0:00.58 kworker+ + 682762 root 20 0 0 0 0 I 0.0 0.0 0:00.60 kworker+ + 683005 postfix 20 0 44472 7872 7140 S 0.0 0.0 0:00.00 pickup + 684448 root 20 0 0 0 0 I 0.0 0.0 0:00.43 kworker+ + 686740 root 20 0 0 0 0 I 0.0 0.0 0:00.42 kworker+ + 687622 root 20 0 0 0 0 I 0.0 0.0 0:00.50 kworker+ + 688332 root 20 0 0 0 0 I 0.0 0.0 0:00.47 kworker+ + 689494 root 20 0 0 0 0 I 0.0 0.0 0:00.25 kworker+ + 690362 root 20 0 0 0 0 I 0.0 0.0 0:00.31 kworker+ + 691284 root 20 0 0 0 0 I 0.0 0.0 0:00.28 kworker+ + 692545 root 20 0 0 0 0 I 0.0 0.0 0:00.16 kworker+ + 693132 root 20 0 0 0 0 I 0.0 0.0 0:00.23 kworker+ + 694870 root 20 0 0 0 0 I 0.0 0.0 0:00.37 kworker+ + 696000 root 20 0 0 0 0 I 0.0 0.0 0:00.17 kworker+ + 696238 root 20 0 0 0 0 I 0.0 0.0 0:00.20 kworker+ + 696765 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 697006 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 697116 root 20 0 0 0 0 I 0.0 0.0 0:00.28 kworker+ + 697331 root 20 0 239016 160508 8552 S 0.0 0.7 0:00.71 pvedaem+ + 698304 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 698518 root 20 0 0 0 0 I 0.0 0.0 0:00.17 kworker+ + 699595 root 20 0 22184 12876 10400 S 0.0 0.1 0:00.12 systemd + 699597 root 20 0 24404 3784 1988 S 0.0 0.0 0:00.00 (sd-pam) + 699598 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 699603 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 699643 root 20 0 19652 11792 10020 S 0.0 0.0 0:00.00 sshd-se+ + 699650 root 20 0 19908 7464 5416 S 0.0 0.0 0:00.00 sshd-se+ + 699651 root 20 0 7320 3796 3260 S 0.0 0.0 0:00.24 bash + 702546 root 20 0 238760 155992 4236 S 0.0 0.6 0:00.00 task UP+ + 702548 root 20 0 204112 152428 32776 S 0.0 0.6 0:00.56 qm + 703123 root 20 0 5580 1980 1868 S 0.0 0.0 0:00.00 sleep + 703723 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 703933 root 20 0 7320 2380 1844 S 0.0 0.0 0:00.00 bash + 703934 root 20 0 5588 2092 1976 S 0.0 0.0 0:00.00 head + 703935 root 20 0 10424 5452 3356 R 0.0 0.0 0:00.00 top --- zpool iostat 1 2 $ zpool iostat 1 2 @@ -13494,8 +12912,8 @@ no pools available --- arcstat 1 2 $ arcstat 1 2 time read ddread ddh% dmread dmh% pread ph% size c avail -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 +05:13:37 0 0 0 0 0 0 0 2.8K 742M 8.3G +05:13:38 0 0 0 0 0 0 0 2.8K 742M 8.4G --- /proc/net/dev delta (1s) $ awk '{print $1}' /proc/net/dev @@ -13516,10 +12934,6 @@ tap901i0: fwbr901i0: fwpr901p0: fwln901i0: -tap902i0: -fwbr902i0: -fwpr902p0: -fwln902i0: tap903i0: fwbr903i0: fwpr903p0: @@ -13540,80 +12954,84 @@ tap905i0: fwbr905i0: fwpr905p0: fwln905i0: +tap902i0: +fwbr902i0: +fwpr902p0: +fwln902i0: --- t0 --- Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed - 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 + lo: 39356140 178336 0 0 0 0 0 0 39356140 178336 0 0 0 0 0 0 + nic0: 9336984618 19121252 0 4729 0 0 0 3150784 2603717707 9395011 0 0 0 0 0 0 +enx9c69d36a5b6c: 34556696816 32723964 0 4729 0 0 0 0 62858230704 55271314 0 0 0 0 0 0 +tailscale0: 4294092457 644218 0 0 0 0 0 0 280852414 495565 0 0 0 0 0 0 + vmbr0: 5189663085 5313579 0 0 0 0 0 2587321 430744606 976250 0 0 0 0 0 0 +datanet: 34556342028 32719099 0 5 0 0 0 116170 60494547006 19466493 0 0 0 0 0 0 +tap901i0: 155839978 783370 0 0 0 0 0 0 712725784 4988728 0 0 0 0 0 0 +fwbr901i0: 361062211 3839147 0 5532 0 0 0 2586932 0 0 0 0 0 0 0 0 +fwpr901p0: 157016752 788096 0 4726 0 0 0 0 712898555 4989983 0 0 0 0 0 0 +fwln901i0: 712898555 4989983 0 4726 0 0 0 0 157016752 788096 0 0 0 0 0 0 +tap903i0: 1384712 14293 0 0 0 0 0 0 416840168 3851078 0 0 0 0 0 0 +fwbr903i0: 361047088 3839032 0 5532 0 0 0 2586865 0 0 0 0 0 0 0 0 +fwpr903p0: 2561486 19019 0 4726 0 0 0 0 417109966 3853105 0 0 0 0 0 0 +fwln903i0: 417109966 3853105 0 4726 0 0 0 0 2561486 19019 0 0 0 0 0 0 +tap904i0: 51681384 268455 0 0 0 0 0 0 618710366 4298206 0 26 0 0 0 0 +fwbr904i0: 361040913 3838965 0 5532 0 0 0 2586828 0 0 0 0 0 0 0 0 +fwpr904p0: 52858158 273181 0 4726 0 0 0 0 618983584 4300255 0 0 0 0 0 0 +fwln904i0: 618983584 4300255 0 4726 0 0 0 0 52858158 273181 0 0 0 0 0 0 +tap906i0: 1704661259 6148517 0 0 0 0 0 0 3209255518 9810368 0 33276 0 0 0 0 +fwbr906i0: 360140160 3830182 0 5521 0 0 0 2580455 0 0 0 0 0 0 0 0 +fwpr906p0: 1705835792 6153234 0 4717 0 0 0 0 3213191439 9845155 0 0 0 0 0 0 +fwln906i0: 3213191439 9845155 0 4717 0 0 0 0 1705835792 6153234 0 0 0 0 0 0 +tap906i1: 300 5 0 0 0 0 0 0 60 1 0 126881 0 0 0 0 +fwbr906i1: 10067178 123207 0 5 0 0 0 115901 0 0 0 0 0 0 0 0 +fwpr906p1: 1174833 4722 0 4717 0 0 0 0 12969949 127945 0 0 0 0 0 0 +fwln906i1: 12969949 127945 0 4717 0 0 0 0 1174833 4722 0 0 0 0 0 0 +tap905i0: 686274 7275 0 0 0 0 0 0 381096320 3519492 0 0 0 0 0 0 +fwbr905i0: 329832409 3507307 0 5010 0 0 0 2365219 0 0 0 0 0 0 0 0 +fwpr905p0: 1758966 11583 0 4308 0 0 0 0 381100628 3519492 0 0 0 0 0 0 +fwln905i0: 381100628 3519492 0 4308 0 0 0 0 1758966 11583 0 0 0 0 0 0 +tap902i0: 38002795 167973 0 0 0 0 0 0 163192394 1135795 0 0 0 0 0 0 +fwbr902i0: 85366311 905377 0 1236 0 0 0 602676 0 0 0 0 0 0 0 0 +fwpr902p0: 38266735 169033 0 1060 0 0 0 0 163087254 1133266 0 0 0 0 0 0 +fwln902i0: 163087254 1133266 0 1060 0 0 0 0 38266735 169033 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: 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 + lo: 39358755 178346 0 0 0 0 0 0 39358755 178346 0 0 0 0 0 0 + nic0: 9337054093 19121632 0 4729 0 0 0 3150994 2603754587 9395131 0 0 0 0 0 0 +enx9c69d36a5b6c: 34556703508 32724028 0 4729 0 0 0 0 62858396786 55271451 0 0 0 0 0 0 +tailscale0: 4294103843 644249 0 0 0 0 0 0 280865638 495587 0 0 0 0 0 0 + vmbr0: 5189694282 5313838 0 0 0 0 0 2587526 430760472 976274 0 0 0 0 0 0 +datanet: 34556348720 32719163 0 5 0 0 0 116170 60494709458 19466575 0 0 0 0 0 0 +tap901i0: 155840392 783373 0 0 0 0 0 0 712746359 4988958 0 0 0 0 0 0 +fwbr901i0: 361079362 3839375 0 5532 0 0 0 2587137 0 0 0 0 0 0 0 0 +fwpr901p0: 157017166 788099 0 4726 0 0 0 0 712919130 4990213 0 0 0 0 0 0 +fwln901i0: 712919130 4990213 0 4726 0 0 0 0 157017166 788099 0 0 0 0 0 0 +tap903i0: 1384712 14293 0 0 0 0 0 0 416860511 3851306 0 0 0 0 0 0 +fwbr903i0: 361064239 3839260 0 5532 0 0 0 2587070 0 0 0 0 0 0 0 0 +fwpr903p0: 2561486 19019 0 4726 0 0 0 0 417130309 3853333 0 0 0 0 0 0 +fwln903i0: 417130309 3853333 0 4726 0 0 0 0 2561486 19019 0 0 0 0 0 0 +tap904i0: 51681550 268456 0 0 0 0 0 0 618730935 4298436 0 26 0 0 0 0 +fwbr904i0: 361058064 3839193 0 5532 0 0 0 2587033 0 0 0 0 0 0 0 0 +fwpr904p0: 52858324 273182 0 4726 0 0 0 0 619004153 4300485 0 0 0 0 0 0 +fwln904i0: 619004153 4300485 0 4726 0 0 0 0 52858324 273182 0 0 0 0 0 0 +tap906i0: 1704679949 6148597 0 0 0 0 0 0 3209298341 9810670 0 33276 0 0 0 0 +fwbr906i0: 360157311 3830410 0 5521 0 0 0 2580660 0 0 0 0 0 0 0 0 +fwpr906p0: 1705854482 6153314 0 4717 0 0 0 0 3213234262 9845457 0 0 0 0 0 0 +fwln906i0: 3213234262 9845457 0 4717 0 0 0 0 1705854482 6153314 0 0 0 0 0 0 +tap906i1: 300 5 0 0 0 0 0 0 60 1 0 126881 0 0 0 0 +fwbr906i1: 10067178 123207 0 5 0 0 0 115901 0 0 0 0 0 0 0 0 +fwpr906p1: 1174833 4722 0 4717 0 0 0 0 12969949 127945 0 0 0 0 0 0 +fwln906i1: 12969949 127945 0 4717 0 0 0 0 1174833 4722 0 0 0 0 0 0 +tap905i0: 686274 7275 0 0 0 0 0 0 381116663 3519720 0 0 0 0 0 0 +fwbr905i0: 329849560 3507535 0 5010 0 0 0 2365424 0 0 0 0 0 0 0 0 +fwpr905p0: 1758966 11583 0 4308 0 0 0 0 381120971 3519720 0 0 0 0 0 0 +fwln905i0: 381120971 3519720 0 4308 0 0 0 0 1758966 11583 0 0 0 0 0 0 +tap902i0: 38003747 167978 0 0 0 0 0 0 163220192 1136043 0 0 0 0 0 0 +fwbr902i0: 85383462 905605 0 1236 0 0 0 602881 0 0 0 0 0 0 0 0 +fwpr902p0: 38267687 169038 0 1060 0 0 0 0 163115052 1133514 0 0 0 0 0 0 +fwln902i0: 163115052 1133514 0 1060 0 0 0 0 38267687 169038 0 0 0 0 0 0 ############################################################################### # 27. DNS / NTP / TIME @@ -13702,9 +13120,9 @@ confdir /etc/chrony/conf.d --- timedatectl $ timedatectl - 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 + Local time: Wed 2026-07-29 05:13:39 CDT + Universal time: Wed 2026-07-29 10:13:39 UTC + RTC time: Wed 2026-07-29 10:13:39 Time zone: America/Chicago (CDT, -0500) System clock synchronized: yes NTP service: active @@ -13714,26 +13132,26 @@ System clock synchronized: yes $ chronyc tracking Reference ID : 43D7F9E5 (dreamstation.systems) Stratum : 3 -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 +Ref time (UTC) : Wed Jul 29 10:00:26 2026 +System time : 0.000759834 seconds fast of NTP time +Last offset : +0.000147993 seconds +RMS offset : 0.000147127 seconds +Frequency : 7.253 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 +Skew : 0.026 ppm +Root delay : 0.052582204 seconds +Root dispersion : 0.002352875 seconds +Update interval : 1033.5 seconds Leap status : Normal --- chronyc sources $ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== -^* 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 +^* dreamstation.systems 2 10 377 792 +6489us[+6637us] +/- 30ms +^+ sensei.ruselabs.com 2 10 377 117 -13ms[ -13ms] +/- 38ms +^+ falkor.smatwebdesign.com 3 10 377 1025 +1466us[+1613us] +/- 30ms +^+ 108.61.73.243 2 10 377 949 +2240us[+2388us] +/- 62ms --- ntpq peers $ ntpq -pn @@ -13756,39 +13174,39 @@ Status: disabled/running --- iptables-save (legacy) $ iptables-save -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:05 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:13:39 2026 *mangle -:PREROUTING ACCEPT [7512833:12879918305] -:INPUT ACCEPT [5685627:12650795247] +:PREROUTING ACCEPT [44734775:44937927634] +:INPUT ACCEPT [35007160:43737773120] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [2942176:12712569692] -:POSTROUTING ACCEPT [2942176:12712569692] +:OUTPUT ACCEPT [20948786:60952097677] +:POSTROUTING ACCEPT [20948786:60952097677] -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 21:55:05 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:05 2026 +# Completed on Wed Jul 29 05:13:39 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:13:39 2026 *raw -:PREROUTING ACCEPT [7512919:12879942793] -:OUTPUT ACCEPT [2942220:12712574805] +:PREROUTING ACCEPT [44734861:44937952122] +:OUTPUT ACCEPT [20948830:60952102790] 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 +# Completed on Wed Jul 29 05:13:39 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:13:39 2026 *nat -:PREROUTING ACCEPT [1737664:209198730] -:INPUT ACCEPT [32566:7095942] -:OUTPUT ACCEPT [58300:3789926] -:POSTROUTING ACCEPT [58300:3789926] +:PREROUTING ACCEPT [9261459:1100299114] +:INPUT ACCEPT [126238:33387763] +:OUTPUT ACCEPT [266822:17381257] +:POSTROUTING ACCEPT [266822:17381257] :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 21:55:05 2026 -# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:05 2026 +# Completed on Wed Jul 29 05:13:39 2026 +# Generated by iptables-save v1.8.11 on Wed Jul 29 05:13:39 2026 *filter -:INPUT ACCEPT [4644101:3861299802] +:INPUT ACCEPT [33485954:34817743546] :FORWARD ACCEPT [0:0] -:OUTPUT ACCEPT [2942281:12712582867] +:OUTPUT ACCEPT [20948891:60952110852] :ts-forward - [0:0] :ts-input - [0:0] -A INPUT -j ts-input @@ -13803,7 +13221,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 21:55:05 2026 +# Completed on Wed Jul 29 05:13:39 2026 --- ipset list (names) $ ipset list -n @@ -13954,30 +13372,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 - 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 + 3368 root 3810648 7272048 10.2 15.6 kvm + 545428 root 2844792 9076644 2.0 11.7 kvm + 62953 root 1660572 6996248 4.1 6.8 kvm + 1767 root 1642560 4855116 1.6 6.7 kvm + 1420 root 1337984 8930484 0.8 5.5 kvm + 1602 root 1244732 2800700 0.6 5.1 kvm + 625209 www-data 222252 293400 0.0 0.9 pveproxy worker + 625210 www-data 188092 258408 0.0 0.7 pveproxy worker + 1309 www-data 184556 231384 0.0 0.7 pveproxy + 625211 www-data 182548 255816 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 - 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 + 3368 root 10.2 15.6 3810648 kvm + 62953 root 4.1 6.8 1660572 kvm + 703975 root 2.5 0.0 7932 systemd-timedat + 545428 root 2.0 11.7 2844792 kvm + 1767 root 1.6 6.7 1642560 kvm + 1420 root 0.8 5.5 1337984 kvm + 1602 root 0.6 5.1 1244732 kvm + 1276 root 0.6 0.5 127052 pvestatd + 702548 root 0.4 0.6 152428 qm + 822 root 0.1 0.4 115132 tailscaled --- top file-handle holders $ for pid in $(ps -e -o pid= | head -n 200); do @@ -13989,7 +13407,7 @@ done | sort -k2 -t= -nr | head -n 15 --- 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 24M Jul 27 21:55 /var/log/journal/2760053104da43f0ab6c097be4c15b53/system.journal +-rw-r-----+ 1 root systemd-journal 24M Jul 29 05:13 /var/log/journal/2760053104da43f0ab6c097be4c15b53/system.journal ############################################################################### # 30. QUICK-LOOK SUSPECT SUMMARY @@ -14225,6 +13643,6 @@ echo " (see section 20 for full smartctl/nvme output)" ############################################################################### # Collection complete: pfv-tsys9 # Output: /root/pfv-tsys9.log -# Size: 793495 bytes / 14223 lines -# Elapsed: 274 seconds +# Size: 876210 bytes / 13641 lines +# Elapsed: 277 seconds ###############################################################################