Files
PFVCluster/returned-logs/pfv-tsys1.log
T
mrcharles 291a7ebc27 feat: full re-audit of all 7 hosts with fresh ground truth
Deployed check.sh to all 7 hosts at 21:50 CDT. Captures the live state
after the user's PDM migrations:

Cnode movements since last audit:
- cnode1: tsys1 -> tsys9
- cnode2: tsys6 -> tsys7
- cnode5: tsys6 -> tsys7, storage D5(tsys4) -> S2(tsys5)

Wnode changes:
- wnode-tsys1 (102): new VM on S2, stopped
- wnode-tsys3: RAM bumped 20 -> 28 GB
- wnode-tsys6: now running (was stopped)
- wnode-tsys9: storage moved S3 -> S2

Storage distribution improved from 90/10 to 73/27 (tsys4/tsys5).
Still need 2 more cnode moves for etcd quorum survival.

Updated executive summary, k8s distribution tables, storage
utilization, and open items with the fresh data. Captured future k8s
requirements: vcluster + Rancher, OIDC to Keycloak, workload isolation
(RackRental/Suborbital ITAR/non-ITAR/SLP), and solar-aware scale-out
with PowerEdge 19xx/2950 systems.

Added tsys9 to deploy-check.sh host list.
2026-07-27 22:04:05 -05:00

16095 lines
930 KiB
Plaintext

###############################################################################
# Proxmox VE host performance assessment (READ-ONLY)
# 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)
# Kernel: 7.0.14-6-pve
# Machine: x86_64 GNU/Linux
# Caller: root (uid=0)
# Script: check.sh - strictly READ-ONLY
###############################################################################
###############################################################################
# 1. TOOL AVAILABILITY MATRIX
###############################################################################
--- command presence + path + version
$ # Each line: name | present? | path | version
printf '%-22s %-8s %-30s %s\n' "TOOL" "PRESENT" "PATH" "VERSION/NOTE"
printf '%-22s %-8s %-30s %s\n' "----" "-------" "----" "------------"
for t in \
pveversion pvecm qm pct pvesm pvesh pveperf proxmox-backup-client \
ip ss ethtool bridge brctl nmcli \
tcpdump mtr nstat netstat nicstat ifstat \
dmidecode lscpu lshw hwinfo inxi lspci lsusb numactl numastat \
cpupower turbostat x86_energy_perf_policy rdmsr \
tuned-adm irqbalance \
zpool zfs zdb arcstat arc_summary \
lsblk blkid blockdev findmnt smartctl nvme hdparm \
storcli storcli64 MegaCli MegaCli64 tw-cli arcconf \
sas2ircu sas3ircu hpssacli ssacli perccli \
multipath pvs vgs lvs lvdisplay \
xfs_info dumpe2fs btrfs \
fio iperf iperf3 sysbench bonnie++ iozone \
iostat mpstat pidstat sar vmstat \
top htop atop glances dstat nethogs iftop iotop smem pmap slabtop \
perf strace lsof fatrace \
dig host nslookup \
chronyc ntpq timedatectl \
nft iptables iptables-save ipset ufw \
jq bc awk smartctl nvme \
apt dpkg
do
p="$(command -v "$t" 2>/dev/null)"
if [ -n "$p" ]; then
v=""
case "$t" in
zpool|zfs) v="$(timeout 3 "$t" version 2>/dev/null | head -n 2 | tr '\n' ' ')" ;;
iperf3|fio|sysbench|smartctl|nvme|tuned-adm|ethtool|cpupower)
v="$(timeout 3 "$t" --version 2>&1 | head -n 1)" ;;
pveversion) v="$(timeout 3 "$t" 2>/dev/null)" ;;
storcli64|storcli|MegaCli64|MegaCli|arcconf|sas2ircu|sas3ircu|ssacli|hpssacli)
v="(storage HBA CLI - present)" ;;
esac
printf '%-22s %-8s %-30s %s\n' "$t" "yes" "$p" "$v"
else
printf '%-22s %-8s %-30s %s\n' "$t" "no" "-" "-"
fi
done
TOOL PRESENT PATH VERSION/NOTE
---- ------- ---- ------------
pveversion yes /usr/bin/pveversion pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve)
pvecm yes /usr/bin/pvecm
qm yes /usr/sbin/qm
pct yes /usr/sbin/pct
pvesm yes /usr/sbin/pvesm
pvesh yes /usr/bin/pvesh
pveperf yes /usr/bin/pveperf
proxmox-backup-client yes /usr/bin/proxmox-backup-client
ip yes /usr/sbin/ip
ss yes /usr/bin/ss
ethtool yes /usr/sbin/ethtool ethtool version 6.14.2
bridge yes /usr/sbin/bridge
brctl yes /usr/sbin/brctl
nmcli no - -
tcpdump yes /usr/bin/tcpdump
mtr yes /usr/bin/mtr
nstat yes /usr/bin/nstat
netstat no - -
nicstat no - -
ifstat no - -
dmidecode yes /usr/sbin/dmidecode
lscpu yes /usr/bin/lscpu
lshw no - -
hwinfo no - -
inxi no - -
lspci yes /usr/bin/lspci
lsusb yes /usr/bin/lsusb
numactl yes /usr/bin/numactl
numastat yes /usr/bin/numastat
cpupower yes /usr/bin/cpupower cpupower 6.12
turbostat yes /usr/sbin/turbostat
x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy
rdmsr no - -
tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1
irqbalance no - -
zpool yes /usr/sbin/zpool zfs-2.4.3-pve1 zfs-kmod-2.4.3-pve1
zfs yes /usr/sbin/zfs zfs-2.4.3-pve1 zfs-kmod-2.4.3-pve1
zdb yes /usr/sbin/zdb
arcstat yes /usr/sbin/arcstat
arc_summary yes /usr/sbin/arc_summary
lsblk yes /usr/bin/lsblk
blkid yes /usr/sbin/blkid
blockdev yes /usr/sbin/blockdev
findmnt yes /usr/bin/findmnt
smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build)
nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13)
hdparm yes /usr/sbin/hdparm
storcli no - -
storcli64 no - -
MegaCli no - -
MegaCli64 no - -
tw-cli no - -
arcconf no - -
sas2ircu no - -
sas3ircu no - -
hpssacli no - -
ssacli no - -
perccli no - -
multipath no - -
pvs yes /usr/sbin/pvs
vgs yes /usr/sbin/vgs
lvs yes /usr/sbin/lvs
lvdisplay yes /usr/sbin/lvdisplay
xfs_info yes /usr/sbin/xfs_info
dumpe2fs yes /usr/sbin/dumpe2fs
btrfs yes /usr/bin/btrfs
fio no - -
iperf no - -
iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON 1.7.15)
sysbench no - -
bonnie++ no - -
iozone no - -
iostat yes /usr/bin/iostat
mpstat yes /usr/bin/mpstat
pidstat yes /usr/bin/pidstat
sar yes /usr/bin/sar
vmstat yes /usr/bin/vmstat
top yes /usr/bin/top
htop yes /usr/bin/htop
atop no - -
glances no - -
dstat no - -
nethogs no - -
iftop yes /usr/sbin/iftop
iotop no - -
smem no - -
pmap yes /usr/bin/pmap
slabtop yes /usr/bin/slabtop
perf yes /usr/bin/perf
strace yes /usr/bin/strace
lsof yes /usr/bin/lsof
fatrace no - -
dig yes /usr/bin/dig
host yes /usr/bin/host
nslookup yes /usr/bin/nslookup
chronyc yes /usr/bin/chronyc
ntpq no - -
timedatectl yes /usr/bin/timedatectl
nft yes /usr/sbin/nft
iptables yes /usr/sbin/iptables
iptables-save yes /usr/sbin/iptables-save
ipset yes /usr/sbin/ipset
ufw no - -
jq yes /usr/bin/jq
bc yes /usr/bin/bc
awk yes /usr/bin/awk
smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build)
nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13)
apt yes /usr/bin/apt
dpkg yes /usr/bin/dpkg
--- Debian packages relevant to perf/storage/net
$ dpkg -l 2>/dev/null | awk '/^ii/ && ($2 ~ /^(proxmox-|pve-|zfs|zfsutils|nfs|nfs-kernel-server|nfs-common|open-iscsi|ceph|tuned|irqbalance|sysstat|smartmontools|nvme-cli|ethtool|bridge-utils|ifenslave|fio|iperf3|sysbench|glances|htop|atop|lm-sensors|numactl|cpufrequtils|linux-image-|pve-kernel|qemu|libvirt|corosync|pacemaker)/) {print $2" "$3}' | head -n 80
bridge-utils 1.7.1-4+b1
ceph-common 19.2.3-pve2
ceph-fuse 19.2.3-pve2
corosync 3.1.10-pve3
ethtool 1:6.14.2-1
htop 3.4.1-5
iperf3 3.18-2+deb13u2
nfs-common 1:2.8.3-1
numactl 2.0.19-1
nvme-cli 2.13-2
open-iscsi 2.1.11-1+deb13u2
proxmox-archive-keyring 4.0
proxmox-backup-client 4.2.3-1
proxmox-backup-file-restore 4.2.3-1
proxmox-backup-restore-image 1.0.0
proxmox-default-kernel 2.1.0
proxmox-enterprise-support-keyring 1.0
proxmox-firewall 1.2.3
proxmox-kernel-6.17 6.17.13-19
proxmox-kernel-6.17.13-19-pve-signed 6.17.13-19
proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1
proxmox-kernel-7.0 7.0.14-6
proxmox-kernel-7.0.14-6-pve-signed 7.0.14-6
proxmox-kernel-helper 9.2.0
proxmox-mail-forward 1.0.3
proxmox-mini-journalreader 1.7
proxmox-offline-mirror-docs 0.7.4
proxmox-offline-mirror-helper 0.7.4
proxmox-termproxy 2.1.0
proxmox-ve 9.2.0
proxmox-websocket-tunnel 1.0.0
proxmox-widget-toolkit 5.2.6
pve-cluster 9.1.6
pve-container 6.1.12
pve-docs 9.2.3
pve-edk2-firmware 4.2025.05-2
pve-edk2-firmware-legacy 4.2025.05-2
pve-edk2-firmware-ovmf 4.2025.05-2
pve-esxi-import-tools 1.0.1
pve-firewall 6.0.5
pve-firmware 3.18-5
pve-ha-manager 5.2.4
pve-i18n 3.9.0
pve-lxc-syscalld 2.0.2
pve-manager 9.2.5
pve-nvidia-vgpu-helper 0.3.1
pve-qemu-kvm 11.0.2-2
pve-xtermjs 6.0.0-2
pve-yew-mobile-gui 0.7.0
pve-yew-mobile-i18n 3.9.0
qemu-server 9.2.1
smartmontools 7.5-pve2
sysstat 12.7.5-2
tuned 2.25.1-1
zfs-initramfs 2.4.3-pve1
zfs-zed 2.4.3-pve1
zfsutils-linux 2.4.3-pve1
--- kernel modules available (relevant to perf)
$ for m in kvm_intel kvm_amd \
ixgbe i40e i40iw ice igb igc mlx4_en mlx5_core mlx4_core bnx2x bnx2 tg3 be2net qed qede virtio_net \
nvme nvme-tcp nvme-fabrics sd_mod sr_mod \
zfs spl znvpair zcommon zunicode zavl icp zlua \
megaraid_sas mpt3sas hpsa aacraid smartpqi isci \
dm_multipath multipath \
tcp_dctcp tcp_bbr tcp_cubic tcp_htcp \
8021q bonding bridge br_netfilter \
vhost_net vhost_scsi target_core_mod \
nfsv4 nfsv3 rpcsec_gss_krb5
do
modinfo "$m" >/dev/null 2>&1 && printf 'available : %s (%s)\n' "$m" "$(modinfo -F version "$m" 2>/dev/null || echo built-in)"
done
available : kvm_intel ()
available : kvm_amd ()
available : ixgbe ()
available : i40e ()
available : i40iw ()
available : ice ()
available : igb ()
available : igc ()
available : mlx4_en (4.0-0)
available : mlx5_core ()
available : mlx4_core (4.0-0)
available : bnx2x ()
available : bnx2 ()
available : tg3 ()
available : be2net ()
available : qed ()
available : qede ()
available : virtio_net ()
available : nvme (1.0)
available : nvme-tcp ()
available : nvme-fabrics ()
available : sd_mod ()
available : sr_mod ()
available : zfs (2.4.3-pve1)
available : spl (2.4.3-pve1)
available : znvpair (2.4.3-pve1)
available : zcommon (2.4.3-pve1)
available : zunicode (2.4.3-pve1)
available : zavl (2.4.3-pve1)
available : icp (2.4.3-pve1)
available : zlua (2.4.3-pve1)
available : megaraid_sas (07.734.00.00-rc1)
available : mpt3sas (54.100.00.00)
available : hpsa (3.4.20-200)
available : aacraid (1.2.1[50983]-custom)
available : smartpqi (2.1.36-026)
available : isci (1.2.0)
available : dm_multipath ()
available : tcp_dctcp ()
available : tcp_bbr ()
available : tcp_cubic (2.3)
available : tcp_htcp ()
available : 8021q (1.8)
available : bonding ()
available : bridge (2.3)
available : br_netfilter ()
available : vhost_net (0.0.1)
available : vhost_scsi ()
available : target_core_mod ()
available : nfsv4 ()
available : nfsv3 ()
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
nvme_fabrics 36864 0
nvme_core 229376 1 nvme_fabrics
nvme_keyring 20480 2 nvme_core,nvme_fabrics
nvme_auth 28672 1 nvme_core
tcp_diag 20480 0
rpcsec_gss_krb5 32768 0
nfsv4 1200128 2
bonding 253952 0
sunrpc 815104 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs
kvm_intel 507904 42
kvm 1445888 23 kvm_intel
zfs 6258688 6
spl 151552 1 zfs
vhost_net 36864 10
vhost 69632 1 vhost_net
vhost_iotlb 16384 1 vhost
tcp_bbr 24576 32
dm_thin_pool 94208 1
dm_persistent_data 118784 1 dm_thin_pool
dm_bio_prison 24576 1 dm_thin_pool
dm_bufio 57344 1 dm_persistent_data
###############################################################################
# 2. OS / DISTRO / UPTIME
###############################################################################
--- os-release
--- /etc/os-release ---
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
NAME="Debian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"
VERSION_CODENAME=trixie
DEBIAN_VERSION_FULL=13.6
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
--- debian version
$ cat /etc/debian_version
13.6
--- uptime
$ uptime
21:50:37 up 21:14, 1 user, load average: 0.20, 0.33, 0.33
--- uptime raw (since boot)
$ cat /proc/uptime
76478.49 497545.12
--- last reboot
$ last -x reboot
reboot system boot 7.0.14-6-pve Mon Jul 27 00:35 - still running
reboot system boot 7.0.14-6-pve Sun Jul 26 17:51 - 00:30 (06:39)
shutdown system down 7.0.14-6-pve Mon Jul 27 00:30 - 00:35 (00:05)
reboot system boot 7.0.14-6-pve Sun Jul 26 17:19 - 17:50 (00:31)
shutdown system down 7.0.14-6-pve Sun Jul 26 17:50 - 17:51 (00:00)
reboot system boot 6.17.2-1-pve Sun Jul 26 09:14 - 17:14 (08:00)
shutdown system down 6.17.2-1-pve Sun Jul 26 17:14 - 17:19 (00:04)
reboot system boot 6.17.2-1-pve Fri Jul 24 13:59 - 09:10 (1+19:11)
shutdown system down 6.17.2-1-pve Sun Jul 26 09:10 - 09:14 (00:03)
reboot system boot 6.17.2-1-pve Wed Jul 22 18:31 - 10:43 (1+16:11)
shutdown system down 6.17.2-1-pve Fri Jul 24 10:43 - 13:59 (03:16)
reboot system boot 6.17.2-1-pve Tue Jul 7 12:27 - 18:27 (15+06:00)
shutdown system down 6.17.2-1-pve Wed Jul 22 18:27 - 18:31 (00:03)
reboot system boot 6.17.2-1-pve Sat Apr 4 10:25 - 13:47 (213503769+11:24)
shutdown system down 6.17.2-1-pve Wed Sep 3 13:47 - 12:27 (306+22:39)
reboot system boot 6.17.2-1-pve Sat Apr 4 09:15 - 10:23 (01:08)
shutdown system down 6.17.2-1-pve Sat Apr 4 10:23 - 10:25 (00:01)
reboot system boot 6.17.2-1-pve Mon Mar 30 17:15 - 09:13 (4+15:58)
shutdown system down 6.17.2-1-pve Sat Apr 4 09:13 - 09:15 (00:01)
reboot system boot 6.17.2-1-pve Mon Mar 30 10:21 - 17:13 (06:52)
shutdown system down 6.17.2-1-pve Mon Mar 30 17:13 - 17:15 (00:01)
reboot system boot 6.17.2-1-pve Mon Mar 30 08:32 - 10:20 (01:47)
shutdown system down 6.17.2-1-pve Mon Mar 30 10:20 - 10:21 (00:01)
reboot system boot 6.17.2-1-pve Tue Mar 24 19:57 - 08:31 (5+12:34)
shutdown system down 6.17.2-1-pve Mon Mar 30 08:31 - 08:32 (00:00)
reboot system boot 6.17.2-1-pve Tue Mar 17 13:30 - 13:43 (213503787+08:14)
shutdown system down 6.17.2-1-pve Wed Sep 3 13:43 - 19:57 (202+06:14)
reboot system boot 6.17.2-1-pve Tue Mar 17 13:24 - 13:28 (00:04)
shutdown system down 6.17.2-1-pve Tue Mar 17 13:28 - 13:30 (00:02)
reboot system boot 6.17.2-1-pve Tue Mar 17 13:09 - 13:23 (00:14)
shutdown system down 6.17.2-1-pve Tue Mar 17 13:23 - 13:24 (00:00)
reboot system boot 6.17.2-1-pve Thu Mar 12 09:43 - 13:08 (5+03:24)
shutdown system down 6.17.2-1-pve Tue Mar 17 13:08 - 13:09 (00:00)
reboot system boot 6.17.2-1-pve Thu Mar 12 09:40 - 09:42 (00:01)
shutdown system down 6.17.2-1-pve Thu Mar 12 09:42 - 09:43 (00:00)
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - 10:38 (306+20:59)
shutdown system down 6.17.2-1-pve Tue Jul 7 10:38 - 09:40 (213503865+07:04)
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash
wtmpdb begins Wed Sep 3 13:38:11 2025
--- last logins
$ last
root pts/0 100.87.49.37 Mon Jul 27 13:49 - 13:49 (00:00)
root pts/0 100.87.49.37 Mon Jul 27 13:40 - 13:41 (00:00)
root pts/0 100.87.49.37 Mon Jul 27 13:12 - 13:12 (00:00)
root pts/0 100.87.49.37 Mon Jul 27 13:03 - 13:03 (00:00)
root pts/0 100.87.49.37 Mon Jul 27 08:40 - 08:41 (00:01)
reboot system boot 7.0.14-6-pve Mon Jul 27 00:35 - still running
root pts/0 10.100.100.3 Mon Jul 27 00:35 - 00:35 (00:00)
root pts/0 10.100.100.3 Mon Jul 27 00:33 - 00:34 (00:01)
root pts/1 10.100.100.3 Mon Jul 27 00:30 - 00:30 (00:00)
root pts/0 10.100.100.3 Mon Jul 27 00:27 - 00:30 (00:03)
root pts/0 100.87.49.37 Sun Jul 26 20:20 - 20:20 (00:00)
root pts/0 100.87.49.37 Sun Jul 26 19:26 - 19:26 (00:00)
root pts/0 100.87.49.37 Sun Jul 26 18:53 - 18:57 (00:03)
root pts/0 100.87.49.37 Sun Jul 26 17:53 - 17:53 (00:00)
reboot system boot 7.0.14-6-pve Sun Jul 26 17:51 - 00:30 (06:39)
root pts/0 100.87.49.37 Sun Jul 26 17:49 - 17:50 (00:00)
reboot system boot 7.0.14-6-pve Sun Jul 26 17:19 - 17:50 (00:31)
root pts/0 100.87.49.37 Sun Jul 26 17:08 - 17:14 (00:06)
root pts/0 100.87.49.37 Sun Jul 26 16:05 - 16:09 (00:04)
root pts/0 100.87.49.37 Sun Jul 26 15:03 - 15:06 (00:03)
root pts/1 10.100.100.3 Sun Jul 26 13:32 - 13:33 (00:00)
root pts/0 100.87.49.37 Sun Jul 26 13:18 - 13:33 (00:15)
root pts/0 100.87.49.37 Sun Jul 26 12:21 - 12:25 (00:03)
root pts/0 100.87.49.37 Sun Jul 26 11:33 - 11:51 (00:17)
root pts/0 100.87.49.37 Sun Jul 26 11:11 - 11:13 (00:01)
root pts/0 100.87.49.37 Sun Jul 26 09:47 - 09:47 (00:00)
root pts/0 100.87.49.37 Sun Jul 26 09:16 - 09:21 (00:05)
reboot system boot 6.17.2-1-pve Sun Jul 26 09:14 - 17:14 (08:00)
root pts/0 10.100.100.3 Sun Jul 26 09:12 - 09:13 (00:01)
root pts/0 100.87.49.37 Sun Jul 26 09:07 - 09:10 (00:03)
root pts/0 100.87.49.37 Sun Jul 26 08:58 - 09:05 (00:07)
root pts/2 100.87.49.37 Sat Jul 25 11:34 - 11:37 (00:02)
root pts/1 100.87.49.37 Sat Jul 25 11:34 - 11:35 (00:01)
root pts/0 100.87.49.37 Sat Jul 25 11:32 - 11:35 (00:03)
root pts/0 100.87.49.37 Sat Jul 25 11:28 - 11:29 (00:00)
root pts/0 100.87.49.37 Sat Jul 25 01:28 - 01:28 (00:00)
root pts/0 100.87.49.37 Fri Jul 24 17:17 - 17:18 (00:00)
root pts/0 100.87.49.37 Fri Jul 24 17:17 - 17:17 (00:00)
root pts/0 100.87.49.37 Fri Jul 24 17:00 - 17:02 (00:01)
root pts/0 100.87.49.37 Fri Jul 24 16:32 - 16:32 (00:00)
root pts/0 100.87.49.37 Fri Jul 24 16:32 - 16:32 (00:00)
reboot system boot 6.17.2-1-pve Fri Jul 24 13:59 - 09:10 (1+19:11)
root pts/0 100.87.49.37 Fri Jul 24 10:42 - 10:43 (00:00)
root pts/0 100.87.49.37 Thu Jul 23 13:51 - 13:52 (00:01)
root pts/0 100.87.49.37 Wed Jul 22 18:37 - 18:51 (00:14)
reboot system boot 6.17.2-1-pve Wed Jul 22 18:31 - 10:43 (1+16:11)
root pts/1 10.100.100.6 Wed Jul 22 17:43 - 17:43 (00:00)
root pts/0 100.87.49.37 Wed Jul 22 17:42 - 17:44 (00:02)
root pts/0 100.87.49.37 Mon Jul 20 20:02 - 20:02 (00:00)
root pts/0 100.87.49.37 Mon Jul 20 19:20 - 19:21 (00:01)
root pts/0 100.87.49.37 Mon Jul 20 18:39 - 18:40 (00:00)
root pts/1 100.87.49.37 Mon Jul 20 12:27 - 12:27 (00:00)
root pts/0 100.109.70.137 Mon Jul 20 12:26 - 17:16 (04:50)
root pts/0 100.87.49.37 Mon Jul 20 11:27 - 11:28 (00:00)
root pts/0 100.87.49.37 Mon Jul 20 11:11 - 11:12 (00:01)
root pts/0 100.87.49.37 Mon Jul 20 10:54 - 10:58 (00:03)
root pts/0 Sat Jul 11 12:43 - 12:45 (00:01)
reboot system boot 6.17.2-1-pve Tue Jul 7 12:27 - 18:27 (15+06:00)
root pts/3 Fri Jun 26 11:50 - 11:50 (00:00)
root pts/2 Fri Jun 26 11:49 - 11:50 (00:00)
root pts/1 Fri Jun 26 11:49 - 11:50 (00:00)
root pts/0 Fri Jun 26 11:49 - 11:50 (00:00)
root pts/0 Fri Jun 26 11:18 - 11:23 (00:05)
root pts/0 100.118.91.16 Sat Apr 25 09:27 - 09:39 (00:11)
root pts/0 100.118.91.16 Fri Apr 24 17:24 - 17:28 (00:04)
root pts/0 100.118.91.16 Fri Apr 24 17:16 - 17:24 (00:07)
root pts/0 100.118.91.16 Fri Apr 24 16:36 - 16:50 (00:13)
root pts/0 100.118.91.16 Fri Apr 24 16:14 - 16:25 (00:10)
root pts/0 100.118.91.16 Fri Apr 24 14:24 - 14:27 (00:03)
root pts/0 100.118.91.16 Fri Apr 24 12:52 - 12:57 (00:05)
root pts/0 100.118.91.16 Fri Apr 24 12:40 - 12:43 (00:02)
root pts/1 100.109.70.137 Fri Apr 17 15:58 - 15:58 (00:00)
root pts/0 100.118.91.16 Fri Apr 17 15:57 - 16:07 (00:09)
root pts/0 100.118.91.16 Tue Apr 7 11:59 - 11:59 (00:00)
root pts/1 100.118.91.16 Mon Apr 6 16:46 - 16:54 (00:08)
root pts/0 100.118.91.16 Mon Apr 6 16:46 - 16:54 (00:08)
root pts/0 100.118.91.16 Mon Apr 6 08:42 - 08:57 (00:15)
root pts/0 100.118.91.16 Sat Apr 4 11:18 - 11:21 (00:02)
reboot system boot 6.17.2-1-pve Sat Apr 4 10:25 - 13:47 (213503769+11:24)
root pts/0 100.118.91.16 Sat Apr 4 10:23 - 10:23 (00:00)
root pts/0 100.118.91.16 Sat Apr 4 10:13 - 10:14 (00:00)
root pts/0 100.118.91.16 Sat Apr 4 09:18 - 09:18 (00:00)
root pts/0 100.118.91.16 Sat Apr 4 09:16 - 09:17 (00:01)
reboot system boot 6.17.2-1-pve Sat Apr 4 09:15 - 10:23 (01:08)
root pts/0 100.118.91.16 Sat Apr 4 09:13 - 09:13 (00:00)
root pts/2 100.118.91.16 Fri Apr 3 00:11 - 00:13 (00:02)
root pts/0 100.118.91.16 Fri Apr 3 00:08 - 00:14 (00:06)
root pts/1 100.109.70.137 Fri Apr 3 00:06 - 18:15 (18:09)
root pts/0 100.109.70.137 Thu Apr 2 23:57 - 00:06 (00:08)
root pts/0 100.118.91.16 Mon Mar 30 17:20 - 17:23 (00:02)
reboot system boot 6.17.2-1-pve Mon Mar 30 17:15 - 09:13 (4+15:58)
root pts/0 100.118.91.16 Mon Mar 30 17:13 - 17:13 (00:00)
root pts/0 100.118.91.16 Mon Mar 30 17:06 - 17:12 (00:05)
root pts/0 192.168.1.152 Mon Mar 30 10:43 - 10:49 (00:05)
root tty1 Mon Mar 30 10:22 - 10:23 (00:00)
reboot system boot 6.17.2-1-pve Mon Mar 30 10:21 - 17:13 (06:52)
root tty1 Mon Mar 30 10:13 - 10:20 (00:06)
root pts/0 192.168.3.16 Mon Mar 30 08:44 - 08:50 (00:06)
root tty1 Mon Mar 30 08:38 - 08:52 (00:14)
reboot system boot 6.17.2-1-pve Mon Mar 30 08:32 - 10:20 (01:47)
root tty1 Mon Mar 30 08:31 - 08:31 (00:00)
reboot system boot 6.17.2-1-pve Tue Mar 24 19:57 - 08:31 (5+12:34)
root pts/0 100.109.70.137 Tue Mar 17 13:41 - 11:06 (2+21:24)
reboot system boot 6.17.2-1-pve Tue Mar 17 13:30 - 13:43 (213503787+08:14)
root pts/0 100.109.70.137 Tue Mar 17 13:26 - 13:28 (00:02)
reboot system boot 6.17.2-1-pve Tue Mar 17 13:24 - 13:28 (00:04)
root pts/2 100.109.70.137 Tue Mar 17 13:22 - 13:23 (00:01)
root pts/1 100.109.70.137 Tue Mar 17 13:19 - 13:23 (00:04)
root pts/0 Tue Mar 17 13:16 - 13:23 (00:07)
root pts/0 Tue Mar 17 13:10 - 13:13 (00:02)
reboot system boot 6.17.2-1-pve Tue Mar 17 13:09 - 13:23 (00:14)
root pts/0 Tue Mar 17 13:03 - 13:08 (00:05)
root tty1 Thu Mar 12 09:44 - 09:44 (00:00)
reboot system boot 6.17.2-1-pve Thu Mar 12 09:43 - 13:08 (5+03:24)
root tty1 Thu Mar 12 09:41 - 09:42 (00:01)
reboot system boot 6.17.2-1-pve Thu Mar 12 09:40 - 09:42 (00:01)
root tty1 Wed Sep 3 13:42 - 13:43 (00:00)
root tty1 Wed Sep 3 13:40 - 11:58 (215+22:18)
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - 10:38 (306+20:59)
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash
wtmpdb begins Wed Sep 3 13:38:11 2025
--- uname
$ uname -a
Linux pfv-tsys1 7.0.14-6-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.14-6 (2026-07-20T14:45Z) x86_64 GNU/Linux
--- /proc/cmdline (boot args)
$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-7.0.14-6-pve root=/dev/mapper/pve-root ro quiet
###############################################################################
# 3. HARDWARE INVENTORY
###############################################################################
--- dmidecode -t system
$ dmidecode -t system
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Dell Inc.
Product Name: OptiPlex 9020
Version: 00
Serial Number: GMWRX12
UUID: 4c4c4544-004d-5710-8052-c7c04f583132
Wake-up Type: Power Switch
SKU Number: 05A4
Family: Not Specified
Handle 0x0026, DMI type 12, 5 bytes
System Configuration Options
Option 1: To Be Filled By O.E.M.
Handle 0x0027, DMI type 15, 35 bytes
System Event Log
Area Length: 4 bytes
Header Start Offset: 0x0000
Header Length: 2 bytes
Data Start Offset: 0x0002
Access Method: Indexed I/O, one 16-bit index port, one 8-bit data port
Access Address: Index 0x046A, Data 0x046C
Status: Invalid, Not Full
Change Token: 0x00000000
Header Format: No Header
Supported Log Type Descriptors: 6
Descriptor 1: End of log
Data Format 1: OEM-specific
Descriptor 2: End of log
Data Format 2: OEM-specific
Descriptor 3: End of log
Data Format 3: OEM-specific
Descriptor 4: End of log
Data Format 4: OEM-specific
Descriptor 5: End of log
Data Format 5: OEM-specific
Descriptor 6: End of log
Data Format 6: OEM-specific
Handle 0x002A, DMI type 32, 20 bytes
System Boot Information
Status: No errors detected
--- dmidecode -t baseboard
$ dmidecode -t baseboard
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: Dell Inc.
Product Name: 0XCR8D
Version: A03
Serial Number: /GMWRX12/CN7220045500NT/
Asset Tag: 897880
Features:
Board is a hosting board
Board is replaceable
Location In Chassis:
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0
Handle 0x0024, DMI type 10, 8 bytes
On Board Device 1 Information
Type: Video
Status: Enabled
Description: "Intel HD Graphics"
On Board Device 2 Information
Type: Ethernet
Status: Enabled
Description: NETWORK_NAME_STRING
Handle 0x0034, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard IGD
Type: Video
Status: Enabled
Type Instance: 1
Bus Address: 0000:00:02.0
Handle 0x0035, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard LAN
Type: Ethernet
Status: Enabled
Type Instance: 1
Bus Address: 0000:00:19.0
Handle 0x0036, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard 1394
Type: Other
Status: Enabled
Type Instance: 1
Bus Address: 0000:03:1c.2
--- dmidecode -t bios
$ dmidecode -t bios
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
Vendor: Dell Inc.
Version: A25
Release Date: 05/30/2019
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 12 MB
Characteristics:
PCI is supported
PNP is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
EDD is supported
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 kB floppy services are supported (int 13h)
3.5"/2.88 MB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
ACPI is supported
USB legacy is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Targeted content distribution is supported
UEFI is supported
BIOS Revision: 65.25
Handle 0xDED7, DMI type 13, 22 bytes
BIOS Language Information
Language Description Format: Long
Installable Languages: 1
en|US|iso8859-1
Currently Installed Language: en|US|iso8859-1
--- dmidecode -t chassis
$ dmidecode -t chassis
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0003, DMI type 3, 22 bytes
Chassis Information
Manufacturer: Dell Inc.
Type: Space-saving
Lock: Not Present
Version: Not Specified
Serial Number: GMWRX12
Asset Tag: 897880
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: None
OEM Information: 0x00000000
Height: Unspecified
Number Of Power Cords: 1
Contained Elements: 0
SKU Number: To be filled by O.E.M.
--- dmidecode -t processor
$ dmidecode -t processor
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x003A, DMI type 4, 42 bytes
Processor Information
Socket Designation: SOCKET 0
Type: Central Processor
Family: Core i7
Manufacturer: Intel
ID: C3 06 03 00 FF FB EB BF
Signature: Type 0, Family 6, Model 60, Stepping 3
Flags:
FPU (Floating-point unit on-chip)
VME (Virtual mode extension)
DE (Debugging extension)
PSE (Page size extension)
TSC (Time stamp counter)
MSR (Model specific registers)
PAE (Physical address extension)
MCE (Machine check exception)
CX8 (CMPXCHG8 instruction supported)
APIC (On-chip APIC hardware supported)
SEP (Fast system call)
MTRR (Memory type range registers)
PGE (Page global enable)
MCA (Machine check architecture)
CMOV (Conditional move instruction supported)
PAT (Page attribute table)
PSE-36 (36-bit page size extension)
CLFSH (CLFLUSH instruction supported)
DS (Debug store)
ACPI (ACPI supported)
MMX (MMX technology supported)
FXSR (FXSAVE and FXSTOR instructions supported)
SSE (Streaming SIMD extensions)
SSE2 (Streaming SIMD extensions 2)
SS (Self-snoop)
HTT (Multi-threading)
TM (Thermal monitor supported)
PBE (Pending break enabled)
Version: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
Voltage: 1.2 V
External Clock: 100 MHz
Max Speed: 3800 MHz
Current Speed: 3400 MHz
Status: Populated, Enabled
Upgrade: Other
L1 Cache Handle: 0x003B
L2 Cache Handle: 0x003C
L3 Cache Handle: 0x003D
Serial Number: Not Specified
Asset Tag: Fill By OEM
Part Number: Fill By OEM
Core Count: 4
Core Enabled: 4
Thread Count: 8
Characteristics:
64-bit capable
--- dmidecode -t memory
$ dmidecode -t memory
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x003E, DMI type 16, 23 bytes
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: None
Maximum Capacity: 32 GB
Error Information Handle: Not Provided
Number Of Devices: 4
Handle 0x003F, DMI type 17, 34 bytes
Memory Device
Array Handle: 0x003E
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 8 GB
Form Factor: DIMM
Set: None
Locator: DIMM3
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MT/s
Manufacturer: 859B
Serial Number: 0260380A00E0
Asset Tag: 00175200
Part Number: CT102464BD160B.M16
Rank: 2
Configured Memory Speed: 1600 MT/s
Handle 0x0041, DMI type 17, 34 bytes
Memory Device
Array Handle: 0x003E
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 8 GB
Form Factor: DIMM
Set: None
Locator: DIMM1
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MT/s
Manufacturer: 859B
Serial Number: 0AC0710DF014
Asset Tag: 15164900
Part Number: CT102464BD160B.C16
Rank: 2
Configured Memory Speed: 1600 MT/s
Handle 0x0043, DMI type 17, 34 bytes
Memory Device
Array Handle: 0x003E
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 8 GB
Form Factor: DIMM
Set: None
Locator: DIMM4
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MT/s
Manufacturer: 859B
Serial Number: 03F0720DF014
Asset Tag: 15164900
Part Number: CT102464BD160B.C16
Rank: 2
Configured Memory Speed: 1600 MT/s
Handle 0x0045, DMI type 17, 34 bytes
Memory Device
Array Handle: 0x003E
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 8 GB
Form Factor: DIMM
Set: None
Locator: DIMM2
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MT/s
Manufacturer: 859B
Serial Number: 08906A0DF014
Asset Tag: 15164900
Part Number: CT102464BD160B.C16
Rank: 2
Configured Memory Speed: 1600 MT/s
--- dmidecode -t cache
$ dmidecode -t cache
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x003B, DMI type 7, 19 bytes
Cache Information
Socket Designation: CPU Internal L1
Configuration: Enabled, Not Socketed, Level 1
Operational Mode: Write Back
Location: Internal
Installed Size: 256 kB
Maximum Size: 256 kB
Supported SRAM Types:
Unknown
Installed SRAM Type: Unknown
Speed: Unknown
Error Correction Type: Single-bit ECC
System Type: Other
Associativity: 8-way Set-associative
Handle 0x003C, DMI type 7, 19 bytes
Cache Information
Socket Designation: CPU Internal L2
Configuration: Enabled, Not Socketed, Level 2
Operational Mode: Write Back
Location: Internal
Installed Size: 1 MB
Maximum Size: 1 MB
Supported SRAM Types:
Unknown
Installed SRAM Type: Unknown
Speed: Unknown
Error Correction Type: Single-bit ECC
System Type: Unified
Associativity: 8-way Set-associative
Handle 0x003D, DMI type 7, 19 bytes
Cache Information
Socket Designation: CPU Internal L3
Configuration: Enabled, Not Socketed, Level 3
Operational Mode: Write Back
Location: Internal
Installed Size: 8 MB
Maximum Size: 8 MB
Supported SRAM Types:
Unknown
Installed SRAM Type: Unknown
Speed: Unknown
Error Correction Type: Single-bit ECC
System Type: Unified
Associativity: 16-way Set-associative
--- dmidecode -t connector
$ dmidecode -t connector
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0004, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J1A1
Internal Connector Type: None
External Reference Designator: PS2Mouse
External Connector Type: PS/2
Port Type: Mouse Port
Handle 0x0005, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J1A1
Internal Connector Type: None
External Reference Designator: Keyboard
External Connector Type: PS/2
Port Type: Keyboard Port
Handle 0x0006, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J6A2A
Internal Connector Type: None
External Reference Designator: COM A
External Connector Type: DB-9 male
Port Type: Serial Port 16550A Compatible
Handle 0x0007, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J6A2B
Internal Connector Type: None
External Reference Designator: Video
External Connector Type: DB-15 female
Port Type: Video Port
Handle 0x0008, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2A1
Internal Connector Type: None
External Reference Designator: USB1
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0009, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2A1
Internal Connector Type: None
External Reference Designator: USB2
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000A, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J5A1
Internal Connector Type: None
External Reference Designator: USB3
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000B, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J5A1
Internal Connector Type: None
External Reference Designator: USB4
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000C, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J5A1
Internal Connector Type: None
External Reference Designator: USB5
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000D, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J5A1
Internal Connector Type: None
External Reference Designator: USB6
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000E, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J8A1
Internal Connector Type: None
External Reference Designator: USB7
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000F, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J8A1
Internal Connector Type: None
External Reference Designator: USB8
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0010, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J8A1
Internal Connector Type: None
External Reference Designator: USB9
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0011, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J8A1
Internal Connector Type: None
External Reference Designator: USB10
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0012, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2A1
Internal Connector Type: None
External Reference Designator: LAN
External Connector Type: RJ-45
Port Type: Network Port
Handle 0x0013, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2A1
Internal Connector Type: None
External Reference Designator: Display Port1
External Connector Type: Other
Port Type: Video Port
Handle 0x0014, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J3A1
Internal Connector Type: None
External Reference Designator: Display Port2
External Connector Type: Other
Port Type: Video Port
Handle 0x0015, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J7A1
Internal Connector Type: None
External Reference Designator: MIC-IN
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0016, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J7A1
Internal Connector Type: None
External Reference Designator: HP-OUT
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0017, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J7A1
Internal Connector Type: None
External Reference Designator: LINE-OUT
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0018, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J7A1
Internal Connector Type: None
External Reference Designator: LINE-IN
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0019, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J7J3 - SATA PORT1
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x001A, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J8J1 - SATA PORT0
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x001B, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2B3 - CPU FAN
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x001C, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J7H1 - SATA PORT2
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x001E, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J1D1 - INTRUDER
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0021, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2B3 - SYSTEM_FAN
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0022, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J9E5 - INT_SPKR
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
--- dmidecode -t slot
$ dmidecode -t slot
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0023, DMI type 9, 17 bytes
System Slot Information
Designation: X4
Type: PCI Express 2 x4
Data Bus Width: 4x or x4
Current Usage: Available
Length: Short
ID: 1
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Bus Address: 0000:00:1c.4
Handle 0xDED2, DMI type 9, 17 bytes
System Slot Information
Designation: X16
Type: PCI Express 3 x16
Data Bus Width: 16x or x16
Current Usage: Available
Length: Long
ID: 2
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Bus Address: 0000:00:01.0
--- lscpu
$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 39 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Vendor ID: GenuineIntel
Model name: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
CPU family: 6
Model: 60
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 1
Stepping: 3
CPU(s) scaling MHz: 97%
CPU max MHz: 3900.0000
CPU min MHz: 800.0000
BogoMIPS: 6784.59
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts vnmi md_clear flush_l1d
Virtualization: VT-x
L1d cache: 128 KiB (4 instances)
L1i cache: 128 KiB (4 instances)
L2 cache: 1 MiB (4 instances)
L3 cache: 8 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-7
Vulnerability Gather data sampling: Not affected
Vulnerability Ghostwrite: Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages
Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Not affected
Vulnerability Old microcode: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP conditional; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Mitigation; Microcode
Vulnerability Tsa: Not affected
Vulnerability Tsx async abort: Not affected
Vulnerability Vmscape: Mitigation; IBPB before exit to userspace
--- lscpu cache
$ lscpu -C
NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE
L1d 32K 128K 8 Data 1 64 1 64
L1i 32K 128K 8 Instruction 1 64 1 64
L2 256K 1M 8 Unified 2 512 1 64
L3 8M 8M 16 Unified 3 8192 1 64
--- numactl --hardware
$ numactl --hardware
available: 1 nodes (0)
node 0 cpus: 0 1 2 3 4 5 6 7
node 0 size: 32003 MB
node 0 free: 1327 MB
node distances:
node 0
0: 10
--- numactl --show
$ numactl --show
policy: default
preferred node: current
physcpubind: 0 1 2 3 4 5 6 7
cpubind: 0
nodebind: 0
membind: 0
preferred:
--- lspci -nnvv (verbose)
$ lspci -nnvv
00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00] (rev 06)
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
IOMMU group: 1
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
Kernel driver in use: hsw_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
DeviceName: Onboard IGD
Subsystem: Dell Device [1028:05a4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 37
IOMMU group: 0
Region 0: Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at f000 [size=64]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00018 Data: 0000
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D3 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a4] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: i915
Kernel modules: i915
00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06) (prog-if 00 [HDA compatible])
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 38
IOMMU group: 2
Region 0: Memory at f7c34000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D3 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00418 Data: 0000
Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, IntMsgNum 0
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE- FLReset+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 04) (prog-if 30 [XHCI])
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 28
IOMMU group: 3
Region 0: Memory at f7c20000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [70] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] MSI: Enable+ Count=8/8 Maskable- 64bit+
Address: 00000000fee00318 Data: 0000
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:16.0 Communication controller [0780]: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev 04)
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 36
IOMMU group: 4
Region 0: Memory at f7c40000 (64-bit, non-prefetchable) [size=16]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee002d8 Data: 0000
Kernel driver in use: mei_me
Kernel modules: mei_me
00:16.3 Serial controller [0700]: Intel Corporation 8 Series/C220 Series Chipset Family KT Controller [8086:8c3d] (rev 04) (prog-if 02 [16550])
Subsystem: Dell Device [1028:05a4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 19
IOMMU group: 4
Region 0: I/O ports at f0e0 [size=8]
Region 1: Memory at f7c3e000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [c8] Power Management version 3
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Kernel driver in use: serial
Kernel modules: 8250_pci
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection I217-LM [8086:153a] (rev 04)
DeviceName: Onboard LAN
Subsystem: Dell Device [1028:05a4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 26
IOMMU group: 5
Region 0: Memory at f7c00000 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at f7c3d000 (32-bit, non-prefetchable) [size=4K]
Region 2: I/O ports at f080 [size=32]
Capabilities: [c8] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00278 Data: 0000
Capabilities: [e0] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: e1000e
Kernel modules: e1000e
00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 04) (prog-if 20 [EHCI])
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
IOMMU group: 6
Region 0: Memory at f7c3c000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 04) (prog-if 00 [HDA compatible])
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 39
IOMMU group: 7
Region 0: Memory at f7c30000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D3 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME-
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00438 Data: 0000
Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, IntMsgNum 0
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE- FLReset+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
Status: NegoPending- InProgress-
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=2 ArbSelect=Fixed TC/VC=04
Status: NegoPending- InProgress-
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 04) (prog-if 20 [EHCI])
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 23
IOMMU group: 8
Region 0: Memory at f7c3b000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1f.0 ISA bridge [0601]: Intel Corporation Q87 Express LPC Controller [8086:8c4e] (rev 04)
Subsystem: Dell Device [1028:05a4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
IOMMU group: 9
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 RAID bus controller [0104]: Intel Corporation SATA Controller [RAID mode] [8086:2822] (rev 04) (prog-if 00 [Vendor specific])
Subsystem: Dell Device [1028:05a4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 27
IOMMU group: 9
Region 0: I/O ports at f0d0 [size=8]
Region 1: I/O ports at f0c0 [size=4]
Region 2: I/O ports at f0b0 [size=8]
Region 3: I/O ports at f0a0 [size=4]
Region 4: I/O ports at f060 [size=32]
Region 5: Memory at f7c3a000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00298 Data: 0000
Capabilities: [70] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
Kernel driver in use: ahci
Kernel modules: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 04)
Subsystem: Dell Device [1028:05a4]
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin C routed to IRQ 18
IOMMU group: 9
Region 0: Memory at f7c39000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at f040 [size=32]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
--- lspci -tv (tree)
$ lspci -tv
-[0000:00]-+-00.0 Intel Corporation 4th Gen Core Processor DRAM Controller
+-02.0 Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller
+-03.0 Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller
+-14.0 Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI
+-16.0 Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1
+-16.3 Intel Corporation 8 Series/C220 Series Chipset Family KT Controller
+-19.0 Intel Corporation Ethernet Connection I217-LM
+-1a.0 Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2
+-1b.0 Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller
+-1d.0 Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1
+-1f.0 Intel Corporation Q87 Express LPC Controller
+-1f.2 Intel Corporation SATA Controller [RAID mode]
\-1f.3 Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller
--- lspci numa nodes
$ cat /sys/bus/pci/devices/0000:00:00.0/numa_node /sys/bus/pci/devices/0000:00:02.0/numa_node /sys/bus/pci/devices/0000:00:03.0/numa_node /sys/bus/pci/devices/0000:00:14.0/numa_node /sys/bus/pci/devices/0000:00:16.0/numa_node /sys/bus/pci/devices/0000:00:16.3/numa_node /sys/bus/pci/devices/0000:00:19.0/numa_node /sys/bus/pci/devices/0000:00:1a.0/numa_node /sys/bus/pci/devices/0000:00:1b.0/numa_node /sys/bus/pci/devices/0000:00:1d.0/numa_node /sys/bus/pci/devices/0000:00:1f.0/numa_node /sys/bus/pci/devices/0000:00:1f.2/numa_node /sys/bus/pci/devices/0000:00:1f.3/numa_node
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
--- lsusb
$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 003 Device 003: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
Bus 003 Device 004: ID 067b:23a3 Prolific Technology, Inc. ATEN Serial Bridge
Bus 003 Device 005: ID 0658:0200 Sigma Designs, Inc. Aeotec Z-Stick Gen5 (ZW090) - UZB
Bus 003 Device 006: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
--- lshw -short
$ lshw -short
/root/check.sh: line 45: lshw: command not found
[exit=127 / not installed or not permitted]
--- PCIe AER errors
[missing: /sys/bus/pci/devices/*/aer_dev_correctable]
--- PCIe AER summary (errors matter for NIC/NVMe stability)
$ found=0
for d in /sys/bus/pci/devices/*; do
[ -d "$d" ] || continue
addr="$(basename "$d")"
class="$(cat "$d/class" 2>/dev/null)"
case "$class" in
0x020000|0x010802|0x010700) ;; # ethernet, nvme, raid
*) continue ;;
esac
for f in "$d"/aer_dev_*; do
[ -r "$f" ] || continue
val="$(cat "$f" 2>/dev/null)"
[ "$val" = "0" ] && continue
[ "$val" = "" ] && continue
printf '%s %s = %s\n' "$addr" "$(basename "$f")" "$val"
found=1
done
done
[ "$found" = "0" ] && echo " no AER errors on NIC/NVMe/RAID devices"
no AER errors on NIC/NVMe/RAID devices
###############################################################################
# 4. CPU POWER / FREQUENCY / IDLE STATES
###############################################################################
--- scaling_governor per cpu (counts)
$ for c in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do
[ -e "$c" ] || continue
cat "$c"
done | sort | uniq -c
8 performance
--- scaling_driver / available governors / freq limits
$ for f in /sys/devices/system/cpu/cpu0/cpufreq/*; do
[ -r "$f" ] || continue
[ -d "$f" ] && continue
printf '%-40s = %s\n' "$(basename "$f")" "$(cat "$f" 2>/dev/null)"
done
affected_cpus = 0
cpuinfo_avg_freq = 3879220
cpuinfo_max_freq = 3900000
cpuinfo_min_freq = 800000
cpuinfo_transition_latency = 20000
related_cpus = 0
scaling_available_governors = conservative ondemand userspace powersave performance schedutil
scaling_cur_freq = 3863970
scaling_driver = intel_cpufreq
scaling_governor = performance
scaling_max_freq = 3900000
scaling_min_freq = 3900000
scaling_setspeed = <unsupported>
--- EPP / EPB / intel_pstate
$ echo "intel_pstate status: $(cat /sys/devices/system/cpu/intel_pstate/status 2>/dev/null)"
echo "intel_pstate no_turbo: $(cat /sys/devices/system/cpu/intel_pstate/no_turbo 2>/dev/null)"
echo "intel_pstate turbo_pct: $(cat /sys/devices/system/cpu/intel_pstate/turbo_pct 2>/dev/null)"
echo "intel_pstate max_perf_pct: $(cat /sys/devices/system/cpu/intel_pstate/max_perf_pct 2>/dev/null)"
echo "intel_pstate min_perf_pct: $(cat /sys/devices/system/cpu/intel_pstate/min_perf_pct 2>/dev/null)"
echo "EPB (energy_perf_bias) per cpu:"
for c in /sys/devices/system/cpu/cpu*/power/energy_perf_bias; do
[ -r "$c" ] || continue
printf ' %s : %s\n' "$(echo "$c" | cut -d/ -f5)" "$(cat "$c" 2>/dev/null)"
done | sort | uniq -c
echo "EPP (energy_performance_preference) per cpu:"
for c in /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference; do
[ -r "$c" ] || continue
printf ' %s : %s\n' "$(echo "$c" | cut -d/ -f5)" "$(cat "$c" 2>/dev/null)"
done | sort | uniq -c
echo "available EPP:"
cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences 2>/dev/null
intel_pstate status: passive
intel_pstate no_turbo: 0
intel_pstate turbo_pct: 16
intel_pstate max_perf_pct: 100
intel_pstate min_perf_pct: 100
EPB (energy_perf_bias) per cpu:
8 cpu : 0
EPP (energy_performance_preference) per cpu:
available EPP:
[exit=1]
--- cpupower frequency-info
$ cpupower frequency-info
analyzing CPU 3:
driver: intel_cpufreq
CPUs which run at the same hardware frequency: 3
CPUs which need to have their frequency coordinated by software: 3
maximum transition latency: 20.0 us
hardware limits: 800 MHz - 3.90 GHz
available cpufreq governors: conservative ondemand userspace powersave performance schedutil
current policy: frequency should be within 3.90 GHz and 3.90 GHz.
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)
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
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
--- x86_energy_perf_policy -r
$ x86_energy_perf_policy -r
cpu0: EPB 0
cpu1: EPB 0
cpu2: EPB 0
cpu3: EPB 0
cpu4: EPB 0
cpu5: EPB 0
cpu6: EPB 0
cpu7: EPB 0
--- C-states (idle) enabled per cpu0
$ for s in /sys/devices/system/cpu/cpu0/cpuidle/state*; do
[ -d "$s" ] || continue
printf ' %s : %s disabled=%s latency=%sus residency=%sus\n' \
"$(cat "$s/name" 2>/dev/null)" \
"$(cat "$s/desc" 2>/dev/null)" \
"$(cat "$s/disable" 2>/dev/null)" \
"$(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
C6 : MWAIT 0x20 disabled=0 latency=133us residency=324125us
C7s : MWAIT 0x32 disabled=0 latency=166us residency=68792259us
--- THP enabled
$ cat /sys/kernel/mm/transparent_hugepage/enabled
always [madvise] never
--- THP defrag
$ cat /sys/kernel/mm/transparent_hugepage/defrag
always defer defer+madvise [madvise] never
--- THP khugepaged pages_to_scan
$ cat /sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan
4096
--- THP khugepaged defrag
$ cat /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
1
--- 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
--- cpu MHz (live snapshot)
$ grep -c ^processor /proc/cpuinfo
8
###############################################################################
# 5. MEMORY / NUMA / SWAP
###############################################################################
--- 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
--- free -b
$ free -b
total used free shared buff/cache available
Mem: 33557622784 20869427200 1379188736 84840448 11806179328 12688195584
Swap: 8589930496 0 8589930496
--- swapon
$ swapon --show
NAME TYPE SIZE USED PRIO
/dev/dm-0 partition 8G 0B -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
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
NFS_Unstable: 0 kB
WritebackTmp: 0 kB
AnonHugePages: 17694720 kB
ShmemHugePages: 6144 kB
ShmemPmdMapped: 0 kB
FilePmdMapped: 0 kB
HugePages_Total: 0
HugePages_Free: 0
Hugepagesize: 2048 kB
DirectMap4k: 248352 kB
DirectMap2M: 3852288 kB
DirectMap1G: 30408704 kB
--- numa stat
$ cat /proc/sys/vm/numa_stat
1
--- numa_balancing
$ cat /proc/sys/kernel/numa_balancing
0
--- zone reclaim
$ cat /proc/sys/vm/zone_reclaim_mode
0
--- 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 Caches (% used) : 370 / 477 (77.6%)
Active / Total Size (% used) : 255096.65K / 272594.93K (93.6%)
Minimum / Average / Maximum Object : 0.01K / 0.13K / 16.00K
OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME
1359552 1359540 99% 0.06K 21243 64 84972K kmalloc-cg-64
36596 33151 90% 0.57K 1307 28 20912K radix_tree_node
16066 16044 99% 1.10K 554 29 17728K ext4_inode_cache
24320 24319 99% 0.50K 760 32 12160K kmalloc-rnd-13-512
66690 65700 98% 0.13K 2223 30 8892K kernfs_node_cache
43092 43076 99% 0.19K 2052 21 8208K dentry
11778 11760 99% 0.60K 453 26 7248K inode_cache
69303 69300 99% 0.10K 1777 39 7108K buffer_head
2848 1020 35% 2.00K 178 16 5696K kmalloc-cg-2k
519 509 98% 10.62K 173 3 5536K task_struct
27300 23820 87% 0.19K 1300 21 5200K vm_area_struct
36800 36767 99% 0.09K 800 46 3200K lsm_inode_cache
3082 3024 98% 0.67K 134 23 2144K proc_inode_cache
3968 3956 99% 0.50K 124 32 1984K kmalloc-rnd-07-512
480 344 71% 4.00K 60 8 1920K kmalloc-cg-4k
17745 15180 85% 0.10K 455 39 1820K anon_vma
2352 2352 100% 0.75K 112 21 1792K shmem_inode_cache
24416 24220 99% 0.07K 436 56 1744K vmap_area
2438 1349 55% 0.69K 106 23 1696K skbuff_small_head
26496 21960 82% 0.06K 414 64 1656K anon_vma_chain
2550 2548 99% 0.62K 102 25 1632K debugfs_inode_cache
800 228 28% 2.00K 50 16 1600K kmalloc-rnd-15-2k
5696 1733 30% 0.25K 178 32 1424K skbuff_head_cache
304 300 98% 4.00K 38 8 1216K kmalloc-rnd-05-4k
1184 1152 97% 1.00K 37 32 1184K kmalloc-rnd-08-1k
1152 1128 97% 1.00K 36 32 1152K iommu_iova_magazine
576 576 100% 2.00K 36 16 1152K kmalloc-rnd-04-2k
5796 5460 94% 0.19K 276 21 1104K filp
4352 3267 75% 0.25K 136 32 1088K maple_node
1122 476 42% 0.94K 33 34 1056K nfs_read_data
812 789 97% 1.12K 29 28 928K signal_cache
1824 1140 62% 0.50K 57 32 912K pool_workqueue
14400 14400 100% 0.06K 225 64 900K dmaengine-unmap-2
420 420 100% 2.06K 28 15 896K sighand_cache
896 636 70% 1.00K 28 32 896K kmalloc-cg-1k
1760 1512 85% 0.50K 55 32 880K kmalloc-rnd-08-512
4557 4555 99% 0.19K 217 21 868K kmalloc-rnd-13-192
432 288 66% 2.00K 27 16 864K kmalloc-rnd-11-2k
108 108 100% 8.00K 27 4 864K kmalloc-rnd-01-8k
6816 2580 37% 0.12K 213 32 852K bio_integrity_data
4400 3720 84% 0.18K 200 22 800K kvm_mmu_page_header
192 108 56% 4.00K 24 8 768K kmalloc-rnd-11-4k
572 552 96% 1.19K 22 26 704K drm_i915_gem_object
858 858 100% 0.81K 22 39 704K sock_inode_cache
308 300 97% 2.25K 22 14 704K mem_cgroup
2816 2785 98% 0.25K 88 32 704K kmalloc-rnd-13-256
1376 644 46% 0.50K 43 32 688K kmalloc-rnd-01-512
84 84 100% 8.00K 21 4 672K kmalloc-cg-8k
672 672 100% 1.00K 21 32 672K kmalloc-rnd-02-1k
160 148 92% 4.00K 20 8 640K biovec-max
160 92 57% 4.00K 20 8 640K kmalloc-rnd-10-4k
3108 1260 40% 0.19K 148 21 592K kmalloc-cg-192
2336 1148 49% 0.25K 73 32 584K kmalloc-rnd-15-256
54 52 96% 9.19K 18 3 576K kvm_vcpu
306 300 98% 1.88K 18 17 576K mem_cgroup_per_node
2272 2272 100% 0.25K 71 32 568K kmalloc-rnd-07-256
272 264 97% 2.00K 17 16 544K kmalloc-rnd-06-2k
13668 13620 99% 0.04K 134 102 536K extent_status
1024 952 92% 0.50K 32 32 512K kmalloc-cg-512
1984 1979 99% 0.25K 62 32 496K io_kiocb
240 192 80% 2.00K 15 16 480K biovec-128
120 112 93% 4.00K 15 8 480K kmalloc-rnd-04-4k
240 240 100% 2.00K 15 16 480K kmalloc-2k
2499 1500 60% 0.19K 119 21 476K kmalloc-rnd-08-192
3744 1440 38% 0.12K 117 32 468K kmalloc-cg-128
1824 588 32% 0.25K 57 32 456K nf_conntrack
112 108 96% 4.00K 14 8 448K kmalloc-rnd-14-4k
56 56 100% 8.00K 14 4 448K kmalloc-rnd-10-8k
7811 7800 99% 0.05K 107 73 428K ftrace_event_field
234 228 97% 1.75K 13 18 416K mm_struct
52 52 100% 8.00K 13 4 416K kmalloc-rnd-09-8k
52 52 100% 8.00K 13 4 416K kmalloc-rnd-04-8k
144 144 100% 2.50K 12 12 384K TCPv6
156 144 92% 2.38K 12 13 384K TCP
384 372 96% 1.00K 12 32 384K kmalloc-rnd-14-1k
384 384 100% 1.00K 12 32 384K kmalloc-rnd-11-1k
192 180 93% 2.00K 12 16 384K kmalloc-rnd-10-2k
1472 1456 98% 0.25K 46 32 368K kmalloc-rnd-10-256
3738 3720 99% 0.09K 89 42 356K trace_event_file
44 44 100% 8.00K 11 4 352K kmalloc-rnd-15-8k
176 168 95% 2.00K 11 16 352K kmalloc-rnd-08-2k
882 784 88% 0.38K 42 21 336K mnt_cache
1743 1020 58% 0.19K 83 21 332K file_lock_cache
360 336 93% 0.88K 10 36 320K fuse_inode
1680 1675 99% 0.19K 80 21 320K pid
320 312 97% 1.00K 10 32 320K kmalloc-rnd-15-1k
640 616 96% 0.50K 20 32 320K kmalloc-rnd-14-512
320 300 93% 1.00K 10 32 320K kmalloc-rnd-07-1k
2528 2340 92% 0.12K 79 32 316K eventpoll_epi
437 420 96% 0.69K 19 23 304K files_cache
3066 3060 99% 0.09K 73 42 292K kmalloc-rnd-03-96
99 96 96% 2.75K 9 11 288K x86_emulator
207 193 93% 1.38K 9 23 288K RAWv6
144 144 100% 2.00K 9 16 288K kmalloc-rnd-12-2k
144 144 100% 2.00K 9 16 288K kmalloc-rnd-05-2k
336 336 100% 0.75K 16 21 256K intel_context
208 204 98% 1.19K 8 26 256K RAW
32 32 100% 8.00K 8 4 256K kmalloc-rnd-11-8k
256 252 98% 1.00K 8 32 256K kmalloc-rnd-10-1k
128 120 93% 2.00K 8 16 256K kmalloc-rnd-09-2k
256 240 93% 1.00K 8 32 256K kmalloc-rnd-09-1k
32 32 100% 8.00K 8 4 256K kmalloc-rnd-06-8k
256 252 98% 1.00K 8 32 256K kmalloc-rnd-01-1k
256 240 93% 1.00K 8 32 256K kmalloc-1k
7680 7680 100% 0.03K 60 128 240K kmalloc-cg-32
2520 2520 100% 0.09K 60 42 240K kmalloc-rnd-08-96
112 108 96% 2.00K 7 16 224K memdup_user-2k
322 308 95% 0.69K 14 23 224K task_group
56 56 100% 4.00K 7 8 224K kmalloc-rnd-15-4k
448 420 93% 0.50K 14 32 224K kmalloc-rnd-15-512
224 223 99% 1.00K 7 32 224K kmalloc-rnd-13-1k
28 28 100% 8.00K 7 4 224K kmalloc-rnd-12-8k
448 448 100% 0.50K 14 32 224K kmalloc-rnd-10-512
112 108 96% 2.00K 7 16 224K kmalloc-rnd-07-2k
224 204 91% 1.00K 7 32 224K kmalloc-rnd-05-1k
448 420 93% 0.50K 14 32 224K kmalloc-rnd-05-512
448 448 100% 0.50K 14 32 224K kmalloc-rnd-04-512
56 56 100% 4.00K 7 8 224K kmalloc-rnd-03-4k
3264 3180 97% 0.06K 51 64 204K kmalloc-rnd-10-64
800 616 77% 0.25K 25 32 200K kmalloc-rnd-04-256
2058 2040 99% 0.09K 49 42 196K kmalloc-cg-96
144 132 91% 1.31K 6 24 192K UDP
300 280 93% 0.63K 12 25 192K tracefs_inode_cache
144 132 91% 1.32K 6 24 192K perf_event
2016 1980 98% 0.09K 48 42 192K kmalloc-rcl-96
96 96 100% 2.00K 6 16 192K kmalloc-rnd-14-2k
192 168 87% 1.00K 6 32 192K kmalloc-rnd-12-1k
1536 1518 98% 0.12K 48 32 192K kmalloc-rnd-07-128
24 24 100% 8.00K 6 4 192K kmalloc-rnd-05-8k
192 180 93% 1.00K 6 32 192K kmalloc-rnd-04-1k
48 48 100% 4.00K 6 8 192K kmalloc-rnd-02-4k
96 96 100% 2.00K 6 16 192K kmalloc-rnd-02-2k
48 48 100% 4.00K 6 8 192K kmalloc-rnd-01-4k
96 96 100% 2.00K 6 16 192K kmalloc-rnd-01-2k
851 840 98% 0.21K 23 37 184K nfs_direct_cache
966 960 99% 0.19K 46 21 184K proc_dir_entry
352 336 95% 0.50K 11 32 176K kmalloc-rnd-11-512
903 900 99% 0.19K 43 21 172K kmalloc-rnd-10-192
11008 10800 98% 0.02K 43 256 172K kmalloc-rnd-08-16
5248 5160 98% 0.03K 41 128 164K kmalloc-rnd-08-32
230 224 97% 0.69K 10 23 160K rpc_inode_cache
110 108 98% 1.44K 5 22 160K UDPv6
20 20 100% 8.00K 5 4 160K memdup_user-8k
180 168 93% 0.88K 5 36 160K user_namespace
20 20 100% 8.00K 5 4 160K kmalloc-rnd-13-8k
40 36 90% 4.00K 5 8 160K kmalloc-rnd-12-4k
20 20 100% 8.00K 5 4 160K kmalloc-rnd-08-8k
40 40 100% 4.00K 5 8 160K kmalloc-rnd-08-4k
40 40 100% 4.00K 5 8 160K kmalloc-rnd-06-4k
80 72 90% 2.00K 5 16 160K kmalloc-rnd-03-2k
160 132 82% 1.00K 5 32 160K kmalloc-rnd-03-1k
551 532 96% 0.27K 19 29 152K tw_sock_TCP
798 780 97% 0.19K 38 21 152K kmalloc-rnd-15-192
1554 1320 84% 0.09K 37 42 148K kmalloc-rnd-02-96
207 196 94% 0.67K 9 23 144K taskstats
288 280 97% 0.50K 9 32 144K kmalloc-rnd-09-512
288 280 97% 0.50K 9 32 144K kmalloc-rnd-06-512
5950 5460 91% 0.02K 35 170 140K lsm_file_cache
735 721 98% 0.19K 35 21 140K kmalloc-rnd-11-192
735 720 97% 0.19K 35 21 140K kmalloc-rnd-04-192
2890 2820 97% 0.05K 34 85 136K shared_policy_node
1088 1070 98% 0.12K 34 32 136K kmalloc-rnd-13-128
112 108 96% 1.12K 4 28 128K nfs_inode_cache
8 8 100% 16.00K 4 2 128K zio_buf_comb_16384
400 392 98% 0.31K 16 25 128K bio-256
224 224 100% 0.56K 8 28 128K kioctx
208 196 94% 0.61K 8 26 128K hugetlbfs_inode_cache
32 32 100% 4.00K 4 8 128K memdup_user-4k
672 660 98% 0.19K 32 21 128K names_cache
16 16 100% 8.00K 4 4 128K kmalloc-rnd-14-8k
32 29 90% 4.00K 4 8 128K kmalloc-rnd-13-4k
64 62 96% 2.00K 4 16 128K kmalloc-rnd-13-2k
256 252 98% 0.50K 8 32 128K kmalloc-rnd-12-512
32 32 100% 4.00K 4 8 128K kmalloc-rnd-09-4k
128 120 93% 1.00K 4 32 128K kmalloc-rnd-06-1k
16 16 100% 8.00K 4 4 128K kmalloc-rnd-03-8k
256 252 98% 0.50K 8 32 128K kmalloc-rnd-03-512
256 252 98% 0.50K 8 32 128K kmalloc-rnd-02-512
32 32 100% 4.00K 4 8 128K kmalloc-4k
780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k
1920 1920 100% 0.06K 30 64 120K kmalloc-rnd-11-64
480 477 99% 0.25K 15 32 120K kmem_cache
667 660 98% 0.17K 29 23 116K fuse_request
609 600 98% 0.19K 29 21 116K kmalloc-rnd-12-192
448 364 81% 0.25K 14 32 112K bio-200
224 224 100% 0.50K 7 32 112K memdup_user-512
1176 1140 96% 0.09K 28 42 112K kmalloc-rnd-04-96
448 420 93% 0.25K 14 32 112K kmalloc-rnd-03-256
448 420 93% 0.25K 14 32 112K kmalloc-rnd-01-256
224 224 100% 0.50K 7 32 112K kmalloc-512
864 840 97% 0.12K 27 32 108K kmalloc-rnd-15-128
1728 1667 96% 0.06K 27 64 108K kmalloc-rnd-14-64
1728 1699 98% 0.06K 27 64 108K kmalloc-rnd-07-64
546 540 98% 0.19K 26 21 104K jbd2_transaction_s
416 392 94% 0.25K 13 32 104K kmalloc-cg-256
416 392 94% 0.25K 13 32 104K kmalloc-rnd-14-256
546 540 98% 0.19K 26 21 104K kmalloc-rnd-14-192
1664 1609 96% 0.06K 26 64 104K kmalloc-rnd-13-64
1092 1077 98% 0.09K 26 42 104K kmalloc-rnd-10-96
1664 1620 97% 0.06K 26 64 104K kmalloc-rnd-09-64
850 840 98% 0.12K 25 34 100K jbd2_journal_head
800 780 97% 0.12K 25 32 100K kmalloc-rcl-128
348 336 96% 0.27K 12 29 96K tw_sock_TCPv6
288 280 97% 0.32K 12 24 96K request_sock_TCP
99 84 84% 0.97K 3 33 96K request_queue
96 96 100% 1.00K 3 32 96K memdup_user-1k
57 48 84% 1.62K 3 19 96K bdev_cache
384 364 94% 0.25K 12 32 96K key_jar
3072 3060 99% 0.03K 24 128 96K kmalloc-rnd-11-32
12 12 100% 8.00K 3 4 96K kmalloc-rnd-02-8k
483 480 99% 0.19K 23 21 92K bio-136
483 480 99% 0.19K 23 21 92K memdup_user-192
1173 1140 97% 0.08K 23 51 92K sigqueue
736 720 97% 0.12K 23 32 92K kmalloc-rnd-10-128
483 480 99% 0.19K 23 21 92K kmalloc-rnd-09-192
483 480 99% 0.19K 23 21 92K kmalloc-rnd-06-192
2944 2937 99% 0.03K 23 128 92K kmalloc-rnd-05-32
483 480 99% 0.19K 23 21 92K kmalloc-rnd-05-192
483 480 99% 0.19K 23 21 92K kmalloc-rnd-03-192
483 480 99% 0.19K 23 21 92K kmalloc-rnd-02-192
483 480 99% 0.19K 23 21 92K kmalloc-rnd-01-192
483 480 99% 0.19K 23 21 92K kmalloc-192
125 112 89% 0.62K 5 25 80K netfs_request
480 480 100% 0.16K 20 24 80K ext4_allocation_context
115 112 97% 0.69K 5 23 80K uts_namespace
840 840 100% 0.09K 20 42 80K kmalloc-rnd-15-96
320 308 96% 0.25K 10 32 80K kmalloc-rnd-08-256
320 308 96% 0.25K 10 32 80K kmalloc-rnd-06-256
1280 1261 98% 0.06K 20 64 80K kmalloc-rnd-04-64
320 308 96% 0.25K 10 32 80K kmalloc-256
608 600 98% 0.12K 19 32 76K kmalloc-rnd-11-128
608 600 98% 0.12K 19 32 76K kmalloc-rnd-09-128
798 780 97% 0.09K 19 42 76K kmalloc-rnd-05-96
225 224 99% 0.31K 9 25 72K bio-264
288 280 97% 0.25K 9 32 72K kmalloc-rnd-11-256
544 540 99% 0.12K 17 32 68K kmalloc-rnd-08-128
544 540 99% 0.12K 17 32 68K kmalloc-rnd-06-128
1088 1080 99% 0.06K 17 64 68K kmalloc-rnd-06-64
544 540 99% 0.12K 17 32 68K kmalloc-rnd-05-128
544 540 99% 0.12K 17 32 68K kmalloc-rnd-03-128
544 540 99% 0.12K 17 32 68K kmalloc-rnd-01-128
30 24 80% 2.12K 2 15 64K MPTCPv6
20 12 60% 3.16K 2 10 64K kcopyd_job
32 24 75% 2.00K 2 16 64K MPTCP
84 84 100% 0.75K 4 21 64K dax_cache
10 8 80% 6.19K 2 5 64K net_namespace
816 780 95% 0.08K 16 51 64K Acpi-State
16 16 100% 4.00K 2 8 64K kmalloc-rnd-07-4k
256 252 98% 0.25K 8 32 64K kmalloc-rnd-05-256
480 480 100% 0.12K 15 32 60K scsi_sense_cache
510 480 94% 0.12K 15 34 60K seq_file
480 480 100% 0.12K 15 32 60K kmalloc-rnd-14-128
630 600 95% 0.09K 15 42 60K kmalloc-rnd-13-96
630 600 95% 0.09K 15 42 60K kmalloc-rnd-12-96
630 600 95% 0.09K 15 42 60K kmalloc-rnd-09-96
480 480 100% 0.12K 15 32 60K kmalloc-rnd-04-128
960 900 93% 0.06K 15 64 60K kmalloc-rnd-01-64
480 477 99% 0.12K 15 32 60K kmem_cache_node
224 224 100% 0.25K 7 32 56K ip6_dst_cache
504 480 95% 0.11K 14 36 56K ext4_prealloc_space
224 224 100% 0.25K 7 32 56K memdup_user-256
224 224 100% 0.25K 7 32 56K kmalloc-rnd-12-256
224 224 100% 0.25K 7 32 56K kmalloc-rnd-09-256
896 840 93% 0.06K 14 64 56K kmalloc-rnd-08-64
896 840 93% 0.06K 14 64 56K kmalloc-rnd-05-64
448 420 93% 0.12K 14 32 56K kmalloc-128
1326 1260 95% 0.04K 13 102 52K fsnotify_inode_mark_connector
507 480 94% 0.10K 13 39 52K Acpi-ParseExt
832 780 93% 0.06K 13 64 52K kmalloc-rcl-64
832 780 93% 0.06K 13 64 52K kmalloc-rnd-15-64
546 540 98% 0.09K 13 42 52K kmalloc-rnd-14-96
546 540 98% 0.09K 13 42 52K kmalloc-rnd-11-96
6656 6360 95% 0.01K 13 512 52K kmalloc-rnd-08-8
1664 1140 68% 0.03K 13 128 52K kmalloc-rnd-04-32
832 780 93% 0.06K 13 64 52K kmalloc-rnd-03-64
1664 1560 93% 0.03K 13 128 52K kmalloc-rnd-01-32
546 540 98% 0.09K 13 42 52K kmalloc-96
75 56 74% 0.62K 3 25 48K dio
768 720 93% 0.06K 12 64 48K pidfs_attr_cache
252 240 95% 0.19K 12 21 48K kmalloc-rcl-192
6144 1440 23% 0.01K 12 512 48K kmalloc-rnd-10-8
252 240 95% 0.19K 12 21 48K kmalloc-rnd-07-192
504 480 95% 0.09K 12 42 48K kmalloc-rnd-07-96
504 480 95% 0.09K 12 42 48K kmalloc-rnd-06-96
504 480 95% 0.09K 12 42 48K kmalloc-rnd-01-96
1408 1320 93% 0.03K 11 128 44K kmalloc-rnd-12-32
730 720 98% 0.05K 10 73 40K mb_cache_entry
320 300 93% 0.12K 10 32 40K kmalloc-rnd-12-128
160 140 87% 0.25K 5 32 40K kmalloc-rnd-02-256
189 180 95% 0.19K 9 21 36K bio-176
576 540 93% 0.06K 9 64 36K kmalloc-rnd-12-64
2304 2100 91% 0.02K 9 256 36K kmalloc-rnd-12-16
1152 1080 93% 0.03K 9 128 36K kmalloc-rnd-09-32
576 540 93% 0.06K 9 64 36K kmalloc-rnd-02-64
46 28 60% 0.69K 2 23 32K i915_request
50 28 56% 0.62K 2 25 32K kvm_gmem_inode_cache
23 12 52% 1.38K 1 23 32K PINGv6
34 28 82% 0.94K 1 34 32K mqueue_inode_cache
512 480 93% 0.06K 8 64 32K ext4_io_end
30 12 40% 1.06K 1 30 32K PING
15 12 80% 2.06K 1 15 32K dmaengine-unmap-256
30 12 40% 1.06K 1 30 32K dmaengine-unmap-128
448 420 93% 0.07K 8 56 32K nsproxy
1024 1020 99% 0.03K 8 128 32K kmalloc-rnd-14-32
1024 900 87% 0.03K 8 128 32K kmalloc-rnd-10-32
4 4 100% 8.00K 1 4 32K kmalloc-rnd-07-8k
1024 1020 99% 0.03K 8 128 32K kmalloc-rnd-03-32
4 4 100% 8.00K 1 4 32K kmalloc-8k
512 480 93% 0.06K 8 64 32K kmalloc-64
448 420 93% 0.06K 7 64 28K memdup_user-64
896 780 87% 0.03K 7 128 28K kmalloc-rnd-07-32
60 56 93% 0.39K 3 20 24K request_sock_subflow_v4
75 56 74% 0.31K 3 25 24K xfrm_dst
75 56 74% 0.31K 3 25 24K bio-280
252 240 95% 0.09K 6 42 24K memdup_user-96
768 660 85% 0.03K 6 128 24K kmalloc-rnd-15-32
768 720 93% 0.03K 6 128 24K kmalloc-rnd-13-32
1536 1500 97% 0.02K 6 256 24K kmalloc-rnd-06-16
192 180 93% 0.12K 6 32 24K kmalloc-rnd-02-128
640 540 84% 0.03K 5 128 20K ext4_io_end_vec
365 300 82% 0.05K 5 73 20K ip_fib_alias
510 480 94% 0.04K 5 102 20K pde_opener
640 540 84% 0.03K 5 128 20K kmalloc-rnd-06-32
68 60 88% 0.23K 2 34 16K arc_buf_hdr_t_full
42 28 66% 0.38K 2 21 16K bio-328
36 28 77% 0.44K 1 36 16K bio-392
36 28 77% 0.44K 1 36 16K bio-408
36 28 77% 0.44K 1 36 16K bio-424
340 300 88% 0.05K 4 85 16K ip_fib_trie
1024 840 82% 0.02K 4 256 16K ep_head
512 480 93% 0.03K 4 128 16K memdup_user-32
144 120 83% 0.11K 4 36 16K kmalloc_buckets
1024 960 93% 0.02K 4 256 16K kmalloc-cg-16
1024 1020 99% 0.02K 4 256 16K kmalloc-rnd-13-16
2048 1740 84% 0.01K 4 512 16K kmalloc-rnd-11-8
512 480 93% 0.03K 4 128 16K kmalloc-rnd-02-32
512 480 93% 0.03K 4 128 16K kmalloc-32
75 60 80% 0.16K 3 25 12K dm_bufio_buffer-16-1
384 360 93% 0.03K 3 128 12K pending_reservation
768 480 62% 0.02K 3 256 12K memdup_user-16
1536 1435 93% 0.01K 3 512 12K kmalloc-cg-8
768 660 85% 0.02K 3 256 12K kmalloc-rnd-14-16
1536 1200 78% 0.01K 3 512 12K kmalloc-rnd-12-8
768 600 78% 0.02K 3 256 12K kmalloc-rnd-11-16
768 660 85% 0.02K 3 256 12K kmalloc-rnd-10-16
1536 1200 78% 0.01K 3 512 12K kmalloc-rnd-06-8
768 540 70% 0.02K 3 256 12K kmalloc-rnd-04-16
768 480 62% 0.02K 3 256 12K kmalloc-rnd-02-16
768 540 70% 0.02K 3 256 12K kmalloc-rnd-01-16
1536 1380 89% 0.01K 3 512 12K kmalloc-rnd-01-8
84 60 71% 0.09K 2 42 8K abd_t
28 28 100% 0.28K 1 28 8K numa_policy
512 480 93% 0.02K 2 256 8K kmalloc-rnd-15-16
1024 540 52% 0.01K 2 512 8K kmalloc-rnd-15-8
1024 600 58% 0.01K 2 512 8K kmalloc-rnd-13-8
512 480 93% 0.02K 2 256 8K kmalloc-rnd-09-16
512 480 93% 0.02K 2 256 8K kmalloc-rnd-05-16
512 480 93% 0.02K 2 256 8K kmalloc-rnd-03-16
512 480 93% 0.02K 2 256 8K kmalloc-16
256 60 23% 0.02K 1 256 4K jbd2_revoke_table_s
512 480 93% 0.01K 1 512 4K memdup_user-8
512 300 58% 0.01K 1 512 4K kmalloc-rnd-14-8
512 480 93% 0.01K 1 512 4K kmalloc-rnd-09-8
256 180 70% 0.02K 1 256 4K kmalloc-rnd-07-16
512 480 93% 0.01K 1 512 4K kmalloc-rnd-07-8
512 480 93% 0.01K 1 512 4K kmalloc-rnd-05-8
512 480 93% 0.01K 1 512 4K kmalloc-rnd-04-8
512 480 93% 0.01K 1 512 4K kmalloc-rnd-03-8
512 480 93% 0.01K 1 512 4K kmalloc-rnd-02-8
512 480 93% 0.01K 1 512 4K kmalloc-8
0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache
0 0 0% 0.23K 0 35 0K nf_conntrack_expect
0 0 0% 0.12K 0 32 0K i915_dependency
0 0 0% 0.06K 0 64 0K execute_cb
0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache
0 0 0% 1.08K 0 29 0K zfs_znode_cache
0 0 0% 1.03K 0 31 0K zap_attr_long_cache
0 0 0% 1.07K 0 29 0K zap_name_long
0 0 0% 0.28K 0 28 0K zap_attr_cache
0 0 0% 0.32K 0 24 0K zap_name
0 0 0% 0.16K 0 24 0K sio_cache_2
0 0 0% 0.15K 0 26 0K sio_cache_1
0 0 0% 0.13K 0 30 0K sio_cache_0
0 0 0% 0.15K 0 26 0K zil_zcw_cache
0 0 0% 0.38K 0 20 0K zil_lwb_cache
0 0 0% 0.37K 0 21 0K dbuf_dirty_record_t
0 0 0% 0.36K 0 22 0K dmu_buf_impl_t
0 0 0% 0.03K 0 128 0K arc_buf_t
0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only
0 0 0% 0.91K 0 35 0K dnode_t
0 0 0% 0.25K 0 32 0K sa_cache
0 0 0% 16.00K 0 2 0K lz4_cache
0 0 0% 12.00K 0 2 0K zio_buf_comb_12288
0 0 0% 8.00K 0 4 0K zio_buf_comb_8192
0 0 0% 6.00K 0 5 0K zio_buf_comb_6144
0 0 0% 4.00K 0 8 0K zio_buf_comb_4096
0 0 0% 3.00K 0 10 0K zio_buf_comb_3072
0 0 0% 2.00K 0 16 0K zio_buf_comb_2048
0 0 0% 1.50K 0 21 0K zio_buf_comb_1536
0 0 0% 1.00K 0 32 0K zio_buf_comb_1024
0 0 0% 0.50K 0 32 0K zio_buf_comb_512
0 0 0% 0.05K 0 85 0K zio_link_cache
0 0 0% 1.12K 0 28 0K zio_cache
0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache
0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache
0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache
0 0 0% 0.23K 0 34 0K ddt_entry_flat_cache
0 0 0% 0.16K 0 24 0K brt_entry_cache
0 0 0% 0.07K 0 56 0K metaslab_alloc_trace_cache
0 0 0% 4.00K 0 8 0K zfs_btree_leaf_cache
0 0 0% 0.06K 0 64 0K kcf_context_cache
0 0 0% 0.30K 0 26 0K btrfs_delayed_node
0 0 0% 0.41K 0 39 0K btrfs_ordered_extent
0 0 0% 0.23K 0 34 0K btrfs_extent_buffer
0 0 0% 0.98K 0 32 0K btrfs_inode
0 0 0% 0.27K 0 30 0K fsverity_info
0 0 0% 0.12K 0 32 0K fscrypt_inode_info
0 0 0% 0.39K 0 20 0K request_sock_subflow_v6
0 0 0% 0.18K 0 22 0K ip6-frags
0 0 0% 0.32K 0 24 0K request_sock_TCPv6
0 0 0% 2.82K 0 11 0K dm_uevent
0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache
0 0 0% 0.02K 0 256 0K ecryptfs_file_cache
0 0 0% 0.75K 0 21 0K fat_inode_cache
0 0 0% 0.04K 0 102 0K fat_cache
0 0 0% 0.69K 0 23 0K squashfs_inode_cache
0 0 0% 0.19K 0 21 0K userfaultfd_ctx_cache
0 0 0% 0.11K 0 36 0K fanotify_perm_event
0 0 0% 0.03K 0 128 0K dnotify_struct
0 0 0% 0.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.81K 0 39 0K xfrm_state
0 0 0% 0.25K 0 32 0K dquot
0 0 0% 8.00K 0 4 0K msg_msg-8k
0 0 0% 4.00K 0 8 0K msg_msg-4k
0 0 0% 2.00K 0 16 0K msg_msg-2k
0 0 0% 1.00K 0 32 0K msg_msg-1k
0 0 0% 0.50K 0 32 0K msg_msg-512
0 0 0% 0.25K 0 32 0K msg_msg-256
0 0 0% 0.12K 0 32 0K msg_msg-128
0 0 0% 0.06K 0 64 0K msg_msg-64
0 0 0% 0.03K 0 128 0K msg_msg-32
0 0 0% 0.02K 0 256 0K msg_msg-16
0 0 0% 0.01K 0 512 0K msg_msg-8
0 0 0% 0.19K 0 21 0K msg_msg-192
0 0 0% 0.09K 0 42 0K msg_msg-96
0 0 0% 0.12K 0 32 0K memdup_user-128
0 0 0% 0.16K 0 25 0K file_lease_cache
0 0 0% 0.78K 0 20 0K x86_lbr
0 0 0% 0.36K 0 22 0K task_delay_info
0 0 0% 0.02K 0 256 0K pidfs_xattr_cache
0 0 0% 0.25K 0 32 0K bfilp
0 0 0% 0.10K 0 39 0K ima_iint_cache
0 0 0% 0.34K 0 23 0K apparmor_auditcache
0 0 0% 8.00K 0 4 0K dma-kmalloc-8k
0 0 0% 4.00K 0 8 0K dma-kmalloc-4k
0 0 0% 2.00K 0 16 0K dma-kmalloc-2k
0 0 0% 1.00K 0 32 0K dma-kmalloc-1k
0 0 0% 0.50K 0 32 0K dma-kmalloc-512
0 0 0% 0.25K 0 32 0K dma-kmalloc-256
0 0 0% 0.12K 0 32 0K dma-kmalloc-128
0 0 0% 0.06K 0 64 0K dma-kmalloc-64
0 0 0% 0.03K 0 128 0K dma-kmalloc-32
0 0 0% 0.02K 0 256 0K dma-kmalloc-16
0 0 0% 0.01K 0 512 0K dma-kmalloc-8
0 0 0% 0.19K 0 21 0K dma-kmalloc-192
0 0 0% 0.09K 0 42 0K dma-kmalloc-96
0 0 0% 8.00K 0 4 0K kmalloc-rcl-8k
0 0 0% 4.00K 0 8 0K kmalloc-rcl-4k
0 0 0% 2.00K 0 16 0K kmalloc-rcl-2k
0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k
0 0 0% 0.50K 0 32 0K kmalloc-rcl-512
0 0 0% 0.25K 0 32 0K kmalloc-rcl-256
0 0 0% 0.03K 0 128 0K kmalloc-rcl-32
0 0 0% 0.02K 0 256 0K kmalloc-rcl-16
0 0 0% 0.01K 0 512 0K kmalloc-rcl-8
--- kswapd stats
$ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat
pgdemote_kswapd 0
pgsteal_kswapd 0
pgscan_kswapd 0
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
###############################################################################
# 6. KERNEL TUNABLES / SYSCTL
###############################################################################
--- vm.* tunables
$ sysctl -a 2>/dev/null | grep -E '^vm\.(dirty_(ratio|background_ratio|bytes|background_bytes|expire_centisecs|writeback_centisecs)|swappiness|vfs_cache_pressure|min_free_kbytes|watermark_scale_factor|overcommit_memory|overcommit_ratio|nr_hugepages|nr_overcommit_hugepages|zone_reclaim_mode|compact_unevictable_allowed|stat_interval|admin_reserve_kbytes|user_reserve_kbytes)'
vm.admin_reserve_kbytes = 8192
vm.compact_unevictable_allowed = 1
vm.dirty_background_bytes = 0
vm.dirty_background_ratio = 5
vm.dirty_bytes = 0
vm.dirty_expire_centisecs = 3000
vm.dirty_ratio = 40
vm.dirty_writeback_centisecs = 500
vm.min_free_kbytes = 67584
vm.nr_hugepages = 0
vm.nr_hugepages_mempolicy = 0
vm.nr_overcommit_hugepages = 0
vm.overcommit_memory = 0
vm.overcommit_ratio = 50
vm.stat_interval = 1
vm.swappiness = 10
vm.user_reserve_kbytes = 131072
vm.vfs_cache_pressure = 100
vm.vfs_cache_pressure_denom = 100
vm.watermark_scale_factor = 10
vm.zone_reclaim_mode = 0
--- fs.* tunables
$ sysctl -a 2>/dev/null | grep -E '^fs\.(file-max|file-nr|aio-max-nr|aio-nr|nr_open|pipe-max-size|epoll/max_user_watches|lease-break-time|mqueue|max_user_ns)'
fs.aio-max-nr = 1048576
fs.aio-nr = 0
fs.file-max = 9223372036854775807
fs.file-nr = 4712 0 9223372036854775807
fs.lease-break-time = 45
fs.mqueue.msg_default = 10
fs.mqueue.msg_max = 10
fs.mqueue.msgsize_default = 8192
fs.mqueue.msgsize_max = 8192
fs.mqueue.queues_max = 256
fs.nr_open = 1073741816
fs.pipe-max-size = 1048576
--- kernel.* perf-relevant
$ sysctl -a 2>/dev/null | grep -E '^kernel\.(sched_(child_runs_first|migration_cost|domain|rt_period|rt_runtime|idle)|numa_balancing|watchdog|nmi_watchdog|hung_task|randomize_va_space|max_pid|threads-max|sched_time_avg)'
kernel.hung_task_all_cpu_backtrace = 0
kernel.hung_task_check_count = 4194304
kernel.hung_task_check_interval_secs = 0
kernel.hung_task_detect_count = 0
kernel.hung_task_panic = 0
kernel.hung_task_sys_info =
kernel.hung_task_timeout_secs = 120
kernel.hung_task_warnings = 10
kernel.nmi_watchdog = 1
kernel.numa_balancing = 0
kernel.numa_balancing_promote_rate_limit_MBps = 65536
kernel.randomize_va_space = 2
kernel.sched_rt_period_us = 1000000
kernel.sched_rt_runtime_us = 950000
kernel.threads-max = 232500
kernel.watchdog = 1
kernel.watchdog_cpumask = 0-7
kernel.watchdog_thresh = 10
###############################################################################
# 7. NETWORK SYSCTL / TCP
###############################################################################
--- net.core.* tunables
$ sysctl -a 2>/dev/null | grep -E '^net\.core\.(rmem_default|rmem_max|wmem_default|wmem_max|optmem_max|somaxconn|netdev_max_backlog|netdev_budget|netdev_budget_usecs|netdev_tstamp_prequeue|rps_flow_cnt|busy_poll|busy_read|default_qdisc|dev_weight|xfrm)'
net.core.busy_poll = 0
net.core.busy_read = 0
net.core.default_qdisc = fq
net.core.dev_weight = 64
net.core.dev_weight_rx_bias = 1
net.core.dev_weight_tx_bias = 1
net.core.netdev_budget = 300
net.core.netdev_budget_usecs = 2000
net.core.netdev_max_backlog = 250000
net.core.netdev_tstamp_prequeue = 1
net.core.optmem_max = 131072
net.core.rmem_default = 26214400
net.core.rmem_max = 134217728
net.core.somaxconn = 65535
net.core.wmem_default = 26214400
net.core.wmem_max = 134217728
net.core.xfrm_acq_expires = 30
net.core.xfrm_aevent_etime = 10
net.core.xfrm_aevent_rseqth = 2
net.core.xfrm_larval_drop = 1
--- net.ipv4.tcp.* tunables
$ sysctl -a 2>/dev/null | grep -E '^net\.ipv4\.tcp_(rmem|wmem|congestion_control|available_congestion_control|mtu_probing|slow_start_after_idle|no_metrics_save|timestamps|window_scaling|sack|low_latency|fastopen|ecn|ecn_fallback|syncookies|max_syn_backlog|tw_reuse|fin_timeout|keepalive_time|keepalive_probes|keepalive_intvl|thp_linear_timeouts|pacing|pacing_ss_ratio|pacing_ca_ratio|no_ssthresh_metrics_save|md5sig|abort_on_overflow|buffer_split)'
net.ipv4.tcp_abort_on_overflow = 0
net.ipv4.tcp_available_congestion_control = reno cubic bbr
net.ipv4.tcp_congestion_control = bbr
net.ipv4.tcp_ecn = 2
net.ipv4.tcp_ecn_fallback = 1
net.ipv4.tcp_ecn_option = 2
net.ipv4.tcp_ecn_option_beacon = 3
net.ipv4.tcp_fastopen = 1
net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0
net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000
net.ipv4.tcp_fin_timeout = 60
net.ipv4.tcp_keepalive_intvl = 75
net.ipv4.tcp_keepalive_probes = 9
net.ipv4.tcp_keepalive_time = 7200
net.ipv4.tcp_low_latency = 0
net.ipv4.tcp_max_syn_backlog = 2048
net.ipv4.tcp_mtu_probing = 0
net.ipv4.tcp_no_metrics_save = 0
net.ipv4.tcp_no_ssthresh_metrics_save = 1
net.ipv4.tcp_pacing_ca_ratio = 120
net.ipv4.tcp_pacing_ss_ratio = 200
net.ipv4.tcp_rmem = 4096 87380 134217728
net.ipv4.tcp_sack = 1
net.ipv4.tcp_slow_start_after_idle = 1
net.ipv4.tcp_syncookies = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_tw_reuse = 2
net.ipv4.tcp_tw_reuse_delay = 1000
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_wmem = 4096 65536 134217728
--- other net.* sysctls
$ sysctl -a 2>/dev/null | grep -E '^net\.(ipv4\.ip_(local_port_range|local_reserved_ports|no_pmtu_disc|forwarding)|ipv4\.conf\.all\.(rp_filter|accept_redirects|send_redirects)|ipv4\.conf\.default\.forwarding|core\.netdev_budget|ipv6\.conf\.all\.disable_ipv6)'
net.core.netdev_budget = 300
net.core.netdev_budget_usecs = 2000
net.ipv4.conf.all.accept_redirects = 1
net.ipv4.conf.all.rp_filter = 2
net.ipv4.conf.all.send_redirects = 1
net.ipv4.conf.default.forwarding = 0
net.ipv4.ip_local_port_range = 32768 60999
net.ipv4.ip_local_reserved_ports =
net.ipv4.ip_no_pmtu_disc = 0
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 ..
-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
--- /etc/sysctl.conf
[missing: /etc/sysctl.conf]
--- non-default sysctl values (sorted, filtered)
$ # Show only sysctls that differ from running state vs an empty config;
# too noisy to dump all of /proc/sys. Just show /etc/sysctl.d content.
for f in /etc/sysctl.d/*.conf /etc/sysctl.conf; do
[ -r "$f" ] || continue
echo "=== $f ==="
grep -vE '^\s*#|^\s*$' "$f" 2>/dev/null
done
=== /etc/sysctl.d/99-perfopt.conf ===
vm.swappiness = 10
net.ipv4.tcp_congestion_control = bbr
net.core.default_qdisc = fq
net.core.rmem_max = 134217728
net.core.wmem_max = 134217728
net.core.rmem_default = 26214400
net.core.wmem_default = 26214400
net.core.netdev_max_backlog = 250000
net.core.somaxconn = 65535
net.ipv4.tcp_rmem = 4096 87380 134217728
net.ipv4.tcp_wmem = 4096 65536 134217728
###############################################################################
# 8. tuned / irqbalance / udev
###############################################################################
--- tuned-adm active
$ tuned-adm active
Current active profile: virtual-host
--- tuned-adm list
$ tuned-adm list
Available profiles:
- accelerator-performance - Throughput performance based tuning with disabled higher latency STOP states
- atomic-guest - Optimize virtual guests based on the Atomic variant
- atomic-host - Optimize bare metal systems running the Atomic variant
- aws - Optimize for aws ec2 instances
- balanced - General non-specialized tuned profile
- balanced-battery - Balanced profile biased towards power savings changes for battery
- cpu-partitioning - Optimize for CPU partitioning
- cpu-partitioning-powersave - Optimize for CPU partitioning with additional powersave
- default - Legacy default tuned profile
- desktop - Optimize for the desktop use-case
- desktop-powersave - Optmize for the desktop use-case with power saving
- enterprise-storage - Legacy profile for RHEL6, for RHEL7, please use throughput-performance profile
- hpc-compute - Optimize for HPC compute workloads
- intel-sst - Configure for Intel Speed Select Base Frequency
- laptop-ac-powersave - Optimize for laptop with power savings
- laptop-battery-powersave - Optimize laptop profile with more aggressive power saving
- latency-performance - Optimize for deterministic performance at the cost of increased power consumption
- mssql - Optimize for Microsoft SQL Server
- network-latency - Optimize for deterministic performance at the cost of increased power consumption, focused on low latency network performance
- network-throughput - Optimize for streaming network throughput, generally only necessary on older CPUs or 40G+ networks
- openshift - Optimize systems running OpenShift (parent profile)
- openshift-control-plane - Optimize systems running OpenShift control plane
- openshift-node - Optimize systems running OpenShift nodes
- optimize-serial-console - Optimize for serial console use.
- oracle - Optimize for Oracle RDBMS
- postgresql - Optimize for PostgreSQL server
- powersave - Optimize for low power consumption
- realtime - Optimize for realtime workloads
- realtime-virtual-guest - Optimize for realtime workloads running within a KVM guest
- realtime-virtual-host - Optimize for KVM guests running realtime workloads
- sap-hana - Optimize for SAP HANA
- sap-hana-kvm-guest - Optimize for running SAP HANA on KVM inside a virtual guest
- sap-netweaver - Optimize for SAP NetWeaver
- server-powersave - Optimize for server power savings
- spectrumscale-ece - Optimized for Spectrum Scale Erasure Code Edition Servers
- spindown-disk - Optimize for power saving by spinning-down rotational disks
- throughput-performance - Broadly applicable tuning that provides excellent performance across a variety of common server workloads
- virtual-guest - Optimize for running inside a virtual guest
- virtual-host - Optimize for running KVM guests
Current active profile: virtual-host
--- systemctl is-active tuned
$ systemctl is-active tuned
active
--- irqbalance status
$ systemctl is-active irqbalance
inactive
[exit=4 / not installed or not permitted]
--- irqbalance config
[missing: /etc/default/irqbalance]
[missing: /etc/irqbalance.conf]
--- 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 ..
-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 .
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
--- modprobe.d files
--- /etc/modprobe.d/intel-microcode-blacklist.conf ---
# The microcode module attempts to apply a microcode update when
# it autoloads. This is not always safe, so we block it by default.
blacklist microcode
--- /etc/modprobe.d/pve-blacklist.conf ---
# This file contains a list of modules which are not supported by Proxmox VE
# nvidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701
blacklist nvidiafb
--- /etc/modprobe.d/tuned.conf ---
--- /etc/modprobe.d/zfs.conf ---
options zfs zfs_arc_max=3355443200
--- module params: kvm_intel
$ for p in /sys/module/kvm_intel/parameters/*; do
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
done
allow_smaller_maxphyaddr = N
dump_invalid_vmcs = N
emulate_invalid_guest_state = Y
enable_apicv = N
enable_device_posted_irqs = N
enable_ipiv = N
enable_mediated_pmu = N
enable_shadow_vmcs = Y
enlightened_vmcs = N
ept = Y
eptad = Y
error_on_inconsistent_vmcs_config = Y
fasteoi = Y
flexpriority = Y
mbec = N
nested = Y
ple_gap = 128
ple_window = 4096
ple_window_grow = 2
ple_window_max = 4294967295
ple_window_shrink = 0
pml = N
preemption_timer = Y
sgx = N
tdx = N
unrestricted_guest = Y
vmentry_l1d_flush = cond
vnmi = Y
vpid = Y
warn_on_missed_cc = N
--- module params: kvm_amd
$ for p in /sys/module/kvm_amd/parameters/*; do
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
done
[exit=1]
--- module params: relevant net drivers
$ for mod in i40e ixgbe mlx5_core igb ice bnx2x virtio_net; do
[ -d "/sys/module/$mod/parameters" ] || continue
echo "=== $mod ==="
for p in /sys/module/$mod/parameters/*; do
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
done
done
=== virtio_net ===
csum = Y
gso = Y
napi_tx = Y
napi_weight = 64
###############################################################################
# 9. PROXMOX VERSION & CLUSTER
###############################################################################
--- pveversion
$ pveversion
pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve)
--- pveversion -v
$ pveversion -v
proxmox-ve: 9.2.0 (running kernel: 7.0.14-6-pve)
pve-manager: 9.2.5 (running version: 9.2.5/20242970da7fbcef)
proxmox-kernel-helper: 9.2.0
proxmox-kernel-7.0.14-6-pve-signed: 7.0.14-6
proxmox-kernel-7.0: 7.0.14-6
proxmox-kernel-6.17.13-19-pve-signed: 6.17.13-19
proxmox-kernel-6.17: 6.17.13-19
proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1
ceph-fuse: 19.2.3-pve2
corosync: 3.1.10-pve3
criu: 4.1.1-1
frr-pythontools: 10.6.1-1+pve2
ifupdown2: 3.3.0-1+pmx12
intel-microcode: 3.20251111.1~deb13u1
ksm-control-daemon: 1.5-1
libjs-extjs: 7.0.0-5
libproxmox-acme-perl: 1.7.1
libproxmox-backup-qemu0: 2.0.2
libproxmox-rs-perl: 0.4.1
libpve-access-control: 9.1.1
libpve-apiclient-perl: 3.4.2
libpve-cluster-api-perl: 9.1.6
libpve-cluster-perl: 9.1.6
libpve-common-perl: 9.1.19
libpve-guest-common-perl: 6.0.5
libpve-http-server-perl: 6.0.5
libpve-network-perl: 1.6.7
libpve-notify-perl: 9.1.6
libpve-rs-perl: 0.15.3
libpve-storage-perl: 9.1.6
libspice-server1: 0.15.2-1+b1
lvm2: 2.03.31-2+pmx1
lxc-pve: 7.0.0-2
lxcfs: 7.0.0-pve1
novnc-pve: 1.7.0-2
proxmox-backup-client: 4.2.3-1
proxmox-backup-file-restore: 4.2.3-1
proxmox-backup-restore-image: 1.0.0
proxmox-firewall: 1.2.3
proxmox-kernel-helper: 9.2.0
proxmox-mail-forward: 1.0.3
proxmox-mini-journalreader: 1.7
proxmox-offline-mirror-helper: 0.7.4
proxmox-widget-toolkit: 5.2.6
pve-cluster: 9.1.6
pve-container: 6.1.12
pve-docs: 9.2.3
pve-edk2-firmware: 4.2025.05-2
pve-esxi-import-tools: 1.0.1
pve-firewall: 6.0.5
pve-firmware: 3.18-5
pve-ha-manager: 5.2.4
pve-i18n: 3.9.0
pve-qemu-kvm: 11.0.2-2
pve-xtermjs: 6.0.0-2
qemu-server: 9.2.1
smartmontools: 7.5-pve2
spiceterm: 3.4.2
swtpm: 0.8.0+pve3
vncterm: 1.9.2
zfsutils-linux: 2.4.3-pve1
--- pvecm status
$ pvecm status
Cluster information
-------------------
Name: test
Config Version: 1
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Mon Jul 27 21:50:41 2026
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000001
Ring ID: 1.1e
Quorate: Yes
Votequorum information
----------------------
Expected votes: 1
Highest expected: 1
Total votes: 1
Quorum: 1
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 192.168.100.2 (local)
--- pvecm nodes
$ pvecm nodes
Membership information
----------------------
Nodeid Votes Name
1 1 pfv-tsys1 (local)
--- pvecm expected
$ pvecm expected
400 not enough arguments
pvecm expected <expected>
[exit=255 / not installed or not permitted]
--- pveperf
$ timeout 15 pveperf
CPU BOGOMIPS: 54276.72
REGEX/SECOND: 3963937
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
[exit=124 / not installed or not permitted]
--- corosync.conf
--- /etc/pve/corosync.conf ---
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: pfv-tsys1
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.100.2
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: test
config_version: 1
interface {
linknumber: 0
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
--- datacenter.cfg
--- /etc/pve/datacenter.cfg ---
keyboard: en-us
--- storage.cfg
--- /etc/pve/storage.cfg ---
dir: local
path /var/lib/vz
content iso,vztmpl,backup,import
lvmthin: local-lvm
thinpool data
vgname pve
content images,rootdir
nfs: D2
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2
export /mnt/tsys4/D2
path /mnt/pve/D2
server pfv-tsys4-nfs-stor
content images
prune-backups keep-all=1
nfs: D3
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2
export /mnt/tsys4/D3
path /mnt/pve/D3
server pfv-tsys4-nfs-stor
content images
prune-backups keep-all=1
nfs: D5
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2
export /mnt/tsys4/D5
path /mnt/pve/D5
server pfv-tsys4-nfs-stor
content images
prune-backups keep-all=1
nfs: S2
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2
export /mnt/pfv-tsys5/S2
path /mnt/pve/S2
server pfv-tsys5-nfs-stor
content images
prune-backups keep-all=1
nfs: S3
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2
export /mnt/pfv-tsys5/S3
path /mnt/pve/S3
server pfv-tsys5-nfs-stor
content images
prune-backups keep-all=1
nfs: S4
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2
export /mnt/pfv-tsys5/S4
path /mnt/pve/S4
server pfv-tsys5-nfs-stor
content images
prune-backups keep-all=1
nfs: T5-SSD
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2
export /mnt/pfv-tsys5/ssd
path /mnt/pve/T5-SSD
server pfv-tsys5-nfs-stor
content images
prune-backups keep-all=1
--- user.cfg
--- /etc/pve/user.cfg ---
user:root@pam:1:0:::coo@turnsys.com::x:
token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 'tsys-proxmox-datacenter' on Sun, 05 Apr 2026 06%3A00%3A04 -0500:
--- domains.cfg
[missing: /etc/pve/domains.cfg]
--- cluster resources (compact)
$ 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
###############################################################################
# 10. NETWORK: INTERFACES
###############################################################################
--- ip -d link
$ ip -d link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 promiscuity 0 allmulti 0 minmtu 0 maxmtu 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 9000
bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:00:19.0
altname enp0s25
altname enx3417ebb3b12d
3: nic1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq master datanet state UP mode DEFAULT group default qlen 1000
link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 0 maxmtu 1500
bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.8c:ae:4c:cd:a6:2d designated_root 8000.8c:ae:4c:cd:a6:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus usb parentdev 3-8:2.0
4: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500
link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
5: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
6: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
48: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.da:63:76:70:82:2 designated_root 8000.da:63:76:70:82:2 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 68 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 51 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
50: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 7a:e7:f9:2a:bb:7d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800c port_no 0xc designated_port 32780 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
51: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000
link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.da:63:76:70:82:2 designated_root 8000.da:63:76:70:82:2 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
52: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether a6:80:fc:26:43:f3 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.d2:2:2e:14:de:ad designated_root 8000.d2:2:2e:14:de:ad hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
53: fwbr117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.d2:2:2e:14:de:ad designated_root 8000.d2:2:2e:14:de:ad root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 55 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
54: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 62:63:a9:37:c7:92 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800d port_no 0xd designated_port 32781 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
55: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000
link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.d2:2:2e:14:de:ad designated_root 8000.d2:2:2e:14:de:ad hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
56: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 2a:7b:11:22:7d:ec brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.fe:e0:ab:d8:b:71 designated_root 8000.fe:e0:ab:d8:b:71 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
57: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.fe:e0:ab:d8:b:71 designated_root 8000.fe:e0:ab:d8:b:71 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 74 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 59 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
58: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 02:ad:67:e0:f2:89 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
59: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000
link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.fe:e0:ab:d8:b:71 designated_root 8000.fe:e0:ab:d8:b:71 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
60: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 76:67:1a:20:a0:6d brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ce:7:7c:1b:29:52 designated_root 8000.ce:7:7c:1b:29:52 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
61: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ce:7:7c:1b:29:52 designated_root 8000.ce:7:7c:1b:29:52 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 70 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 63 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
62: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether f6:9b:01:fd:1d:24 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
63: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000
link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ce:7:7c:1b:29:52 designated_root 8000.ce:7:7c:1b:29:52 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
72: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 5e:1a:95:25:2d:b1 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8006 port_no 0x6 designated_port 32774 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
77: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 82:3c:b3:85:36:54 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ba:97:d5:84:ab:47 designated_root 8000.ba:97:d5:84:ab:47 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
78: fwbr101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ba:97:d5:84:ab:47 designated_root 8000.ba:97:d5:84:ab:47 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 80 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
79: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 2a:e8:5c:77:68:72 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8007 port_no 0x7 designated_port 32775 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
80: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000
link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ba:97:d5:84:ab:47 designated_root 8000.ba:97:d5:84:ab:47 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
85: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 6a:5d:ff:52:a5:34 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.3e:71:96:cf:cc:2e designated_root 8000.3e:71:96:cf:cc:2e hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
86: fwbr103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.3e:71:96:cf:cc:2e designated_root 8000.3e:71:96:cf:cc:2e root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 69 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 88 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
87: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 5a:ac:1e:bf:d3:4d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8009 port_no 0x9 designated_port 32777 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
88: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000
link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.3e:71:96:cf:cc:2e designated_root 8000.3e:71:96:cf:cc:2e hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
89: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 16:1c:fe:8b:66:60 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.d6:1a:ca:87:48:81 designated_root 8000.d6:1a:ca:87:48:81 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
90: fwbr104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.d6:1a:ca:87:48:81 designated_root 8000.d6:1a:ca:87:48:81 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 71 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 92 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
91: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 26:ed:3c:28:5e:45 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800a port_no 0xa designated_port 32778 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
92: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000
link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.d6:1a:ca:87:48:81 designated_root 8000.d6:1a:ca:87:48:81 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
93: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 02:e3:bf:71:16:76 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.46:61:b6:41:6e:74 designated_root 8000.46:61:b6:41:6e:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
94: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.46:61:b6:41:6e:74 designated_root 8000.46:61:b6:41:6e:74 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 14.00 fdb_n_learned 77 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 96 mcast_querier_ipv4_other_timer 15.3us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
95: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether d2:c7:77:d6:f7:7d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800b port_no 0xb designated_port 32779 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
96: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000
link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.46:61:b6:41:6e:74 designated_root 8000.46:61:b6:41:6e:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
--- ip -o link
$ ip -o link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\ link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff\ altname enp0s25\ altname enx3417ebb3b12d
3: nic1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff
4: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500\ link/none
5: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff
6: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
48: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 22:76:84:c2:b7:d5 brd ff:ff:ff:ff:ff:ff
49: fwbr114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff
50: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 7a:e7:f9:2a:bb:7d brd ff:ff:ff:ff:ff:ff
51: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000\ link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff
52: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether a6:80:fc:26:43:f3 brd ff:ff:ff:ff:ff:ff
53: fwbr117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff
54: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 62:63:a9:37:c7:92 brd ff:ff:ff:ff:ff:ff
55: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000\ link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff
56: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 2a:7b:11:22:7d:ec brd ff:ff:ff:ff:ff:ff
57: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff
58: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 02:ad:67:e0:f2:89 brd ff:ff:ff:ff:ff:ff
59: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000\ link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff
60: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 76:67:1a:20:a0:6d brd ff:ff:ff:ff:ff:ff
61: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff
79: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 2a:e8:5c:77:68:72 brd ff:ff:ff:ff:ff:ff
80: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000\ link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff
85: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 6a:5d:ff:52:a5:34 brd ff:ff:ff:ff:ff:ff
86: fwbr103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff
87: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 5a:ac:1e:bf:d3:4d brd ff:ff:ff:ff:ff:ff
88: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000\ link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff
89: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 16:1c:fe:8b:66:60 brd ff:ff:ff:ff:ff:ff
90: fwbr104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff
91: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 26:ed:3c:28:5e:45 brd ff:ff:ff:ff:ff:ff
92: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000\ link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff
93: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 02:e3:bf:71:16:76 brd ff:ff:ff:ff:ff:ff
94: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000\ link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff
--- ip -o -4 addr
$ ip -o -4 addr
1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever
4: tailscale0 inet 100.121.189.98/32 scope global tailscale0\ valid_lft forever preferred_lft forever
5: vmbr0 inet 192.168.3.11/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 520sec preferred_lft 520sec
6: datanet inet 10.100.100.1/24 scope global datanet\ valid_lft forever preferred_lft forever
--- ip -o -6 addr (link-local filter)
$ ip -o -6 addr
1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever
4: tailscale0 inet6 fd7a:115c:a1e0::713b:bd62/128 scope global \ valid_lft forever preferred_lft forever
4: tailscale0 inet6 fe80::6596:1e22:c0ea:f7c3/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever
5: vmbr0 inet6 fe80::3617:ebff:feb3:b12d/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
6: datanet inet6 fe80::8eae:4cff:fecd:a62d/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
--- ip addr
$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq master vmbr0 state UP group default qlen 1000
link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff
altname enp0s25
altname enx3417ebb3b12d
3: nic1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq master datanet state UP group default qlen 1000
link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff
4: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq state UNKNOWN group default qlen 500
link/none
inet 100.121.189.98/32 scope global tailscale0
valid_lft forever preferred_lft forever
inet6 fd7a:115c:a1e0::713b:bd62/128 scope global
valid_lft forever preferred_lft forever
inet6 fe80::6596:1e22:c0ea:f7c3/64 scope link stable-privacy proto kernel_ll
valid_lft forever preferred_lft forever
5: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
inet6 fe80::3617:ebff:feb3:b12d/64 scope link proto kernel_ll
valid_lft forever preferred_lft forever
6: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff
inet 10.100.100.1/24 scope global datanet
valid_lft forever preferred_lft forever
inet6 fe80::8eae:4cff:fecd:a62d/64 scope link proto kernel_ll
valid_lft forever preferred_lft forever
48: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr114i0 state UNKNOWN group default qlen 1000
link/ether 22:76:84:c2:b7:d5 brd ff:ff:ff:ff:ff:ff
49: fwbr114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff
50: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 7a:e7:f9:2a:bb:7d brd ff:ff:ff:ff:ff:ff
51: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr114i0 state UP group default qlen 1000
link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff
52: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr117i0 state UNKNOWN group default qlen 1000
link/ether a6:80:fc:26:43:f3 brd ff:ff:ff:ff:ff:ff
53: fwbr117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff
54: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 62:63:a9:37:c7:92 brd ff:ff:ff:ff:ff:ff
55: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr117i0 state UP group default qlen 1000
link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff
56: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr109i0 state UNKNOWN group default qlen 1000
link/ether 2a:7b:11:22:7d:ec brd ff:ff:ff:ff:ff:ff
57: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff
58: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 02:ad:67:e0:f2:89 brd ff:ff:ff:ff:ff:ff
59: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr109i0 state UP group default qlen 1000
link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff
60: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr108i0 state UNKNOWN group default qlen 1000
link/ether 76:67:1a:20:a0:6d brd ff:ff:ff:ff:ff:ff
61: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff
62: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether f6:9b:01:fd:1d:24 brd ff:ff:ff:ff:ff:ff
63: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr101i0 state UNKNOWN group default qlen 1000
link/ether 82:3c:b3:85:36:54 brd ff:ff:ff:ff:ff:ff
78: fwbr101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff
79: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 2a:e8:5c:77:68:72 brd ff:ff:ff:ff:ff:ff
80: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr101i0 state UP group default qlen 1000
link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff
85: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr103i0 state UNKNOWN group default qlen 1000
link/ether 6a:5d:ff:52:a5:34 brd ff:ff:ff:ff:ff:ff
86: fwbr103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff
87: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 5a:ac:1e:bf:d3:4d brd ff:ff:ff:ff:ff:ff
88: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr103i0 state UP group default qlen 1000
link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff
89: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr104i0 state UNKNOWN group default qlen 1000
link/ether 16:1c:fe:8b:66:60 brd ff:ff:ff:ff:ff:ff
90: fwbr104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff
91: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 26:ed:3c:28:5e:45 brd ff:ff:ff:ff:ff:ff
92: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr104i0 state UP group default qlen 1000
link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff
93: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr105i0 state UNKNOWN group default qlen 1000
link/ether 02:e3:bf:71:16:76 brd ff:ff:ff:ff:ff:ff
94: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff
95: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether d2:c7:77:d6:f7:7d brd ff:ff:ff:ff:ff:ff
96: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr105i0 state UP group default qlen 1000
link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff
--- ip route
$ ip route
default via 192.168.3.254 dev vmbr0
10.100.100.0/24 dev datanet proto kernel scope link src 10.100.100.1
192.168.0.0/22 dev vmbr0 proto kernel scope link src 192.168.3.11
--- ip rule
$ ip rule
0: from all lookup local
5210: from all fwmark 0x80000/0xff0000 lookup main
5230: from all fwmark 0x80000/0xff0000 lookup default
5250: from all fwmark 0x80000/0xff0000 unreachable
5270: from all lookup 52
32766: from all lookup main
32767: from all lookup default
--- ip -s -s link (counters/errors)
$ ip -s -s link
1: lo: <LOOPBACK,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
altname enp0s25
altname enx3417ebb3b12d
3: nic1: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
4: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> 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
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
4375100797 262041 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
5: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
4736417377 584281 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
6: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
48: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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
0 0 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
86 1 0 2192840 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
49: fwbr114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
50: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 7a:e7:f9:2a:bb:7d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
0 0 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
235018539 2195422 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
51: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
52: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
53: fwbr117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
54: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
55: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
56: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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
57: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
58: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
59: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
60: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
61: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
62: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
63: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000
link/ether ee:da:cb:88:b3:87 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
617280393 1584536 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
28618300 151208 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
76: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 5e:1a:95:25:2d:b1 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
62683820 360332 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
391281714 2014039 0 1383 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
77: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
201757980 1543405 0 6299 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
78: fwbr101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
124383267 1341929 0 1938 0 899452
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
79: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
80: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
85: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
86: fwbr103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
87: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
88: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
89: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
90: fwbr104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
91: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
92: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
67386195 343103 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
93: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 02:e3:bf:71:16:76 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
143231850 468333 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
522510105 1438289 0 2165 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
94: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
83588830 898176 0 1369 0 600029
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
95: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
96: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
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
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.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
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
10.100.100.2 dev datanet lladdr d4:81:d7:3e:0d:5e STALE
192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE
192.168.3.173 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE
192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE
192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d STALE
192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE
192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE
192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE
192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE
fe80::21b:78ff:fe5c:e9ce dev datanet lladdr 00:1b:78:5c:e9:ce STALE
fe80::be24:11ff:feee:2bb6 dev vmbr0 lladdr bc:24:11:ee:2b:b6 STALE
fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE
fe80::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::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE
fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE
fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE
fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE
--- /proc/net/dev (counters)
$ cat /proc/net/dev
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 23725195 98098 0 0 0 0 0 0 23725195 98098 0 0 0 0 0 0
nic0: 2923690804 9967535 0 2550 0 0 0 1742162 5899948683 8684778 0 0 0 0 0 0
nic1: 56476414667 46802927 0 2548 0 0 0 0 27297878408 36100265 0 33 0 0 0 0
tailscale0: 85754270 491691 0 0 0 0 0 0 4375100797 262041 0 0 0 0 0 0
vmbr0: 450966881 3041075 0 0 0 0 0 1488725 4736417377 584281 0 0 0 0 0 0
datanet: 56476049061 46799476 0 5 0 0 0 64576 26735561068 27623657 0 0 0 0 0 0
tap114i0: 0 0 0 0 0 0 0 0 86 1 0 2192840 0 0 0 0
fwbr114i0: 203562424 2190372 0 3015 0 0 0 1484930 0 0 0 0 0 0 0 0
fwpr114p0: 0 0 0 0 0 0 0 0 235018539 2195422 0 0 0 0 0 0
fwln114i0: 235018539 2195422 0 0 0 0 0 0 0 0 0 0 0 0 0 0
tap117i0: 5110486 27012 0 0 0 0 0 0 237261848 2210244 0 6622 0 0 0 0
fwbr117i0: 203533529 2190100 0 3015 0 0 0 1484750 0 0 0 0 0 0 0 0
fwpr117p0: 5110486 27012 0 0 0 0 0 0 238140052 2218447 0 0 0 0 0 0
fwln117i0: 238140052 2218447 0 0 0 0 0 0 5110486 27012 0 0 0 0 0 0
tap109i0: 388273070 1555614 0 0 0 0 0 0 432991734 2975211 0 1419 0 0 0 0
fwbr109i0: 124487866 1343306 0 1939 0 0 0 900320 0 0 0 0 0 0 0 0
fwpr109p0: 388273070 1555614 0 0 0 0 0 0 433141486 2976692 0 0 0 0 0 0
fwln109i0: 433141486 2976692 0 0 0 0 0 0 388273070 1555614 0 0 0 0 0 0
tap108i0: 54322243 254151 0 0 0 0 0 0 236459900 1681071 0 71 0 0 0 0
fwbr108i0: 124444901 1342756 0 1939 0 0 0 899987 0 0 0 0 0 0 0 0
fwpr108p0: 54322243 254151 0 0 0 0 0 0 236377292 1678998 0 0 0 0 0 0
fwln108i0: 236377292 1678998 0 0 0 0 0 0 54322243 254151 0 0 0 0 0 0
tap106i0: 28618300 151208 0 0 0 0 0 0 617208777 1583871 0 604 0 0 0 0
fwbr106i0: 124413108 1342345 0 1939 0 0 0 899713 0 0 0 0 0 0 0 0
fwpr106p0: 28618300 151208 0 0 0 0 0 0 617280393 1584536 0 0 0 0 0 0
fwln106i0: 617280393 1584536 0 0 0 0 0 0 28618300 151208 0 0 0 0 0 0
tap100i0: 62683820 360332 0 0 0 0 0 0 391281714 2014039 0 1383 0 0 0 0
tap101i0: 25748530 128119 0 0 0 0 0 0 201757980 1543405 0 6299 0 0 0 0
fwbr101i0: 124383267 1341929 0 1938 0 0 0 899452 0 0 0 0 0 0 0 0
fwpr101p0: 25748530 128119 0 0 0 0 0 0 202453217 1549765 0 0 0 0 0 0
fwln101i0: 202453217 1549765 0 0 0 0 0 0 25748530 128119 0 0 0 0 0 0
tap103i0: 2775067 21710 0 0 0 0 0 0 150892942 1367865 0 5188 0 0 0 0
fwbr103i0: 124329703 1341302 0 1938 0 0 0 899071 0 0 0 0 0 0 0 0
fwpr103p0: 2775067 21710 0 0 0 0 0 0 151478924 1373118 0 0 0 0 0 0
fwln103i0: 151478924 1373118 0 0 0 0 0 0 2775067 21710 0 0 0 0 0 0
tap104i0: 67386195 343103 0 0 0 0 0 0 251225498 1790188 0 6583 0 0 0 0
fwbr104i0: 124306472 1341048 0 1938 0 0 0 898915 0 0 0 0 0 0 0 0
fwpr104p0: 67386195 343103 0 0 0 0 0 0 251952132 1796835 0 0 0 0 0 0
fwln104i0: 251952132 1796835 0 0 0 0 0 0 67386195 343103 0 0 0 0 0 0
tap105i0: 143231850 468333 0 0 0 0 0 0 522510105 1438289 0 2165 0 0 0 0
fwbr105i0: 83588830 898176 0 1369 0 0 0 600029 0 0 0 0 0 0 0 0
fwpr105p0: 143231850 468333 0 0 0 0 0 0 522746227 1440515 0 0 0 0 0 0
fwln105i0: 522746227 1440515 0 0 0 0 0 0 143231850 468333 0 0 0 0 0 0
--- ip -6 route (brief)
$ ip -6 route
fd7a:115c:a1e0::713b:bd62 dev tailscale0 proto kernel metric 256 pref medium
fe80::/64 dev tailscale0 proto kernel metric 256 pref medium
fe80::/64 dev vmbr0 proto kernel metric 256 pref medium
fe80::/64 dev datanet proto kernel metric 256 pref medium
--- sysfs interface attributes
$ for ifc in $NETIFS; do
d="/sys/class/net/$ifc"
[ -d "$d" ] || continue
printf '%-16s speed=%-8s duplex=%-8s mtu=%-6s carrier=%-3s tx_queue_len=%-5s qlen=%-5s type=%s\n' \
"$ifc" \
"$(cat "$d/speed" 2>/dev/null)" \
"$(cat "$d/duplex" 2>/dev/null)" \
"$(cat "$d/mtu" 2>/dev/null)" \
"$(cat "$d/carrier" 2>/dev/null)" \
"$(cat "$d/tx_queue_len" 2>/dev/null)" \
"$(cat "$d/tx_queue_len" 2>/dev/null)" \
"$(cat "$d/type" 2>/dev/null)"
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
fwbr103i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr104i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr105i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr106i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr108i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr109i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr114i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
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
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
fwln106i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln108i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln109i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln114i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
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
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
fwpr106p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr108p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr109p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr114p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr117p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
nic0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
nic1 speed=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
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
tap106i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap108i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap109i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap114i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap117i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
vmbr0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
--- ethtool per-interface deep dump
$ for ifc in $NETIFS; do
[ -e "/sys/class/net/$ifc" ] || continue
echo ""
echo "----- ethtool: $ifc -----"
echo "[driver/version/firmware/bus-info -i]"
ethtool -i "$ifc" 2>&1
echo "[settings - speed/duplex/autoneg/port]"
ethtool "$ifc" 2>&1
echo "[channels -l (RX/TX/combined queue counts)]"
ethtool -l "$ifc" 2>&1
echo "[coalesce -c (interrupt moderation)]"
ethtool -c "$ifc" 2>&1
echo "[ring -g (descriptor counts)]"
ethtool -g "$ifc" 2>&1
echo "[pause / flow-control -a]"
ethtool -a "$ifc" 2>&1
echo "[offload features -k]"
ethtool -k "$ifc" 2>&1
echo "[private flags --show-priv-flags]"
ethtool --show-priv-flags "$ifc" 2>&1
echo "[ntuple/RSS -n]"
ethtool -n "$ifc" 2>&1 | head -n 40
echo "[SFP/DOM transceiver -m]"
ethtool -m "$ifc" 2>&1
echo "[statistics -S (key error/drop counters only)]"
ethtool -S "$ifc" 2>/dev/null \
| grep -iE 'drop|discard|error|crc|miss|pause|fifo|no_buff|rx_no_|_err|fw_|_bad|oversiz|undersize|frag|jabber|length_err|alignment' \
| head -n 60
echo "[statistics -S (throughput counters)]"
ethtool -S "$ifc" 2>/dev/null \
| grep -iE 'rx_(octets|bytes|packets)|tx_(octets|bytes|packets)|rx_(unicast|multicast|broadcast)|tx_(unicast|multicast|broadcast)' \
| head -n 30
done
----- ethtool: datanet -----
[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 datanet:
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: Unknown!
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 datanet:
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: off
tx-scatter-gather: off [requested on]
tx-scatter-gather-fraglist: off [requested on]
tcp-segmentation-offload: off
tx-tcp-segmentation: off [requested on]
tx-tcp-ecn-segmentation: off [requested on]
tx-tcp-mangleid-segmentation: off [requested on]
tx-tcp6-segmentation: off [requested on]
tx-tcp-accecn-segmentation: off [requested on]
generic-segmentation-offload: off [requested on]
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [requested 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: off [requested on]
tx-esp-segmentation: on
tx-udp-segmentation: off [requested on]
tx-gso-list: off [requested 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: fwbr101i0 -----
[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 fwbr101i0:
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 fwbr101i0:
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
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 fwbr103i0:
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 fwbr103i0:
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: fwbr104i0 -----
[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 fwbr104i0:
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 fwbr104i0:
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: fwbr105i0 -----
[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 fwbr105i0:
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 fwbr105i0:
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: fwbr106i0 -----
[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 fwbr106i0:
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 fwbr106i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: fwbr108i0 -----
[driver/version/firmware/bus-info -i]
driver: bridge
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 fwbr108i0:
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 fwbr108i0:
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: fwbr109i0 -----
[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 fwbr109i0:
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 fwbr109i0:
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: fwbr114i0 -----
[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 fwbr114i0:
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 fwbr114i0:
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: fwbr117i0 -----
[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 fwbr117i0:
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 fwbr117i0:
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: fwln101i0 -----
[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 fwln101i0:
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 fwln101i0:
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 fwln101i0:
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
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 fwln103i0:
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 fwln103i0:
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 fwln103i0:
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: fwln104i0 -----
[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 fwln104i0:
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 fwln104i0:
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 fwln104i0:
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: fwln105i0 -----
[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 fwln105i0:
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 fwln105i0:
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 fwln105i0:
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: fwln106i0 -----
[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 fwln106i0:
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 fwln106i0:
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 fwln106i0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwln108i0 -----
[driver/version/firmware/bus-info -i]
driver: veth
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 fwln108i0:
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 fwln108i0:
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 fwln108i0:
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: fwln109i0 -----
[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 fwln109i0:
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 fwln109i0:
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 fwln109i0:
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: fwln114i0 -----
[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 fwln114i0:
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 fwln114i0:
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 fwln114i0:
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: fwln117i0 -----
[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 fwln117i0:
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 fwln117i0:
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 fwln117i0:
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: fwpr101p0 -----
[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 fwpr101p0:
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 fwpr101p0:
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 fwpr101p0:
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
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 fwpr103p0:
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 fwpr103p0:
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 fwpr103p0:
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: fwpr104p0 -----
[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 fwpr104p0:
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 fwpr104p0:
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 fwpr104p0:
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: fwpr105p0 -----
[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 fwpr105p0:
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 fwpr105p0:
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 fwpr105p0:
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: fwpr106p0 -----
[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 fwpr106p0:
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 fwpr106p0:
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 fwpr106p0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwpr108p0 -----
[driver/version/firmware/bus-info -i]
driver: veth
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 fwpr108p0:
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 fwpr108p0:
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 fwpr108p0:
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: fwpr109p0 -----
[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 fwpr109p0:
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 fwpr109p0:
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 fwpr109p0:
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: fwpr114p0 -----
[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 fwpr114p0:
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 fwpr114p0:
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 fwpr114p0:
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: fwpr117p0 -----
[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 fwpr117p0:
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 fwpr117p0:
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 fwpr117p0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: nic0 -----
[driver/version/firmware/bus-info -i]
driver: e1000e
version: 7.0.14-6-pve
firmware-version: 0.13-4
expansion-rom-version:
bus-info: 0000:00:19.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
[settings - speed/duplex/autoneg/port]
Settings for nic0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Link partner advertised pause frame use: No
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Auto-negotiation: on
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
MDI-X: on (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
Coalesce parameters for nic0:
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: 3
rx-frames: n/a
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)]
Ring parameters for nic0:
Pre-set maximums:
RX: 4096
RX Mini: n/a
RX Jumbo: n/a
TX: 4096
TX push buff len: n/a
Current hardware settings:
RX: 256
RX Mini: n/a
RX Jumbo: n/a
TX: 256
RX Buf Len: n/a
CQE Size: n/a
TX Push: off
RX Push: off
TX push buff len: n/a
TCP data split: n/a
[pause / flow-control -a]
Pause parameters for nic0:
Autonegotiate: on
RX: off
TX: off
RX negotiated: off
TX negotiated: off
[offload features -k]
Features for nic0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: off [fixed]
tcp-segmentation-offload: off
tx-tcp-segmentation: off
tx-tcp-ecn-segmentation: off [fixed]
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: off
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: on
highdma: on [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 [fixed]
tx-udp_tnl-csum-segmentation: off [fixed]
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: off [fixed]
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off
rx-all: off
tx-vlan-stag-hw-insert: off [fixed]
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]
Private flags for nic0:
s0ix-enabled: off
disable-k1 : off
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_errors: 0
tx_errors: 0
tx_dropped: 0
rx_length_errors: 0
rx_over_errors: 0
rx_crc_errors: 0
rx_frame_errors: 0
rx_no_buffer_count: 0
rx_missed_errors: 0
tx_aborted_errors: 0
tx_carrier_errors: 0
tx_fifo_errors: 0
tx_heartbeat_errors: 0
tx_window_errors: 0
rx_long_length_errors: 0
rx_short_length_errors: 0
rx_align_errors: 0
rx_csum_offload_errors: 2
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
----- ethtool: nic1 -----
[driver/version/firmware/bus-info -i]
driver: cdc_ncm
version: 7.0.14-6-pve
firmware-version: CDC NCM (NO ZLP)
expansion-rom-version:
bus-info: usb-0000:00:14.0-8
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 nic1:
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: Unknown!
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000007 (7)
drv probe link
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 nic1:
rx-checksumming: off [fixed]
tx-checksumming: off
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: off [fixed]
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: off
tx-scatter-gather: off [fixed]
tx-scatter-gather-fraglist: off [fixed]
tcp-segmentation-offload: off
tx-tcp-segmentation: off [fixed]
tx-tcp-ecn-segmentation: off [fixed]
tx-tcp-mangleid-segmentation: off [fixed]
tx-tcp6-segmentation: off [fixed]
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: off [requested on]
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: off [fixed]
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 [fixed]
tx-udp_tnl-csum-segmentation: off [fixed]
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: off [fixed]
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: off [fixed]
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: tap100i0 -----
[driver/version/firmware/bus-info -i]
driver: tun
version: 1.6
firmware-version:
expansion-rom-version:
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for tap100i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000000 (0)
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for tap100i0:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
[coalesce -c (interrupt moderation)]
Coalesce parameters for tap100i0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: n/a
rx-frames: 0
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for tap100i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
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: tap101i0 -----
[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 tap101i0:
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 tap101i0:
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 tap101i0:
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 tap101i0:
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
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 tap103i0:
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 tap103i0:
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 tap103i0:
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 tap103i0:
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: tap104i0 -----
[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 tap104i0:
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 tap104i0:
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 tap104i0:
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 tap104i0:
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: tap105i0 -----
[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 tap105i0:
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 tap105i0:
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 tap105i0:
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 tap105i0:
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: on
tx-udp_tnl-csum-segmentation: on
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: tap106i0 -----
[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 tap106i0:
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 tap106i0:
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 tap106i0:
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 tap106i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off
tx-udp_tnl-csum-segmentation: off
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: tap108i0 -----
[driver/version/firmware/bus-info -i]
driver: tun
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 tap108i0:
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 tap108i0:
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 tap108i0:
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 tap108i0:
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: off
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: tap109i0 -----
[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 tap109i0:
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 tap109i0:
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 tap109i0:
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 tap109i0:
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: tap114i0 -----
[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 tap114i0:
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 tap114i0:
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 tap114i0:
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 tap114i0:
rx-checksumming: off [fixed]
tx-checksumming: off
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: off
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: off
tx-tcp-segmentation: off
tx-tcp-ecn-segmentation: off
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: off
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: off
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: tap117i0 -----
[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 tap117i0:
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 tap117i0:
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 tap117i0:
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 tap117i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off
tx-udp_tnl-csum-segmentation: off
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: vmbr0 -----
[driver/version/firmware/bus-info -i]
driver: bridge
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 vmbr0:
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 vmbr0:
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)]
###############################################################################
# 11. NETWORK: BRIDGES / BONDS / VLANS
###############################################################################
--- bridge link
$ bridge link
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 5
3: nic1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master datanet state forwarding priority 32 cost 100
48: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2
50: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
51: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2
52: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2
54: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
55: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2
56: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2
58: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
59: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2
60: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2
62: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
63: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2
72: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2
74: fwpr106p0@fwln106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
75: fwln106i0@fwpr106p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2
76: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
77: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2
79: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
80: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2
85: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2
87: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
88: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2
89: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2
91: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
92: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2
93: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2
95: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
96: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2
--- bridge -d link
$ bridge -d link
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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
3: nic1: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
50: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0
52: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0
56: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0
60: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0
76: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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
77: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0
85: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0
89: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0
93: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 38 mcast_max_groups 0
--- bridge vlan
$ bridge vlan
port vlan-id
nic0 1 PVID Egress Untagged
nic1 1 PVID Egress Untagged
vmbr0 1 PVID Egress Untagged
datanet 1 PVID Egress Untagged
tap114i0 1 PVID Egress Untagged
fwbr114i0 1 PVID Egress Untagged
fwpr114p0 1 PVID Egress Untagged
fwln114i0 1 PVID Egress Untagged
tap117i0 1 PVID Egress Untagged
fwbr117i0 1 PVID Egress Untagged
fwpr117p0 1 PVID Egress Untagged
fwln117i0 1 PVID Egress Untagged
tap109i0 1 PVID Egress Untagged
fwbr109i0 1 PVID Egress Untagged
fwpr109p0 1 PVID Egress Untagged
fwln109i0 1 PVID Egress Untagged
tap108i0 1 PVID Egress Untagged
fwbr108i0 1 PVID Egress Untagged
fwpr108p0 1 PVID Egress Untagged
fwln108i0 1 PVID Egress Untagged
tap106i0 1 PVID Egress Untagged
fwbr106i0 1 PVID Egress Untagged
fwpr106p0 1 PVID Egress Untagged
fwln106i0 1 PVID Egress Untagged
tap100i0 1 PVID Egress Untagged
tap101i0 1 PVID Egress Untagged
fwbr101i0 1 PVID Egress Untagged
fwpr101p0 1 PVID Egress Untagged
fwln101i0 1 PVID Egress Untagged
tap103i0 1 PVID Egress Untagged
fwbr103i0 1 PVID Egress Untagged
fwpr103p0 1 PVID Egress Untagged
fwln103i0 1 PVID Egress Untagged
tap104i0 1 PVID Egress Untagged
fwbr104i0 1 PVID Egress Untagged
fwpr104p0 1 PVID Egress Untagged
fwln104i0 1 PVID Egress Untagged
tap105i0 1 PVID Egress Untagged
fwbr105i0 1 PVID Egress Untagged
fwpr105p0 1 PVID Egress Untagged
fwln105i0 1 PVID Egress Untagged
--- bridge vlan show
$ bridge vlan show
port vlan-id
nic0 1 PVID Egress Untagged
nic1 1 PVID Egress Untagged
vmbr0 1 PVID Egress Untagged
datanet 1 PVID Egress Untagged
tap114i0 1 PVID Egress Untagged
fwbr114i0 1 PVID Egress Untagged
fwpr114p0 1 PVID Egress Untagged
fwln114i0 1 PVID Egress Untagged
tap117i0 1 PVID Egress Untagged
fwbr117i0 1 PVID Egress Untagged
fwpr117p0 1 PVID Egress Untagged
fwln117i0 1 PVID Egress Untagged
tap109i0 1 PVID Egress Untagged
fwbr109i0 1 PVID Egress Untagged
fwpr109p0 1 PVID Egress Untagged
fwln109i0 1 PVID Egress Untagged
tap108i0 1 PVID Egress Untagged
fwbr108i0 1 PVID Egress Untagged
fwpr108p0 1 PVID Egress Untagged
fwln108i0 1 PVID Egress Untagged
tap106i0 1 PVID Egress Untagged
fwbr106i0 1 PVID Egress Untagged
fwpr106p0 1 PVID Egress Untagged
fwln106i0 1 PVID Egress Untagged
tap100i0 1 PVID Egress Untagged
tap101i0 1 PVID Egress Untagged
fwbr101i0 1 PVID Egress Untagged
fwpr101p0 1 PVID Egress Untagged
fwln101i0 1 PVID Egress Untagged
tap103i0 1 PVID Egress Untagged
fwbr103i0 1 PVID Egress Untagged
fwpr103p0 1 PVID Egress Untagged
fwln103i0 1 PVID Egress Untagged
tap104i0 1 PVID Egress Untagged
fwbr104i0 1 PVID Egress Untagged
fwpr104p0 1 PVID Egress Untagged
fwln104i0 1 PVID Egress Untagged
tap105i0 1 PVID Egress Untagged
fwbr105i0 1 PVID Egress Untagged
fwpr105p0 1 PVID Egress Untagged
fwln105i0 1 PVID Egress Untagged
--- brctl show
$ brctl show
bridge name bridge id STP enabled interfaces
datanet 8000.8cae4ccda62d no nic1
fwbr101i0 8000.ba97d584ab47 no fwln101i0
tap101i0
fwbr103i0 8000.3e7196cfcc2e no fwln103i0
tap103i0
fwbr104i0 8000.d61aca874881 no fwln104i0
tap104i0
fwbr105i0 8000.4661b6416e74 no fwln105i0
tap105i0
fwbr106i0 8000.eedacb88b387 no fwln106i0
tap106i0
fwbr108i0 8000.ce077c1b2952 no fwln108i0
tap108i0
fwbr109i0 8000.fee0abd80b71 no fwln109i0
tap109i0
fwbr114i0 8000.da6376708202 no fwln114i0
tap114i0
fwbr117i0 8000.d2022e14dead no fwln117i0
tap117i0
vmbr0 8000.3417ebb3b12d no fwpr101p0
fwpr103p0
fwpr104p0
fwpr105p0
fwpr106p0
fwpr108p0
fwpr109p0
fwpr114p0
fwpr117p0
nic0
tap100i0
--- bonding state
[missing: /proc/net/bonding/bond*]
--- vlan config
$ cat /proc/net/vlan/config
cat: /proc/net/vlan/config: No such file or directory
[exit=1 / not installed or not permitted]
--- /proc/net/vlan
[missing: /proc/net/vlan]
--- /etc/network/interfaces
--- /etc/network/interfaces ---
auto lo
iface lo inet loopback
iface nic0 inet manual
post-up ethtool -K nic0 tso off
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports nic0
bridge-stp off
bridge-fd 0
iface nic1 inet manual
#### Data network
auto datanet
iface datanet inet static
address 10.100.100.1
netmask 255.255.255.0
#bridge-ports enx8cae4ccda62d
bridge-ports nic1
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
--- interfaces.d (per file)
$ for f in /etc/network/interfaces.d/*; do
[ -r "$f" ] || continue
echo "--- $f ---"
cat "$f"
done
###############################################################################
# 12. NETWORK: IRQ / RPS / XPS / aRFS / SOFTNET
###############################################################################
--- /proc/interrupts
$ cat /proc/interrupts
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
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
36: 0 0 25 0 0 0 0 0 IR-PCI-MSI-0000:00:16.0 0-edge mei_me
37: 0 0 0 42929 0 0 0 0 IR-PCI-MSI-0000:00:02.0 0-edge i915
38: 0 0 0 0 195 0 0 0 IR-PCI-MSI-0000:00:03.0 0-edge snd_hda_intel:card0
39: 0 0 0 0 0 272 0 0 IR-PCI-MSI-0000:00:1b.0 0-edge snd_hda_intel:card1
NMI: 578 1345 1370 1314 711 1072 1099 1340 Non-maskable interrupts
LOC: 65255549 71544035 66987207 65428928 64985563 66015634 65504875 65156911 Local timer interrupts
SPU: 0 0 0 0 0 0 0 0 Spurious interrupts
PMI: 578 1345 1370 1314 711 1072 1099 1340 Performance monitoring interrupts
IWI: 2089 1250 1525 1282 1620 1893 2126 1428 IRQ work interrupts
RTR: 0 0 0 0 0 0 0 0 APIC ICR read retries
RES: 1885224 1591104 1610935 1652663 1710398 1650633 1452205 2231301 Rescheduling interrupts
CAL: 5473969 3378300 2783633 2578458 2818762 2706359 2213181 2672824 Function call interrupts
TLB: 33192 33443 30074 28933 33967 31006 34828 26364 TLB shootdowns
TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts
THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts
DFR: 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts
MCE: 0 0 0 0 0 0 0 0 Machine check exceptions
MCP: 234 235 235 235 235 235 235 235 Machine check polls
ERR: 1
MIS: 0
PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event
NPI: 0 0 0 0 0 0 0 0 Nested posted-interrupt event
PIW: 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event
VPMI: 0 0 0 0 0 0 0 0 Perf Guest Mediated PMI
--- NIC IRQ affinities (which CPUs handle which queue)
$ for ifc in $NETIFS; do
[ -d "/sys/class/net/$ifc/device/msi_irqs" ] || continue
echo "=== $ifc IRQ list (first 40) ==="
ls "/sys/class/net/$ifc/device/msi_irqs" 2>/dev/null | head -n 40
done
=== nic0 IRQ list (first 40) ===
26
--- RPS masks (non-zero only)
$ for q in /sys/class/net/*/queues/rx-*/rps_cpus; do
[ -e "$q" ] || continue
val=$(cat "$q")
[ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val"
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/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
/sys/class/net/fwbr106i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr108i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr109i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr114i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr117i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln101i0/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
/sys/class/net/fwln106i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln108i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln109i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln114i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln117i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr101p0/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
/sys/class/net/fwpr106p0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr108p0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr109p0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr114p0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr117p0/queues/rx-0/rps_cpus = 00
/sys/class/net/lo/queues/rx-0/rps_cpus = 00
/sys/class/net/nic0/queues/rx-0/rps_cpus = 00
/sys/class/net/nic1/queues/rx-0/rps_cpus = 00
/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/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
/sys/class/net/tap106i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap108i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap109i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap114i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap117i0/queues/rx-0/rps_cpus = 00
/sys/class/net/vmbr0/queues/rx-0/rps_cpus = 00
--- XPS masks (non-zero only)
$ for q in /sys/class/net/*/queues/tx-*/xps_cpus; do
[ -e "$q" ] || continue
val=$(cat "$q")
[ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val"
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/fwbr103i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr104i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr105i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr106i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr108i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr109i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr114i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr117i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/lo/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/nic0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/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/tap103i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap104i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap105i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap106i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap108i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap109i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap114i0/queues/tx-0/xps_cpus: No such file or directory
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/fwbr103i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr104i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr105i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr106i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr108i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr109i0/queues/tx-0/xps_cpus =
/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/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
/sys/class/net/fwln106i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln108i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln109i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln114i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln117i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr101p0/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
/sys/class/net/fwpr106p0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr108p0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr109p0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr114p0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr117p0/queues/tx-0/xps_cpus = 00
/sys/class/net/lo/queues/tx-0/xps_cpus =
/sys/class/net/nic0/queues/tx-0/xps_cpus =
/sys/class/net/nic1/queues/tx-0/xps_cpus =
/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/tap103i0/queues/tx-0/xps_cpus =
/sys/class/net/tap104i0/queues/tx-0/xps_cpus =
/sys/class/net/tap105i0/queues/tx-0/xps_cpus =
/sys/class/net/tap106i0/queues/tx-0/xps_cpus =
/sys/class/net/tap108i0/queues/tx-0/xps_cpus =
/sys/class/net/tap109i0/queues/tx-0/xps_cpus =
/sys/class/net/tap114i0/queues/tx-0/xps_cpus =
/sys/class/net/tap117i0/queues/tx-0/xps_cpus =
/sys/class/net/vmbr0/queues/tx-0/xps_cpus =
--- RFS flow counts
$ for q in /sys/class/net/*/queues/rx-*/rps_flow_cnt; do
[ -e "$q" ] || continue
printf ' %s = %s\n' "$q" "$(cat "$q")"
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/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
/sys/class/net/fwbr106i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr108i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr109i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr114i0/queues/rx-0/rps_flow_cnt = 0
/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/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
/sys/class/net/fwln106i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln108i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln109i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln114i0/queues/rx-0/rps_flow_cnt = 0
/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/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
/sys/class/net/fwpr106p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr108p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr109p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr114p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr117p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/lo/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/nic0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/nic1/queues/rx-0/rps_flow_cnt = 0
/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/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
/sys/class/net/tap106i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap108i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap109i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap114i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap117i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/vmbr0/queues/rx-0/rps_flow_cnt = 0
--- /proc/net/softnet_stat (drops/backlog)
$ cat /proc/net/softnet_stat
0017cd6d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
05ac0072 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000
00178f14 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000
00158421 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000
0016eff0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000
0015965a 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000
03b2350e 00000000 0000041c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000
001539fb 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000
--- softnet_stat decoded
$ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT
awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n",
NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat
cpu0 total=0017cd6d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu1 total=05ac0072 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu2 total=00178f14 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu3 total=00158421 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu4 total=0016eff0 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu5 total=0015965a dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu6 total=03b2355e dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu7 total=00153a13 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
--- netstat drop counters (significant ones)
$ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \
netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen|error)' | head -n 60
IpReasmFails 0 0.0
IpFragFails 0 0.0
TcpAttemptFails 9626 0.0
TcpRetransSegs 159527 0.0
TcpInErrs 0 0.0
Ip6ReasmFails 0 0.0
Ip6FragFails 0 0.0
TcpExtSyncookiesFailed 0 0.0
TcpExtEmbryonicRsts 0 0.0
TcpExtLockDroppedIcmps 0 0.0
TcpExtListenOverflows 0 0.0
TcpExtListenDrops 0 0.0
TcpExtTCPLossUndo 9 0.0
TcpExtTCPLostRetransmit 22415 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
TcpExtTCPRenoRecoveryFail 0 0.0
TcpExtTCPSackRecoveryFail 490 0.0
TcpExtTCPAbortOnData 361 0.0
TcpExtTCPAbortOnClose 5 0.0
TcpExtTCPAbortOnMemory 0 0.0
TcpExtTCPAbortOnTimeout 11 0.0
TcpExtTCPAbortOnLinger 0 0.0
TcpExtTCPAbortFailed 0 0.0
TcpExtTCPMD5Failure 0 0.0
TcpExtTCPBacklogDrop 0 0.0
TcpExtPFMemallocDrop 0 0.0
TcpExtTCPMinTTLDrop 0 0.0
TcpExtTCPDeferAcceptDrop 0 0.0
TcpExtTCPTimeWaitOverflow 0 0.0
TcpExtTCPReqQFullDrop 0 0.0
TcpExtTCPRetransFail 0 0.0
TcpExtTCPOFODrop 0 0.0
TcpExtTCPFastOpenActiveFail 0 0.0
TcpExtTCPFastOpenPassiveFail 0 0.0
TcpExtTCPFastOpenListenOverflow 0 0.0
TcpExtTCPSynRetrans 1854 0.0
TcpExtTCPMTUPFail 0 0.0
TcpExtTCPZeroWindowDrop 0 0.0
TcpExtTCPRcvQDrop 0 0.0
TcpExtTCPMigrateReqFailure 0 0.0
TcpExtTCPAODroppedIcmps 0 0.0
MPTcpExtMPCapableSYNTXDrop 0 0.0
MPTcpExtMPTCPRetrans 0 0.0
MPTcpExtMPJoinSynAckHMacFailure 0 0.0
MPTcpExtMPJoinAckHMacFailure 0 0.0
MPTcpExtAddAddrTxDrop 0 0.0
MPTcpExtEchoAddTxDrop 0 0.0
MPTcpExtAddAddrDrop 0 0.0
MPTcpExtRmAddrDrop 0 0.0
MPTcpExtRmAddrTxDrop 0 0.0
MPTcpExtMPFailTx 0 0.0
MPTcpExtMPFailRx 0 0.0
MPTcpExtFallbackFailed 0 0.0
###############################################################################
# 13. NETWORK: SOCKET / TCP STATE
###############################################################################
--- ss -s
$ ss -s
Total: 430
TCP: 117 (estab 12, closed 85, orphaned 0, timewait 85)
Transport Total IP IPv6
RAW 0 0 0
UDP 9 6 3
TCP 32 20 12
INET 41 26 15
FRAG 0 0 0
--- ss -t -m (top TCP with skmem/cwnd/rto)
$ ss -tno state established ( dport != :22 and sport != :22 ) -m
Recv-Q Send-Q Local Address:Port Peer Address:Port
0 0 10.100.100.1:718 10.100.100.4:2049 timer:(keepalive,29sec,0)
skmem:(r0,rb12098700,t0,tb4151808,f0,w0,o0,bl0,d725)
0 0 10.100.100.1:749 10.100.100.4:2049 timer:(keepalive,17sec,0)
skmem:(r0,rb17082899,t0,tb4935168,f0,w0,o0,bl0,d766)
0 0 10.100.100.1:843 10.100.100.4:2049 timer:(keepalive,13sec,0)
skmem:(r0,rb7515684,t0,tb6292992,f0,w0,o0,bl0,d589)
0 0 10.100.100.1:857 10.100.100.4:2049 timer:(keepalive,17sec,0)
skmem:(r0,rb25369065,t0,tb4386816,f0,w0,o0,bl0,d762)
0 0 10.100.100.1:836 10.100.100.5:2049 timer:(keepalive,42sec,0)
skmem:(r0,rb2221836,t0,tb3342336,f0,w0,o0,bl0,d80)
0 0 10.100.100.1:897 10.100.100.5:2049 timer:(keepalive,1min23sec,0)
skmem:(r0,rb2439669,t0,tb6423552,f0,w0,o0,bl0,d27)
0 0 10.100.100.1:911 10.100.100.5:2049 timer:(keepalive,2.925sec,0)
skmem:(r0,rb1760039,t0,tb4752384,f0,w0,o0,bl0,d10)
0 0 10.100.100.1:969 10.100.100.5:2049 timer:(keepalive,54sec,0)
skmem:(r0,rb1873998,t0,tb4190976,f0,w0,o0,bl0,d55)
0 0 192.168.3.11:52212 209.177.156.94:443 timer:(keepalive,17sec,0)
skmem:(r0,rb760496,t0,tb130560,f0,w0,o0,bl0,d0)
0 0 192.168.3.11:58704 192.200.0.105:443 timer:(keepalive,2.949sec,0)
skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0)
0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:52248 timer:(keepalive,2.654sec,0)
skmem:(r0,rb1739661,t0,tb130560,f0,w0,o0,bl0,d1464)
--- ss -ti (TCP internals)
$ ss -ti
State Recv-Q Send-Q Local Address:Port Peer Address:Port
ESTAB 0 0 100.121.189.98:ssh 100.101.187.119:50014
bbr wscale:7,12 rto:206 rtt:5.854/9.581 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:26 bytes_sent:5605 bytes_acked:5605 bytes_received:3889 segs_out:23 segs_in:21 data_segs_out:16 data_segs_in:13 bbr:(bw:23.5Mbps,mrtt:0.764,pacing_gain:2.88672,cwnd_gain:2.88672) send 43.6Mbps lastsnd:9735 lastrcv:9735 lastack:9734 pacing_rate 367Mbps delivery_rate 23.5Mbps delivered:17 app_limited busy:62ms rcv_rtt:7 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.764 snd_wnd:76928 rcv_wnd:61440
ESTAB 0 0 10.100.100.1:718 10.100.100.4:nfs
bbr wscale:9,12 rto:203 rtt:2.974/0.565 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:22 ssthresh:162 bytes_sent:4254119888 bytes_retrans:22425040 bytes_acked:4231694849 bytes_received:13082982012 segs_out:7378734 segs_in:10687758 data_segs_out:3112111 data_segs_in:9469150 bbr:(bw:20.6Mbps,mrtt:0.415,pacing_gain:1.25,cwnd_gain:2) send 85.7Mbps lastsnd:117 lastrcv:247 lastack:112 pacing_rate 25.5Mbps delivery_rate 20.6Mbps delivered:3108551 app_limited busy:3654384ms rwnd_limited:1765ms(0.0%) retrans:0/20353 dsack_dups:19140 reordering:6 reord_seen:1 rcv_rtt:1.343 rcv_space:1330952 rcv_ssthresh:8034292 minrtt:0.35 rcv_ooopack:5204047 snd_wnd:2774016 rcv_wnd:8036352 rehash:52
ESTAB 0 0 10.100.100.1:kerberos-adm 10.100.100.4:nfs
bbr wscale:9,12 rto:207 rtt:6.898/8.013 ato:52 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:195 ssthresh:162 bytes_sent:4295660704 bytes_retrans:22643452 bytes_acked:4273017253 bytes_received:13202577728 segs_out:7479056 segs_in:10779707 data_segs_out:3140246 data_segs_in:9551433 bbr:(bw:172Mbps,mrtt:0.886,pacing_gain:1.25,cwnd_gain:2) send 327Mbps lastsnd:261 lastrcv:228 lastack:228 pacing_rate 213Mbps delivery_rate 57.1Mbps delivered:3138932 busy:3647640ms rwnd_limited:327ms(0.0%) retrans:0/20494 dsack_dups:19186 reordering:9 reord_seen:2 rcv_rtt:2 rcv_space:1443284 rcv_ssthresh:11344112 minrtt:0.386 rcv_ooopack:5259717 snd_wnd:4195328 rcv_wnd:11345920 rehash:60
ESTAB 0 0 10.100.100.1:843 10.100.100.4:nfs
bbr wscale:9,12 rto:203 rtt:2.025/0.219 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:119 ssthresh:232 bytes_sent:4263008572 bytes_retrans:22714992 bytes_acked:4240293581 bytes_received:13118609040 segs_out:7396498 segs_in:10716824 data_segs_out:3117576 data_segs_in:9493161 bbr:(bw:223Mbps,mrtt:0.734,pacing_gain:1.25,cwnd_gain:2) send 681Mbps lastsnd:306 lastrcv:247 lastack:247 pacing_rate 276Mbps delivery_rate 223Mbps delivered:3116203 app_limited busy:3675344ms rwnd_limited:385ms(0.0%) retrans:0/20722 dsack_dups:19347 reordering:18 reord_seen:3 rcv_rtt:1.234 rcv_space:1545016 rcv_ssthresh:4990883 minrtt:0.302 rcv_ooopack:5233496 snd_wnd:4992000 rcv_wnd:4993024 rehash:60
ESTAB 0 0 10.100.100.1:857 10.100.100.4:nfs
bbr wscale:9,12 rto:202 rtt:1.937/0.477 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:68 ssthresh:138 bytes_sent:4292014552 bytes_retrans:22951912 bytes_acked:4269062641 bytes_received:13057579108 segs_out:7438566 segs_in:10663857 data_segs_out:3138189 data_segs_in:9450696 bbr:(bw:212Mbps,mrtt:0.451,pacing_gain:1,cwnd_gain:2) send 407Mbps lastsnd:298 lastrcv:261 lastack:261 pacing_rate 209Mbps delivery_rate 56.4Mbps delivered:3136685 busy:3627024ms retrans:0/20842 dsack_dups:19335 rcv_rtt:5.283 rcv_space:2486548 rcv_ssthresh:16846644 minrtt:0.305 rcv_ooopack:5180614 snd_wnd:3663872 rcv_wnd:16846848 rehash:58
ESTAB 0 0 10.100.100.1:836 10.100.100.5:nfs
bbr wscale:12,12 rto:202 rtt:1.525/0.177 ato:40 mss:1448 pmtu:1500 rcvmss:304 advmss:1448 cwnd:34 ssthresh:176 bytes_sent:1887139508 bytes_retrans:27391964 bytes_acked:1859747545 bytes_received:400059248 segs_out:1456469 segs_in:872966 data_segs_out:1315724 data_segs_in:301808 bbr:(bw:71.5Mbps,mrtt:0.481,pacing_gain:1.25,cwnd_gain:2) send 258Mbps lastsnd:6095 lastrcv:6093 lastack:6093 pacing_rate 88.4Mbps delivery_rate 71.5Mbps delivered:1296867 busy:451381ms rwnd_limited:66ms(0.0%) retrans:0/18945 dsack_dups:87 rcv_rtt:1 rcv_space:373199 rcv_ssthresh:659607 minrtt:0.417 rcv_ooopack:176301 snd_wnd:7647232 rcv_wnd:1478656 rehash:113
ESTAB 0 0 10.100.100.1:897 10.100.100.5:nfs
bbr wscale:12,12 rto:205 rtt:4.104/4.492 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:101 ssthresh:174 bytes_sent:1884614224 bytes_retrans:28186936 bytes_acked:1856427289 bytes_received:366769368 segs_out:1449420 segs_in:851707 data_segs_out:1314023 data_segs_in:278899 bbr:(bw:253Mbps,mrtt:1.192,pacing_gain:1.25,cwnd_gain:2) send 285Mbps lastsnd:786 lastrcv:777 lastack:777 pacing_rate 313Mbps delivery_rate 253Mbps delivered:1294581 app_limited busy:474471ms rwnd_limited:25ms(0.0%) retrans:0/19494 dsack_dups:51 reordering:21 reord_seen:3 rcv_rtt:1.125 rcv_space:354760 rcv_ssthresh:1620092 minrtt:0.325 rcv_ooopack:144769 snd_wnd:13307904 rcv_wnd:1622016 rehash:100
ESTAB 0 0 10.100.100.1:911 10.100.100.5:nfs
bbr wscale:12,12 rto:205 rtt:4.38/5.488 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:89 ssthresh:212 bytes_sent:1811707868 bytes_retrans:23165696 bytes_acked:1788542173 bytes_received:381113292 segs_out:1407283 segs_in:838783 data_segs_out:1263612 data_segs_in:288647 bbr:(bw:197Mbps,mrtt:1.52,pacing_gain:1.25,cwnd_gain:2) send 235Mbps lastsnd:828 lastrcv:786 lastack:786 pacing_rate 243Mbps delivery_rate 197Mbps delivered:1247673 app_limited busy:446387ms rwnd_limited:19ms(0.0%) retrans:0/16035 dsack_dups:95 rcv_rtt:1.33 rcv_space:322904 rcv_ssthresh:1168775 minrtt:0.333 rcv_ooopack:153751 snd_wnd:10272768 rcv_wnd:1171456 rehash:93
ESTAB 0 0 10.100.100.1:969 10.100.100.5:nfs
bbr wscale:12,12 rto:204 rtt:3.632/3.894 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:104 ssthresh:146 bytes_sent:1877603508 bytes_retrans:29580872 bytes_acked:1848022637 bytes_received:406655668 segs_out:1455009 segs_in:875996 data_segs_out:1309081 data_segs_in:306374 bbr:(bw:256Mbps,mrtt:0.463,pacing_gain:1.25,cwnd_gain:2) send 332Mbps lastsnd:6098 lastrcv:6097 lastack:6097 pacing_rate 317Mbps delivery_rate 256Mbps delivered:1288672 app_limited busy:475932ms rwnd_limited:28ms(0.0%) retrans:0/20462 dsack_dups:52 reordering:6 reord_seen:2 rcv_rtt:1 rcv_space:319192 rcv_ssthresh:1244451 minrtt:0.296 rcv_ooopack:181276 snd_wnd:9187328 rcv_wnd:1245184 rehash:105
ESTAB 0 0 192.168.3.11:52212 209.177.156.94:https
bbr wscale:7,12 rto:221 rtt:20.935/14.248 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:24 bytes_sent:41665 bytes_acked:41666 bytes_received:269951 segs_out:2181 segs_in:2100 data_segs_out:236 data_segs_in:1545 bbr:(bw:2.71Mbps,mrtt:10.101,pacing_gain:2.88672,cwnd_gain:2.88672) send 13.3Mbps lastsnd:12081 lastrcv:12053 lastack:12053 pacing_rate 31Mbps delivery_rate 2.71Mbps delivered:237 app_limited busy:2099ms rcv_rtt:114687 rcv_space:46530 rcv_ssthresh:504379 minrtt:10.101 snd_wnd:64128 rcv_wnd:507904
ESTAB 0 0 192.168.3.11:58704 192.200.0.105:https
bbr wscale:10,12 rto:343 rtt:141.549/2.574 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:24 bytes_sent:11356 bytes_acked:11357 bytes_received:101290 segs_out:1195 segs_in:1202 data_segs_out:32 data_segs_in:641 bbr:(bw:488kbps,mrtt:138.087,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.96Mbps lastsnd:2533908 lastrcv:4055 lastack:4055 pacing_rate 2.35Mbps delivery_rate 489kbps delivered:33 app_limited busy:2828ms retrans:0/1 rcv_rtt:4913.12 rcv_space:17695 rcv_ssthresh:57388 minrtt:138.085 snd_wnd:72704 rcv_wnd:61440 rehash:1
ESTAB 0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:52248
bbr wscale:11,12 rto:249 rtt:48.918/0.828 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:23 bytes_sent:613867 bytes_acked:613867 bytes_received:110295 segs_out:6997 segs_in:5966 data_segs_out:2587 data_segs_in:2488 bbr:(bw:967kbps,mrtt:49.136,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.62Mbps lastsnd:58197 lastrcv:58148 lastack:12308 pacing_rate 6Mbps delivery_rate 967kbps delivered:2588 app_limited busy:72866ms rcv_rtt:308833 rcv_space:43007 rcv_ssthresh:25940 minrtt:46.858 snd_wnd:546816 rcv_wnd:45056
--- /proc/net/snmp (TCP summary)
$ grep -A1 ^Tcp: /proc/net/snmp
Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors
Tcp: 1 200 120000 -1 118065 25886 9626 19 12 47287210 39744186 159527 0 876 0
Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors
--- TCP retrans stats
$ grep -A1 ^Tcp: /proc/net/snmp
Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors
Tcp: 1 200 120000 -1 118065 25886 9626 19 12 47287210 39744186 159527 0 876 0
Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors
--- nstat TCP summary
$ nstat -az Tcp_RetransSegs Tcp_InErrs Tcp_OutRsts Tcp_ActiveOpens Tcp_PassiveOpens
#kernel
###############################################################################
# 14. STORAGE: BLOCK DEVICES
###############################################################################
--- lsblk (key cols)
$ lsblk -o NAME,SIZE,TYPE,MOUNTPOINT,FSTYPE,MODEL,SERIAL,STATE,ROTA,DISC-GRAN,DISC-MAX
NAME SIZE TYPE MOUNTPOINT FSTYPE MODEL SERIAL STATE ROTA DISC-GRAN DISC-MAX
sda 931.5G disk WDC WD10EADS-65M2B1 WD-WCAV59018871 running 1 0B 0B
├─sda1 1007K part 1 0B 0B
├─sda2 1G part vfat 1 0B 0B
└─sda3 930.5G part LVM2_member 1 0B 0B
├─pve-swap 8G lvm [SWAP] swap running 1 0B 0B
├─pve-root 96G lvm / ext4 running 1 0B 0B
├─pve-data_tmeta 8.1G lvm running 1 0B 0B
│ └─pve-data 794.3G lvm running 1 0B 0B
└─pve-data_tdata 794.3G lvm running 1 0B 0B
└─pve-data 794.3G lvm running 1 0B 0B
--- lsblk -t
$ lsblk -t
NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME
sda 0 512 0 512 512 1 mq-deadline 64 8192 0B
├─sda1 0 512 0 512 512 1 mq-deadline 64 8192 0B
├─sda2 0 512 0 512 512 1 mq-deadline 64 8192 0B
└─sda3 0 512 0 512 512 1 mq-deadline 64 8192 0B
├─pve-swap 0 512 0 512 512 1 8192 0B
├─pve-root 0 512 0 512 512 1 8192 0B
├─pve-data_tmeta 0 512 0 512 512 1 8192 0B
│ └─pve-data 0 65536 65536 512 512 1 8192 0B
└─pve-data_tdata 0 512 0 512 512 1 8192 0B
└─pve-data 0 65536 65536 512 512 1 8192 0B
--- 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-0x50014ee2597bc3b9 0x50014ee2597bc3b9 0 0 0B 9 0B 0 disk 1:0:0:0 0 sda 512 8:0 8 0 512 brw-rw---- WDC WD10EADS-65M2B1 1 sda 0 root /dev/sda 512 gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 01.00A01 0 0 1 64 mq-deadline WD-WCAV59018871 931.5G running block:scsi:pci sata disk ATA 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0
0 wwn-0x50014ee2597bc3b9-part1 0x50014ee2597bc3b9-part1 0 0 0B 9 0B 0 disk 0 sda1 512 8:1 8 1 512 brw-rw---- 1 ├─sda1 0 root 1 21686148-6449-6e6f-744e-656564454649 BIOS boot 70443e93-17ae-4272-8915-cea7a2dc6c13 /dev/sda1 512 sda gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 0 0 1 64 mq-deadline 1007K 34 block:scsi:pci part 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0
0 wwn-0x50014ee2597bc3b9-part2 0x50014ee2597bc3b9-part2 0 0 0B 9 0B 0 vfat FAT32 disk 0 sda2 512 8:2 8 2 512 brw-rw---- 1 ├─sda2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 8f4ef1cb-7225-4e9d-8708-aec9c52d2e64 /dev/sda2 512 sda gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 0 0 1 64 mq-deadline 1G 2048 block:scsi:pci part F58A-0A72 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0
0 wwn-0x50014ee2597bc3b9-part3 0x50014ee2597bc3b9-part3 0 0 0B 9 0B 0 LVM2_member LVM2 001 disk 0 sda3 512 8:3 8 3 512 brw-rw---- 1 └─sda3 0 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM f985858c-1c75-46ac-b274-b588fd99aca0 /dev/sda3 512 sda gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 0 0 1 64 mq-deadline 930.5G 2099200 block:scsi:pci part ji8DZ3-koja-1fdL-VOhN-YYV7-8iTz-j8o94b 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0
0 dm-name-pve-swap name-pve-swap 0 0 0B 10 0B 0 swap 1 disk 0 dm-0 512 252:0 252 0 512 brw-rw---- 1 ├─pve-swap 0 root /dev/mapper/pve-swap 512 sda3 8192 0 0 0 1 8G running block [SWAP] [SWAP] lvm 5bf853da-6468-471d-b882-880162b77bc0 0B none 0B 0B 0B 0 0 0
0 dm-name-pve-root name-pve-root 0 0 0B 11 0B 0 70.8G / 93.9G ext4 18.4G 20% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 sda3 8192 0 0 0 1 96G running block / / lvm dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a 0B none 0B 0B 0B 0 0 0
0 0 0 0B 12 0B 0 disk 0 dm-2 512 252:2 252 2 512 brw-rw---- 1 ├─pve-data_tmeta 0 root /dev/mapper/pve-data_tmeta 512 sda3 8192 0 0 0 1 8.1G running block lvm 0B none 0B 0B 0B 0 0 0
0 0 0 0B 14 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 │ └─pve-data 65536 root /dev/mapper/pve-data 512 dm-2 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0
0 0 0 0B 13 0B 0 disk 0 dm-3 512 252:3 252 3 512 brw-rw---- 1 └─pve-data_tdata 0 root /dev/mapper/pve-data_tdata 512 sda3 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0
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-3 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0
--- blkid
$ blkid
/dev/mapper/pve-root: UUID="dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a" BLOCK_SIZE="4096" TYPE="ext4"
/dev/mapper/pve-swap: UUID="5bf853da-6468-471d-b882-880162b77bc0" TYPE="swap"
/dev/sda2: UUID="F58A-0A72" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="8f4ef1cb-7225-4e9d-8708-aec9c52d2e64"
/dev/sda3: UUID="ji8DZ3-koja-1fdL-VOhN-YYV7-8iTz-j8o94b" TYPE="LVM2_member" PARTUUID="f985858c-1c75-46ac-b274-b588fd99aca0"
/dev/sda1: PARTUUID="70443e93-17ae-4272-8915-cea7a2dc6c13"
--- /proc/partitions
$ cat /proc/partitions
major minor #blocks name
8 0 976762584 sda
8 1 1007 sda1
8 2 1048576 sda2
8 3 975712967 sda3
252 0 8388608 dm-0
252 1 100663296 dm-1
252 2 8495104 dm-2
252 3 832888832 dm-3
252 4 832888832 dm-4
--- fdisk -l
$ fdisk -l
Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WD10EADS-65M
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: F06434BA-C823-400F-919D-3C11DB084AC0
Device Start End Sectors Size Type
/dev/sda1 34 2047 2014 1007K BIOS boot
/dev/sda2 2048 2099199 2097152 1G EFI System
/dev/sda3 2099200 1953525134 1951425935 930.5G Linux LVM
Disk /dev/mapper/pve-swap: 8 GiB, 8589934592 bytes, 16777216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/pve-root: 96 GiB, 103079215104 bytes, 201326592 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
--- parted -l
$ parted -l
/root/check.sh: line 45: parted: command not found
[exit=127 / not installed or not permitted]
--- block device queue settings (per device)
$ for d in $(ls /sys/block/ 2>/dev/null | grep -vE '^(loop|ram|md|dm-|sr|fd)'); do
q="/sys/block/$d/queue"
[ -d "$q" ] || continue
printf '----- %s -----\n' "$d"
for k in scheduler rotational nr_requests read_ahead_kb max_sectors_kb max_hw_sectors_kb \
logical_block_size physical_block_size discard_granularity discard_max_hw_bytes \
rq_affinity nomerges wbt_lat_usec write_cache stable_writes io_poll io_poll_delay \
fua rot_stable_writes add_random zoned dma_alignment iostats;
do
f="$q/$k"
[ -r "$f" ] && printf ' %-22s = %s\n' "$k" "$(cat "$f" 2>/dev/null)"
done
# NVMe-specific
for f in /sys/block/$d/device/model /sys/block/$d/device/serial /sys/block/$d/device/transport /sys/block/$d/device/queue_count; do
[ -r "$f" ] && printf ' %s = %s\n' "$(echo "$f" | sed "s|/sys/block/$d/device/||")" "$(cat "$f")"
done
done
/root/check.sh: line 62: printf: --: invalid option
printf: usage: printf [-v var] format [arguments]
scheduler = none [mq-deadline]
rotational = 1
nr_requests = 64
read_ahead_kb = 8192
max_sectors_kb = 4096
max_hw_sectors_kb = 32767
logical_block_size = 512
physical_block_size = 512
discard_granularity = 0
discard_max_hw_bytes = 0
rq_affinity = 1
nomerges = 0
wbt_lat_usec = 75000
write_cache = write back
stable_writes = 0
io_poll = 0
io_poll_delay = -1
fua = 0
add_random = 1
zoned = none
dma_alignment = 511
iostats = 1
model = WDC WD10EADS-65M
[exit=1]
--- df -h (filesystem usage)
$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 15G 0 15G 0% /dev
tmpfs 3.2G 6.3M 3.2G 1% /run
/dev/mapper/pve-root 94G 19G 71G 21% /
tmpfs 16G 66M 16G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service
tmpfs 16G 24K 16G 1% /tmp
/dev/fuse 128M 28K 128M 1% /etc/pve
tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2
pfv-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
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
tmpfs 4096389 28 4096361 1% /run/lock
tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service
tmpfs 1048576 14 1048562 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/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 64 122101696 1% /mnt/pve/D5
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4
tmpfs 819277 26 819251 1% /run/user/0
###############################################################################
# 15. STORAGE: MOUNTS & FILESYSTEMS
###############################################################################
--- mount (filtered)
$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=14879784k,nr_inodes=3719946,mode=755,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=3277112k,mode=755,inode64)
/dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10554)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=16385560k,nr_inodes=1048576,inode64)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap)
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4)
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4)
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5)
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5)
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5)
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4)
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5)
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=3277108k,nr_inodes=819277,mode=700,inode64)
--- findmnt (tree)
$ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs
TARGET SOURCE FSTYPE OPTIONS
/ /dev/mapper/pve-root ext4 rw,relatime,errors=remount-ro
├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
├─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
├─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
└─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
--- /etc/fstab
--- /etc/fstab ---
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
--- ext4 reserved block % (per fs)
$ for dev in $(awk '$3=="ext4"{print $1}' /proc/mounts 2>/dev/null); do
echo "=== $dev ==="
dumpe2fs -h "$dev" 2>/dev/null | grep -E 'Reserved|Block count|Free blocks|Block size|Mount count|Maximum mount|Last'
done
=== /dev/mapper/pve-root ===
Last mounted on: /
Block count: 25165824
Reserved block count: 1258291
Free blocks: 19813034
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
Mount count: 23
Maximum mount count: -1
Last checked: Thu Mar 12 09:36:08 2026
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
--- xfs info (per fs)
$ for mp in $(awk '$3=="xfs"{print $2}' /proc/mounts 2>/dev/null); do
echo "=== $mp ==="
xfs_info "$mp" 2>/dev/null
done
###############################################################################
# 16. STORAGE: NFS (CLIENT + SERVER)
###############################################################################
--- nfsstat -m (mount options)
$ nfsstat -m
/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
/mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
/mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
/mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
/mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
/mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
--- nfsstat -c (client stats)
$ nfsstat -c
Client rpc stats:
calls retrans authrefrsh
2307028 4 2315653
Client nfs v4:
null read write commit open
2 0% 454576 19% 1644731 71% 87765 3% 2 0%
open_conf open_noat open_dgrd close setattr
0 0% 36 0% 0 0% 16 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%
lookup_root remove rename link symlink
8 0% 4 0% 0 0% 0 0% 0 0%
create pathconf statfs readlink readdir
2 0% 32 0% 49424 2% 0 0% 8 0%
server_caps delegreturn getacl setacl fs_locations
64 0% 11 0% 0 0% 0 0% 0 0%
rel_lkowner secinfo fsid_present exchange_id create_session
0 0% 0 0% 0 0% 4 0% 2 0%
destroy_session sequence get_lease_time reclaim_comp layoutget
0 0% 385 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%
allocate deallocate layoutstats clone
0 0% 8480 0% 388 0% 0 0%
--- nfsstat -s (server stats)
$ nfsstat -s
Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory).
[exit=2 / not installed or not permitted]
--- nfsstat -234 (version stats)
$ nfsstat -234
Client rpc stats:
calls retrans authrefrsh
2307028 4 2315653
Client nfs v2:
null getattr setattr root lookup
0 0% 0 0% 0 0% 0 0% 0 0%
readlink read wrcache write create
0 0% 0 0% 0 0% 0 0% 0 0%
remove rename link symlink mkdir
0 0% 0 0% 0 0% 0 0% 0 0%
rmdir readdir fsstat
0 0% 0 0% 0 0%
Client nfs v3:
null getattr setattr lookup access
0 0% 0 0% 0 0% 0 0% 0 0%
readlink read write create mkdir
0 0% 0 0% 0 0% 0 0% 0 0%
symlink mknod remove rmdir rename
0 0% 0 0% 0 0% 0 0% 0 0%
link readdir readdirplus fsstat fsinfo
0 0% 0 0% 0 0% 0 0% 0 0%
pathconf commit
0 0% 0 0%
Client nfs v4:
null read write commit open
2 0% 454576 19% 1644731 71% 87765 3% 2 0%
open_conf open_noat open_dgrd close setattr
0 0% 36 0% 0 0% 16 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%
lookup_root remove rename link symlink
8 0% 4 0% 0 0% 0 0% 0 0%
create pathconf statfs readlink readdir
2 0% 32 0% 49424 2% 0 0% 8 0%
server_caps delegreturn getacl setacl fs_locations
64 0% 11 0% 0 0% 0 0% 0 0%
rel_lkowner secinfo fsid_present exchange_id create_session
0 0% 0 0% 0 0% 4 0% 2 0%
destroy_session sequence get_lease_time reclaim_comp layoutget
0 0% 385 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%
allocate deallocate layoutstats clone
0 0% 8480 0% 388 0% 0 0%
--- showmount -e (exports)
$ showmount -e
clnt_create: RPC: Timed out
[exit=1 / not installed or not permitted]
--- /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
--- /proc/net/rpc/nfsd
$ cat /proc/net/rpc/nfsd
cat: /proc/net/rpc/nfsd: No such file or directory
[exit=1 / not installed or not permitted]
--- exports
[missing: /etc/exports]
[missing: /etc/exports.d/*.exports]
--- nfs.conf
--- /etc/nfs.conf ---
#
# This is a general configuration for the
# NFS daemons and tools
#
[general]
pipefs-directory=/run/rpc_pipefs
#
[nfsrahead]
# nfs=15000
# nfs4=16000
#
[exports]
# rootdir=/export
#
[exportfs]
# debug=0
#
[gssd]
# verbosity=0
# rpc-verbosity=0
# use-memcache=0
# use-machine-creds=1
# use-gss-proxy=0
# avoid-dns=1
# limit-to-legacy-enctypes=0
# allowed-enctypes=aes256-cts-hmac-sha384-192,aes128-cts-hmac-sha256-128,camellia256-cts-cmac,camellia128-cts-cmac,aes256-cts-hmac-sha1-96,aes128-cts-hmac-sha1-96
# context-timeout=0
# rpc-timeout=5
# keytab-file=/etc/krb5.keytab
# cred-cache-directory=
# preferred-realm=
# set-home=1
# upcall-timeout=30
# cancel-timed-out-upcalls=0
#
[lockd]
# port=0
# udp-port=0
#
[exportd]
# debug="all|auth|call|general|parse"
# manage-gids=n
# state-directory-path=/var/lib/nfs
# threads=1
# cache-use-ipaddr=n
# ttl=1800
[mountd]
# debug="all|auth|call|general|parse"
manage-gids=y
# descriptors=0
# port=0
# threads=1
# reverse-lookup=n
# state-directory-path=/var/lib/nfs
# ha-callout=
# cache-use-ipaddr=n
# ttl=1800
#
[nfsdcld]
# debug=0
# storagedir=/var/lib/nfs/nfsdcld
#
[nfsd]
# debug=0
# threads=16
# host=
# port=0
# grace-time=90
# lease-time=90
# udp=n
# tcp=y
# vers3=y
# vers4=y
# vers4.0=y
# vers4.1=y
# vers4.2=y
# rdma=n
# rdma-port=20049
[statd]
# debug=0
# port=0
# outgoing-port=0
# name=
# state-directory-path=/var/lib/nfs/statd
# ha-callout=
# no-notify=0
#
[sm-notify]
# debug=0
# force=0
# retry-time=900
# outgoing-port=
# outgoing-addr=
# lift-grace=y
#
[svcgssd]
# principal=
[missing: /etc/nfs.conf.d/*.conf]
--- nfs defaults
[missing: /etc/default/nfs-kernel-server]
--- /etc/default/nfs-common ---
# If you do not set values for the NEED_ options, they will be attempted
# autodetected; this should be sufficient for most people. Valid alternatives
# for the NEED_ options are "yes" and "no".
# Do you want to start the statd daemon? It is not needed for NFSv4.
NEED_STATD=
# Do you want to start the idmapd daemon? It is only needed for NFSv4.
NEED_IDMAPD=
# Do you want to start the gssd daemon? It is required for Kerberos mounts.
NEED_GSSD=
--- idmapd.conf
--- /etc/idmapd.conf ---
[General]
Verbosity = 0
# set your own domain here, if it differs from FQDN minus hostname
# Domain = localdomain
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup
--- pvesm status
$ pvesm status
Name Type Status Total (KiB) Used (KiB) Available (KiB) %
D2 nfs active 2883130368 195178496 2541422592 6.77%
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%
local-lvm lvmthin active 832888832 0 832888832 0.00%
--- pvesm list per storage
$ for s in $(pvesm status 2>/dev/null | awk 'NR>1 && $3=="active"{print $1}'); do
echo "--- storage: $s ---"
pvesm list "$s" 2>/dev/null | head -n 30
echo "--- pvesm config $s ---"
pvesm config "$s" 2>/dev/null
done
--- storage: D2 ---
Volid Format Type Size VMID
D2:100/vm-100-disk-0.raw raw images 34359738368 100
D2:100/vm-100-disk-1.raw raw images 540672 100
D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101
D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104
D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105
D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108
D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109
D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114
D2:117/vm-117-disk-0.qcow2 qcow2 images 34359738368 117
D2:3000/base-3000-disk-0.qcow2 qcow2 images 34359738368 3000
D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500
D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509
D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600
D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601
D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702
D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703
D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704
D2:705/vm-705-disk-0.qcow2 qcow2 images 34359738368 705
D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901
D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904
--- pvesm config D2 ---
--- storage: D3 ---
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: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
D5:532/vm-102-disk-0.qcow2 qcow2 images 34359738368 532
D5:533/vm-103-disk-0.qcow2 qcow2 images 34359738368 533
D5:534/vm-104-disk-0.qcow2 qcow2 images 34359738368 534
D5:535/vm-105-disk-0.qcow2 qcow2 images 34359738368 535
D5:536/vm-106-disk-0.qcow2 qcow2 images 34359738368 536
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:706/vm-706-disk-0.qcow2 qcow2 images 34359738368 706
S2:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905
--- pvesm config S2 ---
--- storage: S3 ---
Volid Format Type Size VMID
S3:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102
S3:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106
S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905
--- pvesm config S3 ---
--- storage: S4 ---
Volid Format Type Size VMID
--- pvesm config S4 ---
--- storage: T5-SSD ---
Volid Format Type Size VMID
T5-SSD:5111/vm-5111-disk-0.qcow2 qcow2 images 309237645312 5111
--- pvesm config T5-SSD ---
--- storage: local ---
Volid Format Type Size VMID
local:iso/debian13.iso iso iso 790626304
local:iso/kali.iso iso iso 4802531328
local:iso/proxmox-mail-gateway_9.1-1.iso iso iso 1694324736
local:iso/UCS_5.2-4-amd64.iso iso iso 1677721600
--- pvesm config local ---
--- storage: local-lvm ---
Volid Format Type Size VMID
--- pvesm config local-lvm ---
[exit=255]
###############################################################################
# 17. STORAGE: LVM
###############################################################################
--- pvs
$ pvs -v
PV VG Fmt Attr PSize PFree DevSize PV UUID
/dev/sda3 pve lvm2 a-- <930.51g 16.00g 930.51g ji8DZ3-koja-1fdL-VOhN-YYV7-8iTz-j8o94b
--- vgs
$ vgs -v
VG Attr Ext #PV #LV #SN VSize VFree VG UUID VProfile
pve wz--n- 4.00m 1 3 0 <930.51g 16.00g dr2hG1-nn5b-JaQF-MWZH-IDgx-fwgi-vV6clj
--- lvs
$ 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%
data pve twi-a-tz-- 852878163968B 0.00 0.24 thin,pool private 0.00 0.24
root pve -wi-ao---- 103079215104B linear public
swap pve -wi-ao---- 8589934592B linear public
--- pvdisplay
$ pvdisplay
--- Physical volume ---
PV Name /dev/sda3
VG Name pve
PV Size 930.51 GiB / not usable 4.69 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 238210
Free PE 4096
Allocated PE 234114
PV UUID ji8DZ3-koja-1fdL-VOhN-YYV7-8iTz-j8o94b
--- vgdisplay
$ vgdisplay
--- Volume group ---
VG Name pve
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 7
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 3
Open LV 2
Max PV 0
Cur PV 1
Act PV 1
VG Size <930.51 GiB
PE Size 4.00 MiB
Total PE 238210
Alloc PE / Size 234114 / <914.51 GiB
Free PE / Size 4096 / 16.00 GiB
VG UUID dr2hG1-nn5b-JaQF-MWZH-IDgx-fwgi-vV6clj
--- lvdisplay
$ lvdisplay
--- Logical volume ---
LV Name data
VG Name pve
LV UUID 16vlnb-pnPQ-z7MO-NS0Z-pPDo-wYSH-fujLo1
LV Write Access read/write
LV Creation host, time proxmox, 2026-03-12 09:40:38 -0500
LV Pool metadata data_tmeta
LV Pool data data_tdata
LV Status available
# open 0
LV Size 794.30 GiB
Allocated pool data 0.00%
Allocated metadata 0.24%
Current LE 203342
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 16384
Block device 252:4
--- Logical volume ---
LV Path /dev/pve/swap
LV Name swap
VG Name pve
LV UUID vPEFNl-1cn9-4wKS-ZYCg-HGyD-Gcgq-3unUBL
LV Write Access read/write
LV Creation host, time proxmox, 2026-03-12 09:40:38 -0500
LV Status available
# open 1
LV Size 8.00 GiB
Current LE 2048
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 16384
Block device 252:0
--- Logical volume ---
LV Path /dev/pve/root
LV Name root
VG Name pve
LV UUID Dge9SV-sd7f-9oDn-Q4FC-xCHO-6C01-c0wJMT
LV Write Access read/write
LV Creation host, time proxmox, 2026-03-12 09:40:38 -0500
LV Status available
# open 1
LV Size 96.00 GiB
Current LE 24576
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 16384
Block device 252:1
--- lvm/lvm.conf (filters only)
--- /etc/lvm/lvm.conf ---
# This is an example configuration file for the LVM2 system.
# It contains the default settings that would be used if there was no
# /etc/lvm/lvm.conf file.
#
# Refer to 'man lvm.conf' for further information including the file layout.
#
# Refer to 'man lvm.conf' for information about how settings configured in
# this file are combined with built-in values and command line options to
# arrive at the final values used by LVM.
#
# Refer to 'man lvmconfig' for information about displaying the built-in
# and configured values used by LVM.
#
# If a default value is set in this file (not commented out), then a
# new version of LVM using this file will continue using that value,
# even if the new version of LVM changes the built-in default value.
#
# To put this file in a different directory and override /etc/lvm set
# the environment variable LVM_SYSTEM_DIR before running the tools.
#
# N.B. Take care that each setting only appears once if uncommenting
# example settings in this file.
# Configuration section config.
# How LVM configuration settings are handled.
config {
# Configuration option config/checks.
# If enabled, any LVM configuration mismatch is reported.
# This implies checking that the configuration key is understood by
# LVM and that the value of the key is the proper type. If disabled,
# any configuration mismatch is ignored and the default value is used
# without any warning (a message about the configuration key not being
# found is issued in verbose mode only).
# This configuration option has an automatic default value.
# checks = 1
# Configuration option config/validate_metadata.
# Allows to select the level of validation after metadata transformation.
# Validation takes extra CPU time to verify internal consistency.
# Accepted values:
# full
# Do a full metadata validation before disk write.
# none
# Skip any checks (unrecommended, slightly faster).
#
# This configuration option is advanced.
# This configuration option has an automatic default value.
# validate_metadata = "full"
# Configuration option config/abort_on_errors.
# Abort the LVM process if a configuration mismatch is found.
# This configuration option has an automatic default value.
# abort_on_errors = 0
# Configuration option config/profile_dir.
# Directory where LVM looks for configuration profiles.
# This configuration option has an automatic default value.
# profile_dir = "/etc/lvm/profile"
}
# Configuration section devices.
# How LVM uses block devices.
devices {
# Configuration option devices/dir.
# Directory in which to create volume group device nodes.
# Commands also accept this as a prefix on volume group names.
# This configuration option is advanced.
# This configuration option has an automatic default value.
# dir = "/dev"
# Configuration option devices/scan.
# Directories containing device nodes to use with LVM.
# This configuration option is advanced.
# This configuration option has an automatic default value.
# scan = [ "/dev" ]
# Configuration option devices/obtain_device_list_from_udev.
# Obtain the list of available devices from udev.
# This avoids opening or using any inapplicable non-block devices or
# subdirectories found in the udev directory. Any device node or
# symlink not managed by udev in the udev directory is ignored. This
# setting applies only to the udev-managed device directory; other
# directories will be scanned fully. LVM needs to be compiled with
# udev support for this setting to apply.
# This configuration option has an automatic default value.
# obtain_device_list_from_udev = 0
# Configuration option devices/external_device_info_source.
# Enable device information from udev.
# If set to "udev", lvm will supplement its own native device information
# with information from libudev. This can potentially improve the detection
# of MD component devices and multipath component devices.
# This configuration option has an automatic default value.
# external_device_info_source = "none"
# Configuration option devices/hints.
# Use a local file to remember which devices have PVs on them.
# Some commands will use this as an optimization to reduce device
# scanning, and will only scan the listed PVs. Removing the hint file
# will cause lvm to generate a new one. Disable hints if PVs will
# be copied onto devices using non-lvm commands, like dd.
#
# Accepted values:
# all
# Use all hints.
# none
# Use no hints.
#
# This configuration option has an automatic default value.
# hints = "all"
# Configuration option devices/preferred_names.
# Select which path name to display for a block device.
# If multiple path names exist for a block device, and LVM needs to
# display a name for the device, the path names are matched against
# each item in this list of regular expressions. The first match is
# used. Try to avoid using undescriptive /dev/dm-N names, if present.
# If no preferred name matches, or if preferred_names are not defined,
# the following built-in preferences are applied in order until one
# produces a preferred name:
# Prefer names with path prefixes in the order of:
# /dev/mapper, /dev/disk, /dev/dm-*, /dev/block.
# Prefer the name with the least number of slashes.
# Prefer a name that is a symlink.
# Prefer the path with least value in lexicographical order.
#
# Example
# preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
#
# This configuration option does not have a default value defined.
# Configuration option devices/use_devicesfile.
# Enable or disable the use of a devices file.
# When enabled, lvm will only use devices that
# are listed in the devices file. A devices file will
# be used, regardless of this setting, when the --devicesfile
# option is set to a specific file name.
# This configuration option has an automatic default value.
# use_devicesfile = 0
# Configuration option devices/devicesfile.
# The name of the system devices file, listing devices that LVM should use.
# This should not be used to select a non-system devices file.
# The --devicesfile option is intended for alternative devices files.
# This configuration option has an automatic default value.
# devicesfile = "system.devices"
# Configuration option devices/devicesfile_backup_limit.
# The max number of backup files to keep in /etc/lvm/devices/backup.
# LVM creates a backup of the devices file each time a new
# version is created, or each time a modification is detected.
# When the max number of backups is reached, the oldest are
# removed to remain at the limit. Set to 0 to disable backups.
# Only the system devices file is backed up.
# This configuration option has an automatic default value.
# devicesfile_backup_limit = 50
# Configuration option devices/search_for_devnames.
# Look outside of the devices file for missing devname entries.
# A devname entry is used for a device that does not have a stable
# device id, e.g. wwid, so the unstable device name is used as
# the device id. After reboot, or if the device is reattached,
# the device name may change, in which case lvm will not find
# the expected PV on the device listed in the devices file.
# This setting controls whether lvm will search other devices,
# outside the devices file, to look for the missing PV on a
# renamed device. If "none", lvm will not look at other devices,
# and the PV may appear to be missing. If "auto", lvm will look
# at other devices, but only those that are likely to have the PV.
# If "all", lvm will look at all devices on the system.
# This configuration option has an automatic default value.
# search_for_devnames = "all"
# Configuration option devices/device_ids_refresh.
# Find PVs on new devices and update the device IDs in the devices file.
# If PVs are restored or moved to a new system with new devices, but
# an old system.devices remains with old device IDs, then search for
# the PVIDs on new devices and update the device IDs in system.devices.
# The original device IDs must also not be found on the new system.
# See device_ids_refresh_check for conditions that trigger the refresh.
# This configuration option has an automatic default value.
# device_ids_refresh = 1
# Configuration option devices/device_ids_refresh_checks.
# Conditions that trigger device_ids_refresh to locate PVIDs on new devices.
# product_uuid: refresh if /sys/devices/virtual/dmi/id/product_uuid does not
# match the value saved in system.devices.
# hostname: refresh if hostname does not match the value saved in system.devices.
# (hostname is used if product_uuid is not available.)
# Remove values from this list to prevent lvm from using them.
# This configuration option has an automatic default value.
# device_ids_refresh_checks = [ "product_uuid", "hostname" ]
# Configuration option devices/filter.
# Limit the block devices that are used by LVM commands.
# This is a list of regular expressions used to accept or reject block
# device path names. Each regex is delimited by a vertical bar '|'
# (or any character) and is preceded by 'a' to accept the path, or
# by 'r' to reject the path. The first regex in the list to match the
# path is used, producing the 'a' or 'r' result for the device.
# When multiple path names exist for a block device, if any path name
# matches an 'a' pattern before an 'r' pattern, then the device is
# accepted. If all the path names match an 'r' pattern first, then the
# device is rejected. Unmatching path names do not affect the accept
# or reject decision. If no path names for a device match a pattern,
# then the device is accepted. Be careful mixing 'a' and 'r' patterns,
# as the combination might produce unexpected results (test changes.)
# Run vgscan after changing the filter to regenerate the cache.
#
# Example
# Accept every block device:
# filter = [ "a|.*|" ]
# Reject the cdrom drive:
# filter = [ "r|/dev/cdrom|" ]
# Work with just loopback devices, e.g. for testing:
# filter = [ "a|loop|", "r|.*|" ]
# Accept all loop devices and ide drives except hdc:
# filter = [ "a|loop|", "r|/dev/hdc|", "a|/dev/ide|", "r|.*|" ]
# Use anchors to be very specific:
# filter = [ "a|^/dev/hda8$|", "r|.*|" ]
#
# This configuration option has an automatic default value.
# filter = [ "a|.*|" ]
# Configuration option devices/global_filter.
# Limit the block devices that are used by LVM system components.
# Because devices/filter may be overridden from the command line, it is
# not suitable for system-wide device filtering, e.g. udev.
# Use global_filter to hide devices from these LVM system components.
# The syntax is the same as devices/filter. Devices rejected by
# global_filter are not opened by LVM.
# This configuration option has an automatic default value.
# global_filter = [ "a|.*|" ]
# Configuration option devices/types.
# List of additional acceptable block device types.
# These are of device type names from /proc/devices, followed by the
# maximum number of partitions.
#
# Example
# types = [ "fd", 16 ]
#
# This configuration option is advanced.
# This configuration option does not have a default value defined.
# Configuration option devices/sysfs_scan.
# Restrict device scanning to block devices appearing in sysfs.
# This is a quick way of filtering out block devices that are not
# present on the system. sysfs must be part of the kernel and mounted.)
# This configuration option has an automatic default value.
# sysfs_scan = 1
# Configuration option devices/scan_lvs.
# Allow LVM LVs to be used as PVs. When enabled, LVM commands will
# scan active LVs to look for other PVs. Caution is required to
# avoid using PVs that belong to guest images stored on LVs.
# When enabled, the LVs scanned should be restricted using the
# devices file or the filter. This option does not enable autoactivation
# of layered VGs, which requires editing LVM udev rules (see LVM_PVSCAN_ON_LVS.)
# This configuration option has an automatic default value.
# scan_lvs = 0
# Configuration option devices/multipath_component_detection.
# Ignore devices that are components of DM multipath devices.
# This configuration option has an automatic default value.
# multipath_component_detection = 1
# Configuration option devices/multipath_wwids_file.
# The path to the multipath wwids file used for multipath component detection.
# Set this to an empty string to disable the use of the multipath wwids file.
# This configuration option has an automatic default value.
# multipath_wwids_file = "/etc/multipath/wwids"
# Configuration option devices/md_component_detection.
# Enable detection and exclusion of MD component devices.
# An MD component device is a block device that MD uses as part
# of a software RAID virtual device. When an LVM PV is created
# on an MD device, LVM must only use the top level MD device as
# the PV, and should ignore the underlying component devices.
# In cases where the MD superblock is located at the end of the
# component devices, it is more difficult for LVM to consistently
# identify an MD component, see the md_component_checks setting.
# This configuration option has an automatic default value.
# md_component_detection = 1
# Configuration option devices/md_component_checks.
# The checks LVM should use to detect MD component devices.
# MD component devices are block devices used by MD software RAID.
#
# Accepted values:
# auto
# LVM will skip scanning the end of devices when it has other
# indications that the device is not an MD component.
# start
# LVM will only scan the start of devices for MD superblocks.
# This does not incur extra I/O by LVM.
# full
--- lvm.conf active filter
$ grep -E '^\s*(filter|global_filter|use_devicesfile|obtain_device_list_from_udev)' /etc/lvm/lvm.conf 2>/dev/null
global_filter=["r|/dev/zd.*|","r|/dev/rbd.*|"]
###############################################################################
# 18. STORAGE: MULTIPATH
###############################################################################
--- multipath -ll
$ multipath -ll
/root/check.sh: line 45: multipath: command not found
[exit=127 / not installed or not permitted]
--- multipath -v3 -ll (verbose, capped)
$ multipath -v3 -ll
/root/check.sh: line 45: multipath: command not found
[exit=127 / not installed or not permitted]
--- multipath.conf
[missing: /etc/multipath.conf]
--- systemctl is-active multipathd
$ systemctl is-active multipathd
inactive
[exit=4 / not installed or not permitted]
###############################################################################
# 19. STORAGE: ZFS
###############################################################################
--- zfs version (userland)
$ zfs version
zfs-2.4.3-pve1
zfs-kmod-2.4.3-pve1
--- zpool version
$ zpool version
zfs-2.4.3-pve1
zfs-kmod-2.4.3-pve1
--- zpool list -v
$ zpool list -v
no pools available
--- zpool status -v
$ zpool status -v
no pools available
--- zpool key properties
$ zpool get name,size,alloc,free,expandsize,fragmentation,capacity,health,ashift,autotrim,autoreplace,cachefile,comment,listsnapshots,multihost,version,bootfs,delegation,failmode,freeing,leaked,readonly
--- zfs per-dataset key properties
$ zfs get -r -o name,property,value,source \
compression,atime,recordsize,volblocksize,sync,primarycache,secondarycache,checksum,xattr,acltype,aclinherit,copies,logbias,refreservation,reservation,quota,used,avail,refer,mountpoint,mounted,canmount,relative_path,snapdir,version,primarycache,redundant_metadata,encryption 2>/dev/null
[exit=2]
--- ARC stats
$ cat /proc/spl/kstat/zfs/arcstats
21 1 0x01 148 40256 10348983182 76719857497457
name type data
hits 4 0
iohits 4 0
misses 4 0
demand_data_hits 4 0
demand_data_iohits 4 0
demand_data_misses 4 0
demand_metadata_hits 4 0
demand_metadata_iohits 4 0
demand_metadata_misses 4 0
prefetch_data_hits 4 0
prefetch_data_iohits 4 0
prefetch_data_misses 4 0
prefetch_metadata_hits 4 0
prefetch_metadata_iohits 4 0
prefetch_metadata_misses 4 0
mru_hits 4 0
mru_ghost_hits 4 0
mfu_hits 4 0
mfu_ghost_hits 4 0
uncached_hits 4 0
deleted 4 0
mutex_miss 4 0
access_skip 4 0
evict_skip 4 0
evict_not_enough 4 0
evict_l2_cached 4 0
evict_l2_eligible 4 0
evict_l2_eligible_mfu 4 0
evict_l2_eligible_mru 4 0
evict_l2_ineligible 4 0
evict_l2_skip 4 0
hash_elements 4 0
hash_elements_max 4 0
hash_collisions 4 0
hash_chains 4 0
hash_chain_max 4 0
meta 4 1073741824
pd 4 2147483648
pm 4 2147483648
c 4 1048675712
c_min 4 1048675712
c_max 4 3355443200
size 4 1920
compressed_size 4 0
uncompressed_size 4 0
overhead_size 4 0
hdr_size 4 1920
data_size 4 0
metadata_size 4 0
dbuf_size 4 0
dnode_size 4 0
bonus_size 4 0
anon_size 4 0
anon_data 4 0
anon_metadata 4 0
anon_evictable_data 4 0
anon_evictable_metadata 4 0
mru_size 4 0
mru_data 4 0
mru_metadata 4 0
mru_evictable_data 4 0
mru_evictable_metadata 4 0
mru_ghost_size 4 0
mru_ghost_data 4 0
mru_ghost_metadata 4 0
mru_ghost_evictable_data 4 0
mru_ghost_evictable_metadata 4 0
mfu_size 4 0
mfu_data 4 0
mfu_metadata 4 0
mfu_evictable_data 4 0
mfu_evictable_metadata 4 0
mfu_ghost_size 4 0
mfu_ghost_data 4 0
mfu_ghost_metadata 4 0
mfu_ghost_evictable_data 4 0
mfu_ghost_evictable_metadata 4 0
uncached_size 4 0
uncached_data 4 0
uncached_metadata 4 0
uncached_evictable_data 4 0
uncached_evictable_metadata 4 0
l2_ndev 4 0
l2_hits 4 0
l2_misses 4 0
l2_prefetch_asize 4 0
l2_mru_asize 4 0
l2_mfu_asize 4 0
l2_bufc_data_asize 4 0
l2_bufc_metadata_asize 4 0
l2_feeds 4 0
l2_rw_clash 4 0
l2_read_bytes 4 0
l2_write_bytes 4 0
l2_writes_sent 4 0
l2_writes_done 4 0
l2_writes_error 4 0
l2_writes_lock_retry 4 0
l2_evict_lock_retry 4 0
l2_evict_reading 4 0
l2_evict_l1cached 4 0
l2_free_on_write 4 0
l2_abort_lowmem 4 0
l2_cksum_bad 4 0
l2_io_error 4 0
l2_size 4 0
l2_asize 4 0
l2_hdr_size 4 0
l2_log_blk_writes 4 0
l2_log_blk_avg_asize 4 0
l2_log_blk_asize 4 0
l2_log_blk_count 4 0
l2_data_to_meta_ratio 4 0
l2_rebuild_success 4 0
l2_rebuild_unsupported 4 0
l2_rebuild_io_errors 4 0
l2_rebuild_dh_errors 4 0
l2_rebuild_cksum_lb_errors 4 0
l2_rebuild_lowmem 4 0
l2_rebuild_size 4 0
l2_rebuild_asize 4 0
l2_rebuild_bufs 4 0
l2_rebuild_bufs_precached 4 0
l2_rebuild_log_blks 4 0
memory_throttle_count 4 0
memory_direct_count 4 0
memory_indirect_count 4 0
memory_all_bytes 4 33557622784
memory_free_bytes 4 12672057344
memory_available_bytes 3 11447524992
arc_no_grow 4 0
arc_tempreserve 4 0
arc_loaned_bytes 4 0
arc_prune 4 0
arc_meta_used 4 1920
arc_dnode_limit 4 335544320
async_upgrade_sync 4 0
predictive_prefetch 4 0
demand_hit_predictive_prefetch 4 0
demand_iohit_predictive_prefetch 4 0
prescient_prefetch 4 0
demand_hit_prescient_prefetch 4 0
demand_iohit_prescient_prefetch 4 0
arc_need_free 4 0
arc_sys_free 4 1224532352
arc_raw_size 4 0
cached_only_in_progress 4 0
abd_chunk_waste_size 4 0
--- dmu_tx
$ cat /proc/spl/kstat/zfs/dmu_tx
17 1 0x01 13 3536 10346484575 76719858393962
name type data
dmu_tx_assigned 4 0
dmu_tx_delay 4 0
dmu_tx_error 4 0
dmu_tx_suspended 4 0
dmu_tx_group 4 0
dmu_tx_memory_reserve 4 0
dmu_tx_memory_reclaim 4 0
dmu_tx_dirty_throttle 4 0
dmu_tx_dirty_delay 4 0
dmu_tx_dirty_over_max 4 0
dmu_tx_dirty_frees_delay 4 0
dmu_tx_wrlog_delay 4 0
dmu_tx_quota 4 0
--- zfetchstats
$ cat /proc/spl/kstat/zfs/zfetchstats
16 1 0x01 8 2176 10346483899 76719859151558
name type data
hits 4 0
future 4 0
stride 4 0
past 4 0
misses 4 0
max_streams 4 0
io_issued 4 0
io_active 4 0
--- vdev_cache_stats
$ cat /proc/spl/kstat/zfs/vdev_cache_stats
cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory
[exit=1 / not installed or not permitted]
--- abdstats
$ cat /proc/spl/kstat/zfs/abdstats
14 1 0x01 20 5440 10346406584 76719860734973
name type data
struct_size 4 96
linear_cnt 4 0
linear_data_size 4 0
scatter_cnt 4 1
scatter_data_size 4 4096
scatter_chunk_waste 4 0
scatter_order_0 4 0
scatter_order_1 4 0
scatter_order_2 4 0
scatter_order_3 4 0
scatter_order_4 4 0
scatter_order_5 4 0
scatter_order_6 4 0
scatter_order_7 4 0
scatter_order_8 4 0
scatter_order_9 4 0
scatter_page_multi_chunk 4 1
scatter_page_multi_zone 4 0
scatter_page_alloc_retry 4 0
scatter_sg_table_retry 4 0
--- ZFS module parameters (perf-relevant)
$ for f in /sys/module/zfs/parameters/*; do
[ -r "$f" ] || continue
name="$(basename "$f")"
case "$name" in
zfs_arc_*|zfs_abd_*|zfs_dbuf_*|zfs_txg_*|zfs_vdev_*|zfs_sync_*|zfs_dirty_*|zfs_*io_*|zvol_*|l2arc_*|zfs_prefetch_*|zfs_*max_active|zfs_*_taskq*) ;;
*) continue ;;
esac
printf ' %-50s = %s\n' "$name" "$(cat "$f")"
done
l2arc_exclude_special = 0
l2arc_feed_again = 1
l2arc_feed_min_ms = 200
l2arc_feed_secs = 1
l2arc_headroom = 8
l2arc_headroom_boost = 200
l2arc_meta_percent = 33
l2arc_mfuonly = 0
l2arc_noprefetch = 1
l2arc_norw = 0
l2arc_rebuild_blocks_min_l2size = 1073741824
l2arc_rebuild_enabled = 1
l2arc_trim_ahead = 0
l2arc_write_boost = 33554432
l2arc_write_max = 33554432
zfs_abd_scatter_enabled = 1
zfs_abd_scatter_max_order = 9
zfs_abd_scatter_min_size = 1536
zfs_arc_average_blocksize = 8192
zfs_arc_dnode_limit = 0
zfs_arc_dnode_limit_percent = 10
zfs_arc_dnode_reduce_percent = 10
zfs_arc_evict_batches_limit = 5
zfs_arc_evict_batch_limit = 10
zfs_arc_eviction_pct = 200
zfs_arc_evict_threads = 3
zfs_arc_grow_retry = 0
zfs_arc_lotsfree_percent = 10
zfs_arc_max = 3355443200
zfs_arc_meta_balance = 500
zfs_arc_min = 0
zfs_arc_min_prefetch_ms = 0
zfs_arc_min_prescient_prefetch_ms = 0
zfs_arc_pc_percent = 0
zfs_arc_prune_task_threads = 1
zfs_arc_shrinker_limit = 0
zfs_arc_shrinker_seeks = 2
zfs_arc_shrink_shift = 0
zfs_arc_sys_free = 0
zfs_async_free_zio_wait_interval = 2000
zfs_dbuf_state_index = 0
zfs_dio_enabled = 1
zfs_dio_strict = 0
zfs_dio_write_verify_events_per_second = 20
zfs_dirty_data_max = 3355762278
zfs_dirty_data_max_max = 4294967296
zfs_dirty_data_max_max_percent = 25
zfs_dirty_data_max_percent = 10
zfs_dirty_data_sync_percent = 20
zfs_prefetch_disable = 0
zfs_slow_io_events_per_second = 20
zfs_sync_pass_deferred_free = 2
zfs_sync_pass_dont_compress = 8
zfs_sync_pass_rewrite = 2
zfs_txg_history = 100
zfs_txg_timeout = 5
zfs_vdev_aggregation_limit = 1048576
zfs_vdev_aggregation_limit_non_rotating = 131072
zfs_vdev_async_read_max_active = 3
zfs_vdev_async_read_min_active = 1
zfs_vdev_async_write_active_max_dirty_percent = 60
zfs_vdev_async_write_active_min_dirty_percent = 30
zfs_vdev_async_write_max_active = 10
zfs_vdev_async_write_min_active = 2
zfs_vdev_default_ms_count = 200
zfs_vdev_default_ms_shift = 29
zfs_vdev_direct_write_verify = 1
zfs_vdev_disk_max_segs = 0
zfs_vdev_failfast_mask = 1
zfs_vdev_initializing_max_active = 1
zfs_vdev_initializing_min_active = 1
zfs_vdev_max_active = 1000
zfs_vdev_max_auto_ashift = 14
zfs_vdev_max_ms_shift = 34
zfs_vdev_min_auto_ashift = 9
zfs_vdev_min_ms_count = 16
zfs_vdev_mirror_non_rotating_inc = 0
zfs_vdev_mirror_non_rotating_seek_inc = 1
zfs_vdev_mirror_rotating_inc = 0
zfs_vdev_mirror_rotating_seek_inc = 5
zfs_vdev_mirror_rotating_seek_offset = 1048576
zfs_vdev_ms_count_limit = 131072
zfs_vdev_nia_credit = 5
zfs_vdev_nia_delay = 5
zfs_vdev_open_timeout_ms = 1000
zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3 avx2
zfs_vdev_read_gap_limit = 32768
zfs_vdev_rebuild_max_active = 3
zfs_vdev_rebuild_min_active = 1
zfs_vdev_removal_max_active = 2
zfs_vdev_removal_min_active = 1
zfs_vdev_scrub_max_active = 3
zfs_vdev_scrub_min_active = 1
zfs_vdev_sync_read_max_active = 10
zfs_vdev_sync_read_min_active = 10
zfs_vdev_sync_write_max_active = 10
zfs_vdev_sync_write_min_active = 10
zfs_vdev_trim_max_active = 2
zfs_vdev_trim_min_active = 1
zfs_vdev_write_gap_limit = 4096
zfs_zil_clean_taskq_maxalloc = 1048576
zfs_zil_clean_taskq_minalloc = 1024
zfs_zil_clean_taskq_nthr_pct = 100
zvol_blk_mq_blocks_per_thread = 8
zvol_blk_mq_queue_depth = 128
zvol_enforce_quotas = 1
zvol_inhibit_dev = 0
zvol_major = 230
zvol_max_discard_blocks = 16384
zvol_num_taskqs = 0
zvol_open_timeout_ms = 1000
zvol_prefetch_bytes = 131072
zvol_request_sync = 0
zvol_threads = 0
zvol_use_blk_mq = 0
zvol_volmode = 1
--- zpool iostat snapshot
$ zpool iostat 1 1
no pools available
--- arc_summary (if present)
$ arc_summary
------------------------------------------------------------------------
ZFS Subsystem Report Mon Jul 27 21:54:40 2026
Linux 7.0.14-6-pve 2.4.3-pve1
Machine: pfv-tsys1 (x86_64) 2.4.3-pve1
ARC status:
Total memory size: 31.3 GiB
Min target size: 3.1 % 1000.1 MiB
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
ARC structural breakdown (current size): 1.9 KiB
Compressed size: 0.0 % 0 Bytes
Overhead size: 0.0 % 0 Bytes
Bonus size: 0.0 % 0 Bytes
Dnode size: 0.0 % 0 Bytes
Dbuf size: 0.0 % 0 Bytes
Header size: 100.0 % 1.9 KiB
L2 header size: 0.0 % 0 Bytes
ABD chunk waste size: 0.0 % 0 Bytes
ARC types breakdown (compressed + overhead): 0 Bytes
Data size: n/a 0 Bytes
Metadata size: n/a 0 Bytes
ARC states breakdown (compressed + overhead): 0 Bytes
Anonymous data size: n/a 0 Bytes
Anonymous metadata size: n/a 0 Bytes
MFU data target: 37.5 % 0 Bytes
MFU data size: n/a 0 Bytes
MFU evictable data size: n/a 0 Bytes
MFU ghost data size: 0 Bytes
MFU metadata target: 12.5 % 0 Bytes
MFU metadata size: n/a 0 Bytes
MFU evictable metadata size: n/a 0 Bytes
MFU ghost metadata size: 0 Bytes
MRU data target: 37.5 % 0 Bytes
MRU data size: n/a 0 Bytes
MRU evictable data size: n/a 0 Bytes
MRU ghost data size: 0 Bytes
MRU metadata target: 12.5 % 0 Bytes
MRU metadata size: n/a 0 Bytes
MRU evictable metadata size: n/a 0 Bytes
MRU ghost metadata size: 0 Bytes
Uncached data size: n/a 0 Bytes
Uncached metadata size: n/a 0 Bytes
ARC hash breakdown:
Elements: 0
Collisions: 0
Chain max: 0
Chains: 0
ARC misc:
Uncompressed size: n/a 0 Bytes
Memory throttles: 0
Memory direct reclaims: 0
Memory indirect reclaims: 0
Deleted: 0
Mutex misses: 0
Eviction skips: 0
Eviction skips due to L2 writes: 0
L2 cached evictions: 0 Bytes
L2 eligible evictions: 0 Bytes
L2 eligible MFU evictions: n/a 0 Bytes
L2 eligible MRU evictions: n/a 0 Bytes
L2 ineligible evictions: 0 Bytes
ARC total accesses: 0
Total hits: n/a 0
Total I/O hits: n/a 0
Total misses: n/a 0
ARC demand data accesses: n/a 0
Demand data hits: n/a 0
Demand data I/O hits: n/a 0
Demand data misses: n/a 0
ARC demand metadata accesses: n/a 0
Demand metadata hits: n/a 0
Demand metadata I/O hits: n/a 0
Demand metadata misses: n/a 0
ARC prefetch data accesses: n/a 0
Prefetch data hits: n/a 0
Prefetch data I/O hits: n/a 0
Prefetch data misses: n/a 0
ARC prefetch metadata accesses: n/a 0
Prefetch metadata hits: n/a 0
Prefetch metadata I/O hits: n/a 0
Prefetch metadata misses: n/a 0
ARC predictive prefetches: n/a 0
Demand hits after predictive: n/a 0
Demand I/O hits after predictive: n/a 0
Never demanded after predictive: n/a 0
ARC prescient prefetches: n/a 0
Demand hits after prescient: n/a 0
Demand I/O hits after prescient: n/a 0
Never demanded after prescient: n/a 0
ARC states hits of all accesses:
Most frequently used (MFU): n/a 0
Most recently used (MRU): n/a 0
Most frequently used (MFU) ghost: n/a 0
Most recently used (MRU) ghost: n/a 0
Uncached: n/a 0
DMU predictive prefetcher calls: 0
Stream hits: n/a 0
Hits ahead of stream: n/a 0
Hits behind stream: n/a 0
Stream misses: n/a 0
Streams limit reached: n/a 0
Stream strides: 0
Prefetches issued 0
L2ARC not detected, skipping section
Solaris Porting Layer (SPL):
spl_hostid 0
spl_hostid_path /etc/hostid
spl_kmem_alloc_max 1048576
spl_kmem_alloc_warn 65536
spl_kmem_cache_kmem_threads 4
spl_kmem_cache_magazine_size 0
spl_kmem_cache_max_size 32
spl_kmem_cache_obj_per_slab 8
spl_kmem_cache_slab_limit 16384
spl_panic_halt 0
spl_schedule_hrtimeout_slack_us 0
spl_taskq_kick 0
spl_taskq_thread_bind 0
spl_taskq_thread_dynamic 1
spl_taskq_thread_priority 1
spl_taskq_thread_sequential 4
spl_taskq_thread_timeout_ms 5000
Tunables:
brt_zap_default_bs 13
brt_zap_default_ibs 13
brt_zap_prefetch 1
dbuf_cache_hiwater_pct 10
dbuf_cache_lowater_pct 10
dbuf_cache_max_bytes 18446744073709551615
dbuf_cache_shift 5
dbuf_metadata_cache_max_bytes 18446744073709551615
dbuf_metadata_cache_shift 6
dbuf_mutex_cache_shift 0
ddt_zap_default_bs 15
ddt_zap_default_ibs 15
dmu_ddt_copies 0
dmu_object_alloc_chunk_shift 7
dmu_prefetch_max 134217728
icp_aes_impl cycle [fastest] generic x86_64 aesni
icp_gcm_avx_chunk_size 32736
icp_gcm_impl cycle [fastest] avx generic pclmulqdq
l2arc_exclude_special 0
l2arc_feed_again 1
l2arc_feed_min_ms 200
l2arc_feed_secs 1
l2arc_headroom 8
l2arc_headroom_boost 200
l2arc_meta_percent 33
l2arc_mfuonly 0
l2arc_noprefetch 1
l2arc_norw 0
l2arc_rebuild_blocks_min_l2size 1073741824
l2arc_rebuild_enabled 1
l2arc_trim_ahead 0
l2arc_write_boost 33554432
l2arc_write_max 33554432
metaslab_aliquot 2097152
metaslab_bias_enabled 1
metaslab_debug_load 0
metaslab_debug_unload 0
metaslab_df_max_search 16777216
metaslab_df_use_largest_segment 0
metaslab_force_ganging 16777217
metaslab_force_ganging_pct 3
metaslab_fragmentation_factor_enabled 1
metaslab_lba_weighting_enabled 1
metaslab_perf_bias 1
metaslab_preload_enabled 1
metaslab_preload_limit 10
metaslab_preload_pct 50
metaslab_unload_delay 32
metaslab_unload_delay_ms 600000
raidz_expand_max_copy_bytes 167772160
raidz_expand_max_reflow_bytes 0
raidz_io_aggregate_rows 4
send_holes_without_birth_time 1
spa_asize_inflation 24
spa_config_path /etc/zfs/zpool.cache
spa_cpus_per_allocator 4
spa_flush_txg_time 600
spa_load_print_vdev_tree 0
spa_load_verify_data 1
spa_load_verify_metadata 1
spa_load_verify_shift 4
spa_note_txg_time 600
spa_num_allocators 4
spa_slop_shift 5
spa_upgrade_errlog_limit 0
vdev_file_logical_ashift 9
vdev_file_physical_ashift 9
vdev_raidz_outlier_check_interval_ms 1000
vdev_raidz_outlier_insensitivity 50
vdev_read_sit_out_secs 600
vdev_removal_max_span 32768
vdev_validate_skip 0
zap_iterate_prefetch 1
zap_micro_max_size 131072
zap_shrink_enabled 1
zfetch_hole_shift 2
zfetch_max_distance 67108864
zfetch_max_idistance 134217728
zfetch_max_reorder 16777216
zfetch_max_sec_reap 2
zfetch_max_streams 8
zfetch_min_distance 4194304
zfetch_min_sec_reap 1
zfs_abd_scatter_enabled 1
zfs_abd_scatter_max_order 9
zfs_abd_scatter_min_size 1536
zfs_active_allocator dynamic
zfs_admin_snapshot 0
zfs_allow_redacted_dataset_mount 0
zfs_arc_average_blocksize 8192
zfs_arc_dnode_limit 0
zfs_arc_dnode_limit_percent 10
zfs_arc_dnode_reduce_percent 10
zfs_arc_evict_batch_limit 10
zfs_arc_evict_batches_limit 5
zfs_arc_evict_threads 3
zfs_arc_eviction_pct 200
zfs_arc_grow_retry 0
zfs_arc_lotsfree_percent 10
zfs_arc_max 3355443200
zfs_arc_meta_balance 500
zfs_arc_min 0
zfs_arc_min_prefetch_ms 0
zfs_arc_min_prescient_prefetch_ms 0
zfs_arc_pc_percent 0
zfs_arc_prune_task_threads 1
zfs_arc_shrink_shift 0
zfs_arc_shrinker_limit 0
zfs_arc_shrinker_seeks 2
zfs_arc_sys_free 0
zfs_async_block_max_blocks 18446744073709551615
zfs_async_free_zio_wait_interval 2000
zfs_bclone_enabled 1
zfs_bclone_wait_dirty 1
zfs_blake3_impl cycle [fastest] generic sse2 sse41 avx2
zfs_btree_verify_intensity 0
zfs_checksum_events_per_second 20
zfs_commit_timeout_pct 10
zfs_compressed_arc_enabled 1
zfs_condense_indirect_commit_entry_delay_ms 0
zfs_condense_indirect_obsolete_pct 25
zfs_condense_indirect_vdevs_enable 1
zfs_condense_max_obsolete_bytes 1073741824
zfs_condense_min_mapping_bytes 131072
zfs_dbgmsg_enable 1
zfs_dbgmsg_maxsize 4194304
zfs_dbuf_state_index 0
zfs_ddt_data_is_special 1
zfs_deadman_checktime_ms 60000
zfs_deadman_enabled 1
zfs_deadman_events_per_second 1
zfs_deadman_failmode wait
zfs_deadman_synctime_ms 600000
zfs_deadman_ziotime_ms 300000
zfs_dedup_log_cap 4294967295
zfs_dedup_log_flush_entries_max 4294967295
zfs_dedup_log_flush_entries_min 200
zfs_dedup_log_flush_flow_rate_txgs 10
zfs_dedup_log_flush_min_time_ms 1000
zfs_dedup_log_flush_txgs 100
zfs_dedup_log_hard_cap 0
zfs_dedup_log_mem_max 335576227
zfs_dedup_log_mem_max_percent 1
zfs_dedup_log_txg_max 8
zfs_dedup_prefetch 0
zfs_default_bs 9
zfs_default_ibs 17
zfs_delay_min_dirty_percent 60
zfs_delay_scale 500000
zfs_delete_blocks 20480
zfs_delete_dentry 0
zfs_delete_inode 0
zfs_dio_enabled 1
zfs_dio_strict 0
zfs_dio_write_verify_events_per_second 20
zfs_dirty_data_max 3355762278
zfs_dirty_data_max_max 4294967296
zfs_dirty_data_max_max_percent 25
zfs_dirty_data_max_percent 10
zfs_dirty_data_sync_percent 20
zfs_disable_ivset_guid_check 0
zfs_dmu_offset_next_sync 1
zfs_embedded_slog_min_ms 64
zfs_expire_snapshot 300
zfs_fallocate_reserve_percent 110
zfs_flags 0
zfs_fletcher_4_impl [fastest] scalar superscalar superscalar4 sse2 ssse3 avx2
zfs_free_bpobj_enabled 1
zfs_free_leak_on_eio 0
zfs_free_min_time_ms 500
zfs_history_output_max 1048576
zfs_immediate_write_sz 32768
zfs_import_defer_txgs 5
zfs_initialize_chunk_size 1048576
zfs_initialize_value 16045690984833335022
zfs_keep_log_spacemaps_at_export 0
zfs_key_max_salt_uses 400000000
zfs_livelist_condense_new_alloc 0
zfs_livelist_condense_sync_cancel 0
zfs_livelist_condense_sync_pause 0
zfs_livelist_condense_zthr_cancel 0
zfs_livelist_condense_zthr_pause 0
zfs_livelist_max_entries 500000
zfs_livelist_min_percent_shared 75
zfs_lua_max_instrlimit 100000000
zfs_lua_max_memlimit 104857600
zfs_max_async_dedup_frees 250000
zfs_max_dataset_nesting 50
zfs_max_log_walking 5
zfs_max_logsm_summary_length 10
zfs_max_missing_tvds 0
zfs_max_nvlist_src_size 0
zfs_max_recordsize 16777216
zfs_metaslab_find_max_tries 100
zfs_metaslab_fragmentation_threshold 77
zfs_metaslab_max_size_cache_sec 3600
zfs_metaslab_mem_limit 25
zfs_metaslab_segment_weight_enabled 1
zfs_metaslab_switch_threshold 2
zfs_metaslab_try_hard_before_gang 0
zfs_mg_fragmentation_threshold 95
zfs_mg_noalloc_threshold 0
zfs_min_metaslabs_to_flush 1
zfs_multihost_fail_intervals 10
zfs_multihost_history 0
zfs_multihost_import_intervals 20
zfs_multihost_interval 1000
zfs_multilist_num_sublists 0
zfs_no_scrub_io 0
zfs_no_scrub_prefetch 0
zfs_nocacheflush 0
zfs_nopwrite_enabled 1
zfs_object_mutex_size 64
zfs_obsolete_min_time_ms 500
zfs_override_estimate_recordsize 0
zfs_pd_bytes_max 52428800
zfs_per_txg_dirty_frees_percent 30
zfs_prefetch_disable 0
zfs_read_history 0
zfs_read_history_hits 0
zfs_rebuild_max_segment 1048576
zfs_rebuild_scrub_enabled 1
zfs_rebuild_vdev_limit 67108864
zfs_reconstruct_indirect_combinations_max 4096
zfs_recover 0
zfs_recv_best_effort_corrective 0
zfs_recv_queue_ff 20
zfs_recv_queue_length 16777216
zfs_recv_write_batch_size 1048576
zfs_removal_ignore_errors 0
zfs_removal_suspend_progress 0
zfs_remove_max_segment 16777216
zfs_resilver_defer_percent 10
zfs_resilver_disable_defer 0
zfs_resilver_min_time_ms 1500
zfs_scan_blkstats 0
zfs_scan_checkpoint_intval 7200
zfs_scan_fill_weight 3
zfs_scan_ignore_errors 0
zfs_scan_issue_strategy 0
zfs_scan_legacy 0
zfs_scan_max_ext_gap 2097152
zfs_scan_mem_lim_fact 20
zfs_scan_mem_lim_soft_fact 20
zfs_scan_report_txgs 0
zfs_scan_strict_mem_lim 0
zfs_scan_suspend_progress 0
zfs_scan_vdev_limit 16777216
zfs_scrub_after_expand 1
zfs_scrub_error_blocks_per_txg 4096
zfs_scrub_min_time_ms 750
zfs_send_corrupt_data 0
zfs_send_no_prefetch_queue_ff 20
zfs_send_no_prefetch_queue_length 1048576
zfs_send_queue_ff 20
zfs_send_queue_length 16777216
zfs_send_unmodified_spill_blocks 1
zfs_sha256_impl cycle [fastest] generic x64 ssse3 avx avx2
zfs_sha512_impl cycle [fastest] generic x64 avx avx2
zfs_slow_io_events_per_second 20
zfs_snapshot_history_enabled 1
zfs_snapshot_no_setuid 0
zfs_spa_discard_memory_limit 16777216
zfs_special_class_metadata_reserve_pct 25
zfs_sync_pass_deferred_free 2
zfs_sync_pass_dont_compress 8
zfs_sync_pass_rewrite 2
zfs_traverse_indirect_prefetch_limit 32
zfs_trim_extent_bytes_max 134217728
zfs_trim_extent_bytes_min 32768
zfs_trim_metaslab_skip 0
zfs_trim_queue_limit 10
zfs_trim_txg_batch 32
zfs_txg_history 100
zfs_txg_timeout 5
zfs_unflushed_log_block_max 131072
zfs_unflushed_log_block_min 1000
zfs_unflushed_log_block_pct 400
zfs_unflushed_log_txg_max 1000
zfs_unflushed_max_mem_amt 1073741824
zfs_unflushed_max_mem_ppm 1000
zfs_unlink_suspend_progress 0
zfs_user_indirect_is_special 1
zfs_vdev_aggregation_limit 1048576
zfs_vdev_aggregation_limit_non_rotating 131072
zfs_vdev_async_read_max_active 3
zfs_vdev_async_read_min_active 1
zfs_vdev_async_write_active_max_dirty_percent 60
zfs_vdev_async_write_active_min_dirty_percent 30
zfs_vdev_async_write_max_active 10
zfs_vdev_async_write_min_active 2
zfs_vdev_default_ms_count 200
zfs_vdev_default_ms_shift 29
zfs_vdev_direct_write_verify 1
zfs_vdev_disk_max_segs 0
zfs_vdev_failfast_mask 1
zfs_vdev_initializing_max_active 1
zfs_vdev_initializing_min_active 1
zfs_vdev_max_active 1000
zfs_vdev_max_auto_ashift 14
zfs_vdev_max_ms_shift 34
zfs_vdev_min_auto_ashift 9
zfs_vdev_min_ms_count 16
zfs_vdev_mirror_non_rotating_inc 0
zfs_vdev_mirror_non_rotating_seek_inc 1
zfs_vdev_mirror_rotating_inc 0
zfs_vdev_mirror_rotating_seek_inc 5
zfs_vdev_mirror_rotating_seek_offset 1048576
zfs_vdev_ms_count_limit 131072
zfs_vdev_nia_credit 5
zfs_vdev_nia_delay 5
zfs_vdev_open_timeout_ms 1000
zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3 avx2
zfs_vdev_read_gap_limit 32768
zfs_vdev_rebuild_max_active 3
zfs_vdev_rebuild_min_active 1
zfs_vdev_removal_max_active 2
zfs_vdev_removal_min_active 1
zfs_vdev_scrub_max_active 3
zfs_vdev_scrub_min_active 1
zfs_vdev_sync_read_max_active 10
zfs_vdev_sync_read_min_active 10
zfs_vdev_sync_write_max_active 10
zfs_vdev_sync_write_min_active 10
zfs_vdev_trim_max_active 2
zfs_vdev_trim_min_active 1
zfs_vdev_write_gap_limit 4096
zfs_vnops_read_chunk_size 33554432
zfs_wrlog_data_max 6711524556
zfs_xattr_compat 0
zfs_zevent_len_max 512
zfs_zevent_retain_expire_secs 900
zfs_zevent_retain_max 2000
zfs_zil_clean_taskq_maxalloc 1048576
zfs_zil_clean_taskq_minalloc 1024
zfs_zil_clean_taskq_nthr_pct 100
zfs_zil_saxattr 1
zil_maxblocksize 131072
zil_maxcopied 7680
zil_nocacheflush 0
zil_replay_disable 0
zil_slog_bulk 67108864
zil_special_is_slog 1
zio_deadman_log_all 0
zio_dva_throttle_enabled 1
zio_requeue_io_start_cut_in_line 1
zio_slow_io_ms 30000
zio_taskq_batch_pct 80
zio_taskq_batch_tpq 0
zio_taskq_free scale,32 null fixed,1,1 null
zio_taskq_read fixed,1,8 null scale null
zio_taskq_write sync null scale null
zio_taskq_write_tpq 16
zstd_abort_size 131072
zstd_earlyabort_pass 1
zvol_blk_mq_blocks_per_thread 8
zvol_blk_mq_queue_depth 128
zvol_enforce_quotas 1
zvol_inhibit_dev 0
zvol_major 230
zvol_max_discard_blocks 16384
zvol_num_taskqs 0
zvol_open_timeout_ms 1000
zvol_prefetch_bytes 131072
zvol_request_sync 0
zvol_threads 0
zvol_use_blk_mq 0
zvol_volmode 1
ZIL committed transactions: 0
Commit requests: 0
Flushes to stable storage: 0
Transactions to SLOG storage pool: 0 Bytes 0
Transactions to non-SLOG storage pool: 0 Bytes 0
--- zpool events -v (recent)
$ zpool events -v
TIME CLASS
--- zpool history (last 30 events)
$ zpool history -il 2>/dev/null | tail -n 30
###############################################################################
# 20. STORAGE: DRIVE HEALTH
###############################################################################
--- nvme list
$ nvme list
Node Generic SN Model Namespace Usage Format FW Rev
--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- --------
--- nvme smart-log per device
$ for n in /dev/nvme[0-9]*; do
[ -b "$n" ] || continue
echo "--- $n smart-log ---"
nvme smart-log "$n" 2>&1
echo "--- $n error-log (first 5) ---"
nvme error-log "$n" 2>&1 | head -n 80
done
--- nvme id-ctrl per device (key fields)
$ for n in /dev/nvme[0-9]*; do
[ -b "$n" ] || continue
echo "--- $n id-ctrl (filtered) ---"
nvme id-ctrl "$n" 2>&1 | grep -E '^(mn|sn|fn|fr|tnvmcap|vid|IEEE|cntlid|ver|rab|lpa|elpe|npdg|mdts|hmpre|hmmin|cap|frmw|lba|ws|awun|awupf|acwu|apsta)'
done
--- smartctl -a per disk
$ for d in $(ls /sys/block/ 2>/dev/null | grep -E '^(sd|vd)'); do
dev="/dev/$d"
[ -b "$dev" ] || continue
echo "--- smartctl -a $dev ---"
smartctl -a "$dev" 2>&1 | head -n 200
done
--- smartctl -a /dev/sda ---
smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build)
Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Caviar Green
Device Model: WDC WD10EADS-65M2B1
Serial Number: WD-WCAV59018871
LU WWN Device Id: 5 0014ee 2597bc3b9
Firmware Version: 01.00A01
User Capacity: 1,000,204,886,016 bytes [1.00 TB]
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
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x84) Offline data collection activity
was suspended by an interrupting command from host.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (19560) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 226) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x3037) SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 118 106 021 Pre-fail Always - 7100
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
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
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
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0
SMART Error Log Version: 1
Warning: ATA error count 1 inconsistent with error log index 0
No Errors Logged
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Extended offline Completed without error 00% 1985 -
# 2 Short offline Completed without error 00% 1982 -
# 3 Short offline Completed without error 00% 1980 -
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
The above only provides legacy SMART information - try 'smartctl -x' for more
###############################################################################
# 21. STORAGE: HBA / RAID CONTROLLERS
###############################################################################
###############################################################################
# 22. VIRTUAL MACHINES (qm)
###############################################################################
--- qm list
$ qm list
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
103 pfv-netinfra-01 running 2048 32.00 149467
104 tsys-librenms running 2048 50.00 149583
105 tsys-proxmox-datacenter running 2048 32.00 212290
106 pfv-k8s-cnode3 running 4096 32.00 149024
108 tsys-ucs-01 running 8000 32.00 148819
109 tailscale-router running 2048 25.00 148662
114 kali-tsys running 2048 32.00 2388
117 tsys-secure-workbench running 4000 32.00 2457
1000 KNELTemplate stopped 2048 32.00 0
--- qm config per VM
$ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do
echo "--- VM $vmid ---"
qm config "$vmid" 2>&1
echo ""
done
--- VM 100 ---
agent: enabled=1
bios: ovmf
boot: order=scsi0
cores: 2
cpu: host
description: <div align='center'>%0A <a href='https%3A//Helper-Scripts.com' target='_blank' rel='noopener noreferrer'>%0A <img src='https%3A//raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo-81x112.png' alt='Logo' style='width%3A81px;height%3A112px;'/>%0A </a>%0A%0A <h2 style='font-size%3A 24px; margin%3A 20px 0;'>Homeassistant OS VM</h2>%0A%0A <p style='margin%3A 16px 0;'>%0A <a href='https%3A//ko-fi.com/community_scripts' target='_blank' rel='noopener noreferrer'>%0A <img src='https%3A//img.shields.io/badge/&#x2615;-Buy us a coffee-blue' alt='spend Coffee' />%0A </a>%0A </p>%0A%0A <span style='margin%3A 0 10px;'>%0A <i class="fa fa-github fa-fw" style="color%3A #f5f5f5;"></i>%0A <a href='https%3A//github.com/community-scripts/ProxmoxVE' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'>GitHub</a>%0A </span>%0A <span style='margin%3A 0 10px;'>%0A <i class="fa fa-comments fa-fw" style="color%3A #f5f5f5;"></i>%0A <a href='https%3A//github.com/community-scripts/ProxmoxVE/discussions' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'>Discussions</a>%0A </span>%0A <span style='margin%3A 0 10px;'>%0A <i class="fa fa-exclamation-circle fa-fw" style="color%3A #f5f5f5;"></i>%0A <a href='https%3A//github.com/community-scripts/ProxmoxVE/issues' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'>Issues</a>%0A </span>%0A</div>
efidisk0: D2:100/vm-100-disk-1.raw,efitype=4m,size=528K
localtime: 1
machine: q35
memory: 4096
meta: creation-qemu=10.1.2,ctime=1771903877
name: pfv-bms
net0: virtio=02:5A:39:38:3E:9F,bridge=vmbr0
onboot: 1
ostype: l26
scsi0: D2:100/vm-100-disk-0.raw,discard=on,size=32G,ssd=1
scsihw: virtio-scsi-pci
serial0: socket
smbios1: uuid=87760bbb-fe04-4e07-a236-2b0550f6a18c
tablet: 0
tags: community-script
usb0: host=10c4:ea60
usb1: host=0658:0200
vmgenid: 0609a12f-b205-4f43-94ba-f4a61492f6ed
--- VM 101 ---
agent: 1
balloon: 0
boot: order=virtio0;ide2;net0
cores: 2
cpu: x86-64-v2-AES,flags=-nested-virt
ide2: none,media=cdrom
memory: 2048
meta: creation-qemu=10.1.2,ctime=1770596024
name: tsys-ca
net0: virtio=BC:24:11:32:D0:36,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsihw: virtio-scsi-single
smbios1: uuid=8b2a29da-e074-4ab0-ac4e-2455ba4740ab
sockets: 1
usb0: host=20a0:4230
usb1: host=20a0:4230
virtio0: D2:101/vm-101-disk-0.qcow2,iothread=1,size=32G
vmgenid: fe0485bd-0998-4eef-a6e0-beeed3fcd1f3
--- VM 102 ---
balloon: 0
boot: order=ide2;scsi0;net0
cores: 4
cpu: x86-64-v2-AES
ide2: local:iso/debian13.iso,media=cdrom,size=754M
memory: 4096
meta: creation-qemu=11.0.2,ctime=1785115335
name: pfv-k8s-wnode-tsys1
net0: virtio=BC:24:11:BB:06:AF,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: S2:102/vm-102-disk-0.qcow2,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=42f4f59a-e508-49fd-9e2d-84932901d6e6
sockets: 1
unused0: S3:102/vm-102-disk-0.qcow2
vmgenid: 64c67916-698e-4292-8cb1-9a04abf2fd21
--- VM 103 ---
boot: order=scsi0;ide2;net0
cores: 2
cpu: x86-64-v2-AES
ide2: local:iso/debian13.iso,media=cdrom,size=754M
memory: 2048
meta: creation-qemu=10.1.2,ctime=1784825465
name: pfv-netinfra-01
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
scsihw: virtio-scsi-single
smbios1: uuid=d04e8b2e-b2a3-42ab-9f21-d045d59f80b1
sockets: 1
vmgenid: 417fe414-9490-43ac-8fb0-9568e2719f15
--- VM 104 ---
agent: 1
balloon: 0
boot: order=scsi0
cores: 2
cpu: host
memory: 2048
meta: creation-qemu=10.1.2,ctime=1771904766
name: tsys-librenms
net0: virtio=BC:24:11:5C:96:1E,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D2:104/vm-104-disk-0.qcow2,iothread=1,size=50G
scsihw: virtio-scsi-single
smbios1: uuid=44ef8c95-f29e-4dd9-99cd-e17c83222559
sockets: 1
vmgenid: f10d276a-a685-46fc-bfec-87ec2993347a
--- VM 105 ---
agent: 1
balloon: 0
boot: order=scsi0;ide2;net0
cores: 2
cpu: host
ide2: none,media=cdrom
memory: 2048
meta: creation-qemu=10.1.2,ctime=1771894454
name: tsys-proxmox-datacenter
net0: virtio=BC:24:11:E6:03:2D,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D2:105/vm-105-disk-0.qcow2,format=qcow2,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=6f7aca91-4b83-415e-915b-5f8bcf7f76a7
sockets: 1
vmgenid: 7cffb118-b562-42a8-8034-4e0b5dd9edd5
--- VM 106 ---
agent: 1
balloon: 0
boot: order=scsi0;net0
cores: 2
cpu: host
memory: 4096
meta: creation-qemu=10.1.2,ctime=1771904766
name: pfv-k8s-cnode3
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
scsihw: virtio-scsi-single
smbios1: uuid=36b0ebb0-c6d3-42d7-bc5e-e2af10215588
sockets: 1
vmgenid: adb3367d-1556-4357-ab99-ba335ee21657
--- VM 108 ---
agent: 1
balloon: 0
boot: order=scsi0;net0
cores: 2
cpu: host
memory: 8000
meta: creation-qemu=10.1.2,ctime=1771904766
name: tsys-ucs-01
net0: virtio=BC:24:11:86:EA:1A,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D2:108/vm-108-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=05ba3366-4e9a-45bf-b066-e9cc116e982b
sockets: 2
vmgenid: f83b0fa2-1141-4e7e-b3a2-88679bac19ed
--- VM 109 ---
agent: 1
balloon: 0
boot: order=scsi0;net0
cores: 2
cpu: host
memory: 2048
meta: creation-qemu=10.1.2,ctime=1770644781
name: tailscale-router
net0: virtio=BC:24:11:8A:69:04,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D2:109/vm-109-disk-0.qcow2,format=qcow2,iothread=1,size=25G
scsihw: virtio-scsi-single
smbios1: uuid=3decfcc3-424d-4c7e-8a33-45822b15c2f3
sockets: 1
vmgenid: 1d42e437-215f-4d07-b889-e19d45e89548
--- VM 114 ---
agent: 1
balloon: 0
boot: order=ide2;scsi0;net0
cores: 2
cpu: host
ide2: local:iso/kali.iso,media=cdrom,size=4689972K
memory: 2048
meta: creation-qemu=10.1.2,ctime=1771904766
name: kali-tsys
net0: virtio=BC:24:11:DD:29:B8,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D2:114/vm-114-disk-0.qcow2,cache=writethrough,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=42ef945e-e4b4-4c18-8d67-4d0875e9b506
sockets: 1
vmgenid: ed1b06f2-35ec-4334-af5f-48a245345b76
--- VM 117 ---
agent: 1
balloon: 0
boot: order=scsi0;net0
cores: 2
cpu: host
description: ## Purpose%0A%0ACompliance scans, OpenSCAP etc system.
memory: 4000
meta: creation-qemu=10.1.2,ctime=1771904766
name: tsys-secure-workbench
net0: virtio=BC:24:11:EE:08:C9,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D2:117/vm-117-disk-0.qcow2,cache=writethrough,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=ef07726c-0aaa-4dc4-b954-8f34687f4dcd
sockets: 1
vmgenid: 23fd4df0-2440-4b1d-9984-00738c123b12
--- VM 1000 ---
balloon: 0
boot: order=virtio0;ide2;net0
cores: 2
cpu: host
ide2: local:iso/debian-13.iso,media=cdrom,size=754M
memory: 2048
meta: creation-qemu=10.1.2,ctime=1770665145
name: KNELTemplate
net0: virtio=BC:24:11:30:CD:75,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsihw: virtio-scsi-single
smbios1: uuid=3c02e3f1-9e23-4a94-b610-b0be916fec62
sockets: 1
template: 1
virtio0: local-lvm:base-105-disk-0,iothread=1,size=32G
vmgenid: 938c03c8-e2ce-403f-bf4c-6e73c7153101
--- VM runtime status (qm guest agent if running)
$ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do
echo "--- VM $vmid runtime ---"
qm guest cmd "$vmid" network-get-interfaces 2>/dev/null | head -n 40 || echo " [no agent or VM not running]"
done
--- VM 100 runtime ---
[
{
"hardware-address" : "00:00:00:00:00:00",
"ip-addresses" : [
{
"ip-address" : "127.0.0.1",
"ip-address-type" : "ipv4",
"prefix" : 8
},
{
"ip-address" : "::1",
"ip-address-type" : "ipv6",
"prefix" : 128
}
],
"name" : "lo",
"statistics" : {
"rx-bytes" : 2573158,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 28773,
"tx-bytes" : 2573158,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 28773
}
},
{
"hardware-address" : "02:5a:39:38:3e:9f",
"ip-addresses" : [
{
"ip-address" : "192.168.3.12",
"ip-address-type" : "ipv4",
"prefix" : 22
},
{
"ip-address" : "2600:1700:1d1:eb00::2b",
"ip-address-type" : "ipv6",
"prefix" : 128
},
--- VM 101 runtime ---
[
{
"hardware-address" : "00:00:00:00:00:00",
"ip-addresses" : [
{
"ip-address" : "127.0.0.1",
"ip-address-type" : "ipv4",
"prefix" : 8
},
{
"ip-address" : "::1",
"ip-address-type" : "ipv6",
"prefix" : 128
}
],
"name" : "lo",
"statistics" : {
"rx-bytes" : 110145,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 1220,
"tx-bytes" : 110145,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 1220
}
},
{
"hardware-address" : "bc:24:11:32:d0:36",
"ip-addresses" : [
{
"ip-address" : "192.168.1.181",
"ip-address-type" : "ipv4",
"prefix" : 22
},
{
"ip-address" : "2600:1700:1d1:eb00::28",
"ip-address-type" : "ipv6",
"prefix" : 128
},
--- VM 102 runtime ---
--- VM 103 runtime ---
--- VM 104 runtime ---
[
{
"hardware-address" : "00:00:00:00:00:00",
"ip-addresses" : [
{
"ip-address" : "127.0.0.1",
"ip-address-type" : "ipv4",
"prefix" : 8
},
{
"ip-address" : "::1",
"ip-address-type" : "ipv6",
"prefix" : 128
}
],
"name" : "lo",
"statistics" : {
"rx-bytes" : 87012,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 926,
"tx-bytes" : 87012,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 926
}
},
{
"hardware-address" : "bc:24:11:5c:96:1e",
"ip-addresses" : [
{
"ip-address" : "192.168.3.176",
"ip-address-type" : "ipv4",
"prefix" : 22
},
{
"ip-address" : "2600:1700:1d1:eb00::17",
"ip-address-type" : "ipv6",
"prefix" : 128
},
--- VM 105 runtime ---
--- VM 106 runtime ---
[
{
"hardware-address" : "00:00:00:00:00:00",
"ip-addresses" : [
{
"ip-address" : "127.0.0.1",
"ip-address-type" : "ipv4",
"prefix" : 8
},
{
"ip-address" : "::1",
"ip-address-type" : "ipv6",
"prefix" : 128
}
],
"name" : "lo",
"statistics" : {
"rx-bytes" : 73079758,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 132493,
"tx-bytes" : 73079758,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 132493
}
},
{
"hardware-address" : "bc:24:11:38:c0:58",
"ip-addresses" : [
{
"ip-address" : "192.168.1.228",
"ip-address-type" : "ipv4",
"prefix" : 22
},
{
"ip-address" : "2600:1700:1d1:eb00::19",
"ip-address-type" : "ipv6",
"prefix" : 128
},
--- VM 108 runtime ---
--- VM 109 runtime ---
[
{
"hardware-address" : "00:00:00:00:00:00",
"ip-addresses" : [
{
"ip-address" : "127.0.0.1",
"ip-address-type" : "ipv4",
"prefix" : 8
},
{
"ip-address" : "::1",
"ip-address-type" : "ipv6",
"prefix" : 128
}
],
"name" : "lo",
"statistics" : {
"rx-bytes" : 855562,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 5803,
"tx-bytes" : 855562,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 5803
}
},
{
"hardware-address" : "bc:24:11:8a:69:04",
"ip-addresses" : [
{
"ip-address" : "192.168.3.16",
"ip-address-type" : "ipv4",
"prefix" : 22
},
{
"ip-address" : "2600:1700:1d1:eb00::e",
"ip-address-type" : "ipv6",
"prefix" : 128
},
--- VM 114 runtime ---
--- VM 117 runtime ---
[
{
"hardware-address" : "00:00:00:00:00:00",
"ip-addresses" : [
{
"ip-address" : "127.0.0.1",
"ip-address-type" : "ipv4",
"prefix" : 8
},
{
"ip-address" : "::1",
"ip-address-type" : "ipv6",
"prefix" : 128
}
],
"name" : "lo",
"statistics" : {
"rx-bytes" : 72187,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 846,
"tx-bytes" : 72187,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 846
}
},
{
"hardware-address" : "bc:24:11:ee:08:c9",
"ip-addresses" : [
{
"ip-address" : "192.168.2.29",
"ip-address-type" : "ipv4",
"prefix" : 22
},
{
"ip-address" : "2600:1700:1d1:eb00::3b",
"ip-address-type" : "ipv6",
"prefix" : 128
},
--- VM 1000 runtime ---
--- /etc/pve/qemu-server
lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys1/qemu-server
--- /etc/pve/firewall
total 0
drwxr-xr-x 2 root www-data 0 Mar 12 09:41 .
drwxr-xr-x 2 root www-data 0 Dec 31 1969 ..
###############################################################################
# 23. CONTAINERS (pct)
###############################################################################
--- pct list
$ pct list
--- pct config per CT
$ for ctid in $(pct list 2>/dev/null | awk 'NR>1{print $1}'); do
echo "--- CT $ctid ---"
pct config "$ctid" 2>&1
echo ""
done
###############################################################################
# 24. SERVICES / FAILED UNITS
###############################################################################
--- running services
$ systemctl list-units --type=service --state=running --no-pager
UNIT LOAD ACTIVE SUB DESCRIPTION
beszel-agent.service loaded active running Beszel Agent Service
chrony.service loaded active running chrony, an NTP client/server
corosync.service loaded active running Corosync Cluster Engine
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
getty@tty1.service loaded active running Getty on tty1
ksmtuned.service loaded active running Kernel Samepage Merging (KSM) Tuning Daemon
lxc-monitord.service loaded active running LXC Container Monitoring Daemon
lxcfs.service loaded active running FUSE filesystem for LXC
nfs-blkmap.service loaded active running pNFS block layout mapping daemon
polkit.service loaded active running Authorization Manager
postfix.service loaded active running Postfix Mail Transport Agent (main/default instance)
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
pve-ha-crm.service loaded active running PVE Cluster HA Resource Manager Daemon
pve-ha-lrm.service loaded active running PVE Local HA Resource Manager Daemon
pve-lxc-syscalld.service loaded active running Proxmox VE LXC Syscall Daemon
pvedaemon.service loaded active running PVE API Daemon
pvefw-logger.service loaded active running Proxmox VE firewall logger
pveproxy.service loaded active running PVE API Proxy Server
pvescheduler.service loaded active running Proxmox VE scheduler
pvestatd.service loaded active running PVE Status Daemon
qmeventd.service loaded active running PVE Qemu Event Daemon
rpcbind.service loaded active running RPC bind portmap service
rrdcached.service loaded active running Data caching daemon for rrdtool
ser2net.service loaded active running Serial port to network proxy
smartmontools.service loaded active running Self Monitoring and Reporting Technology (SMART) Daemon
spiceproxy.service loaded active running PVE SPICE Proxy Server
ssh.service loaded active running OpenBSD Secure Shell server
systemd-journald.service loaded active running Journal Service
systemd-logind.service loaded active running User Login Management
systemd-udevd.service loaded active running Rule-based Manager for Device Events and Files
tailscaled.service loaded active running Tailscale node agent
tuned.service loaded active running Dynamic System Tuning Daemon
user@0.service loaded active running User Manager for UID 0
watchdog-mux.service loaded active running Proxmox VE watchdog multiplexer
zfs-zed.service loaded active running ZFS Event Daemon (zed)
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.
--- failed services
$ systemctl --failed --no-pager
UNIT LOAD ACTIVE SUB DESCRIPTION
0 loaded units listed.
--- enabled services
$ systemctl list-unit-files --state=enabled --no-pager
UNIT FILE STATE PRESET
apparmor.service enabled enabled
beszel-agent.service enabled enabled
blk-availability.service enabled enabled
chrony.service enabled enabled
console-setup.service enabled enabled
corosync.service enabled enabled
cron.service enabled enabled
e2scrub_reap.service enabled enabled
getty@.service enabled enabled
grub-common.service enabled enabled
keyboard-setup.service enabled enabled
ksmtuned.service enabled enabled
lvm2-monitor.service enabled enabled
lxc-monitord.service enabled enabled
lxc-net.service enabled enabled
lxc.service enabled enabled
lxcfs.service enabled enabled
netavark-dhcp-proxy.service enabled enabled
netavark-firewalld-reload.service enabled enabled
networking.service enabled enabled
nfs-blkmap.service enabled enabled
nvmefc-boot-connections.service enabled enabled
nvmf-autoconnect.service enabled enabled
open-iscsi.service enabled enabled
perfopt-cpu-performance.service enabled enabled
postfix.service enabled enabled
proxmox-boot-cleanup.service enabled enabled
proxmox-firewall.service enabled enabled
pve-cluster.service enabled enabled
pve-firewall-commit.service enabled enabled
pve-firewall.service enabled enabled
pve-guests.service enabled enabled
pve-ha-crm.service enabled enabled
pve-ha-lrm.service enabled enabled
pve-lxc-syscalld.service enabled enabled
pve-query-machine-capabilities.service enabled enabled
pve-sdn-commit.service enabled enabled
pvebanner.service enabled enabled
pvedaemon.service enabled enabled
pvefw-logger.service enabled enabled
pvenetcommit.service enabled enabled
pveproxy.service enabled enabled
pvescheduler.service enabled enabled
pvestatd.service enabled enabled
qmeventd.service enabled enabled
rbdmap.service enabled enabled
rpcbind.service enabled enabled
rrdcached.service enabled enabled
ser2net.service enabled enabled
smartmontools.service enabled enabled
spiceproxy.service enabled enabled
ssh.service enabled enabled
sshd-keygen.service enabled enabled
sysstat.service enabled enabled
systemd-pstore.service enabled enabled
tailscaled.service enabled enabled
tuned.service enabled enabled
wtmpdb-update-boot.service enabled enabled
zfs-import-cache.service enabled enabled
zfs-mount.service enabled enabled
zfs-share.service enabled enabled
zfs-volume-wait.service enabled enabled
zfs-zed.service enabled enabled
system-xfs_scrub.slice enabled enabled
dm-event.socket enabled enabled
iscsid.socket enabled enabled
lvm2-lvmpolld.socket enabled enabled
netavark-dhcp-proxy.socket enabled enabled
rpcbind.socket enabled enabled
rrdcached.socket enabled enabled
uuidd.socket enabled enabled
ceph-fuse.target enabled enabled
ceph.target enabled enabled
nfs-client.target enabled enabled
remote-fs.target enabled enabled
zfs-import.target enabled enabled
zfs-volumes.target enabled enabled
zfs.target enabled enabled
apt-daily-upgrade.timer enabled enabled
apt-daily.timer enabled enabled
beszel-agent-update.timer enabled enabled
dpkg-db-backup.timer enabled enabled
e2scrub_all.timer enabled enabled
fstrim.timer enabled enabled
logrotate.timer enabled enabled
man-db.timer enabled enabled
pve-daily-update.timer enabled enabled
sysstat-collect.timer enabled enabled
sysstat-rotate.timer enabled enabled
sysstat-summary.timer enabled enabled
xfs_scrub_all.timer enabled enabled
91 unit files listed.
--- pve-* service status
$ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120
● pve-cluster.service - The Proxmox VE cluster filesystem
Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled)
Active: active (running) since Mon 2026-07-27 00:37:09 CDT; 21h ago
Invocation: 41f418b55c4744c1b6fb80c30b3908f4
Main PID: 1084 (pmxcfs)
Tasks: 9 (limit: 34875)
Memory: 63.1M (peak: 81.3M)
CPU: 1min 14.623s
CGroup: /system.slice/pve-cluster.service
└─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
● 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
Invocation: d5e334fd34334b00be0f56ff3c56f871
Main PID: 1362 (pvedaemon)
Tasks: 4 (limit: 34875)
Memory: 187M (peak: 3G)
CPU: 1min 32.826s
CGroup: /system.slice/pvedaemon.service
├─ 1362 pvedaemon
├─279069 "pvedaemon worker"
├─293938 "pvedaemon worker"
└─294210 "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]: <root@pam> end task UPID:pfv-tsys1:00047B85:005BBE5A:6A67D91C:qmmove:102:root@pam: OK
Jul 27 17:32:38 pfv-tsys1 pvedaemon[279069]: <root@pam> successful auth for user 'root@pam'
Jul 27 17:48:38 pfv-tsys1 pvedaemon[279069]: <root@pam> successful auth for user 'root@pam'
Jul 27 18:04:38 pfv-tsys1 pvedaemon[293938]: <root@pam> 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 00:37:17 CDT; 21h ago
Invocation: 3d9f663c8d334a9295e23e69aef95c3f
Main PID: 1375 (pveproxy)
Tasks: 4 (limit: 34875)
Memory: 292.8M (peak: 428.5M)
CPU: 2min 14.940s
CGroup: /system.slice/pveproxy.service
├─ 1375 pveproxy
├─308038 "pveproxy worker"
├─310103 "pveproxy worker"
└─336440 "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
● 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
Invocation: 022958cd38a94d3a91e55ffc76156c2c
Main PID: 1332 (pve-firewall)
Tasks: 1 (limit: 34875)
Memory: 110M (peak: 149.9M)
CPU: 7min 5.532s
CGroup: /system.slice/pve-firewall.service
└─1332 pve-firewall
Jul 27 00:37:10 pfv-tsys1 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall...
Jul 27 00:37:15 pfv-tsys1 pve-firewall[1332]: starting server
Jul 27 00:37:15 pfv-tsys1 systemd[1]: Started pve-firewall.service - Proxmox VE firewall.
● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon
Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled)
Active: active (running) since Mon 2026-07-27 00:37:17 CDT; 21h ago
Invocation: 9e81fad693f1445e923ff5ede55061d4
Main PID: 1372 (pve-ha-crm)
Tasks: 1 (limit: 34875)
Memory: 118.2M (peak: 137.8M)
CPU: 5.811s
CGroup: /system.slice/pve-ha-crm.service
└─1372 pve-ha-crm
Jul 27 00:37:16 pfv-tsys1 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon...
Jul 27 00:37:17 pfv-tsys1 pve-ha-crm[1372]: starting server
Jul 27 00:37:17 pfv-tsys1 pve-ha-crm[1372]: status change startup => wait_for_quorum
Jul 27 00:37:17 pfv-tsys1 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon.
● pve-ha-lrm.service - PVE Local HA Resource Manager Daemon
Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; enabled; preset: enabled)
Active: active (running) since Mon 2026-07-27 00:37:18 CDT; 21h ago
Invocation: aaad04ba66c948f297603416775f4455
Main PID: 1392 (pve-ha-lrm)
Tasks: 1 (limit: 34875)
Memory: 117.5M (peak: 136.8M)
CPU: 8.882s
CGroup: /system.slice/pve-ha-lrm.service
└─1392 pve-ha-lrm
Jul 27 00:37:17 pfv-tsys1 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon...
Jul 27 00:37:18 pfv-tsys1 pve-ha-lrm[1392]: starting server
Jul 27 00:37:18 pfv-tsys1 pve-ha-lrm[1392]: status change startup => wait_for_agent_lock
Jul 27 00:37:18 pfv-tsys1 systemd[1]: Started pve-ha-lrm.service - PVE Local HA Resource Manager Daemon.
● pvestatd.service - PVE Status Daemon
--- storage-related service status
$ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80
Unit nfs-kernel-server.service could not be found.
Unit nfs-server.service could not be found.
Unit zfs-target.service could not be found.
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
Invocation: 573b8ff574344bab840da2754a7e37fb
TriggeredBy: ● rpcbind.socket
Docs: man:rpcbind(8)
Main PID: 599 (rpcbind)
Tasks: 1 (limit: 34875)
Memory: 608K (peak: 1.7M)
CPU: 62ms
CGroup: /system.slice/rpcbind.service
└─599 /usr/sbin/rpcbind -f -w
Jul 27 00:36:16 pfv-tsys1 systemd[1]: Starting rpcbind.service - RPC bind portmap service...
Jul 27 00:36:16 pfv-tsys1 systemd[1]: Started rpcbind.service - RPC bind portmap service.
○ rpc-statd.service - NFS status monitor for NFSv2/3 locking.
Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static)
Active: inactive (dead)
Docs: man:rpc.statd(8)
○ zfs-import.service
Loaded: masked (Reason: Unit zfs-import.service is masked.)
Active: inactive (dead)
● 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
Invocation: b9093ce8c96f41d79c2c56a05430bbe3
Docs: man:zfs(8)
Main PID: 549 (code=exited, status=0/SUCCESS)
Mem peak: 1.7M
CPU: 9ms
Jul 27 00:36:15 pfv-tsys1 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems...
Jul 27 00:36:15 pfv-tsys1 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems.
● smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon
Loaded: loaded (/usr/lib/systemd/system/smartmontools.service; enabled; preset: enabled)
Active: active (running) since Mon 2026-07-27 00:36:19 CDT; 21h 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"
Tasks: 1 (limit: 34875)
Memory: 3.4M (peak: 5.6M)
CPU: 60ms
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
###############################################################################
# 25. TIMERS / CRON
###############################################################################
--- 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
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 ..
-rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
-rw-r--r-- 1 root root 400 Jan 15 2024 sysstat
lrwxrwxrwx 1 root root 20 Mar 12 09:41 vzdump -> /etc/pve/vzdump.cron
-rw-r--r-- 1 root root 377 Aug 26 2025 zfsutils-linux
--- /etc/cron.daily
total 32
drwxr-xr-x 2 root root 4096 Jul 27 08:04 .
drwxr-xr-x 107 root root 4096 Jul 27 21:53 ..
-rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat
-rwxr-xr-x 1 root root 123 May 27 2025 dpkg
-rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate
-rwxr-xr-x 1 root root 1395 May 2 2025 man-db
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
-rwxr-xr-x 1 root root 526 Jan 15 2024 sysstat
--- /etc/cron.hourly
total 12
drwxr-xr-x 2 root root 4096 Mar 12 09:38 .
drwxr-xr-x 107 root root 4096 Jul 27 21:53 ..
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
--- /etc/cron.weekly
total 16
drwxr-xr-x 2 root root 4096 Mar 12 09:39 .
drwxr-xr-x 107 root root 4096 Jul 27 21:53 ..
-rwxr-xr-x 1 root root 1055 May 2 2025 man-db
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
--- crontabs
--- /etc/crontab ---
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
47 6 * * 7 root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; }
52 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; }
#
--- root crontab
$ crontab -l 2>/dev/null || echo " [no root crontab]"
[no root crontab]
###############################################################################
# 26. LIVE PERFORMANCE SNAPSHOT
###############################################################################
--- /proc/loadavg
$ cat /proc/loadavg
1.03 0.62 0.47 1/418 380520
--- vmstat 1 3
$ vmstat 1 3
procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu-------
r b swpd free buff cache si so bi bo in cs us sy id wa st gu
0 0 0 11631720 17456 1199672 0 0 74 20 7806 13 0 1 82 6 0 11
0 0 0 11630360 17456 1199788 0 0 0 0 7486 10639 0 1 82 15 0 2
0 0 0 11630372 17456 1199792 0 0 0 0 6786 9863 0 0 88 8 0 3
--- mpstat 1 3 (per-cpu)
$ mpstat 1 3
Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU)
09:55:26 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle
09:55:27 PM all 0.25 0.00 0.38 1.14 0.00 0.00 0.00 1.27 0.00 96.84
09:55:28 PM all 0.25 0.00 0.76 14.92 0.00 0.00 0.00 1.39 0.00 82.68
09:55:29 PM all 0.38 0.00 0.88 10.35 0.00 0.13 0.00 1.14 0.00 87.12
Average: all 0.30 0.00 0.67 8.81 0.00 0.04 0.00 1.26 0.00 88.91
--- iostat -xz 1 3
$ iostat -xz 1 3
Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU)
avg-cpu: %user %nice %system %iowait %steal %idle
11.21 0.00 0.89 5.97 0.00 81.93
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
dm-0 0.00 0.04 0.00 0.00 21.88 16.87 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
dm-1 0.30 26.08 0.00 0.00 21.76 85.75 2.80 20.94 0.00 0.00 4.83 7.47 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.58
dm-2 0.00 0.05 0.00 0.00 6.83 160.17 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda 0.60 74.61 0.09 12.95 8.57 123.36 1.81 20.94 0.99 35.43 1826.25 11.56 0.00 0.00 0.00 0.00 0.00 0.00 0.36 23.66 3.32 1.04
avg-cpu: %user %nice %system %iowait %steal %idle
1.27 0.00 0.25 1.27 0.00 97.21
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
avg-cpu: %user %nice %system %iowait %steal %idle
2.66 0.00 1.90 0.00 0.00 95.43
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
sda 4.00 512.00 0.00 0.00 3.00 128.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 1.30
--- sar -dp 1 2
$ sar -dp 1 2
Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU)
09:55:31 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
09:55:32 PM 91.00 0.00 400.00 0.00 4.40 0.05 0.54 0.80 sda
09:55:32 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
09:55:32 PM 92.00 0.00 400.00 0.00 4.35 0.06 0.64 1.00 pve-root
09:55:32 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
09:55:32 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
09:55:33 PM 8.00 24.00 48.00 0.00 9.00 0.26 21.50 8.60 sda
09:55:33 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
09:55:33 PM 18.00 24.00 48.00 0.00 4.00 0.17 9.56 8.70 pve-root
09:55:33 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
Average: tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
Average: 49.50 12.00 224.00 0.00 4.77 0.15 2.23 4.70 sda
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
Average: 55.00 12.00 224.00 0.00 4.29 0.12 2.10 4.85 pve-root
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
--- sar -n DEV 1 2
$ sar -n DEV 1 2
Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU)
09:55:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil
09:55:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
09:55:34 PM nic0 117.00 90.00 20.77 21.02 0.00 0.00 16.00 0.02
09:55:34 PM nic1 382.00 649.00 43.86 810.63 0.00 0.00 0.00 0.00
09:55:34 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
09:55:34 PM vmbr0 27.00 3.00 4.81 0.47 0.00 0.00 12.00 0.00
09:55:34 PM datanet 382.00 649.00 43.86 810.63 0.00 0.00 0.00 0.00
09:55:34 PM tap114i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
09:55:34 PM fwbr114i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00
09:55:34 PM fwpr114p0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00
09:55:34 PM fwln114i0 24.00 0.00 4.72 0.00 0.00 0.00 0.00 0.00
09:55:34 PM tap117i0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00
09:55:34 PM fwbr117i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00
09:55:34 PM fwpr117p0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00
09:55:34 PM fwln117i0 24.00 0.00 4.72 0.00 0.00 0.00 0.00 0.00
09:55:34 PM tap109i0 55.00 70.00 13.55 12.66 0.00 0.00 0.00 0.00
09:55:34 PM fwbr109i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00
09:55:34 PM fwpr109p0 55.00 70.00 13.55 12.66 0.00 0.00 0.00 0.00
09:55:34 PM fwln109i0 70.00 55.00 12.66 13.55 0.00 0.00 0.00 0.00
09:55:34 PM tap108i0 4.00 27.00 0.66 5.21 0.00 0.00 0.00 0.00
09:55:34 PM fwbr108i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00
09:55:34 PM fwpr108p0 4.00 27.00 0.66 5.21 0.00 0.00 0.00 0.00
09:55:34 PM fwln108i0 27.00 4.00 5.21 0.66 0.00 0.00 0.00 0.00
09:55:34 PM tap106i0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00
09:55:34 PM fwbr106i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00
09:55:34 PM fwpr106p0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00
09:55:34 PM fwln106i0 24.00 0.00 4.72 0.00 0.00 0.00 0.00 0.00
09:55:34 PM tap100i0 12.00 46.00 3.08 8.61 0.00 0.00 0.00 0.00
09:55:34 PM tap101i0 2.00 27.00 0.35 5.16 0.00 0.00 0.00 0.00
09:55:34 PM fwbr101i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00
09:55:34 PM fwpr101p0 2.00 27.00 0.35 5.16 0.00 0.00 0.00 0.00
09:55:34 PM fwln101i0 27.00 2.00 5.16 0.35 0.00 0.00 0.00 0.00
09:55:34 PM tap103i0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00
09:55:34 PM fwbr103i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00
09:55:34 PM fwpr103p0 0.00 24.00 0.00 4.72 0.00 0.00 0.00 0.00
09:55:34 PM fwln103i0 24.00 0.00 4.72 0.00 0.00 0.00 0.00 0.00
09:55:34 PM tap104i0 9.00 32.00 1.79 6.02 0.00 0.00 0.00 0.00
09:55:34 PM fwbr104i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00
09:55:34 PM fwpr104p0 9.00 32.00 1.79 6.02 0.00 0.00 0.00 0.00
09:55:34 PM fwln104i0 32.00 9.00 6.02 1.79 0.00 0.00 0.00 0.00
09:55:34 PM tap105i0 17.00 40.00 2.65 7.34 0.00 0.00 0.00 0.00
09:55:34 PM fwbr105i0 24.00 0.00 4.39 0.00 0.00 0.00 12.00 0.00
09:55:34 PM fwpr105p0 17.00 40.00 2.65 7.34 0.00 0.00 0.00 0.00
09:55:34 PM fwln105i0 40.00 17.00 7.34 2.65 0.00 0.00 0.00 0.00
09:55:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil
09:55:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
09:55:35 PM nic0 65.00 45.00 9.08 11.57 0.00 0.00 11.00 0.01
09:55:35 PM nic1 60.00 94.00 4.85 116.46 0.00 0.00 0.00 0.00
09:55:35 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
09:55:35 PM vmbr0 22.00 3.00 2.78 0.35 0.00 0.00 11.00 0.00
09:55:35 PM datanet 60.00 94.00 4.85 116.46 0.00 0.00 1.00 0.00
09:55:35 PM tap114i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
09:55:35 PM fwbr114i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00
09:55:35 PM fwpr114p0 0.00 18.00 0.00 2.64 0.00 0.00 0.00 0.00
09:55:35 PM fwln114i0 18.00 0.00 2.64 0.00 0.00 0.00 0.00 0.00
09:55:35 PM tap117i0 1.00 19.00 0.06 2.71 0.00 0.00 0.00 0.00
09:55:35 PM fwbr117i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00
09:55:35 PM fwpr117p0 1.00 19.00 0.06 2.71 0.00 0.00 0.00 0.00
09:55:35 PM fwln117i0 19.00 1.00 2.71 0.06 0.00 0.00 0.00 0.00
09:55:35 PM tap109i0 34.00 50.00 9.89 6.84 0.00 0.00 0.00 0.00
09:55:35 PM fwbr109i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00
09:55:35 PM fwpr109p0 34.00 50.00 9.89 6.84 0.00 0.00 0.00 0.00
09:55:35 PM fwln109i0 50.00 34.00 6.84 9.89 0.00 0.00 0.00 0.00
09:55:35 PM tap108i0 0.00 19.00 0.00 2.81 0.00 0.00 0.00 0.00
09:55:35 PM fwbr108i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00
09:55:35 PM fwpr108p0 0.00 19.00 0.00 2.81 0.00 0.00 0.00 0.00
09:55:35 PM fwln108i0 19.00 0.00 2.81 0.00 0.00 0.00 0.00 0.00
09:55:35 PM tap106i0 0.00 18.00 0.00 2.64 0.00 0.00 0.00 0.00
09:55:35 PM fwbr106i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00
09:55:35 PM fwpr106p0 0.00 18.00 0.00 2.64 0.00 0.00 0.00 0.00
09:55:35 PM fwln106i0 18.00 0.00 2.64 0.00 0.00 0.00 0.00 0.00
09:55:35 PM tap100i0 0.00 19.00 0.00 2.88 0.00 0.00 0.00 0.00
09:55:35 PM tap101i0 1.00 19.00 0.08 2.73 0.00 0.00 0.00 0.00
09:55:35 PM fwbr101i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00
09:55:35 PM fwpr101p0 1.00 19.00 0.08 2.73 0.00 0.00 0.00 0.00
09:55:35 PM fwln101i0 19.00 1.00 2.73 0.08 0.00 0.00 0.00 0.00
09:55:35 PM tap103i0 0.00 18.00 0.00 2.64 0.00 0.00 0.00 0.00
09:55:35 PM fwbr103i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00
09:55:35 PM fwpr103p0 0.00 18.00 0.00 2.64 0.00 0.00 0.00 0.00
09:55:35 PM fwln103i0 18.00 0.00 2.64 0.00 0.00 0.00 0.00 0.00
09:55:35 PM tap104i0 5.00 23.00 0.83 3.49 0.00 0.00 0.00 0.00
09:55:35 PM fwbr104i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00
09:55:35 PM fwpr104p0 5.00 23.00 0.83 3.49 0.00 0.00 0.00 0.00
09:55:35 PM fwln104i0 23.00 5.00 3.49 0.83 0.00 0.00 0.00 0.00
09:55:35 PM tap105i0 1.00 19.00 0.08 2.73 0.00 0.00 0.00 0.00
09:55:35 PM fwbr105i0 18.00 0.00 2.40 0.00 0.00 0.00 11.00 0.00
09:55:35 PM fwpr105p0 1.00 19.00 0.08 2.73 0.00 0.00 0.00 0.00
09:55:35 PM fwln105i0 19.00 1.00 2.73 0.08 0.00 0.00 0.00 0.00
Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil
Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
Average: nic0 91.00 67.50 14.93 16.30 0.00 0.00 13.50 0.01
Average: nic1 221.00 371.50 24.36 463.54 0.00 0.00 0.00 0.00
Average: tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
Average: vmbr0 24.50 3.00 3.80 0.41 0.00 0.00 11.50 0.00
Average: datanet 221.00 371.50 24.36 463.54 0.00 0.00 0.50 0.00
Average: tap114i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
Average: fwbr114i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00
Average: fwpr114p0 0.00 21.00 0.00 3.68 0.00 0.00 0.00 0.00
Average: fwln114i0 21.00 0.00 3.68 0.00 0.00 0.00 0.00 0.00
Average: tap117i0 0.50 21.50 0.03 3.71 0.00 0.00 0.00 0.00
Average: fwbr117i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00
Average: fwpr117p0 0.50 21.50 0.03 3.71 0.00 0.00 0.00 0.00
Average: fwln117i0 21.50 0.50 3.71 0.03 0.00 0.00 0.00 0.00
Average: tap109i0 44.50 60.00 11.72 9.75 0.00 0.00 0.00 0.00
Average: fwbr109i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00
Average: fwpr109p0 44.50 60.00 11.72 9.75 0.00 0.00 0.00 0.00
Average: fwln109i0 60.00 44.50 9.75 11.72 0.00 0.00 0.00 0.00
Average: tap108i0 2.00 23.00 0.33 4.01 0.00 0.00 0.00 0.00
Average: fwbr108i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00
Average: fwpr108p0 2.00 23.00 0.33 4.01 0.00 0.00 0.00 0.00
Average: fwln108i0 23.00 2.00 4.01 0.33 0.00 0.00 0.00 0.00
Average: tap106i0 0.00 21.00 0.00 3.68 0.00 0.00 0.00 0.00
Average: fwbr106i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00
Average: fwpr106p0 0.00 21.00 0.00 3.68 0.00 0.00 0.00 0.00
Average: fwln106i0 21.00 0.00 3.68 0.00 0.00 0.00 0.00 0.00
Average: tap100i0 6.00 32.50 1.54 5.75 0.00 0.00 0.00 0.00
Average: tap101i0 1.50 23.00 0.22 3.94 0.00 0.00 0.00 0.00
Average: fwbr101i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00
Average: fwpr101p0 1.50 23.00 0.22 3.94 0.00 0.00 0.00 0.00
Average: fwln101i0 23.00 1.50 3.94 0.22 0.00 0.00 0.00 0.00
Average: tap103i0 0.00 21.00 0.00 3.68 0.00 0.00 0.00 0.00
Average: fwbr103i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00
Average: fwpr103p0 0.00 21.00 0.00 3.68 0.00 0.00 0.00 0.00
Average: fwln103i0 21.00 0.00 3.68 0.00 0.00 0.00 0.00 0.00
Average: tap104i0 7.00 27.50 1.31 4.75 0.00 0.00 0.00 0.00
Average: fwbr104i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00
Average: fwpr104p0 7.00 27.50 1.31 4.75 0.00 0.00 0.00 0.00
Average: fwln104i0 27.50 7.00 4.75 1.31 0.00 0.00 0.00 0.00
Average: tap105i0 9.00 29.50 1.37 5.04 0.00 0.00 0.00 0.00
Average: fwbr105i0 21.00 0.00 3.39 0.00 0.00 0.00 11.50 0.00
Average: fwpr105p0 9.00 29.50 1.37 5.04 0.00 0.00 0.00 0.00
Average: fwln105i0 29.50 9.00 5.04 1.37 0.00 0.00 0.00 0.00
--- sar -n NFS,NFSD 1 2
$ sar -n NFS,NFSD 1 2
Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU)
09:55:35 PM call/s retrans/s read/s write/s access/s getatt/s
09:55:36 PM 3.00 0.00 0.00 3.00 0.00 0.00
09:55:35 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
09:55:36 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
09:55:36 PM call/s retrans/s read/s write/s access/s getatt/s
09:55:37 PM 52.00 0.00 0.00 53.00 0.00 0.00
09:55:36 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
09:55:37 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
Average: call/s retrans/s read/s write/s access/s getatt/s
Average: 27.50 0.00 0.00 28.00 0.00 0.00
Average: scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
--- sar -n SOCK 1 1
$ sar -n SOCK 1 1
Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU)
09:55:37 PM totsck tcpsck udpsck rawsck ip-frag tcp-tw
09:55:38 PM 428 20 4 0 0 89
Average: 428 20 4 0 0 89
--- sar -n TCP,ETCP 1 2
$ sar -n TCP,ETCP 1 2
Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU)
09:55:38 PM active/s passive/s iseg/s oseg/s
09:55:39 PM 0.00 0.00 33.00 50.00
09:55:38 PM atmptf/s estres/s retrans/s isegerr/s orsts/s
09:55:39 PM 0.00 0.00 0.00 0.00 0.00
09:55:39 PM active/s passive/s iseg/s oseg/s
09:55:40 PM 0.00 0.00 83.00 171.00
09:55:39 PM atmptf/s estres/s retrans/s isegerr/s orsts/s
09:55:40 PM 0.00 0.00 0.00 0.00 0.00
Average: active/s passive/s iseg/s oseg/s
Average: 0.00 0.00 58.00 110.50
Average: atmptf/s estres/s retrans/s isegerr/s orsts/s
Average: 0.00 0.00 0.00 0.00 0.00
--- pidstat -d 1 2 (top disk)
$ pidstat -d 1 2
Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU)
09:55:40 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
09:55:41 PM 0 721 0.00 47.52 0.00 0 rrdcached
09:55:41 PM 0 1344 506.93 0.00 0.00 0 pvestatd
09:55:41 PM 0 149024 0.00 3.96 0.00 0 kvm
09:55:41 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
09:55:42 PM 0 149583 0.00 24.00 0.00 0 kvm
09:55:42 PM 0 380604 0.00 4.00 0.00 0 pidstat
Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
Average: 0 721 0.00 23.88 0.00 0 rrdcached
Average: 0 1344 254.73 0.00 0.00 0 pvestatd
Average: 0 149024 0.00 1.99 0.00 0 kvm
Average: 0 149583 0.00 11.94 0.00 0 kvm
Average: 0 380604 0.00 1.99 0.00 0 pidstat
--- pidstat -u 1 2 (top cpu)
$ pidstat -u 1 2
Linux 7.0.14-6-pve (pfv-tsys1) 07/27/2026 _x86_64_ (8 CPU)
09:55:42 PM UID PID %usr %system %guest %wait %CPU CPU Command
09:55:43 PM 0 1151 0.99 0.00 0.00 0.00 0.99 0 corosync
09:55:43 PM 0 2388 0.00 1.98 0.99 0.00 1.98 6 kvm
09:55:43 PM 0 148662 0.99 0.00 2.97 0.00 3.96 4 kvm
09:55:43 PM 0 148819 0.99 0.00 1.98 0.00 2.97 3 kvm
09:55:43 PM 0 149024 0.99 0.00 0.00 0.00 0.99 7 kvm
09:55:43 PM 0 149139 1.98 0.99 2.97 0.00 5.94 3 kvm
09:55:43 PM 0 149214 0.99 0.99 0.00 0.00 1.98 6 kvm
09:55:43 PM 0 149467 0.99 0.99 0.00 0.00 1.98 7 kvm
09:55:43 PM 0 149583 0.00 0.00 0.99 0.00 0.99 2 kvm
09:55:43 PM 0 212290 0.00 0.00 0.99 0.00 0.99 4 kvm
09:55:43 PM 0 380632 0.00 0.99 0.00 0.00 0.99 7 pidstat
09:55:43 PM UID PID %usr %system %guest %wait %CPU CPU Command
09:55:44 PM 0 2388 1.00 2.00 0.00 0.00 3.00 7 kvm
09:55:44 PM 0 2457 1.00 1.00 0.00 0.00 2.00 3 kvm
09:55:44 PM 0 148662 0.00 0.00 2.00 0.00 2.00 4 kvm
09:55:44 PM 0 148819 0.00 0.00 2.00 0.00 2.00 3 kvm
09:55:44 PM 0 149139 0.00 0.00 3.00 0.00 3.00 3 kvm
09:55:44 PM 0 149214 1.00 0.00 0.00 0.00 1.00 1 kvm
09:55:44 PM 0 149583 0.00 1.00 1.00 0.00 2.00 2 kvm
Average: UID PID %usr %system %guest %wait %CPU CPU Command
Average: 0 1151 0.50 0.00 0.00 0.00 0.50 - corosync
Average: 0 2388 0.00 1.99 0.50 0.00 2.49 - kvm
Average: 0 2457 0.50 0.50 0.00 0.00 1.00 - kvm
Average: 0 148662 0.50 0.00 2.49 0.00 2.99 - kvm
Average: 0 148819 0.50 0.00 1.99 0.00 2.49 - kvm
Average: 0 149024 0.00 0.00 0.50 0.00 0.50 - kvm
Average: 0 149139 1.00 0.50 2.99 0.00 4.48 - kvm
Average: 0 149214 1.00 0.50 0.00 0.00 1.49 - kvm
Average: 0 149467 0.50 0.50 0.00 0.00 1.00 - kvm
Average: 0 149583 0.00 0.50 1.00 0.00 1.49 - kvm
Average: 0 212290 0.00 0.00 0.50 0.00 0.50 - kvm
Average: 0 380632 0.00 0.50 0.00 0.00 0.50 - pidstat
--- top (single snapshot, top 30)
$ top -b -n 1
top - 21:55:44 up 21:19, 1 user, load average: 0.80, 0.60, 0.46
Tasks: 259 total, 1 running, 258 sleeping, 0 stopped, 0 zombie
%Cpu(s): 1.7 us, 1.7 sy, 0.0 ni, 79.8 id, 16.8 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 32003.0 total, 11369.0 free, 19900.3 used, 1190.8 buff/cache
MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 12102.8 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
149139 root 20 0 4976832 4.0g 11916 S 10.0 12.7 53:13.97 kvm
1 root 20 0 25260 16396 11060 S 0.0 0.1 0:09.76 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+
4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
7 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
14 root 20 0 0 0 0 S 0.0 0.0 0:01.14 ksoftir+
15 root 20 0 0 0 0 I 0.0 0.0 0:31.56 rcu_pre+
16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+
17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+
18 root rt 0 0 0 0 S 0.0 0.0 0:00.16 migrati+
19 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kprobe-+
20 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0
22 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1
23 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
24 root rt 0 0 0 0 S 0.0 0.0 0:00.19 migrati+
25 root 20 0 0 0 0 S 0.0 0.0 0:09.21 ksoftir+
27 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
28 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2
29 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
30 root rt 0 0 0 0 S 0.0 0.0 0:00.19 migrati+
31 root 20 0 0 0 0 S 0.0 0.0 0:00.25 ksoftir+
33 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
34 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3
35 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
36 root rt 0 0 0 0 S 0.0 0.0 0:00.19 migrati+
37 root 20 0 0 0 0 S 0.0 0.0 0:00.16 ksoftir+
39 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
40 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4
41 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
42 root rt 0 0 0 0 S 0.0 0.0 0:00.13 migrati+
43 root 20 0 0 0 0 S 0.0 0.0 0:00.16 ksoftir+
45 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
46 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5
47 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
48 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+
49 root 20 0 0 0 0 S 0.0 0.0 0:00.13 ksoftir+
51 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
52 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6
53 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
54 root rt 0 0 0 0 S 0.0 0.0 0:00.15 migrati+
55 root 20 0 0 0 0 S 0.0 0.0 0:07.77 ksoftir+
57 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
58 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7
59 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
60 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+
61 root 20 0 0 0 0 S 0.0 0.0 0:00.10 ksoftir+
63 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
64 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+
65 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
66 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
67 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
68 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd
69 root 20 0 0 0 0 S 0.0 0.0 0:00.04 khungta+
70 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+
73 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
74 root 20 0 0 0 0 S 0.0 0.0 0:01.05 kcompac+
75 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
76 root 39 19 0 0 0 S 0.0 0.0 0:00.28 khugepa+
77 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
78 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
79 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
80 root -51 0 0 0 0 S 0.0 0.0 0:00.51 irq/9-a+
83 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
84 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
85 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
88 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
89 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
90 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+
91 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
92 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+
96 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
97 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
99 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
100 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
115 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
181 root 20 0 0 0 0 I 0.0 0.0 0:29.40 kworker+
191 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
192 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
193 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
194 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
195 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
196 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
197 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
198 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
199 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
200 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
201 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
202 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
222 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
223 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
231 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
232 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
233 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
256 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
257 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
258 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
289 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+
292 root 20 0 0 0 0 S 0.0 0.0 0:01.37 jbd2/dm+
293 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
340 root 20 0 59748 36512 34920 S 0.0 0.1 0:01.92 systemd+
352 root 0 -20 0 0 0 I 0.0 0.0 0:00.31 kworker+
357 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+
359 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+
360 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+
361 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+
364 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+
385 root 20 0 77296 22300 9124 S 0.0 0.1 0:02.58 dmeventd
388 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+
391 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+
392 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+
393 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+
394 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+
398 root 20 0 37240 10880 8148 S 0.0 0.0 0:00.55 systemd+
399 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
400 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
401 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+
402 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
403 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
404 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
405 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+
406 root 20 0 0 0 0 S 0.0 0.0 0:00.69 arc_evi+
407 root 39 19 0 0 0 S 0.0 0.0 0:00.74 arc_reap
408 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+
409 root 39 19 0 0 0 S 0.0 0.0 0:00.67 dbuf_ev+
410 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+
411 root 20 0 0 0 0 S 0.0 0.0 0:00.53 l2arc_f+
416 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
488 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/36-+
514 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
520 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
521 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
522 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
599 _rpc 20 0 6568 3932 3516 S 0.0 0.0 0:00.06 rpcbind
600 root 20 0 79620 2612 2404 S 0.0 0.0 0:05.57 pvefw-l+
603 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
604 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
607 root 20 0 5264 1600 1376 S 0.0 0.0 0:00.00 blkmapd
708 _chrony 20 0 19940 5708 4940 S 0.0 0.0 0:00.14 chronyd
709 message+ 20 0 8612 5396 4404 S 0.0 0.0 0:04.53 dbus-da+
718 root 20 0 276136 3576 3284 S 0.0 0.0 0:00.00 pve-lxc+
721 root 20 0 839044 8524 6988 S 0.0 0.0 0:10.95 rrdcach+
722 root 20 0 7216 2252 1904 S 0.0 0.0 0:01.03 ksmtuned
737 root 20 0 10124 6264 4816 S 0.0 0.0 0:00.05 smartd
738 root 20 0 19108 9232 7880 S 0.0 0.0 0:00.54 systemd+
745 root 20 0 5748 2344 2112 S 0.0 0.0 0:00.06 qmeventd
767 root 20 0 1421328 61960 26608 S 0.0 0.2 2:57.81 tailsca+
771 root 20 0 2432 1580 1484 S 0.0 0.0 0:01.70 watchdo+
774 root 20 0 104420 6356 5204 S 0.0 0.0 0:00.00 zed
776 root 20 0 159036 2544 2176 S 0.0 0.0 0:00.00 lxcfs
804 _chrony 20 0 11612 2248 1616 S 0.0 0.0 0:00.00 chronyd
866 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
931 root 20 0 5984 3580 2740 S 0.0 0.0 0:00.48 dhclient
1038 beszel 20 0 2157520 16716 10500 S 0.0 0.1 0:09.65 beszel-+
1039 root 20 0 5520 2624 2372 S 0.0 0.0 0:00.00 lxc-mon+
1047 root 20 0 6364 4032 3580 S 0.0 0.0 0:00.06 ser2net
1050 root 20 0 266312 32780 15576 S 0.0 0.1 0:09.14 tuned
1057 root 20 0 8168 2760 2524 S 0.0 0.0 0:00.00 agetty
1059 root 20 0 11776 7980 6752 S 0.0 0.0 0:00.18 sshd
1084 root 20 0 739472 69640 56340 S 0.0 0.2 1:14.62 pmxcfs
1151 root rt 0 226084 160632 51588 S 0.0 0.5 7:44.15 corosync
1154 root 20 0 6864 2908 2652 S 0.0 0.0 0:00.12 cron
1155 root 20 0 13584 6100 5148 S 0.0 0.0 0:04.56 proxmox+
1227 root 20 0 43984 4680 4044 S 0.0 0.0 0:00.18 master
1235 postfix 20 0 44524 7628 6932 S 0.0 0.0 0:00.03 qmgr
1241 polkitd 20 0 306704 8280 7152 S 0.0 0.0 0:01.25 polkitd
1332 root 20 0 186436 112972 7464 S 0.0 0.3 2:45.27 pve-fir+
1344 root 20 0 202392 133012 13752 S 0.0 0.4 13:10.96 pvestatd
1362 root 20 0 230084 153624 3364 S 0.0 0.5 0:00.75 pvedaem+
1372 root 20 0 214180 125828 5588 S 0.0 0.4 0:05.11 pve-ha-+
1375 www-data 20 0 231256 154964 3472 S 0.0 0.5 0:00.80 pveproxy
1389 www-data 20 0 99312 55444 3384 S 0.0 0.2 0:00.69 spicepr+
1390 www-data 20 0 99444 56236 4012 S 0.0 0.2 0:01.76 spicepr+
1392 root 20 0 213184 124840 5556 S 0.0 0.4 0:08.18 pve-ha-+
1412 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
1418 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+
2388 root 20 0 2953216 487748 11532 S 0.0 1.5 28:51.27 kvm
2445 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
2457 root 20 0 5082712 803436 11500 S 0.0 2.5 9:45.23 kvm
2527 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
2560 root 20 0 209808 126492 3380 S 0.0 0.4 0:08.14 pvesche+
137026 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
137027 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
137028 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
137029 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
137267 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
148662 root 20 0 2749720 1.1g 11528 S 0.0 3.6 23:03.28 kvm
148746 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
148819 root 20 0 9697004 4.4g 13608 S 0.0 14.2 51:58.63 kvm
148888 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
149024 root 20 0 6359716 3.1g 13840 S 0.0 9.9 16:53.14 kvm
149077 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
149174 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
149214 root 20 0 2769412 578148 11864 S 0.0 1.8 7:59.41 kvm
149277 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
149467 root 20 0 2769912 743420 11616 S 0.0 2.3 5:56.80 kvm
149520 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
149583 root 20 0 2863396 990.1m 11324 S 0.0 3.1 14:37.68 kvm
149652 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
150532 root 20 0 0 0 0 I 0.0 0.0 0:16.81 kworker+
190618 root 20 0 0 0 0 I 0.0 0.0 0:15.56 kworker+
212290 root 20 0 2900136 1.2g 11648 S 0.0 3.7 9:45.14 kvm
212359 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
254006 root 20 0 0 0 0 I 0.0 0.0 0:05.86 kworker+
265869 root 20 0 0 0 0 I 0.0 0.0 0:05.29 kworker+
279069 root 20 0 239096 161280 9184 S 0.0 0.5 0:04.83 pvedaem+
293593 root 20 0 0 0 0 I 0.0 0.0 0:04.18 kworker+
293938 root 20 0 238968 161108 9112 S 0.0 0.5 0:05.14 pvedaem+
294210 root 20 0 238676 160708 8860 S 0.0 0.5 0:04.93 pvedaem+
308038 www-data 20 0 291264 221956 18628 S 0.0 0.7 0:04.26 pveprox+
310103 www-data 20 0 268028 193996 12860 S 0.0 0.6 0:02.68 pveprox+
310255 root 20 0 0 0 0 I 0.0 0.0 0:02.93 kworker+
336275 root 20 0 0 0 0 I 0.0 0.0 0:00.42 kworker+
336440 www-data 20 0 267828 192592 11668 S 0.0 0.6 0:01.16 pveprox+
343341 root 20 0 0 0 0 I 0.0 0.0 0:00.41 kworker+
348684 root 20 0 0 0 0 I 0.0 0.0 0:01.15 kworker+
354110 postfix 20 0 44472 7768 7024 S 0.0 0.0 0:00.00 pickup
359924 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+
360556 root 20 0 0 0 0 I 0.0 0.0 0:00.75 kworker+
360908 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+
362704 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+
362932 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+
363715 root 20 0 0 0 0 I 0.0 0.0 0:00.19 kworker+
367988 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+
369231 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+
369824 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+
370678 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+
370774 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+
371926 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+
372022 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+
375267 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+
375609 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+
375815 root 20 0 22356 12700 10192 S 0.0 0.0 0:00.16 systemd
375816 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
375818 root 20 0 24404 3812 2012 S 0.0 0.0 0:00.00 (sd-pam)
375823 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
375863 root 20 0 19652 11676 9904 S 0.0 0.0 0:00.00 sshd-se+
375870 root 20 0 19908 7436 5388 S 0.0 0.0 0:00.00 sshd-se+
375871 root 20 0 7328 3856 3312 S 0.0 0.0 0:00.41 bash
378422 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+
378637 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
378769 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
378964 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
380347 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
380479 root 20 0 5580 2072 1956 S 0.0 0.0 0:00.00 sleep
380636 root 20 0 7328 2472 1928 S 0.0 0.0 0:00.00 bash
380637 root 20 0 5588 2092 1972 S 0.0 0.0 0:00.00 head
380638 root 20 0 10424 5452 3364 R 0.0 0.0 0:00.00 top
--- zpool iostat 1 2
$ zpool iostat 1 2
no pools available
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
--- /proc/net/dev delta (1s)
$ awk '{print $1}' /proc/net/dev
echo "--- t0 ---"
cat /proc/net/dev
sleep 1
echo "--- t1 (1s later) ---"
cat /proc/net/dev
Inter-|
face
lo:
nic0:
nic1:
tailscale0:
vmbr0:
datanet:
tap114i0:
fwbr114i0:
fwpr114p0:
fwln114i0:
tap117i0:
fwbr117i0:
fwpr117p0:
fwln117i0:
tap109i0:
fwbr109i0:
fwpr109p0:
fwln109i0:
tap108i0:
fwbr108i0:
fwpr108p0:
fwln108i0:
tap106i0:
fwbr106i0:
fwpr106p0:
fwln106i0:
tap100i0:
tap101i0:
fwbr101i0:
fwpr101p0:
fwln101i0:
tap103i0:
fwbr103i0:
fwpr103p0:
fwln103i0:
tap104i0:
fwbr104i0:
fwpr104p0:
fwln104i0:
tap105i0:
fwbr105i0:
fwpr105p0:
fwln105i0:
--- 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
--- 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
###############################################################################
# 27. DNS / NTP / TIME
###############################################################################
--- /etc/resolv.conf
--- /etc/resolv.conf ---
# resolv.conf(5) file generated by tailscale
# For more info, see https://tailscale.com/s/resolvconf-overwrite
# DO NOT EDIT THIS FILE BY HAND -- CHANGES WILL BE OVERWRITTEN
nameserver 100.100.100.100
nameserver fd7a:115c:a1e0::53
search knel.net
--- /etc/hosts
--- /etc/hosts ---
127.0.0.1 localhost.localdomain localhost
192.168.100.2 pfv-tsys1.knel.net pfv-tsys1
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
10.100.100.4 pfv-tsys4-nfs-stor
10.100.100.5 pfv-tsys5-nfs-stor
--- /etc/ntp.conf
[missing: /etc/ntp.conf]
--- /etc/chrony/chrony.conf
--- /etc/chrony/chrony.conf ---
# Welcome to the chrony configuration file. See chrony.conf(5) for more
# information about usable directives.
# Use Debian vendor zone.
pool 2.debian.pool.ntp.org iburst
# Use time sources from DHCP.
sourcedir /run/chrony-dhcp
# Use NTP sources found in /etc/chrony/sources.d.
sourcedir /etc/chrony/sources.d
# This directive specifies the location of the file containing ID/key pairs for
# NTP authentication.
keyfile /etc/chrony/chrony.keys
# This directive specifies the file into which chronyd will store the rate
# information.
driftfile /var/lib/chrony/chrony.drift
# Save NTS keys and cookies.
ntsdumpdir /var/lib/chrony
# Uncomment the following line to turn logging on.
#log tracking measurements statistics
# Log files location.
logdir /var/log/chrony
# Stop bad estimates upsetting machine clock.
maxupdateskew 100.0
# This directive enables kernel synchronisation (every 11 minutes) of the
# real-time clock. Note that it can't be used along with the 'rtcfile' directive.
rtcsync
# Step the system clock instead of slewing it if the adjustment is larger than
# one second, but only in the first three clock updates.
makestep 1 3
# Get TAI-UTC offset and leap seconds from the system tz database.
# This directive must be commented out when using time sources serving
# leap-smeared time.
leapseclist /usr/share/zoneinfo/leap-seconds.list
# Include configuration files found in /etc/chrony/conf.d.
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
Time zone: America/Chicago (CDT, -0500)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
--- chronyc tracking
$ 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
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
--- ntpq peers
$ ntpq -pn
/root/check.sh: line 45: ntpq: command not found
[exit=127 / not installed or not permitted]
###############################################################################
# 28. FIREWALL / SECURITY
###############################################################################
--- pve-firewall status
$ pve-firewall status
Status: disabled/running
--- nft ruleset (count)
$ nft list ruleset
--- nft ruleset (head)
$ nft list ruleset
--- iptables-save (legacy)
$ iptables-save
# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:48 2026
*raw
:PREROUTING ACCEPT [56815310:57914671332]
:OUTPUT ACCEPT [22908610:35235944586]
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
*mangle
:PREROUTING ACCEPT [56815382:57914687809]
:INPUT ACCEPT [48245791:56852463707]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [22908638:35235950484]
:POSTROUTING ACCEPT [22908638:35235950484]
-A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000
-A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000
COMMIT
# Completed on Mon Jul 27 21:55:48 2026
# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:48 2026
*nat
:PREROUTING ACCEPT [8083253:955890804]
:INPUT ACCEPT [73155:18286340]
:OUTPUT ACCEPT [156708:10292326]
:POSTROUTING ACCEPT [156708:10292326]
:ts-postrouting - [0:0]
-A POSTROUTING -j ts-postrouting
-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE
COMMIT
# Completed on Mon Jul 27 21:55:48 2026
# Generated by iptables-save v1.8.11 on Mon Jul 27 21:55:48 2026
*filter
:INPUT ACCEPT [47234750:56631001252]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [22908759:35235962380]
:ts-forward - [0:0]
:ts-input - [0:0]
-A INPUT -j ts-input
-A FORWARD -j ts-forward
-A ts-forward -i tailscale0 -j MARK --set-xmark 0x40000/0xff0000
-A ts-forward -m mark --mark 0x40000/0xff0000 -j ACCEPT
-A ts-forward -s 100.64.0.0/10 -o tailscale0 -j DROP
-A ts-forward -o tailscale0 -j ACCEPT
-A ts-input -s 100.121.189.98/32 -i lo -j ACCEPT
-A ts-input -i tailscale0 -j ACCEPT
-A ts-input -p udp -m udp --dport 41641 -j ACCEPT
-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
--- ipset list (names)
$ ipset list -n
--- apparmor status
$ aa-status
apparmor module is loaded.
119 profiles are loaded.
20 profiles are in enforce mode.
/usr/bin/lxc-copy
/usr/bin/lxc-start
/usr/bin/man
/usr/lib/NetworkManager/nm-dhcp-client.action
/usr/lib/connman/scripts/dhclient-script
/usr/sbin/chronyd
/usr/{lib/NetworkManager,libexec}/nm-dhcp-helper
/{,usr/}sbin/dhclient
lsb_release
lxc-container-default
lxc-container-default-cgns
lxc-container-default-with-mounting
lxc-container-default-with-nesting
man_filter
man_groff
nvidia_modprobe
nvidia_modprobe//kmod
pve-container-mounthotplug
swtpm
tcpdump
23 profiles are in complain mode.
Xorg
plasmashell
plasmashell//QtWebEngineProcess
sbuild
sbuild-abort
sbuild-adduser
sbuild-apt
sbuild-checkpackages
sbuild-clean
sbuild-createchroot
sbuild-destroychroot
sbuild-distupgrade
sbuild-hold
sbuild-shell
sbuild-unhold
sbuild-update
sbuild-upgrade
transmission-cli
transmission-daemon
transmission-gtk
transmission-qt
unix-chkpwd
unprivileged_userns
0 profiles are in prompt mode.
0 profiles are in kill mode.
76 profiles are in unconfined mode.
1password
Discord
MongoDB Compass
QtWebEngineProcess
balena-etcher
brave
buildah
busybox
cam
ch-checkns
ch-run
chrome
chromium
crun
devhelp
element-desktop
epiphany
evolution
firefox
flatpak
foliate
geary
github-desktop
goldendict
ipa_verify
kchmviewer
keybase
lc-compliance
libcamerify
linux-sandbox
loupe
lxc-attach
lxc-create
lxc-destroy
lxc-execute
lxc-stop
lxc-unshare
lxc-usernsexec
mmdebstrap
msedge
nautilus
notepadqq
obsidian
opam
opera
pageedit
polypane
privacybrowser
qcam
qmapshack
qutebrowser
rootlesskit
rpm
rssguard
runc
scide
signal-desktop
slack
slirp4netns
steam
stress-ng
surfshark
systemd-coredump
toybox
trinity
tup
tuxedo-control-center
userbindmount
uwsgi-core
vdens
virtiofsd
vivaldi-bin
vpnns
vscode
wike
wpcom
3 processes have profiles defined.
3 processes are in enforce mode.
/usr/sbin/chronyd (708)
/usr/sbin/chronyd (804)
/usr/sbin/dhclient (931) /{,usr/}sbin/dhclient
0 processes are in complain mode.
0 processes are in prompt mode.
0 processes are in kill mode.
0 processes are unconfined but have a profile defined.
0 processes are in mixed mode.
###############################################################################
# 29. TOP CONSUMERS
###############################################################################
--- 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
--- 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
--- 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
148819 fd=123 kvm
2457 fd=117 kvm
148662 fd=116 kvm
2388 fd=112 kvm
1227 fd=94 master
709 fd=58 dbus-daemon
340 fd=52 systemd-journal
--- largest files in /var/log (top 10)
$ find /var/log -type f -size +10M -exec ls -lh {} \; 2>/dev/null | sort -k5 -h -r | head -n 10
-rw-r-----+ 1 root systemd-journal 128M Jun 30 18:29 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-00000000003d0513-00065574b421d32e.journal
-rw-r-----+ 1 root systemd-journal 128M Jun 30 03:53 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-0000000000389d33-000655687839a8bc.journal
-rw-r-----+ 1 root systemd-journal 128M Jun 29 13:17 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-000000000034356f-0006555c40c32bd0.journal
-rw-r-----+ 1 root systemd-journal 128M Jun 28 22:42 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-00000000002fcdc0-000655500672e374.journal
-rw-r-----+ 1 root systemd-journal 128M Jul 6 20:37 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-0000000000691339-000655ef31d1fc4c.journal
-rw-r-----+ 1 root systemd-journal 128M Jul 6 06:01 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-000000000064ab59-000655e2eefe3866.journal
-rw-r-----+ 1 root systemd-journal 128M Jul 5 15:23 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-0000000000604380-000655d6b0163116.journal
-rw-r-----+ 1 root systemd-journal 128M Jul 5 00:47 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-00000000005bdbdb-000655ca731e5bce.journal
-rw-r-----+ 1 root systemd-journal 128M Jul 4 10:11 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-00000000005773bd-000655be2dd459a7.journal
-rw-r-----+ 1 root systemd-journal 128M Jul 3 19:32 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-0000000000530bd2-000655b1ec1a22c4.journal
###############################################################################
# 30. QUICK-LOOK SUSPECT SUMMARY
###############################################################################
Auto-detected performance anti-patterns (verify against full data above):
--- [A] Network interfaces < 10 Gbps and up
$ hits=0
for ifc in $NETIFS; do
s=$(cat "/sys/class/net/$ifc/speed" 2>/dev/null)
c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null)
case "$s" in
10|100|1000)
if [ "$c" = "1" ]; then
printf ' %s : %s Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration\n' "$ifc" "$s"
hits=$((hits+1))
fi
;;
esac
done
[ "$hits" = "0" ] && echo " no <10GbE interfaces are UP (or speed unreadable)"
nic0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
[exit=1]
--- [B] MTU not jumbo on carrier-up interfaces
$ hits=0
for ifc in $NETIFS; do
m=$(cat "/sys/class/net/$ifc/mtu" 2>/dev/null)
c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null)
[ "$c" = "1" ] || continue
if [ -n "$m" ] && [ "$m" != "9000" ]; then
printf ' %s : mtu=%s\n' "$ifc" "$m"
hits=$((hits+1))
fi
done
[ "$hits" = "0" ] && echo " all carrier-up interfaces have MTU 9000 (or none are up)"
datanet : mtu=1500
fwbr101i0 : mtu=1500
fwbr103i0 : mtu=1500
fwbr104i0 : mtu=1500
fwbr105i0 : mtu=1500
fwbr106i0 : mtu=1500
fwbr108i0 : mtu=1500
fwbr109i0 : mtu=1500
fwbr114i0 : mtu=1500
fwbr117i0 : mtu=1500
fwln101i0 : mtu=1500
fwln103i0 : mtu=1500
fwln104i0 : mtu=1500
fwln105i0 : mtu=1500
fwln106i0 : mtu=1500
fwln108i0 : mtu=1500
fwln109i0 : mtu=1500
fwln114i0 : mtu=1500
fwln117i0 : mtu=1500
fwpr101p0 : mtu=1500
fwpr103p0 : mtu=1500
fwpr104p0 : mtu=1500
fwpr105p0 : mtu=1500
fwpr106p0 : mtu=1500
fwpr108p0 : mtu=1500
fwpr109p0 : mtu=1500
fwpr114p0 : mtu=1500
fwpr117p0 : mtu=1500
nic0 : mtu=1500
nic1 : mtu=1500
tap100i0 : mtu=1500
tap101i0 : mtu=1500
tap103i0 : mtu=1500
tap104i0 : mtu=1500
tap105i0 : mtu=1500
tap106i0 : mtu=1500
tap108i0 : mtu=1500
tap109i0 : mtu=1500
tap114i0 : mtu=1500
tap117i0 : mtu=1500
vmbr0 : mtu=1500
[exit=1]
--- [C] CPU governor != performance
$ g=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null)
if [ -z "$g" ]; then
echo " cpufreq driver not loaded (governor unknown)"
elif [ "$g" = "performance" ]; then
echo " OK: performance governor"
else
echo " <-- governor=$g (recommend 'performance')"
fi
OK: performance governor
--- [D] EPB / EPP not performance-bias
$ epb=$(cat /sys/devices/system/cpu/cpu0/power/energy_perf_bias 2>/dev/null)
epp=$(cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_preference 2>/dev/null)
echo " EPB=$epb EPP=$epp (0=performance, 15=max-power on EPB; 'performance' on EPP)"
EPB=0 EPP= (0=performance, 15=max-power on EPB; 'performance' on EPP)
--- [E] vm.swappiness and dirty ratios
$ sw=$(sysctl -n vm.swappiness 2>/dev/null)
dr=$(sysctl -n vm.dirty_ratio 2>/dev/null)
dbr=$(sysctl -n vm.dirty_background_ratio 2>/dev/null)
echo " swappiness=$sw dirty_ratio=$dr dirty_background_ratio=$dbr"
[ "$sw" != "10" ] && [ -n "$sw" ] && echo " <-- swappiness not 10 (Proxmox default)"
swappiness=10 dirty_ratio=40 dirty_background_ratio=5
[exit=1]
--- [F] TCP congestion control
$ cc=$(sysctl -n net.ipv4.tcp_congestion_control 2>/dev/null)
avail=$(sysctl -n net.ipv4.tcp_available_congestion_control 2>/dev/null)
echo " active: $cc"
echo " available: $avail"
[ "$cc" = "cubic" ] && echo " <-- consider bbr (if available) for high-BDP NFS paths"
active: bbr
available: reno cubic bbr
[exit=1]
--- [G] ZFS dataset red flags
$ if ! command -v zfs >/dev/null 2>&1; then
echo " ZFS not present"
else
zfs get -r -o name,property,value compression,atime,sync,recordsize,xattr 2>/dev/null \
| awk '$2=="compression" && $3=="off" {print " <-- "$1" has compression=off"}
$2=="atime" && $3=="on" {print " <-- "$1" has atime=on"}
$2=="sync" && $3=="always" {print " <-- "$1" has sync=always (slow without SLOG)"}
$2=="xattr" && $3=="on" {print " <-- "$1" has xattr=on (use sa)"}'
fi
--- [H] ARC size vs RAM
$ if [ -r /proc/spl/kstat/zfs/arcstats ]; then
arc=$(awk '/^size /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
cmax=$(awk '/^c_max /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
ram=$(awk '/MemTotal/{print $2*1024}' /proc/meminfo)
echo " ARC current=$arc bytes ARC max=$cmax bytes RAM total=$ram bytes"
if [ -n "$cmax" ] && [ -n "$ram" ] && [ "$ram" -gt 0 ]; then
pct=$((cmax * 100 / ram))
echo " ARC max is ${pct}% of RAM (Proxmox default ~50%)"
fi
hits=$(awk '/^hits /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
miss=$(awk '/^misses /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
if [ -n "$hits" ] && [ -n "$miss" ] && [ "$((hits+miss))" -gt 0 ]; then
hr=$((hits * 100 / (hits + miss)))
echo " ARC hit rate since boot: ${hr}% (hits=$hits misses=$miss)"
fi
else
echo " ZFS ARC stats not available (ZFS not loaded?)"
fi
ARC current=1920 bytes ARC max=3355443200 bytes RAM total=33557622784 bytes
ARC max is 9% of RAM (Proxmox default ~50%)
--- [I] VMs with non-optimal storage/NIC models
$ hits=0
for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do
cfg=$(qm config "$vmid" 2>/dev/null)
flags=""
echo "$cfg" | grep -qE '^ide[0-9]' && flags="${flags}ide-disk "
echo "$cfg" | grep -qE '^sata[0-9]' && flags="${flags}sata-disk "
echo "$cfg" | grep -qE '^scsi[0-9].*:,' && echo "$cfg" | grep -E '^scsi[0-9]' | grep -qv 'virtio-scsi' && flags="${flags}scsi-no-virtio-scsi "
echo "$cfg" | grep -qE '^scsihw: ' && ! echo "$cfg" | grep -qE '^scsihw: virtio-scsi-single' && flags="${flags}scsihw!=virtio-scsi-single "
echo "$cfg" | grep -qE '^cpu: .*kvm64' && flags="${flags}cpu=kvm64 "
echo "$cfg" | grep -q '^iothread: 1' || echo "$cfg" | grep -qE '^scsi[0-9].*iothread=1' || flags="${flags}no-iothread "
echo "$cfg" | grep -qE '^net[0-9].*model=(e1000|rtl8139|vmxnet)' && flags="${flags}legacy-nic "
echo "$cfg" | grep -qE '^net[0-9].*model=virtio' && ! echo "$cfg" | grep -qE 'multiqueue=|queues=' && flags="${flags}virtio-no-multiqueue "
if [ -n "$flags" ]; then
echo " VM $vmid: $flags"
hits=$((hits+1))
fi
done
[ "$hits" = "0" ] && echo " no obvious VM storage/NIC anti-patterns"
VM 100: scsihw!=virtio-scsi-single no-iothread
VM 101: ide-disk no-iothread
VM 102: ide-disk
VM 103: ide-disk
VM 105: ide-disk
VM 114: ide-disk
VM 1000: ide-disk no-iothread
[exit=1]
--- [J] NFS client mount option red flags
$ if ! command -v nfsstat >/dev/null 2>&1; then
echo " nfsstat not available"
else
nfsstat -m 2>/dev/null | awk '
/^.*:/ {mp=$0; next}
/Flags:/ {
gsub(/Flags:|,/,"",$0)
line=$0
if (line !~ /noatime/) print " "mp" : missing noatime"
if (line !~ /nconnect/) print " "mp" : missing nconnect (kernel >=5.3)"
if (line !~ /rsize=1048576/) print " "mp" : rsize<1M"
if (line !~ /wsize=1048576/) print " "mp" : wsize<1M"
if (line ~ /sync/) print " "mp" : sync mount (slow)"
}
'
fi
--- [K] Softnet / NIC drops (non-zero)
$ awk 'NR<=32 && ($2+0 > 0 || $4+0 > 0) {printf " cpu%d: dropped=%d time_squeezed=%d\n", NR-1, $2, $4}' /proc/net/softnet_stat
echo " (also check ethtool -S sections above for rx_dropped/rx_missed_errors)"
(also check ethtool -S sections above for rx_dropped/rx_missed_errors)
--- [L] Failed systemd services
$ failed=$(systemctl --failed --no-legend 2>/dev/null | head -n 10)
if [ -n "$failed" ]; then
echo "$failed" | sed 's/^/ /'
else
echo " no failed services"
fi
no failed services
--- [M] Filesystem usage > 80%
$ df -h 2>/dev/null | awk 'NR>1 && $5+0 > 80 {print " "$0}'
--- [N] SMART / NVMe health warnings
$ if command -v nvme >/dev/null 2>&1; then
for n in /dev/nvme[0-9]*; do
[ -b "$n" ] || continue
crit=$(nvme smart-log "$n" 2>/dev/null | grep -iE 'critical_warning|media_and_data_integrity|available_spare' | head -n 5)
[ -n "$crit" ] && echo " $n: $crit" | tr '\n' ' '
done
fi
if command -v smartctl >/dev/null 2>&1; then
for d in $(ls /sys/block/ 2>/dev/null | grep -E '^sd'); do
dev="/dev/$d"
[ -b "$dev" ] || continue
chk=$(smartctl -H "$dev" 2>/dev/null | grep -iE 'result|health|passed|failed')
echo "$chk" | grep -qi fail && echo " $dev: $chk"
done
fi
echo " (see section 20 for full smartctl/nvme output)"
(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
###############################################################################